.product-list {
  margin: 0 -15px;
}
.product-list li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 15px;
}
.collection-list li{
  width: 20%;
}
.product-list li a {
    max-width: 240px;
    position: relative;
    margin: 0 auto 65px;
    box-sizing: border-box;
}
.product-list .pic {
    position: relative;
    margin: 0 auto;
    border: solid 1px transparent;
    box-sizing: border-box;
}
.product-list li a:hover .pic{
  border-color: #68a0d3;
}
.product-list .offers{
  font-size: 18px;
  color: #0062A9;
  font-weight: bold;
  margin: 10px 0;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-height: 26px;
  min-height: 26px;
}
.product-list .offers.inqu{
  color: #8CC11F;
}
.product-list .name{
  text-align: left;
  font-size: 18px;
  color: #585754;
  line-height: 1.65;
    overflow: hidden;
    white-space: nowrap;
  text-overflow: ellipsis;
    max-height: 24px;
    min-height: 24px;
}
.product-list .more {
  background: url(../images/products/line.png) no-repeat 50% 50%;
}
.product-list .more span{
  display: block;
  margin: 0 auto;
  background: url(../images/products/btn_6.png) no-repeat;
  height: 64px;
  width: 66px;
  line-height: normal;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding-top: 13px;
  box-sizing: border-box;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
}
.product-list a:hover .more span{
  background-position: 0 100%;
}
.product-list + .btn-box{
  padding-top: 10px;
}
.resault-box{
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  color: #7f7f7f;
}
.resault-box span{
  margin-left: 10px;
  font-size: 15px;
  color: #C69253;
}
.gallery{
  margin: 0 -10px;
}
.stage{
  width: 55%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}
.pro-info,
.pro-detail-box{
  float: right;
  width: 45%;
  box-sizing: border-box;
  padding: 0 10px;
}

.stage .pic{
  max-width: 588px;
  margin: 0 auto;
}
.pro-info{

}
.pro-detail-box .til{
  text-align: left;
  font-size: 23px;
  color: #006734;
  border-bottom: dashed 1px #9dc21f;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.pro-detail-box .til .pd-id{
  font-size: 15px;
  color: #585756;
  margin-bottom: 10px;
}

.pro-info .form-group{
  margin: 10px 0;
}
.pro-info .control-box{
  display: inline-block;
}
.pro-info .form-group.choic .form-control{
  width: 187px;
  height: 25px;
  line-height: normal;
  padding: 0;
  border-color: #ddd;
  border-radius: 0;
  background: #FFF;
}
.pro-info {
  font-size: 15px;
  color: #585756;
}
.pro-info strong.blue{
  font-weight: bold;
  color: #0062a9;
  font-size: 18px;
}
.pro-info .x-price{
  display: inline-block;
  margin: 10px 0;
  border-left: solid 1px #939291;
  line-height: normal;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 20px;
}
.btns-box{
  margin-top: 20px;
  padding-top: 20px;
  border-top: dotted 1px #bdc21f;
  text-align: center;
}
.btns-box ul{
  display: inline-block;
}
.btns-box li{
  display: block;
  float: left;
  width: 33.33333%;
  box-sizing: border-box;
  padding: 5px;
}

.btns-box .pbtn{
  width: 126px;
  height: 128px;
  background: url(../images/btn_4.png) no-repeat;
  text-indent: -99999999px;
  display: block;
  margin: 0 72px;
}
.btns-box .pbtn.p1{
  background-position: 0 0;
}
.btns-box .pbtn.p1:hover{
  background-position: 0 100%;
}
.btns-box .pbtn.p2{
  background-position: 100% 0;
}
.btns-box .pbtn.p2:hover{
  background-position: 100% 100%;
}
.btns-box .pbtn.p3{
  background-image: url(../images/btn_nostock.png);
}
.btns-box .pbtn2{
  width: 126px;
  height: 129px;
  background: url(../images/btn_5.png) no-repeat;
  text-indent: -99999999px;
  display: block;
  margin: 0 72px;
}
.btns-box .pbtn2.c1{
  background-position: 0 0;
}
.btns-box .pbtn2.c1:hover{
  background-position: 0 100%;
}
.btns-box .pbtn2.c2{
  background-position: 100% 0;
}
.btns-box .pbtn2.c2:hover{
  background-position: 100% 100%;
}

.detail-box{
  padding-top: 50px;
  clear: both;
}

@media screen and (max-width: 1400px){
    .detail-title{margin-bottom: 20px;padding-bottom: 20px;}
}
@media screen and (max-width: 1200px){
  .collection-list li{
    width: 33.33333%;
  }
}
@media screen and (max-width: 1000px){
  .product-list li{width: 33.33333%;}

}
@media screen and (max-width: 980px){
  .product-list li{width: 50%;}
  .resault-box{text-align: center;}
  .stage,
  .pro-info,
  .pro-detail-box{
    width: 100%;
    float: none;
  }
  .pro-info{
    margin-top: 20px;
  }
  .detail-title{
    padding-top: 30px;
    line-height: normal;
  }
  .detail-title{font-size: 45px;}
  .detail-title span{font-size: 25px;}
}
@media screen and (max-width: 480px){
  .product-list li{width: 100%;}
  .product-list li a{margin-bottom: 25px;}
  .btns-box li{
    width: 50%;
  }
}
