@import "libs/swiper-bundle.min.css";
@font-face {
  font-family: "Gilroy";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-regular.otf");
}
@font-face {
  font-family: "Gilroy Medium";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-medium.otf");
}
@font-face {
  font-family: "Gilroy Light";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-light.otf");
}
@font-face {
  font-family: "Sourcehan";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-REGULAR.OTF");
}
@font-face {
  font-family: "Sourcehan Medium";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-MEDIUM.OTF");
}
@font-face {
  font-family: "Sourcehan Bold";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-BOLD.OTF");
}
.container {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1599px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .hidden-sm {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.h-auto {
  height: auto !important;
}

.c-primary {
  color: #F29115 !important;
}

.c-gray {
  color: #757D88 !important;
}

.c-light {
  color: #B4B7BB !important;
}

.l-1 {
  line-height: 1 !important;
}

.l-20 {
  line-height: 20px !important;
}

.l-24 {
  line-height: 24px !important;
}

.col-6 {
  width: 50%;
}

.col-12 {
  width: 100%;
}

.flex {
  display: flex !important;
}

.a-center {
  align-items: center !important;
}

.j-space {
  justify-content: space-between !important;
}

.app-footer .container {
  padding: 0;
}

section.hero {
  height: 100vh;
  min-height: 400px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/hero.jpg") center center no-repeat black;
  background-size: cover;
  color: white;
  position: relative;
}
section.hero .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.hero .container .display {
  font-family: "Sourcehan Bold";
  font-size: 76px;
  line-height: 92px;
  margin-bottom: 16px;
}
section.hero .container .sub {
  font-size: 18px;
  opacity: 0.5;
  margin-bottom: 56px;
}
section.hero .container .cta {
  width: 200px;
  height: 70px;
}
section.hero .container .box-indicator {
  display: none;
}

section.one {
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/bg-section-2.jpg") center center no-repeat black;
  background-size: cover;
}
section.one .container {
  height: 960px;
  padding-top: 346px;
  display: flex;
}
section.one .box-left {
  width: 50%;
}
section.one .box-left .title {
  font-size: 46px;
  line-height: 60px;
  font-family: "Sourcehan Bold";
  margin-bottom: 20px;
}
section.one .box-left .gray {
  color: #757D88;
}
section.one .box-left .sub {
  color: #757D88;
  font-size: 16px;
  line-height: 26px;
}
section.one .box-right {
  width: 50%;
  height: 100%;
  position: relative;
}
section.one .box-right .point-item {
  position: absolute;
  width: 66px;
  height: 66px;
}
section.one .box-right .point-item:nth-child(1) {
  left: 140px;
  top: 20px;
}
section.one .box-right .point-item:nth-child(2) {
  left: 420px;
  top: 80px;
}
section.one .box-right .point-item:nth-child(3) {
  left: 520px;
  top: 430px;
}
section.one .box-right .point-item:nth-child(4) {
  left: 220px;
  top: 420px;
}
section.one .box-right .point-item:hover {
  width: 90px;
  height: 90px;
  transform: translate(-15px, -15px);
}
section.one .box-right .point-item:hover .content {
  width: 150px;
  height: 72px;
  left: 100px;
  top: 9px;
  background-color: #F29115;
  color: white;
  padding: 15px 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.one .box-right .point-item:hover .content .title {
  font-size: 20px;
  font-family: "Sourcehan Bold";
  margin-bottom: 6px;
}
section.one .box-right .point-item:hover .content .sub {
  display: block;
}
section.one .box-right .point-item:hover .decoration::before {
  background-color: #F29115;
  width: 20px;
  height: 20px;
  transform: translate(-10px, -10px);
}
section.one .box-right .point-item:hover.reversed .content {
  left: unset;
  right: 100px;
}
section.one .box-right .point-item.reversed .content {
  left: unset;
  right: 86px;
}
section.one .box-right .point-item .decoration {
  background-color: rgba(255, 255, 255, 0.39);
  width: 100%;
  height: 100%;
  border-radius: 999px;
  position: relative;
}
section.one .box-right .point-item .decoration::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 999px;
  left: 50%;
  top: 50%;
  transform: translate(-7px, -7px);
  background-color: #B6B7B7;
}
section.one .box-right .point-item .content {
  position: absolute;
  width: 100px;
  height: 40px;
  background-color: #B4B7BB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  left: 86px;
  top: 13px;
}
section.one .box-right .point-item .content .title {
  color: #F4F6F9;
  font-size: 14px;
  display: block;
}
section.one .box-right .point-item .content .sub {
  display: none;
}

section.two {
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/bg-section-3.jpg") center center no-repeat black;
  background-size: cover;
  height: 960px;
  position: relative;
}
section.two .section-content {
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  z-index: 2;
}
section.two .section-content .container {
  padding-top: 268px;
  position: relative;
}
section.two .section-content .tab-nav .tab-nav-item {
  display: flex;
  border-bottom: 1px solid rgba(117, 125, 136, 0.2);
  width: 410px;
  margin-bottom: 26px;
  padding-bottom: 26px;
  cursor: pointer;
}
section.two .section-content .tab-nav .tab-nav-item:last-child {
  border-bottom: 0 none;
}
section.two .section-content .tab-nav .tab-nav-item .left {
  width: 68px;
  flex-shrink: 0;
}
section.two .section-content .tab-nav .tab-nav-item .left .num {
  font-size: 18px;
  color: #717986;
  opacity: 0.5;
  font-family: "Gilroy";
}
section.two .section-content .tab-nav .tab-nav-item .right .title {
  font-size: 18px;
  color: #717986;
  opacity: 0.5;
}
section.two .section-content .tab-nav .tab-nav-item .right .sub {
  display: none;
}
section.two .section-content .tab-nav .tab-nav-item.active .left {
  width: 68px;
  flex-shrink: 0;
}
section.two .section-content .tab-nav .tab-nav-item.active .left .num {
  font-size: 24px;
  color: white;
  opacity: 1;
}
section.two .section-content .tab-nav .tab-nav-item.active .right .title {
  font-size: 24px;
  color: white;
  opacity: 1;
  margin-bottom: 12px;
}
section.two .section-content .tab-nav .tab-nav-item.active .right .sub {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
section.two .section-title {
  margin-bottom: 72px;
}
section.two .section-title .title {
  font-size: 46px;
  line-height: 60px;
  color: white;
  font-family: "Sourcehan Bold";
}
section.two .button-prev,
section.two .button-next {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  border: 2px dotted #1ECCAD;
  left: -100px;
  z-index: 2;
  margin-top: 0;
}
section.two .button-prev::after,
section.two .button-next::after {
  content: "";
}
section.two .button-prev.disabled,
section.two .button-next.disabled {
  opacity: 0.5;
}
section.two .button-prev {
  top: 456px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/icon-arrow-up.png") center center no-repeat;
}
section.two .button-next {
  top: 504px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/icon-arrow-down.png") center center no-repeat;
}
section.two .tab-content {
  height: 100%;
}
section.two .tab-content .tab-content-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
section.two .tab-content .tab-content-item.active {
  display: block;
}

section.switch {
  height: 960px;
  background: black;
  padding-top: 140px;
  position: relative;
  overflow: hidden;
}
section.switch .switch-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-100px);
  z-index: 20;
  top: 130px;
  pointer-events: none;
}
section.switch .section-content {
  height: 516px;
  margin-bottom: 86px;
  justify-content: center;
  align-items: center;
}
section.switch .section-content .swiper-container {
  width: 280px;
  margin-bottom: 30px;
  overflow: visible;
}
section.switch .section-content .swiper-container.active .swiper-wrapper .swiper-slide {
  opacity: 1;
  transition: opacity 0.3s ease;
}
section.switch .section-content .swiper-container.active .swiper-button-next,
section.switch .section-content .swiper-container.active .swiper-button-prev {
  opacity: 1;
}
section.switch .section-content .swiper-container .swiper-wrapper .swiper-slide {
  width: 280px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
section.switch .section-content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
section.switch .section-content .swiper-container .swiper-wrapper .swiper-slide img {
  filter: grayscale(100%);
}
section.switch .section-content .swiper-container .swiper-wrapper .swiper-slide:hover img {
  filter: grayscale(70%);
}
section.switch .section-content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active img {
  filter: grayscale(0%);
}
section.switch .section-content .swiper-container .swiper-button-next,
section.switch .section-content .swiper-container .swiper-button-prev {
  color: #303033;
  outline: 0;
  opacity: 0;
}
section.switch .section-content .swiper-container .swiper-button-next {
  right: -600px;
}
section.switch .section-content .swiper-container .swiper-button-prev {
  left: -600px;
}
section.switch .section-footer {
  text-align: center;
}
section.switch .section-footer .section-title {
  font-family: "Sourcehan Bold";
  font-size: 46px;
  margin-bottom: 32px;
  color: white;
}
section.switch .section-footer .sub {
  color: #757D88;
  font-size: 16px;
}

section.four {
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/bg-section-5.jpg") center center no-repeat black;
  background-size: cover;
  height: 960px;
  text-align: center;
  color: white;
  padding-top: 150px;
}
section.four .section-title {
  margin-bottom: 56px;
}
section.four .section-title .title {
  font-size: 46px;
  font-family: "Sourcehan Bold";
  margin-bottom: 24px;
}
section.four .section-title .sub {
  font-size: 16px;
  color: #757D88;
}
section.four .section-content {
  display: flex;
  justify-content: center;
}
section.four .section-content .section-item {
  margin: 0 36px;
}
section.four .section-content .section-item .icon {
  margin-bottom: 14px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
section.four .section-content .section-item .title {
  font-size: 18px;
}

section.five {
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/bg-section-6.jpg") center center no-repeat black;
  background-size: cover;
  height: 960px;
  text-align: center;
  color: white;
  padding-top: 140px;
}
section.five .section-title {
  margin-bottom: 120px;
}
section.five .section-title .title {
  font-size: 46px;
  font-family: "Sourcehan Bold";
  margin-bottom: 24px;
  line-height: 60px;
}
section.five .section-title .sub {
  font-size: 16px;
  line-height: 24px;
  color: #757D88;
}
section.five .section-content .swiper-container .swiper-button-next,
section.five .section-content .swiper-container .swiper-button-prev {
  width: 25px;
  color: #303033;
  outline: 0;
}
section.five .section-content .swiper-container .swiper-button-prev {
  left: 150px;
}
section.five .section-content .swiper-container .swiper-button-next {
  right: 150px;
}

section.six {
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/bg-section-7.jpg") center center no-repeat black;
  background-size: cover;
  height: 960px;
  text-align: center;
  color: white;
  padding-top: 150px;
}
section.six .section-title {
  margin-bottom: 140px;
}
section.six .section-title .title {
  font-size: 46px;
  font-family: "Sourcehan Bold";
  margin-bottom: 32px;
  line-height: 60px;
}
section.six .section-title .sub {
  font-size: 16px;
  color: #757D88;
  margin-bottom: 30px;
}
section.six .section-title .items {
  display: flex;
  justify-content: center;
}
section.six .section-title .items .item {
  width: 122px;
  height: 36px;
  margin: 0 5px;
  background: rgba(132, 132, 133, 0.17);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #757D88;
  border-radius: 999px;
}
section.six .section-content .table {
  width: 1080px;
  margin: 0 auto;
  color: #717986;
  font-size: 16px;
  border-color: transparent;
}
section.six .section-content .table th {
  background-color: #1A2028;
  height: 37px;
  border: 2px solid black;
}
section.six .section-content .table td {
  background-color: #0E1218;
  height: 44px;
  border: 2px solid black;
}

section.seven {
  background-color: #F4F6F9;
  text-align: center;
  padding-top: 86px;
  padding-bottom: 102px;
}
section.seven .section-title {
  margin-bottom: 60px;
}
section.seven .section-title .title {
  font-size: 46px;
  font-family: "Sourcehan Bold";
  margin-bottom: 32px;
  color: black;
}
section.seven .section-title .sub {
  font-size: 16px;
  line-height: 26px;
  color: #757D88;
}
section.seven .section-content .items {
  display: flex;
  background-color: #0F1A2E;
  justify-content: center;
  padding-top: 25px;
  height: 600px;
  max-width: 1400px;
  margin: 0 auto;
}
section.seven .section-content .items .item {
  width: 200px;
  margin: 0 40px;
}
section.seven .section-content .items .item .icon-1 {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 8px;
}
section.seven .section-content .items .item .icon-2 {
  margin-bottom: 40px;
}
section.seven .section-content .items .item .title {
  color: white;
  font-size: 16px;
}

section.eight {
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/title-certificate.png") center 265px no-repeat #F4F6F9;
  text-align: center;
  padding-bottom: 72px;
}
section.eight .section-title {
  margin-bottom: 52px;
}
section.eight .section-title .title {
  font-size: 46px;
  font-family: "Sourcehan Bold";
  margin-bottom: 20px;
  color: black;
}
section.eight .section-title .sub {
  font-size: 16px;
  color: #757D88;
}
section.eight .section-content .items {
  display: flex;
  justify-content: center;
}
section.eight .section-content .items .item {
  margin: 0 36px;
}
section.eight .section-content .items .item .img {
  margin-bottom: 25px;
}
section.eight .section-content .items .item .title {
  color: black;
  font-size: 26px;
  margin-bottom: 10px;
}
section.eight .section-content .items .item .sub {
  font-size: 16px;
  color: #757D88;
}

section.nine {
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/bg-section-9.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  height: 700px;
  padding-top: 140px;
}
section.nine .section-title {
  margin-bottom: 140px;
}
section.nine .section-title .title {
  font-size: 46px;
  font-family: "Sourcehan Bold";
  margin-bottom: 20px;
  color: white;
}
section.nine .section-title .sub {
  font-size: 16px;
  color: #757D88;
}
section.nine .section-content .items {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.nine .section-content .items .item {
  text-align: left;
}
section.nine .section-content .items .item .display {
  font-size: 56px;
  font-family: "Gilroy Light";
  margin-bottom: 20px;
  color: white;
}
section.nine .section-content .items .item .title {
  font-size: 20px;
  color: #757D88;
}
section.nine .section-content .items .divider {
  width: 1px;
  height: 88px;
  margin: 0 40px;
  background-color: rgba(255, 255, 255, 0.1);
}

section.ten {
  background-color: #F4F6F9;
  padding-top: 112px;
  padding-bottom: 200px;
}
section.ten .section-content {
  overflow: hidden;
}
section.ten .swiper-container {
  height: 776px;
  overflow: visible;
  padding-left: 150px;
  padding-right: 150px;
  margin-left: 0;
}
section.ten .swiper-container .swiper-slide {
  width: 680px;
  height: calc((100% - 30px) / 2);
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding-left: 78px;
  padding-right: 116px;
}
section.ten .swiper-container .swiper-slide .left {
  padding-top: 84px;
}
section.ten .swiper-container .swiper-slide .left .tag {
  width: 78px;
  height: 30px;
  background: #E8EAF0;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #96A3B4;
  margin-bottom: 25px;
}
section.ten .swiper-container .swiper-slide .left .title {
  font-size: 32px;
  font-family: "Sourcehan Medium";
  margin-bottom: 10px;
}
section.ten .swiper-container .swiper-slide .left .sub {
  font-size: 16px;
  color: #757D88;
  margin-bottom: 50px;
}
section.ten .swiper-container .swiper-slide .left .cta {
  border-color: #F29115;
  color: #F29115;
  width: 140px;
  height: 50px;
  min-height: 50px;
}
section.ten .swiper-container .swiper-slide .left .cta:hover {
  background-color: #F29115;
  color: white;
  text-decoration: none;
}
section.ten .swiper-container .swiper-slide .right {
  display: flex;
  align-items: flex-end;
}
section.ten .swiper-container .swiper-button-prev,
section.ten .swiper-container .swiper-button-next {
  width: 200px;
  height: 776px;
  margin-top: 0;
  transform: translateY(-50%);
  outline: 0;
}
section.ten .swiper-container .swiper-button-prev::after,
section.ten .swiper-container .swiper-button-next::after {
  position: absolute;
  width: 84px;
  height: 84px;
  content: "";
  border: 2px solid rgba(180, 183, 187, 0.2);
  border-radius: 999px;
}
section.ten .swiper-container .swiper-button-prev.swiper-button-disabled::after,
section.ten .swiper-container .swiper-button-next.swiper-button-disabled::after {
  display: none;
}
section.ten .swiper-container .swiper-button-prev {
  left: 0;
  background-image: linear-gradient(to right, white, transparent);
}
section.ten .swiper-container .swiper-button-prev::after {
  left: 50px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/icon-arrow-left.png") center center no-repeat;
}
section.ten .swiper-container .swiper-button-next {
  right: 0;
  background-image: linear-gradient(to left, white, transparent);
}
section.ten .swiper-container .swiper-button-next::after {
  right: 50px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/icon-arrow-right.png") center center no-repeat;
}

section.eleven {
  background-color: #F4F6F9;
  padding-bottom: 128px;
  text-align: center;
}
section.eleven .section-title {
  margin-bottom: 90px;
}
section.eleven .section-title .title {
  font-size: 60px;
  font-family: "Sourcehan Bold";
  margin-bottom: 20px;
  color: #40464D;
}
section.eleven .section-title .sub {
  font-size: 16px;
  font-family: "Gilroy Light";
  color: #757D88;
}
section.eleven .section-content .items {
  display: flex;
  justify-content: center;
}
section.eleven .section-content .items .item {
  margin: 0 5px;
  background-color: white;
  width: 696px;
  height: 574px;
  padding-top: 90px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.eleven .section-content .items .item::before {
  width: 100%;
  height: 190px;
  content: "";
  position: absolute;
  top: -190px;
  background-position: center top;
  background-repeat: no-repeat;
}
section.eleven .section-content .items .item:first-child::before {
  background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/bg-section-11-1.png");
}
section.eleven .section-content .items .item:last-child::before {
  background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/bg-section-11-2.png");
}
section.eleven .section-content .items .item .tag {
  position: absolute;
  left: 38px;
  top: 38px;
  display: block;
  width: 78px;
  height: 30px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 25px;
  background: #DCFBF6;
  border: 1px solid #1ECCAD;
  color: #1ECCAD;
}
section.eleven .section-content .items .item .title {
  font-size: 46px;
  font-family: "Sourcehan Medium";
  margin-bottom: 44px;
}
section.eleven .section-content .items .item .img {
  width: 350px;
  flex-grow: 0;
  margin-bottom: 66px;
}
section.eleven .section-content .items .item .cta {
  width: 140px;
  height: 50px;
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  .app-footer .container {
    padding: 0 22px;
  }

  section.hero {
    height: 476px;
    min-height: 400px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/mobile/hero.png") center center no-repeat black;
    background-size: cover;
    color: white;
    position: relative;
  }
  section.hero .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.hero .container .display {
    font-family: "Sourcehan Bold";
    font-size: 28px;
    line-height: 1;
    margin-bottom: 15px;
  }
  section.hero .container .display br {
    display: none;
  }
  section.hero .container .sub {
    font-size: 11px;
    opacity: 0.5;
    margin-bottom: 28px;
  }
  section.hero .container .cta {
    width: 110px;
    height: 40px;
  }
  section.hero .container .box-indicator {
    display: block;
  }

  section.one {
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/mobile/bg-section-1.png") center right no-repeat #F4F6F9;
    background-size: contain;
  }
  section.one .container {
    height: 628px;
    padding-top: 78px;
    display: block;
  }
  section.one .box-left {
    width: 100%;
    height: 210px;
  }
  section.one .box-left .title {
    font-size: 23px;
    line-height: 30px;
    font-family: "Sourcehan Bold";
    margin-bottom: 18px;
    max-width: 264px;
  }
  section.one .box-left .title br {
    display: none;
  }
  section.one .box-left .gray {
    color: #757D88;
  }
  section.one .box-left .sub {
    color: #757D88;
    font-size: 12px;
    line-height: 17px;
    max-width: 264px;
  }
  section.one .box-left .sub br {
    display: none;
  }
  section.one .box-right {
    width: 300px;
    height: 342px;
    position: relative;
    margin: 0 auto;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/mobile/img-1-1.png") center bottom no-repeat;
  }
  section.one .box-right .point-item {
    position: absolute;
    width: 28px;
    height: 28px;
  }
  section.one .box-right .point-item:nth-child(1) {
    left: 30px;
    top: 90px;
  }
  section.one .box-right .point-item:nth-child(2) {
    left: 160px;
    top: 100px;
  }
  section.one .box-right .point-item:nth-child(3) {
    left: 195px;
    top: 230px;
  }
  section.one .box-right .point-item:nth-child(4) {
    left: 70px;
    top: 240px;
  }
  section.one .box-right .point-item:hover {
    width: 40px;
    height: 40px;
    transform: translate(-5px, -5px);
  }
  section.one .box-right .point-item:hover .content {
    width: 66px;
    height: 32px;
    left: 50px;
    top: 6px;
    background-color: #F29115;
    color: white;
    padding: 5px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  section.one .box-right .point-item:hover .content .title {
    font-size: 9px;
    font-family: "Sourcehan Bold";
    margin-bottom: 2px;
  }
  section.one .box-right .point-item:hover .content .sub {
    display: block;
    font-size: 9px;
  }
  section.one .box-right .point-item:hover .decoration::before {
    background-color: #F29115;
    width: 10px;
    height: 10px;
    transform: translate(-5px, -5px);
  }
  section.one .box-right .point-item:hover.reversed .content {
    left: unset;
    right: 45px;
  }
  section.one .box-right .point-item.reversed .content {
    left: unset;
    right: 32px;
  }
  section.one .box-right .point-item .decoration {
    background-color: rgba(255, 255, 255, 0.39);
    width: 100%;
    height: 100%;
    border-radius: 999px;
    position: relative;
  }
  section.one .box-right .point-item .decoration::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 999px;
    left: 50%;
    top: 50%;
    transform: translate(-3px, -3px);
    background-color: #B6B7B7;
  }
  section.one .box-right .point-item .content {
    position: absolute;
    width: 50px;
    height: 20px;
    background-color: #969FAB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    left: 32px;
    top: 6px;
  }
  section.one .box-right .point-item .content .title {
    color: #F4F6F9;
    font-size: 9px;
    display: block;
  }
  section.one .box-right .point-item .content .sub {
    display: none;
  }

  section.two {
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/bg-section-3.jpg") center center no-repeat black;
    background-size: cover;
    height: 515px;
    position: relative;
  }
  section.two .section-title {
    margin-bottom: 44px;
  }
  section.two .section-title .title {
    font-size: 23px;
    line-height: 30px;
    color: white;
    font-family: "Sourcehan Bold";
  }
  section.two .section-content {
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
    z-index: 2;
  }
  section.two .section-content .container {
    padding-top: 118px;
    position: relative;
  }
  section.two .section-content .tab-nav .tab-nav-item {
    display: flex;
    border-bottom: 1px solid rgba(117, 125, 136, 0.2);
    width: 184px;
    margin-bottom: 26px;
    padding-bottom: 26px;
    cursor: pointer;
  }
  section.two .section-content .tab-nav .tab-nav-item:last-child {
    border-bottom: 0 none;
  }
  section.two .section-content .tab-nav .tab-nav-item .left {
    width: 26px;
    flex-shrink: 0;
  }
  section.two .section-content .tab-nav .tab-nav-item .left .num {
    font-size: 12px;
    color: #717986;
    opacity: 0.5;
    font-family: "Gilroy";
  }
  section.two .section-content .tab-nav .tab-nav-item .right .title {
    font-size: 12px;
    color: #717986;
    opacity: 0.5;
    margin-bottom: 0;
  }
  section.two .section-content .tab-nav .tab-nav-item .right .sub {
    display: none;
  }
  section.two .section-content .tab-nav .tab-nav-item.active .left {
    width: 26px;
    flex-shrink: 0;
  }
  section.two .section-content .tab-nav .tab-nav-item.active .left .num {
    font-size: 14px;
    color: white;
    opacity: 1;
  }
  section.two .section-content .tab-nav .tab-nav-item.active .right .title {
    font-size: 14px;
    color: white;
    opacity: 1;
    margin-bottom: 12px;
  }
  section.two .section-content .tab-nav .tab-nav-item.active .right .sub {
    display: block;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 0;
  }
  section.two .button-prev,
section.two .button-next {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border: 2px dotted #1ECCAD;
    left: -100px;
    z-index: 2;
    margin-top: 0;
  }
  section.two .button-prev::after,
section.two .button-next::after {
    content: "";
  }
  section.two .button-prev.disabled,
section.two .button-next.disabled {
    opacity: 0.5;
  }
  section.two .button-prev {
    top: 456px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/icon-arrow-up.png") center center no-repeat;
  }
  section.two .button-next {
    top: 504px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/icon-arrow-down.png") center center no-repeat;
  }
  section.two .tab-content {
    height: 100%;
  }
  section.two .tab-content .tab-content-item {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
  }
  section.two .tab-content .tab-content-item.active {
    display: block;
  }

  section.switch {
    height: 475px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/home/title-signal.png") center 170px no-repeat #18181C;
    background-size: auto 48px;
    padding-top: 73px;
    position: relative;
    overflow: hidden;
  }
  section.switch .switch-overlay {
    position: absolute;
    left: 50%;
    transform: translateX(-52px);
    z-index: 20;
    top: 64px;
    pointer-events: none;
  }
  section.switch .switch-overlay img {
    width: 96px;
  }
  section.switch .section-content {
    height: auto;
    margin-bottom: 52px;
    justify-content: center;
    align-items: center;
  }
  section.switch .section-content .swiper-container {
    width: 140px;
    margin-bottom: 18px;
    overflow: visible;
  }
  section.switch .section-content .swiper-container.active .swiper-wrapper .swiper-slide {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  section.switch .section-content .swiper-container.active .swiper-button-next,
section.switch .section-content .swiper-container.active .swiper-button-prev {
    opacity: 1;
  }
  section.switch .section-content .swiper-container.active .swiper-button-next.swiper-button-disabled,
section.switch .section-content .swiper-container.active .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
  }
  section.switch .section-content .swiper-container .swiper-wrapper .swiper-slide {
    width: 140px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  section.switch .section-content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  section.switch .section-content .swiper-container .swiper-wrapper .swiper-slide img {
    filter: grayscale(100%);
    height: 68px;
  }
  section.switch .section-content .swiper-container .swiper-wrapper .swiper-slide:hover img {
    filter: grayscale(70%);
  }
  section.switch .section-content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active img {
    filter: grayscale(0%);
  }
  section.switch .section-content .swiper-container .swiper-button-next,
section.switch .section-content .swiper-container .swiper-button-prev {
    color: #303033;
    outline: 0;
    opacity: 0;
  }
  section.switch .section-content .swiper-container .swiper-button-next {
    right: -600px;
  }
  section.switch .section-content .swiper-container .swiper-button-prev {
    left: -600px;
  }
  section.switch .section-footer {
    text-align: center;
  }
  section.switch .section-footer .section-title {
    font-family: "Sourcehan Bold";
    font-size: 23px;
    margin-bottom: 12px;
    color: white;
  }
  section.switch .section-footer .sub {
    color: #757D88;
    font-size: 12px;
    line-height: 1.5;
  }
  section.switch .section-footer .sub .button {
    color: #757D88;
    font-size: 12px;
    margin: 0 10px 15px;
  }

  section.four {
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/mobile/bg-section-5.png") center center no-repeat black;
    background-size: cover;
    height: 560px;
    text-align: center;
    color: white;
    padding-top: 70px;
  }
  section.four .section-title {
    margin-bottom: 24px;
  }
  section.four .section-title .title {
    font-size: 23px;
    font-family: "Sourcehan Bold";
    margin-bottom: 12px;
  }
  section.four .section-title .sub {
    font-size: 12px;
    line-height: 17px;
    color: #757D88;
    max-width: 192px;
    margin: 0 auto;
  }
  section.four .section-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  section.four .section-content .section-item {
    width: 60px;
    margin: 0 14px 15px;
  }
  section.four .section-content .section-item .icon {
    margin-bottom: 8px;
    width: 25px;
    height: 25px;
    object-fit: cover;
  }
  section.four .section-content .section-item .title {
    font-size: 12px;
  }

  section.five {
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/mobile/bg-section-6.png") center center no-repeat black;
    background-size: cover;
    height: 546px;
    text-align: center;
    color: white;
    padding-top: 86px;
  }
  section.five .section-title {
    margin-bottom: 80px;
  }
  section.five .section-title .title {
    font-size: 23px;
    font-family: "Sourcehan Bold";
    margin-bottom: 16px;
    line-height: 30px;
  }
  section.five .section-title .sub {
    font-size: 12px;
    line-height: 17px;
    color: #757D88;
    max-width: 268px;
    margin: 0 auto;
  }
  section.five .section-title .sub br {
    display: none;
  }
  section.five .section-content .swiper-container .swiper-wrapper {
    align-items: center;
  }
  section.five .section-content .swiper-container .swiper-slide img {
    max-width: 180px;
  }
  section.five .section-content .swiper-container .swiper-button-next,
section.five .section-content .swiper-container .swiper-button-prev {
    width: 10px;
    color: #303033;
    outline: 0;
  }
  section.five .section-content .swiper-container .swiper-button-next::after,
section.five .section-content .swiper-container .swiper-button-prev::after {
    font-size: 20px;
  }
  section.five .section-content .swiper-container .swiper-button-prev {
    left: 10px;
  }
  section.five .section-content .swiper-container .swiper-button-next {
    right: 10px;
  }

  section.six {
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/mobile/bg-section-7.png") center center no-repeat black;
    background-size: cover;
    height: 466px;
    text-align: center;
    color: white;
    padding-top: 95px;
  }
  section.six .section-title {
    margin-bottom: 76px;
  }
  section.six .section-title .title {
    font-size: 23px;
    font-family: "Sourcehan Bold";
    margin-bottom: 12px;
    line-height: 1;
  }
  section.six .section-title .sub {
    font-size: 12px;
    line-height: 17px;
    color: #757D88;
    margin: 0 auto 22px;
    max-width: 268px;
  }
  section.six .section-title .items {
    display: flex;
    justify-content: center;
  }
  section.six .section-title .items .item {
    width: 85px;
    height: 22px;
    margin: 0 2px;
    background: rgba(132, 132, 133, 0.17);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #757D88;
    border-radius: 999px;
  }
  section.six .section-content {
    overflow-x: scroll;
  }
  section.six .section-content::-webkit-scrollbar {
    display: none;
  }
  section.six .section-content .table {
    width: 1080px;
    margin: 0 auto;
    color: #717986;
    font-size: 11px;
    border-color: transparent;
  }
  section.six .section-content .table th {
    background-color: #1A2028;
    height: 18px;
    border: 1px solid black;
  }
  section.six .section-content .table td {
    background-color: #0E1218;
    height: 25px;
    border: 1px solid black;
  }

  section.seven {
    background-color: #F4F6F9;
    text-align: center;
    padding-top: 58px;
    padding-bottom: 40px;
  }
  section.seven .section-title {
    margin-bottom: 32px;
  }
  section.seven .section-title .title {
    font-size: 23px;
    font-family: "Sourcehan Bold";
    margin-bottom: 10px;
    color: black;
  }
  section.seven .section-title .sub {
    font-size: 12px;
    line-height: 17px;
    color: #757D88;
    max-width: 280px;
    margin: 0 auto;
  }
  section.seven .section-title .sub br {
    display: none;
  }
  section.seven .section-content .items {
    display: flex;
    background-color: #0F1A2E;
    justify-content: center;
    padding-top: 10px;
    height: 185px;
    max-width: 1400px;
    margin: 0 auto;
  }
  section.seven .section-content .items .item {
    width: 48px;
    margin: 0 8px;
  }
  section.seven .section-content .items .item .icon-1 {
    width: 48px;
    height: 48px;
    object-fit: cover;
    margin-bottom: 10px;
  }
  section.seven .section-content .items .item .icon-2 {
    width: 22px;
    height: auto;
    margin-bottom: 16px;
  }
  section.seven .section-content .items .item .title {
    color: white;
    font-size: 10px;
  }

  section.eight {
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/title-certificate.png") center 118px no-repeat #F4F6F9;
    background-size: auto 48px;
    text-align: center;
    padding-bottom: 40px;
  }
  section.eight .section-title {
    margin-bottom: 28px;
  }
  section.eight .section-title .title {
    font-size: 23px;
    font-family: "Sourcehan Bold";
    margin-bottom: 12px;
    color: black;
  }
  section.eight .section-title .sub {
    font-size: 12px;
    color: #757D88;
  }
  section.eight .section-content .items {
    display: flex;
    justify-content: center;
  }
  section.eight .section-content .items .item {
    margin: 0 15px;
  }
  section.eight .section-content .items .item .img {
    width: 106px;
    margin-bottom: 25px;
  }
  section.eight .section-content .items .item .title {
    color: black;
    font-size: 14px;
    margin-bottom: 8px;
  }
  section.eight .section-content .items .item .sub {
    font-size: 10px;
    color: #757D88;
  }

  section.nine {
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/mobile/bg-section-9.png") center center no-repeat;
    background-size: cover;
    text-align: center;
    height: 400px;
    padding-top: 78px;
  }
  section.nine .section-title {
    margin-bottom: 52px;
  }
  section.nine .section-title .title {
    font-size: 23px;
    font-family: "Sourcehan Bold";
    margin-bottom: 12px;
    color: white;
  }
  section.nine .section-title .sub {
    font-size: 12px;
    color: #757D88;
  }
  section.nine .section-content .items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  section.nine .section-content .items .item {
    text-align: left;
    width: calc(50% - 1px);
    padding-left: 15px;
    margin-bottom: 32px;
  }
  section.nine .section-content .items .item .display {
    font-size: 28px;
    font-family: "Gilroy Light";
    margin-bottom: 13px;
    color: white;
  }
  section.nine .section-content .items .item .title {
    font-size: 10px;
    color: #757D88;
  }
  section.nine .section-content .items .item:first-child, section.nine .section-content .items .item:nth-child(5) {
    text-align: right;
    padding-right: 15px;
  }
  section.nine .section-content .items .divider {
    width: 1px;
    height: 44px;
    margin: 0 0 32px;
    position: relative;
    top: -4px;
    background-color: rgba(255, 255, 255, 0.1);
    transform: scale(0.5, 1);
  }
  section.nine .section-content .items .divider:nth-child(4) {
    display: none;
  }

  section.ten {
    background-color: #F4F6F9;
    padding-top: 48px;
    padding-bottom: 58px;
  }
  section.ten .section-content {
    overflow: hidden;
  }
  section.ten .swiper-container {
    height: 418px;
    overflow: visible;
    padding: 0 22px 20px;
    margin-left: 0;
  }
  section.ten .swiper-container .swiper-slide {
    width: 320px;
    height: calc((100% - 8px) / 2);
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding-left: 32px;
    padding-right: 65px;
  }
  section.ten .swiper-container .swiper-slide:hover .left .cta {
    background-color: #F29115;
    color: white;
  }
  section.ten .swiper-container .swiper-slide:hover .left .tag {
    border: 1px solid #1ECCAD;
    background-color: #DCFBF6;
    color: #1ECCAD;
  }
  section.ten .swiper-container .swiper-slide .left {
    padding-top: 30px;
  }
  section.ten .swiper-container .swiper-slide .left .tag {
    width: 58px;
    height: 22px;
    border: 1px solid #E8EAF0;
    background: #E8EAF0;
    border-radius: 4px;
    font-size: 11px;
    text-align: center;
    line-height: 22px;
    color: #96A3B4;
    margin-bottom: 12px;
  }
  section.ten .swiper-container .swiper-slide .left .title {
    font-size: 20px;
    font-family: "Sourcehan Medium";
    margin-bottom: 6px;
  }
  section.ten .swiper-container .swiper-slide .left .sub {
    font-size: 12px;
    color: #757D88;
    margin-bottom: 36px;
  }
  section.ten .swiper-container .swiper-slide .left .cta {
    border-color: #F29115;
    color: #F29115;
    width: 84px;
    height: 30px;
    min-height: 30px;
    font-size: 11px;
  }
  section.ten .swiper-container .swiper-slide .left .cta:hover {
    background-color: #F29115;
    color: white;
    text-decoration: none;
  }
  section.ten .swiper-container .swiper-slide .right {
    display: flex;
    align-items: center;
  }
  section.ten .swiper-container .swiper-slide .right img {
    width: 60px;
    height: auto;
  }
  section.ten .swiper-container .swiper-button-prev,
section.ten .swiper-container .swiper-button-next {
    display: none;
  }
  section.ten .swiper-container .ten-swiper-pagination {
    text-align: left;
    height: 2px;
    bottom: 0;
    left: 22px;
    display: inline-flex;
    margin-left: -4px;
  }
  section.ten .swiper-container .ten-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
    background-color: #E6E6E6;
    border-radius: 0;
    opacity: 1;
    margin: 0 4px;
  }
  section.ten .swiper-container .ten-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F29115;
  }

  section.eleven {
    background-color: #F4F6F9;
    padding-bottom: 42px;
    text-align: center;
  }
  section.eleven .section-title {
    margin-bottom: 66px;
  }
  section.eleven .section-title .title {
    font-size: 30px;
    font-family: "Sourcehan Bold";
    margin-bottom: 10px;
    color: #40464D;
  }
  section.eleven .section-title .sub {
    font-size: 12px;
    font-family: "Gilroy Light";
    color: #757D88;
  }
  section.eleven .section-content .items {
    display: flex;
    justify-content: center;
  }
  section.eleven .section-content .items .item {
    margin: 0 5px;
    background-color: white;
    width: calc((100% - 5px) / 2);
    height: 208px;
    padding-top: 42px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.eleven .section-content .items .item::before {
    width: 100%;
    height: 54px;
    content: "";
    position: absolute;
    top: -54px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 98px auto;
  }
  section.eleven .section-content .items .item:first-child::before {
    background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/bg-section-11-1.png");
  }
  section.eleven .section-content .items .item:last-child::before {
    background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/products/bg-section-11-2.png");
  }
  section.eleven .section-content .items .item .tag {
    position: absolute;
    left: 12px;
    top: 12px;
    display: block;
    width: 40px;
    height: 13px;
    border-radius: 2px;
    font-size: 7px;
    text-align: center;
    line-height: 13px;
    margin-bottom: 17px;
    background: #DCFBF6;
    border: 1px solid #1ECCAD;
    color: #1ECCAD;
  }
  section.eleven .section-content .items .item .title {
    font-size: 20px;
    font-family: "Sourcehan Medium";
    margin-bottom: 8px;
  }
  section.eleven .section-content .items .item .img {
    width: auto;
    max-width: 100px;
    flex-grow: 0;
    margin-bottom: 15px;
  }
  section.eleven .section-content .items .item .cta {
    width: 84px;
    height: 30px;
    min-height: 30px;
  }
}

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