.section .wrap {
    padding: 80px 0 98px;
}

.section .wrap .recommend {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}

.section .wrap .recommend .l {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 925px;
    height: 585px;
}

.section .wrap .recommend .l img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    transition: 3s;
}

.section .wrap .recommend .l .text {
    position: absolute;
    width: 100%;
    padding: 0 45px 0 50px;
    bottom: 24px;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.section .wrap .recommend .l .text p {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.section .wrap .recommend .l .text .iconfont {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.6s;
}

.section .wrap .recommend .l .text .iconfont:hover {
    background: rgba(236, 64, 0, 0.2);
    border: 1px solid #EC4000;
    color: #EC4000;
}

.section .wrap .recommend .l:hover img {
    transform: scale(1.1);
}

.section .wrap .recommend .r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section .wrap .recommend .r .item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 280px;
    width: 450px;
    border: 1px solid rgba(236, 64, 0, 0);
    transition: 0.6s;
    cursor: pointer;
}

.section .wrap .recommend .r .item img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    transition: 3s;
}

.section .wrap .recommend .r .item p {
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translate(-50%, 20px);
    opacity: 0;
    transition: 0.6s;
}

.section .wrap .recommend .r .item:hover {
    border: 1px solid #ec4000;
}

.section .wrap .recommend .r .item:hover img {
    transform: scale(1.1);
    filter: brightness(0.6);
}

.section .wrap .recommend .r .item:hover p {
    transform: translate(-50%, 0px);
    opacity: 1;
}

.section .wrap .video_link {
    display: flex;
    align-items: center;
    padding: 0 0 20px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
}

.section .wrap .video_link a {
    display: flex;
    align-items: center;
    margin-right: 75px;
}

.section .wrap .video_link a p {
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    transition: 0.6s;
}

.section .wrap .video_link a .iconfont {
    font-size: 16px;
    color: #999999;
    transition: 0.6s;
    margin-right: 9px;
}

.section .wrap .video_link a:hover p, .section .wrap .video_link a:hover .iconfont, .section .wrap .video_link a.on p, .section .wrap .video_link a.on .iconfont {
    color: #EC4000;
}

.section .wrap .content {
    display: flex;
    flex-wrap: wrap;
}

.section .wrap .content .item {
    width: 450px;
    margin: 0 0 40px;
    cursor: pointer;
}

.section .wrap .content .item:not(:nth-child(3n)) {
    margin-right: 25px;
}

.section .wrap .content .item .img {
    border-radius: 10px;
    height: 280px;
    position: relative;
    margin: 0 0 23px;
    overflow: hidden;
}

.section .wrap .content .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    transition: 3s;
}

.section .wrap .content .item .img .iconfont {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 1s;
}

.section .wrap .content .item h5 {
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    padding: 0 10px;
    transition: 0.6s;
    margin: 0 0 20px;
}

.section .wrap .content .item .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.section .wrap .content .item .flex p {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.section .wrap .content .item:hover .img img {
    transform: scale(1.1);
    filter: brightness(0.6);
}

.section .wrap .content .item:hover .img .iconfont {
    opacity: 1;
}

.section .wrap .content .item:hover h5 {
    color: #EC4000;
}

.page {
    margin: 30px 0 0;
}

.section .wrap .recommend .r .item p{
    width: 90%;
}
@media screen and (max-width: 1920px) {
    .section .wrap {
        padding: 4.1666666667vw 0 5.1041666667vw;
    }

    .section .wrap .recommend {
        display: flex;
        justify-content: space-between;
        margin: 0 0 2.6041666667vw;
    }

    .section .wrap .recommend .l {
        position: relative;
        border-radius: 0.5208333333vw;
        overflow: hidden;
        width: 48.1770833333vw;
        height: 30.46875vw;
    }

    .section .wrap .recommend .l img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: unset;
        max-height: unset;
        transition: 3s;
    }

    .section .wrap .recommend .l .text {
        position: absolute;
        width: 100%;
        padding: 0 2.34375vw 0 2.6041666667vw;
        bottom: 1.25vw;
        left: 0;
        display: flex;
        justify-content: space-between;
    }

    .section .wrap .recommend .l .text p {
        font-weight: 500;
        font-size: 1.0416666667vw;
        color: #FFFFFF;
    }

    .section .wrap .recommend .l .text .iconfont {
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        border: 0.0520833333vw solid #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.625vw;
        color: #FFFFFF;
        cursor: pointer;
        transition: 0.6s;
    }

    .section .wrap .recommend .l .text .iconfont:hover {
        background: rgba(236, 64, 0, 0.2);
        border: 0.0520833333vw solid #EC4000;
        color: #EC4000;
    }

    .section .wrap .recommend .l:hover img {
        transform: scale(1.1);
    }

    .section .wrap .recommend .r {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .section .wrap .recommend .r .item {
        position: relative;
        border-radius: 0.5208333333vw;
        overflow: hidden;
        height: 14.5833333333vw;
        width: 23.4375vw;
        border: 0.0520833333vw solid rgba(236, 64, 0, 0);
        transition: 0.6s;
        cursor: pointer;
    }

    .section .wrap .recommend .r .item img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: unset;
        max-height: unset;
        transition: 3s;
    }

    .section .wrap .recommend .r .item p {
        position: absolute;
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #FFFFFF;
        position: absolute;
        left: 50%;
        bottom: 1.1458333333vw;
        transform: translate(-50%, 1.0416666667vw);
        opacity: 0;
        transition: 0.6s;
    }

    .section .wrap .recommend .r .item:hover {
        border: 0.0520833333vw solid #ec4000;
    }

    .section .wrap .recommend .r .item:hover img {
        transform: scale(1.1);
        filter: brightness(0.6);
    }

    .section .wrap .recommend .r .item:hover p {
        transform: translate(-50%, 0vw);
        opacity: 1;
    }

    .section .wrap .video_link {
        display: flex;
        align-items: center;
        padding: 0 0 1.0416666667vw 0.5208333333vw;
        border-bottom: 0.0520833333vw solid rgba(0, 0, 0, 0.1);
        margin: 0 0 1.5625vw;
    }

    .section .wrap .video_link a {
        display: flex;
        align-items: center;
        margin-right: 3.90625vw;
    }

    .section .wrap .video_link a p {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #999999;
        transition: 0.6s;
    }

    .section .wrap .video_link a .iconfont {
        font-size: 0.8333333333vw;
        color: #999999;
        transition: 0.6s;
        margin-right: 0.46875vw;
    }

    .section .wrap .video_link a:hover p, .section .wrap .video_link a:hover .iconfont, .section .wrap .video_link a.on p, .section .wrap .video_link a.on .iconfont {
        color: #EC4000;
    }

    .section .wrap .content {
        display: flex;
        flex-wrap: wrap;
    }

    .section .wrap .content .item {
        width: 23.4375vw;
        margin: 0 0 2.0833333333vw;
        cursor: pointer;
    }

    .section .wrap .content .item:not(:nth-child(3n)) {
        margin-right: 1.3020833333vw;
    }

    .section .wrap .content .item .img {
        border-radius: 0.5208333333vw;
        height: 14.5833333333vw;
        position: relative;
        margin: 0 0 1.1979166667vw;
        overflow: hidden;
    }

    .section .wrap .content .item .img img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: unset;
        max-height: unset;
        transition: 3s;
    }

    .section .wrap .content .item .img .iconfont {
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        border: 0.0520833333vw solid #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.5208333333vw;
        color: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: 1s;
    }

    .section .wrap .content .item h5 {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #111111;
        padding: 0 0.5208333333vw;
        transition: 0.6s;
        margin: 0 0 1.0416666667vw;
    }

    .section .wrap .content .item .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0.5208333333vw;
    }

    .section .wrap .content .item .flex p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999999;
    }

    .section .wrap .content .item:hover .img img {
        transform: scale(1.1);
        filter: brightness(0.6);
    }

    .section .wrap .content .item:hover .img .iconfont {
        opacity: 1;
    }

    .section .wrap .content .item:hover h5 {
        color: #EC4000;
    }

    .page {
        margin: 1.5625vw 0 0;
    }
}

