@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/p2/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;
  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.features .section-content {
  height: 236px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.features .feature-item {
  display: flex;
  align-items: flex-start;
}
section.features .feature-item .left {
  margin-right: 20px;
}
section.features .feature-item .left .num {
  font-family: "Gilroy Light";
  font-size: 46px;
  color: #B4B7BB;
  position: relative;
  top: -3px;
}
section.features .feature-item .right .title {
  font-size: 26px;
  color: #757D88;
  margin-bottom: 12px;
}
section.features .feature-item .right .sub {
  color: #B4B7BB;
  font-size: 16px;
  font-family: "Gilroy Light";
}

section.show {
  padding-left: calc((100% - 1440px) / 2);
}
section.show .modal-layer {
  z-index: 2000;
}
section.show .modal-container {
  width: calc((1425/1920) * 100vw);
  height: calc((800/1080) * 100vh);
  z-index: 2001;
}
section.show .modal-container .button.close {
  color: white;
}
section.show .modal-container .video {
  outline: 0;
  width: 100%;
}
section.show .modal-container .modal-main {
  width: 100%;
}
section.show .section-content {
  position: relative;
  height: 760px;
}
section.show .section-content .section-title {
  position: absolute;
  top: 50%;
  left: 94px;
  transform: translateY(-50%);
  color: white;
  text-align: left;
}
section.show .section-content .section-title .title {
  font-size: 46px;
  line-height: 64px;
  font-family: "Sourcehan Bold";
}
section.show .section-content .section-title .sub {
  font-size: 16px;
  line-height: 24px;
  color: #757D88;
  max-width: 500px;
}
section.show .section-content .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-play.png"), default;
}
section.show .section-content .video.playing {
  cursor: crosshair;
}
section.show .play {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid white;
  color: white;
  border-radius: 999px;
  font-size: 24px;
}

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

section.product .section-content {
  display: flex;
  height: 100%;
}
section.product .section-content .box-left {
  padding-top: 132px;
}
section.product .section-content .box-left .img {
  width: 100%;
}
section.product .section-content .box-right {
  height: 880px;
  flex-shrink: 0;
}
section.product .section-content .section-title {
  text-align: left;
  font-size: 46px;
  color: #1E232A;
  margin-bottom: 70px;
  font-family: "Sourcehan Bold";
}
section.product .section-content .tab-nav .tab-nav-item {
  display: flex;
  align-items: flex-start;
  color: #B4B7BB;
  cursor: pointer;
}
section.product .section-content .tab-nav .tab-nav-item:first-child {
  margin-bottom: 44px;
}
section.product .section-content .tab-nav .tab-nav-item .left {
  font-family: Gilroy;
  font-size: 18px;
  margin-right: 22px;
}
section.product .section-content .tab-nav .tab-nav-item .right .title {
  font-size: 18px;
  max-width: 570px;
}
section.product .section-content .tab-nav .tab-nav-item .right .text {
  margin-bottom: 0;
  line-height: 24px;
  max-width: 570px;
  display: none;
}
section.product .section-content .tab-nav .tab-nav-item.active {
  color: #757D88;
}
section.product .section-content .tab-nav .tab-nav-item.active .left {
  margin-right: 10px;
  font-size: 24px;
}
section.product .section-content .tab-nav .tab-nav-item.active .right .title {
  font-size: 24px;
  margin-bottom: 24px;
}
section.product .section-content .tab-nav .tab-nav-item.active .right .text {
  display: block;
}
section.product .section-content .tab-content {
  height: 100%;
  display: none;
}
section.product .section-content .tab-content.active {
  display: flex;
}
section.product .section-content .tab-content .left {
  display: flex;
  align-items: flex-end;
}
section.product .section-content .tab-content .right {
  padding-top: 270px;
  margin-left: 160px;
}
section.product .section-content .tab-content .right .item {
  margin-bottom: 42px;
}
section.product .section-content .tab-content .right .item .title {
  color: #757D88;
}
section.product .section-content .tab-content .right .item .content {
  color: #1ECCAD;
  display: flex;
  align-items: flex-end;
}
section.product .section-content .tab-content .right .item .content .num {
  font-size: 46px;
}
section.product .section-content .tab-content .right .item .content .unit {
  font-size: 16px;
  position: relative;
  bottom: 5px;
  margin-left: 5px;
}
section.product .section-content .tab-content .right .divider {
  width: 28px;
  height: 1px;
  background-color: #757D88;
  opacity: 0.2;
  margin-bottom: 42px;
}

