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

.oz-map .container {
    width: 3.5104166666666665rem;
    height: 100%;
}

.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;
    height: 100%;
    flex: 1;
    padding: 0.3rem 0.2rem;
    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-map .oz-contract-box .oz-contract-address-item .oz-contract-address-info {
    font-size: 0.08333333333333333rem;
    color: #606060;
}

.oz-map .oz-contract-box .oz-contract-address-item {
    display: flex;
    align-items: self-start;
    margin-bottom: 0.1rem;
}
.oz-map .oz-contract-box .oz-contract-address-item .oz-contract-temp {
    display: flex;
    align-items: center;
}
.oz-map .oz-contract-box .oz-contract-address-item .oz-contract-icon {
    width: 0.08333333333333333rem;
    height: 0.08333333333333333rem;
    margin-right: 0.052083333333333336rem;
}
.oz-map .oz-contract-box .oz-contract-address-item .oz-contract-address-txt {
    font-size: 0.08333333333333333rem;
    color: #606060;
    width: max-content;
    margin-right: 0.052083333333333336rem;
}
.oz-map .oz-contract-box .oz-contract-address-item .oz-contract-info {
    font-size: 0.08333333333333333rem;
    color: #606060;

}

.oz-map .oz-contract-box .oz-contract-address-item .oz-contract-email {
    width: 0.08333333333333333rem;
    height: 0.0625rem;
}

.oz-map .oz-contract-box .oz-contract-address-item .oz-contract-mobile {
    width: 0.07291666666666667rem;
    height: 0.09895833333333333rem;
}
