.product-wrap .overview {
  padding: 81px 0 0;
}
.product-wrap .overview .desc {
  padding-top: 50px;
}
.product-wrap .overview h2 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2A3957;
  margin: 29px 0 40px;
}
.product-wrap .overview p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin: unset;
}
.product-wrap .overview img {
  display: block;
  width: 85%;
  /*margin: 0 auto;*/
  float: right;
}
.product-wrap .analysis img {
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .product-wrap .overview {
    padding: 40px 0;
  }
  .product-wrap .overview h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2A3957;
    margin: 0 0 20px;
  }
  .product-wrap .overview p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: unset;
  }
  .product-wrap .overview img {
    display: block;
    width: 100%;
    float: unset;
  }
  .product-wrap .overview .cover {
    margin-top: 15px;
    padding: 5px;
  }
}




.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 p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin: unset;
}
.func-wrap .list {
  display: flex;
  flex-wrap: wrap;
  margin: 51px -15px 0;
}
.func-wrap .list li {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 30px;
}
.func-wrap .list li img {
  margin-right: 9px;
}
.func-wrap .row {
  margin: unset;
  position: relative;
  background: url(../assets/image/hover.png) no-repeat right;
  background-size: 50%;
  /* background-size: contain; */
  height: 33.5vw;
  display: flex;
  align-items: center;
}
.func-wrap .container {
  display: flex;
}
.func-wrap .container .desc {
  width: 36%;
  margin-right: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.func-wrap .container .cons {
  padding-right: 60px;
}
.func-wrap .container .cons img {
  width: 40.1563vw;
}
.func-wrap .row:nth-child(even) .container {
  flex-direction: row-reverse;
}
.func-wrap .row:nth-child(even) {
  background: url(../assets/image/hover-2.png) no-repeat left;
  background-size: 50%;
}
.func-wrap .row .col {
  padding: unset;
}
.func-wrap .row .cover img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .func-wrap {
    padding-top: 30px;
  }
  .func-wrap h2 {
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2A3957;
    margin: 0 0 22px;
  }
  .func-wrap h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2A3957;
    margin: 15px 0 15px;
  }
  .func-wrap p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1.8;
    margin: unset;
  }
  .func-wrap .row {
    display: flex;
    margin: unset;
    position: relative;
    height: unset;
    background: unset;
  }
  .func-wrap .row:nth-child(even) {
    background: unset;
  }
  .func-wrap .row:nth-child(even) .container {
    flex-direction: column-reverse;
  }
  .func-wrap .row:nth-child(even) .desc {
    margin-right: unset;
    margin-left: unset;
  }
  .func-wrap .container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: unset;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  .func-wrap .container .desc {
    width: 100%;
    margin-right: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
  }
  .func-wrap .container .cons {
    padding-right: unset;
  }
  .func-wrap .container .cons img {
    width: 100%;
  }
  .func-wrap .row:nth-child(even) {
    flex-direction: row-reverse;
  }
  .func-wrap .row .col {
    padding: unset;
  }
  .func-wrap .row .cover img {
    display: block;
    width: 100%;
  }
  .func-wrap .cons > img {
    width: 100%;
  }
  .func-wrap .list {
    margin: 15px -15px 0;
  }
  .func-wrap .list li {
    font-size: 12px;
  }
}


