@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;
}

section .section-title {
  text-align: center;
}
section .section-title .title {
  font-size: 46px;
  font-family: "Sourcehan Bold";
  margin-bottom: 22px;
  line-height: 60px;
}
section .section-title .sub {
  font-size: 16px;
  color: #757D88;
  line-height: 26px;
}

section.hero {
  height: 100vh;
  min-height: 400px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p5/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: 50px;
}
section.hero .container .cta {
  width: 200px;
  height: 70px;
  font-size: 16px;
}
section.hero .container .box-indicator {
  position: absolute;
  width: 100%;
  height: 103px;
  bottom: 45px;
  left: 0;
}
section.hero .container .scroll-down-indicator {
  display: block;
  width: 103px;
  height: 103px;
  position: relative;
  border: 2px solid rgba(180, 183, 187, 0.2);
  border-radius: 999px;
  margin: 0 auto;
}
section.hero .container .scroll-down-indicator ._icon {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-arrow-down.png") center center no-repeat;
  background-size: contain;
  top: 10px;
  animation: roll 2s infinite ease;
}
@keyframes roll {
  0% {
    opacity: 0;
    top: 10px;
  }
  60% {
    opacity: 1;
    top: 35px;
  }
  100% {
    opacity: 0;
    top: 40px;
  }
}

section.one {
  padding-top: 106px;
  overflow: hidden;
  position: relative;
  margin-bottom: 132px;
}
section.one .section-main {
  display: flex;
}
section.one .section-main .col-left, section.one .section-main .col-right {
  height: 400px;
  display: flex;
  align-items: center;
}
section.one .section-main .col-left {
  width: 510px;
  flex-shrink: 0;
}
section.one .section-main .col-right {
  flex-grow: 1;
  justify-content: space-between;
}
section.one .section-main .section-title {
  text-align: left;
}
section.one .section-main .section-title .sub {
  max-width: 384px;
}
@media screen and (max-width: 1599px) {
  section.one .section-main .section-title {
    width: calc(412px + 50px);
    padding-left: 50px;
  }
}
section.one .section-main .one-swiper-pagination {
  position: absolute;
  display: inline-flex;
  justify-content: flex-start;
  z-index: 10;
  top: 340px;
}
section.one .section-main .one-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  background-color: #E6E6E6;
  border-radius: 1px;
  opacity: 1;
  outline: 0;
  margin: 0 2px;
}
section.one .section-main .one-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F29115;
  width: 64px;
}
section.one .section-main .swiper-container {
  padding-left: 400px;
  overflow: visible;
}
section.one .section-main .swiper-container .swiper-slide {
  width: auto;
}

section.two {
  height: 800px;
  background: #020406;
  padding-top: 120px;
}
section.two .section-title {
  margin-bottom: 134px;
}
section.two .section-title .title {
  color: white;
}
section.two .section-title .sub {
  color: #757D88;
}
section.two .section-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.two .section-content .img {
  margin: 0 48px;
}

section.three {
  height: 800px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p5/bg-3.png") center top no-repeat white;
  padding-top: 130px;
  margin-bottom: 80px;
}
section.three .section-title {
  margin-bottom: 134px;
}
section.three .section-title .sub {
  color: #757D88;
}
section.three .section-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}
section.three .section-content .item {
  background-color: #18181C;
  width: 450px;
  height: 380px;
  margin: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 40px;
}
section.three .section-content .item .img {
  margin-bottom: 36px;
}
section.three .section-content .item .title {
  font-size: 16px;
  color: #757D88;
}

