.m-yph-banner-box {
    margin-top: 24px;
}

.m-yph-banner-box .pc-img {
    display: block;
    box-shadow: 0 0 27px 0 #a5b5cb;
}

.m-yph-banner-box .pc-img .u-register {
    position: absolute;
    right: 9.5%;
    bottom: 16%;
    display: block;
    width: 32%;
    height: 15%;
}

.m-yph-banner-box .phone-img {
    display: none;
}

.m-yph-banner-box a {
    width: 100%;
    height: auto;
}

.m-yph-news-box .title-box {
    padding: 40px 0 20px;
}

.m-yph-news-box .title-box .u-ttl {
    text-align: center;
    line-height: 1;
    font-style: italic;
    font-size: 26px;
    color: #333333;
}

.m-yph-news-box .title-box .u-ttl i {
    padding-right: 3px;
    font-size: 30px;
    font-weight: 600;
    background-image: linear-gradient(to right, #a060a4 0%,
    #654699 74%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.m-yph-news-box .title-box .u-more {
    text-align: right;
    line-height: 1;
}

.m-yph-news-box .title-box .u-more a {
    font-size: 14px;
    color: #2069ce;
}

.m-yph-news-box .title-box .u-more a:hover {
    text-decoration: underline;
}

.m-yph-news-box .news-list-cont .item {
    display: block;
    position: relative;
    box-shadow: 0 0 10px 0 #a5b5cb;
}

.m-yph-news-box .news-list-cont .item .u-ttl {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 75px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    border-radius: 15px;
    transition: .3s all;
}

.m-yph-news-box .news-list-cont .item.item01 .u-ttl {
    background-color: rgba(246, 109, 183, .7);
}

.m-yph-news-box .news-list-cont .item.item02 .u-ttl {
    background-color: rgba(7, 146, 0, .7);
}

.m-yph-news-box .news-list-cont .item.item03 .u-ttl {
    background-color: rgba(255, 168, 0, .7);
}

.m-yph-news-box .news-list-cont .item.item04 .u-ttl {
    background-color: rgba(0, 81, 246, .7);
}

.m-yph-news-box .news-list-cont .item:hover {
    transform: scale(1.1);
}

.m-yph-news-box .news-list-cont .item:hover .u-ttl {
    font-weight: 600;
    background-color: rgba(255, 255, 255, .8);
}

.m-yph-news-box .news-list-cont .item.item01:hover .u-ttl {
    color: rgba(246, 109, 183, 1);
}

.m-yph-news-box .news-list-cont .item.item02:hover .u-ttl {
    color: rgba(7, 146, 0, 1);
}

.m-yph-news-box .news-list-cont .item.item03:hover .u-ttl {
    color: rgba(255, 168, 0, 1);
}

.m-yph-news-box .news-list-cont .item.item04:hover .u-ttl {
    color: rgba(0, 81, 246, 1);
}

.m-yph-news-box .news-list-cont .swiper-container {
    position: relative;
    height: auto;
    --swiper-pagination-color: #2069ce; /* 两种都可以 */
}

.m-yph-news-box .news-list-cont .swiper-pagination {
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 768px) {
    .m-yph-news-box .news-list-cont .swiper-container {
        overflow: visible;
    }

    .m-yph-news-box .news-list-cont .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 15px;
    }

    .m-yph-news-box .news-list-cont .swiper-pagination {
        display: none;
    }
}

@media (max-width: 767px) {
    .m-yph-banner-box .pc-img {
        display: none;
    }
    .m-yph-banner-box .phone-img {
        display: block;
        box-shadow: 0 0 27px 0 #a5b5cb;
    }
    .m-yph-banner-box .phone-img .u-register {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 4%;
        display: block;
        width: 86%;
        height: 12%;
    }
}
