@import url("common.css");



  /* 主体 */
  .main {
    position: absolute;
    top: 4.6rem;
    left: 0;
    right: 0;
  }

  /* 顶部导航 */
  .main .nav-head-bg{
    background-color: #eee;
    margin-top: 0.5rem;
}
.main .nav-head{
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 3rem;
  display: flex;
  flex-flow: row nowrap;
  overflow-y:auto;
  height: 2rem;
  line-height: 2rem;
}
.main .nav-head::-webkit-scrollbar {
  display: none;
}

.main .nav-head a{
  color: #666;
}
.main .nav-head span{
  margin-left: 1rem;
  color: #ccc;
}

.main .nav-head li{
    margin-right: 1rem;
    flex: 1 0 auto;
}

/* 广告图片 */
.main .shop-ad{
    margin-top: 1rem;
    flex: 1 1 100%;
    text-align: center;
    background: #eee;
  }
  .main .shop-ad img{
    width: 100%;
    height: 100%;
    border-radius: 1rem;
  }

  /* 猜你喜欢 */
  .main .shops-like {
    margin-top: 1rem;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    background: #eee;
    border-bottom: 2px solid #009688;
  }
  .main .shops-like h4{
    height: 4rem;
    line-height: 4rem;
    font-weight: bolder;
    color: #666;
    padding-left: 1rem;
  }

  /* 服务推荐 */
.main .tuijian {
    font-size: 1.1rem;
    color: #555;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-left: 1rem;
    background-color: #eee;
    padding-bottom: 1rem;
  }
  
  .main .tuijian .item{
    flex: 1 1 40%;
    flex-basis: calc(50%-10rem);
    padding: 0.8rem;
    background: #fff;
    /* 将每个商品的描述再转flex  */
    display: flex;
    flex-flow: column nowrap;
    margin-top: 1rem;
    margin-right: 1rem;
    border-radius: 0.8rem;
  }
  
  .main .tuijian .item img {
    width: 100%;
    height: 100%;
  }
  
  .main .tuijian .item p{
    margin-top: 1.2rem;
    height: 1.1rem;
    line-height: 1rem;
    color: #ccc;
    font-weight: bolder;
  }
  
  .main .tuijian .item .record {
    display: flex;
    justify-content: space-between;
  }
  
  .main .tuijian .item .record div:first-of-type {
    color: #c2c2c2;
    
  }
  .main .tuijian .item .record span{
    color: #ff6700;
    font-weight: bolder;
  }
  
  .main .tuijian .item .record div:last-of-type a  {
    background-color: #f6f6f6;
    border-radius: 1rem;
    padding: 0.2rem 1rem;
    color: #666;
  }
  
   /* 公共栏目 */
.main .layui-tab-content-ul{
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 80%;
}
.main .layui-tab-content-ul li{
padding: 0.5rem 0.5rem;
color: #aaa;
}
.main .layui-tab-content-ul li a{
  color: #aaa;
}
.main .layui-tab-content-ul li a:hover{
  color: #ff6700;
}


/* =================================详情================================= */

/* 面包屑导航 */
.main .mbxnav-head-bg{
  background-color: #eee;
  margin-top: 0.5rem;
}
.main .mbxnav-head{
  color: #c2c2c2;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 3rem;
  display: flex;
  flex-flow: row nowrap;
  height: 2rem;
  line-height: 2rem;
}
.main .mbxnav-head a{
  color: #c2c2c2;
}
.main .mbxnav-head a:hover{
  color: #ff6700;
}
.main .mbxnav-head span{
  margin: 0rem 0.5rem;
}

/* 商品主图 */
.main .shop-pic{
  margin-top: -0.5rem;
  background: #eee;
  padding: 1rem;
}
.main .shop-pic img{
  width: 100%;
}

/* 商品信息 */
.main .shop-info{
  background: #eee;
  padding: 1rem;
}
.main .shop-info .shop-hit{
  font-weight: bolder;
  color: #666;
}
.main .shop-info .shop-hit span{
  color: #ff6700;
  margin-right: 2rem;
}
.main .shop-info .shop-merit{
  margin-top: 2rem;
  display: flex;
  color: #828282;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background-color: #eee;
}

.main .shop-info .shop-merit .shop-merit-item{
  flex: 1 1 50%;
  flex-basis: calc(50%-10rem);
}
.main .shop-info .shop-merit .shop-merit-item i{
  margin-right: 0.5rem;
}

.main .shop-info .shop-tel{
  color: #828282;
}
.main .shop-info .shop-tel span{
  color: #ff6700;
  font-size: 1.5rem;
  font-weight: bolder;
}

.main .shop-info .shop-btns{
  margin-top: 1rem;
  display: flex;
  color: #828282;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background-color: #eee;
}

.main .shop-info .shop-btns .shop-btn-item{
  flex: 1 1 40%;
  flex-basis: calc(40%-10rem);
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 0.5rem;
}

.main .shop-info .shop-btns .shop-btn-item:first-child{
  background: #009688;
  font-size: 1.5rem;
  margin-right: 5rem;
}
.main .shop-info .shop-btns .shop-btn-item:first-child a{
  color: #fff;
}

.main .shop-info .shop-btns .shop-btn-item:last-child{
  background: #eee;
  border: 1px #ccc solid;
}
.main .shop-info .shop-btns .shop-btn-item:last-child a{
  color: #828282;
  font-size: 1.5rem;
}

/* 服务城市-标题-更多 */
.main .shops-column-head{
  margin-top: 1rem;
  background: #eee;
  padding: 0rem 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  color: #666;
  background: #eee;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
  border-bottom: 2px solid #009688;
}
.main .shops-column-head .shops-column-head-name{
  font-weight: bolder;
}
.main .shops-column-head .shops-column-head-more a{
  font-size: 1.2rem;
  color: #828282;
}
.main .shops-column-head .shops-column-head-more a:hover{
  color: #ff6700;
}

/* 服务城市 */
.main .shops-detail-citys{
  background: #eee;
  padding: 1rem;
  display: flex;
  color: #828282;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.main .shops-detail-citys li{
  line-height: 1.2rem;
  padding: 1rem;
}


/* 实体门店 */
.main .shop-stores{
  margin-top: 0.1rem;
  background: #eee;
  padding: 1rem;
  display: flex;
  color: #828282;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 1.4rem;
}

.main .shop-stores .shop-store-item{
  flex: 1 1 50%;
  flex-basis: calc(50%-10rem);
  height: 2rem;
  line-height: 2rem;
  padding-top: 0.5rem;
}

.main .shop-stores .shop-store-item a{
  color: #828282;
}
.main .shop-stores .shop-store-item:first-child{
  text-align: left;
}
.main .shop-stores .shop-store-item:last-child{
  text-align: right;
}

/* 标题栏目 */
.main .shops-column {
  margin-top: 1rem;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  background: #eee;
  border-bottom: 2px solid #009688;
}
.main .shops-column h4{
  font-size: 1.4rem;
  height: 4rem;
  line-height: 4rem;
  font-weight: bolder;
  color: #666;
  padding-left: 1rem;
}

/* 服务介绍 */
.main .shop-desc{
  padding: 1rem;
  display: flex;
}
.main .shop-desc .shop-detail{
  flex: 1 1 100%;
  flex-basis: calc(100%-2rem);
  color: #666;
}
.main .shop-desc .shop-detail img{
  width: 100%;
}

/* 注意事项 */
.main .shops-care{
  padding: 1rem;
}
.main .shops-care .shops-care-item{
  margin-bottom: 1rem;
  color: #666;
}

  