/**/
.video .wrap{
    width: 1540px;
    margin: 221px auto 89px;
}
.video .wrap .top{
    margin: 0 0 83px 0;
}
.video .wrap .top .title{
    font-size: 40px;
    font-weight: bold;
    color: #292929;
    margin: 0 0 42px 0;
}
.video .wrap .top .content{
    display: flex;
    justify-content: space-between;
    height: 730px;
}
.video .wrap .top .content .l{
    width: 1150px;
    height: 100%;
}

.video .wrap .top .content .l .swiper-slide:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(1, 6, 10, 0.5);
}
.video .wrap .top .content .l .swiper-slide .text{
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    left: 37px;
    bottom: 28px;
    z-index: 3;
}
.video .wrap .top .content .l .swiper-slide .play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 102px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    border-radius: 50%;
    cursor: pointer;
}
.video .wrap .top .content .l .swiper-slide .play img{
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    object-fit: contain;
    transition: 3s;
}
.video .wrap .top .content .l .swiper-slide .play div{
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 20px solid #fff;
}
.video .wrap .top .content .l .swiper-slide .play:hover img{
    transform: translate(-50%,-50%) rotate(360deg);
}
.video .wrap .top .content .r{
    width: 370px;
    height: 100%;
}
.video .wrap .top .content .r .swiper{
    height: 100%;
}
.video .wrap .top .content .r .swiper-slide img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.video .wrap .top .content .r .swiper-slide:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.video .wrap .top .content .r .swiper-slide:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 6px solid #E41937;
    z-index: 32;
    opacity: 0;
    transition: 0.7s;
}
.video .wrap .top .content .r .swiper-slide.swiper-slide_active:before{
    opacity: 1;
}
.video .wrap .bottom .headline{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    padding: 0 0 19px 0;
    margin: 0 0 31px 0;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}
.video .wrap .bottom .content{
    display: flex;
    flex-wrap: wrap;
}
.video .wrap .bottom .content .item{
    width: 370px;
    margin: 0 20px 77px 0;
}
.video .wrap .bottom .content .item:nth-child(4n) {
    margin: 0 0 70px 0;
}
.video .wrap .bottom .content .item .lump{
    width: 370px;
    height: 230px;
    margin: 0 0 33px 0;
    position: relative;
}
.video .wrap .bottom .content .item .play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    border-radius: 50%;
    cursor: pointer;
}


