/*内容*/

.page1 {
    margin-top: 0.6rem;
    padding: 0 0.2rem;
    margin-bottom: 0.6rem;
}

.page1>a {
    width: 3.45rem;
    height: 3.2rem;
    border-radius: 0.05rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
}

.page1>a>div {
    background: rgba(48, 19, 21, .7);
    color: #ebb775;
    font-size: 0.28rem;
    line-height: 0.6rem;
    height: 0.6rem;
    text-align: center;
    bottom: 0;
    width: 100%;
}

.nx-pagination {
    height: 50px;
    line-height: 50px;
    padding-bottom: 1.6rem;
}

.page {
    display: inline-block;
    height: 0.66rem;
    width: 0.66rem;
    text-align: center;
    line-height: 0.66rem;
    background: white;
    margin-right: 0.2rem;
    font-size: 0.3rem;
    color: #3a2812;
}

.active {
    background: #3a2812;
    color: white;
}

.next {
    font-size: 0.4rem;
    font-weight: 600;
}

.pre {
    font-size: 0.4rem;
    font-weight: 600;
}

.iconPre,
.iconNext {
    display: inline-block;
    height: 0.66rem;
    width: 0.66rem;
    line-height: 0.58rem!important;
    text-align: center;
    background: white;
    margin-right: 0.2rem;
}