body .home .container {
  padding: 5.7291666667vw 7.8125vw;
  background: url(../images/sbg.svg) no-repeat;
  background-size: 100%;
  position: relative;
}

body .home .container .common_more {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  /*cursor: pointer;*/
  display: block;
}

body .home .container .common_more .color {
  width: 11.3541666667vw;
}

body .home .container .common_more .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2604166667vw;
}

body .home .container .common_more .text p {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
}

body .home .container .common_more .text span {
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  background: #fff;
  position: relative;
  top: 0.1041666667vw;
}

body .home .container .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

body .home .container .shadow img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

body .home .container .links {
  display: flex;
}

body .home .container .links a {
  color: rgba(232, 196, 134, 0.51);
  transition: all 600ms;
}

body .home .container .links a:hover {
  color: #BE8E44;
}

body .home .container .title {
  color: #BE8E44;
  font-weight: 700;
  margin: 3.125vw 0 3.9583333333vw 0;
  text-align: center;
  text-transform: uppercase;
}

body .home .container .list {
  padding: 0 5.46875vw 0 4.6875vw;
}

body .home .container .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .home .container .list .item .pic {
  width: 23.4375vw;
  transform: rotate(-11.799deg);
  overflow: hidden;
}

body .home .container .list .item .pic img {
  width: 100%;
  border-radius: 15px;
  transform: scale(1.05);
  border: 3px solid #BE8E44;
}

body .home .container .list .item .text {
  width: 37.3958333333vw;
}

body .home .container .list .item .text .t {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 3.125vw;
  color: #BE8E44;
  line-height: 1;
}

body .home .container .list .item .text .des {
  color: #BE8E44;
  text-align: justify;
  line-height: 1.67;
}

body .home .container .list .item .text .icons {
  margin-top: 2.96875vw;
  display: flex;
  gap: 4.1666666667vw;
}

body .home .container .list .item .text .icons img {
  width: 4.4270833333vw;
}

body .home .container .list .item:nth-child(2n) {
  flex-direction: row-reverse;
  margin: 10.4166666667vw 0 12.5vw 0;
}

body .home .container .list .item:nth-child(2n) .pic {
  transform: rotate(11.799deg);
}

body .home .container .list .item:nth-child(2) .text {
  width: 38.0729166667vw;
}

body .home .container .list .item:nth-child(3) .text {
  width: 39.5833333333vw;
}

body .home .container .content {
  margin: 3.125vw auto;
  width: 70.3645833333vw;
}

body .home .container .content .t {
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: #BE8E44;
  line-height: 1;
  margin-bottom: 3.125vw;
}

body .home .container .content .html {
  color: #BE8E44;
  text-align: justify;
  line-height: 1.6;
}

body .home .container .content .html .flex {
  margin: 4.1666666667vw 0;
  display: flex;
  justify-content: space-between;
}

body .home .container .content .html .flex .pic {
  width: 40.9895833333vw;
}

body .home .container .content .html .flex .pic img {
  border-radius: 20px;
  border: 3px solid #BE8E44;
  width: 100%;
}

body .home .container .content .html .flex .des {
  width: 23.9583333333vw;
}

body .home .footer .top {
  background: linear-gradient(0deg, #F3F0EF 59.44%, rgba(243, 240, 239, 0) 100%);
}

@media screen and (max-width: 768px) {
  body .home .container {
    padding: 20px 5%;
    background-size: cover;
  }

  body .home .container .common_more {
    width: 200px;
    height: auto;
    margin: 45px auto 0;
  }

  body .home .container .common_more .color {
    width: 100%;
  }

  body .home .container .links {
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 0;
  }

  body .home .container .title {
    margin: 20px 0;
    font-size: 20px;
  }

  body .home .container .list {
    padding: 0;
  }

  body .home .container .list .item {
    flex-direction: column !important;
    margin: 30px 0 !important;
  }

  body .home .container .list .item .pic {
    width: 100%;
    transform: rotate(0deg) !important;
    margin-bottom: 20px;
  }

  body .home .container .list .item .text {
    width: 100% !important;
  }

  body .home .container .list .item .text .t {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.5;
  }
  body .home .container .list .item .text .des{
    text-align: left;
    line-height: 1.5;
  }

  body .home .container .list .item .text .icons {
    margin-top: 15px;
    gap: 20px;
    justify-content: center;
  }

  body .home .container .list .item .text .icons img {
    width: 30px;
  }

  body .home .container .content {
    width: 100%;
    margin: 40px 0;
  }

  body .home .container .content .t {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
  }

  body .home .container .content .html .flex {
    flex-direction: column;
    margin: 20px 0;
  }

  body .home .container .content .html .flex .pic {
    width: 100%;
    margin-bottom: 15px;
  }

  body .home .container .content .html .flex .des {
    width: 100%;
  }
}

/*# sourceMappingURL=social.css.map */