* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Harmony";
  font-weight: 400;
  font-style: normal;
  src: url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Medium.woff2") format("woff2"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Medium.woff") format("woff"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Medium.ttf") format("truetype"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Harmony";
  font-weight: 500;
  font-style: normal;
  src: url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Bold.woff2") format("woff2"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Bold.woff") format("woff"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Bold.ttf") format("truetype"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Bold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-style: normal;
  src: url("/template/cn/public/assest/font/Manrope/Manrope-Medium.woff2") format("woff2"), url("/template/cn/public/assest/font/Manrope/Manrope-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-style: normal;
  src: url("/template/cn/public/assest/font/Manrope/Manrope-Bold.woff2") format("woff2"), url("/template/cn/public/assest/font/Manrope/Manrope-Bold.ttf") format("truetype");
  font-display: swap;
}
body {
  font-family: "Manrope", "Harmony";
}
.wiko-content {
  font-family: "Manrope", "Harmony";
  font-weight: 400;
  /* background-color: #f7f9fc; */
  background-color: #ffffff;
}
.wiko-content a {
  color: inherit;
  text-decoration: none;
}
.wiko-content .pc-block {
  display: block;
}
.wiko-content .mob-block {
  display: none;
}
.wiko-content .mob-block.pc-block {
  display: block;
}
.wiko-content .img {
  display: block;
}
.wiko-content img,
.wiko-content video {
  display: block;
  width: 100%;
}
.wiko-content sup {
  font-size: 0.6em;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.wiko-content .oneline {
  white-space: nowrap;
}
.wiko-content .sec1-wrap {
  position: relative;
  /* height: 100vh; */
}
.wiko-content .sec1-wrap .trigger1 {
  position: absolute;
  top: 50vh;
}
.wiko-content .sec1-wrap .trigger2 {
  position: absolute;
  top: 25vh;
}
.wiko-content .isie {
  display: none;
}
.wiko-content .isnotie {
  display: block;
}
.wiko-content .bule {
  color: #0067e5;
}
.wiko-content .blue-gradient {
  background: linear-gradient(to bottom, #0067e5, #7fbfff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wiko-content .sec1 {
  background-color: #fff;
  width: 100%;
}
.wiko-content .sec1 .img-wrap {
  width: 100%;
  position: relative;
}
.wiko-content .sec1 .img-wrap .kv-banner {
  width: 100%;
}
.wiko-content .sec1 .wiko {
  position: absolute;
  width: 25.145833vw;
  top: 20%;
  transform: translateY(-50%);
  right: 37%;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  will-change: opacity;
}
.wiko-content .sec1 .wiko .wiko-icon {
  width: 100%;
}
.wiko-content .sec1 .wiko .wiko-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8575vw;
  margin-top: 1.041667vw;
}
.wiko-content .sec1 .wiko .wiko-text2 {
  height: 2.3604vw;
  line-height: 1.8vw;
  width: 14.9896vw;
  margin: 1.6667vw auto 0;
  text-align: center;
  color: #fff;
  font-size: 1.5625vw;
  font-weight: bold;
  border-radius: 1.4063vw;
  background-color: #0c131b;
}
/* 
.wiko-content .sec2 {
  width: 65vw;
    height: 29vw;
    border: 2.1vw solid;
    border-radius: 2vw;
    position: absolute;
    z-index: 1;
    color: #ffffff;
    background-clip: padding-box;
    margin: 5vw 0 0 15vw;
    background-clip: padding-box;
} */

.wiko-content .sec2 {
  width: 67.5vw;
  height: 31.5vw;
  border: 1.5vw solid #f8fafd;
  border-radius: 2.5vw;
  position: absolute;
  z-index: 51;
  background: transparent;
  background-clip: padding-box;
  box-sizing: border-box;
  margin: 5.6vw 0 0 15.6vw;
  pointer-events: none; /* 关键属性：禁止元素接收鼠标事件 */
}
.wiko-content .sec1 .wiko .wiko-text .wiko-line {
  display: inline-block;
  width: 2px;
  background-color: #000;
  height: 1.1em;
}
.wiko-content .sec1-inner {
  position: sticky;
  top: 0;
  z-index: 90;
  height: auto;
}
.wiko-content .sec3-wrap {
  position: relative;
}
.wiko-content .sec3-wrap .s3-video-wrap .s3-video {
  overflow: hidden;
}
.wiko-content .sec3-wrap  .s3-video-wrap .video-img{
  
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10vw;
  cursor: pointer;
  color: #fff;
  text-align: center;
  border-radius: 2vw;
  line-height: 3vw;
  font-size: 3.3333vw;
  position: absolute;
}
.wiko-content .sec3-wrap .s3-video-wrap .open {
  position: absolute;
  width: 5.458333vw;
  font-size: 0.9vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10vw;
  cursor: pointer;
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2vw;
  width: 8vw;
  line-height: 3vw;
}
.wiko-content .sec3-wrap .s3-video-wrap .open:hover {
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.2s all linear;
}
.wiko-content .sec4-wrap {
  /* margin-top: 10.125vw; */
}
.wiko-content .sec4-wrap .wrap-desc{
  margin-top: 2.125vw;
  color: #6f6f70;
  font-size: 1.2333vw;
}
.wiko-content .sec4-wrap .swiper-slide-img {
  right: 8vw;
  position: absolute;
  bottom: 18vw;
  /* left: 10vw; */
  /* width: 100%; */
  width: 4vw;
  z-index: 1;
}
.wiko-content .sec4-wrap .swiper-container {
  /* width: 89vw; */
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* border-radius: 1vw; */
}
.wiko-content .sec4-wrap .swiper-container .swiper-pagination {
  transform: translateX(-25vw);
}
.wiko-content .sec4-wrap .swiper-container .swiper-pagination :nth-child(1) {
  background: url(../img/id/c1.svg);
}
.wiko-content .sec4-wrap .swiper-container .swiper-pagination :nth-child(2) {
  background: url(../img/id/c2.svg);
}
.wiko-content .sec4-wrap .swiper-container .swiper-pagination :nth-child(3) {
  background: url(../img/id/c3.svg);
}
.wiko-content .sec4-wrap .swiper-container .swiper-pagination-bullets {
  width: auto;
  left: 90%;
  top: 38%;
  transform: translateX(-51%);
  display: flex;
  flex-direction: column;
}
.wiko-content .sec4-wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
  /* width: 2.7625vw;
  height: 2.7625vw; */
  width: 2.2625vw;
  height: 2.2625vw;
  opacity: 1;
  transition: 0.25s all linear;
  margin: 0.5vw 0.5vw;
}
.wiko-content .sec4-wrap .swiper-container .swiper-pagination :nth-child(1).swiper-pagination-bullet-active {
  background: url(../img/id/s1.svg);
}
.wiko-content .sec4-wrap .swiper-container .swiper-pagination :nth-child(2).swiper-pagination-bullet-active {
  background: url(../img/id/s2.svg);
}
.wiko-content .sec4-wrap .swiper-container .swiper-pagination :nth-child(3).swiper-pagination-bullet-active {
  background: url(../img/id/s3.svg);
}
.wiko-content .sec4-wrap .s4-img img {
  /* width: 100%;
  height: 45.83333vw; */
  /* width: 100%; */
  /* height: 100%; */
}

.wiko-content .sec4-wrap .s4-img .title {
  position: absolute;
  left: 10vw;
  top: 16vw;
  font-size: 1.65vw;
  font-weight: 300;
  width: 40vw;
}
.wiko-content .sec4-wrap .s4-img div .title {
  font-weight: 500;
}
.wiko-content .sec4-wrap .mob-title {
  display: none;
}


.wiko-content .sec4-wrap .s4-img div .blue-title {
  font-weight: 500;
  background: linear-gradient(to top right, #b0ceff, #708ec7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.3333vw;
  top: 20vw;
}
.wiko-content .sec4-wrap .s4-img div .write-title {
  font-weight: 500;
  background: linear-gradient(to top right, #d9d6e1, #9893a0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.3333vw;
}
.wiko-content .sec4-wrap .s4-img div .black-title {
  font-weight: 500;
  background: linear-gradient(to top right, #545f63, #1f2124);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.3333vw;
}

.wiko-content .sec5-wrap {
  height: 90vh;
  position: relative;
}
.wiko-content .sec5-wrap .sec5 {
  height: 80vh;
  position: sticky;
  top: 0;
}
.wiko-content .sec5-wrap .sec5 .harmony-wrap, .wiko-content .sec5-wrap .sec5 .ani2, .wiko-content .sec5-wrap .sec5 .ani3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .sec5-wrap .sec5 .harmony-wrap {
  width: 65vw;
}
.wiko-content .sec5-wrap .sec5 .harmony-wrap .harmony-title {
  font-size: 4.729167vw;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.wiko-content .sec5-wrap .sec5 .harmony-wrap img {
  width: 100%;
  border-radius: 1.5vw;
}
.wiko-content .sec5-wrap .sec5 .ani2, .wiko-content .sec5-wrap .sec5 .ani3 {
  width: 58.020833vw;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wiko-content .sec5-wrap .sec5 .ani2 .ani2-title, .wiko-content .sec5-wrap .sec5 .ani2 .ani3-title, .wiko-content .sec5-wrap .sec5 .ani3 .ani2-title, .wiko-content .sec5-wrap .sec5 .ani3 .ani3-title {
  display: inline-block;
  margin: 0 auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(110deg, #6C6E74, #D7DAE5, #EAECEF, #D0D0D0);
  font-size: 5.729167vw;
  font-weight: 500;
  line-height: 1.25;
  transform: translate(-1px, -1px);
}
.wiko-content .sec5-wrap .sec5 .ani2 .ani2-title-s, .wiko-content .sec5-wrap .sec5 .ani3 .ani2-title-s {
  font-size: 1.145833vw;
  text-align: center;
  margin-top: 3.125vw;
  color: #fff;
  line-height: 1.6;
}
.wiko-content .sec5-wrap .sec5 .ani3 {
  z-index: 3;
}
.wiko-content .sec5-wrap .sec5 .ani3 .ani3-title {
  font-size: 3.333333vw;
}
.wiko-content .sec5-wrap .sec5 .ani3 .ani3-title-s {
  width: 40.104167vw;
  font-size: 1.145833vw;
  text-align: center;
  margin-top: 2.083333vw;
  color: #fff;
  line-height: 1.6;
}
.wiko-content .sec5-wrap .sec5 .ani3 .phone-wrap {
  width: 46.875vw;
  margin-top: 4.166667vw;
  transform-origin: center;
  position: relative;
}
.wiko-content .sec5-wrap .sec5 .ani3 .phone-wrap img {
  width: 100%;
  transform-origin: center center;
}
.wiko-content .sec5-wrap .sec5 .ani4 {
  z-index: 4;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  will-change: margin-top, opacity;
}
.wiko-content .sec5-wrap .sec5 .ani4 .left {
  width: 22.5vw;
  color: #fff;
  margin-left: 15.625vw;
}
.wiko-content .sec5-wrap .sec5 .ani4 .left .left-title {
  font-size: 2.5vw;
  line-height: 1.25;
}
.wiko-content .sec5-wrap .sec5 .ani4 .left .left-title-s {
  width: 18.333333vw;
  font-size: 1.145833vw;
  line-height: 1.6;
  margin-top: 2.291667vw;
}
.wiko-content .sec5-wrap .sec5 .ani4 .right {
  margin-left: 1.302083vw;
  width: 49.375vw;
  height: 49.375vw;
  position: relative;
}
.wiko-content .sec5-wrap .sec5 .ani4 .right .mob-wrap {
  width: 13.229167vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.wiko-content .sec5-wrap .sec5 .ani4 .right .mob-wrap img {
  width: 100%;
}
.wiko-content .sec5-wrap .sec5 .ani4 .right .circle-wrap {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.wiko-content .sec5-wrap .sec5 .ani4 .right .circle-wrap .item {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: radial-gradient(#010101 30%, #324254);
  transform-origin: center center;
}
.wiko-content .sec5-wrap .sec5 .ani4 .right .circle-wrap .item1 {
  animation: circleAni 2.4s linear infinite 0.8s;
}
.wiko-content .sec5-wrap .sec5 .ani4 .right .circle-wrap .item2 {
  animation: circleAni 2.4s linear infinite 1.6s;
}
.wiko-content .sec5-wrap .sec5 .ani4 .right .circle-wrap .item3 {
  animation: circleAni 2.4s linear infinite 2.4s;
}
.wiko-content .sec5-wrap .sec5 .title-mob{
  display: none;
} 

.wiko-content .sec5-wrap .sec5 .title-pc{
  /* top: 10%; */
  text-align: left;
  padding: 18vw 0 0 53vw;
  position: absolute;
}
.wiko-content .sec5-wrap .sec5 .title-pc .title-t{
  font-size: 2.3333vw;
  line-height: 2;
  font-weight: 500;
}
.wiko-content .sec5-wrap .sec5 .title-pc .title-s{
  font-size: 1.3333vw;
  font-weight: 300;
  opacity: .8;
}
@keyframes circleAni {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.wiko-content .sec6-wrap {
  position: relative;
  margin-bottom: 3.25vw;
}
.wiko-content .sec6-wrap .h2 {
  font-size: 3.529167vw;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3.73588vw;
}
.wiko-content .sec6-wrap .content {
  width: 65vw;
  margin: auto;
  padding-top: 3vw;
  padding-bottom: 3vw;
  border-radius: 1vw;
}
.wiko-content .sec6-wrap .content .title {
  text-align: left;
  margin-left: 4vw;
}
.wiko-content .sec6-wrap .content .title-t {
  font-size: 2.15vw;
  line-height: 1.25;
  font-weight: 500;
}
.wiko-content .sec6-wrap .content .title-s {
  font-size: 1.25vw;
  opacity: 0.6;
  font-weight: 400;
  margin-top: 1vw;
  line-height: 1.25;
}
.wiko-content .sec6-wrap .content .img-box {
  position: relative;
}
.wiko-content .sec6-wrap .content .img-box .front-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13vw;
  z-index: 10;
}
.wiko-content .sec6-wrap .content .swiper-s6 {
  height: 32vw;
}
.wiko-content .sec6-wrap .content .swiper-s6 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: all;
}
.wiko-content .sec6-wrap .content .swiper-s6 .s6-swiper-button-next,
.wiko-content .sec6-wrap .content .swiper-s6 .s6-swiper-button-prev {
  width: 2.604167vw;
  height: 2.604167vw;
  background-size: 100% 100%;
  outline: none;
  border-radius: 50%;
  overflow: hidden;
  top: auto;
  bottom: 0vw;
  display: none;/*暂停展示*/
}
.wiko-content .sec6-wrap .content .swiper-s6 .s6-swiper-button-next:after,
.wiko-content .sec6-wrap .content .swiper-s6 .s6-swiper-button-prev:after {
  content: unset;
}
.wiko-content .sec6-wrap .content .swiper-s6 .s6-swiper-button-prev {
  left: 27vw;
  background-image: url(../img/hos/feeling/left-1.svg);
  transition: background-image 0.5s;
  -webkit-transition: background-image 0.5s; /* Safari */
}
.wiko-content .sec6-wrap .content .swiper-s6 .s6-swiper-button-prev:hover {
  background-image: url(../img/hos/feeling/left-2.svg);
}
.wiko-content .sec6-wrap .content .swiper-s6 .s6-swiper-button-next {
  right: 27vw;
  background-image: url(../img/hos/feeling/right-1.svg);
  transition: background-image 0.5s;
  -webkit-transition: background-image 0.5s; /* Safari */
}
.wiko-content .sec6-wrap .content .swiper-s6 .s6-swiper-button-next:hover {
  background-image: url(../img/hos/feeling/right-2.svg);
}
.wiko-content .sec7-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 65vw;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.wiko-content .sec7-wrap .content-left, .wiko-content .sec7-wrap .content-right {
  width: 31vw;
  background-color: #f3f6fb;
  padding-top: 3vw;
  padding-bottom: 3vw;
  border-radius: 1vw;
  height: 35vw;
}
.wiko-content .sec7-wrap .content-left .title, .wiko-content .sec7-wrap .content-right .title {
  text-align: left;
  margin-left: 2vw;
}
.wiko-content .sec7-wrap .content-left .title-t, .wiko-content .sec7-wrap .content-right .title-t {
  font-size: 2.15vw;
  line-height: 1.25;
  font-weight: 500;
}
.wiko-content .sec7-wrap .content-left .title-s, .wiko-content .sec7-wrap .content-right .title-s {
  font-size: 1.15vw;
  opacity: 0.6;
  font-weight: 400;
  margin-top: 1vw;
  line-height: 1.25;
}
.wiko-content .sec7-wrap .content-left .img-box, .wiko-content .sec7-wrap .content-right .img-box {
  position: relative;
  margin-top: 2vw;
}
.wiko-content .sec7-wrap .content-left .img-box .front-img, .wiko-content .sec7-wrap .content-right .img-box .front-img {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 10vw;
  z-index: 10;
  display: none;
}
.wiko-content .sec7-wrap .content-left .img-box .s7-img {
  width: 28vw;
  margin-top: 4vw;
  transition: transform 0.5s ease-in-out;
}
 .wiko-content .sec7-wrap .content-left .img-box .s7-img:hover {
  transform: scale(1.02);
}

.wiko-content .sec7-wrap .content-left .swiper-s7, .wiko-content .sec7-wrap .content-right .swiper-s7 {
  height: 28.7vw;
}
.wiko-content .sec7-wrap .content-left .swiper-s7 .swiper-wrapper .swiper-slide, .wiko-content .sec7-wrap .content-right .swiper-s7 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: all;
}

.wiko-content .sec7-wrap .content-right .img-box {
  margin-top: 7vw;
  width: 20vw;
  margin-left: auto;
  margin-right: auto;
}
.wiko-content .sec7-wrap .content-right .img-box img {
  transition: transform 0.5s ease-in-out;
}
.wiko-content .sec7-wrap .content-right .img-box img:hover {
  transform: scale(1.02);
}
.wiko-content .sec7-wrap .content-right .title-s {
  width: 27vw;
}
.wiko-content .sec8-wrap {
  position: relative;
  margin-top: 10.25vw;
  margin-bottom: 3.25vw;
}
.wiko-content .sec8-wrap .h2 {
  font-size: 3.529167vw;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3.73588vw;
}
.wiko-content .sec8-wrap .content {
  width: 65vw;
  margin: auto;
  background-color: #f3f6fb;
  padding-top: 4vw;
  padding-bottom: 4vw;
  border-radius: 1vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.wiko-content .sec8-wrap .content .title {
  text-align: left;
  margin-left: 4vw;
}
.wiko-content .sec8-wrap .content .title-t {
  font-size: 2.15vw;
  line-height: 1.25;
  font-weight: 500;
}
.wiko-content .sec8-wrap .content .title-s {
  font-size: 1.25vw;
  opacity: 0.6;
  font-weight: 400;
  margin-top: 1vw;
  line-height: 1.25;
}
.wiko-content .sec8-wrap .content .img-box {
  position: relative;
  width: 30vw;
}
.wiko-content .sec8-wrap .content .img-box .front-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.wiko-content .sec8-wrap .content .s8-swiper-pagination {
  position: relative;
  width: 30vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wiko-content .sec8-wrap .content .s8-swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  border-left: 3px solid #fff;
  color: #909090;
}
.wiko-content .sec8-wrap .content .s8-swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  border-left: 3px solid #fff;
  color: #909090;
}
.wiko-content .sec8-wrap .content .s8-swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  border-left: 3px solid #fff;
  color: #909090;
}
.wiko-content .sec8-wrap .content .s8-swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  border-left: 3px solid #fff;
  color: #909090;
}
.wiko-content .sec8-wrap .content .s8-swiper-pagination .swiper-pagination-bullet {
  width: 80%;
  height: 8vw;
  opacity: 0.7;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: initial;
  text-align: left;
  padding-left: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wiko-content .sec8-wrap .content .s8-swiper-pagination .swiper-pagination-bullet .s8-title {
  font-size: 1.65vw;
  border: none;
}
.wiko-content .sec8-wrap .content .s8-swiper-pagination .swiper-pagination-bullet .s8-description {
  display: none;
  font-size: 0.95vw;
  border: none;
  margin-top: 0.8vw;
  transition: all 0.5s;
}
.wiko-content .sec8-wrap .content .s8-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border-left: 3px solid transparent !important;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 15%, #0067e5 16%, #0067e5 85%, #fff 86%, #fff 100%);
  background-size: 3px;
  background-repeat: no-repeat;
  transform: translateX(-3px) scale(1);
}
.wiko-content .sec8-wrap .content .s8-swiper-pagination .swiper-pagination-bullet-active .s8-title {
  font-size: 1.75vw;
  /* color: #0067e5; */
  color: black;
}
.wiko-content .sec8-wrap .content .s8-swiper-pagination .swiper-pagination-bullet-active .s8-description {
  display: block;
  transition: all 0.5s;
}
.wiko-content .sec8-wrap .content .swiper-s8 {
  width: 15vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wiko-content .sec8-wrap .content .swiper-s8 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: all;
}
.wiko-content .sec9-wrap {
  position: relative;
  margin-top: 10.25vw;
}
.wiko-content .sec9-wrap .h2 {
  font-size: 3.529167vw;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3.73588vw;
}
.wiko-content .sec9-wrap .s9 {
  display: flex;
  flex-direction: row;
  width: 65vw;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.wiko-content .sec9-wrap .s9 .content-left, .wiko-content .sec9-wrap .s9 .content-right {
  width: 31vw;
  background-color: #f3f6fb;
  padding-top: 3vw;
  border-radius: 1vw;
  height: 32vw;
  position: relative;
}
.wiko-content .sec9-wrap .s9 .content-left .title, .wiko-content .sec9-wrap .s9 .content-right .title {
  text-align: left;
  margin-left: 2vw;
}
.wiko-content .sec9-wrap .s9 .content-left .title-t, .wiko-content .sec9-wrap .s9 .content-right .title-t {
  font-size: 2.15vw;
  line-height: 1.25;
  font-weight: 500;
}
.wiko-content .sec9-wrap .s9 .content-left .title-s, .wiko-content .sec9-wrap .s9 .content-right .title-s {
  font-size: 1.15vw;
  opacity: 0.6;
  font-weight: 400;
  margin-top: 1vw;
  line-height: 1.25;
}
.wiko-content .sec9-wrap .s9 .content-left .img-box, .wiko-content .sec9-wrap .s9 .content-right .img-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.5s ease-in-out;
}
.wiko-content .sec9-wrap .s9 .content-left .img-box:hover, 
.wiko-content .sec9-wrap .s9 .content-right .img-box:hover {
  transform: translateX(-50%) translateY(-0.2vw) scale(1.02);
}
.wiko-content .sec9-wrap .s9-tips {
  font-size: 0.75vw;
  opacity: 0.5;
  text-align: left;
  margin: auto;
  margin-top: 2vw;
  width: 65vw;
}
.wiko-content .sec10-wrap {
  /* height: 50vw; */
  height: 60vw;
  position: relative;
}
.wiko-content .sec10-wrap .sec10 .title-mob,
.wiko-content .sec11-wrap .sec11 .title-mob,
.wiko-content .sec12-wrap .sec12 .title-mob,
.wiko-content .sec14-wrap .sec14 .title-mob-1,
.wiko-content .sec14-wrap .sec14 .title-mob-2,
.wiko-content .sec15-wrap .sec15 .title-mob {
  display: none;
}
.wiko-content .sec10-wrap .sec10 .title .title-t {
  font-size: 2.15vw;
  font-weight: 500;
  line-height: 2.5;
}
.wiko-content .sec10-wrap .sec10 .title .title-s {
  font-size: 1.05vw;
  line-height: 1.5;
  opacity: 0.7;
}
.wiko-content .sec10-wrap .sec10 .harmony-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .sec10-wrap .sec10 .harmony-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .sec10-wrap .sec10 .harmony-wrap {
  width: 65vw;
}
.wiko-content .sec10-wrap .sec10 .harmony-wrap .harmony-title {
  font-size: 4.729167vw;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.wiko-content .sec10-wrap .sec10 .harmony-wrap img {
  width: 100%;
  /* margin-top: 6.5vw; */
  margin-top: 2.5vw;
  border-radius: 1.5vw;
}


.wiko-content .sec10-wrap .tips {
  position: absolute;
  bottom: 8vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* width: 100%; */
  width: 60vw;
  padding-left: 23vw;
  padding-right: 3vw;
}
.wiko-content .sec10-wrap .tips .title-e {
    width: 25%;
    font-size: 2.15vw;
    /* font-weight: 500; */
    line-height: 0.8;
}
.wiko-content .sec10-wrap .tips .title-e .blue-gradient{
    font-weight: 500;
    /* line-height: 0.6; */
}
.wiko-content .sec10-wrap .tips .title-e .title-des{
  font-size: 1.05vw;
  font-weight: 500;
}
.wiko-content .sec10-wrap .tips .title-e .high-ligt  {
  font-size: 1.05vw;
  opacity: 1;
  color: #c3c3c3;
} 
.wiko-content .sec10-wrap .tips .title-h {
  display: flex;
  color: #fff;
  width: 75%;
  font-size: 1.15vw;
  justify-content: space-between;
}
.wiko-content .sec10-wrap .tips .title-h .high-ligt {
  background-color: rgba(0, 103, 229, 0.3);
  border-radius: 1vw;
  width: 14vw;
  text-align: center;
  line-height: 2;
}
.wiko-content .sec10-wrap .tips .title-h .high-ligt span {
  opacity: 1;
  color: #fff;
} 

 

.wiko-content .sec11-wrap {
  height: 40vw;
  /* height: 60vw; */
  position: relative;
}
.wiko-content .sec11-wrap .s11-tips {
  font-size: 0.75vw;
  opacity: 0.5;
  text-align: left;
  margin: auto;
  width: 65vw;
  position: absolute;
  top: 108%;
  left: 18%;
}
.wiko-content .sec11-wrap .sec11 .title-mob {
  display: none;
}
.wiko-content .sec11-wrap .sec11 .title .title-t {
  font-size: 2.15vw;
  font-weight: 500;
  line-height: 2.5;
}
.wiko-content .sec11-wrap .sec11 .title .title-s {
  font-size: 1.05vw;
  line-height: 1.5;
  opacity: 0.7;
}
.wiko-content .sec11-wrap .sec11 .harmony-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .sec11-wrap .sec11 .harmony-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .sec11-wrap .sec11 .harmony-wrap {
  width: 65vw;
}
.wiko-content .sec11-wrap .sec11 .harmony-wrap .harmony-title {
  font-size: 4.729167vw;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.wiko-content .sec11-wrap .sec11 .harmony-wrap img {
  width: 100%;
  /* margin-top: 6.5vw; */
  margin-top: 2.5vw;
  border-radius: 1.5vw;
  transition: transform 0.5s ease-in-out;
}
.wiko-content .sec11-wrap .sec11 .harmony-wrap img:hover {
  transform: scale(1.02);
}

.wiko-content .sec12-wrap {
  /* height: 55vw; */
  height: 60vw;
  position: relative;
}
.wiko-content .sec12-wrap .sec12 .title .title-t {
  font-size: 2.15vw;
  font-weight: 500;
  line-height: 2.5;
}
.wiko-content .sec12-wrap .sec12 .title .title-s {
  font-size: 1.05vw;
  line-height: 1.5;
  opacity: 0.7;
}
.wiko-content .sec12-wrap .sec12 .harmony-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .sec12-wrap .sec12 .harmony-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .sec12-wrap .sec12 .harmony-wrap {
  width: 65vw;
}
.wiko-content .sec12-wrap .sec12 .harmony-wrap .harmony-title {
  font-size: 4.729167vw;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.wiko-content .sec12-wrap .sec12 .harmony-wrap img {
  width: 100%;
  margin-top: 2.5vw;
  border-radius: 1.5vw;
}

.wiko-content .sec12-wrap .tips {
  position: absolute;
  bottom: 8vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 60vw;
  padding-left: 23vw;
  padding-right: 3vw;
}
.wiko-content .sec12-wrap .tips .title-e {
  width: 25%;
  font-size: 2.15vw;
  line-height: 0.6;
}
.wiko-content .sec12-wrap .tips .title-e .blue-gradient {
  font-weight: 500;
}
.wiko-content .sec12-wrap .tips .title-e .high-ligt {
  font-size: 1.05vw;
  opacity: 1;
  color: #c3c3c3;
}
.wiko-content .sec12-wrap .tips .title-e .title-des {
  font-size: 1.05vw;
  font-weight: 500;
}

.wiko-content .sec12-wrap .tips .title-h {
  display: flex;
  color: #fff;
  width: 75%;
  font-size: 1.15vw;
  justify-content: space-between;
}
.wiko-content .sec12-wrap .tips .title-h .high-ligt {
  background-color: rgba(0, 103, 229, 0.3);
  border-radius: 1vw;
  width: 14vw;
  text-align: center;
  line-height: 2;
}
.wiko-content .sec12-wrap .tips .title-h .high-ligt span {
  opacity: 1;
  color: #fff;
} 


.wiko-content .sec13-wrap {
  height: 50vw;
  /* height: 60vw; */
  position: relative;
}
.wiko-content .sec13-wrap .sec13 .title {
  margin: 0 0 2vw 0;
}
.wiko-content .sec13-wrap .sec13 .title .title-t {
  font-size: 2.15vw;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0 18vw;
  position: absolute;
  top: -2vw;
}
.wiko-content .sec13-wrap .sec13 .title .title-s {
  font-size: 1.05vw;
  line-height: 1.5;
  opacity: 0.7;
}

.wiko-content .sec13-wrap .sec13 .harmony-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .sec13-wrap .sec13 .harmony-wrap {
  /* width: 65vw; */
  width: 100%;
}
.wiko-content .sec13-wrap .sec13 .harmony-wrap .harmony-title {
  font-size: 4.729167vw;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.wiko-content .sec13-wrap .sec13 .harmony-wrap img {
  width: 100%;
  /* margin-top: 6.5vw; */
  /* margin-top: 2.5vw; */
  border-radius: 1.5vw;
 }


.wiko-content .sec13-wrap .tips {
  position: absolute;
  bottom: -5vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* width: 100%; */
  width: 60vw;
  padding-left: 24vw;
  padding-right: 3vw;
}

.wiko-content .sec13-wrap .tips .title-e {
  width: 25%;
  font-size: 2.15vw;
  /* font-weight: 500; */
  line-height: 0.8;
}
.wiko-content .sec13-wrap .tips .title-e .blue-gradient {
  font-weight: 500;
  /* line-height: 0.6; */
}
.wiko-content .sec13-wrap .tips .title-e .high-ligt {
  font-size: 1.05vw;
  opacity: 1;
  /* color: #c3c3c3; */
}
.wiko-content .sec13-wrap .tips .title-e .title-des {
  font-size: 1.05vw;
  font-weight: 500;
}
.wiko-content .sec13-wrap .tips .title-h {
  display: flex;
  color: #fff;
  width: 70%;
  font-size: 1.15vw;
  justify-content: space-between;
}
.wiko-content .sec13-wrap .tips .title-h .high-ligt {
  background-color: rgb(0, 103, 229);
  border-radius: 1vw;
  width: 20vw;
  text-align: center;
  line-height: 2;
}
.wiko-content .sec13-wrap .tips .title-h .high-ligt span {
  opacity: 1;
  color: #fff;
} 

.wiko-content .sec14-wrap {
  /* height: 50vw; */
  height: 100vw;
  position: relative;
  z-index: 2;
}
.wiko-content .sec14-wrap .sec14 .title-1 {
  position: absolute;
  bottom: 85vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 100%; */
  width: 70vw;
  padding-left: 16vw;
  /* padding-right: 3vw;*/
  color:#fff;
}
.wiko-content .sec14-wrap .sec14 .title-2 {
  position: absolute;
  bottom: 33vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 100%; */
  width: 70vw;
  padding-left: 16vw;
  /* padding-right: 3vw;*/
  color:#fff;
}
/* .wiko-content .sec14-wrap .sec14 .title {
  margin: 0 0 2vw 10vw;
} */
.wiko-content .sec14-wrap .sec14 .title-t {
  font-size: 2.15vw;
  font-weight: 500;
  line-height: 2.5;
}
.wiko-content .sec14-wrap .sec14 .title-s {
  font-size: 1.05vw;
  line-height: 1.5;
  opacity: 0.7;
}

.wiko-content .sec14-wrap .sec14 .harmony-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .sec14-wrap .sec14 .harmony-wrap {
  /* width: 65vw; */
  width: 100%;
}
.wiko-content .sec14-wrap .sec14 .harmony-wrap .harmony-title {
  font-size: 4.729167vw;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.wiko-content .sec14-wrap .sec14 .harmony-wrap img {
  width: 100%;
  /* margin-top: 6.5vw; */
  margin-top: 2.5vw;
  /* border-radius: 1.5vw; */
}
/* 
.wiko-content .sec14-wrap {
  height: 90vh;
  position: relative;
}
.wiko-content .sec14-wrap .sec14 {
  height: 100vh;
  position: sticky;
  top: 0;
}
.wiko-content .sec14-wrap .sec14 .harmony-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .sec14-wrap .sec14 .harmony-wrap {
  width: 85vw;
}
.wiko-content .sec14-wrap .sec14 .harmony-wrap .harmony-title {
  font-size: 4.729167vw;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.wiko-content .sec14-wrap .sec14 .harmony-wrap img {
  width: 100%;
  margin-top: 6.5vw;
  border-radius: 1.5vw;
} */


.wiko-content .sec15-wrap {
  height: 60vw;
  position: relative;
  margin-bottom: -67vw;
}
.wiko-content .sec15-wrap .sec15 .title {
  /* margin: 0 0 2vw 10vw; */
  /* margin: 0 0 2vw 0; */
  position: absolute;
  bottom: 30vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 100%; */
  width: 70vw;
  padding-left: 16vw;
  /* padding-right: 3vw;*/
  color:#fff;
}
.wiko-content .sec15-wrap .sec15 .title .title-t {
  font-size: 2.15vw;
  font-weight: 500;
  line-height: 2.5;
}
.wiko-content .sec15-wrap .sec15 .title .title-s {
  font-size: 1.05vw;
  line-height: 1.5;
  opacity: 0.7;
}

.wiko-content .sec15-wrap .sec15 .harmony-wrap {
  position: absolute;
  /* top: 50%;
  left: 50%; */
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .sec15-wrap .sec15 .harmony-wrap {
  /* width: 65vw; */
  width: 100%;
}
.wiko-content .sec15-wrap .sec15 .harmony-wrap .harmony-title {
  font-size: 4.729167vw;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.wiko-content .sec15-wrap .sec15 .harmony-wrap img {
  width: 100%;
  /* margin-top: 6.5vw; */
  /* margin-top: 2.5vw; */
  /* border-radius: 1.5vw; */
}


.wiko-content .sec15-wrap .sec15 .tips {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 33vw;
  height: 15vw;
  position: absolute;
  bottom: 8vw;
  left: 2vw;
}

.wiko-content .sec16-wrap {
  /* height: 50vw; */
  height: 60vw;
  position: relative;
}
.wiko-content .sec16-wrap .sec16 .title {
  margin: 0 0 2vw 10vw;
}
.wiko-content .sec16-wrap .sec16 .title .title-t {
  font-size: 2.15vw;
  font-weight: 500;
  line-height: 2.5;
}
.wiko-content .sec16-wrap .sec16 .title .title-s {
  font-size: 1.05vw;
  line-height: 1.5;
  opacity: 0.7;
}

.wiko-content .sec16-wrap .sec16 .harmony-wrap {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .sec16-wrap .sec16 .harmony-wrap {
  /* width: 65vw; */
  width: 100%;
}
.wiko-content .sec16-wrap .sec16 .harmony-wrap .harmony-title {
  font-size: 4.729167vw;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.wiko-content .sec16-wrap .sec16 .harmony-wrap img {
  width: 100%;
  /* margin-top: 6.5vw; */
  /* margin-top: 2.5vw;
  border-radius: 1.5vw; */
 }



.wiko-content .sec16-wrap .tips {
  position: absolute;
  bottom: 44vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 100%; */
  width: 70vw;
  padding-left: 16vw;
  /* padding-right: 3vw; */
}

.wiko-content .sec16-wrap .tips .title-e {
  /* width: 20%; */
  font-size: 2.65vw;
  font-weight: 500;
}
.wiko-content .sec16-wrap .tips .title-e-mob {
  display: none;
}
.wiko-content .sec16-wrap .tips .title-h {
  display: flex;
  color: #898989;
  /* width: 70%; */
  font-size: 1.15vw;
  justify-content: space-between;
}
.wiko-content .sec16-wrap .tips .title-h .high-ligt {
  /* background-color: rgb(0, 103, 229); */
  border-radius: 1vw;
  /* width: 20vw; */
  text-align: center;
  line-height: 3;
}
.wiko-content .sec16-wrap .tips .title-h .high-ligt span {
  opacity: 1;
  /* color: #fff; */
  /* color: #909090; */
} 

.wiko-content .sec17-wrap {
  /* height: 50vw; */
  height: 45vw;
  position: relative;
}
.wiko-content .sec17-wrap .sec17 .title {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  text-align: center;
  /* gap: 8px; */
}
.wiko-content .sec17-wrap .sec17 .title .title-t {
  font-size: 2.15vw;
  font-weight: 500;
  line-height: 2.5;
}
.wiko-content .sec17-wrap .sec17 .title .title-s {
  font-size: 1.05vw;
  line-height: 1.5;
  opacity: 0.7;
}

.wiko-content .sec17-wrap .sec17 .harmony-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .sec17-wrap .sec17 .harmony-wrap {
  width: 80vw;
}
.wiko-content .sec17-wrap .sec17 .harmony-wrap .harmony-title {
  font-size: 4.729167vw;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.wiko-content .sec17-wrap .sec17 .harmony-wrap img {
  width: 100%;
  /* margin-top: 6.5vw; */
  margin-top: 2.5vw;
  border-radius: 1.5vw;
  transition: transform 0.5s ease-in-out;
}
.wiko-content .sec17-wrap .sec17 .harmony-wrap img:hover {
  transform: scale(1.02);
}


.wiko-content .section-footnote {
  width: 58.333333vw;
  margin: 10vw auto auto auto;
  padding-bottom: 5.208333vw;
  opacity: .6;
}
.wiko-content .section-footnote ol {
  padding: 0;
  margin: 0;
}
.wiko-content .section-footnote li {
  font-size: 0.78125vw;
  line-height: 1.6;
  opacity: 0.8;
  list-style: decimal;
}
.wiko-content .section-footnote .current {
  font-weight: 500;
}
.wiko-content .section-footnote .footnote-last {
  margin-top: 2.604167vw;
  list-style: none;
  transform: translateX(-1.3vw);
  /* opacity: 0.6; */
}
.wiko-content .alert-video {
  width: 100%;
  height: calc(100vh - var(--navHeight));
  background: rgb(0, 0, 0);
  position: fixed;
  top: var(--navHeight);
  left: 0;
  z-index: 999;
  display: none;
  overflow: hidden;
}
.wiko-content .alert-video .video-wrap {
  width: 83.333333vw;
  height: 46.875vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  scroll-snap-type: y mandatory;
}
.wiko-content .alert-video .video-wrap video {
  scroll-snap-align: start;
  margin: auto;
  transform: scale(0.95);
}
.wiko-content .alert-video .video-wrap .close {
  width: 2vw;
  height: 2vw;
  position: absolute;
  top: -1vw;
  right: 0vw;
  cursor: pointer;
}
.wiko-content .alert-video.active {
  display: block;
}

.wiko-content.ie {
  font-family: sans-serif;
}
.wiko-content.ie .isie {
  display: block;
}
.wiko-content.ie .isnotie {
  display: none;
}
.wiko-content.ie img {
  display: block;
}
.wiko-content.ie .sec1-wrap {
  height: auto;
  background-color: #fff;
}
.wiko-content.ie .sec1-wrap .sec1-inner {
  position: static;
}
.wiko-content.ie .sec1-wrap .sec1-inner .sec1 {
  height: auto;
  position: relative;
}
.wiko-content.ie .sec1-wrap .sec1-inner .sec2 {
  position: static;
  transform: translateY(0);
}
.wiko-content.ie .sec1-wrap .sec1-inner .sec2 .list .item .title-wrap .title {
  background-image: none;
  color: #C4A486;
}
.wiko-content.ie .sec1-wrap .sec1-inner .sec2 .list .line2 .item5 .img-wrap .memory {
  background-image: none;
  color: #B1B4BE;
}
.wiko-content.ie .item2-arrow {
  background-repeat: no-repeat;
  background-size: 2.135417vw auto;
}
.wiko-content.ie .item2-arrow .arrow-wrap {
  background-repeat: no-repeat;
  background-size: 2.135417vw auto;
}
.wiko-content.ie .sec2 .list .progressSvg rect {
  display: none;
}
.wiko-content.ie .sec2 .list .right-wrap .item2 .item2-wrap .isie {
  display: block;
}
.wiko-content.ie .sec2 .list .item .arrow .arrow-wrap {
  background-repeat: no-repeat;
  background-size: 2.135417vw auto;
}
.wiko-content.ie .sec2 .list .line2 .item5 .img-wrap .memory {
  font-weight: 500;
}
.wiko-content.ie .sec4-wrap {
  margin: 0 5.417vw;
}
.wiko-content.ie .sec4-wrap .swiper-container {
  width: 100%;
  position: relative;
}
.wiko-content.ie .sec4-wrap .swiper-container .swiper-pagination {
  width: 26.0625vw;
  height: 7.5625vw;
  left: 65%;
  border-radius: 7.5625vw;
}
.wiko-content.ie .sec4-wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 7.5625vw;
  height: 7.5625vw;
}
.wiko-content.ie .sec4-wrap .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(0.8);
}
.wiko-content.ie .sec4-wrap .s4-img img {
  height: 128vw;
}
.wiko-content.ie .sec5-wrap {
  height: auto;
}
.wiko-content.ie .sec5-wrap .sec5 {
  height: auto;
  position: static;
}
.wiko-content.ie .sec5-wrap .sec5 .harmony-wrap {
  height: 100vh;
  position: static;
  transform: translate(0, 0);
  width: 100%;
}
.wiko-content.ie .sec5-wrap .sec5 .harmony-wrap img {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34.114583vw;
}
.wiko-content.ie .sec5-wrap .sec5 .ani2, .wiko-content.ie .sec5-wrap .sec5 .ani3, .wiko-content.ie .sec5-wrap .sec5 .ani4 {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100vh;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
}
.wiko-content.ie .sec5-wrap .sec5 .ani2 .ani2-title {
  background-image: none;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.wiko-content.ie .sec5-wrap .sec5 .ani2 .ani2-title-s {
  width: 100%;
}
.wiko-content.ie .sec5-wrap .sec5 .ani3 .ani3-title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background-image: none;
}
.wiko-content.ie .sec5-wrap .sec5 .ani3 .phone-wrap {
  transform: translateY(4.166667vw);
  margin: 0;
}
.wiko-content.ie .sec5-wrap .sec5 .ani4 {
  display: flex;
  min-height: 100vh;
  overflow: visible;
  width: 100%;
  align-items: center;
  flex-direction: row;
}
.wiko-content.ie .sec5-wrap .sec5 .ani4 .right {
  width: 49.375vw;
  height: 49.375vw;
  flex: 1;
  position: relative;
  opacity: 1;
  transform: translate(0);
}
.wiko-content.ie .sec5-wrap .sec5 .ani4 .right .mob-wrap {
  width: 13.229167vw;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(0%, -50%);
  margin-left: -11.31vw;
}
.wiko-content.ie .sec5-wrap .sec5 .ani4 .right .circle-wrap {
  position: relative;
  width: 49.37vw;
  height: 49.37vw;
}
.wiko-content.ie .sec5-wrap .sec5 .ani4 .right .circle-wrap .item {
  width: 49.37vw;
  height: 49.37vw;
}
.wiko-content.ie .sec15 {
  padding-top: 6.25vw;
}
.wiko-content.ie .sec15 .title {
  background-image: none;
  font-weight: 500;
  color: #fff;
}
.wiko-content.ie .sec16 {
  padding-top: 10.729167vw;
}
.wiko-content.ie .sec16 .title {
  background-image: none;
  font-weight: 500;
  color: #fff;
}
.wiko-content.ie .sec17-wrap {
  height: auto;
}
.wiko-content.ie .sec17-wrap .sec17 .title {
  background-image: none;
  font-weight: 500;
  color: #fff;
}
.wiko-content.ie .sec6-wrap {
  height: auto;
}
.wiko-content.ie .sec6-wrap .sec6 {
  height: auto;
}
.wiko-content.ie .sec6-wrap .sec6 .ani1 {
  height: 100vh;
  margin: 0;
  padding: 0;
  font-weight: 500;
  box-sizing: border-box;
  position: static;
}
.wiko-content.ie .sec6-wrap .sec6 .ani1 .title {
  color: #fff;
}
.wiko-content.ie .sec6-wrap .sec6 .ani1 .title .color {
  background-image: none;
}
.wiko-content.ie .sec6-wrap .sec6 .ani1 .title-s .first, .wiko-content.ie .sec6-wrap .sec6 .ani1 .title-s .scale {
  background-image: none;
  color: #fff;
  opacity: 1;
  transform: scale(1);
}
.wiko-content.ie .sec6-wrap .sec6 .ani1 .title-s .scale {
  width: auto;
}
.wiko-content.ie .sec6-wrap .sec6 .ani1 .title-s .scale-wrap {
  width: 13.73vw;
}
.wiko-content.ie .sec6-wrap .sec6 .ani1 .title-s .scale-wrap .border2 {
  transform: translateY(1vw);
}
.wiko-content.ie .sec6-wrap .sec6 .ani2 {
  height: 100vh;
  position: relative;
}
.wiko-content.ie .sec6-wrap .sec6 .ani2 .bg-wrap {
  height: auto;
}
.wiko-content.ie .sec6-wrap .sec6 .ani2 .ani2-content {
  margin-top: 10.833333vw;
}
.wiko-content.ie .sec6-wrap .sec6 .ani2 .ani2-content .ani2-title {
  font-weight: 500;
}
.wiko-content.ie .sec6-wrap .sec6 .ani2 .ani2-content .right .row .item .item-title-s {
  font-weight: 500;
}
.wiko-content.ie .sec6-wrap .sec6 .ani2 .phone-wrap {
  margin: 0;
  height: 29.010417vw;
}
.wiko-content.ie .sec6-wrap .sec6 .ani2 .phone-wrap .ani2-content {
  margin-top: 1.86vw;
}
.wiko-content.ie .sec11-wrap {
  height: auto;
}
.wiko-content.ie .sec11-wrap .sec11 {
  height: auto;
}
.wiko-content.ie .sec11-wrap .sec11 .all-ani .ani1 {
  height: 100vh;
}
.wiko-content.ie .sec11-wrap .sec11 .all-ani .ani1 .title {
  background-image: none;
  color: #fff;
}
.wiko-content.ie .sec11-wrap .sec11 .all-ani .ani2 {
  position: static;
  height: 100vh;
  padding: 0;
}
.wiko-content.ie .sec11-wrap .sec11 .all-ani .ani2 .swiper2 .swiper-wrapper {
  width: 143.75vw;
  transition: all 0.3s;
  margin-left: 0;
}
.wiko-content.ie .sec11-wrap .sec11 .all-ani .ani2 .swiper2 .swiper-slide {
  width: auto !important;
}
.wiko-content.ie .sec11-wrap .sec11 .all-ani .ani2 .swiper[data-index="0"] .swiper-wrapper {
  transform: translateX(0) !important;
  margin-left: 0;
}
.wiko-content.ie .sec11-wrap .sec11 .all-ani .ani2 .swiper[data-index="1"] .swiper-wrapper {
  transform: translateX(0) !important;
  margin-left: -22.16667vw;
}
.wiko-content.ie .sec11-wrap .sec11 .all-ani .ani2 .swiper[data-index="2"] .swiper-wrapper {
  transform: translateX(0) !important;
  margin-left: -39.58333vw;
}
.wiko-content.ie .sec11-wrap .sec11 .all-ani .ani2 .swiper[data-index="3"] .swiper-wrapper {
  transform: translateX(0) !important;
  margin-left: -56.5vw;
}
.wiko-content.ie .sec11-wrap .sec11 .all-ani .ani2 .swiper[data-index="4"] .swiper-wrapper {
  transform: translateX(0) !important;
  margin-left: -74.66667vw;
}
.wiko-content.ie .sec11-wrap .sec11 .all-ani .ani2 .swiper[data-index="5"] .swiper-wrapper {
  transform: translateX(0) !important;
  margin-left: -92.66667vw;
}
.wiko-content.ie .sec11-wrap .sec11 .all-ani .ani2 .swiper[data-index="6"] .swiper-wrapper {
  transform: translateX(0) !important;
  margin-left: -113.66667vw;
}
.wiko-content.ie .sec12 .title {
  background-image: none;
  color: #fff;
}
.wiko-content.ie .sec12 .bottom .cpu .item .item-title {
  background-image: none;
  color: #BC9D7F;
}
.wiko-content.ie .sec12 .bottom .cpu .item .item-title .num1, .wiko-content.ie .sec12 .bottom .cpu .item .item-title .text {
  background-image: none;
  color: #BC9D7F;
}
.wiko-content.ie .sec12 .bottom .cpu .item .item-title .num1, .wiko-content.ie .sec12 .bottom .cpu .item .item-title .num2, .wiko-content.ie .sec12 .bottom .cpu .item .item-title .num3, .wiko-content.ie .sec12 .bottom .cpu .item .item-title .num4, .wiko-content.ie .sec12 .bottom .cpu .item .item-title .num5 {
  background-image: none;
  color: #BC9D7F;
}
.wiko-content.ie .sec12 .bottom .cpu .item .item-title .scroll .inner-scroll .num {
  background-image: none;
  color: #BC9D7F;
}
.wiko-content.ie .sec12 .bottom .cpu .item .item-title .num6, .wiko-content.ie .sec12 .bottom .cpu .item .item-title .num5 {
  background-image: none;
  color: #BC9D7F;
}
.wiko-content.ie .sec13 {
  padding-top: 12.5vw;
}
.wiko-content.ie .sec13 .title {
  background-image: none;
  color: #fff;
}
.wiko-content.ie .sec13 .bottom .item .item-title {
  background-image: none;
  color: #BC9D7F;
}
.wiko-content.ie .sec14 .title {
  background-image: none;
  color: #fff;
}
.wiko-content.ie .sec14 .img-wrap .img-text {
  background-image: none;
  color: #B1B4BE;
}
.wiko-content.ie .sec14 .bottom .item .item-title {
  background-image: none;
  color: #BC9D7F;
}

/* s5 */

.wiko-content .s5 .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
  /* top: 90%; */
  top: 92%;
  left: 44%;
  align-items: center;
  width: 10vw;
}

.wiko-content .s5 .swiper-pagination-bullet {
  width: 0.5vw;
  height: 0.5vw;
  margin: 0 0.5vw;
  background: #000;
  opacity: 0.2;
  border-radius: 50%;
  cursor: pointer;
}

.wiko-content .s5 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000; /* 高亮颜色 */
}


.wiko-content .s5  .slide-footer{
 width:20vw;
 top:80%;
}



.wiko-content .s5 .slide-footer picture {
  position: absolute;
  top: 91.2%;
  /* padding-top: 54vw; */
  /* left: 38%; */
  padding-left: 30.5vw;
  /* width: 100%; */
  width: 20VW;
  /* height: 100%; */
  z-index: 1;
}

.wiko-content .s5 .slide-footer picture img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover; /* 确保图片覆盖整个区域 */
  overflow: hidden; /* 隐藏图片溢出部分 */
  border-radius: 50px;
}

.wiko-content .s5 {
  position: relative;
  height: 50vw;
  /* height: 100vh; */
  /* height: 120vh; */
  background-color: #f8fafd;
}
.wiko-content .s5 .s2-wrap {
  /* margin: 5.20833vw auto 0; */
}
.wiko-content .s5 .harmony-wrap {
  margin-top: 15vw;
}
.wiko-content .s5 .harmony-wrap img {
  width: 34.94635vw;
  margin: auto;
}
.wiko-content .s5 .harmony-wrap p {
  padding-top: 7vw;
  text-align: center;
  letter-spacing: 0.05vw;
  opacity: 0.7;
  width: 52vw;
  margin: auto;
}
.wiko-content .s5 .harmony-wrap p span {
  letter-spacing: 0vw;
}
.wiko-content .s5 .ani1 {
  display: none;
}
.wiko-content .s5 .ani2 {
  width: 100%;
  overflow: hidden;
  /* margin: 5.20833vw auto 0; */
}
.wiko-content .s5 .ani2 .title {
  font-size: 4.16667vw;
  line-height: 1.25;
  margin-bottom: 1.5625vw;
  text-align: center;
  font-weight: bold;
}
.wiko-content .s5 .ani2 .card {
  width: 81.25vw;
  height: 41.66667vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.wiko-content .s5 .ani2 .card .icon-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.04167vw;
  z-index: 9;
  cursor: pointer;
}

.wiko-content .s5 .ani2  .item-icon .item-icon-2{
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: 2.5s all linear;
}


.wiko-content .s5 .ani2 .card .s5-letf-icon {
  left: 1.5625vw;
  /* background-image: url(../img/s5-left-btn.png); */
  background-image: url(../img/sec2/icon-left.svg);
  transition: background-image 0.1s; 
}

.wiko-content .s5 .ani2 .card .s5-letf-icon:hover ,
.wiko-content .s5 .ani2 .card .s5-letf-icon:active {
  background-image: url(../img/sec2/icon-left-light.svg);
}

.wiko-content .s5 .ani2 .card .s5-right-icon {
  right: 1.5625vw;
  /* background-image: url(../img/s5-right-btn.png); */
  background-image: url(../img/sec2/icon-right.svg);
  transition: background-image 0.1s; 
}

.wiko-content .s5 .ani2 .card .s5-right-icon:hover,
.wiko-content .s5 .ani2 .card .s5-right-icon:active {
  background-image: url(../img/sec2/icon-right-light.svg);
}
.wiko-content .s5 .ani2 .card .s5-letf-icon,
.wiko-content .s5 .ani2 .card .s5-right-icon {
  width: 1.204167vw;
  height: 1.204167vw;
  background-size: 100% 100%;
  outline: none;
  border-radius: 50%;
  overflow: hidden;
  top: 95%;
}
/* 左按钮靠左 */
.wiko-content .s5 .ani2 .card .s5-letf-icon {
  left: 40%;
}

/* 右按钮靠右 */
.wiko-content .s5 .ani2 .card .s5-right-icon {
  right: 40%;
}

.wiko-content .s5 .ani2 .card .s5-letf-icon:after,
.wiko-content .s5 .ani2 .card .s5-right-icon:after {
  content: unset;
}
.wiko-content .s5 .ani2 .card .swiper-container {
  width: 65vw;
  height: 100%;
}
.wiko-content .s5 .ani2 .card .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.wiko-content .s5 .ani2 .card .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1.04167vw;
  height: 1.04167vw;
  background-color: #B0C9ED;
  margin-right: 1.04167vw;
  opacity: 0.3;
}
.wiko-content .s5 .ani2 .card .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.wiko-content .s5 .ani2 .card .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  /* background-color: #f3f6f9; */
  /* background-color: #ccf7da; */
  border-radius: 1.5625vw;
}
.wiko-content .s5 .ani2 .card .text-box {
  text-align: center;
}
.wiko-content .s5 .ani2 .card .text-box .title {
  font-size: 2vw;
  margin: 3.09375vw 0 1.5625vw;
  font-weight: bold;
}
.wiko-content .s5 .ani2 .card .text-box .text {
  font-size: 1.04583vw;
  color: #000;
  line-height: 1.6;
  padding: 0 2vw;
  opacity: 0.7;
}
.wiko-content .s5 .ani2 .card .wrap .img-box {
  /* width: 49.28125vw; */
  /* width: 59.28125vw; */
  /* margin-top: 4.0625vw; */
  width: 100%;
  transition: transform 0.3s ease; /* Smooth scaling animation */
}

/* .wiko-content .s5 .ani2 .card .wrap .img-box:hover {
  transform: scale(1.05); 
}
.wiko-content .s5 .ani2 .card .wrap .img-box:active {
  transform: scale(1); 
} */

.wiko-content .s5 .ani2 .card .wrap .img-box img {
  /* width: 100%; */
  width: 99.9%;
  margin: 0.01vw auto;
  border-radius: 16px;
}
/* .wiko-content .s5 .ani2 .card .wrap .big-img {
  width: 72.28125vw;
} */
.wiko-content .s5 .ani2 .card .wrap .small-img {
  width: 23.28125vw;
}
.wiko-content .s5 .ani2 .card .wrap .small-small-img {
  width: 10.28125vw;
}

.wiko-content .s5 .ani2 .item-icon {
  position: absolute;
  width: 2.410417vw;
  height: 2.410417vw;
  bottom: 3.6vw;
  right: 0.6vw;
}

.wiko-content .s5 .ani2 .item-icon .item-icon-2 {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: 0.3s all linear;
}

.wiko-content .s5 .ani2 .item-icon:hover .item-icon-1 {
  opacity: 0;
}
.wiko-content .s5 .ani2 .item-icon:hover .item-icon-2 {
  opacity: 1;
}
.wiko-content .s5 .ani2 .item-icon:hover .item-img img {
  transform: scale(1.1);
}

@media (max-aspect-ratio: 51/50) {
  .wiko-content {
    background-color: #fff;
  }
  .wiko-content .pc-block {
    display: none;
  }
  .wiko-content .mob-block {
    display: block;
  }
  .wiko-content .sup {
    font-size: 0.6em;
  }
  .wiko-content img {
    display: block;   
  }
  .wiko-content .sec1-wrap {
    /* height: auto; */
    height: 265vw;
  }
  .wiko-content .sec1-inner {
    position: relative;
  }
  .wiko-content .sec1 .wiko {
    width: 67.305556vw;
    left: 50%;
    top: 6.666667vw;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wiko-content .sec1 .wiko .wiko-text {
    font-size: 5vw;
    transform: scale(0.5);
    width: 200%;
  }
  .wiko-content .sec1 .wiko .wiko-text2 {
    height: 4.7604vw;
    line-height: 3.5vw;
    width: 25.9896vw;
    margin: 1.6667vw auto 0;
    text-align: center;
    color: #fff;
    font-size: 2.5625vw;
    border-radius: 2.4063vw;
  }
  .wiko-content .sec1 .wiko .wiko-text .wiko-line {
    width: 1px;
  }
  .wiko-content .sec2 {
    display: none;
  }
  /* .wiko-content .sec2-wrap {
    height: auto;
    margin-top: 10.125vw;
  }
  .wiko-content .sec2-wrap .sec2 {
    height: auto;
    position: relative;
  }
  .wiko-content .sec2-wrap .sec2 .all-ani {
    padding-top: 10.125vw;
  }
  .wiko-content .sec2-wrap .sec2 .all-ani .ani1 .title {
    font-size: 9.125vw;
  }
  .wiko-content .sec2-wrap .sec2 .all-ani .ani2 {
    position: relative;
    margin-top: 5vw;
    left: auto;
    display: block;
    padding: 0 3.125vw;
    height: auto;
  }
  .wiko-content .sec2-wrap .sec2 .all-ani .ani2 .ani2-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .wiko-content .sec2-wrap .sec2 .all-ani .ani2 .ani2-wrap .s2-features-wrap {
    width: 40vw;
    margin: 0 1.041667vw;
    position: relative;
    cursor: pointer;
    margin-top: 5.125vw;
  }
  .wiko-content .sec2-wrap .sec2 .all-ani .ani2 .ani2-wrap .s2-features-wrap .img-wrap {
    width: 40vw;
  }
  .wiko-content .sec2-wrap .sec2 .all-ani .ani2 .ani2-wrap .s2-features-wrap .img-wrap img {
    width: 100%;
    border-radius: 2vw;
  }
  .wiko-content .sec2-wrap .sec2 .all-ani .ani2 .ani2-wrap .s2-features-wrap .slide-text {
    position: absolute;
    top: 3vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 3.85vw;
    width: 100%;
    font-weight: 500;
    display: block;
  }
  .wiko-content .sec2-wrap .sec2 .all-ani .ani2 .ani2-wrap .s2-features-wrap:hover .item2-arrow .item-icon-1 {
    opacity: 0.8;
  }
  .wiko-content .sec2-wrap .sec2 .all-ani .ani2 .ani2-wrap .s2-features-wrap:hover .item2-arrow .item-icon-2 {
    opacity: 0;
  }

  .wiko-content .sec2-wrap .sec2 .all-ani .ani2 .item2-arrow {
    width: 5.645833vw;
    height: 5.645833vw;
    border-radius: 999px;
    box-sizing: border-box;
    position: absolute;
    pointer-events: none;
    bottom: 2vw;
    right: 2vw;
    z-index: 99;
  }
  .wiko-content .sec2-wrap .sec2 .all-ani .ani2 .item2-arrow .arrow-wrap {
    background-position: center;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wiko-content .sec2-wrap .sec2 .all-ani .ani2 .item2-arrow .item-icon-1 {
    opacity: 0;
  }
  .wiko-content .sec2-wrap .sec2 .all-ani .ani2 .item2-arrow .item-icon-2 {
    opacity: 0.8;
  } */


/* s5 */

.wiko-content .s5 .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
  /* top: 90%; */
  /* top: 92%;
  left: 19%; */
  align-items: center;
  width: 60vw;
  padding-left: 18.5vw;
}

.wiko-content .s5 .swiper-pagination-bullet {
  width: 2vw;
  height: 2vw;
  margin: 0 2.5vw;
  background: #000;
  opacity: 0.2;
  border-radius: 50%;
  cursor: pointer;
}
.wiko-content .s5 {
  position: relative;
  height: 65vh;
  /* height: 120vh; */
  background-color: #fff;
}

.wiko-content .s5 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000; /* 高亮颜色 */
}

.wiko-content .s5 .ani2 .card {
  width: 100%;
  height: 100%;
  /* height: 41.66667vw; */
  /* height: 80.66667vw; */
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.wiko-content .s5 .ani2 .card .text-box .title {
  font-size: 6.3333vw;
  margin: 6.09375vw 0 5.5625vw;
  font-weight: bold;
}
.wiko-content .s5 .slide-footer {
  width: 40vw;
  margin-top: 15vw;
  /* top: 80%; */
}
.wiko-content .s5 .slide-footer picture {
  position: absolute;
  /* top: 90%; */
  /* padding-top: 54vw; */
  /* left: 38%; */
  padding-left: 18vw;
  /* width: 100%; */
  width: 60VW;
  z-index: 1;
}

.wiko-content .s5 .slide-footer picture img {
  /* width: 100%; */
  /* height: 100%; */
  object-fit: cover; /* 确保图片覆盖整个区域 */
  overflow: hidden; /* 隐藏图片溢出部分 */
  border-radius: 50px;
  /* width: 80vw; */
  height: 100%;
}

  .wiko-content .s5 .ani2 .card .swiper-container{
      /* width: 65vw; */
      width: 100%;
      height: 100%;      
  }

  .wiko-content .s5 .ani2 .card .icon-btn {
    width: 4vw;
    height: 4vw;
    position: absolute;
    z-index: 11;
  }
  
  /* 左按钮靠左 */
.wiko-content .s5 .ani2 .card .s5-letf-icon {
  left: 21%;
  padding-left: 1vw;
}

/* 右按钮靠右 */
.wiko-content .s5 .ani2 .card .s5-right-icon {
  right: 23%;
  padding-right: 3vw;
}
.wiko-content .s5 .ani2 .item-icon {
  position: absolute;
  width: 6.410417vw;
  height: 6.410417vw;
  bottom: 1.1vw;
  right: 3.3vw;
}

/* .wiko-content .s5 .ani2 .item-icon .item-icon-2 {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: 0.3s all linear;
} */

  .wiko-content .sec3-wrap .s3-video-wrap {
    margin: auto;
  }
  .wiko-content .sec3-wrap .s3-video-wrap .s3-video {
    overflow: hidden;
    transform: scale(1);
    margin: 25vw 0 15vw;
    display: block;
    height: 100%;
    /* height: 50vw; */
  }
  .wiko-content .sec3-wrap  .s3-video-wrap .video-img{
    font-size: 6.3333vw;
    top: 40%;
    left: 18vw;
    /* position: absolute; */
    transform: translateX(0%);
  }
  .wiko-content .sec3-wrap .s3-video-wrap .open {
    width: 24vw;
    font-size: 3.125vw;
    line-height: 5vw;
    bottom: 8vw;
  }
  .wiko-content .sec5-wrap {
    height: auto;
    margin-top: 10.125vw;
  }
  .wiko-content .sec5-wrap .sec5 {
    height: auto;
    position: relative;
  }
  .wiko-content .sec5-wrap .sec5 .harmony-wrap {
    /* width: 89vw; */
    width: 60vw;
    margin: auto;
    position: relative;
    top: 0;
    left: 4vw;
    transform: unset;
  }
  .wiko-content .sec5-wrap .sec5 .harmony-wrap .harmony-title {
    font-size: 9.125vw;
  }
  .wiko-content .sec5-wrap .sec5 .title-pc{
    display: none;
  } 
  
  .wiko-content .sec5-wrap .sec5 .title-mob{
    /* top: 10%; */
    display: block;
    text-align: center;
    position: absolute; 
    left: 14vw;
    bottom: -9vw;
    width: 70vw;
  }
  .wiko-content .sec5-wrap .sec5 .title-mob .title-t{
    font-size: 5.8333vw;
    line-height: 2.5;
    left: 10vw;
    padding-right: 5vw;
    font-weight: 500;
  }
  .wiko-content .sec5-wrap .sec5 .title-mpb .title-s{
    font-size: 3.3333vw;
    font-weight: 300;
    opacity: .8;
  }
  .wiko-content .sec4-wrap .swiper-container .swiper-slide {
    padding-bottom: 7vw;
  }
  .wiko-content .sec4-wrap .swiper-container .swiper-pagination {
    /* left: 50%; */
    transform: translateX(-50%);
    /* bottom: 12vw; */
  }

  .wiko-content .sec4-wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6.2625vw;
    height: 6.2625vw;
    margin: 0 1.5vw;
  }
  .wiko-content .sec4-wrap .swiper-container .swiper-pagination-bullets {
    width: auto;
    left: 81%;
    /* top: 38%; */
    top: 3.5vw;
    transform: translateX(-51%);
    display: flex;
    flex-direction: row;
  }
  .wiko-content .sec4-wrap .s4-img img {
    height: auto;
    border-radius: 2vw;
  }
  .wiko-content .sec4-wrap .s4-img p {
    width: 100%;
    color: #000;
    bottom: 0;
    text-align: center;
    font-size: 3.625vw;
    right: 0;
  }

  .wiko-content .sec4-wrap .title {
    /* font-weight: 500; */
    display: none;
  }
  .wiko-content .sec4-wrap .mob-title {
    /* display: none; */
    display: block;
    margin-left: 4vw;
    height: 25vw;
  }
  
  
  .wiko-content .sec4-wrap .mob-title .blue-title {
    font-weight: 500;
    /* color: #708ec7;
    color: #b0ceff; */
    background: linear-gradient(to top right, #b0ceff, #708ec7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 8.3333vw;
    top: 20vw;
  }
  .wiko-content .sec4-wrap .mob-title .write-title {
    font-weight: 500;
    /* color: #9893a0;
    color: #d9d6e1; */
    background: linear-gradient(to top right, #d9d6e1, #9893a0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 8.3333vw;
  }
  .wiko-content .sec4-wrap .mob-title .black-title {
    font-weight: 500;
    /* color: #1f21243;
    color: #545f63; */
    background: linear-gradient(to top right, #545f63, #1f2124);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 8.3333vw;
  }

  .wiko-content .sec4-wrap .wrap-desc{
    margin: 1vw 6vw 4.125vw 0;
    color: #6f6f70;
    font-size: 3.6333vw;
  }
  .wiko-content .sec4-wrap .swiper-slide-img {
    right: 3vw;
    position: absolute;
    /* bottom: 18vw; */
    /* left: 10vw; */
    /* width: 100%; */
    top: 1vw;
    width: 32vw;
    z-index: 1;
  }

  .wiko-content .sec6-wrap {
    height: auto;
    /* margin-top: 10.125vw; */
    margin-top: 30.125vw;
  }
  .wiko-content .sec6-wrap .h2 {
    font-size: 6.525vw;
  }
  .wiko-content .sec6-wrap .content {
    width: 89vw;
    border-radius: 2vw;
    padding-top: 7vw;
  }
  .wiko-content .sec6-wrap .content .title-t {
    font-size: 5.125vw;
  }
  .wiko-content .sec6-wrap .content .title-s {
    font-size: 3.6333vw;
  }
  .wiko-content .sec6-wrap .content .img-box .front-img {
    width: 27vw;
  }
  .wiko-content .sec6-wrap .content .swiper-s6 {
    height: 75vw;
  }
  .wiko-content .sec6-wrap .content .swiper-s6 .s6-swiper-button-next {
    right: 30vw;
    width: 7.604167vw;
    height: 7.604167vw;
  }
  .wiko-content .sec6-wrap .content .swiper-s6 .s6-swiper-button-prev {
    left: 30vw;
    width: 7.604167vw;
    height: 7.604167vw;
  }
  .wiko-content .sec7-wrap {
    height: auto;
    width: 89vw;
    margin-top: 5vw;
    flex-direction: column;
    align-items: normal;
  }
  .wiko-content .sec7-wrap .content-left, .wiko-content .sec7-wrap .content-right {
    width: 89vw;
    margin-top: 5.125vw;
    height: auto;
    border-radius: 2vw;
    padding-top: 7vw;
    padding-bottom: 10vw;
  }
  .wiko-content .sec7-wrap .content-left .title, .wiko-content .sec7-wrap .content-right .title {
    margin-left: 4vw;
  }
  .wiko-content .sec7-wrap .content-left .title .title-t, .wiko-content .sec7-wrap .content-right .title .title-t {
    font-size: 5.125vw;
  }
  .wiko-content .sec7-wrap .content-left .title .title-s, .wiko-content .sec7-wrap .content-right .title .title-s {
    width: auto;
    /* font-size: 3.125vw; */
    /* font-size: 2.83333vw; */
    font-size: 3.33333vw;
  }
  .wiko-content .sec7-wrap .content-left .img-box .front-img {
    width: 30vw;
  }
  .wiko-content .sec7-wrap .content-left .swiper-s7 {
    height: auto;
  }

  .wiko-content .sec7-wrap .content-left .img-box {
    margin-top: 7vw;
    width: 90vw;
    /* margin-left: auto;
    margin-right: auto; */
    /* width: 27vw; */
    text-align: center;
    justify-content: center;
    align-items: center;
   
  }
  .wiko-content .sec7-wrap .content-left .img-box .s7-img {
    width: 80vw;
  /* border-radius: 21px; */
   /* width: 9.3vw; */
   margin-top: 4vw;
   margin-bottom: 3vw;
 }


  .wiko-content .sec7-wrap .content-right .img-box {
    width: 65vw;
  }
  .wiko-content .sec7-wrap .content {
    width: 89vw;
  }
  .wiko-content .sec7-wrap .content .img-box .front-img {
    width: 25vw;
  }
  .wiko-content .sec7-wrap .content .swiper-s6 {
    height: 70vw;
  }
  .wiko-content .sec7-wrap .content .swiper-s6 .s6-swiper-button-next {
    right: 30vw;
    width: 5.604167vw;
    height: 5.604167vw;
  }
  .wiko-content .sec7-wrap .content .swiper-s6 .s6-swiper-button-prev {
    left: 30vw;
    width: 5.604167vw;
    height: 5.604167vw;
  }
  .wiko-content .sec8-wrap {
    height: auto;
    margin-top: 10.125vw;
  }
  .wiko-content .sec8-wrap .h2 {
    font-size: 6.525vw;
    margin-bottom: 8vw;
  }
  .wiko-content .sec8-wrap .content {
    width: 89vw;
    border-radius: 2vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    justify-content: space-evenly;
  }
  .wiko-content .sec8-wrap .content .swiper-s8 {
    width: 38vw;
  }
  .wiko-content .sec8-wrap .content .img-box .front-img {
    width: 37.8vw;
  }
  .wiko-content .sec8-wrap .content .s8-swiper-pagination {
    position: relative;
    width: 38vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .wiko-content .sec8-wrap .content .s8-swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    height: 20vw;
    padding-left: 4vw;
  }
  .wiko-content .sec8-wrap .content .s8-swiper-pagination .swiper-pagination-bullet .s8-title {
    font-size: 4.125vw;
  }
  .wiko-content .sec8-wrap .content .s8-swiper-pagination .swiper-pagination-bullet .s8-description {
    /* font-size: 2.9vw; */
    font-size: 3.3333vw;
  }
  .wiko-content .sec8-wrap .content .s8-swiper-pagination .swiper-pagination-bullet-active .s8-title {
    font-size: 4.25vw;
    /* font-size: 4.25vw; */
  }
  .wiko-content .sec9-wrap {
    height: auto;
    margin-top: 10.125vw;
  }
  .wiko-content .sec9-wrap .h2 {
    font-size: 6.525vw;
  }
  .wiko-content .sec9-wrap .s9 {
    flex-direction: column;
    align-items: normal;
    width: 89vw;
  }
  .wiko-content .sec9-wrap .s9 .content-left{
    width: 89vw;
    margin-top: 5.125vw;
    height: 75vw;
    border-radius: 2vw;
    padding-top: 7vw;
    padding-bottom: 10vw;
  }

  .wiko-content .sec9-wrap .s9 .content-right {
    width: 89vw;
    margin-top: 5.125vw;
    height: 78vw;
    border-radius: 2vw;
    padding-top: 7vw;
    padding-bottom: 10vw;
  }
  .wiko-content .sec9-wrap .s9 .content-left .img-box:hover, 
.wiko-content .sec9-wrap .s9 .content-right .img-box:hover {
  transform: translateX(-50%) translateY(-0.6vw) scale(1.02);
}
  .wiko-content .sec9-wrap .s9 .content-left .title, .wiko-content .sec9-wrap .s9 .content-right .title {
    margin-left: 4vw;
  }
  .wiko-content .sec9-wrap .s9 .content-left .title .title-t, .wiko-content .sec9-wrap .s9 .content-right .title .title-t {
    font-size: 5.125vw;
  }
  .wiko-content .sec9-wrap .s9 .content-left .title .title-s, .wiko-content .sec9-wrap .s9 .content-right .title .title-s {
    width: auto;
    /* font-size: 3.125vw; */
    font-size: 3.6333vw;
  }
  .wiko-content .sec9-wrap .s9 .content-left .img-box .front-img {
    width: 30vw;
  }
  .wiko-content .sec9-wrap .s9-tips {
    font-size: 1.75vw;
    width: 89vw;
  }
  .wiko-content .sec10-wrap {
    height: auto;
    margin-top: 15.125vw;
  }
  .wiko-content .sec10-wrap .sec10 {
    height: auto;
    position: relative;
  }

  .wiko-content .sec10-wrap .sec10 .title, 
  .wiko-content .sec11-wrap .sec11 .title,
  .wiko-content .sec12-wrap .sec12 .title,
  .wiko-content .sec15-wrap .sec15 .title {
    display: none;
  }
  .wiko-content .sec10-wrap .sec10 .title-mob,
  .wiko-content .sec11-wrap .sec11 .title-mob,
  .wiko-content .sec12-wrap .sec12 .title-mob,
  .wiko-content .sec15-wrap .sec15 .title-mob {
    display: block;
  }

  .wiko-content .sec10-wrap .sec10 .title-mob .title-t,
  .wiko-content .sec11-wrap .sec11 .title-mob .title-t, 
  .wiko-content .sec12-wrap .sec12 .title-mob .title-t,
  .wiko-content .sec15-wrap .sec15 .title-mob .title-t {
    /* font-size: 4.833333vw; */
    font-size: 6.833333vw;
    font-weight: 500;
    /* line-height: 2.5; */
    /* margin-bottom: 2vw; */
    margin-bottom: 4vw;
    margin-top: 10vw;
  }
  .wiko-content .sec10-wrap .sec10 .title-mob .title-s,
  .wiko-content .sec11-wrap .sec11 .title-mob .title-s,
  .wiko-content .sec12-wrap .sec12 .title-mob .title-s,
  .wiko-content .sec15-wrap .sec15 .title-mob .title-s {
    font-size: 3.333vw;
    line-height: 1.5;
    opacity: 0.7;
  }
 
  
  .wiko-content .sec10-wrap .sec10 .harmony-wrap {
    width: 89vw;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
  }
  .wiko-content .sec10-wrap .sec10 .harmony-wrap .harmony-title {
    font-size: 9.125vw;
  }


  .wiko-content .sec10-wrap .tips {
    position: absolute;
    bottom: 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* width: 100%; */
    width: 80vw;
    padding-left: 11vw;
    /* padding-right: 3vw; */
  }
  .wiko-content .sec10-wrap .tips .title-e {
      width: 25%;
      font-size: 4.833333vw;
      /* font-weight: 500; */
      line-height: 0.6;
  }
  .wiko-content .sec10-wrap .tips .title-e .blue-gradient{
      font-weight: 500;
      /* line-height: 0.6; */
  }
  .wiko-content .sec10-wrap .tips .title-e .title-des{
    font-size: 2.8333vw;
    font-weight: 500;
  }
  .wiko-content .sec10-wrap .tips .title-e .high-ligt  {
    font-size: 2.3333vw;
    opacity: 1;
    color: #c3c3c3;
  } 
  /* .wiko-content .sec10-wrap .tips .title-h {
    display: flex;
    color: #fff;
    width: 75%;
    font-size: 1.15vw;
    justify-content: space-between;
  }
  .wiko-content .sec10-wrap .tips .title-h .high-ligt {
    background-color: rgba(0, 103, 229, 0.3);
    border-radius: 1vw;
    width: 14vw;
    text-align: center;
    line-height: 2;
  }
  .wiko-content .sec10-wrap .tips .title-h .high-ligt span {
    opacity: 1;
    color: #fff;
  }  */

  .wiko-content .sec11-wrap {
    /* margin-top: 10.125vw; */
    margin-top: 55.125vw;
  }
  .wiko-content .sec11-wrap .s11-tips {
    font-size: 2.75vw;
    width: 89vw;
    top: 100vw;
    left: 5%;
  }
  .wiko-content .sec11-wrap .content {
    width: 89vw;
  }
  .wiko-content .sec11-wrap .content .title {
    top: 4vw;
    left: 4vw;
  }

  .wiko-content .sec11-wrap .sec11 .harmony-wrap {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    will-change: margin-top, opacity;
  }
  .wiko-content .sec11-wrap .sec11 .harmony-wrap {
    width: 89vw;
  }
  .wiko-content .sec11-wrap .sec11 .harmony-wrap .harmony-title {
    font-size: 4.729167vw;
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
  }
  .wiko-content .sec11-wrap .sec11 .harmony-wrap img {
    width: 100%;
    /* margin-top: 6.5vw; */
    margin-top: 2.5vw;
    border-radius: 1.5vw;
  }
  

  .wiko-content .sec11-wrap .tips {
    display: block;
  }
  .wiko-content .sec11-wrap .tips .title-e {
    font-size: 6.125vw;
    width: auto;
  }
  .wiko-content .sec11-wrap .tips .title-h {
    width: 83vw;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 3.125vw;
    margin-bottom: 2.125vw;
  }
  .wiko-content .sec11-wrap .tips .title-h .high-ligt {
    border-radius: 5vw;
    width: 37vw;
    margin-top: 3.125vw;
  }

  .wiko-content .sec12-wrap .sec12 .harmony-wrap {
  width: 65vw;
}
.wiko-content .sec12-wrap .sec12 .harmony-wrap .harmony-title {
  font-size: 4.729167vw;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.wiko-content .sec12-wrap .sec12 .harmony-wrap img {
  width: 100%;
  /* margin-top: 6.5vw; */
  margin-top: 2.5vw;
  border-radius: 1.5vw;
}



  .wiko-content .sec12-wrap {
    /* margin-top: 10.125vw; */
    margin-top: 110.125vw;
    height: 85vw;
  }
  .wiko-content .sec12-wrap .content {
    width: 89vw;
  }
  .wiko-content .sec12-wrap .content .title {
    top: 4vw;
    left: 4vw;
  }
  .wiko-content .sec12-wrap .content .title .title-t {
    font-size: 6.525vw;
    line-height: 2;
    font-weight: 500;
  }
  .wiko-content .sec12-wrap .content .title .title-s {
    font-size: 3.225vw;
    line-height: 1.5;
    width: 80vw;
  }

  .wiko-content .sec12-wrap .sec12 .harmony-wrap {
    width: 89vw;
  }

  
  

  .wiko-content .sec12-wrap .tips {
    display: block;
  }
  .wiko-content .sec12-wrap .tips {
    position: absolute;
    bottom: -41vw;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    width: 88%;
        /* height: 2vw; */
    padding-left: 8vw;
    gap: 5vw;
    flex-wrap: initial;
}

  .wiko-content .sec12-wrap .tips .title-e {
    /* width: auto; */
    font-size: 4.133333vw;
    line-height: 0.8;
    width: 17vw;
  }
  .wiko-content .sec12-wrap .tips .title-e .blue-gradient {
    font-weight: 500;
  }
  .wiko-content .sec12-wrap .tips .title-e .high-ligt {
    font-size: 2.8333vw;
    opacity: 1;
    color: #c3c3c3;
  }
  .wiko-content .sec12-wrap .tips .title-e .title-des {
    font-size: 2.3333vw;
    font-weight: 500;
  }


  .wiko-content .sec13-wrap {
    /* margin-top: 10.125vw; */
    margin-top: 85.125vw;
  }
  .wiko-content .sec13-wrap .h2 {
    font-size: 6.525vw;
  }

  .wiko-content .sec13-wrap .sec13 .title {
    margin: 0 0 2vw 0;
  }
  .wiko-content .sec13-wrap .sec13 .title .title-t {
    font-size: 6.83333vw;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 0 8vw;
    top: -25vw;
  }
  
  .wiko-content .sec13-wrap .tips {
    width: 89vw;
  }
  .wiko-content .sec13-wrap .tips {
    position: absolute;
    bottom: -15vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 84vw;
    padding-left: 8vw;
    gap: 8vw;
  }

  
  .wiko-content .sec13-wrap .tips .title-e {
    width: auto;
    font-size: 4.1333vw;
    line-height: 1;
  }
  .wiko-content .sec13-wrap .tips .title-e .blue-gradient {
    font-weight: 500;
  }
  .wiko-content .sec13-wrap .tips .title-e .high-ligt {
    font-size: 3.333vw;
    opacity: 1;
  }
  .wiko-content .sec13-wrap .tips .title-e .title-des {
    font-size: 3.333vw;
    font-weight: 500;
  }
  
  .wiko-content .sec14-wrap {
    height: auto;
    /* margin-top: 15.125vw; */
    margin-top: 35.125vw;
  }
  .wiko-content .sec14-wrap .sec14 {
    height: auto;
    position: relative;
  }
  .wiko-content .sec14-wrap .sec14 .harmony-wrap {
    /* width: 89vw; */
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
  }
  .wiko-content .sec14-wrap .sec14 .harmony-wrap .harmony-title {
    font-size: 9.125vw;
  }

    

  .wiko-content .sec14-wrap .sec14 .title-1,
  .wiko-content .sec14-wrap .sec14 .title-2 {
    display:none;
  }
  .wiko-content .sec14-wrap .sec14 .title-mob-1 {
    position: absolute;
    bottom: 220vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85vw;
    padding-left: 8vw;
    color:#fff;
  }
  .wiko-content .sec14-wrap .sec14 .title-mob-2 {
    position: absolute;
    bottom: 85vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85vw;
    padding-left: 8vw;
    color:#fff;
  }
  .wiko-content .sec14-wrap .sec14 .title-t {
    font-size: 6.833333vw;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
  .wiko-content .sec14-wrap .sec14 .title-s {
    font-size: 3.33333vw;
    line-height: 1.5;
    opacity: 0.7;
  }

  .wiko-content .sec15-wrap {
    height: 145vw;
    top: -11vw;
  }
  .wiko-content .sec15-wrap .sec15 {
    margin: auto;
    height: 90vh;
    padding-top: 0;
  }
  .wiko-content .sec15-wrap .sec15 .content-1, .wiko-content .sec15-wrap .sec15 .content-2 {
    width: 89vw;
    border-radius: 4vw;
    position: absolute;
    left: 50%;
    top: 20.125vw;
    transform: translateX(-50%);
  }
  .wiko-content .sec15-wrap .sec15 .content-1 .title, .wiko-content .sec15-wrap .sec15 .content-2 .title {
    left: 4vw;
  }
  .wiko-content .sec15-wrap .sec15 .content-1 .title .title-e, .wiko-content .sec15-wrap .sec15 .content-2 .title .title-e {
    font-size: 4.125vw;
  }
  .wiko-content .sec15-wrap .sec15 .content-1 .title .title-t, .wiko-content .sec15-wrap .sec15 .content-2 .title .title-t {
    font-size: 5.125vw;
    font-weight: 500;
  }
  .wiko-content .sec15-wrap .sec15 .content-1 .title .title-s, .wiko-content .sec15-wrap .sec15 .content-2 .title .title-s {
    width: auto;
    font-size: 3.125vw;
  }
  .wiko-content .sec15-wrap .sec15 .content-1 .img-box, .wiko-content .sec15-wrap .sec15 .content-2 .img-box {
    border-radius: 4vw;
  }
  .wiko-content .sec15-wrap .sec15 .tips {
    bottom: auto;
    top: 80vw;
    flex-wrap: nowrap;
    width: 80vw;
    justify-content: space-evenly;
    left: 50%;
    transform: translateX(-50%);
    height: 20vw;
  }

  .wiko-content .sec15-wrap .sec15 .title-mob  {
    position: absolute;
    bottom:70vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70vw;
    padding-left: 16vw;
    color: #fff;
  }
  
  .wiko-content .sec15-wrap .sec15 .title-mob .title-t {
    font-size: 6.33333vw;
    font-weight: 500;
    text-align: center;
  }
  .wiko-content .sec15-wrap .sec15 .title-mob .title-s {
    font-size: 2.333vw;
    line-height: 1.5;
    opacity: 0.7;
  }
  .wiko-content .sec15-wrap .sec15 .harmony-wrap img {
    width: 100%;
    margin-top: 5.5vw;
  }
  
  .wiko-content .sec16-wrap {
    margin: -100.125vw 2vw 0 2vw;
  }

  .wiko-content .sec16-wrap  img{
  transition: transform 0.5s ease-in-out;
  }
  
  .wiko-content .sec16-wrap  img:hover {
    transform: scale(1.02);
  }
  .wiko-content .sec16-wrap .tips {
  position: absolute;
  bottom: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70vw;
  padding-left: 11vw;
}

.wiko-content .sec16-wrap .tips .title-e {
 display: none;
}
.wiko-content .sec16-wrap .tips .title-e-mob {
  display: block;
   font-size: 6.83333vw;
   font-weight: 500;
   text-align: center; 
   margin: 4vw auto 0;
   line-height: 1.5;
}
.wiko-content .sec16-wrap .tips .title-h {
  display: flex;
  color: #898989;
  font-size: 2.8333vw;
  justify-content: space-between;
}
.wiko-content .sec16-wrap .tips .title-h .high-ligt {
  border-radius: 1vw;
  text-align: center;
  line-height: 1.5;
  margin-top: 4vw;
  font-size: 3.6333vw;
}
.wiko-content .sec16-wrap .tips .title-h .high-ligt span {
  opacity: 1;
} 

  .wiko-content .sec17-wrap {
    height: 110vw;
    margin: 62.125vw 2vw 0 2vw
  }
  .wiko-content .sec17-wrap .sec17 {
    height: 90vh;
  }
  .wiko-content .sec17-wrap .sec17 .harmony-wrap {
  width: 100%;
}
  .wiko-content .sec17-wrap .sec17 .title {
    /* width: 89vw; */
    /* width: 80vw; */
  }

  .wiko-content .sec17-wrap .sec17 .title {
    text-align: center;
  }
  .wiko-content .sec17-wrap .sec17 .title .title-t {
    font-size: 6.83333vw;
    font-weight: 500;
    line-height: 2.5;
  }
  .wiko-content .sec17-wrap .sec17 .title .title-s {
    font-size: 3.633333vw;
    line-height: 1.5;
    opacity: 0.7;
    padding: 0 10vw;
  }

  .wiko-content .sec17-wrap .sec17 .title .harmony-title {
    width: 89vw;
    margin: auto;
    position: relative;
    font-size: 9.125vw;
  }
  .wiko-content .sec17-wrap .content {
    flex-direction: column;
    align-items: center;
    width: 89vw;
    left: 0;
    transform: unset;
    position: relative;
    margin: auto;
    margin-top: 5.125vw;
  }
  .wiko-content .sec17-wrap .content .descript {
    width: 100%;
    border-radius: 2vw;
  }
  .wiko-content .sec17-wrap .content .descript .descript01, .wiko-content .sec17-wrap .content .descript .descript02 {
    width: 100%;
  }
  .wiko-content .sec17-wrap .content .descript .title-t .title-t1 {
    font-size: 5.25vw;
  }
  .wiko-content .sec17-wrap .content .descript .title-t .title-t2 {
    font-size: 2.95vw;
    opacity: 0.6;
  }
  .wiko-content .sec17-wrap .content .descript .title-b {
    margin: 15.125vw 4.15vw 10.125vw 4.15vw;
  }
  .wiko-content .sec17-wrap .content .descript .title-b .title-b1 {
    font-size: 6.65vw;
  }
  .wiko-content .sec17-wrap .content .descript .title-b .title-b2 {
    font-size: 2.95vw;
    opacity: 0.6;
  }
  .wiko-content .sec17-wrap .content .img-box {
    width: 89vw;
    margin-top: 5.525vw;
  }

  .wiko-content .section-footnote {
    margin: 40vw auto 0;
    width: 80vw;
  }
  .wiko-content .section-footnote li {
    font-size: 2.525vw;
    line-height: 1.8;
    opacity: 0.7;
  }
  .wiko-content .section-footnote .footnote-last {
    margin-top: 4vw;
    list-style: none;
    transform: translateX(-2.6vw);
  }
  .wiko-content .alert-video {
    width: 100%;
    height: calc(100vh - var(--navHeight));
    background: rgb(0, 0, 0);
    position: fixed;
    top: var(--navHeight);
    left: 0;
    z-index: 999;
    display: none;
    overflow: hidden;
  }
  .wiko-content .alert-video .video-wrap {
    width: 83.333333vw;
    height: 46.875vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wiko-content .alert-video .video-wrap .close {
    width: 8vw;
    height: 8vw;
    position: absolute;
    top: -10vw;
    right: -6vw;
    cursor: pointer;
  }
  .wiko-content .alert-video.active {
    display: block;
  }
}/*# sourceMappingURL=index.css.map */