@font-face {
  font-family: p-black;
  src: url(fonts/Poppins-Black.otf);
}
@font-face {
  font-family: p-bold;
  src: url(fonts/Poppins-Bold.otf);
}
@font-face {
  font-family: p-medium;
  src: url(fonts/Poppins-Medium.otf);
}
@font-face {
  font-family: p-regular;
  src: url(fonts/Poppins-Regular.otf);
}
section {
  position: relative;
  font-family: "p-regular";
}

.section1 {
  width: 100%;
  height: 100vh;
}
.section1 .video-box {
  width: 100%;
  height: 100%;
}
.section1 .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section1 .logo-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section1 .logo-box img {
  width: 5rem;
}
.section1 .logo-box .t {
  color: #fff;
  font-size: 0.24rem;
  margin-top: 0.2rem;
  letter-spacing: 0.03rem;
  /* opacity: 0.8; */
}
.section1 .sec-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.64rem;
  display: flex;
  align-items: center;
}
.section1 .sec-btn .btn {
  width: 3.1rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.section1 .sec-btn .btn:hover {
  background-color: #bca995;
  border-color: #bca995;
}
.section2 {
  width: 100%;
  background: linear-gradient(to bottom, #e9e8e7, #f7f7f7);
  position: relative;
  padding: 1.35rem 1.5rem 0;
}
.section2 .title-box .t {
  font-size: 0.39rem;
  /*font-family: "p-bold";*/
  line-height: 1.2;
  color: #756659;
}
.section2 .title-box .btn {
  width: 2rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
  font-size: 0.14rem;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: all 0.5s;
}
.section2 .title-box .btn:hover {
  background-color: #bca995;
  border-color: #bca995;
  color: #fff;
}
.section2 .section2-swiper {
  width: 100%;
  margin-top: 0.45rem;
  position: relative;
}
.section2 .section2-swiper .swiper-slide {
  padding: 1.5rem 0;
}
.section2 .section2-swiper .swiper-slide .img-box_t {
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
  z-index: 111;
  color: #fff;
}
.section2 .section2-swiper .swiper-slide .img-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section2 .section2-swiper .swiper-slide .img-box img {
  width: 80%;
}
.section2 .section2-swiper .swiper-slide:nth-of-type(1) {
  background-color: #9d9d9d;
}
.section2 .section2-swiper .swiper-slide:nth-of-type(2) {
  background-color: #b9c6cf;
}
.section2 .section2-swiper .swiper-slide:nth-of-type(3) {
  background-color: #152c9c;
}
.section2 .section2-swiper .swiper-slide:nth-of-type(4) {
  background-color: #ffffff;
}
.section2 .section2-swiper .swiper-slide:nth-of-type(5) {
  background-color: #171a29;
}
.section2 .section2-swiper .swiper-slide-active {
  z-index: 22;
}
.section2 .color-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 1.8rem;
  left: 1.5rem;
}
.section2 .color-box div {
  width: 0.4rem;
  cursor: pointer;
  margin-left: 0.2rem;
  height: 0.4rem;
  border-radius: 50%;
  position: relative;
}
.section2 .color-box div:nth-of-type(1) {
  background-color: #9d9d9d;
}
.section2 .color-box div:nth-of-type(2) {
  background-color: #b9c6cf;
}
.section2 .color-box div:nth-of-type(3) {
  background-color: #152c9c;
}
.section2 .color-box div:nth-of-type(4) {
  background-color: #ffffff;
}
.section2 .color-box div:nth-of-type(5) {
  background-color: #171a29;
}
.section2 .color-box div:hover::after {
  position: absolute;
  content: "";
  border: 1px solid #b7b7b6;
  opacity: 0.6;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section2 .color-box div.active {
  position: relative;
}
.section2 .color-box div.active::after {
  position: absolute;
  content: "";
  border: 1px solid #b7b7b6;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.common-section {
  background-color: #f7f7f7;
  padding: 1.6rem 0 0;
}
.common-section .t1 {
  font-size: 0.2rem;
  padding-right: 2.09rem;
  color: #756659;
}
.common-section .t2 {
  font-size: 0.39rem;
  padding-right: 2.09rem;
  line-height: 1.2;
  /*font-family: "p-bold";*/
  margin-top: 0.4rem;
  color: #756659;
}
.common-section .config {
  display: flex;
  padding-right: 2.09rem;
  align-items: center;
  margin-top: 0.6rem;
}
.common-section .config .c-box {
  margin-left: 1.95rem;
 /* position: relative;*/
}
.common-section .config .c-box .t {
  font-size: 0.18rem;
  color: #756659;
}
.common-section .config .c-box .d {
  display: flex;
  align-items: flex-end;
  margin-top: 0.2rem;
}
.common-section .config .c-box .d .num {
  font-size: 0.3rem;
  font-family: "p-regular";
  display: flex;
  align-items: center;
  color: #756659;
}
.common-section .config .c-box .d .unit {
  font-size: 0.2rem;
  margin-left: 0.08rem;
  margin-bottom: 0;
  color: #756659;
}
.common-section .config .c-box .d1 {
  align-items: flex-start;
}
.common-section .config .c-box::after {
  content: "";
  background-color: #aaaaaa;
  position: absolute;
  width: 1px;
  right: -0.975rem;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ddd;
  height: 76%;
}
.common-section .config .c-box:nth-last-of-type(1)::after {
  display: none;
}
.common-section .th-bg {
  margin-top: 0.6rem;
  padding: 0 1.05rem;
  width: 100%;
}
.common-section .th-bg img {
  width: 100%;
}
.common-section .swiper-container {
  margin-left: 1.05rem;
  margin-top: 0.9rem;
  overflow: hidden;
  margin-right: 1.05rem;
}
.common-section .swiper-container .swiper-slide .img-box {
  width: 100%;
}
.common-section .swiper-container .swiper-slide .img-box img {
  width: 100%;
}
.common-section .swiper-container .swiper-slide .sw-t {
  font-size: 0.2rem;
  margin-top: 0.3rem;
  line-height: 1.2;
  padding-left: 0.13rem;
  color: #756659;
}
.common-section .swiper-container .swiper-control {
  display: flex;
  align-items: center;
  width: 100%;
  /* padding-right: 1.05rem; */
  margin-top: 0.75rem;
}
.common-section .swiper-container .swiper-control .swiper-pagination-progress {
  flex: 1;
  height: 1px;
  position: static;
}
.common-section
  .swiper-container
  .swiper-control
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  background-color: #9d9d9d;
  height: 3px;
}
.common-section .swiper-container .swiper-control .swiper-button {
  display: flex;
  align-items: center;
  margin-left: 0.11rem;
}
.common-section .swiper-container .swiper-control .swiper-button .button {
  margin-left: 0.22rem;
  width: 0.56rem;
  height: 0.56rem;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.common-section .swiper-container .swiper-control .swiper-button .button img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.12rem;
  transition: all 0.5s;
}
.common-section
  .swiper-container
  .swiper-control
  .swiper-button
  .button
  img:nth-of-type(2) {
  opacity: 0;
}
.common-section .swiper-container .swiper-control .swiper-button .button:hover {
  background-color: #bca995;
  border-color: #bca995;
}
.common-section
  .swiper-container
  .swiper-control
  .swiper-button
  .button:hover
  img:nth-of-type(1) {
  opacity: 0;
}
.common-section
  .swiper-container
  .swiper-control
  .swiper-button
  .button:hover
  img:nth-of-type(2) {
  opacity: 1;
}
.section6 {
  padding-bottom: 2rem;
}
.common-section_sss{
  padding-top: 1rem;
}

@media (max-width: 768px) {
  .section1 .logo-box img {
    width: 4.3rem;
  }
  .section1 .logo-box .t {
    font-size: 0.24rem;
    white-space: nowrap;
  }
  .section1 .sec-btn {
    width: 5rem;
    padding: 0 0.5rem;
  }
  .section1 .sec-btn .btn {
    flex: 1;
    height: 0.8rem;
    font-size: 0.22rem;
  }
  .section2 {
    padding: 0.8rem 0.5rem;
  }
  .section2 .title-box .t {
    font-size: 0.44rem;
  }
  .section2 .title-box .btn {
    width: 2.8rem;
    font-size: 0.22rem;
    height: 0.8rem;
  }
  .section2 .color-box {
    margin-top: 0.24rem;
    position: static;
    flex-wrap: wrap;
  }
  .section2 .color-box div {
    width: 34px;
    height: 34px;
    margin-left: 0;
    margin-right: 0.33rem;
    margin-top: 0.36rem;
  }
  .section2 .color-box div.active::after {
    width: 40px;
    height: 40px;
  }
  .section2 .section2-swiper {
    position: relative;
  }
  .section2 .section2-swiper .swiper-slide {
    padding: 3rem 0;
  }
  .section2 .section2-swiper .swiper-slide .img-box img {
    width: 100%;
  }
  .section2 .section2-swiper .swiper-slide .img-box_t {
    position: absolute;
    top: 7.3rem;
    left: 0.5rem;
    z-index: 111;
    color: #fff;
  }
  .common-section {
    padding: 1.1rem 0 0;
  }
  .common-section .t1 {
    padding: 0 0.48rem;
    font-size: 0.26rem;
  }
  .common-section .t2 {
    padding: 0 0.48rem;
    font-size: 0.44rem;
    margin-top: 0.3rem;
  }
  .common-section .config {
    padding: 0 0.48rem;
    flex-wrap: wrap;
  }
  .common-section .config .c-box {
    font-size: 0.18rem;
    margin-right: 0.38rem;
  }
  .common-section .config .c-box::after {
    right: -0.19rem;
    height: 80%;
  }
  .common-section .config .c-box:nth-of-type(3)::after {
    display: none;
  }
  .common-section .config .c-box:nth-of-type(4) {
    margin-top: 0.74rem;
  }
  .common-section .config .c-box .d .unit {
    font-size: 0.25rem;
  }
  .common-section .th-bg {
    padding: 0 0.48rem;
  }
  .common-section .swiper-container {
    margin-left: 0.48rem;
    margin-top: 0.4rem;
  }
  .common-section .swiper-container .swiper-slide .sw-t {
    font-size: 0.26rem;
    line-height: 1.5;
  }
  .common-section .swiper-container .swiper-control .swiper-pagination {
    position: static;
  }
  .common-section
    .swiper-container
    .swiper-control
    .swiper-pagination
    .swiper-pagination-bullet {
    border-radius: 0;
    width: 0.45rem;
    height: 0.04rem;
    margin-right: 0.1rem;
  }
  .common-section
    .swiper-container
    .swiper-control
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #000;
  }
  .common-section .swiper-container .swiper-control .swiper-button {
    display: none;
  }
  .section6 {
    padding-bottom: 2rem;
  }
} /*# sourceMappingURL=tiggo8.css.map */
