* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
}

.wiko-content {
  color: #212121;
}
.wiko-content h3 {
  font-weight: normal;
}
.wiko-content a {
  color: inherit;
  text-decoration: none;
}
.wiko-content .pc-block {
  display: block;
}
.wiko-content .pc-line {
  display: inline;
}
.wiko-content .mob-block {
  display: none;
}
.wiko-content .mob-block.pc-block {
  display: block;
}
.wiko-content img {
  display: block;
}
.wiko-content sup {
  font-size: 0.6em;
  line-height: 1;
  cursor: pointer;
}
.wiko-content * {
  box-sizing: border-box;
}
.wiko-content .s1 {
  position: relative;
  height: 50vw;
}
.wiko-content .s1 .kv-texts {
  position: absolute;
  top: 6.25vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 9;
}
.wiko-content .s1 .kv-texts .logo-svg {
  width: 23.4375vw;
  height: 7.29167vw;
  margin: 0 auto 1.5625vw;
}
.wiko-content .s1 .kv-texts .ksp-wrap {
  font-size: 1.04167vw;
}
.wiko-content .s1 .kv-img img {
  width: 100%;
}
.wiko-content .s2 {
  margin: 8.33333vw auto 0;
  height: 48.4375vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
}
.wiko-content .s2 .s2-item {
  overflow: hidden;
  position: relative;
  border-radius: 1.5625vw;
  background: #f8f8f8;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wiko-content .s2 .s2-item .love-title-wrap {
  position: absolute;
  top: 2.23958vw;
  left: 2.5vw;
}
.wiko-content .s2 .s2-item .love-title-wrap .love-title {
  font-weight: normal;
  font-size: 1.66667vw;
}
.wiko-content .s2 .s2-item .arrow-container {
  position: absolute;
  width: 2.39583vw;
  height: 2.39583vw;
  right: 1.77083vw;
  bottom: 1.77083vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.wiko-content .s2 .s2-item .arrow-container .arrow-wrap img {
  width: 0.9375vw;
  height: auto;
}
.wiko-content .s2 .s2-item:hover .arrow-wrap {
  animation: arrow-down 0.8s ease forwards;
}
@keyframes arrow-down {
  49% {
    transform: translate(0, 400%);
  }
  50% {
    transform: translate(0, -200%);
  }
}
.wiko-content .s2 .s2-item1 {
  width: 26.04167vw;
  height: 20.83333vw;
  margin-bottom: 1.5625vw;
}
.wiko-content .s2 .s2-item1 .love-img {
  position: absolute;
  bottom: 7.29167vw;
  left: 50%;
  transform: translateX(-50%);
}
.wiko-content .s2 .s2-item1 .love-img img {
  width: 18.22917vw;
}
.wiko-content .s2 .s2-item2 {
  width: 26.04167vw;
  height: 25.9375vw;
}
.wiko-content .s2 .s2-item2 .love-img {
  width: 100%;
}
.wiko-content .s2 .s2-item2 .love-img img {
  width: 100%;
}
.wiko-content .s2 .s2-item3 {
  width: 26.04167vw;
  height: 27.08333vw;
  margin: 0 1.5625vw 1.5625vw;
}
.wiko-content .s2 .s2-item3 .love-img {
  position: absolute;
  bottom: 2.70833vw;
  left: 50%;
  transform: translateX(-50%);
}
.wiko-content .s2 .s2-item3 .love-img img {
  width: 15.625vw;
}
.wiko-content .s2 .s2-item4 {
  width: 26.04167vw;
  height: 19.79167vw;
  margin: 0 1.5625vw;
}
.wiko-content .s2 .s2-item4 .love-img {
  width: 100%;
}
.wiko-content .s2 .s2-item4 .love-img img {
  width: 100%;
}
.wiko-content .s2 .s2-item5 {
  width: 26.04167vw;
  height: 23.4375vw;
  margin-bottom: 1.5625vw;
}
.wiko-content .s2 .s2-item5 .love-img {
  width: 100%;
}
.wiko-content .s2 .s2-item5 .love-img img {
  width: 100%;
}
.wiko-content .s2 .s2-item6 {
  width: 26.04167vw;
  height: 23.4375vw;
}
.wiko-content .s2 .s2-item6 .love-img {
  position: absolute;
  bottom: 5.67708vw;
  left: 50%;
  transform: translateX(-50%);
}
.wiko-content .s2 .s2-item6 .love-img img {
  width: 17.55208vw;
}
.wiko-content .s3 {
  padding-top: 8.33333vw;
}
.wiko-content .s3 .s3-texts {
  text-align: center;
  margin-bottom: 7.8125vw;
}
.wiko-content .s3 .s3-texts .title {
  font-size: 4.16667vw;
  margin-bottom: 1.5625vw;
}
.wiko-content .s3 .s3-texts .text {
  width: 42.23958vw;
  margin: 0 auto;
  font-size: 1.14583vw;
  color: #898989;
  line-height: 1.6;
}
.wiko-content .s3 .s3-img img {
  width: 100%;
  height: 35.9375vw;
}
.wiko-content .s4 .swiper-box {
  width: 89.58333vw;
  margin: 0 auto;
  position: relative;
}
.wiko-content .s4 .icon-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9375vw;
  z-index: 9;
  cursor: pointer;
}
.wiko-content .s4 .icon-left {
  left: 1.5625vw;
}
.wiko-content .s4 .icon-right {
  right: 1.5625vw;
}
.wiko-content .s4 .s4-img img {
  width: 100%;
  height: 45.83333vw;
}
.wiko-content .s4 .s4-texts {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.25vw;
}
.wiko-content .s4 .s4-texts .s4-icon {
  width: 3.02083vw;
  height: 3.02083vw;
  margin-left: 1.04167vw;
}
.wiko-content .s4 .s4-texts .title {
  font-size: 2.5vw;
  margin-left: 1.5625vw;
}
.wiko-content .s4 .s4-texts .text {
  font-size: 1.14583vw;
  color: #898989;
  margin-left: 1.92708vw;
  line-height: 1.6;
}
.wiko-content .s5 {
  height: 200vh;
  position: relative;
}
.wiko-content .s5 .s5-wrap {
  height: 100vh;
  position: sticky;
  top: 0;
}
.wiko-content .s5 .harmony-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .s5 .harmony-wrap img {
  width: 34.94635vw;
}
.wiko-content .s5 .ani2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: margin-top, opacity;
}
.wiko-content .s5 .ani2 .content {
  width: 54.27083vw;
  text-align: center;
}
.wiko-content .s5 .ani2 .content .title {
  font-size: 4.16667vw;
  margin-bottom: 1.5625vw;
}
.wiko-content .s5 .ani2 .content .text {
  font-size: 1.14583vw;
  color: #898989;
  line-height: 1.6;
}
.wiko-content .s7 {
  margin-top: 10.41667vw;
}
.wiko-content .s7 .card {
  width: 81.25vw;
  height: 47.44792vw;
  margin: 0 auto;
  background-image: linear-gradient(to right bottom, #f7f7f7, #fdfdfd);
  border-radius: 1.5625vw;
  overflow: hidden;
}
.wiko-content .s7 .card .texts {
  width: 33.95833vw;
  text-align: center;
  margin: 5.88542vw auto 3.125vw;
}
.wiko-content .s7 .card .texts .title {
  font-size: 2.5vw;
  margin-bottom: 1.04167vw;
}
.wiko-content .s7 .card .texts .describe {
  font-size: 1.14583vw;
  color: #898989;
  line-height: 1.6;
}
.wiko-content .s7 .card .img-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 24.47917vw;
  width: 62.23958vw;
  margin: 0 auto;
}
.wiko-content .s7 .card .img-box .column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wiko-content .s7 .card .img-box .column .bottom {
  display: flex;
  justify-content: space-between;
}
.wiko-content .s7 .card .img-box .column img {
  height: 11.77083vw;
}
.wiko-content .s7 .card .img-box .column .img-item {
  z-index: 9;
  position: relative;
}
.wiko-content .s7 .card .img-box .column .img-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  right: -7.5vw;
  background-image: url("/template/cn/zipFile/hi_changxiang_60_5g/img/s7-shadow.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.wiko-content .s8 {
  margin-top: 1.5625vw;
}
.wiko-content .s8 .card {
  width: 81.25vw;
  height: 41.66667vw;
  margin: 0 auto;
  background-image: linear-gradient(to right bottom, #f7f7f7, #fdfdfd);
  border-radius: 1.5625vw;
  overflow: hidden;
  position: relative;
}
.wiko-content .s8 .card .icon-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.04167vw;
  z-index: 9;
  cursor: pointer;
}
.wiko-content .s8 .card .icon-left {
  left: 1.5625vw;
}
.wiko-content .s8 .card .icon-right {
  right: 1.5625vw;
}
.wiko-content .s8 .card .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  left: 9.375vw;
  bottom: 11.45833vw;
}
.wiko-content .s8 .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 .s8 .card .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.wiko-content .s8 .card .wrap {
  display: flex;
  justify-content: space-between;
}
.wiko-content .s8 .card .wrap .text-box {
  width: 24.79167vw;
  margin-left: 9.375vw;
}
.wiko-content .s8 .card .wrap .text-box .title {
  font-size: 2.5vw;
  margin: 11.09375vw 0 1.5625vw;
}
.wiko-content .s8 .card .wrap .text-box .text {
  font-size: 1.14583vw;
  color: #898989;
  line-height: 1.6;
}
.wiko-content .s8 .card .wrap .img-box {
  width: 28.28125vw;
  margin-top: 4.0625vw;
}
.wiko-content .s8 .card .wrap .img-box img {
  width: 100%;
}
.wiko-content .s9 {
  margin-top: 1.5625vw;
}
.wiko-content .s9 .card-box {
  margin: 0 auto;
  width: 81.25vw;
  display: flex;
  justify-content: space-between;
}
.wiko-content .s9 .card-box .card {
  position: relative;
  width: 39.84375vw;
  height: 46.875vw;
  background-image: linear-gradient(to right bottom, #f7f7f7, #fdfdfd);
  border-radius: 1.5625vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.wiko-content .s9 .card-box .card .text-box .title {
  font-size: 2.5vw;
  width: 30vw;
  margin: 5.88542vw 0 1.04167vw 4.16667vw;
}
.wiko-content .s9 .card-box .card .text-box .describe {
  width: 31.5625vw;
  margin-left: 4.16667vw;
  font-size: 1.14583vw;
  color: #898989;
  line-height: 1.6;
}
.wiko-content .s9 .card-box .card .img-box-1 {
  width: 100%;
}
.wiko-content .s9 .card-box .card .img-box-1 img {
  width: 100%;
}
.wiko-content .s9 .card-box .card .img-box-2 {
  width: 100%;
}
.wiko-content .s9 .card-box .card .img-box-2 img {
  width: 100%;
}
.wiko-content .s10 {
  position: relative;
  height: 56.77083vw;
  width: 100%;
  overflow: hidden;
}
.wiko-content .s10 .center {
  width: 81.25vw;
  margin: 5.20833vw auto 0;
  display: flex;
  justify-content: space-between;
}
.wiko-content .s10 .center .text-box {
  margin-top: 13.59375vw;
  margin-left: 4.16667vw;
}
.wiko-content .s10 .center .text-box .title {
  font-size: 4.16667vw;
  line-height: 1.25;
  width: 22.23958vw;
  margin-bottom: 1.5625vw;
}
.wiko-content .s10 .center .text-box .describe {
  font-size: 1.14583vw;
  color: #898989;
  line-height: 1.6;
  width: 31.875vw;
  margin-bottom: 3.125vw;
}
.wiko-content .s10 .center .text-box .content .blue-font {
  color: #b0c9ed;
  font-size: 2.5vw;
  margin-bottom: 0.41667vw;
  line-height: 1;
}
.wiko-content .s10 .center .text-box .content .blue-font sub {
  font-size: 0.5em;
  line-height: 1;
  vertical-align: initial;
  margin-left: 0.20833vw;
}
.wiko-content .s10 .center .text-box .content p {
  font-size: 0.9375vw;
  color: #898989;
  margin-bottom: 1.5625vw;
}
.wiko-content .s10 .center .img-box {
  margin-top: 5.20833vw;
  margin-right: 9.375vw;
}
.wiko-content .s10 .center .img-box img {
  width: 25.72917vw;
}
.wiko-content .s11 {
  width: 100%;
  height: 57.8125vw;
  position: relative;
  overflow: hidden;
}
.wiko-content .s11 .s11-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.wiko-content .s11 .s11-title {
  width: 25vw;
  margin: 5.625vw auto 0;
  font-size: 4.16667vw;
  line-height: 1.25;
  text-align: center;
}
.wiko-content .s11 .img-box {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.wiko-content .s11 .img-box img {
  width: 100%;
}
.wiko-content .s11 .img-box .line {
  height: 1px;
  background-color: #AFD0FF;
  margin: 0.52083vw 0 0.3125vw;
}
.wiko-content .s11 .img-box .lens-1 {
  position: absolute;
  left: 9.89583vw;
  top: 1.71875vw;
}
.wiko-content .s11 .img-box .lens-1 .line {
  width: 26.14583vw;
}
.wiko-content .s11 .img-box .lens-2 {
  position: absolute;
  left: 9.89583vw;
  top: 12.60417vw;
}
.wiko-content .s11 .img-box .lens-2 .line {
  width: 26.14583vw;
}
.wiko-content .s11 .img-box .lens-3 {
  position: absolute;
  left: 59.89583vw;
  top: 9.16667vw;
  text-align: right;
}
.wiko-content .s11 .img-box .lens-3 .line {
  width: 29.6875vw;
}
.wiko-content .s11 .img-box .text {
  font-size: 0.9375vw;
  line-height: 1.3333333333;
}
.wiko-content .s11 .img-box .pixel {
  font-size: 2.5vw;
  line-height: 1.3333333333;
}
.wiko-content .s11 .img-box .describe {
  font-size: 1.14583vw;
}
.wiko-content .s12 {
  width: 100%;
  padding: 3.125vw 0 6.25vw;
  background-color: #EFF6FF;
}
.wiko-content .s12 .center {
  width: 72.91667vw;
  margin: 0 auto;
}
.wiko-content .s12 .center .pic-1 {
  padding-top: 7.29167vw;
  display: flex;
  align-items: center;
}
.wiko-content .s12 .center .pic-1 .img-box img {
  width: 46.35417vw;
}
.wiko-content .s12 .center .pic-1 .text-box {
  margin-left: 4.16667vw;
  width: 20.3125vw;
}
.wiko-content .s12 .center .pic-1 .text-box .title {
  font-size: 2.5vw;
  margin-bottom: 1.04167vw;
}
.wiko-content .s12 .center .pic-1 .text-box .describe {
  font-size: 1.14583vw;
  color: #898989;
  line-height: 1.6;
}
.wiko-content .s12 .center .pic-2 {
  padding-top: 7.29167vw;
  display: flex;
  justify-content: space-between;
}
.wiko-content .s12 .center .pic-2 .left-pic {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wiko-content .s12 .center .pic-2 .left-pic .text-box .title {
  font-size: 2.5vw;
  margin-bottom: 1.04167vw;
}
.wiko-content .s12 .center .pic-2 .left-pic .text-box .describe {
  font-size: 1.14583vw;
  line-height: 1.6;
  color: #898989;
  width: 26.5625vw;
  margin-bottom: 2.08333vw;
}
.wiko-content .s12 .center .pic-2 .left-pic .img-box img {
  width: 31.25vw;
}
.wiko-content .s12 .center .pic-2 .right-pic .text-box {
  width: 27.08333vw;
}
.wiko-content .s12 .center .pic-2 .right-pic .text-box .title {
  font-size: 2.5vw;
  margin-bottom: 1.04167vw;
}
.wiko-content .s12 .center .pic-2 .right-pic .text-box .describe {
  font-size: 1.14583vw;
  color: #898989;
  line-height: 1.6;
}
.wiko-content .s12 .center .pic-2 .right-pic .img-box img {
  width: 35.41667vw;
  margin-bottom: 1.71875vw;
}
.wiko-content .s12 .center .pic-3 {
  padding-top: 7.29167vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wiko-content .s12 .center .pic-3 .img-box img {
  width: 39.58333vw;
}
.wiko-content .s12 .center .pic-3 .text-box {
  margin-right: 4.16667vw;
  width: 20.83333vw;
}
.wiko-content .s12 .center .pic-3 .text-box .title {
  font-size: 2.5vw;
  margin-bottom: 1.04167vw;
}
.wiko-content .s12 .center .pic-3 .text-box .describe {
  font-size: 1.14583vw;
  color: #898989;
  line-height: 1.6;
}
.wiko-content .s12 .center .pic-4 {
  padding-top: 7.29167vw;
  display: flex;
  align-items: center;
}
.wiko-content .s12 .center .pic-4 .img-box img {
  width: 43.75vw;
}
.wiko-content .s12 .center .pic-4 .img-box .tip {
  font-size: 0.83333vw;
  color: #898989;
  margin-top: 3.02083vw;
}
.wiko-content .s12 .center .pic-4 .text-box {
  margin-left: 4.16667vw;
  width: 20.3125vw;
}
.wiko-content .s12 .center .pic-4 .text-box .title {
  font-size: 2.5vw;
  margin-bottom: 1.04167vw;
}
.wiko-content .s12 .center .pic-4 .text-box .describe {
  font-size: 1.14583vw;
  color: #898989;
  line-height: 1.6;
}
.wiko-content .s13.pc-block {
  height: 300vh;
}
.wiko-content .s13.pc-block .content {
  position: sticky;
  width: 81.25vw;
  top: 0;
  overflow: hidden;
  text-align: center;
  margin: 4.0625vw auto 0;
}
.wiko-content .s13.pc-block .s13-title-swiper {
  height: 5.20833vw;
  overflow: hidden;
  margin-top: 3.125vw;
  margin-bottom: 1.5625vw;
}
.wiko-content .s13.pc-block .title {
  font-size: 4.16667vw;
  line-height: 1.25;
}
.wiko-content .s13.pc-block .s13-describe-swiper {
  height: 3.4375vw;
  overflow: hidden;
  margin-bottom: 2.08333vw;
}
.wiko-content .s13.pc-block .describe {
  font-size: 1.14583vw;
  color: #898989;
  width: 43.125vw;
  text-align: center;
  margin: 0 auto 3.125vw;
  line-height: 1.6;
}
.wiko-content .s13.pc-block .describe2 {
  width: 42.03125vw;
}
.wiko-content .s13.pc-block .describe3 {
  width: 41.66667vw;
}
.wiko-content .s13.pc-block .s13-img-swiper {
  height: 41.66667vw;
  overflow: hidden;
}
.wiko-content .s13.pc-block .img-box {
  width: 100%;
  height: 39.0625vw;
  background-image: linear-gradient(to right bottom, #f7f7f7, #fdfdfd);
  border-radius: 1.5625vw;
}
.wiko-content .s13.pc-block .img-box1 {
  position: relative;
}
.wiko-content .s13.pc-block .img-box1 img {
  width: 81.25vw;
}
.wiko-content .s13.pc-block .img-box1 .img-des-box {
  width: 65.16615vw;
  height: 15.52083vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wiko-content .s13.pc-block .img-box1 .img-des-box .img-des-item {
  text-align: left;
  position: absolute;
}
.wiko-content .s13.pc-block .img-box1 .img-des-box .img-des-item .golden {
  font-size: 2.5vw;
  color: #212121;
}
.wiko-content .s13.pc-block .img-box1 .img-des-box .img-des-item .gray {
  color: #898989;
  font-size: 0.9375vw;
}
.wiko-content .s13.pc-block .img-box1 .img-des-box .img-des-item:nth-child(1) {
  left: 0;
  top: 0;
}
.wiko-content .s13.pc-block .img-box1 .img-des-box .img-des-item:nth-child(2) {
  right: 3.125vw;
  top: 0;
}
.wiko-content .s13.pc-block .img-box1 .img-des-box .img-des-item:nth-child(3) {
  left: 0;
  bottom: 0;
}
.wiko-content .s13.pc-block .img-box1 .img-des-box .img-des-item:nth-child(4) {
  right: 0;
  bottom: 0;
}
.wiko-content .s13.pc-block .img-box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.wiko-content .s13.pc-block .img-box2 img {
  width: 56.25vw;
}
.wiko-content .s13.pc-block .img-box3 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wiko-content .s13.pc-block .img-box3 .img3-wrap {
  position: relative;
}
.wiko-content .s13.pc-block .img-box3 .img3-wrap .img3-bg {
  width: 81.25vw;
}
.wiko-content .s13.pc-block .img-box3 .img3-wrap .phone {
  position: absolute;
  top: 7.65625vw;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
  height: 18.07292vw;
}
.wiko-content .s13.pc-block .img-box3 .img3-wrap .phone-content {
  width: 35.41667vw;
  height: 15.625vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 8.64583vw;
  left: 50%;
  transform: translate(-50%);
  background-color: #fff;
  overflow: hidden;
}
.wiko-content .s13.pc-block .img-box3 .img3-wrap .phone-content img {
  height: 4.96042vw;
}
.wiko-content .footernote {
  padding: 12.34375vw 13.54167vw 10.41667vw;
}
.wiko-content .footernote li {
  list-style: decimal;
  color: #898989;
  font-size: 0.9375vw;
  line-height: 1.6;
  list-style-position: inside;
}

@media (max-aspect-ratio: 51/50) {
  .wiko-content .pc-block {
    display: none;
  }
  .wiko-content .pc-line {
    display: none;
  }
  .wiko-content .mob-block {
    display: block;
  }
  .wiko-content .sup {
    font-size: 0.6em;
  }
  .wiko-content img {
    display: block;
  }
  .wiko-content .s1 {
    height: 150vw;
    position: relative;
  }
  .wiko-content .s1 .kv-texts {
    width: 100vw;
    padding: 0 5.55556vw;
    top: 22.22222vw;
  }
  .wiko-content .s1 .kv-texts .logo-svg {
    width: 47.5vw;
    height: auto;
    margin: 0 auto 3.16667vw;
  }
  .wiko-content .s1 .kv-texts .ksp-wrap {
    font-size: 2.5vw;
    line-height: 2;
  }
  .wiko-content .s1 .kv-img {
    position: absolute;
    right: 0;
    bottom: 15vw;
  }
  .wiko-content .s1 .kv-img img {
    width: 96.52778vw;
  }
  .wiko-content .s2 {
    margin: 0;
    padding: 16.66667vw 5.55556vw 0;
    height: auto;
    position: relative;
  }
  .wiko-content .s2 .s2-item {
    border-radius: 2.77778vw;
    width: 100%;
    height: 49.16667vw;
    margin: 0 0 2.77778vw;
  }
  .wiko-content .s2 .s2-item .love-title-wrap {
    top: 5vw;
    left: 5.55556vw;
  }
  .wiko-content .s2 .s2-item .love-title-wrap .love-title {
    font-size: 3.61111vw;
  }
  .wiko-content .s2 .s2-item .arrow-container {
    width: 5.55556vw;
    height: 5.55556vw;
    right: 4.16667vw;
    bottom: 2.77778vw;
  }
  .wiko-content .s2 .s2-item .arrow-container .arrow-wrap img {
    width: 2.5vw;
  }
  .wiko-content .s2 .s2-item1 .love-img {
    position: absolute;
    bottom: 13.88889vw;
  }
  .wiko-content .s2 .s2-item1 .love-img img {
    width: 63.61111vw;
  }
  .wiko-content .s2 .s2-item2 {
    position: absolute;
    top: 120.55556vw;
    right: 5.55556vw;
    width: 43.05556vw;
    height: 51.80556vw;
  }
  .wiko-content .s2 .s2-item2 .love-img {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .wiko-content .s2 .s2-item2 .love-img img {
    width: 100%;
  }
  .wiko-content .s2 .s2-item3 .love-img {
    position: absolute;
    right: 15.27778vw;
    bottom: 7.91667vw;
  }
  .wiko-content .s2 .s2-item3 .love-img img {
    width: 30.27778vw;
    height: auto;
  }
  .wiko-content .s2 .s2-item3 .love-title-wrap {
    width: 18.05556vw;
    top: 19.72222vw;
    left: 5.55556vw;
  }
  .wiko-content .s2 .mob-s2-box {
    width: 100%;
    height: 51.80556vw;
    margin-bottom: 2.77778vw;
  }
  .wiko-content .s2 .s2-item5 {
    position: absolute;
    top: 120.55556vw;
    left: 5.55556vw;
    width: 43.05556vw;
    height: 51.80556vw;
  }
  .wiko-content .s2 .s2-item6 .love-img {
    position: absolute;
    top: 16.66667vw;
    right: 13.88889vw;
    width: 100%;
  }
  .wiko-content .s2 .s2-item6 .love-img img {
    height: auto;
    width: 61.25vw;
    margin: 0 auto;
  }
  .wiko-content .s3 {
    padding-top: 15.27778vw;
  }
  .wiko-content .s3 .s3-texts {
    text-align: center;
    margin-bottom: 8.33333vw;
  }
  .wiko-content .s3 .s3-texts .title {
    font-size: 8.88889vw;
    margin-bottom: 4.16667vw;
  }
  .wiko-content .s3 .s3-texts .text {
    width: 100%;
    padding: 0 5.55556vw;
    font-size: 3.61111vw;
  }
  .wiko-content .s3 .s3-img img {
    width: 100%;
    height: auto;
  }
  .wiko-content .s4 {
    padding-top: 30.55556vw;
  }
  .wiko-content .s4 .swiper-box {
    width: 94.44444vw;
    margin: 0 auto;
    position: relative;
  }
  .wiko-content .s4 .icon-btn {
    position: absolute;
    top: 55.55556vw;
    transform: translateY(-50%);
    font-size: 4.16667vw;
    z-index: 9;
    cursor: pointer;
  }
  .wiko-content .s4 .icon-left {
    left: 2.77778vw;
  }
  .wiko-content .s4 .icon-right {
    right: 2.77778vw;
  }
  .wiko-content .s4 .s4-img img {
    width: 100%;
    height: 111.11111vw;
  }
  .wiko-content .s4 .s4-texts {
    display: block;
    margin-top: 7.5vw;
  }
  .wiko-content .s4 .s4-texts .s4-icon {
    width: 8.05556vw;
    height: 8.05556vw;
    display: inline-block;
    margin-left: 2.77778vw;
    vertical-align: bottom;
    margin-bottom: 4.16667vw;
  }
  .wiko-content .s4 .s4-texts .title {
    display: inline-block;
    font-size: 6.66667vw;
    margin-left: 2.77778vw;
    line-height: 8.88889vw;
    margin-bottom: 4.16667vw;
  }
  .wiko-content .s4 .s4-texts .text {
    font-size: 3.61111vw;
    color: #898989;
    margin: 0 2.77778vw;
    line-height: 1.6;
  }
  .wiko-content .s5 .harmony-wrap img {
    width: 77.77778vw;
  }
  .wiko-content .s5 .ani2 .content {
    width: 85.83333vw;
  }
  .wiko-content .s5 .ani2 .content .title {
    font-size: 8.88889vw;
    margin-bottom: 4.16667vw;
  }
  .wiko-content .s5 .ani2 .content .text {
    font-size: 3.61111vw;
  }
  .wiko-content .s7 {
    margin-top: 27.77778vw;
  }
  .wiko-content .s7 .card {
    width: 88.88889vw;
    height: 128.05556vw;
    margin: 0 auto;
    border-radius: 2.77778vw;
    overflow: hidden;
  }
  .wiko-content .s7 .card .texts {
    width: 76.66667vw;
    text-align: center;
    margin: 15.69444vw auto 8.33333vw;
  }
  .wiko-content .s7 .card .texts .title {
    font-size: 6.66667vw;
    margin-bottom: 4.16667vw;
    font-weight: normal;
  }
  .wiko-content .s7 .card .texts .describe {
    font-size: 3.61111vw;
    color: #898989;
    line-height: 1.6;
  }
  .wiko-content .s7 .card .img-box {
    display: block;
    width: 77.77778vw;
    height: 58.19444vw;
    margin: 0 auto;
  }
  .wiko-content .s7 .card .img-box img {
    width: auto;
    height: 58.19444vw;
  }
  .wiko-content .s8 {
    margin-top: 2.77778vw;
  }
  .wiko-content .s8 .card {
    width: 88.88889vw;
    height: 125vw;
    margin: 0 auto;
    border-radius: 2.77778vw;
    overflow: hidden;
    position: relative;
  }
  .wiko-content .s8 .card .icon-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4.16667vw;
    z-index: 9;
    cursor: pointer;
    color: #666;
  }
  .wiko-content .s8 .card .icon-left {
    left: 2.77778vw;
  }
  .wiko-content .s8 .card .icon-right {
    right: 2.77778vw;
  }
  .wiko-content .s8 .card .swiper-container-horizontal > .swiper-pagination-bullets {
    display: none;
  }
  .wiko-content .s8 .card .wrap {
    display: block;
  }
  .wiko-content .s8 .card .wrap .text-box {
    width: 72.77778vw;
    margin: 15.69444vw auto 8.33333vw;
    text-align: center;
  }
  .wiko-content .s8 .card .wrap .text-box .title {
    font-size: 6.66667vw;
    margin-bottom: 4.16667vw;
  }
  .wiko-content .s8 .card .wrap .text-box .text {
    font-size: 3.61111vw;
  }
  .wiko-content .s8 .card .wrap .img-box {
    width: 69.86111vw;
    margin-left: 25.13889vw;
  }
  .wiko-content .s8 .card .wrap .img-box img {
    width: 100%;
  }
  .wiko-content .s9 {
    margin-top: 2.77778vw;
  }
  .wiko-content .s9 .card-box {
    margin: 0 auto;
    width: 88.88889vw;
    display: block;
  }
  .wiko-content .s9 .card-box .card {
    position: relative;
    width: 100%;
    height: 111.80556vw;
    overflow: hidden;
    border-radius: 2.77778vw;
  }
  .wiko-content .s9 .card-box .card .text-box {
    width: 72.77778vw;
    margin: 15.69444vw auto 0;
  }
  .wiko-content .s9 .card-box .card .text-box .title {
    width: 100%;
    font-size: 6.66667vw;
    margin: 0 0 4.16667vw 0;
    text-align: center;
  }
  .wiko-content .s9 .card-box .card .text-box .describe {
    margin-left: 0;
    width: 100%;
    font-size: 3.61111vw;
    line-height: 1.6;
    text-align: center;
  }
  .wiko-content .s9 .card-box .card .img-box-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .wiko-content .s9 .card-box .card .img-box-1 img {
    width: 100%;
  }
  .wiko-content .s9 .card-box .card .img-box-2 {
    position: absolute;
    width: 79.86111vw;
    bottom: 16.66667vw;
    left: 7.77778vw;
    transform: none;
  }
  .wiko-content .s9 .card-box .card .img-box-2 img {
    width: 100%;
  }
  .wiko-content .s9 .card-box .card-2 {
    margin-top: 2.77778vw;
  }
  .wiko-content .s9 .card-box .card-2 .text-box {
    width: 74.44444vw;
  }
  .wiko-content .s10 {
    position: relative;
    height: 168.05556vw;
    width: 100%;
    overflow: hidden;
  }
  .wiko-content .s10 .center {
    width: 100%;
    padding: 26.38889vw 5.55556vw 0;
    display: block;
  }
  .wiko-content .s10 .center .text-box {
    margin-top: 0;
    margin-left: 0;
  }
  .wiko-content .s10 .center .text-box .title {
    font-size: 8.88889vw;
    line-height: 1.25;
    width: 47.36111vw;
    margin-bottom: 4.16667vw;
  }
  .wiko-content .s10 .center .text-box .describe {
    font-size: 3.61111vw;
    color: #898989;
    line-height: 1.6;
    width: 84.72222vw;
    margin-bottom: 4.16667vw;
  }
  .wiko-content .s10 .center .text-box .content {
    display: flex;
  }
  .wiko-content .s10 .center .text-box .content .content-item {
    margin-right: 11.11111vw;
  }
  .wiko-content .s10 .center .text-box .content .content-item .blue-font {
    color: #b0c9ed;
    font-size: 6.66667vw;
    margin-bottom: 2.08333vw;
    line-height: 1;
  }
  .wiko-content .s10 .center .text-box .content .content-item .blue-font sub {
    font-size: 0.5em;
    line-height: 1.5;
    vertical-align: initial;
    margin-left: 1.38889vw;
  }
  .wiko-content .s10 .center .text-box .content .content-item p {
    font-size: 2.77778vw;
    color: #898989;
    margin-bottom: 0;
  }
  .wiko-content .s10 .center .img-box {
    margin: 8.33333vw auto 0;
  }
  .wiko-content .s10 .center .img-box img {
    width: 38.88889vw;
    margin: 0 auto;
  }
  .wiko-content .s11 {
    width: 100%;
    height: 150vw;
    position: relative;
    overflow: hidden;
  }
  .wiko-content .s11 .s11-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  .wiko-content .s11 .s11-title {
    width: 53.33333vw;
    margin: 15.27778vw 0 0 8.33333vw;
    font-size: 8.88889vw;
    line-height: 1.25;
    text-align: left;
  }
  .wiko-content .s11 .img-box {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .wiko-content .s11 .img-box img {
    width: 100%;
  }
  .wiko-content .s11 .img-box .line {
    height: 0.13889vw;
    background-color: #AFD0FF;
    margin: 0;
  }
  .wiko-content .s11 .img-box .lens-1 {
    position: absolute;
    left: 8.33333vw;
    top: 3.33333vw;
  }
  .wiko-content .s11 .img-box .lens-1 .line {
    width: 45.69444vw;
    margin: 1.38889vw 0 0.83333vw;
  }
  .wiko-content .s11 .img-box .lens-1 .text {
    margin-bottom: 0.69444vw;
  }
  .wiko-content .s11 .img-box .lens-1 .pixel {
    margin-bottom: 0;
  }
  .wiko-content .s11 .img-box .lens-2 {
    position: absolute;
    left: 8.33333vw;
    top: 25vw;
  }
  .wiko-content .s11 .img-box .lens-2 .line {
    width: 45.69444vw;
    margin: 1.38889vw 0 0.83333vw;
  }
  .wiko-content .s11 .img-box .lens-2 .text {
    margin-bottom: 0;
  }
  .wiko-content .s11 .img-box .lens-2 .pixel {
    margin-bottom: 0.83333vw;
  }
  .wiko-content .s11 .img-box .lens-3 {
    position: absolute;
    left: 8.33333vw;
    top: 60.41667vw;
    text-align: left;
  }
  .wiko-content .s11 .img-box .lens-3 .line {
    width: 83.61111vw;
    height: 29.16667vw;
    position: absolute;
    left: 0;
    top: -23.88889vw;
    background-color: transparent;
    border-right: 0.13889vw solid #AFD0FF;
    border-bottom: 0.13889vw solid #AFD0FF;
  }
  .wiko-content .s11 .img-box .lens-3 .text {
    margin-bottom: 2.15278vw;
  }
  .wiko-content .s11 .img-box .lens-3 .pixel {
    margin-bottom: 0.83333vw;
  }
  .wiko-content .s11 .img-box .text {
    font-size: 2.5vw;
    line-height: 1.33;
  }
  .wiko-content .s11 .img-box .pixel {
    font-size: 3.33333vw;
    line-height: 1.33;
  }
  .wiko-content .s11 .img-box .describe {
    font-size: 3.05556vw;
  }
  .wiko-content .s12 {
    width: 100%;
    padding: 22.22222vw 5.55556vw;
    background-color: #EFF6FF;
  }
  .wiko-content .s12 .center {
    width: 100%;
    margin: 0 auto;
  }
  .wiko-content .s12 .center .pic-1 {
    display: block;
    align-items: center;
  }
  .wiko-content .s12 .center .pic-1 .img-box img {
    width: 100%;
    margin-bottom: 3.19444vw;
  }
  .wiko-content .s12 .center .pic-1 .text-box {
    margin-left: 0;
    width: 70.69444vw;
  }
  .wiko-content .s12 .center .pic-1 .text-box .title {
    font-size: 6.66667vw;
    margin-bottom: 2.77778vw;
  }
  .wiko-content .s12 .center .pic-1 .text-box .describe {
    font-size: 3.61111vw;
  }
  .wiko-content .s12 .center .pic-2 {
    padding-top: 22.22222vw;
    display: block;
  }
  .wiko-content .s12 .center .pic-2 .left-pic {
    display: flex;
    flex-direction: column-reverse;
    justify-content: baseline;
  }
  .wiko-content .s12 .center .pic-2 .left-pic .text-box {
    margin-left: 0;
    width: 79.44444vw;
  }
  .wiko-content .s12 .center .pic-2 .left-pic .text-box .title {
    font-size: 6.66667vw;
    margin-bottom: 2.77778vw;
  }
  .wiko-content .s12 .center .pic-2 .left-pic .text-box .describe {
    font-size: 3.61111vw;
    width: 100%;
    margin-bottom: 0;
  }
  .wiko-content .s12 .center .pic-2 .left-pic .img-box img {
    width: 100%;
    margin-bottom: 3.19444vw;
  }
  .wiko-content .s12 .center .pic-2 .right-pic {
    padding-top: 22.22222vw;
  }
  .wiko-content .s12 .center .pic-2 .right-pic .text-box {
    width: 83.05556vw;
  }
  .wiko-content .s12 .center .pic-2 .right-pic .text-box .title {
    font-size: 6.66667vw;
    margin-bottom: 2.77778vw;
  }
  .wiko-content .s12 .center .pic-2 .right-pic .text-box .describe {
    font-size: 3.61111vw;
    margin-bottom: 0;
  }
  .wiko-content .s12 .center .pic-2 .right-pic .img-box img {
    width: 100%;
    margin-bottom: 3.19444vw;
  }
  .wiko-content .s12 .center .pic-3 {
    padding-top: 22.22222vw;
    display: flex;
    flex-direction: column-reverse;
  }
  .wiko-content .s12 .center .pic-3 .img-box img {
    width: 100%;
    margin-bottom: 3.19444vw;
  }
  .wiko-content .s12 .center .pic-3 .text-box {
    margin-right: 0;
    width: 87.5vw;
  }
  .wiko-content .s12 .center .pic-3 .text-box .title {
    font-size: 6.66667vw;
    margin-bottom: 2.77778vw;
  }
  .wiko-content .s12 .center .pic-3 .text-box .describe {
    font-size: 3.61111vw;
    margin-bottom: 0;
  }
  .wiko-content .s12 .center .pic-4 {
    padding-top: 22.22222vw;
    display: block;
  }
  .wiko-content .s12 .center .pic-4 .img-box img {
    width: 100%;
    margin-bottom: 3.19444vw;
  }
  .wiko-content .s12 .center .pic-4 .img-box .tip {
    display: none;
    font-size: 3.05556vw;
  }
  .wiko-content .s12 .center .pic-4 .text-box {
    margin-left: 0;
    width: 84.72222vw;
  }
  .wiko-content .s12 .center .pic-4 .text-box .title {
    font-size: 6.66667vw;
    margin-bottom: 2.77778vw;
  }
  .wiko-content .s12 .center .pic-4 .text-box .describe {
    font-size: 3.61111vw;
  }
  .wiko-content .s13.mob-block .center {
    padding: 0 5.55556vw;
  }
  .wiko-content .s13.mob-block .center .title {
    text-align: center;
    font-size: 8.88889vw;
    margin-bottom: 4.16667vw;
  }
  .wiko-content .s13.mob-block .center .describe {
    font-size: 3.61111vw;
    color: #898989;
    margin-bottom: 8.33333vw;
    text-align: center;
  }
  .wiko-content .s13.mob-block .center .img-box {
    width: 88.88889vw;
    height: 83.33333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-image: linear-gradient(to right bottom, #f7f7f7, #fdfdfd);
    border-radius: 4.16667vw;
  }
  .wiko-content .s13.mob-block .center .item-1 {
    padding-top: 15.27778vw;
  }
  .wiko-content .s13.mob-block .center .item-1 .img-box img {
    width: 100%;
  }
  .wiko-content .s13.mob-block .center .img-des-box {
    display: flex;
    flex-wrap: wrap;
    width: 66.66667vw;
    margin: 8.33333vw auto 0;
  }
  .wiko-content .s13.mob-block .center .img-des-box .img-des-item {
    width: 50%;
  }
  .wiko-content .s13.mob-block .center .img-des-box .img-des-item .golden {
    font-size: 5vw;
    color: #000;
    margin-bottom: 2.08333vw;
  }
  .wiko-content .s13.mob-block .center .img-des-box .img-des-item .gray {
    font-size: 2.77778vw;
    color: #898989;
  }
  .wiko-content .s13.mob-block .center .img-des-box .img-des-item:nth-child(-n+2) {
    margin-bottom: 8.33333vw;
  }
  .wiko-content .s13.mob-block .center .item-2 {
    padding-top: 29.16667vw;
  }
  .wiko-content .s13.mob-block .center .item-2 .img-box {
    padding: 0 5.55556vw;
  }
  .wiko-content .s13.mob-block .center .item-2 .img-box img {
    width: 100%;
  }
  .wiko-content .s13.mob-block .center .item-3 {
    padding-top: 29.16667vw;
  }
  .wiko-content .s13.mob-block .center .item-3 .img-box {
    position: relative;
  }
  .wiko-content .s13.mob-block .center .item-3 .img-box .img3-bg {
    width: 100%;
  }
  .wiko-content .s13.mob-block .center .item-3 .img-box .phone {
    position: absolute;
    top: 33.33333vw;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
    height: 29.16667vw;
  }
  .wiko-content .s13.mob-block .center .item-3 .img-box .phone-content {
    width: 57.16667vw;
    height: 25.41389vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 34.72222vw;
    left: 50%;
    transform: translate(-50%);
    background-color: #fff;
    overflow: hidden;
  }
  .wiko-content .s13.mob-block .center .item-3 .img-box .phone-content img {
    height: 8.13611vw;
  }
  .wiko-content .footernote {
    padding: 30.55556vw 5.55556vw 30.55556vw;
  }
  .wiko-content .footernote li {
    font-size: 2.5vw;
    line-height: 1.6;
  }
}/*# sourceMappingURL=index.css.map */