@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;
}
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/p4/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;
  line-height: 28px;
  margin-bottom: 108px;
}
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 {
  height: 412px;
}
section.one .section-main .section-title {
  position: absolute;
  height: 412px;
  z-index: 2;
  background-color: white;
  left: 0;
  padding-left: calc((100% - 1440px) / 2);
  top: 106px;
  padding-top: 106px;
  text-align: left;
  width: calc(412px + (100% - 1440px) / 2);
}
@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 {
  margin-bottom: 124px;
}
section.two .section-header {
  margin-bottom: 56px;
}
section.two .section-header .title {
  font-size: 46px;
  font-family: "Sourcehan Bold";
  margin-bottom: 22px;
}
section.two .section-header .sub {
  font-size: 18px;
  color: #757D88;
}
section.two .section-main {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.two .feature-item {
  display: flex;
  align-items: flex-start;
}
section.two .feature-item .left {
  margin-right: 20px;
}
section.two .feature-item .left .img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
section.two .feature-item .right .title {
  font-size: 28px;
  color: #1E232A;
  margin-bottom: 12px;
}
section.two .feature-item .right .sub {
  color: #B4B7BB;
  font-size: 16px;
  font-family: "Gilroy Light";
}

section.three {
  height: 800px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p4/bg-3.jpg") center center no-repeat black;
  padding-top: 120px;
}
section.three .section-title .title {
  color: white;
}
section.three .section-title .sub {
  color: #757D88;
}

section.four {
  height: 1076px;
  padding-top: 136px;
  background-color: #F5F6F9;
}
section.four .section-title {
  margin-bottom: 105px;
}
section.four .section-title .img {
  position: relative;
  top: 35px;
  z-index: -1;
}
section.four .section-content {
  display: block;
  position: relative;
}
section.four .section-content .img-title {
  position: absolute;
  left: 50%;
  top: 450px;
  transform: translateX(-50%);
}
section.four .section-content .swiper-container {
  padding-left: calc((100% - 400px) / 2);
  padding-right: calc((100% - 400px) / 2);
  overflow: visible;
}
section.four .section-content .swiper-container .swiper-slide {
  width: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 640px;
  opacity: 0.5;
}
section.four .section-content .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}
section.four .section-content .swiper-container .four-swiper-button-prev {
  outline: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  right: unset;
  top: 0;
  cursor: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-arrow-left-circle.png"), default;
  pointer-events: all;
}
section.four .section-content .swiper-container .four-swiper-button-prev::after {
  content: "";
}
section.four .section-content .swiper-container .four-swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
  opacity: 0.5;
}
section.four .section-content .swiper-container .four-swiper-button-next {
  outline: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  left: unset;
  right: 0;
  top: 0;
  cursor: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-arrow-right-circle.png"), default;
}
section.four .section-content .swiper-container .four-swiper-button-next::after {
  content: "";
}
section.four .section-content .swiper-container .four-swiper-button-next.swiper-button-disabled {
  pointer-events: all;
  opacity: 0.5;
}
section.four .section-content .item {
  width: calc((100% - 30px) / 3);
  margin: 0 5px;
  position: relative;
}
section.four .section-content .item .img {
  width: 100%;
}
section.four .section-content .item .title {
  position: absolute;
  left: 22px;
  top: 32px;
  font-size: 16px;
  color: white;
}

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

