@charset "UTF-8";
html,
body {
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}

.bg-box {
  background: #3a3a3c;
  transition: all 0.5s;
}

.btn_style_1 {
  background-color: rgb(30, 30, 30);
}

.section1 {
  height: 100vh;
  color: #b27f5b;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  line-height: 1;
  background-color: #1c1c1e;
  position: relative;
  transition: all 0.3s;
}
.section1 .text {
  font-weight: 700;
  font-size: 1.2rem;
  height: 100%;
  padding: 1rem 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section1 .text .t3 {
  margin-top: 0.8rem;
}
.section1 .text .t3 img {
  width: 100%;
}

.section2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 1.68rem 3rem 1.16rem 1.96rem;
  opacity: 1;
}
.section2 .top {
  position: relative;
}
.section2 .top .l {
  color: #be8862;
  font-size: 0.8rem;
  font-weight: bold;
}
.section2 .center {
  color: #be8862;
  margin: 0.1rem 0 0.5rem;
  text-align: left;
  font-weight: 300;
  font-size: 0.22rem;
  line-height: 1.6;
  width: 100%;
}
.section2 .bottom {
  display: block;
  width: 3.7rem;
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  /* background-color: #fff; */
  font-size: 0.15rem;
  margin-top: 0.2rem;
  cursor: pointer;
  margin-right: 5%;
}
.section2 .bottom span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.15rem;
}
.section2 .bottom .left-box {
  background-color: #3a3a3c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.25rem;
}
.section2 .bottom .left-box img {
  width: 30%;
  margin-left: 0.02rem;
}

.swiper-container-design-box {
  padding-bottom: 2rem;
}
@keyframes scrollText {
  0% {
    transform: translateX(100%); /* 初始位置位于容器右侧 */
  }
  100% {
    transform: translateX(-10000%); /* 最终位置位于容器左侧 */
  }
}
.swiper-container-design-box .swiper-container-design {
  margin-left: 1.96rem;
}
.swiper-container-design-box .swiper-container-design .swiper-slide {
  width: 40%;
  border-radius: 0.08rem;
  transition: all 0.3s;
  position: relative;
}
.swiper-container-design-box .swiper-container-design .swiper-slide .bg {
  width: 100%;
  border-radius: 0.08rem;
}
.swiper-container-design-box .swiper-container-design .swiper-slide .content-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding-bottom: 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to top, #3a3a3c, transparent);
  padding-top: 3rem;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.swiper-container-design-box .swiper-container-design .swiper-slide .content-box .t1 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.swiper-container-design-box .swiper-container-design .swiper-slide .content-box .t1::after {
  content: "";
  background-color: #c79773;
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.swiper-container-design-box .swiper-container-design .swiper-slide .content-box .t2 {
  color: #fff;
  font-size: 0.17rem;
  text-align: center;
  margin-top: 0.3rem;
  width: 70%;
  line-height: 1.5;
}
.swiper-container-design-box .swiper-control {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 1.96rem;
  margin-top: 0.6rem;
}
.swiper-container-design-box .swiper-control .left {
  flex: 1;
  margin-right: 0.7rem;
  height: 1px;
}
.swiper-container-design-box .swiper-control .left .swiper-pagination {
  position: static;
  width: 100%;
  height: 100%;
  background-color: #786a61;
}
.swiper-container-design-box .swiper-control .left .swiper-pagination span {
  background-color: #cf9367;
  top: -1px;
  height: 2px;
}
.swiper-container-design-box .swiper-control .right {
  display: flex;
}
.swiper-container-design-box .swiper-control .right .swiper-button-prev {
  position: static;
  background-image: none;
  width: 0.6rem;
  margin: 0;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #c88e66;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.swiper-container-design-box .swiper-control .right .swiper-button-prev img {
  width: 0.22rem;
}
.swiper-container-design-box .swiper-control .right .swiper-button-prev:hover {
  scale: 1.05;
}
.swiper-container-design-box .swiper-control .right .swiper-button-next {
  position: static;
  background-image: none;
  margin-left: 0.25rem;
  transition: all 0.5s;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c88e66;
}
.swiper-container-design-box .swiper-control .right .swiper-button-next img {
  width: 0.18rem;
}
.swiper-container-design-box .swiper-control .right .swiper-button-next:hover {
  scale: 1.05;
}

.section3 {
  display: flex;
  width: 100%;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0 3rem 1.16rem 1.96rem;
}
.section3 .top {
  position: relative;
}
.section3 .top .l {
  color: #be8862;
  font-size: 0.8rem;
  font-weight: bold;
  position: relative;
}
.section3 .center {
  color: #be8862;
  margin: 0.1rem 0 0.5rem;
  text-align: left;
  font-weight: 300;
  font-size: 0.22rem;
  line-height: 1.6;
  width: 100%;
}
.section3 .bottom {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3 .bottom video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0.3rem;
}

.section4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section4 .bottom {
  overflow: hidden;
  width: 100%;
  border-radius: 0.2rem;
}
.section4 .bottom video {
  width: 100%;
}

.video-box {
  width: 100%;
  position: fixed;
  height: 100vh;
  background: #000;
  z-index: 100000;
  top: 0;
  left: 0;
  display: none;
}

.video-box video {
  width: 100%;
  height: 100vh;
}

.video-box .close-box {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  z-index: 6;
  background-color: #6b6b6b;
  border-radius: 100%;
  opacity: 0.5;
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-box .close-box img {
  width: 0.15rem;
}

@media (max-width: 768px) {
  .section1 {
    overflow: hidden;
    padding-bottom: 3rem;
  }
  .section1 .text {
    font-size: 1.1rem;
  }
  .section2 {
    padding: 1.5rem 0.56rem 1rem;
  }
  .section2 .top .l {
    font-size: 0.68rem;
    padding-right: 2rem;
    line-height: 0.8rem;
  }
  .section2 .center {
    padding-right: 0.3rem;
    font-size: 0.28rem;
    line-height: 1.5;
    margin-top: 0.3rem;
  }
  .section2 .bottom {
    margin-right: -13%;
    width: 4.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .section2 .bottom span {
    font-size: 0.23rem;
  }
  .swiper-container-design-box {
    overflow: hidden;
    padding-bottom: 0;
  }
  .swiper-container-design-box .loop-text {
    font-size: 1.2rem;
    animation-duration: 300s;
  }
  .swiper-container-design-box .swiper-container-design {
    margin-left: 0.55rem;
    margin-top: 0rem;
  }
  .swiper-container-design-box .swiper-container-design .swiper-slide {
    width: 82%;
  }
  .swiper-container-design-box .swiper-control {
    display: none;
  }
  .section3 {
    overflow: hidden;
    padding: 1.5rem 0.56rem;
  }
  .section3 .top .l {
    font-size: 0.68rem;
    padding-right: 0rem;
    line-height: 0.8rem;
  }
  .section3 .center {
    padding-right: 0.3rem;
    font-size: 0.28rem;
    line-height: 1.5;
    margin-top: 0.3rem;
  }
  .section3 .bottom {
    display: flex;
    position: relative;
    height: auto;
  }
  .section3 .bottom video {
    width: 100%;
  }
  .section4 {
    display: none;
  }
}/*# sourceMappingURL=design.css.map */