html {
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.map-wrap {
    padding-top: 70px;
}

.image-map::after {
    content: "";
    display: block;
    /*这里的padding =  height / width*/
    padding:12%;
}

.image-map.national {
    background: url(../images/i_national_map_new.jpg?t=20210514) center no-repeat;
    background-size: cover;
}

.image-map.international {
    background: url(../images/i_international_map_new.jpg) center no-repeat;
    background-size: cover;
}

.arrow-wrap {
    margin: 38px auto;
    text-align: center;
}

.arrow-wrap .national-btn {
    color: #758ed0;
    font-size: 24px;
    padding: 20px 40px;
    background: #edf6ff;
    display: inline-block;
    cursor: pointer;
    min-width: 240px;
}

.arrow-wrap .national-btn.active {
    background: #2285fc;
    color: #ffffff;
}

.branch-office-wrap {
    margin: 0 auto;
}

.branch-office-wrap .office-list {
    width: 1102px;
    margin: 0 auto;
}

.branch-office-wrap .office-list .list-item {
    display: flex;
}

.branch-office-wrap .office-list .list-item .items {
    flex: 1;
    text-align: left;
    padding: 20px 30px;
}

.branch-office-wrap .office-list .list-item .items:hover {
    background: #edf6ff;
}

.branch-office-wrap .office-list .list-item .items.disabled {
    visibility: hidden;
}

.branch-office-wrap .office-list .list-item .items.disabled:hover {
    background: #ffffff;
}

.branch-office-wrap .office-list .list-item .items .tit {
    text-align: center;
    font: 600 16px/40px "Microsoft Yahei", Arial, sans-serif;
}

.branch-office-wrap .office-list .list-item .items .address {
    color: #979797;
    font: 14px/24px "Microsoft Yahei", Arial, sans-serif;
    min-height: 72px;
}

.branch-office-wrap .office-list .list-item .items .telephone {
    font: 600 14px/26px "";
    word-break: break-all;
}

.branch-office-wrap .office-list .list-item .items .telephone.visiable {
    visibility: hidden;
}

.branch-office-wrap .office-list .list-item .items .line-btn {
    text-decoration: none;
    color: #2c81f6;
    display: inline-block;
    height: 28px;
}

.branch-office-wrap .office-list .list-item .items .line-btn .icon-location {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/location.png) center no-repeat;
    background-size: contain;
    vertical-align: bottom;
}

.branch-office-wrap .office-list .list-item .items .line-btn .underline {
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
    padding: 0 2px;
    border-bottom: 1px solid #2c81f6;
}

.branch-office-wrap .office-list .list-line {
    height: 0;
    border-bottom: 1px dashed #b1b1b1;
}

.map-alert-wrap {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    z-index: 99999;
}

.map-alert-wrap .map-alert {
    width: 800px;
    height: 600px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.map-alert-wrap .map-alert .map-box {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.BMapLabel {
    border: none!important;
    background-color: transparent!important;
}

.jl-infobox {
    border-radius: 5px;
    padding: 20px;
    background-color: #40b4e5;
    text-align: center;
    position: relative;
    width: 240px;
}

.jl-infobox:after {
    content: '';
    background: url("../images/total/map-corner.png") no-repeat;
    position: absolute;
    width: 37px;
    height: 33px;
    bottom: -24px;
    right: 25px;
}

.jl-infobox .info-item {
    margin-bottom: 8px
}

.jl-infobox .info-item .visiable {
    visibility: hidden;
}

.jl-infobox .info-item:last-child {
    margin-bottom: 0;
}

.jl-infobox p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    white-space: pre-wrap;
}

.jl-infobox .link-phone {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.close-map-btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -34px;
    right: -34px;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .map-wrap {
        padding-top: 0;
    }
    
    .image-map {
        width: 100%;
        height: 200px;
    }
    .arrow-wrap {
        margin: 1.5rem auto;
        text-align: center;
    }
    
    .arrow-wrap .national-btn {
        color: #758ed0;
        font-size: 0.8rem;
        line-height: 0.9rem;
        padding: 0.8rem 0.5rem;
        background: #edf6ff;
        display: inline-block;
        cursor: pointer;
        min-width: 8rem;
    }

    .branch-office-wrap .office-list {
        width: 100%;
        margin: 0 auto;
    }
    
    .branch-office-wrap .office-list .list-item {
        display: flex;
        flex-wrap: wrap;
    }
    .branch-office-wrap .office-list .list-item .items {
        flex: 1;
        min-width: 40%;
        text-align: left;
        padding: 0.5rem;
        border-bottom: 1px dashed #b1b1b1;
    }
    .branch-office-wrap .office-list .list-item:last-child .items {
        border-bottom: none;
    }
    .branch-office-wrap .office-list .list-item .items:hover {
        background: #ffffff;
    }
    
    .branch-office-wrap .office-list .list-item .items.disabled {
        visibility: hidden;
    }
    
    .branch-office-wrap .office-list .list-item .items.disabled:hover {
        background: #ffffff;
    }
    .branch-office-wrap .office-list .list-item .items .tit {
        text-align: center;
        font: 600 1rem/2rem "";
    }
    
    .branch-office-wrap .office-list .list-item .items .address {
        color: #979797;
        font: 0.7rem/1.2rem "";
        min-height: 3.6rem;
    }
    
    .branch-office-wrap .office-list .list-item .items .telephone {
        font: 600 0.8rem/1.4rem "";
    }
    
    .branch-office-wrap .office-list .list-item .items .telephone.visiable {
        visibility: hidden;
    }
    
    .branch-office-wrap .office-list .list-item .items .line-btn {
        text-decoration: none;
        color: #2c81f6;
        display: inline-block;
        height: 2rem;
    }
    
    .branch-office-wrap .office-list .list-item .items .line-btn .icon-location {
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
        background: url(../images/location.png) center no-repeat;
        background-size: contain;
        vertical-align: bottom;
    }
    
    .branch-office-wrap .office-list .list-item .items .line-btn .underline {
        font-size: 0.8rem;
        line-height: 1rem;
        vertical-align: middle;
        padding: 0 2px;
        border-bottom: 1px solid #2c81f6;
    }
    .branch-office-wrap .office-list .list-line {
        height: 0;
        border: none;
    }
    .map-alert-wrap .map-alert {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    .close-map-btn {
        display: block;
        width: 2rem;
        height: 2rem;
        background: url(../images/close2.png) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        cursor: pointer;
        z-index: 99999;
    }
}