.shop_banner{
  height: 3rem;
}
.shop_banner img{
  height: 3rem;
}
.shop_user{
  padding: 0.2rem 0 0.2rem 0.24rem;
  margin-top: 0.2rem;
  background: #ffffff;
}
.suser_img{
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.suser_mid{
  margin-left: 0.2rem;
}
.suser_name{
  margin-top: 0.15rem;
}
.suser_name span{
  font-size: 0.36rem;
  line-height: 0.3rem;
}
.content .vip_box{
  display: inline-block;
  height: 0.3rem;
  width: 0.3rem;
  margin-top: 0.02rem;
  margin-left: 0.1rem;
  background-image: url(../img/vip.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.suser_post{
  font-size: 0.28rem;
  line-height: 0.28rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.suser_link{
  display: block;
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #30a5dd;
}
.suser_r{
  font-size: 0.28rem;
  padding: 0.2rem 0.4rem;
  text-align: center;
  border-left: 1px dashed #30a5dd;
}
.suser_integral{
  margin-top: 0.24rem;
  color: #fe0c0c;
  
}
.suser_exchange{
  margin-top: 0.2rem;
  padding: 0 0.24rem;
  background: #ffffff;
}
.sec_tit{
  padding: 0.3rem 0;
  line-height: 0.4rem;
}
.sec_tit img{
  width: 0.32rem;
  height: 0.36rem;
}
.sec_tit span{
  display: inline-block;
  font-size: 0.36rem;  
  line-height: 0.36rem;
  color: #156bad;
  margin-left: 0.1rem;
}
.sec_card{
  border: 1px solid #efefef;
  border-radius: 5px;
  width: 3.3rem;
  margin-bottom: 0.44rem;
  box-shadow: 0px 1px 2px 0px #e0e0e0;
}
.sec_card:nth-child(2n-1){
  margin-right: 0.3rem;
}
.scard_ind{
  height: 1.85rem;
  border-radius: 5px 5px 0 0;
}
.scard_cont{
  padding: 0 0.2rem;
  min-height: 2rem;
}
.scard_item{
	margin-top: 0.1rem;
  overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.item_tit{
  font-size: 0.32rem;
}
.item_require{
  font-size: 0.28rem;
}
.scard_money{
  color: #7d7d7d;
  font-size: 0.28rem;
  line-height: 0.3rem;
  margin: 0.2rem 0;
}
.scard_money img{
  width: 0.17rem;
  height: 0.3rem;
}
.scard_money span{
  display: inline-block;
}
.shop_red{
  color: #fe0c0c;
  margin: 0 0.1rem;
}
.scard_num{
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #7d7d7d;
}
.scard_num span{
  margin-left: 0.1rem;
}