/**/

.caseList {
    margin: 0 auto;
    min-width: 840px;
    width: 73.5%;
}

.caseA {
    width: 24%;
    height: 30vh;
    display: block;
    border-radius: 5px;
    color: #e1bf93;
    overflow: hidden;
    margin-bottom: 25px;
    border: solid 1px rgba(48, 19, 21, 0.1);
    padding: 2px;
}

.caseImg {
    transform: scale(1);
    transition: all 0.2s linear;
}

.caseMask {
    width: 100%;
    height: 100%;
    background: rgba(48, 19, 21, 0);
    font-size: 15px;
    top: 0;
    cursor: pointer;
    transition: all 0.2s linear;
}

.caseMask:hover {
    background: rgba(48, 19, 21, 0.6);
}

.caseName {
    display: none;
    color: #e1bf93;
}

.caseMask>i {
    color: #e1bf93;
    font-size: 26px;
    margin-bottom: 10px;
    display: none;
}


/*  */

.large {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(48, 19, 21, 0.95);
    display: none;
}

.close {
    position: absolute;
    width: 100%;
    text-align: right;
    z-index: 100;
}

.close>span {
    display: inline-block;
    color: white;
    height: 46px;
    width: 46px;
    background: rgba(0, 0, 0, .5);
    line-height: 46px;
    text-align: center;
    margin-right: 40px;
    margin-top: 40px;
    font-size: 26px;
}

.slider2 {
    width: 1080px;
    height: 1080px;
}

.imgName {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #e1bf93;
    z-index: 100;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
}

.swiper-button-next {
    right: 40px;
    width: 40px;
    height: 40px;
    outline: none;
    background: rgba(0, 0, 0, .8);
}

.swiper-button-next>i,
.swiper-button-prev>i {
    color: white;
    font-size: 22px;
}

.swiper-button-prev {
    left: 40px;
    width: 40px;
    height: 40px;
    outline: none;
    background: rgba(0, 0, 0, .8);
}

.nx-pagination {
    height: 50px;
    line-height: 50px;
    padding-bottom: 117px;
    margin-top: 40px;
}

.page {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px!important;
    text-align: center;
    line-height: 30px;
    background: white;
    font-size: 18px;
}

.active {
    background: #3a2812;
    color: #d8a767;
}

.next {
    font-size: 25px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
    vertical-align: middle;
}

.pre {
    font-size: 25px;
    line-height: 22px;
    margin: 0px;
    vertical-align: middle;
    font-weight: 600;
}

.iconPre,
.iconNext {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px!important;
    text-align: center;
    line-height: 30px;
    background: white;
}


/*footer*/

footer {
    height: 80px;
    width: 100%;
    background: #050101;
    padding: 20px 0;
    color: #987649;
    font-size: 14px;
}