@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 .new-ad{
    margin-top: 1rem;
    flex: 1 1 100%;
    text-align: center;
    background: #eee;
  }
  .main .new-ad img{
    width: 100%;
    height: 100%;
    border-radius: 1rem;
  }

  /* 门店优势 */
  .main .stores-merit{
      padding: 2rem 1rem 1rem 1rem;
      background-color: #eee;
      display: flex;
      justify-content: space-between;
    }
    .main .stores-merit .stores-merit-item{
        font-size: 1.3rem;
        color: #666;
    }
    .main .stores-merit .stores-merit-item i{
        margin-right: 0.5rem;
    }

  /* 门店城市 */
    .main .stores-cityname{
      padding: 1rem;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center;
    }
  .main .stores-cityname .stores-cityname-item{
    flex: 1 0 15%;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #ccc;
    margin: 1rem;
    text-align: center;  
    border-radius: 0.3rem; 
    }
    .main .stores-cityname .stores-cityname-item a{
      color: #666;
    }

  /* 门店列表 */
  .main .list-nav {
    margin-top: 1rem;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    background: #eee;
    border-bottom: 2px solid #009688;
  }
  .main .list-nav h4{
    height: 4rem;
    line-height: 4rem;
    font-weight: bolder;
    color: #666;
    padding-left: 1rem;
  }

  /* 推荐-HEAD */
  .main .tujian-head {
  margin-top: 1rem;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  background: #eee;
  border-bottom: 2px solid #009688;
  display: flex;
  justify-content: space-between;
  }

  .main .tujian-head div:first-child{
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 1rem;
  color: #666;
  }
  .main .tujian-head a{
  margin-right: 1rem;
  color: #aaa;
  }

  /* 推荐导航 */
  .main .tujian-nav {
    background-color: #eee;
    display: flex;
    flex-flow: row nowrap;
    justify-content: left;
    overflow-y:auto;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid #ccc;
  }
  
  .main .tujian-nav::-webkit-scrollbar {
    display: none;
  }
  
  .main .tujian-nav .tujian-nav-item{
    height: 4rem;
    width: 6rem;
    flex: 1 0 auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  
  .main .tujian-nav .tujian-nav-item a{
    color: #aaa;
  }

/* 门店列表 */
  .main .storeLists{
    background: #fff;
    padding: 1rem 1rem 2rem 1rem;
  }
  .main .storeLists .storeList-item{
    display: flex;
    flex-flow: row;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
  }
  .main .storeLists .storeList-item a{
    color: #666;
  }
  .main .storeLists .storeList-item .storeList-name{
    flex: 3;
    margin-right: 1rem;
    background-color: #eee;
    align-items: center;
    height: 8rem;
    line-height: 8rem;
    font-weight: bolder;
    text-align: center;
    border-radius: 0.4rem;
  }
  .main .storeLists .storeList-item .storeList-info{
    flex: 9;
  }
  .main .storeLists .storeList-item .storeList-info .storeList-title{
    font-size: 1.5rem;
  }
  .main .storeLists .storeList-item .storeList-info .storeList-click{
    color: #ccc;
  }
  .main .storeLists .storeList-item .storeList-info .storeList-click span{
    color: #ff6700;
    font-weight: bolder;
  }

  /* 案例精选 */
.main .tuijian-anli {
  font-size: 1rem;
  color: #555;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-left: 1rem;
  background-color: #eee;
  padding-bottom: 1rem;
  margin-top: -1rem;
}

.main .tuijian-anli .item-anli{
  flex: 1 1 30%;
  flex-basis: calc(30%-3rem);
  background: #fff;
  display: flex;
  flex-flow: column nowrap;
  margin-top: 1rem;
  margin-right: 1rem;
  border-radius: 0.2rem;
  text-align: center;
}

.main .tuijian-anli .item-anli img {
  width: 100%;
  height: 100%;
}

.main .tuijian-anli .item-anli h3{
  font-size: 1rem;
  margin-top: 0.5rem;
}

.main .tuijian-anli .item-anli a{
  color: #666;
}

.main .tuijian-anli .item-anli .anli-click {
  display: flex;
  justify-content: center;
  color: #ccc;
}

.main .tuijian-anli .item-anli .anli-click span{
  color: #ff6700;
  font-weight: bolder;
}

/* =================================详情================================= */

 /* 面包屑导航 */
 .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 .storeInfo{
  padding: 1rem;
  font-size: 1.2rem;
  color: #828282;
}

.main .storeInfo .shop-tel{
  color: #828282;
}
.main .storeInfo .shop-tel span{
  color: #ff6700;
  font-size: 1.5rem;
  font-weight: bolder;
}

.main .storeInfo .shop-btns{
  margin-top: 1rem;
  display: flex;
  color: #828282;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  /* background-color: #eee; */
}

.main .storeInfo .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 .storeInfo .shop-btns .shop-btn-item:first-child{
  background: #009688;
  font-size: 1.5rem;
  margin-right: 5rem;
}
.main .storeInfo .shop-btns .shop-btn-item:first-child a{
  color: #fff;
}

.main .storeInfo .shop-btns .shop-btn-item:last-child{
  /* background: #eee; */
  border: 1px #ccc solid;
}
.main .storeInfo .shop-btns .shop-btn-item:last-child a{
  color: #828282;
  font-size: 1.5rem;
}

/* 上下翻页 */
.main .storeInfo-page{
  color: #929292;
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
  /*font-weight: bolder;*/
}
.main .storeInfo-page a{
  color: #929292;
}
