.index .promotion .row{
  margin-bottom: 10px;
}
.index .promotion img {
  border: 1.5px solid #ccc;
  width: 100%;
}.index

.product .product-col{
  padding: 4px!important;
  width: 20%;
}
.index .product .box{
  border: 1px solid #ddd;
}
.index .product .box .head {
  background-color: #dfdfdf;
  font-size: 10px;
  font-weight: 300;
  padding: 8px;
}
.index .product .box .head p {
  margin-bottom: 0px;
}
.index .product .box .detail {
  padding: 3px;
}
.index .product .box .detail img {
  height: 100px;
  width: auto;
  max-width: 100px;
}
.index .product .box .detail .title {
  font-size: 10px;
  /*font-weight: 300;*/
  margin-bottom: 0px;
}
.index .product .box .detail .pro-detail{
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 5px;
  height: 30px;
}
/*.index .product .box .detail .hotprice{
  font-size: 10px;
  color: Crimson;
  margin-bottom: 5px;
}*/
.index .product .box .detail .hotprice{
  font-size: 18px;
  color: Crimson;
  margin-bottom: 5px;
}
.index .product .box a.product-link {
    text-decoration: none;
    color:inherit;
}
.index .product .box .detail a.ask-btn img{
  width: 80px;
  height: auto;
}
.index .product .box .detail a.ask-btn div{
  width: 100px;
  height: 30px;
  background-image: url("images/index/ask-price-buttom.png");
  background-size: contain;
  background-position: 5px 0px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.index .product .box .detail a.ask-btn div:hover{
  background-image: url("images/index/ask-price-buttom-notshadow.png");
  background-size: contain;
  background-position: 7px 2px;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product .product-col{
    padding: 4px!important;
    width: 33.33%!important;
  }
  .index .product  .box .detail .title {
    font-size: 14px;
    /*font-weight: 300;*/
    margin-bottom: 0px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .index .customer .left span h4 {
    font-size: 12px;
  }
  .product .product-col{
    padding: 4px!important;
    width: 50%!important;
  }
  .product .box .detail .pro-detail{
    height: 20px!important;
    font-size: 12px!important;
  }
  .index .product  .box .detail .title {
    font-size: 14px;
    /*font-weight: 300;*/
    margin-bottom: 0px;
    height: 20px;
  }
  .index .product .box .detail img {
    height: 100px;
    width: auto;
    max-width: 100px;
    /*max-width: 76px;
    max-height: 50px;*/
  }
  .index .product .box .detail a div{
    /*width: 50px!important;
    height: 15px!important;*/
    background-image: url('images/index/ask-price-buttom.png');
    background-size: contain;
    background-position: 2px 0px;
    background-repeat: no-repeat;
  }
  .index .product .box .detail a div:hover{
    background-image: url('images/index/ask-price-buttom-notshadow.png');
    background-size: contain;
    background-position: 0px 1px;
    background-repeat: no-repeat;
  }
  /*.index .product  .box .hotprice {
    font-size: 12px!important;
  }*/
}
.index .clip-animation {
  clip-path: url(#clipping);
  -webkit-clip-path: url(#clipping);
  -webkit-transform: translateZ(0px);
  /*margin:100px; */
  /*height: 100%;
  width:300px;
	overflow:hidden*/
}
.index .wrap {
  height: 13vw;
  width: 100%;
  background-color: Green;
}
.index .left {
  height: 13vw;
  line-height: 13vw;
  width: 20%;
  float: left;
  text-align: center;
}
.index .left span{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  text-align: center;
}
.index .left span h4{
  font-weight: 400;
  color: white;
}
.index .right {
  height: 13vw;
  width: 80%;
  float: right;
  background-color: Gainsboro;
  padding: 1vw 10%;
}
.index .right .col-xs-2 {
  padding: 5px!important;
}
.index .right img {
  max-height: 4vw;
  /*width: 100%;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1vw;
}

@media (max-width: 768px) {
  .index .wrap {
    height: 20vw;
    width: 100%;
    background-color: Green;
  }
  .index .left {
    height: 20vw;
    line-height: 20vw;
    width: 20%;
    float: left;
    text-align: center;
  }
  .index .left span{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
  }
  .index .left span h4{
    font-weight: 400;
    color: white;
  }
  .index .right {
    height: 20vw;
    width: 80%;
    float: right;
    background-color: Gainsboro;
    padding: 4vw 10%;
  }
  .index .right .col-xs-2 {
    padding: 5px!important;
  }
  .index .right img {
    max-height: 4vw;
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vw;
  }
}
