.appearance {
    width: 9.167rem;
    margin: 0 auto;
    padding: 90px 0 0;

}

.appearance-title {
    font-size: 22px;
    color: #f8982b;
    text-align: center;
}

.appearance-fu {
    font-size: 24px;
    color: #9d1724;
    text-align: center;
    margin: 22px 0 35px;
}

.appearance-content {
    font-size: 17px;
    color: #666;
    width: 5.724rem;
    margin: 0 auto;
}

.appearance-swiper {
    width: 100%;
    background-image: url("/static/images/ln.png");
    height: 650px;
    margin: 76px 0;
    background-size: cover;
    display: flex;
    align-items: center;

}

.appearance-swiper-main {
    width: 6.354rem;
    position: relative;
    margin: 0 auto;
}

.swiper-container2 {
    width: 5.26rem;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-wrapper {
    /* width: 6.354rem; */
}
.index_swiper .swiper-slide{
    width: 100%;
}
.campus {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.campus-item {
    /* width: calc(100% / 2 - 30px); */
    background-color: #fff;
    border: 1px solid #efefef;
    margin: 0 10px 20px 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.campus-item-img {
    width: 100%;
    height: 271px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*background-color: rgba(0, 0, 0, .1);*/
    background-color: rgba(157, 23, 36, .8);
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.campus-item-img img {
    width: 100%;
    height: auto;
}

.campus-item-title {
    padding: 20px;
    color: #9D1724;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.campus-item-posi {
    background-color: rgba(157, 23, 36, .8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    /* cursor: pointer; */
    /* transform: translate(-100%, 0); */
    opacity: 0;
}

.campus-item-posi i {
    font-size: 34px;
    cursor: pointer;
    color: #fff;
}

.campus-item-img:hover .campus-item-posi {
    /* transform: translate(0%, 0); */
    opacity: 1;
}

.campus-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.campus-mask-main {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    padding: 15px;
    max-width: 60%;
    max-height: 92%;
    font-size: 16px;
}

.campus-mask-main img {
    width: 100%;
}

.campus-mask-img {
    width: 100%;
    max-height: 86%;
    overflow: hidden;
}

.cmm-name {
    margin-top: 10px;
}

.campus-close {
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.campus-prev {
    width: 40%;
    height: 50%;
    position: absolute;
    top: 25%;
    cursor: pointer;
    left: 25px;
}

.campus-prev span {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -25px;
    cursor: pointer;
    visibility: hidden;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campus-prev i {
    font-size: 20px;
}

.campus-next {
    width: 40%;
    height: 50%;
    position: absolute;
    top: 25%;
    cursor: pointer;
    right: 25px;
}

.campus-next span {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -25px;
    right: 0;
    cursor: pointer;
    visibility: hidden;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campus-next i {
    font-size: 20px;
}

.campus-next span:hover,
.campus-prev span:hover {
    background-color: rgba(0, 0, 0, .5);
}

.campus-next:hover span,
.campus-prev:hover span {
    visibility: visible;
}

.swiper-btn {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 60px;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 50%;
    transform: translate(0,-50%);
}

.swiper-btn:hover {
    background-color: #9d1724;
}

.swiper-btn i {
    font-size: 28px;
}

.swiper-banner-next {
    right: 0;
    /*top: 0;*/
}

.swiper-banner-prev {
    left: 0;
    /*top: 0;*/
}

.appearance-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 46px;
}

.appearance-list-item {
    width: 2.917rem;
    height: 2.188rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #efefef;
    box-sizing: border-box;
    position: relative;
    margin-right: .208rem;
    background-color: rgba(157, 23, 36, .7);
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.appearance-list-item-img {
    width: 100%;
    height: auto;
}

.appearance-list-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, .7) 0%,
            rgba(0, 0, 0, .3) 100%);
    color: #ffffff;
    font-size: 18px;
}
.appearance-list-item .campus-item-posi {
    transition: all .5s;
}
.appearance-list-item:hover .campus-item-posi {
    opacity: 1;
    background-color: rgba(157, 23, 36, .3);
    cursor: pointer;
}
.appearance-list-item:nth-child(3n) {
    margin-right: 0;
}

.zjwz-jianjie-box {
    width: 5.7292rem;
    /*height: 1.3021rem;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.zjwz-jianjie-title {
    font-size: 22px;
    color: #f8982b;
}
.zjwz-jianjie-content {
    font-size: 17px;
    color: #666666;
    text-indent: 2em;
    margin-top: .1771rem;
}
@media (max-width:1200px){
    .swiper-container2 {
        width: 80%;
    }
    .appearance-swiper-main {
        width: 90%;
    }
    .appearance-content {
        width: 85%;
    }
    
    .zjwz-jianjie-box{
        width: 90%;
    }
}

@media (max-width:860px){
    .appearance-list-item {
        width: 48%;
        height: 3.563rem;
        margin-right: 4%;
    }
    .appearance-list-item:nth-child(3n) {
        margin-right: 4%;
    }
    .appearance-list-item:nth-child(2n) {
        margin-right: 0;
    }
    .appearance-content {
        width: 100%;
    }
    .appearance {
        padding: 40px 0 0;
    }
    .appearance-fu {
        margin: 16px 0 22px;
    }
    .appearance-swiper {
        margin: 30px 0;
    }
}
@media (max-width:762px){
    .swiper-container2 {
        width: 70%;
    }
    .appearance-swiper-main {
        width: 95%;
    }
    .appearance-swiper {
        height: 420px;
    }
}
@media (max-width:600px){
    .appearance-list-item {
        width: 100%;
        height: 5.563rem;
        margin-right: 0;
    }
    .appearance-list-item:nth-child(3n) {
        margin-right: 0;
    }
    .appearance-list-item:nth-child(2n) {
        margin-right: 0;
    }
    .swiper-btn {
        width: 45px;
        height: 45px;
        top: 50% !important;
        transform: translate(0,-50%);
        z-index: 10;
    }
    .swiper-container2 {
        width: 100%;
    }
    .appearance-swiper-main {
        width: 100%;
    }
    .appearance-swiper {
        height: auto;
    }
    .campus-item {
        margin: 0;
    }
    .campus-mask-main {
        max-width: 100%;
    }
    .campus-mask-img video {
        width: 100%;
    }
}