
.product-instruction-wrap .cover {
  text-align: right;
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
}
.product-instruction-wrap .cover img {
  max-width: 100%;
}
.product-instruction-wrap .desc {
  padding: 30px 0 0 58px;
}
.product-instruction-wrap .desc p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 1.7;
}
@media screen and (max-width: 600px) {
  .product-instruction-wrap .desc {
    padding: 0 15px;
  }
  .product-instruction-wrap .cover {
    box-shadow: unset;
  }
}



.func-wrap {
  /* display: none; */
  position: relative;
}
.func-wrap h2 {
  text-align: center;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2A3957;
  margin: 0 0 52px;
}
.func-wrap h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2A3957;
  margin: 0 0 39px;
}
.func-wrap .list {
  margin: 40px 0 0;
}
.func-wrap .list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  width: 404px;
  height: 63px;
  padding-left: 26px;
  cursor: pointer;
}
.func-wrap .list li + li {
  border-top: 1px solid #e6e6e6;
}
.func-wrap .list li.active,
.func-wrap .list li:hover {
  background: #F5F9FF;
  color: var(--main-color);
}
.func-wrap .list li img {
  margin-right: 26px;
}
.func-wrap .wrap {
  margin: unset;
  position: relative;
  background: url(../assets/image/hover.png) no-repeat right;
  background-size: 50%;
  /* background-size: contain; */
}
.func-wrap .container {
  height: 33.5vw;
  display: flex;
  align-items: center;
}
.func-wrap .container .desc {
  width: 36%;
}
.func-wrap .wrap:nth-child(odd) .container {
  flex-direction: row-reverse;
}
.func-wrap .wrap:nth-child(odd) {
  background: url(../assets/image/hover-2.png) no-repeat left;
  background-size: 50%;
}
.func-wrap .wrap:nth-child(odd) .desc {
  margin-left: 60px;
}
.func-wrap .wrap .cons {
  width: 771px;
  height: 454px;
}
.func-wrap .wrap .cons img {
  width: 771px;
  height: 454px;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .func-wrap h2 {
    font-size: 24px;
    margin: 0 0 40px;
  }
  .func-wrap h3 {
    font-size: 20px;
    margin: 15px 24px;
  }
  .func-wrap .list {
    margin: 0;
  }
  .func-wrap .list li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    width: unset;
    height: 63px;
    padding-left: 26px;
    cursor: pointer;
  }
  .func-wrap .list li + li {
    border-top: 1px solid #e6e6e6;
  }
  .func-wrap .list li.active,
  .func-wrap .list li:hover {
    background: #F5F9FF;
    color: var(--main-color);
  }
  .func-wrap .list li img {
    margin-right: 26px;
  }
  .func-wrap .wrap {
    margin: unset;
    position: relative;
    background: unset;
    background-size: 50%;
    margin-bottom: 30px;
    /* background-size: contain; */
  }
  .func-wrap .container {
    height: unset;
    display: flex;
    flex-direction: column-reverse;
    align-items: unset;
  }
  .func-wrap .container .desc {
    width: unset;
  }
  .func-wrap .wrap:nth-child(odd) .container {
    flex-direction: column-reverse;
  }
  .func-wrap .wrap:nth-child(odd) {
    background: unset;
    background-size: 50%;
  }
  .func-wrap .wrap:nth-child(odd) .desc {
    margin-left: unset;
  }
  .func-wrap .wrap .cons {
    width: 100%;
    height: unset;
  }
  .func-wrap .wrap .cons img {
    width: 100%;
    height: unset;
  }
}


.product-character-wrap .wrap {
  border: 2px solid #FFFFFF;
  flex-direction: column;
  text-align: center;
}
.product-character-wrap .icon {
  margin-bottom: 15px;
  transform: translateX(10px);
}
.product-character-wrap .col .wrap:hover .icon {
  transform: translateX(10px) scale(1.1);
}
