.product-wrap {
  background: #F2F6F9;
}
.product-wrap .mobile {
  display: none;
}
.product-wrap p {
  margin: unset;
}
.product-wrap img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .product-wrap .pc {
    display: none;
  }
  .product-wrap .mobile {
    display: block;
  }
  .product-wrap .container {
    padding: 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: 52px 0;
}
.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 .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 .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 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 .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%;
  }
}

.scene-wrap h2 {
  padding-bottom: 20px;
}
.scene-wrap .col {
  padding: 26px;
}
.scene-wrap .wrap {
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
  border-radius: 8px 8px 0px 0px;
  background: #fff;
}
.scene-wrap .title {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  border-bottom: 1px solid #dadada;
}
.scene-wrap .wrap:hover .cover img {
  transform: scale(1.1);
}
.scene-wrap .cover {
  overflow: hidden;
}
.scene-wrap .cover img {
  display: block;
  width: 100%;
  height: 232px;
  transition: transform .3s ease;
  object-fit: contain;
}
.scene-wrap .cc {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .scene-wrap .col {
    padding: 15px;
  }
  .scene-wrap .cc {
    display: block;
    float: unset;
  }
}
