/*内容*/

.caseList {
    margin-top: 0.6rem;
    padding: 0 0.2rem;
}

.caseList>a {
    display: block;
    width: 3.45rem;
    height: 2.85rem;
    padding: 1px;
    border: 1px solid #bbb9b9;
    border-radius: 0.05rem;
    margin-bottom: 1.2rem;
}

.caseList>a>div {
    font-size: 0.28rem;
    color: #301315;
    margin-top: 0.3rem;
}

.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;
}

.large {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(48, 19, 21, 0.95);
    display: none;
}

.slider2 {
    margin-top: 2rem;
}

.close {
    position: absolute;
    width: 100%;
    text-align: right;
    z-index: 100;
}

.close>span {
    display: inline-block;
    color: white;
    height: 1rem;
    width: 1rem;
    background: rgba(0, 0, 0, .5);
    line-height: 1rem;
    text-align: center;
    margin-right: 0.2rem;
    margin-top: 0.2rem;
    font-size: 0.6rem;
}

.imgName {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0.3rem;
    color: #e1bf93;
    z-index: 100;
}