body,
h1,
h2,
h3,
p,
dl,
dd,
ol,
ul,
th,
td,
form,
fieldset,
input,
button,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

fieldset,
img {
  border: 0;
}

cite,
em,
s,
i,
b {
  font-style: normal;
}

input,
button,
textarea,
select {
  font-size: 100%;
}

body,
input,
button,
textarea,
select,
option {
  font-size: normal;
}

a,
input,
textarea {
  text-decoration: none;
  outline: 0;
}

li,
img,
label,
input {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

var {
  font-style: normal;
}

ins {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@-webkit-keyframes moreBtn {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
  }
}

@keyframes moreBtn {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 1000px;
}

.knt-container {
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-family: "Helvetica Neue", "Microsoft YaHei", "Arial";
}

.knt-container .download-btn {
  display: block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  padding-left: 30px;
  text-align: center;
  position: relative;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  background: #734991;
  background: linear-gradient(135deg, #734991 0, #21959b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#734991", endColorstr="#21959b", GradientType=1);
}

.knt-container .download-btn:after {
  content: "";
  display: block;
  width: 94px;
  height: 94px;
  background: url(../img/app_icon.png) no-repeat;
  position: absolute;
  top: -17px;
  left: -10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.knt-container .download-btn:hover {
  color: #c1dbf1;
}

.knt-container .download-btn:hover:after {
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
}

.knt-container .top-nav {
  width: 100%;
  min-width: 1300px;
  background: transparent;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

.knt-container .top-nav .nav-wrap {
  margin: 0 auto;
  width: 1300px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-container .top-nav .nav-wrap .logo {
  width: 290px;
  height: 32px;
  margin-left: 20px;
  position: relative;
}

.knt-container .top-nav .nav-wrap .logo img {
  position: absolute;
  top: 0;
  left: 0;
}

.knt-container .top-nav .nav-wrap .logo .logo-black {
  opacity: 0;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.knt-container .top-nav .nav-wrap ul li {
  display: inline-block;
  margin: 0 30px;
}

.knt-container .top-nav .nav-wrap ul li a {
  display: inline-block;
  line-height: 110px;
  color: #fff;
  font-size: 15px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.knt-container .top-nav .nav-wrap ul li a:hover {
  color: #1992da;
}

.knt-container .top-nav .nav-wrap ul li .a-active {
  font-size: 18px;
  font-weight: bold;
  color: #1992da;
}

.knt-container .top-nav-active {
  background: #fff;
}

.knt-container .top-nav-active .nav-wrap .logo .logo-black {
  opacity: 1;
}

.knt-container .top-nav-active .nav-wrap ul li a {
  color: #333333;
}

.knt-container .grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.knt-container .grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.knt-home {
  width: 100%;
  overflow: hidden;
}

.knt-home .kv {
  /* padding-top: 62%; */
  max-height: 990px;
  padding-top: 100px;
  background: url(../img/new/kv.jpg) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-home .kv .left {
  width: 50%;
  margin: 40px auto 90px;
  text-align: right;
}

.knt-home .kv .left img {
  width: 85%;
  max-width: 728px;
  margin-right: 5%;
}

.knt-home .kv .right {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.knt-home .kv .right .text-wrap {
  width: 470px;
  margin-left: 80px;
  margin-top: -250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.knt-home .kv .right .text-wrap img {
  width: 464px;
}

.knt-home .kv .right .text-wrap div {
  width: 50px;
  height: 3px;
  margin: 30px 0;
  background: #fff;
}

.knt-home .kv .right .text-wrap h3 {
  font-size: 1.4rem;
  color: #ffffff;
}

.knt-home .kv .right .text-wrap p {
  color: #ffffff;
  text-align: left;
  margin-top: 10px;
}

.knt-home .kv .right .popimg-wrap {
  width: 100%;
  max-width: 1000px;
  margin-top: 60px;
  position: relative;
}

.knt-home .kv .right .popimg-wrap img {
  position: absolute;
}

.knt-home .kv .right .popimg-wrap img:nth-child(1) {
  width: 192px;
  left: 0;
  top: 50px;
}

.knt-home .kv .right .popimg-wrap img:nth-child(2) {
  width: 310px;
  left: 24%;
  top: 0;
}

.knt-home .kv .right .popimg-wrap img:nth-child(3) {
  width: 192px;
  left: 50%;
  top: 95px;
}

.knt-home .kv .right .popimg-wrap img:nth-child(4) {
  width: 189px;
  right: 5%;
  top: 42px;
}

.knt-home .kv2 {
  /* padding-top: 62%; */
  height: 789px;
  background: #f4f4f4;
}

.knt-home .kv2 .txt {
  letter-spacing: 2px !important;
}

.knt-home .kv2 .point-text {
  font-size: 0.6rem;
  color: #666;
  margin-top: 40px;
}

.lfbox {
  float: left;
  margin-top: 65px;
  margin-left: 105px;
}

.rtbox {
  float: left;
  text-align: left;
  margin-top: 155px;
  margin-left: 145px;
}

.rtbox-row {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rtbox-row p {
  font-size: 2.8em;
}

.t-icon {
  width: 70px;
}

.rtbox-row p img {
  width: 100%;
}

.knt-home .section {
  position: relative;
}

.knt-home .con-wrapper {
  width: 1250px;
  position: relative;
  margin: 0 auto;
}

.knt-home .section-1 {
  text-align: center;
}

.knt-home .section-1 h1 {
  margin-top: 50px;
  font-size: 20px;
  font-weight: normal;
}

.knt-home .section-2 {
  color: #fff;
  height: 788px;
  background: url(../img/new/3.jpg) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.knt-home .section-9 {
  color: #fff;
  height: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.knt-home .section-2 .t1 {
  font-size: 48px;
  color: #fff;
  letter-spacing: 7px;
  text-align: center;
}

.knt-home .section-2 .btn-play {
  width: 244px;
  height: 50px;
  background: url(../img/home-btn-play-normal.png) no-repeat center top;
  margin: 0 auto;
  display: block;
  margin-top: 4%;
  cursor: pointer;
}

.knt-home .section-2 .btn-play:hover {
  background: url(../img/home-btn-play-hover.png) no-repeat center top;
}

.knt-home .section-2 .video-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
}

.knt-home .section-2 .video-wrap video {
  width: 100%;
  height: 100%;
  background: #000;
  outline: none;
}

@media (max-width: 1390px) {
  .knt-home .section-2 .video-wrap video {
    width: auto;
    height: 100%;
  }
}

.knt-home .section-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-top: 10px;
}

.img-block-lf {
  margin: 0px 5px 10px 0px;
  overflow: hidden;
  position: relative;
}

.img-block-rg {
  margin: 0px 0px 10px 5px;
  overflow: hidden;
  position: relative;
}

.knt-home .section-6 .lf {
  width: 50%;
}

.knt-home .section-6 .lf img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.knt-home .section-6 .lf:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.knt-home .section-6 .rg {
  width: 50%;
}

.knt-home .section-6 .rg img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.knt-home .section-6 .rg:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.image-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.image-card {
  width: 86%;
}

.image-title-wrapper {
  color: #fff;
  text-align: center;
}

.image-title-b {
  font-size: 3.2em;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.image-title-s {
  font-size: 1.1em;
}

.image-button-wrapper {
  margin-top: 50px;
}

.image-button {
  text-align: center;
}

.image-button a {
  display: inline-block;
  padding: 0.9em 4.5em;
  border: 1px solid white;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1.1em;
  text-transform: uppercase;
  font-size: inherit !important;
  color: #fff;
  border-radius: 0em;
  position: relative;
}

.image-button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #fff;
}

.image-button a:hover::before {
  opacity: 0.4;
}

.svgbox {
  float: left;
}

.knt-home .section-2 .col-1 {
  width: 726px;
  height: 728px;
  float: left;
  background: url(../img/section_1_pic_1.png) no-repeat;
}

.knt-home .section-2 .col-2 {
  width: 468px;
  padding-top: 140px;
  float: right;
}

.knt-home .section-2 .col-2 h2 {
  margin: 20px 0 34px;
  padding-bottom: 35px;
  position: relative;
}

.knt-home .section-2 .col-2 h2:after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.knt-home .section-2 .col-2 h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.knt-home .section-2 .col-2 .des {
  font-size: 16px;
}

.knt-home .section-2 .col-2 .more-btn {
  display: block;
  width: 190px;
  height: 45px;
  line-height: 45px;
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.knt-home .section-2 .col-2 .more-btn:hover:before {
  opacity: 1;
  animation: moreBtn 0.5s linear infinite alternate;
  -webkit-animation: moreBtn 0.5s linear infinite alternate;
  -moz-animation: moreBtn 0.5s linear infinite alternate;
  -ms-animation: moreBtn 0.5s linear infinite alternate;
}

.knt-home .section-2 .col-2 .more-btn span {
  display: inline-block;
  line-height: 42px;
  position: relative;
  z-index: 3;
}

.knt-home .section-2 .col-2 .more-btn:after {
  content: "";
  display: block;
  width: 188px;
  height: 43px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 2;
  background: #161214;
}

.txt {
  margin-top: 25px;
}

.appbox {
  width: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.androidbox,
.iosbox {
  width: 151px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.androidbox .icon_box,
.iosbox .icon_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.androidbox .icon,
.iosbox .icon {
  height: 48px;
  margin: 0px 15px 20px;
}

.androidbox .qrcode,
.iosbox .qrcode {
  width: 150px;
}

.androidurl,
.iosurl {
  display: block;
  width: 110px;
  height: 38px;
  line-height: 34px;
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
  color: #000;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  -o-border-image: linear-gradient(45deg, #b31774, #b31774, #2286ad, #269799);
  border-image: linear-gradient(45deg, #b31774, #b31774, #2286ad, #269799);
  border-image-slice: 2;
}

.androidurl:hover,
.iosurl:hover {
  line-height: 38px;
  border: 0px solid #fff;
  color: #fff;
  background: linear-gradient(45deg, #b4498a 0, #3d7dae);
}

.knt-home .section-2 .col-2 .more-btn:before {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
  background: #734991;
  background: linear-gradient(135deg, #734991 0, #4e539e 12%, #21959b 41%, #a5549a 82%, #21959b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#734991", endColorstr="#21959b", GradientType=1);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
}

.knt-home .section-3 {
  height: 800px;
}

.knt-home .section-3 .hd {
  padding-top: 10px;
  margin-bottom: 70px;
  text-align: center;
  font-size: 16px;
}

.knt-home .section-3 h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.3;
}

.knt-home .section-3 .swiper-container {
  height: 600px;
}

.knt-home .section-3 .swiper-pagination {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.knt-home .section-3 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #555;
  opacity: 0.3;
  margin: 0 6px;
}

.knt-home .section-3 .swiper-pagination-bullet-active {
  opacity: 1;
}

.knt-home .section-3 .swiper-slide {
  width: 834px;
}

.knt-home .section-3 .bd {
  position: relative;
}

.knt-home .section-3 .app-ui-panel {
  pointer-events: none;
  width: 267px;
  height: 469px;
  background: url(../img/section_2_phone_bg.png) no-repeat;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -133.5px;
  z-index: 3;
}

.knt-home .section-3 .app-ui-panel li {
  position: absolute;
  top: 45px;
  left: 37px;
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}

.knt-home .section-3 .app-ui-panel li.on {
  opacity: 1;
}

.knt-home .section-3 .desc-panel {
  position: absolute;
  top: 520px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.knt-home .section-3 .desc-panel li {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}

.knt-home .section-3 .desc-panel li.on {
  opacity: 1;
}

.knt-home .section-3 .desc-panel p {
  font-size: 12px;
  opacity: 0.8;
}

.knt-home .section-3 .desc-panel p strong {
  font-size: 14px;
  opacity: 1;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.knt-home .section-4 {
  width: 1750px;
  height: 603px;
  margin: 0 auto;
  position: relative;
}

.knt-home .section-5 .con-wrapper1 {
  width: 1250px;
  position: relative;
  -webkit-transform: scale(0.78);
  transform: scale(0.78);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.knt-home .section-5 .usage-panel {
  height: 500px;
  background: #93508c;
  background: linear-gradient(30deg, #93508c 0, #21959b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#93508c", endColorstr="#21959b", GradientType=1);
}

.knt-home .section-5 .info-panel {
  width: 480px;
  height: 480px;
  position: absolute;
  top: -30px;
  left: 30px;
  z-index: 2;
  background: #fff;
  padding-top: 117px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.knt-home .section-5 .info-panel .item {
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 16px;
  color: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}

.knt-home .section-5 .info-panel .item.on {
  opacity: 1;
  visibility: visible;
}

.knt-home .section-5 .info-panel h6 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: normal;
}

.knt-home .section-5 .info-panel p {
  line-height: 1.8;
}

.knt-home .section-5 .change-btn {
  display: block;
  width: 66px;
  height: 66px;
  float: left;
  background: #fff url(../img/next_btn.png) no-repeat center center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.knt-home .section-5 .change-btn:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.knt-home .section-5 .prev-btn {
  background-image: url(../img/prev_btn.png);
}

.knt-home .section-5 .btn-panel {
  position: absolute;
  bottom: 35px;
  left: 110px;
}

.knt-home .section-5 .time {
  display: block;
  float: left;
  height: 18px;
  margin: 24px 30px 0;
  overflow: hidden;
}

.knt-home .section-5 .time p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.knt-home .section-5 .time b {
  display: block;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  vertical-align: top;
  font-weight: normal;
  font-family: Arial;
  opacity: 0.7;
}

.knt-home .section-5 .weather-icon {
  width: 52px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -21px;
}

.knt-home .section-5 .weather-icon span {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: -42px;
  left: 5px;
}

.knt-home .section-5 .weather-icon span.night {
  background: url(../img/weather.png) no-repeat 0 bottom;
}

.knt-home .section-5 .weather-icon .day:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/weather.png) no-repeat;
  animation: rotate 10s infinite linear;
  -webkit-animation: rotate 10s infinite linear;
  -moz-animation: rotate 10s infinite linear;
  -ms-animation: rotate 10s infinite linear;
}

.knt-home .section-5 .weather-icon b {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.knt-home .section-5 .anim-panel {
  margin-left: 520px;
  height: 100%;
  position: relative;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.knt-home .section-5 .anim-panel .wline {
  width: 100%;
  height: 100%;
}

.knt-home .section-5 .anim-panel #p2-r,
.knt-home .section-5 .anim-panel #p4-r {
  display: none;
}

.knt-home .section-5 .anim-panel .btn-panel {
  margin-top: 30px;
  padding-bottom: 30px;
}

.knt-home .section-5 .anim-panel .btn-panel .download-btn {
  margin: 0 auto;
}

.knt-home .section-5 .anim-panel .item {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
}

.knt-home .section-5 .anim-panel .item:nth-child(1) {
  top: -27px;
}

.knt-home .section-5 .anim-panel .item:nth-child(2) {
  top: -10px;
}

.knt-home .section-5 .anim-panel .item:nth-child(4) {
  top: -11px;
}

.knt-home .section-5 .anim-panel .item>div {
  width: 100%;
  height: 100%;
  position: absolute;
}

.knt-home .section-5 .anim-panel .item .sun {
  width: 40px;
  height: 40px;
  top: 166px;
  left: 388px;
}

.knt-home .section-5 .anim-panel .item .light {
  width: 80px;
  height: 50px;
  top: 108px;
  left: 125px;
}

.knt-home .section-5 .anim-panel .item #p3-r-light {
  top: 90px;
  left: 370px;
}

.knt-home .section-5 .anim-panel .item #p3-r-sun {
  top: 141px;
  left: 247px;
}

.knt-home .session-6 {
  position: absolute;
  right: 2%;
  top: 11%;
  z-index: 3;
}

.knt-home .session-6 .hd {
  text-align: center;
  margin-bottom: 16px;
}

.knt-home .session-6 .hd .en-txt {
  color: #12a7ed;
}

.knt-home .session-6 .hd h2 {
  font-size: 40px;
}

.knt-home .session-6 .prod-cat-panel {
  width: 695px;
  margin: 30px auto 0;
}

.knt-home .session-6 .prod-cat-panel .col {
  float: left;
}

.knt-home .session-6 .prod-cat-panel .col-1 {
  width: 448px;
  border-right: 1px solid #bbb;
}

.knt-home .session-6 .prod-cat-panel .col-2 {
  margin-left: 40px;
  width: 200px;
}

.knt-home .session-6 .prod-cat-panel .btn-panel {
  margin-top: 30px;
  padding-bottom: 30px;
}

.knt-home .session-6 .prod-cat-panel .btn-panel .download-btn {
  margin: 0 auto;
}

.knt-home .session-6 .cat-list-item {
  margin-bottom: 10px;
  overflow: hidden;
}

.knt-home .session-6 .cat-list-item h4 {
  font-size: 17px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.knt-home .session-6 .cat-list-item li {
  float: left;
  width: 210px;
  margin: 0 0 0 10px;
}

.knt-home .session-6 .cat-list-item li a {
  display: block;
  height: 65px;
  color: #0070c9;
}

.knt-home .session-6 .cat-list-item li a:hover b {
  text-decoration: underline;
}

.knt-home .session-6 .cat-list-item li span {
  display: block;
  width: 65px;
  height: 65px;
  float: left;
}

.knt-home .session-6 .cat-list-item li b {
  font-size: 14px;
  position: relative;
  float: left;
  margin: 20px 0 0 25px;
  font-weight: normal;
}

.knt-home .session-6 .cat-list-item li b:after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background: url(../img/txtlink_icon.png) no-repeat;
  position: absolute;
  right: -12px;
  top: 6px;
}

.knt-home .session-6 .cat-list-item li.item-1 span {
  background: url(../img/pro_icon_1.png) no-repeat;
}

.knt-home .session-6 .cat-list-item li.item-2 span {
  background: url(../img/pro_icon_4.png) no-repeat;
}

.knt-home .session-6 .cat-list-item li.item-3 span {
  background: url(../img/pro_icon_7.png) no-repeat;
}

.knt-home .session-6 .cat-list-item li.item-4 span {
  background: url(../img/pro_icon_2.png) no-repeat;
}

.knt-home .session-6 .cat-list-item li.item-5 span {
  background: url(../img/pro_icon_5.png) no-repeat;
}

.knt-home .session-6 .cat-list-item li.item-6 span {
  background: url(../img/pro_icon_3.png) no-repeat;
}

.knt-home .session-6 .cat-list-item li.item-7 span {
  background: url(../img/pro_icon_6.png) no-repeat;
}

.knt-home .session-6 .cat-list-item li.item-8 span {
  background: url(../img/pro_icon_8.png) no-repeat;
}

.knt-home .session-6 .cat-list-item li.item-9 span {
  background: url(../img/pro_icon_9.png) no-repeat;
}

.knt-home .session-6 .cat-list-item li.item-10 span {
  background: url(../img/pro_icon_10.png) no-repeat;
}

.knt-home .session-6 .cat-list-item li.item-11 span {
  background: url(../img/pro_icon_11.png) no-repeat;
}

.knt-home .session-6 .cat-list-item li.item-12 span {
  background: url(../img/pro_icon_12.jpg) no-repeat;
}

@media (max-width: 1750px) {
  .knt-home .section-4 {
    width: 1250px;
    height: auto;
    margin: 0 auto;
    position: relative;
  }

  .knt-home .section-5 {
    width: 100%;
    margin: 100px 0;
  }

  .knt-home .section-5 .con-wrapper1 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .knt-home .session-6 {
    position: relative;
    right: auto;
    top: auto;
  }

  .knt-home .session-6 .prod-cat-panel {
    width: 1250px;
    margin: 50px auto 150px;
  }

  .knt-home .session-6 .prod-cat-panel .col-1 {
    width: 720px;
  }

  .knt-home .session-6 .prod-cat-panel .col-2 {
    width: 440px;
    margin-left: 80px;
  }

  .knt-home .session-6 .prod-cat-panel .col-2 .cat-list-item {
    margin-bottom: 26px;
  }
}

.knt-app .kv {
  position: relative;
  height: 797px;
  background: url(../img/app/kv_1920.jpg) no-repeat center top;
  min-width: 1000px;
}

.knt-app .kv .download-btn {
  position: absolute;
  top: 508px;
  left: 50%;
  margin-left: -657px;
}

.knt-app .con-wrapper {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.knt-app .section-2 {
  height: 796px;
  overflow: hidden;
}

.knt-app .section-2 .scroll-btn {
  display: block;
  width: 34px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.knt-app .section-2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #555;
  opacity: 0.3;
  margin: 0 6px;
}

.knt-app .section-2 .swiper-pagination-bullet-active {
  opacity: 1;
}

.knt-app .section-2 .prev-btn {
  background: url(../img/app/prev_btn.png) no-repeat;
  left: -100px;
}

.knt-app .section-2 .prev-btn:hover {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
}

.knt-app .section-2 .next-btn {
  background: url(../img/app/next_btn.png) no-repeat;
  right: -100px;
}

.knt-app .section-2 .next-btn:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
}

.knt-app .section-2 .swiper-slide {
  background: #fff;
}

.knt-app .section-2 .col-1 {
  float: left;
  width: 433px;
  height: 703px;
  background: url(../img/app/section_2_phone_bg.jpg) no-repeat;
  padding: 95px 0 0 31px;
  margin-top: 93px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.knt-app .section-2 .col-2 {
  width: 525px;
  float: right;
  padding-top: 240px;
}

.knt-app .section-2 .en-txt {
  width: 291px;
  height: 59px;
  background: url(../img/app/section_2_txt_en.jpg) no-repeat;
  margin-bottom: 18px;
}

.knt-app .section-2 .ttl {
  height: 57px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
}

.knt-app .section-2 .ttl:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}

.knt-app .section-2 ul {
  margin-left: 20px;
}

.knt-app .section-2 li {
  font-size: 20px;
  color: #333;
  list-style: square;
}

.knt-app .section-3 {
  padding: 50px 0;
  background: #f8f8f8;
}

.knt-app .section-3 .swiper-container {
  height: 800px;
}

.knt-app .section-3 .hd {
  text-align: center;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 25px;
}

.knt-app .section-3 .hd:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.knt-app .section-3 .bd {
  text-align: center;
  color: #555;
}

.knt-app .section-3 .pic {
  height: 649px;
  margin-top: 20px;
}

.knt-app .section-3 h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.knt-app .section-3 .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background: #d7d7d7;
  opacity: 1;
  margin: 0 10px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
}

.knt-app .section-3 .swiper-pagination-bullet-active {
  background: #03baf2;
}

@media only screen and (max-width: 1500px) {
  .knt-app .kv {
    height: 622px;
    background: url(../img/app/kv_1500.jpg) no-repeat center top;
  }

  .knt-app .kv .download-btn {
    top: 410px;
    margin-left: -512px;
  }
}

.knt-faq {
  font-size: 15px;
}

.knt-faq .kv {
  padding-top: 31.2%;
  background: url(../img/faq/kv.jpg) no-repeat center top;
  background-size: cover;
}

.knt-faq .con-wrapper {
  width: 1055px;
  margin: 0 auto;
  position: relative;
}

.knt-faq .main-col {
  width: 817px;
  float: right;
}

.knt-faq .section-2 {
  padding: 60px 0;
  color: #333;
}

.knt-faq .section-2 h2 {
  font-size: 34px;
  margin-bottom: 25px;
}

.knt-faq .section-2 h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.knt-faq .section-2 .txt-1 {
  font-size: 19px;
  margin-bottom: 65px;
}

.knt-faq .section-2 .txt-2 {
  padding-left: 120px;
  position: relative;
  margin-bottom: 70px;
}

.knt-faq .section-2 .txt-2:after {
  content: "";
  display: block;
  width: 94px;
  height: 94px;
  background: url(../img/app_icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -6px;
}

.knt-faq .section-3 {
  padding: 60px 0;
  background: #fafafa;
  color: #777;
}

.knt-faq .section-3 .main-col ul {
  margin-left: 15px;
}

.knt-faq .section-3 .main-col ul li {
  list-style: disc;
}

.knt-faq .section-3 .main-col ol {
  margin-left: 16px;
}

.knt-faq .section-3 .main-col ol li {
  list-style: decimal;
}

.knt-faq .section-3 .article {
  margin-bottom: 60px;
}

.knt-faq .section-3 .article>h4:first-child {
  margin-top: 0;
}

.knt-faq .section-3 h3 {
  font-size: 28px;
  color: #3db4ff;
  font-weight: normal;
  margin-bottom: 18px;
}

.knt-faq .section-3 h4 {
  color: #333;
  margin-bottom: 20px;
  margin-top: 30px;
}

.knt-faq .section-3 .btn-download {
  padding: 30px 90px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-faq .section-3 .btn-download img {
  width: 82px;
}

.knt-faq .section-3 .btn-download a {
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 100px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#b65892), to(#4488c0));
  background: linear-gradient(90deg, #b65892, #4488c0);
  color: #fff;
}

.knt-faq .aside-nav {
  float: left;
}

.knt-faq .aside-nav ul.isfixed {
  position: fixed;
  top: 80px;
  transform: translate3d(0 0 0, 0, 0);
  -webkit-transform: translate3d(0 0 0, 0, 0);
  -moz-transform: translate3d(0 0 0, 0, 0);
  -ms-transform: translate3d(0 0 0, 0, 0);
}

.knt-faq .aside-nav li {
  height: 30px;
  line-height: 30px;
  color: #777;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 22px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.knt-faq .aside-nav li.on {
  border-left: 2px solid #6fc3ff;
  color: #6fc3ff;
}

.knt-faq .aside-nav li:hover {
  color: #6fc3ff;
}

.content_wrapper {
  min-width: 1300px;
}

.common-popup-wrap {
  width: 100vw;
  min-width: 1300px;
  height: 100vh;
  min-height: 400px;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.common-popup-wrap .common-popup {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.common-popup-wrap .common-popup h2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  margin: 5vh 0;
}

.common-popup-wrap .common-popup .popup-close {
  width: 44px;
  margin: 5vh 0;
  cursor: pointer;
}

.common-popup-wrap .common-popup ul {
  width: 92%;
  max-width: 1300;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: scroll;
}

.common-popup-wrap .common-popup ul li {
  width: 28%;
  margin: 0 2.66% 40px;
}

.common-popup-wrap .common-popup ul li .img-wrap {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}

.common-popup-wrap .common-popup ul li .img-wrap .img {
  width: 100%;
}

.common-popup-wrap .common-popup ul li .img-wrap .play-wrap {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.common-popup-wrap .common-popup ul li .img-wrap .play-wrap img {
  position: absolute;
  top: 0;
  left: 0;
}

.common-popup-wrap .common-popup ul li .img-wrap .play-wrap img[src*=checked] {
  opacity: 0;
}

.common-popup-wrap .common-popup ul li .img-wrap:hover .play-wrap img[src*=checked] {
  opacity: 1;
}

.common-popup-wrap .common-popup ul li p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin: 30px 0;
}

.common-popup-wrap .common-popup ul::-webkit-scrollbar {
  display: none;
}

.order-popup-wrap {
  width: 100vw;
  min-width: 1300px;
  height: 100vh;
  min-height: 400px;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.order-popup-wrap .content-wrap {
  width: 70%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: scroll;
}

.order-popup-wrap .content-wrap img {
  width: 100%;
  margin: 100px 0;
}

.order-popup-wrap .content-wrap::-webkit-scrollbar {
  display: none;
}

.order-popup-wrap .order-popup-close {
  width: 44px;
  position: absolute;
  top: 80px;
  right: 80px;
  cursor: pointer;
}

.knt-install {
  min-width: 1300px;
}

.knt-install img {
  max-width: 100%;
}

.knt-install h2 {
  color: #000;
  font-size: 42px;
  text-align: center;
  margin: 40px 0;
}

.knt-install .con-wrapper {
  max-width: 1375px;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}

.knt-install .con-wrapper .common-btn {
  display: inline-block;
  padding: 0;
  width: auto;
  padding: 10px 42px;
  font-size: 20px;
  color: #000;
  border: 2px solid #fff;
  -o-border-image: linear-gradient(45deg, #b31774, #b31774, #2286ad, #269799);
  border-image: linear-gradient(45deg, #b31774, #b31774, #2286ad, #269799);
  border-image-slice: 2;
  cursor: pointer;
}

.knt-install .con-wrapper .common-btn:hover {
  border: 0px solid #fff;
  padding: 12px 44px;
  color: #fff;
  background: linear-gradient(45deg, #b4498a 0, #3d7dae);
}

.knt-install .section-1 {
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

@media (min-width: 1920px) {
  .knt-install .section-1 {
    min-height: 32vw;
  }
}

.knt-install .section-1 .con-wrapper {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.knt-install .section-1 .kv {
  width: 100%;
  padding-top: 31.2%;
  background: url(../img/install/banner.jpg) no-repeat center top;
  background-size: cover;
}

.knt-install .section-2 {
  background-color: #f5f5f7;
}

.knt-install .section-2 img {
  width: 90%;
  display: block;
  margin: 50px auto;
}

.knt-install .section-3 ul {
  width: 86%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.knt-install .section-3 ul li {
  width: 28.8%;
  height: 578px;
  margin: 2%;
  position: relative;
  background: linear-gradient(210deg, #80aeca, #7dc1c2, #d174ac, #9d89b6);
  border-radius: 20px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knt-install .section-3 ul li div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 18px;
  padding: 50px 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.knt-install .section-3 ul li div p {
  font-size: 23px;
}

.knt-install .section-3 ul li div img {
  max-width: 100%;
}

.knt-install .section-3 ul li div .mb-70 {
  margin-bottom: 70px;
}

.knt-install .section-3 .s3-02-img {
  width: 90%;
  display: block;
  margin: 100px auto;
}

.knt-install .section-4 {
  background: #f5f5f7;
}

.knt-install .section-4 .con-wrapper {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-install .section-4 .left {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.knt-install .section-4 .left .content-wrap {
  max-width: 420px;
  margin-top: -120px;
}

.knt-install .section-4 .left .content-wrap h1 {
  font-size: 48px;
  color: #333333;
}

.knt-install .section-4 .left .content-wrap p {
  color: #333333;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 30px 0 40px;
}

.knt-install .section-4 .right {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.knt-install .section-4 .right .content-wrap {
  width: 120%;
  margin-left: -20%;
  position: relative;
}

.knt-install .section-4 .right .content-wrap .gif-swiper-container {
  width: 286px;
  height: 616px;
  padding-top: 18px;
}

.knt-install .section-4 .right .content-wrap .gif-swiper-container .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-install .section-4 .right .content-wrap .gif-swiper-container .swiper-slide img {
  max-height: 616px;
}

.knt-install .section-4 .right .content-wrap .phone {
  width: 400px;
  height: 680px;
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-install .section-4 .right .content-wrap .phone img {
  height: 100%;
}

.knt-install .section-4 .right .content-wrap .phone .swiper-button-disabled {
  opacity: 0.3;
}

.knt-install .section-4 .right .content-wrap .phone .gif-swiper-button-prev {
  top: 45%;
  left: -50px;
  background-image: url("../img/install/s4-arrow-left.png");
}

.knt-install .section-4 .right .content-wrap .phone .gif-swiper-button-next {
  top: 45%;
  right: -50px;
  background-image: url("../img/install/s4-arrow-right.png");
}

.knt-install .section-4 .right .content-wrap .text-swiper-container {
  width: 120%;
  height: 120px;
  margin: 20px auto;
  margin-left: -10%;
}

.knt-install .section-4 .right .content-wrap .text-swiper-container .swiper-slide {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.knt-install .section-4 .right .content-wrap .text-swiper-container .swiper-slide .text-wrap {
  min-width: 280px;
}

.knt-install .section-4 .right .content-wrap .text-swiper-container .swiper-slide .text-wrap .name {
  color: #999999;
  font-size: 20px;
}

.knt-install .section-4 .right .content-wrap .text-swiper-container .swiper-slide .text-wrap .desc {
  display: none;
  color: #999999;
  font-size: 16px;
}

.knt-install .section-4 .right .content-wrap .text-swiper-container .swiper-slide-active .text-wrap .name {
  color: #333333;
  font-size: 30px;
}

.knt-install .section-4 .right .content-wrap .text-swiper-container .swiper-slide-active .text-wrap .desc {
  display: block;
  color: #666666;
}

.knt-install .section-4 .right .content-wrap .text-swiper-container .swiper-slide:nth-child(2n) {
  width: 40%;
}

.knt-install .section-4 .right .content-wrap .text-swiper-container .swiper-slide:nth-child(3n) {
  width: 20%;
}

.knt-install .section-5 {
  padding: 100px 0 50px;
}

.knt-install .section-5 .con-wrapper {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-install .section-5 .con-wrapper p {
  color: #666666;
  font-size: 20px;
  margin-bottom: 30px;
}

.knt-install .section-5 .con-wrapper h5 {
  font-size: 24px;
  margin: 50px 0 30px;
}

.knt-install .section-5 .con-wrapper img {
  width: 90%;
  max-width: 1620px;
  margin-left: -5%;
}

.knt-install .section-6 .con-wrapper {
  padding: 0;
  position: relative;
  max-width: 100%;
}

.knt-install .section-6 .con-wrapper img {
  width: 100%;
}

.knt-install .section-6 .con-wrapper .text-wrap {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}

.knt-install .section-6 .con-wrapper .text-wrap h2 {
  margin-bottom: 10px;
}

.knt-install .section-6 .con-wrapper .text-wrap p {
  text-align: center;
  font-size: 20px;
}

.knt-install .section-7 {
  padding: 0;
}

.knt-install .section-7 .con-wrapper {
  padding: 0;
  position: relative;
  max-width: 100%;
}

.knt-install .section-7 .con-wrapper img {
  width: 100%;
}

.knt-install .section-7 .con-wrapper .left-wrap {
  width: 80%;
  position: absolute;
  top: 8%;
  left: 10%;
  color: #fff;
}

.knt-install .section-7 .con-wrapper .left-wrap h2 {
  text-align: left;
  margin-bottom: 0px;
  color: #fff;
}

.knt-install .section-7 .con-wrapper .left-wrap h3 {
  font-size: 28px;
}

.knt-install .section-7 .con-wrapper .left-wrap p {
  margin: 30px 0;
  font-size: 18px;
  letter-spacing: 2px;
}

.knt-install .section-7 .con-wrapper .left-wrap img {
  width: 44%;
  max-width: 660px;
}

.knt-install .section-8 .con-wrapper img {
  width: 80%;
  margin: 50px 10%;
}

.knt-install .section-9 {
  background: #f5f5f7;
}

.knt-install .section-9 .con-wrapper h2 {
  margin-bottom: 10px;
}

.knt-install .section-9 .con-wrapper p {
  font-size: 28px;
  text-align: center;
}

.knt-install .section-9 .con-wrapper img {
  width: 80%;
  margin: 50px 10%;
}

.knt-install .section-10 .con-wrapper {
  position: relative;
  max-width: 100%;
}

.knt-install .section-10 .con-wrapper h2 {
  color: #333333;
  margin-bottom: 80px;
}

.knt-install .section-10 .con-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.knt-install .section-10 .con-wrapper ul li .img-wrap {
  width: 50%;
}

.knt-install .section-10 .con-wrapper ul li .img-wrap img {
  width: 100%;
}

.knt-install .section-10 .con-wrapper ul li .text-wrap {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5%;
}

.knt-install .section-10 .con-wrapper ul li .text-wrap h3 {
  color: #333333;
  font-size: 36px;
}

.knt-install .section-10 .con-wrapper ul li .text-wrap p {
  font-size: 20px;
  margin-top: 30px;
}

.knt-install .section-10 .con-wrapper ul li .text-wrap img {
  max-width: 534px;
  margin-top: 30px;
}

.knt-install .section-10 .con-wrapper ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
}

.knt-install .section-10 .con-wrapper ul li:nth-child(2n) .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1500px) {
  .knt-install .section-10 .con-wrapper ul li:nth-child(2n+1) .text-wrap {
    padding: 3% 5% 0;
  }
}

.knt-install .section-10 .con-wrapper .bottom-text {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.knt-install .section-11 {
  background: #f5f5f7;
}

.knt-install .section-11 .con-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-install .section-11 .con-wrapper h3 {
  font-size: 32px;
  color: #333333;
  margin: 50px 0;
  text-align: center;
}

.knt-install .section-11 .con-wrapper ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.knt-install .section-11 .con-wrapper ul li {
  width: 33%;
  text-align: center;
}

.knt-install .section-11 .con-wrapper ul li img {
  width: 100%;
  max-width: 320px;
}

.knt-install .section-11 .con-wrapper ul li p {
  color: #333333;
  margin-top: 50px;
  font-size: 20px;
  text-align: center;
}

.knt-install .section-11 .con-wrapper .common-btn {
  margin: 70px auto 50px;
}

.knt-install .section-12 .con-wrapper {
  color: #333333 !important;
  padding: 50px 50px 150px;
}

.knt-install .section-12 .con-wrapper h4 {
  font-size: 20px;
  margin: 50px 0 20px;
}

.knt-install .section-12 .con-wrapper p {
  font-size: 16px;
  line-height: 2rem;
}

.knt-install .section-12 .con-wrapper .sub-title {
  margin-top: 20px;
  font-weight: bold;
}

.knt-case {
  min-width: 1300px;
  background: #fafafa;
  padding-bottom: 100px;
}

.knt-case img {
  max-width: 100%;
}

.knt-case h2 {
  color: #000;
  font-size: 42px;
  text-align: center;
  margin: 40px 0;
}

.knt-case .con-wrapper {
  max-width: 1375px;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}

.knt-case .con-wrapper .common-btn {
  display: inline-block;
  padding: 0;
  width: auto;
  padding: 10px 42px;
  font-size: 20px;
  color: #000;
  border: 2px solid #fff;
  -o-border-image: linear-gradient(45deg, #b31774, #b31774, #2286ad, #269799);
  border-image: linear-gradient(45deg, #b31774, #b31774, #2286ad, #269799);
  border-image-slice: 2;
  cursor: pointer;
}

.knt-case .con-wrapper .common-btn:hover {
  border: 0px solid #fff;
  padding: 12px 44px;
  color: #fff;
  background: linear-gradient(45deg, #b4498a 0, #3d7dae);
}

.knt-case .section-1 {
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

@media (min-width: 1920px) {
  .knt-case .section-1 {
    min-height: 32vw;
  }
}

.knt-case .section-1 .con-wrapper {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.knt-case .section-1 .kv {
  width: 100%;
  padding-top: 31.2%;
  background: url(../img/case/banner.jpg) no-repeat center top;
  background-size: cover;
}

.knt-case .section-2 .con-wrapper {
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.knt-case .section-2 .con-wrapper .left {
  width: 46%;
}

.knt-case .section-2 .con-wrapper .left .item-top h2 {
  font-size: 38px;
  color: #222222;
  margin: 0;
  text-align: left;
}

.knt-case .section-2 .con-wrapper .left .item-top .en {
  color: #bbbbbb;
}

.knt-case .section-2 .con-wrapper .left .item-top p {
  font-size: 20px;
  color: #333333;
  margin: 20px 0 80px;
}

.knt-case .section-2 .con-wrapper .left .item-top img {
  width: 109px;
}

.knt-case .section-2 .con-wrapper .left .item-bottom {
  margin-top: -80px;
  text-align: right;
}

.knt-case .section-2 .con-wrapper .left .item-bottom img {
  width: 30px;
  margin-right: -14px;
}

.knt-case .section-2 .con-wrapper .right {
  width: 46%;
}

.knt-case .section-2 .con-wrapper .case-item {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 80px;
  background: #fff;
}

.knt-case .section-2 .con-wrapper .case-item .item-img {
  width: 100%;
}

.knt-case .section-2 .con-wrapper .case-item h3 {
  font-size: 24px;
  color: #333333;
  padding: 0 20px;
  margin: 20px 0 10px;
}

.knt-case .section-2 .con-wrapper .case-item .desc-wrap {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-case .section-2 .con-wrapper .case-item .desc-wrap p {
  font-size: 16px;
  color: #666666;
}

.knt-case .section-2 .con-wrapper .case-item .desc-wrap div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-case .section-2 .con-wrapper .case-item .desc-wrap div img {
  width: 22px;
}

.knt-case .section-2 .con-wrapper .case-item .desc-wrap div p {
  font-size: 12px;
  margin-left: 10px;
}

.knt-case .bottom-text {
  margin: 0 auto;
  color: #666666;
  text-align: center;
  margin-top: -20px;
}

.knt-case-detail {
  min-width: 1300px;
  background: #fafafa;
}

.knt-case-detail .con-wrapper {
  width: 1080px;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}

.knt-case-detail .con-wrapper h2 {
  color: #333333;
  font-size: 38px;
  text-align: center;
}

.knt-case-detail .con-wrapper p {
  color: #333333;
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}

.knt-case-detail .section-1 {
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

@media (min-width: 1920px) {
  .knt-case-detail .section-1 {
    min-height: 32vw;
  }
}

.knt-case-detail .section-1 .con-wrapper {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.knt-case-detail .section-1 .kv {
  width: 100%;
  padding-top: 31.2%;
  background: no-repeat center top;
  background-size: cover;
}

.knt-case-detail .section-1 .fdyy {
  background-image: url(../img/case/sh-fdyy/banner.jpg);
}

.knt-case-detail .section-1 .fxwtzx {
  background-image: url(../img/case/wh-fxwtzx/banner.jpg);
}

.knt-case-detail .section-1 .zh {
  background-image: url(../img/case/cd-zh/banner.jpg);
}

.knt-case-detail .section-1 .wrhx {
  background-image: url(../img/case/cq-wrhx/banner.jpg);
}

.knt-case-detail .section-1 .lgcdc {
  background-image: url(../img/case/cd-lgcdc/banner.jpg);
}

.knt-case-detail .section-2 .con-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-case-detail .section-2 img {
  margin: 20px;
  cursor: pointer;
}

.knt-case-detail .section-2 .row-fdyy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.knt-case-detail .section-2 .row-fdyy img {
  width: 500px;
}

.knt-case-detail .section-2 .row-fxwtzx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.knt-case-detail .section-2 .row-fxwtzx img:nth-child(1) {
  width: 589px;
}

.knt-case-detail .section-2 .row-fxwtzx img:nth-child(2) {
  width: 411px;
}

.knt-case-detail .section-2 .row-zh {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.knt-case-detail .section-2 .row-zh .left img {
  width: 515px;
}

.knt-case-detail .section-2 .row-zh .right img {
  width: 485px;
}

.knt-case-detail .section-2 .row-wrhx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.knt-case-detail .section-2 .row-wrhx img:nth-child(1) {
  width: 640px;
}

.knt-case-detail .section-2 .row-wrhx img:nth-child(2) {
  width: 360px;
}

.knt-case-detail .section-2 .row-wrhx02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.knt-case-detail .section-2 .row-wrhx02 img {
  width: 320px;
}

.knt-case-detail .section-2 .row-lgcdc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.knt-case-detail .section-2 .row-lgcdc .left img {
  width: 612px;
}

.knt-case-detail .section-2 .row-lgcdc .right img {
  width: 388px;
}

.knt-case-detail .section-2 .row-lgcdc02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.knt-case-detail .section-2 .row-lgcdc02 img {
  width: 500px;
}

.knt-iot-mirrored .con-wrapper {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}

.knt-iot-mirrored .con-wrapper img {
  max-width: 100%;
}

.knt-iot-mirrored .con-wrapper h2 {
  color: #333333;
  font-size: 48px;
  line-height: 72px;
  text-align: center;
}

.knt-iot-mirrored .con-wrapper h3 {
  color: #333333;
  font-size: 28px;
}

.knt-iot-mirrored .section-1 {
  width: 100%;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1920px) {
  .knt-iot-mirrored .section-1 {
    min-height: 32vw;
  }
}

.knt-iot-mirrored .section-1 .kv {
  width: 100%;
  background: url(../img/iot-mirrored/s1-banner.jpg) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-iot-mirrored .section-1 .kv .left {
  width: 50%;
}

.knt-iot-mirrored .section-1 .kv .right {
  width: 45%;
  margin-left: 5%;
}

.knt-iot-mirrored .section-1 .kv .right h1 {
  color: #333;
  font-size: 60px;
}

.knt-iot-mirrored .section-1 .kv .right p {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

.knt-iot-mirrored .section-1 .kv .right img {
  width: 72px;
}

.knt-iot-mirrored .section-2 {
  background: linear-gradient(150deg, #994094, #984194, #74589f, #5071aa, #407bae);
}

.knt-iot-mirrored .section-2 h2 {
  color: #fff;
  margin: 50px 0;
}

.knt-iot-mirrored .section-2 ul {
  width: 800px;
  margin: 50px auto;
}

.knt-iot-mirrored .section-2 ul li {
  width: 200px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-iot-mirrored .section-2 ul li img {
  width: 68px;
}

.knt-iot-mirrored .section-2 ul li h4 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin: 15px 0 5px;
}

.knt-iot-mirrored .section-2 ul li p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.knt-iot-mirrored .section-2 .info {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 50px 0 30px;
}

.knt-iot-mirrored .section-2 .btn-show-videos {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.knt-iot-mirrored .section-3 .con-wrapper {
  padding: 0;
}

.knt-iot-mirrored .section-3 .con-wrapper img {
  width: 100%;
}

.knt-iot-mirrored .section-3 .con-wrapper h2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 5%;
  color: #fff;
  text-align: center;
}

.knt-iot-mirrored .section-3 .con-wrapper .bottom-text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4%;
  color: #fff;
}

.knt-iot-mirrored .section-3 .con-wrapper .bottom-text h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.knt-iot-mirrored .section-3 .con-wrapper .bottom-text p {
  text-align: center;
}

.knt-iot-mirrored .section-4 .con-wrapper {
  background: #e6e6e5;
  padding-bottom: 0;
}

.knt-iot-mirrored .section-4 .con-wrapper .content-wrap {
  max-width: 1380px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-iot-mirrored .section-4 .con-wrapper .content-wrap .left {
  width: 23%;
  margin-left: 2%;
  -webkit-transform: translate(0, 80%);
  transform: translate(0, 80%);
}

.knt-iot-mirrored .section-4 .con-wrapper .content-wrap .center {
  width: 44%;
}

.knt-iot-mirrored .section-4 .con-wrapper .content-wrap .right {
  width: 23%;
  margin-right: 2%;
}

.knt-iot-mirrored .section-4 .con-wrapper .content-wrap .right h3 {
  margin: 100px 0 20px;
  text-align: center;
}

.knt-iot-mirrored .section-4 .con-wrapper .content-wrap .right p {
  color: #999;
  font-size: 20px;
  text-align: center;
}

.knt-iot-mirrored .section-5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: linear-gradient(#ffffff, #e6e6e6);
}

.knt-iot-mirrored .section-5 .con-wrapper {
  max-width: 1360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-iot-mirrored .section-5 .con-wrapper .tag {
  padding: 4px 10px;
  background: #023260;
  border-radius: 3px;
  color: #fff;
  margin: 30px 0 40px;
}

.knt-iot-mirrored .section-5 .con-wrapper p {
  font-size: 24px;
  color: #333333;
  text-align: center;
}

.knt-iot-mirrored .section-5 .con-wrapper .img-wrap {
  width: 96%;
  margin: 30px 0 50px;
}

.knt-iot-mirrored .section-6 {
  background: -webkit-gradient(linear, left top, right top, from(#f97060), color-stop(#f0d782), color-stop(#ffffff), to(#92d5f2));
  background: linear-gradient(90deg, #f97060, #f0d782, #ffffff, #92d5f2);
}

.knt-iot-mirrored .section-6 .con-wrapper {
  max-width: 1242px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-iot-mirrored .section-6 .con-wrapper .tag {
  padding: 4px 10px;
  background: #023260;
  border-radius: 3px;
  color: #fff;
  margin: 30px 0 40px;
}

.knt-iot-mirrored .section-6 .con-wrapper p {
  font-size: 24px;
  color: #333333;
  text-align: center;
}

.knt-iot-mirrored .section-6 .con-wrapper .img01 {
  width: 696px;
  margin: 20px 0 70px;
}

.knt-iot-mirrored .section-6 .con-wrapper .img02 {
  width: 96%;
  margin-bottom: 50px;
}

.knt-iot-mirrored .section-7 .con-wrapper {
  max-width: 1920px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-iot-mirrored .section-7 .con-wrapper .left {
  width: 32%;
  padding-right: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.knt-iot-mirrored .section-7 .con-wrapper .left .logo {
  width: 126px;
  margin-bottom: 10px;
}

.knt-iot-mirrored .section-7 .con-wrapper .left h2 {
  text-align: right;
}

.knt-iot-mirrored .section-7 .con-wrapper .left p {
  color: #333333;
  font-weight: 300;
  font-size: 20px;
  text-align: right;
  margin: 10px 0 40px;
}

.knt-iot-mirrored .section-7 .con-wrapper .left .img {
  width: 240px;
}

.knt-iot-mirrored .section-7 .con-wrapper .right {
  width: 62%;
}

.knt-iot-mirrored .section-8 .con-wrapper {
  max-width: 1920px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-iot-mirrored .section-8 .con-wrapper .left {
  width: 62%;
}

.knt-iot-mirrored .section-8 .con-wrapper .right {
  width: 32%;
  padding-left: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.knt-iot-mirrored .section-8 .con-wrapper .right .logo {
  width: 126px;
  margin-bottom: 10px;
}

.knt-iot-mirrored .section-8 .con-wrapper .right h2 {
  text-align: left;
}

.knt-iot-mirrored .section-8 .con-wrapper .right p {
  color: #333333;
  font-weight: 300;
  font-size: 20px;
  text-align: left;
  margin: 10px 0 40px;
}

.knt-iot-mirrored .section-8 .con-wrapper .right .img {
  width: 240px;
}

.knt-iot-mirrored .section-8 .con-wrapper .right .info {
  font-size: 16px;
  margin: 30px 0 0;
}

@media (max-width: 1420px) {
  .knt-iot-mirrored .section-8 .con-wrapper .right .img {
    width: 200px;
  }
}

.knt-iot-mirrored .section-9 .con-wrapper h3 {
  text-align: center;
}

.knt-iot-mirrored .section-9 .con-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.knt-iot-mirrored .section-9 .con-wrapper ul li {
  margin: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-iot-mirrored .section-9 .con-wrapper ul li img {
  height: 100px;
}

.knt-iot-mirrored .section-9 .con-wrapper ul li p {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}

.knt-iot-mirrored .section-9 .con-wrapper p {
  font-weight: 300;
  text-align: center;
  font-size: 20px;
}

.knt-iot-mirrored .section-10 {
  background: url("../img/iot-mirrored/s10-bg.jpg") no-repeat top center;
  background-size: cover;
}

.knt-iot-mirrored .section-10 .con-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-iot-mirrored .section-10 .con-wrapper h2 {
  margin: 50px;
}

.knt-iot-mirrored .section-10 .con-wrapper .img01 {
  width: 90%;
  max-width: 1460px;
}

.knt-iot-mirrored .section-10 .con-wrapper h3 {
  color: #fff;
  margin: 100px 0 70px;
  font-size: 32px;
}

.knt-iot-mirrored .section-10 .con-wrapper .img02 {
  width: 755px;
}

@media (max-width: 1500px) {
  .knt-iot-mirrored .section-10 .con-wrapper .img02 {
    width: 600px;
  }
}

.knt-iot-mirrored .section-10 .con-wrapper .img03 {
  width: 1260px;
  margin-bottom: 50px;
}

.knt-iot-mirrored .section-11 .con-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-iot-mirrored .section-11 .con-wrapper h2 {
  margin: 50px 0 20px;
}

.knt-iot-mirrored .section-11 .con-wrapper p {
  font-size: 20px;
  margin-bottom: 70px;
}

.knt-iot-mirrored .section-11 .con-wrapper .img01 {
  width: 90%;
  max-width: 1627px;
}

.knt-iot-mirrored .section-11 .con-wrapper .line {
  width: 800px;
  height: 3px;
  background: #e8e8e8;
  margin: 70px 0 0;
}

.knt-iot-mirrored .section-11 .con-wrapper .img02 {
  width: 1000px;
  margin: 50px 0;
}

@media (max-width: 1500px) {
  .knt-iot-mirrored .section-11 .con-wrapper .img02 {
    width: 900px;
  }
}

.knt-iot-mirrored .section-12 .con-wrapper {
  padding: 0;
}

.knt-iot-mirrored .section-12 .con-wrapper img {
  width: 100%;
}

.knt-iot-mirrored .section-12 .con-wrapper .text-wrap {
  position: absolute;
  left: 11.6%;
  top: 23%;
}

.knt-iot-mirrored .section-12 .con-wrapper .text-wrap h2 {
  margin-left: -5px;
  margin-bottom: 20px;
}

.knt-iot-mirrored .section-12 .con-wrapper .text-wrap p {
  color: #333333;
}

.knt-iot-mirrored .section-12 .con-wrapper .text-wrap p span {
  font-size: 20px;
}

.knt-iot-mirrored .section-13 .con-wrapper {
  padding-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-iot-mirrored .section-13 .con-wrapper h2 {
  margin: 50px 0;
  color: #00274c;
}

.knt-iot-mirrored .section-13 .con-wrapper img[src*=img01] {
  width: 1188px;
  margin: 50px 0 0;
}

.knt-iot-mirrored .section-13 .con-wrapper img[src*=logo] {
  width: 350px;
  margin: 80px 0 0;
}

.knt-iot-mirrored .section-13 .con-wrapper img[src*=img02] {
  width: 836px;
  margin: 0 0 30px;
}

.knt-iot-mirrored .section-13 .con-wrapper img[src*=img03] {
  width: 858px;
  margin: 0 0 40px;
}

.knt-iot-mirrored .section-13 .con-wrapper ul {
  width: 90%;
  max-width: 1620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.knt-iot-mirrored .section-13 .con-wrapper ul li {
  width: 46%;
}

.knt-iot-mirrored .section-13 .con-wrapper ul li img {
  margin-bottom: 30px;
}

.knt-iot-mirrored .section-13 .con-wrapper ul li h3 {
  color: #00274c;
  font-size: 28px;
  margin-bottom: 10px;
}

.knt-iot-mirrored .section-13 .con-wrapper ul li p {
  color: #00274c;
  font-size: 20px;
}

.knt-veil-lights-suit .con-wrapper {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}

.knt-veil-lights-suit .con-wrapper img {
  max-width: 100%;
}

.knt-veil-lights-suit .con-wrapper h2 {
  color: #333333;
  font-size: 48px;
  line-height: 72px;
  text-align: center;
}

.knt-veil-lights-suit .con-wrapper h3 {
  color: #333333;
  font-size: 28px;
}

.knt-veil-lights-suit .section-1 {
  width: 100%;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1920px) {
  .knt-veil-lights-suit .section-1 {
    min-height: 32vw;
  }
}

.knt-veil-lights-suit .section-1 .kv {
  width: 100%;
  background: url(../img/veil-lights-suit/s1-banner.jpg) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-veil-lights-suit .section-2 {
  background: linear-gradient(150deg, #994094, #984194, #74589f, #5071aa, #407bae);
}

.knt-veil-lights-suit .section-2 h2 {
  color: #fff;
  margin: 30px 0 0;
}

.knt-veil-lights-suit .section-2 h3 {
  color: #fff;
  font-size: 24px;
  margin: 20px 0 40px;
  text-align: center;
}

.knt-veil-lights-suit .section-2 p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}

.knt-veil-lights-suit .section-3 .con-wrapper {
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-veil-lights-suit .section-3 .con-wrapper h2 {
  font-size: 36px;
  margin: 50px 0;
}

.knt-veil-lights-suit .section-3 .con-wrapper img {
  width: 769px;
  margin-bottom: 50px;
}

.knt-veil-lights-suit .section-4 .con-wrapper {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knt-veil-lights-suit .section-4 .con-wrapper .left {
  width: 50%;
}

.knt-veil-lights-suit .section-4 .con-wrapper .left img {
  width: 100%;
}

.knt-veil-lights-suit .section-4 .con-wrapper .right {
  width: 42%;
  margin-left: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.knt-veil-lights-suit .section-4 .con-wrapper .right h2 {
  text-align: left;
  margin-bottom: 20px;
}

.knt-veil-lights-suit .section-4 .con-wrapper .right .text-wrap {
  position: relative;
  margin-bottom: 10px;
}

.knt-veil-lights-suit .section-4 .con-wrapper .right .text-wrap .circle {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  left: -20px;
  border: 2px solid #666;
}

.knt-veil-lights-suit .section-4 .con-wrapper .right .text-wrap p {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
}

@media (max-width: 1420px) {
  .knt-veil-lights-suit .section-4 .con-wrapper .right {
    width: 45%;
    margin-left: 5%;
  }

  .knt-veil-lights-suit .section-4 .con-wrapper .right h2 {
    margin-bottom: 10px;
  }

  .knt-veil-lights-suit .section-4 .con-wrapper .right .text-wrap {
    margin-bottom: 5px;
  }

  .knt-veil-lights-suit .section-4 .con-wrapper .right .text-wrap .circle {
    top: 10px;
  }

  .knt-veil-lights-suit .section-4 .con-wrapper .right .text-wrap p {
    font-size: 18px;
    line-height: 30px;
  }
}

.knt-veil-lights-suit .section-5 .con-wrapper {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knt-veil-lights-suit .section-5 .con-wrapper .left {
  width: 42%;
  margin-right: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.knt-veil-lights-suit .section-5 .con-wrapper .left h2 {
  text-align: right;
  margin-bottom: 20px;
  margin-top: -30%;
}

.knt-veil-lights-suit .section-5 .con-wrapper .left .text-wrap {
  position: relative;
  margin-bottom: 10px;
}

.knt-veil-lights-suit .section-5 .con-wrapper .left .text-wrap p {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
  text-align: right;
}

.knt-veil-lights-suit .section-5 .con-wrapper .right {
  width: 50%;
}

.knt-veil-lights-suit .section-5 .con-wrapper .right img {
  width: 100%;
}

@media (max-width: 1540px) {
  .knt-veil-lights-suit .section-5 .con-wrapper .left {
    width: 45%;
    margin-right: 5%;
  }
}

@media (max-width: 1420px) {
  .knt-veil-lights-suit .section-5 .con-wrapper .left {
    width: 45%;
    margin-right: 5%;
  }

  .knt-veil-lights-suit .section-5 .con-wrapper .left h2 {
    margin-bottom: 10px;
  }

  .knt-veil-lights-suit .section-5 .con-wrapper .left .text-wrap {
    margin-bottom: 5px;
  }

  .knt-veil-lights-suit .section-5 .con-wrapper .left .text-wrap .circle {
    top: 10px;
  }

  .knt-veil-lights-suit .section-5 .con-wrapper .left .text-wrap p {
    font-size: 18px;
    line-height: 30px;
  }
}

.knt-veil-lights-suit .section-6 {
  background: #f8f8f8;
}

.knt-veil-lights-suit .section-6 .con-wrapper {
  padding: 100px 0;
}

.knt-veil-lights-suit .section-6 .con-wrapper p {
  font-size: 20px;
  line-height: 40px;
  margin-top: 20px;
  color: #333;
  text-align: center;
}

.knt-veil-lights-suit .section-7 .con-wrapper {
  padding: 0;
}

.knt-veil-lights-suit .section-7 .con-wrapper img {
  width: 100%;
}

.knt-veil-lights-suit .section-8 {
  background: linear-gradient(150deg, #994094, #984194, #74589f, #5071aa, #407bae);
}

.knt-veil-lights-suit .section-8 .con-wrapper {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-veil-lights-suit .section-8 .con-wrapper h2 {
  color: #fff;
}

.knt-veil-lights-suit .section-8 .con-wrapper p {
  color: #fff;
  text-align: center;
  margin: 50px 0;
}

.knt-veil-lights-suit .section-8 .con-wrapper img {
  width: 90%;
  max-width: 1380px;
}

.knt-veil-lights-suit .section-9 .con-wrapper {
  max-width: 1920px;
}

.knt-veil-lights-suit .section-9 .con-wrapper h2 {
  margin: 50px 0 100px;
}

.knt-veil-lights-suit .section-9 .con-wrapper ul {
  width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.knt-veil-lights-suit .section-9 .con-wrapper ul li {
  width: 28%;
  margin: 0 2% 40px;
}

.knt-veil-lights-suit .section-9 .con-wrapper ul li .img-wrap {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}

.knt-veil-lights-suit .section-9 .con-wrapper ul li .img-wrap .play-wrap {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.knt-veil-lights-suit .section-9 .con-wrapper ul li .img-wrap .play-wrap img {
  position: absolute;
  top: 0;
  left: 0;
}

.knt-veil-lights-suit .section-9 .con-wrapper ul li .img-wrap .play-wrap img[src*=checked] {
  opacity: 0;
}

.knt-veil-lights-suit .section-9 .con-wrapper ul li .img-wrap .play-wrap:hover img[src*=checked] {
  opacity: 1;
}

.knt-veil-lights-suit .section-9 .con-wrapper ul li .img-wrap:hover .play-wrap img[src*=checked] {
  opacity: 1;
}

.knt-veil-lights-suit .section-9 .con-wrapper ul li p {
  font-size: 20px;
  text-align: center;
  margin: 30px 0;
}

.knt-veil-lights-suit .section-10 {
  background: #f8f8f8;
}

.knt-veil-lights-suit .section-10 .con-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-veil-lights-suit .section-10 .con-wrapper h2 {
  margin: 50px 0 70px;
}

.knt-veil-lights-suit .section-10 .con-wrapper ul {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.knt-veil-lights-suit .section-10 .con-wrapper ul li {
  width: 600px;
  height: 664px;
  margin-bottom: 50px;
  background: linear-gradient(210deg, #80aeca, #7dc1c2, #d174ac, #9d89b6);
  border-radius: 20px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knt-veil-lights-suit .section-10 .con-wrapper ul li .item-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 18px;
  padding: 50px 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.knt-veil-lights-suit .section-10 .con-wrapper ul li .item-wrap img {
  width: 480px;
  height: 260px;
}

.knt-veil-lights-suit .section-10 .con-wrapper ul li .item-wrap h3 {
  color: #333;
  font-size: 24px;
}

.knt-veil-lights-suit .section-10 .con-wrapper ul li .item-wrap h4 {
  min-height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.knt-veil-lights-suit .section-10 .con-wrapper ul li .item-wrap p {
  color: #666;
  font-size: 14px;
}

.knt-veil-lights-suit .section-10 .con-wrapper ul li .item-wrap p span {
  color: #333;
  font-size: 16px;
}

.knt-experience .con-wrapper {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}

.knt-experience .con-wrapper img {
  max-width: 100%;
}

.knt-experience .con-wrapper h2 {
  color: #333333;
  font-size: 48px;
  line-height: 72px;
  text-align: center;
}

.knt-experience .con-wrapper h3 {
  color: #333333;
  font-size: 28px;
}

.knt-experience .section-1 {
  width: 100%;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1920px) {
  .knt-experience .section-1 {
    min-height: 32vw;
  }
}

.knt-experience .section-1 .kv {
  width: 100%;
  background: url(../img/experience/banner.jpg) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-experience .section-1 .kv h2 {
  margin-top: 25px;
  color: #fff;
}

.knt-experience .section-1 .kv .search-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knt-experience .section-1 .kv .search-wrap .select-wrap {
  width: 325px;
  height: 55px;
  padding: 0 20px;
  margin: 0 10px;
  border-radius: 5px;
  background: #fff;
}

.knt-experience .section-1 .kv .search-wrap .select-wrap select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333333;
  outline: none;
  border: none;
}

.knt-experience .section-1 .kv .search-wrap .select-wrap select option {
  /* background: red; */
}

.knt-experience .section-2 {
  background: #f0f0f0;
}

.knt-experience .section-2 .con-wrapper {
  width: 1050px;
  padding-bottom: 140px;
}

.knt-experience .section-2 .con-wrapper h2 {
  margin: 50px 0;
}

.knt-experience .section-2 .con-wrapper .line {
  width: 100%;
  height: 2px;
  background: #dddddd;
}

.knt-experience .section-2 .con-wrapper ul {
  width: 100%;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.knt-experience .section-2 .con-wrapper ul li {
  width: 500px;
  height: 330px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  margin-top: 50px;
  background: #fff;
}

.knt-experience .section-2 .con-wrapper ul li .line {
  height: 1px;
  background: #e6e6e6;
  margin: 30px 0;
}

.knt-experience .section-2 .con-wrapper ul li .tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.knt-experience .section-2 .con-wrapper ul li .tag-wrap img {
  width: 22px;
  margin-right: 10px;
}

.knt-experience .section-2 .con-wrapper ul li .tag-wrap-phone {
  margin-top: 30px;
}

.knt-experience .section-2 .con-wrapper ul li .address,
.knt-experience .section-2 .con-wrapper ul li .phone {
  color: #666666;
}

.knt-experience .section-2 .con-wrapper .show-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.knt-experience .section-2 .con-wrapper .show-all p {
  font-size: 20px;
  color: #333333;
  margin-right: 10px;
}

.knt-experience .section-2 .con-wrapper .show-all img {
  width: 9px;
  height: 16px;
}

.knt-smartlife .con-wrapper {
  width: 1480px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-1 {
  width: 100%;
  min-height: 807px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.knt-smartlife .section-1 .kv {
  width: 100%;
  background: url(../img/smartlife/kv1-bg.jpg) no-repeat center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-1 .kv .rowbox {
  width: 1450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-1 .kv .rowbox .left {
  width: 40%;
}

.knt-smartlife .section-1 .kv .rowbox .right {
  margin-top: 2%;
  width: 60%;
}

.knt-smartlife .section-1 .kv .rowbox .right .row {
  margin-left: 9%;
}

.knt-smartlife .section-1 .kv .rowbox .right h1 {
  color: #333;
  font-size: 70px;
  letter-spacing: 5px;
}

.knt-smartlife .section-1 .kv .rowbox .right p {
  font-size: 28px;
  color: #fff;
  letter-spacing: 5px;
  width: 420px;
  padding: 15px 25px;
  text-align: center;
  margin: 15px 0 25px 0;
  background: linear-gradient(45deg, #d02ec1 0, #42b9bf);
}

.knt-smartlife .section-1 .kv .rowbox .right .scale {
  margin-top: 5%;
  margin-left: 5%;
}

.knt-smartlife .section-2 {
  width: 100%;
  min-height: 773px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.knt-smartlife .section-2 .rowbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-2 .rowbox img {
  width: 100%;
}

.knt-smartlife .section-2 .rowbox .left {
  width: 45%;
}

.knt-smartlife .section-2 .rowbox .left h1 {
  color: #333;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-2 .rowbox .left p {
  font-size: 25px;
  color: #393939;
  letter-spacing: 5px;
  margin-bottom: 2%;
}

.knt-smartlife .section-2 .rowbox .left span {
  letter-spacing: 5px;
  font-size: 18px;
  color: #76777a;
}

.knt-smartlife .section-2 .rowbox .right {
  margin-top: 2%;
  width: 55%;
}

.knt-smartlife .section-2 .rowbox .right .row {
  margin-left: 9%;
}

.knt-smartlife .section-2 .rowbox .right .scale {
  margin-top: 5%;
  margin-left: 5%;
}

.knt-smartlife .section-3 {
  width: 100%;
  background: #f7f7f7;
  height: 1070px;
  position: relative;
}

.knt-smartlife .section-3 .sticky-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.knt-smartlife .section-3 .row-wrapper {
  width: 100%;
  height: 100%;
}

.knt-smartlife .section-3 .row-wrapper .bgPic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.knt-smartlife .section-3 .row-wrapper-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.knt-smartlife .section-3 .thirdly-pages {
  -webkit-box-shadow: 1px 4px 40px #c3c0c0;
  box-shadow: 1px 4px 40px #c3c0c0;
  position: relative;
}

.knt-smartlife .section-3 .thirdly-pages .swiper-pagination {
  width: 100%;
  bottom: -60px;
}

.knt-smartlife .section-3 .thirdly-pages .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d0d0d0;
  border: solid 1px #d0d0d0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0 10px;
}

.knt-smartlife .section-3 .thirdly-pages .swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background-color: #d0d0d0;
  width: 32px;
  height: 10px;
  border-radius: 7px;
}

.knt-smartlife .section-3 .swiper-container {
  width: 1188px;
  margin: 0 auto;
}

.knt-smartlife .section-3 .row-wrapper-2 {
  position: absolute;
  top: 642px;
  left: 0;
  z-index: 2;
}

.knt-smartlife .section-3 .row-wrapper-3 {
  position: absolute;
  top: 642px;
  left: 0;
  z-index: 3;
}

.knt-smartlife .section-3 .textbox {
  text-align: center;
  margin-bottom: 50px;
}

.knt-smartlife .section-3 .textbox h1 {
  color: #333;
  font-size: 38px;
  letter-spacing: 5px;
}

.knt-smartlife .section-3 .textbox p {
  font-size: 22px;
  color: #393939;
  letter-spacing: 5px;
  margin-bottom: 2%;
}

.knt-smartlife .section-3 .rowbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 0 0;
}

.knt-smartlife .section-3 .section-content {
  width: 64.53125%;
  margin: 0 auto;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -webkit-box-shadow: 0px 7px 18px #787878;
  box-shadow: 0px 7px 18px #787878;
}

.knt-smartlife .section-3 .section-content .tipbox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 325px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateX(-410px);
  transform: translateX(-410px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 50px;
}

.knt-smartlife .section-3 .section-content .tipbox h2 {
  color: #fff;
  font-size: 32px;
  letter-spacing: 5px;
}

.knt-smartlife .section-3 .section-content .tipbox p {
  color: #fff;
  font-size: 18px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
}

.knt-smartlife .section-3-bk {
  width: 100%;
  background: #f7f7f7;
  position: relative;
}

.knt-smartlife .section-3-bk .section-truedepth {
  height: 600vh;
  margin-top: 0px;
}

.knt-smartlife .section-3-bk .sticky-wrapper {
  height: calc(100vh - 80px);
  overflow: hidden;
  position: sticky;
  top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.knt-smartlife .section-3-bk .row-wrapper {
  width: 100%;
  height: 100%;
}

.knt-smartlife .section-3-bk .row-wrapper .bgPic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.knt-smartlife .section-3-bk .row-wrapper-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.knt-smartlife .section-3-bk .row-wrapper-2 {
  position: absolute;
  top: 642px;
  left: 0;
  z-index: 2;
}

.knt-smartlife .section-3-bk .row-wrapper-3 {
  position: absolute;
  top: 642px;
  left: 0;
  z-index: 3;
}

.knt-smartlife .section-3-bk .textbox {
  text-align: center;
  margin-bottom: 50px;
}

.knt-smartlife .section-3-bk .textbox h1 {
  color: #333;
  font-size: 38px;
  letter-spacing: 5px;
}

.knt-smartlife .section-3-bk .textbox p {
  font-size: 22px;
  color: #393939;
  letter-spacing: 5px;
  margin-bottom: 2%;
}

.knt-smartlife .section-3-bk .rowbox {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 0 0;
}

.knt-smartlife .section-3-bk .section-content {
  width: 64.53125%;
  margin: 0 auto;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -webkit-box-shadow: 0px 7px 18px #787878;
  box-shadow: 0px 7px 18px #787878;
}

.knt-smartlife .section-3-bk .section-content .tipbox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 325px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateX(-410px);
  transform: translateX(-410px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 50px;
}

.knt-smartlife .section-3-bk .section-content .tipbox h2 {
  color: #fff;
  font-size: 32px;
  letter-spacing: 5px;
}

.knt-smartlife .section-3-bk .section-content .tipbox p {
  color: #fff;
  font-size: 18px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
}

.knt-smartlife .section-4 {
  width: 100%;
  min-height: 798px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f7;
}

.knt-smartlife .section-4 .sectionbg {
  width: 100%;
  background: url(../img/smartlife/kv4-bg.jpg) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-4 .rowbox {
  width: 1450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-4 .rowbox .left {
  width: 30%;
  margin-left: 10%;
}

.knt-smartlife .section-4 .rowbox .right {
  margin-top: 2%;
  width: 60%;
}

.knt-smartlife .section-4 .rowbox .right .row {
  margin-left: 15%;
}

.knt-smartlife .section-4 .rowbox .right h1 {
  color: #383838;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-4 .rowbox .right p {
  font-size: 24px;
  color: #383838;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-4 .rowbox .right .scale {
  margin-top: 5%;
  margin-left: 5%;
}

.knt-smartlife .section-5 {
  width: 100%;
  min-height: 858px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f7;
  position: relative;
}

.knt-smartlife .section-5 .sectionbg {
  width: 100%;
  background: url(../img/smartlife/kv5-bg.jpg) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-5 .rowbox {
  width: 1370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-5 .rowbox .text {
  width: 100%;
  text-align: center;
  margin-bottom: 2%;
}

.knt-smartlife .section-5 .rowbox .text h2 {
  color: #383838;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-5 .rowbox .text p {
  font-size: 24px;
  color: #383838;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-5 .rowbox .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.knt-smartlife .section-5 .rowbox .row .img-1 {
  margin-left: 20px;
}

.knt-smartlife .section-5 .rowbox .row .img-2 {
  margin-top: 5%;
}

.knt-smartlife .section-5 .rowbox .row img {
  display: block;
}

.knt-smartlife .section-5 .rowbox .contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-5 .rowbox .contents .left,
.knt-smartlife .section-5 .rowbox .contents .right {
  width: 50%;
}

.knt-smartlife .section-6 {
  width: 100%;
  min-height: 832px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f7;
  position: relative;
}

.knt-smartlife .section-6 .sectionbg {
  width: 100%;
  background: #fff;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-6 .rowbox {
  width: 1370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-6 .rowbox .text {
  width: 100%;
  text-align: center;
  margin-bottom: 2%;
}

.knt-smartlife .section-6 .rowbox .text h2 {
  color: #383838;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-6 .rowbox .text p {
  font-size: 24px;
  color: #383838;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-6 .rowbox .row .img-1 {
  margin-left: 20px;
}

.knt-smartlife .section-6 .rowbox .row .img-2 {
  margin-top: 5%;
}

.knt-smartlife .section-6 .rowbox .row img {
  display: block;
}

.knt-smartlife .section-6 .rowbox .contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-6 .rowbox .contents .left {
  width: 55%;
  text-align: right;
}

.knt-smartlife .section-6 .rowbox .contents .right {
  width: 45%;
}

.knt-smartlife .section-7 {
  width: 100%;
  min-height: 890px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f7;
  position: relative;
}

.knt-smartlife .section-7 .sectionbg {
  width: 100%;
  background: url(../img/smartlife/kv7-bg.jpg) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-7 .rowbox {
  width: 1370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-7 .rowbox .text {
  width: 100%;
  text-align: center;
  margin-bottom: 2%;
}

.knt-smartlife .section-7 .rowbox .row h2 {
  color: #383838;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-7 .rowbox .row p {
  font-size: 24px;
  color: #383838;
  letter-spacing: 1px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-7 .rowbox .contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-7 .rowbox .contents .left {
  width: 55%;
  text-align: right;
}

.knt-smartlife .section-7 .rowbox .contents .right {
  width: 45%;
}

.knt-smartlife .section-8 {
  width: 100%;
  min-height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f7;
  position: relative;
}

.knt-smartlife .section-8 .sectionbg {
  width: 100%;
  background: url(../img/smartlife/kv8-bg.jpg) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-8 .text {
  width: 100%;
  text-align: center;
}

.knt-smartlife .section-8 .text div {
  color: #ff722d;
  background: #fff0d8;
  font-size: 24px;
  padding: 5px 15px;
  letter-spacing: 3px;
  width: 250px;
  margin: 0 auto;
  border-radius: 50px;
}

.knt-smartlife .section-8 .text h2 {
  color: #fff;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-8 .text p {
  font-size: 24px;
  color: #fff;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-8 .rowbox {
  width: 1370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-8 .rowbox .row h2 {
  color: #383838;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-8 .rowbox .row p {
  font-size: 24px;
  color: #383838;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-9 {
  width: 100%;
  min-height: 1312px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f7;
  position: relative;
}

.knt-smartlife .section-9 .sectionbg {
  width: 100%;
  background: url(../img/smartlife/kv9-bg.png) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-9 .text {
  width: 100%;
  text-align: center;
}

.knt-smartlife .section-9 .text div {
  color: #ff722d;
  background: #fff0d8;
  font-size: 24px;
  padding: 5px 15px;
  letter-spacing: 3px;
  width: 250px;
  margin: 0 auto;
  border-radius: 50px;
}

.knt-smartlife .section-9 .text h2 {
  color: #fff;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-9 .text p {
  font-size: 24px;
  color: #fff;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-9 .rowbox {
  width: 1370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-9 .rowbox .row h2 {
  color: #383838;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-9 .rowbox .row p {
  font-size: 24px;
  color: #383838;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-9 .contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-10 {
  width: 100%;
  min-height: 1623px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f7;
  position: relative;
}

.knt-smartlife .section-10 .sectionbg {
  width: 100%;
  background: #f5f5f5;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-10 .text {
  width: 100%;
  text-align: center;
}

.knt-smartlife .section-10 .text div {
  color: #ff722d;
  background: #fff0d8;
  font-size: 24px;
  padding: 5px 15px;
  letter-spacing: 3px;
  width: 250px;
  margin: 0 auto;
  border-radius: 50px;
}

.knt-smartlife .section-10 .text h2 {
  color: #383838;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-10 .text p {
  font-size: 24px;
  color: #383838;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-10 .rowbox {
  width: 1370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-10 .rowbox .row h2 {
  color: #383838;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-10 .rowbox .row p {
  font-size: 24px;
  color: #383838;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-10 .contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-11 {
  width: 100%;
  min-height: 2123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  position: relative;
}

.knt-smartlife .section-11 .sectionbg {
  width: 100%;
  background: #fff;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-11 .text {
  width: 100%;
  text-align: center;
}

.knt-smartlife .section-11 .text div {
  color: #ff722d;
  background: #fff0d8;
  font-size: 24px;
  padding: 5px 15px;
  letter-spacing: 3px;
  width: 250px;
  margin: 0 auto;
  border-radius: 50px;
}

.knt-smartlife .section-11 .text h2 {
  color: #383838;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-11 .text p {
  font-size: 24px;
  color: #383838;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-11 .rowbox {
  width: 1370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-11 .rowbox .row h2 {
  color: #383838;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-11 .rowbox .row p {
  font-size: 24px;
  color: #383838;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-11 .contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-12 {
  width: 100%;
  min-height: 3512px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f7;
  position: relative;
}

.knt-smartlife .section-12 .sectionbg {
  width: 100%;
  background: #f8f8f8;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-12 .text {
  width: 100%;
  text-align: center;
}

.knt-smartlife .section-12 .text div {
  color: #ff722d;
  background: #fff0d8;
  font-size: 24px;
  padding: 5px 15px;
  letter-spacing: 3px;
  width: 250px;
  margin: 0 auto;
  border-radius: 50px;
}

.knt-smartlife .section-12 .text h2 {
  color: #3e3e3e;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-12 .text p {
  font-size: 24px;
  color: #3e3e3e;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-12 .rowbox {
  width: 1370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-12 .rowbox .row h2 {
  color: #383838;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-12 .rowbox .row p {
  font-size: 24px;
  color: #383838;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-12 .contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-13 {
  width: 100%;
  min-height: 1430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  position: relative;
}

.knt-smartlife .section-13 .sectionbg {
  width: 100%;
  background: #fff;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-13 .text {
  width: 100%;
  text-align: center;
}

.knt-smartlife .section-13 .text div {
  color: #ff722d;
  background: #fff0d8;
  font-size: 24px;
  padding: 5px 15px;
  letter-spacing: 3px;
  width: 250px;
  margin: 0 auto;
  border-radius: 50px;
}

.knt-smartlife .section-13 .text h2 {
  color: #3e3e3e;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-13 .text p {
  font-size: 24px;
  color: #3e3e3e;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-13 .rowbox {
  width: 1370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-smartlife .section-13 .rowbox .row h2 {
  color: #383838;
  font-size: 50px;
  letter-spacing: 5px;
}

.knt-smartlife .section-13 .rowbox .row p {
  font-size: 24px;
  color: #383838;
  letter-spacing: 5px;
  margin: 15px 0 15px 0;
}

.knt-smartlife .section-13 .contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5%;
}

.add_section_bg .big_pic {
  position: relative;
  width: 100%;
  height: 690px;
}

.add_section_bg .big_pic .pic {
  position: absolute;
  width: 100%;
  height: 690px;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.add_section_bg .big_pic .pic.active {
  z-index: 4;
  opacity: 1;
  -webkit-transition: opacity 1ms ease;
  transition: opacity 1ms ease;
}

.add_section_bg .sp-zindex {
  z-index: 10;
}

.add_section_bg .add_wrap {
  z-index: 10;
}

.add_section_bg .add_wrap .btn {
  position: relative;
  width: 220px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background-image: url("../img/new/none_border.png");
}

.add_section_bg .add_wrap .btn .link {
  width: 90px;
  height: 50px;
  line-height: 47px;
}

.add_section_bg .add_wrap .btn .link.active_font {
  font-weight: bold;
}

.add_section_bg .add_wrap .btn .lingyue {
  text-align: right;
}

.add_section_bg .add_wrap .btn .veil {
  text-align: left;
}

.add_section_bg .add_wrap .btn img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 25px;
  height: 25px;
  padding: 0 10px;
}

.add_section_bg .add_wrap a {
  display: inline-block;
  padding: 0;
  border: none;
}

.add_section_bg .add_wrap a::before {
  display: none;
}

.knt-lingyue-lights-suit .con-wrapper {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}

.knt-lingyue-lights-suit .con-wrapper img {
  max-width: 100%;
}

.knt-lingyue-lights-suit .con-wrapper h2 {
  color: #333333;
  font-size: 48px;
  line-height: 72px;
  text-align: center;
}

.knt-lingyue-lights-suit .con-wrapper h3 {
  color: #333333;
  font-size: 28px;
}

.knt-lingyue-lights-suit .section-1 {
  width: 100%;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1920px) {
  .knt-lingyue-lights-suit .section-1 {
    min-height: 32vw;
  }
}

.knt-lingyue-lights-suit .section-1 .kv {
  width: 100%;
  height: 713px;
  background: url(../img/lingyue-lights-suit/s1-banner.jpg) no-repeat center center;
  background-size: cover;
}

.knt-lingyue-lights-suit .section-2 {
  background: linear-gradient(150deg, #994094, #984194, #74589f, #5071aa, #407bae);
}

.knt-lingyue-lights-suit .section-2 h2 {
  color: #fff;
  margin: 30px 0 0;
}

.knt-lingyue-lights-suit .section-2 h3 {
  color: #fff;
  font-size: 24px;
  margin: 20px 0 40px;
  text-align: center;
}

.knt-lingyue-lights-suit .section-2 p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}

.knt-lingyue-lights-suit .section-3 {
  background: #ffffff;
}

.knt-lingyue-lights-suit .section-3 .con-wrapper {
  padding: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-lingyue-lights-suit .section-3 .con-wrapper h2 {
  color: #333;
}

.knt-lingyue-lights-suit .section-3 .con-wrapper p {
  color: #000;
  text-align: center;
  margin: 50px 0;
}

.knt-lingyue-lights-suit .section-3 .con-wrapper img {
  width: 997px;
}

.knt-lingyue-lights-suit .section-4 {
  color: #fff;
  min-height: 1044px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.knt-lingyue-lights-suit .section-4 .big_pic {
  position: relative;
  width: 100%;
  min-height: 1044px;
}

.knt-lingyue-lights-suit .section-4 .big_pic .pic {
  position: absolute;
  width: 100%;
  min-height: 1044px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
}

.knt-lingyue-lights-suit .section-4 .big_pic .pic.active {
  opacity: 1;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper {
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: right;
  margin-right: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_text {
  position: relative;
  width: 80px;
  height: 433px;
  margin-right: 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_text .color {
  width: 80px;
  border-bottom: 1px solid #fff;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_text .color .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_text .color .wrap p {
  font-size: 20px;
  display: inline-block;
  font-weight: normal;
  font-stretch: normal;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_text .color .wrap img {
  width: 20px;
  height: 20px;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_text .color.active {
  opacity: 1;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_text .color1 {
  position: absolute;
  top: 33px;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_text .color2 {
  position: absolute;
  top: 94px;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_text .color3 {
  position: absolute;
  top: 155px;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_text .color4 {
  position: absolute;
  top: 212px;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_text .color5 {
  position: absolute;
  top: 271px;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_text .color6 {
  position: absolute;
  top: 335px;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_text .color7 {
  position: absolute;
  top: 400px;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box {
  width: 58px;
  height: 461px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 29px;
  padding: 27px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 43px;
  height: 43px;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball .ball_color {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball .hide_ball_color {
  position: absolute;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball .show_ball_color {
  opacity: 1;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball1 .coral_red {
  background-color: #f5ac5f;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball1 .active1 {
  border: solid 2px #f5ac5f;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball2 .red {
  background-color: #ed3e3c;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball2 .active2 {
  border: solid 2px #ed3e3c;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball3 .purple_red {
  background-color: #c540e4;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball3 .active3 {
  border: solid 2px #c540e4;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball4 .blue {
  background-color: #3c5bcf;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball4 .active4 {
  border: solid 2px #3c5bcf;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball5 .yellow {
  background-color: #f8ee78;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball5 .active5 {
  border: solid 2px #f8ee78;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball6 .golden {
  background-color: #f3c733;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball6 .active6 {
  border: solid 2px #f3c733;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball7 .green {
  background-color: #28c53a;
}

.knt-lingyue-lights-suit .section-4 .con-wrapper .color_ball_box .ball7 .active7 {
  border: solid 2px #28c53a;
}

.knt-lingyue-lights-suit .section-4 .border_box {
  position: absolute;
  width: 97.6%;
  height: 973px;
  border: 1px solid;
  -o-border-image: linear-gradient(0deg, #b31774 0%, #5c3a85 38%, #5c3a85 70%, #269799 80%, #269799 100%) 2 2 2 2;
  border-image: -webkit-gradient(linear, left bottom, left top, from(#b31774), color-stop(38%, #5c3a85), color-stop(70%, #5c3a85), color-stop(80%, #269799), to(#269799)) 2 2 2 2;
  border-image: linear-gradient(0deg, #b31774 0%, #5c3a85 38%, #5c3a85 70%, #269799 80%, #269799 100%) 2 2 2 2;
}

.knt-lingyue-lights-suit .section-5 .con-wrapper {
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-lingyue-lights-suit .section-5 .con-wrapper h2 {
  font-size: 36px;
  margin: 50px 0;
}

.knt-lingyue-lights-suit .section-5 .con-wrapper img {
  width: 769px;
  margin-bottom: 50px;
}

.knt-lingyue-lights-suit .section-6 .con-wrapper {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knt-lingyue-lights-suit .section-6 .con-wrapper .left {
  width: 50%;
}

.knt-lingyue-lights-suit .section-6 .con-wrapper .left img {
  width: 100%;
}

.knt-lingyue-lights-suit .section-6 .con-wrapper .right {
  width: 42%;
  margin-left: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.knt-lingyue-lights-suit .section-6 .con-wrapper .right h2 {
  text-align: left;
  margin-bottom: 20px;
}

.knt-lingyue-lights-suit .section-6 .con-wrapper .right .text-wrap {
  position: relative;
  margin-bottom: 10px;
}

.knt-lingyue-lights-suit .section-6 .con-wrapper .right .text-wrap .circle {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  left: -20px;
  border: 2px solid #666;
}

.knt-lingyue-lights-suit .section-6 .con-wrapper .right .text-wrap p {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
}

@media (max-width: 1420px) {
  .knt-lingyue-lights-suit .section-6 .con-wrapper .right {
    width: 45%;
    margin-left: 5%;
  }

  .knt-lingyue-lights-suit .section-6 .con-wrapper .right h2 {
    margin-bottom: 10px;
  }

  .knt-lingyue-lights-suit .section-6 .con-wrapper .right .text-wrap {
    margin-bottom: 5px;
  }

  .knt-lingyue-lights-suit .section-6 .con-wrapper .right .text-wrap .circle {
    top: 10px;
  }

  .knt-lingyue-lights-suit .section-6 .con-wrapper .right .text-wrap p {
    font-size: 18px;
    line-height: 30px;
  }
}

.knt-lingyue-lights-suit .section-7 .con-wrapper {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knt-lingyue-lights-suit .section-7 .con-wrapper .left {
  width: 42%;
  margin-right: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.knt-lingyue-lights-suit .section-7 .con-wrapper .left h2 {
  text-align: right;
  margin-bottom: 20px;
  margin-top: -30%;
}

.knt-lingyue-lights-suit .section-7 .con-wrapper .left .text-wrap {
  position: relative;
  margin-bottom: 10px;
}

.knt-lingyue-lights-suit .section-7 .con-wrapper .left .text-wrap p {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
  text-align: right;
}

.knt-lingyue-lights-suit .section-7 .con-wrapper .right {
  width: 50%;
}

.knt-lingyue-lights-suit .section-7 .con-wrapper .right img {
  width: 100%;
}

@media (max-width: 1540px) {
  .knt-lingyue-lights-suit .section-7 .con-wrapper .left {
    width: 45%;
    margin-right: 5%;
  }
}

@media (max-width: 1420px) {
  .knt-lingyue-lights-suit .section-7 .con-wrapper .left {
    width: 45%;
    margin-right: 5%;
  }

  .knt-lingyue-lights-suit .section-7 .con-wrapper .left h2 {
    margin-bottom: 10px;
  }

  .knt-lingyue-lights-suit .section-7 .con-wrapper .left .text-wrap {
    margin-bottom: 5px;
  }

  .knt-lingyue-lights-suit .section-7 .con-wrapper .left .text-wrap .circle {
    top: 10px;
  }

  .knt-lingyue-lights-suit .section-7 .con-wrapper .left .text-wrap p {
    font-size: 18px;
    line-height: 30px;
  }
}

.knt-lingyue-lights-suit .section-8 {
  background: #f8f8f8;
}

.knt-lingyue-lights-suit .section-8 .con-wrapper {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-lingyue-lights-suit .section-8 .con-wrapper p {
  font-size: 20px;
  line-height: 40px;
  color: #333;
  text-align: center;
  margin: 50px 0;
}

.knt-lingyue-lights-suit .section-8 .con-wrapper img {
  width: 90%;
  max-width: 1380px;
}

.knt-lingyue-lights-suit .section-9 {
  background: #fff;
}

.knt-lingyue-lights-suit .section-9 .con-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knt-lingyue-lights-suit .section-9 .con-wrapper h2 {
  margin: 50px 0 70px;
}

.knt-lingyue-lights-suit .section-9 .con-wrapper ul {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.knt-lingyue-lights-suit .section-9 .con-wrapper ul li {
  width: 600px;
  height: 664px;
  margin-bottom: 50px;
  background: linear-gradient(210deg, #80aeca, #7dc1c2, #d174ac, #9d89b6);
  border-radius: 20px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knt-lingyue-lights-suit .section-9 .con-wrapper ul li .item-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 18px;
  padding: 50px 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.knt-lingyue-lights-suit .section-9 .con-wrapper ul li .item-wrap img {
  width: 480px;
  height: 260px;
}

.knt-lingyue-lights-suit .section-9 .con-wrapper ul li .item-wrap h3 {
  color: #333;
  font-size: 24px;
}

.knt-lingyue-lights-suit .section-9 .con-wrapper ul li .item-wrap h4 {
  min-height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.knt-lingyue-lights-suit .section-9 .con-wrapper ul li .item-wrap .four {
  min-height: 80px;
}

.knt-lingyue-lights-suit .section-9 .con-wrapper ul li .item-wrap .four p {
  font-size: 16px;
  margin-left: 40px;
  color: #333;
}

.knt-lingyue-lights-suit .section-9 .con-wrapper ul li .item-wrap p {
  color: #666;
  font-size: 14px;
}

.knt-lingyue-lights-suit .section-9 .con-wrapper ul li .item-wrap p span {
  color: #333;
  font-size: 16px;
}

.terms-service {
  width: 100%;
  margin: 50px 0
}

.terms-service a {
  color: #000;
}

.terms-service a:hover {
  color: #1992da;
}

* {
  -ms-touch-action: none;
  touch-action: none;
}

/*# sourceMappingURL=style.css.map */