.swiperPh2 .page2 {

    width: 50%;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    color: #000;
    font-family: '黑体';
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
    white-space: nowrap;

}

.swiper-pagination-jump-input2 {
    width: 60px;
    height: 30px;
    border: 1px solid #cdb984;
    margin: 0 10px;
    font-size: 18px;
    padding-left: 5px;
}

.swiper-pagination-jump-btn2 {
    border: none;
    font-size: 18px;
    font-family: '黑体';
    background: #FFF;
    cursor: pointer;
}

.swiperPh2 .page2 .swiper-pagination2 {
    position: relative;
    bottom: 0;
    height: 50px;
    display: flex;
    color: #FFF;
    display: flex;
    flex-direction: row;
    text-align: center;
}

.swiperPh2 ul {
    overflow: hidden;
}

/* 去除number的input框按钮 */
.swiper-pagination-jump-input::-webkit-inner-spin-button,
.swiper-pagination-jump-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

@media screen and (max-width: 750px) {
    .d4Btm {
        height: 180px !important;
    }

    .d9Title {
        width: 64%;
        top: 47%;
        left: auto;
        right: 7%;
    }

    .d9Title>p {
        color: #e6c47a;
    }

    .d9Top img.top2 {
        bottom: -87px;
    }

    .d9 .d9Top .top2 {
        width: 436px;
        height: 315px;
    }

    .d9 .d9Top .top3 {
        width: 200px;
        height: 230px;
        position: absolute;
        left: 0px;
        top: 29%;
    }

    .d9Top .d9Title h2 {
        font-size: 60px;
        margin-bottom: 27px;
    }
    .d9Top .d9Title p{
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 15px;
        text-align: justify;
    }

    .d9Btm #d9search {
        height: 45px;
    }

    .d9Btm {
        width: 90%;
    }

    .d9inputR {
        width: 98px;
        height: 45px;
        line-height: 45px;
    }

    .d9Phlist ul li>div .overlay {
        /* height: 28%; */
    }

    .d9Phlist ul li>div .overlay {
        top: auto;
        bottom: 0;
    }

    .overlayTitle {
        width: 90%;
        font-size: 16px;
        /* height: 80%; */
    }

    .swiperPh2 {
        display: block;
        overflow: hidden;
    }

    .swiperPh {
        display: none;
    }

    .my-bullet-active2 {
        width: 27px;
        height: 27px;
        line-height: 27px;
    }

    .my-bullet2 {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

    .page2 {
        font-size: 16px;
    }

    .swiper-pagination-jump-input2 {
        width: 55px;
        height: 25px;
    }

    .swiper-pagination-jump-btn2 {
        font-size: 16px;
    }

    /* 去除number的input框按钮 */
    .swiper-pagination-jump-input2::-webkit-inner-spin-button,
    .swiper-pagination-jump-input2::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
        margin: 0;
    }

    .swiperPh2 .page2 {
        margin-top: 25px;
    }

    .d9Btm {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 650px) {
    .d9 .d9Top .top3 {
        width: 160px;
        height: 185px;
    }

    .d9 .d9Top .top2 {
        width: 381px;
        height: 280px;
    }
}

@media screen and (max-width: 540px) {
    .d9 .d9Top .top3 {
        width: 120px;
        height: 138px;
    }

    .d9 .d9Top .top2 {
        width: 350px;
        height: 257px;
    }
}

@media screen and (max-width: 460px) {
    .d9 .d9Top .top2 {
        width: 300px;
        height: 221px;
    }

    .d9Top {
        margin-bottom: 80px;
    }

    .d9Top img.top2 {
        bottom: -62px;
    }
}

@media screen and (min-width: 750px) {

    .swiperPh2 {
        display: none;
    }

    .swiperPh {
        display: block;
    }
}