/**/
.video .wrap .bottom .content .item .play img{
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    object-fit: contain;
    transition: 3s;
}
.video .wrap .bottom .content .item .play div{
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #fff;
}
.video .wrap .bottom .content .item .play:hover img{
    transform: translate(-50%,-50%) rotate(360deg);
}
/**/
.video .wrap .bottom .content .item .lump:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(1, 6, 10, 0.5);
}
.video .wrap .bottom .content .item .lump img{
    width: 100%;
    height: 100%;
}
.video .wrap .bottom .content .item .text span{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    display: block;
    margin: 0 0 26px 0;
}
.video .wrap .bottom .content .item .text p{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

/**/
.download .wrap{
    width: 1540px;
    margin: 222px auto 78px;
}
.download .wrap .title{
    font-size: 40px;
    font-weight: bold;
    color: #292929;
    margin: 0 0 65px 0;
}
.download .wrap .content{
    width: 1190px;
    margin: 0 auto 90px;
}
.download .wrap .content .item{
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 29px 0 9px;
}
.download .wrap .content .item:first-child{
    border-top: 1px solid rgba(230, 230, 230, 1);
}
.download .wrap .content .item p{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    padding: 0 0 0 20px;
    position: relative;
}
.download .wrap .content .item p:after{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #E41937;
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.download .wrap .content .item a{
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    color: #E41937;
}

.international .wrap{
    width: 1540px;
    margin: 222px auto 113px;
}
.international .wrap .title{
    font-size: 40px;
    font-weight: bold;
    color: #292929;
    margin: 0 0 111px 0;
}
.international .wrap .content{
    width: 1190px;
    max-width: 100%;
    margin: auto;
}
.international .wrap .content p{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}
@media screen and (max-width: 1856px) {
    .download .wrap .title{
        font-size: 38px;
    }
    .download .wrap {
        margin-top: 170px;
    }
    .download .wrap .content .item {
        height: 130px;
    }
    .international .wrap .title {
        font-size: 38px;
    }
    .international .wrap{
        margin-top: 180px;
    }
    .international .wrap .title {
        margin-bottom: 90px;
    }
    .video .wrap .top .title{
        font-size: 38px;
    }
    .video .wrap .top .content .l .swiper-slide .text {
        font-size: 24px;
    }
    .video .wrap{
        margin-top: 180px;
    }
}
@media screen and (max-width: 1792px) {
    .download .wrap{
        width: 90%;
    }
    .download .wrap .content{
        width: 100%;
    }
    .international .wrap{
        width: 90%;
    }
    .international .wrap .content{
        width: 80%;
    }
    .international .wrap .content img{
        width: 100%;
    }
    .video .wrap {
        margin-top: 160px;
        width: 90%;
    }
    .video .wrap .top .content .l{
        width: 64.1741071vw;
    }
    .video .wrap .top .content{
        height: 40.7366071vw;
    }
    .video .wrap .top .content .r{
        flex: 1;
        margin-left: 30px;
    }
    .video .wrap .top {
        margin: 0 0 60px 0;
    }
    .video .wrap .bottom .content .item .lump {
        margin-bottom: 20px;
    }
    .video .wrap .bottom .content .item .text span {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1680px) {
    .download .wrap .title {
        font-size: 36px;
    }
    .download .wrap .content .item {
        height: 120px;
    }
    .international .wrap .title {
        font-size: 36px;
        margin-bottom: 60px;
    }
    .international .wrap {
        margin-top: 140px;
    }
    .video .wrap .top .content .l .swiper-slide .text {
        font-size: 22px;
    }
    .video .wrap .top .content .l {
        width: 66.174107vw;
    }
    .video .wrap .top .title {
        font-size: 36px;
    }
    .video .wrap {
        margin-top: 140px;
    }
    .video .wrap .bottom .content .item {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1600px) {
    .download .wrap .title{
        font-size: 32px;
    }
    .download .wrap .title {
        margin-bottom: 50px;
    }
    .download .wrap {
        margin-top: 140px;
    }
    .international .wrap .content{
        width: 90%;
    }

}
@media screen and (max-width: 1440px) {
    .download .wrap .content .item{
        height: 110px;
    }
    .download .wrap .title {
        margin-bottom: 40px;
    }
    .international .wrap {
        margin-top: 120px;
    }
    .international .wrap .title {
        font-size: 32px;
    }
    .international .wrap .content{
        width: 100%;
    }
    .international .wrap .content p {
        font-size: 16px;
    }
    .international .wrap .title {
        margin-bottom: 40px;
    }
    .alert_video .joke .video {
        height: 450px;
    }
    .video .wrap {
        margin-top: 120px;
    }
    .video .wrap .bottom .content .item{
        width: 32%;
    }
    .video .wrap .bottom .content .item:nth-child(3n-1){
        margin: 0 2%;
    }
    .video .wrap .bottom .content .item{
        margin-right: 0;
    }
    .video .wrap .bottom .content .item .lump {
        width: 100%;
        height: auto;
    }
    .video .wrap .top .title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .video .wrap .top .content .l .swiper-slide .play{
        width: 80px;
        height: 80px;
    }
    .video .wrap .top .content .l .swiper-slide .play div{
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 15px solid #fff;
    }
}
@media screen and (max-width: 1280px) {
    .download .wrap .content .item {
        height: 100px;
    }
}
@media screen and (max-width: 1024px) {
    .download .wrap{
        min-height: 70vh;
        width: 100%;
        padding: 0 30px;
    }
    .download .wrap .content .item a,
    .download .wrap .content .item p {
        font-size: 16px;
    }
    .download .wrap .content .item {
        height: 80px;
    }
    .download .wrap .title{
        font-size: 28px;
    }
    .international .wrap .title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .international .wrap{
        width: 100%;
        padding: 0 30px;
    }
    .international .wrap .content p {
        font-size: 14px;
        line-height: 28px;
    }
    .international .wrap {
        margin-bottom: 80px;
    }
    .video .wrap .top .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .video .wrap {
        margin-top: 100px;
        width: 100%;
        padding: 0 30px;
    }
    .video .wrap .top .content .r{
        margin-left: 20px;
    }
    .video .wrap .top .content .l {
        width: 72.174107vw;
    }
    .video .wrap .top .content {
        height: 45.736607vw;
    }
    .video .wrap .top .content .l .swiper-slide .text {
        font-size: 18px;
        left: 20px;
        bottom: 20px;
    }
    
}
@media screen and (max-width: 820px) {
    .video .wrap .top .content{
        flex-direction: column;
        height: auto;
    }
    .video .wrap .top .content .l{
        width: 100%;
    }
    .video .wrap .top .content .r {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .video .wrap .top .content .r .swiper-slide:before {
        border-width: 3px;
    }
    .video .wrap .bottom .content .item .text span {
        font-size: 16px;
    }
    .video .wrap .bottom .content .item .text span {
        margin-bottom: 5px;
    }
    .video .wrap .bottom .content .item .play {
        width: 50px;
        height: 50px;
    }
    .video .wrap .top {
        margin: 0 0 40px 0;
    }
    .video .wrap{
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 540px) {
    .download .wrap{
        margin-top: 100px;
    }
    .download .wrap .title {
        margin-bottom: 20px;
    }
    .download .wrap{
        padding: 0 20px;
    }
    .download .wrap .content .item {
        height: 60px;
        padding-right: 10px;
    }
    .download .wrap .content .item a,
    .download .wrap .content .item p {
        font-size: 14px;
    }
    .international .wrap {
        padding: 0 20px;
    }
    .video .wrap{
        padding: 0 20px;
    }
    .video .wrap .top .content .l .swiper-slide .play {
        width: 60px;
        height: 60px;
    }
    .video .wrap .top .content .r{
        margin-top: 10px;
    }
    .video .wrap .bottom .content .item{
        width: 49%;
        margin-bottom: 20px !important;
    }
    .video .wrap .bottom .content .item:nth-child(3n-1) {
        margin: 0;
    }
    .video .wrap .bottom .content{
        justify-content: space-between;
    }
    .video .wrap .bottom .content .item .text span {
        font-size: 14px;
    }
    .video .wrap .bottom .content .item .time{
        font-size: 14px;
    }
    .video .wrap .bottom .headline{
        margin-bottom: 20px;
    }
    .alert_video .joke .close svg {
        width: 20px;
        height: 20px;
    }
    .alert_video:not(.all) .joke .close{
        top: -30px;
    }
    .video .wrap .top .content .l .swiper-slide .play div {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #fff;
    }
    .video .wrap .bottom .headline {
        font-size: 16px;
    }
    .video .wrap .top .title {
        font-size: 24px;
    }
}
@media screen and (max-width: 450px) {
    .international .wrap .content p[style]{
        font-size: 24px !important;
    }
    .international .wrap .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .international .wrap {
        margin-top: 100px;
    }
    .video .wrap .top .content .l .swiper-slide .text {
        font-size: 16px;
    }
    .video .wrap .bottom .content .item{
        width: 100%;
    }
}
@media screen and (max-width: 414px) {
    .international .wrap .content p[style] {
        font-size: 22px !important;
    }
    .international .wrap .title{
        font-size: 22px;
    }

}