/*地图*/
.mapMain {
    width: 100%;
    margin: 50px auto 0 auto;
    position: relative;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.mapMain .box {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.mapMain .title-1 {
    font-size: 32px;
    color: #666;
    font-weight: bold;
    text-align: center;
}
.mapMain .shopInfo {
    position: relative;
    margin: 40px auto 0 auto;
}
.mapMain .shopInfo .selectBox {
    width: 1100px;
    margin: 0 auto;
    height: 50px;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-flow: wrap;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.mapMain .selectBox > div {
    width: 24%;
    height: 100%;
    color: #fff;
    border: none;
    text-align: center;
    text-align-last: center;
    box-sizing: border-box;
}
.mapMain .selectBox select {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    border: none;
    text-align: center;
    text-align-last: center;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 20px 0 5px;
    background: #666 url("../images/map-i1.png") no-repeat center;
    background-size: 251px auto;
    border-radius: 25px;
}
.mapMain .selectBox select > option {
    text-align: center;
    background-color: #fff;
    color: #333333;
    border: none;
}
.mapBox {
    width: calc(100% - 40px);
    height: 100vw;
    margin: 40px auto 0 auto;
    min-height: 300px;
    max-height: 500px;
    border: 20px solid #666;
    border-radius: 20px;
}
.mapBox img{
    max-width: none;
}
.pointInfo {
    background-color: #fff;
    width: 346px;
    padding-left: 14px;
    box-sizing: border-box;
}
.pointInfo .info-address {
    width: 80%;
    color: #0055a0;
    position: relative;
    font-size: 14px;
}
.pointInfo .info-address:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0055a0;
    position: absolute;
    left: -10px;
    top: 8px;
}
.pointInfo-top {
    position: relative;
}
.pointInfo-top h6 {
    margin: 0px;
    font-size: 14px;
}
.pointInfo-top h6 > span {
    max-width: 168px;
    color: #303133;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}
.shoplist {
    width: 100%;
    overflow: hidden;
    margin: 6px 0;
    white-space: nowrap;
}
.shoplist > span {
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
    margin-bottom: 6px;
    margin-right: 6px;
    background-color: #92d0fc;
    color: #00437d;
}
.pointInfo-bottom {
    color: #12172c;
    font-size: 12px;
}
.pointInfo-bottom i {
    color: #a3a7a7;
    margin-right: 5px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pointDetail-btn {
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 14px;
    top: 0;
    background-color: #00437d;
    border-radius: 10px;
    border: none;
    width: 60px;
    text-align: center;
    outline: none;
    padding: 0px 10px;
}
.coverImg {
    width: 88px;
}
.coverImg img {
    width: 100%;
}
.bleft {
    max-width: 220px;
}
/*地图详情样式*/
.detailcon {
    padding: 20px;
    position: relative;
    background: #fff;
    margin: 40px auto 0 auto;
}
.detailcon img {
    max-width: 90%;
}
.detail-top {
    padding: 12px 20px 40px 20px;
    background-color: #ecf7fe;
}
.baseInfo-back {
    margin-bottom: 20px;
}
.baseInfo-back .backMapIMg {
    width: 14px;
}
.detail-imgBox {
    width: 380px;
    float: left;
    text-align: center;
}
.detail-imgBox .img-name {
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
    color: #303133;
}
.detail-left {
    width: 340px;
    float: left;
}
.detail-left .shoplist {
    margin: 10px 0;
}
.detail-right {
    width: 260px;
    float: right;
}
.detail-right .shopImg {
    width: 226px;
    height: 124px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
.detail-right .shopImg img {
    max-width: 100%;
}
.detail-left .shop-name {
    display: inline-block;
    color: #303133;
    font-size: 24px;
    position: relative;
}
.detail-left .city_area {
    font-size: 16px;
    color: #303133;
}
.detail-left .shop-desc > span {
    display: inline-block;
}
.detail-address {
    color: #303133;
    font-size: 12px;
}
.detail-left i {
    color: #a3a7a7;
    margin-right: 10px;
}
.detail-bottom .b-title {
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-size: 24px;
    color: #303133;
    margin-bottom: 0px;
}
.detail-bottom .listBox {
    padding: 0 0 40px 0;
}
.detail-bottom .listBox .item {
    width: 49.3%;
    font-size: 16px;
    color: #303133;
    background: #ecf7fe;
}
.detail-bottom .listBox .item:nth-child(odd) {
    float: left;
}
.detail-bottom .listBox .item:nth-child(even) {
    float: right;
}
.detail-bottom .listBox .item .item-top,.detail-bottom .listBox .item .item-middle,.detail-bottom .listBox .item .item-bottom {
    padding: 12px 0;
}
.detail-bottom .listBox .item .t1 {
    width: 20%;
    text-align: center;
    float: left;
}
.detail-bottom .listBox .item .t2 {
    width: 45%;
    text-align: center;
    float: left;
}
.detail-bottom .listBox .item .t3 {
    width: 35%;
    text-align: center;
    float: left;
}
.detail-bottom .listBox .item .item-logo {
    width: 58px;
}
.detail-bottom .listBox .item .item-link {
    display: block;
    padding: 0 14px 0 0;
    text-align: right;
    color: #303133;
}
#detail-phone {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
}
#detail-phone .pointInfo {
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
}
#detail-phone .pointInfo-bottom {
    display: flex;
}
#detail-phone .pointInfo-bottom .bleft {
    flex: 1;
    max-width: 90%;
}
.detailPclose {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 14px;
}
.hint {
    position: fixed;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.01);
    z-index: 5000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-animation: moveIn 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0s both;
}
.hint .hitCon {
    position: absolute;
    display: inline-block;
    width: 250px;
    padding:20px 0;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.65);
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border-radius: 10px;
    box-sizing: border-box;
}
.hint .hitCon .close {
    position: absolute;
    right: 10px;
    top:10px;
    width: 14px;
}
/*loading*/
.storeMain .loading,.storeMain #page_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 3000;
    display: none;
}
.storeMain .loading div,.storeMain #page_loading div {
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.9rem 0 0 -0.9rem;
    background: url(../images/map-loading.png) no-repeat center center;
    background-size: contain;
    -webkit-animation: rotate 2s linear 0s infinite;
}
.storeMain p#loadingP {
    text-align: center;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: 1.8rem;
}
@media screen and (max-width:1440px){
    .mapMain .box{
        width: 1200px;
    }

}
@media screen and (max-width:1200px){
    .mapMain .box{
        width: 92%;
    }
    .mapMain .shopInfo .selectBox {
        width: 100%;
    }
    .hint {
        font-size: 16px;
    }
    .hint .hitCon {
        width: 70%;
        top: 60%;
        padding: 5px 0;
    }
    .hint .hitCon .close {
        width: 10px;
    }
    .pointInfo-top h6 > span {
        max-width: 100%;
        color: #303133;
        white-space: inherit;
        word-break: normal;
        overflow: auto;
    }
}
@media screen and (max-width:1199px){
    .mapMain .box{
        width: 100%;
    }
    .mapMain {
        width: 100%;
        height: auto;
        margin: 1rem auto 0 auto;
    }
    .mapMain .title-1 {
        padding-bottom: 0.5rem;
    }
    .mapMain .shopInfo {
        padding: 0;
        margin: 0 auto;
    }
    .mapMain .selectBox > div {
        background-color: #666;
        width: 25%;
    }
    .mapMain .shopInfo .selectBox{
        height: 1.5rem;
    }
    .mapMain .selectBox select {
        font-size: 0.36rem;
        background: transparent url(../images/map-select.png) no-repeat scroll 90% center;
        background-size: 0.36rem auto;
        border-radius: 0;
    }
    .mapBox {
        width: 100%;
        margin-top: 0;
        max-height: 100vh;
        height: calc(100vh - 1.5rem);
        border: none;
        border-radius: 0px;
    }
    .detailcon {
        padding: 0;
        margin: 0 auto;
    }
    .detail-top {
        padding: 0.5rem 0;
    }
    .baseInfo-back {
        margin-bottom: 0.2rem;
    }
    .baseInfo-back .backMapIMg {
        width: 28px;
        margin-left: 0.2rem;
    }
    .detail-right {
        width: 100%;
        float: none;
        margin-bottom: 1rem;
    }
    .detail-imgBox {
        width: 40%;
    }
    .detail-imgBox img {
        max-width: 65%;
    }
    .detail-imgBox .img-name {
        font-size: 0.36rem;
        margin-top: 0.5rem;
    }
    .detail-left {
        width: 60%;
    }
    .detail-left .shop-name {
        font-size: 0.48rem;
    }
    .detail-left .shoplist {
        margin: 0.2rem 0;
    }
    .detail-left .city_area {
        font-size: 0.36rem;
    }
    .detail-bottom .listBox {
        padding: 0 0 1rem 0;
    }
    .detail-bottom .b-title {
        font-size: 0.48rem;
        font-weight: bold;
        height: 1rem;
        line-height: 1rem;
    }
    .detail-bottom .listBox .item .item-top, .detail-bottom .listBox .item .item-middle, .detail-bottom .listBox .item .item-bottom {
        padding: 0.2rem 0;
    }
    .detail-bottom .listBox .item .item-logo {
        width: 70%;
    }
    .detail-bottom .listBox .item {
        width: 100%;
        font-size: 0.36rem;
        margin-bottom: 0.2rem;
    }
    .detail-bottom .listBox .item:nth-child(odd), .detail-bottom .listBox .item:nth-child(even) {
        float: none;
    }
}

.companyAddressBox {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 48px;
    justify-content: center;
    margin-top: 32px;
  }
  
  .company-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    width: 550px;
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .card-header {
    background: #666666;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 18px 24px;
    display: flex;
    align-items: center;
  }
  
  .card-header i {
    margin-right: 12px;
    font-size: 24px;
  }
  
  .card-body {
    padding: 18px 24px;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  
  .card-body i {
    color: #666666;
    margin-right: 10px;
    font-size: 28px;
  }
  
  /* 移动端适配 */
  @media (max-width: 900px) {
    .companyAddressBox {
      gap: 20px 0;
      padding-bottom: 20px;
    }
    .company-card {
      width: 95vw;
      max-width: 98vw;
      min-width: 0;
      margin: 0 auto;
    }
    .card-header,
    .card-body {
      padding: 14px 12px;
      font-size: 16px;
    }
    .card-header {
      font-size: 18px;
    }
    .card-header i {
      font-size: 20px;
    }
    .card-body i {
      font-size: 16px;
    }
  }