.ch-store {
  padding: .33rem .2rem .35rem .23rem;
  border-bottom: .23rem solid #F6F6F6;
}
.ch-store .ch-store-logo {
  display: inline-block;
  vertical-align: middle;
  width: 1.03rem;
  height: .48rem;
}
.ch-store .ch-store-name {
  display: inline-block;
  vertical-align: middle;
  max-width: 3.5rem;
  margin-left: .15rem;
  font-size: .28rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  color: #333333;
  line-height: .28rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ch-store .ch-store-star img {
  display: inline-block;
  width: .26rem;
  height: .28rem;
  margin-right: .07rem;
}
.ch-store .ch-store-star span {
  display: inline-block;
  vertical-align: top;
  font-size: .22rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #999999;
  margin-left: .33rem;
}
.ch-store .ch-store-type {
  margin-top: .12rem;
}
.ch-store .ch-store-type span {
  display: inline-block;
  vertical-align: middle;
  font-size: .23rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #ff5300;
  border-radius: .04rem;
  margin-right: .11rem;
  padding: 0 .04rem;
}
.ch-store .ch-store-type .ch-store-active1 {
  border: 1px solid #E33A3A;
  color: #E33A3A;
}
.ch-store .ch-store-type .ch-store-active2 {
  border: 1px solid #94C239;
  color: #94C239;
}
.ch-store .ch-store-type .ch-store-active3 {
  border: 1px solid #FF5300;
  color: #FF5300;
}
.ch-store .ch-store-type .ch-store-active4 {
  border: 1px solid #148DDD;
  color: #148DDD;
}
.ch-store .ch-store-type .ch-store-active5 {
  border: 1px solid #2AAD68;
  color: #2AAD68;
}
.ch-store .ch-store-intro {
  font-size: .28rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #777777;
  line-height: .35rem;
  margin-top: .22rem;
  margin-bottom: .20rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ch-store .ch-store-btn button {
  box-sizing: border-box;
  width: 3.41rem;
  height: .69rem;
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
}
.ch-store .ch-store-btn button img {
  display: inline-block;
  vertical-align: middle;
  width: .25rem;
  height: .23rem;
}
.ch-store .ch-store-btn button span {
  display: inline-block;
  vertical-align: middle;
  font-size: .26rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #666666;
  margin-left: .16rem;
}
.ch-store .ch-store-btn button:nth-last-of-type(1) {
  margin-left: .12rem;
}
.ch-store .ch-store-btn button:nth-last-of-type(1) img {
  width: .29rem;
  height: .26rem;
}