@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: 22px;
  }
  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/p4/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: 1;
    margin-bottom: 16px;
  }
  section.hero .container .sub {
    margin-bottom: 1em;
    font-size: 11px;
    line-height: 15px;
    color: white;
    opacity: 1;
    max-width: 220px;
  }
  section.hero .container .cta {
    margin-top: 44px;
    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: 20px;
    height: 20px;
    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 {
    overflow: hidden;
    position: relative;
    margin-bottom: 56px;
    padding-top: 0;
  }
  section.one .section-main {
    padding-top: 55px;
    height: 350px;
    margin-left: -22px;
    margin-right: -22px;
  }
  section.one .section-main .section-title {
    position: relative;
    height: auto;
    z-index: 2;
    background-color: white;
    left: 0;
    top: 0;
    padding: 0 22px;
    text-align: left;
    width: 100%;
    margin-bottom: 32px;
  }
  section.one .section-main .section-title .title {
    margin-bottom: 12px;
  }
  section.one .section-main .one-swiper-pagination {
    position: absolute;
    display: inline-flex;
    justify-content: flex-start;
    z-index: 10;
    top: 290px;
  }
  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 {
    width: 100%;
    padding: 0 22px;
  }
  section.one .section-main .swiper-container .swiper-slide {
    width: 290px;
    height: 190px;
  }
  section.one .section-main .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  section.two {
    margin-bottom: 26px;
  }
  section.two .section-header {
    margin-bottom: 25px;
  }
  section.two .section-header .title {
    font-size: 23px;
    font-family: "Sourcehan Bold";
    margin-bottom: 12px;
  }
  section.two .section-header .sub {
    font-size: 12px;
    color: #757D88;
  }
  section.two .section-main {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  section.two .feature-item {
    display: flex;
    align-items: flex-start;
    width: calc((100% - 18px) / 2);
    margin-bottom: 20px;
    flex-shrink: 0;
  }
  section.two .feature-item .left {
    margin-right: 6px;
  }
  section.two .feature-item .left .img {
    width: 40px;
    height: 40px;
    object-fit: cover;
  }
  section.two .feature-item .right .title {
    font-size: 15px;
    color: #1E232A;
    margin-bottom: 8px;
  }
  section.two .feature-item .right .sub {
    color: #B4B7BB;
    font-size: 11px;
    font-family: "Gilroy Light";
  }

  section.three {
    height: 420px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p4/mobile/bg-3.png") center center no-repeat black;
    padding-top: 56px;
  }
  section.three .section-title .title {
    color: white;
    margin-bottom: 12px;
  }
  section.three .section-title .sub {
    color: #757D88;
    max-width: 252px;
  }

  section.four {
    height: 522px;
    padding-top: 60px;
    background-color: #F5F6F9;
  }
  section.four .section-title {
    margin-bottom: 30px;
  }
  section.four .section-title .img {
    position: relative;
    top: 35px;
    z-index: -1;
  }
  section.four .section-title .sub {
    max-width: 180px;
  }
  section.four .section-content {
    display: block;
    position: relative;
  }
  section.four .section-content .img-title {
    position: absolute;
    left: 50%;
    top: 450px;
    transform: translateX(-50%);
  }
  section.four .section-content .swiper-container {
    width: 180px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
  section.four .section-content .swiper-container .swiper-slide {
    width: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 316px;
    opacity: 0.5;
  }
  section.four .section-content .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  section.four .section-content .swiper-container .swiper-slide .img {
    width: 117px;
    height: auto;
  }
  section.four .section-content .swiper-container .four-swiper-button-prev {
    outline: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    cursor: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-arrow-left-circle.png"), default;
    pointer-events: all;
  }
  section.four .section-content .swiper-container .four-swiper-button-prev::after {
    content: "";
  }
  section.four .section-content .swiper-container .four-swiper-button-prev.swiper-button-disabled {
    pointer-events: all;
    opacity: 0.5;
  }
  section.four .section-content .swiper-container .four-swiper-button-next {
    outline: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    left: unset;
    right: 0;
    top: 0;
    cursor: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-arrow-right-circle.png"), default;
  }
  section.four .section-content .swiper-container .four-swiper-button-next::after {
    content: "";
  }
  section.four .section-content .swiper-container .four-swiper-button-next.swiper-button-disabled {
    pointer-events: all;
    opacity: 0.5;
  }
  section.four .section-content .item {
    width: calc((100% - 30px) / 3);
    margin: 0 5px;
    position: relative;
  }
  section.four .section-content .item .title {
    position: absolute;
    left: 22px;
    top: 32px;
    font-size: 16px;
    color: white;
  }
}

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