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

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

.oz-banner-inner {
    width: 100%;
    height: 1.5625rem;
    background-color: rgb(53 47 44);
    background-image: url("../static/img/customerBanner.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-customer-content {
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.oz-customer-content .oz-customer-tit {
    font-size: 0.16666666666666666rem;
    color: #221815;
    text-align: center;
    font-weight: bold;
    margin-top: 0.5208333333333334rem;
    margin-bottom: 0.328125rem;
}

.oz-customer-content .oz-customer-tag {
    display: flex;
    align-items: center;
    background-color: rgb(245, 245, 245);
    justify-content: space-between;
    width: 6.041666666666667rem;
    margin: auto;
    padding: 0.21875rem 0.671875rem;
    box-sizing: border-box;
    margin-bottom: 0.24479166666666666rem;
}

.oz-customer-content .oz-customer-icon {
    width: 0.24479166666666666rem;
    height: 0.22395833333333334rem;
    margin-right: 0.07291666666666667rem;
}
.oz-customer-content .oz-customer-tag .oz-customer-tagInner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.oz-customer-content .oz-customer-tag .oz-customer-tagInner .oz-customer-right {
}

.oz-customer-content .oz-customer-tag .oz-customer-tagInner .oz-customer-right .oz-customer-num {
    font-size: 0.20833333333333334rem;
    color: #221815;
}
.oz-customer-content .oz-customer-tag .oz-customer-tagInner .oz-customer-right .oz-customer-tagdesc {
    font-size: 0.08854166666666667rem;
    color: #606060;
}
.oz-customer-content .oz-customer-desc {
    width: 6.041666666666667rem;
    color: #606060;
    margin: auto;
    font-size: 0.09375rem;
    line-height: 0.19375rem;
    margin-bottom: 0.3854166666666667rem;
}
.oz-customer-descImg {
    width: 4.635416666666667rem;
    height: 2.0833333333333335rem;
    margin:0 auto 0.59375rem;
    display: block;
}
