.product-instruction .desc {
  padding-top: 30px;
}
.product-instruction p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  margin: unset;
}
.product-instruction .list {
  margin-top: 81px;
  width: 88%;
}
.product-instruction .list li {
  padding: 7.5px;
}
.product-instruction .list .wrap {
  line-height: 40px;
  background: #FFFFFF;
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  transition: all .3s ease;
}
.product-instruction .list .wrap:hover {
  background: #005DD4;
  color: #fff;
}
.product-instruction img {
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .product-instruction .desc {
    padding-top: unset;
  }
  .product-instruction p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 2;
    margin: unset;
  }
  .product-instruction .list {
    margin-top: 30px;
    width: unset;
  }
  .product-instruction .list li {
    padding: 7.5px 15px;
  }
  .product-instruction .list .wrap:hover {
    background: #005DD4;
    color: #fff;
  }
  .product-instruction .cover {
    padding: 5px 15px;
  }
}



/* .product-character-wrap {
  padding-bottom: unset;
} */
.product-character-wrap.value {
  background: #F2F6F9;
}


.scene-wrap .dto {
  display: none;
}
.scene-wrap .dto.active {
  display: block;
}
.scene-wrap h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 0 0 45px;
  position: relative;
}
.scene-wrap h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 216px;
  height: 6px;
  background: #025CD4;
  opacity: 0.6;
}
.scene-wrap p {
  height: 153px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 1.7;
  margin: 0 0 30px;
}
.scene-wrap .controller {
  display: flex;
}
.scene-wrap .controller > div {
  width: 40px;
  height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  margin-right: 20px;
  cursor: pointer;
  transition: background .3s ease, color .3s ease;
}
.scene-wrap .controller > div:hover {
  background: #025CD4;
  color: #fff;
}
.scene-wrap .controller > div i {
  font-size: 18px;
}
.scene-wrap .left {
  background: linear-gradient(-180deg, #F0F2F8, #FFFFFF);
  padding: 79px 61px 73px 51px;
}
.scene-wrap .row {
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
  border-radius: 8px;
  overflow: hidden;
}
.scene-wrap .right {
  padding: unset;
  height: 445px;
}
.scene-wrap .swiper-face {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.scene-wrap .swiper-face .cl {
  flex: 1;
  height: 98px;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  text-align: center;
  margin: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background .3s ease, height .3s ease;
}
.scene-wrap .swiper-face .cl + .cl {
  margin-left: 1px;
}
.scene-wrap .swiper-face .cl.active {
  height: 158px;
  background: rgba(2, 93, 212, 0.9);
}
.scene-wrap .swiper-face .cl.active h4 {
  font-size: 40px;
}
.scene-wrap .swiper-face .cl h4 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 0 15px;
  transition: font-size .3s ease;
}
.scene-wrap .swiper-face .cl span {
  font-size: 14px;
  color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .scene-wrap .row {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0;
  }
  .scene-wrap .row {
    box-shadow: unset;
  }
  .scene-wrap .row p {
    margin: 0 0 22px;
    height: unset;
  }
  .scene-wrap .left {
    background: unset;
    padding: 30px 0 0;
  }
  .scene-wrap .right {
    height: unset;
  }
  .scene-wrap .right img {
    width: 100%;
    object-fit: contain;
  }
  .scene-wrap .right .swiper-face {
    opacity: 0;
    pointer-events: none;
  }
  .scene-wrap .controller {
    justify-content: center;
  }
}