/*# sourceMappingURL=video.css.map */
@media screen and (max-width: 1024px) {
    .section .wrap {
        width: 90%;
        padding: 60px 0 80px;
    }
    .section .wrap .recommend .l {
        width: 58vw;
        height: 38vw;
        border-radius: 10px;
    }
    .section .wrap .recommend .r .item {
        height: 18vw;
        width: 29vw;
        border-radius: 8px;
    }
    .section .wrap .recommend .l .text p {
        font-size: 14px;
    }
    .section .wrap .recommend .l .text {
        bottom: 20px;
        padding: 0 5%;
        align-items: center;
    }
    .section .wrap .recommend .l .text .iconfont {
        width: 30px;
        height: 30px;
        font-size: 9px;
    }
    .section .wrap .recommend {
        margin: 0 0 40px;
        flex-direction: column;
    }
    .section .wrap .video_link a p {
        font-size: 14px;
    }
    .section .wrap .video_link a .iconfont {
        font-size: 14px;
        margin: 0 5px 0 0;
    }
    .section .wrap .video_link a {
        margin-right: 30px;
    }
    .section .wrap .video_link {
        padding: 0 0 10px;
        margin-bottom: 30px;
    }
    .section .wrap .content .item {
        width: 32%;
    }
    .section .wrap .content .item:not(:nth-child(3n)) {
        margin-right: 2%;
    }
    .section .wrap .content .item .img {
        height: 17vw;
    }
    .section .wrap .content .item h5{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .section .wrap .content .item .flex p{
        font-size: 12px;
    }
    .section .wrap .recommend .r .item p{
        font-size: 14px;
        bottom: 20px;
    }
    .section .wrap .recommend .l{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .section .wrap .recommend .r{
        flex-direction: row;
    }
    .section .wrap .recommend .r .item{
        width: 48%;
        height: auto;
    }
    .section .wrap .content .item .img .iconfont{
        width: 30px;
        height: 30px;
        border: 1px solid #FFFFFF;
        font-size: 9px;
    }
    .section .wrap .content .item .flex,
    .section .wrap .content .item h5{
        padding: 0 5px;
    }
    .section .wrap .scroll{
        overflow: auto;
    }
    .section .wrap .scroll::-webkit-scrollbar{
        width: 0;
        display: none;
    }
    .section .wrap .video_link{
        width: max-content;
        min-width: 100%;
    }
    .section .wrap .content .item .img{
        margin-bottom: 10px;
    }
    .section .wrap .content .item h5{
        margin-bottom: 10px;
    }
    .section .wrap .content .item:not(:nth-child(3n)){
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .section .wrap .content .item{
        width: 48%;
    }
    .section .wrap .content{
        display: flex;
        justify-content: space-between;
    }
    .section .wrap .content .item:not(:nth-child(3n)){
        margin-right: 0;
    }
    .section .wrap .content .item .img{
        height: auto;
    }
    .section .wrap .recommend .r .item{
        width: 100%;
    }

}
@media screen and (max-width:540px) {
    .section .wrap .recommend .r{
        flex-direction: column;
        gap: 20px;
    }
    .section .wrap .content .item{
        width: 100%;
    }
}