@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 .company-ad{
    margin-top: 1rem;
    flex: 1 1 100%;
    text-align: center;
    background: #eee;
  }
  .main .company-ad img{
    width: 100%;
    height: 100%;
    border-radius: 1rem;
  }

  /* 公司优势 */
  .main .companys-merit{
    padding: 2rem 1rem 1rem 1rem;
    background-color: #eee;
    display: flex;
    justify-content: space-between;
  }
  .main .companys-merit .companys-merit-item{
      font-size: 1.3rem;
      color: #666;
  }
  .main .companys-merit .companys-merit-item i{
      margin-right: 0.5rem;
      color: #009688;
  }

  /* 推荐-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 .companyLists{
        background: #fff;
        padding: 1rem 1rem 2rem 1rem;
    }
    .main .companyLists .companyLists-item h3{
      font-size: 1.4rem;
    }
    .main .companyLists .companyLists-item a{
        color: #666;
    }
    .main .companyLists .companyLists-item{
        margin-bottom: 1rem;
        border-bottom: 1px solid #ccc;
    }
    .main .companyLists .companyLists-item .companyLists-info{
        display: flex;
    }
    .main .companyLists .companyLists-item .companyLists-info .company-zxlname{
        font-size: 3;
        margin-right: 1rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        background-color: #eee;
        width: 9rem;
        display:flex;
        align-items:center;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        height: 9rem;
        border-radius: 0.4rem;
        font-size: 1.5rem;
    }
    .main .companyLists .companyLists-item .companyLists-info .company-ul{
        flex: 8;
    }
    .main .companyLists .companyLists-item .companyLists-info .company-ul li{
        line-height: 2.2rem;
        color: #555;
    }
    .main .companyLists .companyLists-item .companyLists-info .company-ul i{
        color: #ff6700;
    }
    .main .companyLists .companyLists-item .companyLists-info .company-ul span{
        margin-left: 0.5rem;}

    .main .companyLists .companyLists-item .companyLists-info .company-go{
        flex: 1;
        font-size: 4rem;
    }
    .main .companyLists .companyLists-item .companyLists-info .company-go a{
        color: #eee;
    }


     /* 推荐-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 .tuijian {
    font-size: 1.1rem;
    color: #555;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-left: 1rem;
    background-color: #eee;
  }
  
  .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 .tuijian .service-more{
    margin-top: 1rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.5rem;
    flex: 1 1 100%;
    text-align: center;
    background: #eee;
  }
  .main .tuijian .service-more a{
    color: #c2c2c2;
  }


/* 最新发布 */
.main .tujian-companys{
    background-color: #eee;
    color: #666;
    padding: 1rem 1rem 0rem 1rem;
}
.main .tujian-companys .tujian-company-item{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dotted #fff;
    margin-bottom: 1rem;
}
.main .tujian-companys .tujian-company-item:last-child{
    border-bottom: none;
}
.main .tujian-companys .tujian-company-item i{
    margin-right: 0.5rem;
}
.main .tujian-companys .tujian-company-item .tujian-company-name{
  flex: 10;
  margin-right: 3rem;
}
.main .tujian-companys .tujian-company-item .tujian-company-name a{
    color: #666;
}
.main .tujian-companys .tujian-company-item .tujian-company-click{
  flex: 2;
}

/* 实体门店 */
.main .company-stores{
    color: #666;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.main .company-stores .company-stores-item{
    flex: 1 1 27%;
    margin: 1rem 1rem 0rem 1rem;
    flex-basis: calc(33%-3rem);
    display:flex;
    flex-flow: column nowrap;
    align-items: center;
}
.main .company-stores .company-stores-item h3{
  font-size: 1.4rem;
}
.main .company-stores .company-stores-item a{
    color: #666; 
}
.main .company-stores .company-stores-item h3{
    width: 100%;
    line-height: 10rem;
    background-color: #eee;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.8rem; 
}
.main .company-stores .company-stores-item span{
    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 .company-detail{
    padding: 1rem;
    background-color: #eee;
    margin-top: 1rem;
  }
  .main .company-detail h3{
    font-weight: bolder;
  }
  .main .company-detail .detail-name{
    color: #555;
  }
  .main .company-detail .detail-info li{
    color: #666;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .main .company-detail .detail-info a{
    color: #666;
  }
  .main .company-detail .detail-info .detail-info-item i{
    color: #ff6700;
  }
  .main .company-detail .detail-info .detail-info-item span{
    margin-left: 0.5rem;
    font-weight: bolder;
  }

  .main .company-detail .shop-tel{
    color: #666;
  }
  .main .company-detail .shop-tel span{
    color: #ff6700;
    font-size: 1.5rem;
    font-weight: bolder;
  }

  .main .company-detail .shop-btns{
    margin-top: 1.5rem;
    display: flex;
    color: #828282;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .main .company-detail .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 .company-detail .shop-btns .shop-btn-item:first-child{
    background: #009688;
    font-size: 1.5rem;
    margin-right: 5rem;
  }
  .main .company-detail .shop-btns .shop-btn-item:first-child a{
    color: #fff;
  }
  .main .company-detail .shop-btns .shop-btn-item:last-child{
    background: #eee;
    border: 1px #ccc solid;
  }
  .main .company-detail .shop-btns .shop-btn-item:last-child a{
    color: #828282;
    font-size: 1.5rem;
  }

  .main .company-detail .detail-desc{
    color: #555;
    line-height: 2rem;
  }

  .main .company-detail .detail-updown a{
    color: #555;
  }
  .main .company-detail .detail-updown h3{
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