section.four {
  height: 750px;
  background: linear-gradient(to bottom, #fff, #F4F6F9);
  padding-top: 80px;
}
section.four .section-title {
  margin-bottom: 70px;
}
section.four .section-content {
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p5/title-method.png") center 260px no-repeat transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.four .section-content .col-left {
  margin-right: 90px;
}
section.four .section-content .col-right .item {
  display: flex;
  margin-bottom: 60px;
}
section.four .section-content .col-right .item:last-child {
  margin-bottom: 0;
}
section.four .section-content .col-right .item .left {
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
section.four .section-content .col-right .item .left .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.four .section-content .col-right .item .right .title {
  font-size: 28px;
  margin-bottom: 12px;
}
section.four .section-content .col-right .item .right .sub {
  font-size: 16px;
  font-family: "Gilroy";
  color: #B4B7BB;
}

section.five {
  height: 800px;
  background: #020406;
  padding-top: 120px;
}
section.five .section-title {
  margin-bottom: 60px;
}
section.five .section-title .title {
  color: white;
}
section.five .section-title .sub {
  color: #757D88;
}
section.five .section-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
section.five .section-content .item {
  position: relative;
  text-align: center;
  margin: 0 25px;
}
section.five .section-content .item .img-cover {
  position: absolute;
}
section.five .section-content .item .img {
  margin-bottom: 55px;
}
section.five .section-content .item .title {
  font-size: 16px;
  color: #757D88;
}
section.five .section-content .item:first-child .img-cover {
  left: -32px;
  top: 253px;
}
section.five .section-content .item:last-child .img-cover {
  right: -35px;
  top: -20px;
}

section.six {
  background: #F4F6F9;
}
section.six .section-title {
  margin-bottom: 70px;
}
section.six .section-content {
  display: flex;
}
section.six .section-content .col-left {
  margin-right: 90px;
  width: 664px;
  height: 812px;
  display: flex;
  align-items: center;
}
section.six .section-content .col-left .section-title {
  text-align: left;
}
section.six .section-content .col-right {
  flex-grow: 1;
  height: 812px;
  display: flex;
  align-items: center;
}
section.six .section-content .col-right .item {
  text-align: center;
  margin-right: 96px;
}
section.six .section-content .col-right .item:last-child {
  margin-right: 0;
}
section.six .section-content .col-right .item .img {
  margin-bottom: 64px;
}
section.six .section-content .col-right .item .title {
  font-size: 16px;
  color: #757D88;
}

section.seven {
  height: 960px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p5/bg-7.jpeg") center center no-repeat;
  background-size: cover;
  padding-top: 130px;
}
section.seven .section-title .title {
  color: white;
  margin-bottom: 18px;
}
section.seven .section-title .sub {
  color: #757D88;
  max-width: 480px;
  margin: 0 auto;
}
section.seven .section-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
section.seven .section-content .item {
  position: relative;
  text-align: center;
  margin: 0 25px;
}
section.seven .section-content .item .img-cover {
  position: absolute;
}
section.seven .section-content .item .img {
  margin-bottom: 55px;
}
section.seven .section-content .item .title {
  font-size: 16px;
  color: #757D88;
}
section.seven .section-content .item:first-child .img-cover {
  left: -32px;
  top: 253px;
}
section.seven .section-content .item:last-child .img-cover {
  right: -35px;
  top: -20px;
}

section.eight {
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p5/bg-8.png") left top no-repeat white;
  height: 1015px;
  padding-top: 120px;
}
section.eight .section-title {
  margin-bottom: 70px;
}
section.eight .section-content {
  display: flex;
}
section.eight .section-content .item {
  background-color: #F8F9FB;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.eight .section-content .col-left {
  width: 50%;
  height: 715px;
  padding-right: 12px;
  padding-bottom: 12px;
}
section.eight .section-content .col-left .item {
  width: 100%;
  height: 100%;
}
section.eight .section-content .col-right {
  width: 50%;
  height: 715px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.eight .section-content .col-right .item {
  width: calc((100% - 12px) / 2);
  margin-bottom: 12px;
}

section.nine {
  height: 840px;
  background: white;
  padding-top: 120px;
}
section.nine .section-title {
  margin-bottom: 70px;
}
section.nine .section-title .sub {
  color: #757D88;
  max-width: 412px;
  margin: 0 auto;
}
section.nine .section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.nine .section-content .item {
  width: calc((100% - 24px) /2);
}
section.nine .section-content .item .img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  section .section-title {
    text-align: center;
  }
  section .section-title .title {
    font-size: 23px;
    font-family: "Sourcehan Bold";
    margin-bottom: 12px;
    line-height: 30px;
  }
  section .section-title .sub {
    font-size: 12px;
    color: #757D88;
    line-height: 17px;
    margin: 0 auto;
  }

  section.hero {
    height: 476px;
    min-height: 400px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p5/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: flex-start;
  }
  section.hero .container .display {
    font-family: "Sourcehan Bold";
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  section.hero .container .cta {
    width: 110px;
    height: 40px;
    font-size: 11px;
  }
  section.hero .container .box-indicator {
    position: absolute;
    width: 100%;
    height: 52px;
    bottom: 22px;
    left: 0;
  }
  section.hero .container .scroll-down-indicator {
    display: block;
    width: 52px;
    height: 52px;
    position: relative;
    border: 2px solid rgba(180, 183, 187, 0.2);
    border-radius: 999px;
    margin: 0 auto;
  }
  section.hero .container .scroll-down-indicator ._icon {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-arrow-down.png") center center no-repeat;
    background-size: contain;
    top: 10px;
    animation: roll 2s infinite ease;
  }
  @keyframes roll {
    0% {
      opacity: 0;
      top: 5px;
    }
    60% {
      opacity: 1;
      top: 15px;
    }
    100% {
      opacity: 0;
      top: 20px;
    }
  }

  section.one {
    padding-top: 55px;
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p5/mobile/title-product.png") center 50px no-repeat;
    background-size: auto 60px;
  }
  section.one .section-main {
    display: block;
  }
  section.one .section-main .col-left, section.one .section-main .col-right {
    height: auto;
    display: flex;
    align-items: center;
  }
  section.one .section-main .col-left {
    width: 100%;
    margin-bottom: 40px;
  }
  section.one .section-main .col-right {
    justify-content: space-between;
  }
  section.one .section-main .col-right .img {
    max-height: 125px;
  }
  section.one .section-main .col-right .icon {
    height: 10px;
  }
  section.one .section-main .section-title {
    text-align: center;
    padding-left: 0;
  }
  section.one .section-main .section-title .title {
    text-align: center;
  }
  section.one .section-main .section-title .title br {
    display: none;
  }
  section.one .section-main .section-title .sub {
    max-width: 216px;
  }

  section.two {
    height: 480px;
    background: #020406;
    padding-top: 60px;
  }
  section.two .section-title {
    margin-bottom: 62px;
  }
  section.two .section-title .title {
    color: white;
  }
  section.two .section-title .sub {
    color: #757D88;
  }
  section.two .section-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.two .section-content .img {
    width: auto;
  }

  section.three {
    height: 400px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p5/bg-3.png") center top no-repeat white;
    padding-top: 65px;
    margin-bottom: 40px;
  }
  section.three .section-title {
    margin-bottom: 42px;
  }
  section.three .section-title .sub {
    color: #757D88;
  }
  section.three .section-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -22px;
    margin-right: -22px;
    overflow-x: scroll;
    padding-left: 22px;
  }
  section.three .section-content::-webkit-scrollbar {
    display: none;
  }
  section.three .section-content .item {
    background-color: #18181C;
    flex-shrink: 0;
    width: 284px;
    height: 238px;
    margin: 0;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 20px;
  }
  section.three .section-content .item:first-child {
    margin-left: 0;
  }
  section.three .section-content .item .img {
    margin-bottom: 20px;
    max-height: 128px;
  }
  section.three .section-content .item .title {
    font-size: 12px;
    color: #757D88;
  }

  section.four {
    height: 375px;
    background: linear-gradient(to bottom, #fff, #F4F6F9);
    padding-top: 40px;
  }
  section.four .section-title {
    margin-bottom: 48px;
  }
  section.four .section-content {
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p5/title-method.png") center 100px no-repeat transparent;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.four .section-content .col-left {
    margin-right: 24px;
  }
  section.four .section-content .col-left .img {
    max-height: 190px;
  }
  section.four .section-content .col-right .item {
    display: flex;
    margin-bottom: 30px;
  }
  section.four .section-content .col-right .item:last-child {
    margin-bottom: 0;
  }
  section.four .section-content .col-right .item .left {
    margin-right: 10px;
    width: 25px;
    height: 25px;
  }
  section.four .section-content .col-right .item .left .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.four .section-content .col-right .item .right .title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  section.four .section-content .col-right .item .right .sub {
    font-size: 8px;
    font-family: "Gilroy";
    color: #B4B7BB;
  }

  section.five {
    height: 442px;
    background: #020406;
    padding-top: 60px;
  }
  section.five .section-title {
    margin-bottom: 30px;
  }
  section.five .section-title .title {
    color: white;
  }
  section.five .section-title .sub {
    color: #757D88;
  }
  section.five .section-content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  section.five .section-content .item {
    position: relative;
    text-align: center;
    margin: 0;
  }
  section.five .section-content .item .img-cover {
    position: absolute;
    width: 52px;
    height: 52px;
  }
  section.five .section-content .item .img {
    margin-bottom: 20px;
    max-height: 180px;
  }
  section.five .section-content .item .title {
    font-size: 11px;
    color: #757D88;
  }
  section.five .section-content .item:first-child .img-cover {
    left: -17px;
    top: 136px;
  }
  section.five .section-content .item:last-child .img-cover {
    right: -18px;
    top: -18px;
  }

  section.six {
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p5/mobile/bg-6.png") center 372px no-repeat #F4F6F9;
    height: 502px;
    padding-top: 52px;
  }
  section.six .section-title {
    margin-bottom: 0;
  }
  section.six .section-content {
    display: block;
  }
  section.six .section-content .col-left {
    margin-right: 0;
    margin-bottom: 72px;
    width: 664px;
    height: auto;
    display: flex;
    align-items: center;
  }
  section.six .section-content .col-left .section-title {
    text-align: left;
  }
  section.six .section-content .col-right {
    flex-grow: 1;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.six .section-content .col-right .item {
    text-align: center;
    margin: 0 18px;
  }
  section.six .section-content .col-right .item:last-child {
    margin-right: 0;
  }
  section.six .section-content .col-right .item .img {
    margin-bottom: 20px;
    max-height: 213px;
  }
  section.six .section-content .col-right .item .title {
    font-size: 12px;
    color: #757D88;
  }

  section.seven {
    height: 442px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p5/mobile/bg-7.png") center center no-repeat;
    background-size: cover;
    padding-top: 56px;
  }
  section.seven .section-title .title {
    color: white;
    margin-bottom: 12px;
  }
  section.seven .section-title .sub {
    color: #757D88;
    max-width: 250px;
    margin: 0 auto;
  }
  section.seven .section-content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  section.seven .section-content .item {
    position: relative;
    text-align: center;
    margin: 0 25px;
  }
  section.seven .section-content .item .img-cover {
    position: absolute;
  }
  section.seven .section-content .item .img {
    margin-bottom: 55px;
  }
  section.seven .section-content .item .title {
    font-size: 16px;
    color: #757D88;
  }
  section.seven .section-content .item:first-child .img-cover {
    left: -32px;
    top: 253px;
  }
  section.seven .section-content .item:last-child .img-cover {
    right: -35px;
    top: -20px;
  }

  section.eight {
    background: white;
    height: auto;
    padding-top: 52px;
  }
  section.eight .section-title {
    margin-bottom: 48px;
  }
  section.eight .section-content {
    display: flex;
    justify-content: space-between;
  }
  section.eight .section-content .item {
    background-color: #F8F9FB;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.eight .section-content .item .img {
    max-width: 200px;
    max-height: 100px;
  }
  section.eight .section-content .col-left {
    width: calc((100% - 8px) / 2);
    height: auto;
    padding-right: 0;
    padding-bottom: 12px;
  }
  section.eight .section-content .col-left .item {
    width: 100%;
    height: 100%;
  }
  section.eight .section-content .col-left .item:first-child {
    height: 196px;
    margin-bottom: 8px;
  }
  section.eight .section-content .col-left .item:last-child {
    height: 94px;
  }
  section.eight .section-content .col-left .item:last-child .img {
    height: 68px;
  }
  section.eight .section-content .col-right {
    width: calc((100% - 8px) / 2);
    height: auto;
    display: block;
  }
  section.eight .section-content .col-right .item {
    width: 100%;
    height: 94px;
    margin-bottom: 8px;
  }
  section.eight .section-content .col-right .item:nth-child(1) .img {
    height: 60px;
  }
  section.eight .section-content .col-right .item:nth-child(2) .img {
    height: 20px;
  }
  section.eight .section-content .col-right .item:nth-child(3) .img {
    height: 70px;
  }

  section.nine {
    height: auto;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p5/mobile/title-scenes.png") center 42px white no-repeat;
    padding-top: 50px;
    margin-bottom: 100px;
  }
  section.nine .section-title {
    margin-bottom: 40px;
  }
  section.nine .section-title .sub {
    color: #757D88;
    max-width: 200px;
  }
  section.nine .section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 22px;
    overflow-x: scroll;
  }
  section.nine .section-content::-webkit-scrollbar {
    display: none;
  }
  section.nine .section-content .item {
    flex-shrink: 0;
    width: 290px;
    height: 190px;
    margin-left: 6px;
  }
  section.nine .section-content .item:first-child {
    margin-left: 0;
  }
  section.nine .section-content .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

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