
.product-page{
  background-color: #E6E1DD;
}
.product-page .side{
  width:2.43rem;
  height:10.80rem;
  background: url(product/product-side.png) no-repeat 0 0;
  background-size:cover;
  position:relative;
}


.product-page .side-category-title{
  position:absolute;
  top:3.2rem;
  left:.4rem;
  
  
  font-size:.26rem;
  line-height:.5rem;
  height:.5rem;
  width:1.4rem;
  text-align:center;
  display:block;
  font-family:simsun;
  font-weight:700;
  position:relative;
  cursor:pointer;
  color:#7c5f3b;
}

.product-page .side-category{
  position:absolute;
  top:3.8rem;
  left:.4rem;
}
.product-page .side-category .category-item{
  font-size:.26rem;
  line-height:.5rem;
  height:.5rem;
  width:1.4rem;
  text-align:center;
  display:block;
  font-family:simsun;
  font-weight:700;
  position:relative;
  cursor:pointer;
  color:#b4a899;
  border:1px solid #b4a899;
  border-radius:.25rem;
}
.product-page .side-category .category-item + .category-item{
  margin-top:.15rem;
}
.product-page .side-category .category-item.on{
  color:#55391e;
  background-color:#B4A899;
}
.product-page .btn-back{
  position:absolute;
  display:flex;
  align-items: center;
  justify-content: center;
  overflow:hidden;
  text-indent: -100rem;
  left: .9rem;
  bottom: .8rem;
  width:.50rem;
  height:.50rem;
  background-image:url(product/btn-back.png);
  background-size:cover;
  z-index:100;
  cursor:pointer;
}
.product-page .product-list{
  position:absolute;
  left:2.7rem;
  top:.5rem;
  right:.4rem;
  bottom:.5rem;
  display:flex;
  flex-wrap: wrap;
  overflow:auto;
  align-content: flex-start;
}
.product-page .product{
  margin-left:.4rem;
  margin-bottom:.5rem;
  cursor:pointer;
  position:relative;
}
.product-page .product:nth-child(5n + 1){
}
.product-page .product .image{
  width:2.7rem;
  height:2.7rem;
  overflow:hidden;
  border-radius:.05rem;
  display:flex;
  align-items: center;
  justify-content: center;
  background-color:#FFF;
}
.product-page .product .image img{
  max-width:100%;
  max-height:100%;
  vertical-align:middle;
}
.product-page .product .title{
  margin-top:.15rem;
  font-size:.22rem;
  
  width: 2.7rem;
  line-height:1.4;
  word-break: break-all;
}
