.ban {
    width: 100%;
    height: 376px;
    position: relative;
    overflow: hidden;
    margin: 40px auto 0 auto;
}

.ban2 {
    position: relative;
    width: 285px;
    height: 357px;
    float: left;
}

.ban2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.ban2 ul.large-ul li {
    position: relative;
    width: 1200px;
    height: 357px;
}

ul.large-ul li {}

.ban2 ul.large-ul li img {
    display: block;
    width: 285px;
    height: 357px;
    object-fit: cover;
}

.page-rater-txt {
    position: absolute;
    top: 0;
    left: 300px;
}

.page-rater-txt .zyz-name {
    font-size: 18px;
    line-height: 30px;
}

.page-rater-txt .zyz-gender {
    font-size: 16px;
    line-height: 26px;
}

.page-rater-txt .zyz-city {
    line-height: 24px;
}

.prev {
    float: left;
    cursor: pointer;
}

.num {
    height: 197px;
    overflow: hidden;
    width: 839px;
    position: relative;
    float: left;
}

.min_pic {
    width: 892px;
    height: 197px;
    float: right;
    margin-top: 160px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.num ul {
    position: absolute;
    left: 0;
    top: 0;
}

.num ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 158px;
    height: 197px;
}

.num ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.num ul li.on {
    box-sizing: border-box;
    border: 4px solid #f8bb29;
    padding: 0;
}

.prev_btn1 {
    width: 20px;
    height: 18px;
    margin-right: 13px;
    cursor: pointer;
    float: left;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
}

.next_btn1 {
    width: 20px;
    height: 18px;
    cursor: pointer;
    float: right;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
}

.prev_btn1:hover,
.next_btn1:hover {
    background-color: #f8bb29;
}

.prev1 {
    position: absolute;
    top: 220px;
    left: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.next1 {
    position: absolute;
    top: 220px;
    right: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.mhc {
    background: #000;
    width: 100%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(Opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.pop_up {
    width: 500px;
    height: 500px;
    padding: 10px;
    background: #fff;
    position: fixed;
    -position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -255px;
    margin-top: -255px;
    display: none;
    z-index: 99;
}

.pop_up_xx {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}

.pop_up2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.pop_up2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
    float: left;
}

.pop_up2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.pop_up2 ul li {
    width: 500px;
    height: 500px;
    float: left;
}

@media only screen and (max-width: 768px) {
    .zyz-swiper {
        margin: 20px auto;
    }
    .zyz-swiper .swiper-slide .stu-img {
        width: 100%;
        height: 158px;
        object-fit: cover;
    }
}