.fenye {
    margin: auto;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fenye .fenyeInner,.pagination {
    display: flex;
    border-left: 1px solid #d4d4d4;
}
.pagination{
    list-style: none ;
    border-left: none;
}
.pagination li a{
    text-decoration: none;
    color:inherit;
}
.pagination li:first-child{
    border-left: 1px solid #d4d4d4;
}

.fenye .fenyeInner .current ,.active{
    background-color: #b60005 !important;
    color: #fff !important;
}

.fenye .fenyeInner .fenyeItem,.pagination li{
    text-decoration: none;
    font-size: 24px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    background-color: #fff;
    color: #606060;
    width: 0.2166666666666667rem;
    height: 0.1604166666666667rem;
    display: block;
    text-align: center;
    line-height: 0.1604166666666667rem;
}

.oz-product {
    padding-top: 0.7291666666666666rem;
    width: 5.354166666666667rem;
    margin: auto;

}
.oz-product .oz-product-item {
    float: left;
    width: 2.5520833333333335rem;
    height: 2.1354166666666665rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.25rem;

}
.oz-product .oz-product-item:nth-child(2n+1) {
    margin-right: 0.25rem;
}
.oz-product .oz-product-item .oz-product-img{
    width: 100%;
    height: 1.1979166666666667rem;
}
.oz-product .oz-product-item .oz-product-img img{
    width: 100%;
    height: 100%;
}
.oz-product .oz-product-item .oz-product-tit{
    color: #221815;
    font-size: 0.125rem;
    margin-top: 0.203125rem;
    margin-bottom:0.125rem;
    margin-left: 0.09375rem;
}
.oz-product .oz-product-item .oz-product-desc{
    color: #606060;
    font-size: 0.10416666666666667rem;
    margin-left: 0.09375rem;
    margin-bottom: 0.22916666666666666rem;
    line-height: 0.15125rem;



    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;


}

.oz-banner-inner .oz-banner-inner-tit {
    color: #fff;
    font-size: 0.2864583333333333rem;
    text-align: center;
    margin-top: 0.20708333333333334rem;
    font-weight: bold;
}

.oz-banner-inner {
    width: 100%;
    height: 1.5625rem;
    background-color: rgb(53 47 44);
    background-image: url("../static/img/banner.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}