@charset "UTF-8";
/*banner区*/
.top-banner {
  position: relative; }

.banner-top {
  height: 1.6rem;
  width: 100%; }

.banner-top .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.top-banner .label {
  position: absolute;
  left: 0;
  top: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 0.14rem;
  width: 0.9rem;
  padding-left: 0.12rem;
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
  z-index: 100; }

/* 商家推荐 */
.list-title {
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.12rem;
  margin-top: 0.08rem;
  color: #323232;
  background: #fff;
  border-bottom: 1px solid #e1e1e1; }

.list-title h3 {
  font-size: 0.17rem; }

.shop-list {
  padding: 0.12rem 0;
  background: #fff; }

.commodity-show .swiper-slide {
  height: 1.3rem; }

/* 商家推荐  */
.commodity-show {
  width: 100%;
  height: 1.5rem;
  margin: 0 auto;
  position: relative; }

.commodity-show .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1.3rem !important;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.commodity-show .content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.05rem 0.05rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3); }

.commodity-show .content h3 {
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.14rem; }

.commodity-show .content p {
  height: 0.18rem;
  line-height: 0.18rem;
  font-size: 0.12rem; }

/* 全部入驻 */
.shops {
  background: #fff; }

.shops ul {
  width: 100%; }

.shops ul li {
  width: 100%;
  padding: 0.1rem 0.12rem;
  border-bottom: 1px solid #e1e1e1; }

.shops ul li .content {
  padding-left: 1.12rem;
  background-position: 0rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
  background-image: url(../../images/mall/banner.png); }

.shops ul li .content h2 {
  height: 0.3rem;
  font-size: 0.18rem;
  color: #323232; }

.shops ul li .content .info {
  min-height: 0.24rem;
  font-size: 0.15rem;
  color: #969696; }

.shops ul li .content .other {
  display: flex;
  min-height: 0.24rem; }

.shops ul li .content .other span {
  flex: 1;
  padding: 0 0.04rem 0 0.2rem;
  line-height: 0.3rem;
  font-size: 0.13rem;
  color: #969696; }

.shops ul li .content .other span.type1 {
  background: url(./../../images/mall/type1.png) no-repeat 0.02rem center;
  background-size: 0.11rem; }

.shops ul li .content .other span.type2 {
  background: url(./../../images/mall/type2.png) no-repeat 0.02rem center;
  background-size: 0.15rem; }

.shops ul li .content .other span.type4 {
  background: url(./../../images/mall/type4.png) no-repeat 0.02rem center;
  background-size: 0.15rem; }
