.section {
    padding: 100px 0 148px;
}

.section .wrap .section_top {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.section .wrap .section_top .link a {
    padding: 0 30px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 0 11px;
    transition: 0.6s;
}

.section .wrap .section_top .link a p {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    transition: 0.6s;
}

.section .wrap .section_top .link a .iconfont {
    font-size: 22px;
    color: #333333;
    transition: 0.6s;
}

.section .wrap .section_top .link a:hover {
    background: #184392;
    border: 1px solid #184392;
}

.section .wrap .section_top .link a:hover p, .section .wrap .section_top .link a:hover .iconfont {
    color: #FFFFFF;
}

.section .wrap .text {
    margin: 58px 0 60px;
}

.section .wrap .text p {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.section .wrap .img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .img .play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.6s;
    position: absolute;
}

.section .wrap .img .play .iconfont {
    color: #184392;
    transition: 0.6s;
    font-size: 34px;
}

.section .wrap .img .play:hover {
    background: #184392;
}

.section .wrap .img .play:hover .iconfont {
    color: #FFFFFF;
}

.section .wrap .img img {
    display: block;
    width: 100%;
}

/*# sourceMappingURL=group.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 5.2083333333vw 0px 7.7083333333vw;
    }

    .section .wrap .section_top .link a {
        padding: 0px 1.5625vw;
        height: 3.125vw;
        border-radius: 1.5625vw;
        gap: 0px 0.5729166667vw;
    }

    .section .wrap .section_top .link a p {
        font-size: 0.9375vw;
    }

    .section .wrap .section_top .link a .iconfont {
        font-size: 1.1458333333vw;
    }

    .section .wrap .text {
        margin: 3.0208333333vw 0px 3.125vw;
    }

    .section .wrap .text p {
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }

    .section .wrap .img {
        border-radius: 1.0416666667vw;
    }

    .section .wrap .img .play {
        width: 4.1666666667vw;
        height: 4.1666666667vw;
    }

    .section .wrap .img .play .iconfont {
        font-size: 1.7708333333vw;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding: 30px 0 60px;
    }
    .section .wrap .section_top {
        flex-direction: column-reverse;
    }
    .section .wrap .section_top .link {
        margin-bottom: 20px;
    }
    .section .wrap .section_top .link a {
        width: fit-content;
        height: 40px;
        border-radius: 20px;
        padding: 0 20px;
        gap: 0 10px;
    }
    .section .wrap .section_top .link a p {
        font-size: 15px;
    }
    .section .wrap .section_top .link a .iconfont {
        font-size: 14px;
    }
    .section .wrap .text {
        margin: 15px 0 30px;
    }

    .section .wrap .text p {
        font-size: 15px;
        line-height: 2;
    }
    .section .wrap .img .play {
        width: 50px;
        height: 50px;
    }
    .section .wrap .img .play .iconfont {
        font-size: 18px;
    }
}
