@media screen and (min-width: 1260px) {
  .pc-show{
    display: block;
  }
  .mobile-show{
    display: none;
  }
}
@media screen and (max-width: 1261px) {
  .pc-show{
    display: none;
  }
  .mobile-show{
    display: block;
  }
}
.mobile-product-info {
  width: 100%;
  padding-bottom: 60px;
  /*padding-top: 60px;*/
}
.banner-box {
  width: 100%;
  display: block;
}
.banner-box img {
  width: 100%;
}
.product-box-m {
  width: 100%;
  padding: 16px 27px;
}
.product-box-m .title {
  font-size: 14px;
  font-weight: bold;
  color: #4f5051;
  line-height: 22px;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
}
.product-box-m .content-box {
  width: 100%;
  overflow: hidden;
  line-height: 16px;
}
.product-box-m .download-list {
  display: flex;
  padding-top: 5px;
}
.product-box-m .download-list .download-btn {
  background: #4e8cee;
  box-shadow: 0 1px 2px 0 rgba(134, 163, 208, 0.97);
  border-radius: 40px;
  line-height: 20px;
  padding: 4px 8px;
  font-size: 9px;
  color: #fff;
}
.product-box-m .download-list .mr-15 {
  margin-right: 15px;
}
.desc {
  padding-bottom: 15px;
}
.desc .left-img {
  height: 110px;
  width: 110px;
  margin: 0 18px;
  float: left;
}
.desc .left-img img {
  width: 100%;
}
.desc .right-desc {
  overflow: hidden;
  min-height: 110px;
  padding: 15px 0;
  color: #4f5051;
  line-height: 16px;
  font-size: 11px;
}
.advantage-box {
  width: 100%;
  background-color: #F0F5F9;
}
.advantage-box .content-box {
  display: flex;
  flex-wrap: wrap;
}
.advantage-box .advantage-item {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  min-height: 64px;
}
.advantage-box .advantage-item .icon {
  height: 30px;
  width: 30px;
  user-select: none;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 12px auto 0;
}
.advantage-box .advantage-item .icon img {
  min-width: unset;
  height: auto;
  width: 100%;
}
.advantage-box .advantage-item .advantage-item-info {
  padding-right: 10px;
  overflow: hidden;
  padding-left: 42px;
  line-height: 30px;
}
.advantage-box .advantage-item .advantage-item-info .advantage-item-title {
  font-size: 12px;
  color: #4F5051;
  font-weight: bold;
  margin-bottom: 5px;
}
.advantage-box .advantage-item .advantage-item-info .advantage-item-desc {
  font-size: 11px;
  line-height: 15px;
  color: #4f5051;
  white-space: normal;
}
.function {
  padding-left: 6%;
  padding-right: 6%;
}
.function .content-box {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.function .function-item {
  width: 42.42%;
  min-height: 134px;
  background: #f9fcff;
  box-shadow: 0 5px 11px 0 rgba(150, 172, 210, 0.4);
  border-radius: 4px;
  text-align: center;
  padding: 18px 10px;
  overflow: hidden;
  margin: 0 0 30px;
  /*&:nth-child(2n){
      margin: 0 12% 30px 6%;
    }*/
}
.function .function-item .top-icon {
  width: 49px;
  height: 49px;
  display: inline-block;
  margin-bottom: 12px;
}
.function .function-item .top-icon img {
  width: 100%;
}
.function .function-item .function-info .function-title {
  color: #4F5051;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 2px;
}
.function .function-item .function-info .function-desc {
  font-size: 10px;
  line-height: 14px;
  color: #4F5051;
}
