.oz-map {
    min-height:1.66rem;
    width: 6.25rem;
    position: relative;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
    margin:0.23rem auto 0.2rem;
}



.oz-banner-inner {
    width: 100%;
    height: 1.5625rem;
    background-color: rgb(53 47 44);
    background-image: url("/static/img/contractBanner.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oz-banner-inner .oz-banner-inner-tit {
    color: #fff;
    font-size: 0.2864583333333333rem;
    text-align: center;
    font-weight: bold;
}
.oz-map .oz-contract-box {
    background-color: #ffffff;
    width: 100%;
    padding: 0.3rem 0.2rem 0;
    box-sizing: border-box;
}

.oz-map .oz-contract-box .oz-contract-us {
    font-size: 0.10416666666666667rem;
    color: #007CC5;
    padding-bottom: 0.13020833333333334rem;
    margin-bottom: 0.16666666666666666rem;
    border-bottom: 1px solid #eeeeee;
}


.oz-postContent {
    box-sizing: border-box;
    width: 100%;
    padding: 0rem 0.2rem 0;

}