section.four {
  height: 820px;
  padding-top: 55px;
}
section.four .section-title {
  margin-bottom: 105px;
}
section.four .section-title .img {
  position: relative;
  top: 35px;
  z-index: -1;
}
section.four .section-content {
  display: flex;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
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;
}

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

  section .section-title {
    text-align: center;
  }
  section .section-title .title {
    font-size: 23px;
    margin-bottom: 22px;
  }
  section .section-title .sub {
    font-size: 12px;
    line-height: 17px;
    max-width: 250px;
    margin: 0 auto;
  }

  section.hero {
    height: 476px;
    min-height: 400px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p2/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: 12px;
  }
  section.hero .container .sub {
    font-size: 11px;
    opacity: 0.5;
    margin-bottom: 28px;
  }
  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.features .section-content {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 10px 40px 20px;
    flex-wrap: wrap;
  }
  section.features .feature-item {
    display: flex;
    align-items: flex-start;
    width: 40%;
  }
  section.features .feature-item .left {
    margin-right: 10px;
  }
  section.features .feature-item .left .num {
    font-family: "Gilroy Light";
    font-size: 23px;
    color: #B4B7BB;
    position: relative;
    top: -3px;
  }
  section.features .feature-item .right .title {
    font-size: 13px;
    margin-bottom: 6px;
  }
  section.features .feature-item .right .sub {
    font-size: 8px;
    margin-bottom: 0;
  }

  section.show {
    padding-left: 0;
    height: 400px;
  }
  section.show .modal-layer {
    z-index: 2000;
  }
  section.show .modal-container {
    width: calc((1425/1920) * 100vw);
    height: 240px;
    z-index: 2001;
  }
  section.show .modal-container .button.close {
    color: white;
    right: 10px;
    height: 10px;
  }
  section.show .modal-container .video {
    outline: 0;
    width: 100%;
  }
  section.show .modal-container .modal-main {
    width: 100%;
  }
  section.show .section-content {
    position: relative;
    height: 100%;
  }
  section.show .section-content .section-title {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    color: white;
    text-align: left;
  }
  section.show .section-content .section-title .title {
    font-size: 23px;
    line-height: 14px;
  }
  section.show .section-content .section-title .sub {
    font-size: 12px;
    line-height: 17px;
    max-width: 156px;
    margin-bottom: 24px;
  }
  section.show .section-content .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-play.png"), default;
  }
  section.show .section-content .video.playing {
    cursor: crosshair;
  }
  section.show .play {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid white;
    color: white;
    border-radius: 999px;
    font-size: 24px;
  }

  section.three {
    height: 475px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p2/mobile/bg-4.png") center center no-repeat black;
    padding-top: 80px;
  }
  section.three .section-title .title {
    color: white;
    margin-bottom: 12px;
  }
  section.three .section-title .sub {
    color: white;
    text-align: center;
  }
  section.three .section-title .sub br {
    display: none;
  }

  section.product .section-content {
    display: block;
    height: 100%;
  }
  section.product .section-content .box-left {
    height: 350px;
    padding-top: 0;
  }
  section.product .section-content .box-left .img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 60px;
    position: relative;
    top: 25px;
    z-index: -1;
  }
  section.product .section-content .box-right {
    height: 380px;
    flex-shrink: 0;
  }
  section.product .section-content .section-title {
    text-align: left;
    font-size: 23px;
    margin-bottom: 35px;
  }
  section.product .section-content .tab-nav .tab-nav-item {
    display: flex;
    align-items: flex-start;
    color: #B4B7BB;
    cursor: pointer;
  }
  section.product .section-content .tab-nav .tab-nav-item:first-child {
    margin-bottom: 22px;
  }
  section.product .section-content .tab-nav .tab-nav-item .left {
    font-family: Gilroy;
    font-size: 11px;
    margin-right: 22px;
  }
  section.product .section-content .tab-nav .tab-nav-item .right .title {
    font-size: 15px;
    max-width: 264px;
  }
  section.product .section-content .tab-nav .tab-nav-item .right .text {
    margin-bottom: 0;
    line-height: 17px;
    max-width: 264px;
    font-size: 12px;
    display: none;
  }
  section.product .section-content .tab-nav .tab-nav-item.active {
    color: #757D88;
  }
  section.product .section-content .tab-nav .tab-nav-item.active .left {
    margin-right: 10px;
    font-size: 15px;
  }
  section.product .section-content .tab-nav .tab-nav-item.active .right .title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  section.product .section-content .tab-nav .tab-nav-item.active .right .text {
    display: block;
  }
  section.product .section-content .tab-content {
    height: 100%;
    display: none;
  }
  section.product .section-content .tab-content.active {
    display: flex;
    justify-content: center;
  }
  section.product .section-content .tab-content .left {
    display: block;
    width: 120px;
  }
  section.product .section-content .tab-content .left .img {
    height: 100%;
    width: auto;
  }
  section.product .section-content .tab-content .right {
    padding-top: 60px;
    margin-left: 40px;
  }
  section.product .section-content .tab-content .right .item {
    margin-bottom: 30px;
  }
  section.product .section-content .tab-content .right .item .title {
    color: #757D88;
    font-size: 12px;
    margin-bottom: 10px;
  }
  section.product .section-content .tab-content .right .item .content {
    color: #1ECCAD;
    display: flex;
    align-items: flex-end;
  }
  section.product .section-content .tab-content .right .item .content .num {
    font-size: 28px;
  }
  section.product .section-content .tab-content .right .item .content .unit {
    font-size: 12px;
    position: relative;
    bottom: 3px;
    margin-left: 5px;
  }
  section.product .section-content .tab-content .right .divider {
    width: 14px;
    height: 1px;
    background-color: #757D88;
    opacity: 0.2;
    margin-bottom: 30px;
  }

  section.four {
    height: 486px;
    padding-top: 40px;
  }
  section.four .section-title {
    margin-bottom: 25px;
  }
  section.four .section-title .img {
    position: relative;
    top: 15px;
    height: 44px;
    width: auto;
    z-index: -1;
  }
  section.four .section-title .sub {
    margin-bottom: 1em;
  }
  section.four .section-content {
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    margin: 0;
  }
  section.four .section-content::-webkit-scrollbar {
    display: none;
  }
  section.four .section-content .item {
    flex-shrink: 0;
    width: 290px;
    height: 194px;
    margin: 0 5px;
    position: relative;
  }
  section.four .section-content .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.four .section-content .item .title {
    display: none;
  }
}

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