@charset "utf-8";
.page.white{
  background: #fff;
}
.header{
  position: relative;
  margin-bottom: 94px;
}
.product-mode-img{
  width: 100%;
}
.product-mode-summary{
  position: absolute;
  bottom: -57px;
  left: 50%;
  background: #fff;
  width: 345px;
  margin-left: -172px;
  padding: 17px 0;
  text-align: center;
  box-shadow:0px 1px 7px 0px rgba(0,0,0,0.1);
}
.summary-ch{
  font-size: 15px;
  color: #333;
  line-height: 21px;
  margin-bottom: 4px;
  font-family: "PingFangSC-Regular, sans-serif";
}
.summary-en{
  font-size: 11px;
  color: #999;
  line-height: 12px;
  font-weight: 200;
}
.has-channel{
  width: 345px;
  margin-bottom: 34px;
  margin: 0 auto;
  overflow: hidden;
}
.proList{
  width: 100%;
  list-style: none;
}
.proList li{
  float: left;
  width: 47.8%;
  margin:0 3% 3% 0;
}
.proList li:nth-child(2n){
  margin-right: 0;
}
.proList li img{
  width: 100%;
  height: 100%;
  display: block;
}