.section{
    overflow: hidden;
}
.section .wrap{
    margin: 131px auto 240px;
}
.section .wrap .title{
    text-align: center;
    margin: 0 0 106px 0;
    max-width: 90%;
}
.section .wrap .title span{
    font-size: 42px;
    font-family: Poppins;
    font-weight: bold;
    color: #292B2E;
    position: relative;
    padding: 0 0 16px 0;
    margin: 0 0 28px 0;
    display: block;
}
.section .wrap .title span:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 46px;
    height: 4px;
    background: #00215B;
}
.section .wrap .title p{
    font-size: 22px;
    font-family: Poppins r;
    font-weight: 400;
    color: #2B2B2B;
    line-height: 29px;
}
.section .wrap .content{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.section .wrap .content .back{
    position: absolute;
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    z-index: -1;
}
.section .wrap .content .joke{
    margin: 211px 0 0 0;
}
.section .wrap .content .joke .num{
    display: flex;
    align-items: flex-end;
    margin: 0 0 0 177px;
}
.section .wrap .content .joke .num span{
    font-size: 168px;
    font-family: MiSans;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    line-height: 150px;
}
.section .wrap .content .joke .num span:after{
    content: attr(data-text);
    font-size: 80px;
    font-family: Roboto;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 100%;
    line-height: 65%;
}
.section .wrap .content .joke .num p{
    font-size: 28px;
    font-family: Poppins r;
    font-weight: 500;
    color: #FFFFFF;
}
.section .wrap .content .joke .flex{
    display: flex;
    align-items: flex-end;
}
.section .wrap .content .joke .flex .text{
    width: 1214px;
    padding: 81px 163px 57px 182px;
    font-size: 20px;
    font-family: Poppins r;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 38px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.section .wrap .content .joke .flex .text .after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5e7c9c;
    z-index: -1;
    transform: translateX(-100%);
    transition: 3s;
}
.section .wrap .content .joke .flex .text .after.aos-animate{
    transform: translateX(0);
}
.section .wrap .content .joke .flex .yellow{
    display: flex;
    align-items: center;
    position: relative;
    left: -55px;
    top: -49px;
}
.section .wrap .content .joke .flex .yellow .line{
    width: 0;
    height: 1px;
    background: #FFA826;
    margin: 0 7px 0 0;
    transition: 2s;
}
.section .wrap .content .joke .flex .yellow .line.aos-animate{
    width: 369px;
}
.section .wrap .content .joke .flex .yellow .video_play{
    width: 153px;
    height: 49px;
    background: #FFA826;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.section .wrap .content .joke .flex .yellow .video_play p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 9px 0 0;
}
.section .wrap .content .joke .flex .yellow .video_play .border{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .wrap .content .joke .flex .yellow .video_play .border div{
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    position: relative;
    left: 2px;
}
.section2{
    position: relative;
    z-index: 1;
}
.section2 .back{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.section2 .wrap{
    display: flex;
    justify-content: center;
    max-width: 90%;
    position: relative;
    z-index: 2;
    margin: 0 auto 154px;
}
.section2 .wrap .images{
    width: 578px;
    height: 626px;
    margin: 0 120px 0 0;
    overflow: hidden;
}
.section2 .wrap .images img{
    width: 100%;
    height: 750px;
    margin-top: -500px;
}
.section2 .wrap .text {
    width: 817px;
    font-size: 20px;
    font-family: Poppins r;
    font-weight: 400;
    color: #262626;
    line-height: 36px;
}
@media screen and (max-width: 1800px) {
    .section .wrap .title{
        margin: 0 auto 106px;
    }
    .section .wrap .content .joke .flex .text{
        width: 63%;
    }
}
@media screen and (max-width: 1550px) {
    .section .wrap .content .joke .flex .text{
        font-size: 17px;
        padding: 81px 10% 57px 7%;
    }
    .section .wrap .content .joke .flex .yellow .line.aos-animate {
        width: 230px;
    }
}
@media screen and (max-width: 1366px) {
    .section .wrap .content .joke .flex .text{
        font-size: 15px;
    }
    .section2 .wrap .text{
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .section .wrap {
        margin: 39px auto 79px
    }
    .section .wrap .title span{
        font-size: 28px;
    }
    .section .wrap .title p{
        font-size: 14px;
    }
    .section .wrap .title p br{
        display: none;
    }
    .section .wrap .title {
        margin: 0 auto 41px;
    }
    .section .wrap .content .joke{
        padding: 0 5%;
    }
    .section .wrap .content .joke .flex .text .after{
        transform: translateX(0);
        clip-path: unset!important;
    }
    .section .wrap .content .joke .num{
        margin: 0;
        line-height: 75px;
    }
    .section .wrap .content .joke .num span{
        font-size: 50px;
        line-height: 98px;
    }
    .section .wrap .content .joke .num p{
        font-size: 14px;
    }
    .section .wrap .content .joke .num span:after{
        font-size: 38px;
        top: 11px;
    }
    .section .wrap .content .joke .flex{
        justify-content: unset;
        flex-direction: column;
    }
    .section .wrap .content .joke .flex .text{
        width: 100%;
        padding: 5% 7%;
        line-height: 25px;
        font-size: 13px;
    }
    .section .wrap .content .joke .flex .yellow{
        left: 0;
        width: 100%;
        top: 0;
        margin: 20px 0 0 0;
    }
    .section .wrap .content .joke .flex .yellow .video_play p{
        font-size: 12px;
    }
    .section .wrap .content .joke {
        margin: 19px 0 0 0;
    }
    .section .wrap .content .back{
        height: 80%;
    }
    .section .wrap .content .joke .flex .yellow .line {
        width: 23%;
    }
    .section .wrap .content .joke .flex .yellow .line{
        width: 230px;
    }
    .section2 .wrap .images img{
        height: 100%;
        margin-top: 0;
        transform: none!important;
    }
    .section2 .wrap{
        flex-direction: column;
        margin: 0 auto 39px;
    }
    .section2 .wrap .images{
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
    }
    .section2 .wrap .text {
        font-size: 13px;
        line-height: 33px;
        width: 100%;
    }
}
