<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shop-saixuan{
   background-color: #ffffff;
   padding: 10px;
   box-sizing: border-box;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}
.shop-saixuan .shop-saixuan-item{
   width: 60px;
   margin-left: 4px;
   overflow: hidden;
   text-align: center;
   font-size: 12px;
   height: 78px;
}
.shop-saixuan .shop-saixuan-item img{
    width: 100%;
    height: 60px;
}
.shop-saixuan .shop-saixuan-item p{
  line-height: 18px;
  color: rgba(0,0,0);
}
.shop-saixuan .shop-saixuan-item-more img{
  /* background-color: #cccccc;
   width: 30px;
  height: 30px;
  border-radius: 50%; */
 }
 .jinpin{
  font-size:17px;
  font-weight:bold;
  color:rgba(51,51,51,1);
  text-align: center;
  margin-bottom: 13px;
 }
 .fenleimore{
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .fenleimore img{
    height: 1rem !important;
    width: 1rem !important;
 }</pre></body></html>