.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/aboutbanner.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-about-content {
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.oz-about-content img{
    width: 100%;
}

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

}

.oz-about-content .oz-about-small {
    font-size: 0.11458333333333333rem;
    text-align: center;
    margin-bottom: 0.328125rem;
    color: #333333;


}
.oz-about-content .oz-about-desc{
    width: 6.041666666666667rem;
    color: #606060;
    margin: auto;
    font-size: 0.09375rem;
    line-height: 0.19375rem;

}

.oz-about-book {
    width: 5.401041666666667rem;
    height: 1.9114583333333333rem;
    /* box-shadow: 7px 7px 13px 0px rgba(0, 0, 0, 0.14); */
    background-image: url("../static/img/book.png");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin:0.3125rem auto 0.65625rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.oz-about-book .oz-ablout-bookitem {
    line-height: 0.109375rem;
    color: #221815;
    font-size: 0.09375rem;
}
.oz-about-book .oz-ablout-bookitem .oz-about-maintit{
    font-size: 0.125rem;
    color: #221815;
    margin-bottom: 0.125rem;
    position: relative;
}
.oz-about-book .oz-ablout-bookitem .oz-about-maintit .oz-about-tag{
    font-size: 0.1875rem;
    color: #b60005;
    position: absolute;
    left: -0.28229166666666666rem;
    top: -0.10229166666666666rem;
    font-weight: bold;
}

.oz-about-book .oz-ablout-bookitem .oz-about-maintit .oz-about-tag::after{
    content: "";
    position: absolute;
    width: 0.005208333333333333rem;
    height: 0.20833333333333334rem;
    background-color: #606060;
    transform: rotate(45deg);
    top: 0.010416666666666666rem;
    left: 0.20833333333333334rem;
}

.oz-about-book .oz-ablout-bookitem .oz-about-smalltit{
  
    margin-bottom: 0.045rem;
}