.productsizebox{
  width: 100%;
   margin-bottom: 10px;
  padding: 20px;
  background: #fffcf5;
  border: 1px solid #f3c298;
  font-size:16px
}
.productsize{
  padding: 2px 0;
  display: flex;
  flex-direction:row;
}
.productsizeleft{
  float: left;
  /*width: 100px;*/
}
.productsizeright{
  float: left;
  /*height: 24px;
  margin: 18px 0;*/
  margin-bottom: 5px;
}
.colorbotton{width:18px;height:18px;margin-right:15px;border:1px solid #e4e3e3}
.productsizeright a{
  display: block;
  float: left;
  padding: 1px;
  margin-right: 10px;
  margin-bottom: 10px;
  border:1px solid #d9d9d9;
}
.productsizeright a img{
  vertical-align: middle;
}
.productsizeright .no_select{
  border:1px dashed #d9d9d9;
  opacity: 0.7;
}
.productsizeright .current{
  border:2px solid #000;
}
.product_color img{
  display: block;
  width: 48px;
  height: 48px;
}
.productsizeright a{
  color: #434343;
}
.productnumbox{
  width: 100%;
  height: 50px;
  line-height: 25px;
}
.product_num{
  float: left;
    border: none;
  border:1px solid #d9d9d9;
  width: 48px;
  height: 24px;
  text-align: center;
}
.productsize_btnbox{
  float: left;
  margin-left: 4px;
}
.productsize_add{
  display: block;
  border: none;
  border:1px solid #d9d9d9;
  width: 20px;
  height: 10px;
  background: url(../images/addbtn.png) center center no-repeat;
    background-size: 5px 3px;
}
.productsize_reduce{
  display: block;
  margin-top: 4px;
    border: none;
  border:1px solid #d9d9d9;
  width: 20px;
  height: 10px;
  background: url(../images/reducebtn.png) center center no-repeat;
    background-size: 5px 3px;
}