.swiper_hyfh {
    width: 100%;
    overflow: hidden;

}

.swiper_hyfh .Summit {
    width: 100%;
    background: url(../img/bg3.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    border: 1px solid #413194;
    overflow: hidden;
    padding: 2vw;
    transition: all 0.6s;

}

.swiper_hyfh .Summit p {
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 2vw;
    line-height: 1.5;
    height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}

.swiper_hyfh .Summit a {
    width: 58%;
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #27259f;
    border-radius: 20px;
}

.swiper_hyfh .swiper-slide>.row:first-child {
    margin-bottom: 30px;
}

.swiper_hyfh .swiper-slide .row .Summit:hover {
    background-image: linear-gradient(90deg, #ff2f5f 0%, #ffb435 100%);
    border: 1px solid;
}

.swiper_hyfh .swiper-slide .row .Summit:hover a {
    background-color: #ffffff;

}

.swiper_hyfh .swiper-slide .row .Summit:hover a span {

    color: #ff315f;
}

.swiper_hyfh .swiper-slide .row .Summit:hover a img {
    filter: unset;
    transition: all 0.3s;
}

.swiper_hyfh .Summit a .button_yy {

    width: auto;

    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper_hyfh .Summit a .button_yy img {
    margin-right: 10px;
    filter: grayscale(1) brightness(13.5);
    transition: all 0.3s;
}

.swiper_hyfh .Summit a span {
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
}

.swiper_hyfh .swiper-paginationa {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;

}

.swiper_hyfh .swiper-paginationa .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    /* opacity: 0.3; */
    background: #fff;
    border: 3px solid transparent;
    box-sizing: content-box !important;
    transform: scale(.6);
    transform-origin: 50% 50%;
    margin: 0 14px;
}

.swiper_hyfh .swiper-paginationa .swiper-pagination-bullet-active {

    opacity: 1;
    background-color: #000;
    border: 3px solid #fff;
    background: transparent;
    transform: scale(1);

}



@media screen and (max-width: 1366px) {
    /* .swiper_hyfh .swiper-paginationa .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        border: solid 1px #ffffff;
    } */



}


@media screen and (max-width: 768px) {
    .swiper_hyfh .Summit {
        padding: 5vw;

    }

    .swiper_hyfh .Summit a {
        width: 40%;
        height: 35px;
        line-height: 35px;
    }

    .swiper_hyfh .swiper-paginationa {
        margin-top: 20px;

    }
    .swiper_hyfh .swiper-paginationa .swiper-pagination-bullet {
        margin:0 5px;
    }
}