.about_Honorary {
    position: relative;
}

.Honorary_tip {
    position: fixed;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 45%;
    height: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 20px 20px 0;
    /* overflow: hidden; */
    z-index: 12;
    display: none;
}

.Honorary_tip_lone {
    text-align: center;
    padding: 30px 20px 39px;
    display: none;
    height: 100%;
}

.htip_img {
    /* width: 90%; */
    height: 100%;
    background: no-repeat center/cover;
}

.htip_text {
    padding: 22px 0 0;
}

.Honorary_tip_list {
    display: flex;
    overflow: hidden;
    height: 100%;
    /* width: 80%; */
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
}

.active_show_h,
.swiper-slide-active {
    display: block;
}

.Honorary_tip_all {
    display: flex;
    align-items: center;
    height: 90%;
    justify-content: space-between;
}

.hon_jt,
.close_icon {
    background-color: #B90012;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    font-size: 20px;
}

.hon_jt {
    position: absolute;
}

.hon_prev {
    left: 25px;
}

.hon_next {
    right: 25px;
}

.close_icon {
    background-color: transparent;
    font-weight: 400;
    color: gray;
}

.close_icon_all {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 10px;
}

.zhe_hon {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    width: 100vw;
    height: 100vh;
    display: none;
}

.show_hon {
    display: flex;
}

.Honorary_tip_lone {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: 100%;
}

.htip_img {
    height: auto;
    max-height: 100%;
}

@media(max-width:1024px) {
    .Honorary_tip {
        width: 91%;
        height: 50%;
    }
    .hon_jt,
    .close_icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .Honorary_tip_list {
        padding: 0 25px;
    }
}