.sec1 .joke {
    width: 1680px;
    margin: auto;
    padding-top: 58px;
    padding-bottom: 45px;
}

.sec1 .joke .title h1 {
    font-size: 50px;
    font-family: Cambria;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
}

.sec1 .joke .title h2 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
}

.sec1 .joke .title {
    margin-bottom: 8px;
}

.sec1 .joke .item {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sec1 .joke .item .bg {
    position: absolute;
    top: -22px;
    left: -36px;
    z-index: 1;
}

.sec1 .joke .item .left {
    padding-top: 27px;
    position: relative;
    z-index: 2;
}

.sec1 .joke .item .left span {
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    margin-bottom: 91px;
}

.sec1 .joke .item .left h1 {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
}

.sec1 .joke .item .left h2 {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #383838;
    text-transform: uppercase;
    margin: 10px 0;
}

.sec1 .joke .item .left h3 {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #383838;
}

.sec1 .joke .item .left .more {
    width: fit-content;
    display: flex;
    align-items: center;
    height: 30px;
    border: 2px solid #BFBFBF;
    border-radius: 10px;
    padding: 0 15px;
    margin: 15px 0 40px;
    transition: 0.6s;
}

.sec1 .joke .item .left>p {
    width: 800px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #383838;
    line-height: 28px;
}

.sec1 .joke .item .left .more p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #74b97d;
    transition: 0.6s;
}

.sec1 .joke .item .left .more img {
    display: block;
    width: 12px;
    margin-left: 5px;
    transition: 0.6s;
}

.sec1 .joke .item .left .more:hover p {
    color: #ffffff;
}

.sec1 .joke .item .left .more:hover img {
    transform: rotate(45deg);
    filter: brightness(63.5);
}

.sec1 .joke .item .left .more:hover {
    border-color: transparent;
    background: #229230;
}

.sec2 {
    margin-bottom: 60px;
}

.sec2 .joke {
    width: 1680px;
    margin: auto;
}

.sec2 .joke h1 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #383838;
    margin-bottom: 40px;
}

.sec2 .joke .box {
    display: flex;
    justify-content: space-between;
}

.sec2 .joke .box .sq {
    width: 187px;
    height: 115px;
    background: #E3E3E3;
    border-radius: 10px;
    margin-bottom: 38px;
}

.sec1 .joke .item .right {
    border-radius: 10px;
    overflow: hidden;
    height: fit-content;
}

.sec1 .joke .item .right img {
    display: block;
}

.sec2 .joke .box .item p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #383838;
    text-align: center;
}

.sec3 .joke {
    width: 1680px;
    margin: auto;
}

.sec3 .joke .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
}

.sec3 .joke .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.sec3 .joke .item .right {
    width: 610px;
    height: 427px;
    position: relative;
    padding-top: 121px;
}

.sec3 .joke .item .right img {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.sec3 .joke .item .right h3 {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 49px;
    text-align: center;
}

.sec3 .joke .item .right p.en {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}

.sec3 .joke .item .right p {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}

.sec3 .joke .item .left h3 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
}

.sec3 .joke .item .left h4 {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    margin-bottom: 25px;
}

.sec3 .joke .item .left p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.sec3 .joke .item .left p span {
    font-size: 14px;
    display: block;
}

.sec3 .joke .item .left .box p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.sec3 .joke .item .left .box:nth-of-type(1) {
    margin-bottom: 33px;
}

.sec3 .joke .item .left .box {
    display: flex;
    align-items: center;
}

.sec3 .joke .item .left .box:not(:nth-of-type(1)) {
    margin-bottom: 33px;
}

.sec3 .joke .item .left .box p {
    padding-left: 32px;
    position: relative;
    margin-right: 33px;
    position: relative;
}

.sec3 .joke .item .left .box p:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
    width: 6px;
    height: 6px;
    background: #229230;
    border-radius: 50%;
}

.sec3 .joke .item:nth-child(1) h3 {
    margin-bottom: 20px;
}

.sec3 .joke .item:nth-child(1) .left>p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-bottom: 70px;
}

.sec3 .joke .item:nth-child(1) h4 {
    display: flex;
    align-items: center;
}

.sec3 .joke .item:nth-child(1) h4 img {
    display: block;
    margin-right: 9px;
}

.sec3 .joke .item .left {
    width: 1070px;
}

.sec3 .joke .item:nth-child(2n) .left {
    padding-left: 92px;
}

.sec3 .joke .item:nth-child(2n-1) .left {
    padding-right: 50px;
}

.sec3 .joke .item .left h5 {
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
}

.sec4 .joke {
    width: 1680px;
    margin: auto;
    padding-top: 56px;
}

.sec4 .box {
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
}

.sec4 .box .item:nth-child(1) {
    margin-right: 150px;
}

.sec4 .box .item h5 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 31px;
    width: 450px;
    height: 50px;
    line-height: 50px;
    background: #239231;
    margin-bottom: 18px;
}

.sec4 .box .item:nth-child(2) h5 {
    background: #E3E3E3;
    color: #383838;

}

.sec4 .box .item p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #383838;
    margin-bottom: 32px;
}



.sec4 .item4 h1 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    margin-bottom: 66px;
    text-align: center;
}

.sec4 .item4 .box {
    display: flex;
    justify-content: center;
}

.sec4 .item4 .box .ci:not(:nth-last-child(1)) {
    margin-right: 197px;
}

.sec4 .item4 .box .ci .img {
    position: relative;
    margin-bottom: 28px;
}

.sec4 .item4 .box .ci .img>img {
    display: block;
}

.sec4 .item4 .box .ci .img .text {
    position: absolute;
    top: 29px;
    left: 50%;
    transform: translateX(-50%);
}

.sec4 .item4 .box .ci .img .text p {
    font-size: 10px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
}

.sec4 .item4 .box .ci .img .text img {
    display: block;
    margin: 0 auto 5px;
}

.sec4 .item4 .box .ci>p {
    text-align: center;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-top: 28px;
}

.sec4 .item4 h2 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    margin-top: 119px;
    margin-bottom: 59px;
    text-align: center;
}

.sec4 .item4 .box1 {
    display: flex;
    justify-content: space-between;
}

.sec4 .item4 .box1 .pe img {
    display: block;
    margin: 0 auto 20px;
}

.sec4 .item4 .box1 .pe p {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.sec4 .item4 {
    margin-bottom: 103px;
}

.sec4 .joke .con h1 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #383838;
    text-align: center;
    margin-bottom: 25px;
}

.sec4 .joke .con p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #383838;
    text-align: center;
    margin-bottom: 57px;
}

.sec4 .joke .con .sqs {
    display: flex;
    justify-content: center;
}

.sec4 .joke .con .sqs .sq {
    width: 197px;
    height: 197px;
    background: #E3E3E3;
    border-radius: 10px;
}

.sec4 .joke .con .sqs .sq:nth-child(1) {
    margin-right: 216px;
}

.sec4 {
    margin-bottom: 88px;
}

.sec5 h1 {
    font-size: 50px;
    font-family: Cambria;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sec5 .joke {
    width: 1680px;
    margin: auto;
    padding-bottom: 95px;
}

.sec5 h2 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #369942;
    margin-bottom: 20px;
}

.sec5 p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #383838;
    line-height: 28px;
}

.sec6 .joke {
    width: 1680px;
    margin: 0 auto;
}

.sec6 .joke .title h3 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    text-align: center;
    margin-bottom: 10px;
}

.sec6 .joke .title h4 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
}

.sec6 .joke .content {
    width: 80%;
    text-align: center;
    color: #666;
    font-weight: 700;
    font-family: Source Han Sans CN;
    line-height: 2;
    margin: 0 auto 0;
}

.sec6 .joke .text {
    padding: 44px 110px;
    background: #F4FBF3;
    border-radius: 10px;
    width: fit-content;
    margin: 40px auto;
}

.sec6 .joke .text h5 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    line-height: 28px;
    margin-bottom: 10px;
}

.sec6 .joke .text p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: 28px;
}

@media screen and (max-width: 2560px) {}


@media screen and (max-width: 2048px) {}

@media screen and (max-width: 1919px) {
    .sec6 .joke {
        width: 87.5vw;
    }

    .sec6 .joke .title h3 {
        font-size: 1.5625vw;
        margin-bottom: 0.5208333333vw;
    }

    .sec6 .joke .title h4 {
        font-size: 1.0416666667vw;
        margin-bottom: 1.5625vw;
    }

    .sec6 .joke .text {
        padding: 2.2916666667vw 5.7291666667vw;
        border-radius: 0.5208333333vw;
        margin: 2.0833333333vw auto;
    }

    .sec6 .joke .text h5 {
        font-size: 1.0416666667vw;
        line-height: 1.4583333333vw;
        margin-bottom: 0.5208333333vw;
    }

    .sec6 .joke .text p {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }

    .sec6 .joke .content {
        font-size: 0.833333vw;
    }
}

@media screen and (max-width: 1856px) {}

@media screen and (max-width: 1792px) {}

@media screen and (max-width: 1680px) {
    .sec3 .joke .item .left .box p {
        width: 140px;
    }

    .sec1 .joke,
    .sec2 .joke,
    .sec3 .joke,
    .sec4 .joke,
    .sec5 .joke {
        width: 90%;
    }

    .sec1 .joke .title h1,
    .sec5 h1 {
        font-size: 40px;
    }

    .sec1 .joke .title h2,
    .sec5 h2 {
        font-size: 24px;
    }

    .sec1 .joke .item .left h1 {
        font-size: 30px;
    }

    .sec1 .joke .item .right,
    .sec1 .joke .item .left {
        width: 49%;
    }

    .sec1 .joke .item .right img {
        width: 100%;
        height: auto;
    }

    .sec1 .joke .item .left>p {
        width: 100%
    }

    .sec1 .joke .item .left span {
        margin-bottom: 50px;
    }

    .sec1 .joke .item .left h3,
    .sec1 .joke .item .left h2 {
        font-size: 20px;
    }

    .sec1 .joke .item .left>p {
        font-size: 14px;
    }

    .sec1 .joke .item .bg {
        width: 800px;
    }

    .sec1 .joke .item .bg img {
        width: 100%;
        height: auto;
    }

    .sec2 .joke h1 {
        font-size: 24px;
    }

    .sec2 .joke .box .sq {
        margin-bottom: 15px;
    }

    .sec2 .joke .box .item p {
        font-size: 16px;
    }

    .sec3 .joke .item .left {
        flex: 1;
    }

    .sec3 .joke .item .right img {
        width: 100%;
        height: auto;
    }

    .sec3 .joke .item .left h3 {
        font-size: 26px;
    }

    .sec3 .joke .item .left h4 {
        font-size: 20px;
    }

    .sec3 .joke .item:nth-child(1) .left>p {
        font-size: 14px;
    }

    .sec3 .joke .item:nth-child(1) .left>p {
        margin-bottom: 30px;
    }

    .sec3 .joke .item .left .box {
        flex-wrap: wrap;
    }

    .sec3 .joke .item .left .box p {
        font-size: 14px;
    }

    .sec3 .joke .item .left p {
        font-size: 16px;
        line-height: 26px;
    }

    .sec3 .joke .item .left h4 {
        font-size: 18px;
    }

    .sec3 .joke .item .right h3 {
        font-size: 34px;
    }

    .sec3 .joke .item .right p {
        font-size: 20px;
    }

    .sec3 .joke .item .right h3,
    .sec3 .joke .item:nth-child(1) h3 {
        margin-bottom: 10px;
    }

    .sec4 .item4 .box .ci>p,
    .sec4 .item4 .box1 .pe p {
        font-size: 18px;
    }

    .sec5 p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
    .sec1 .joke .item .left span {
        margin-bottom: 10px;
    }

    .sec1 .joke .item .left h1 {
        font-size: 22px;
    }

    .sec1 .joke .item .left .more {
        margin-bottom: 25px;
    }

    .sec2 .joke .box .item {
        width: 13%;
    }

    .sec2 .joke .box .sq {
        width: 100%;
        height: 90px;
    }

    .sec2 .joke h1 {
        font-size: 20px;
    }

    .sec3 .joke .item .left h3 {
        font-size: 24px;
    }

    .sec3 .joke .item .left h4 {
        font-size: 16px;
    }

    .sec3 .joke .item .left p {
        font-size: 14px;
        line-height: 22px;
    }

    .sec4 .item4 h1,
    .sec4 .item4 h2 {
        font-size: 24px;
    }

    .sec5 p {
        font-size: 14px;
    }

    .sec4 .item4 .box .ci .img .text img {
        width: 60px;
    }

    .sec4 .joke .con h1 {
        font-size: 24px;
    }

    .sec4 .joke .con p {
        font-size: 16px;
    }

    .sec4 .item4 .box .ci>p,
    .sec4 .item4 .box1 .pe p {
        font-size: 16px;
    }

    .sec3 .joke .item .right h3 {
        font-size: 30px;
    }

    .sec3 .joke .item:nth-child(2n) .left {
        padding-left: 50px;
    }

    .sec4 .box .item h5 {
        font-size: 18px;
    }

    .sec4 .box .item p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1366px) {}




@media screen and (max-width: 1024px) {
    .sec6 .joke .title h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .sec6 .joke .title h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .sec6 .joke .content {
        font-size: 14px;
        width: 100%;
    }

    .sec6 .joke .text {
        width: 100%;
        padding: 30px 20px;
        border-radius: 10px;
        margin: 20px auto;
    }

    .sec6 .joke .text h5 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .sec6 .joke .text p {
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 820px) {
    .sec1 .joke .item {
        flex-direction: column;
    }

    .sec1 .joke .item .right,
    .sec1 .joke .item .left {
        width: 100%;
    }

    /* .sec1 .joke .item .left{
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .sec1 .joke .item .left span,
    .sec1 .joke .item .left h1,
    .sec1 .joke .item .left h2,
    .sec1 .joke .item .left h3{
        width: 100%;
    } */

    .sec1 .joke .item .left .more p {
        font-size: 16px;
    }

    .sec1 .joke .title h1,
    .sec5 h1 {
        font-size: 34px;
    }

    .sec1 .joke .title h2,
    .sec5 h2 {
        font-size: 20px;
    }

    .sec1 .joke .item .left h1 {
        font-size: 20px;
    }

    .sec1 .joke .item .left h3,
    .sec1 .joke .item .left h2 {
        font-size: 18px;
        margin-top: 5px;
    }

    .sec1 .joke .item .left .more {
        margin-bottom: 10px;
    }

    .sec1 .joke {
        padding-bottom: 20px;
    }

    .sec1 .joke .item .left {
        padding-top: 15px;
    }

    .sec2 {
        margin-bottom: 20px;
    }

    .sec2 .joke h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sec2 .joke .box {
        flex-wrap: wrap;
        justify-content: start;
    }

    .sec2 .joke .box .item {
        width: 24%;
        margin-right: 1%;
        margin-bottom: 10px;
    }

    .sec2 .joke .box .sq {
        height: 100px;
        margin-bottom: 5px;
    }

    .sec2 .joke .box .item p {
        font-size: 14px;
    }

    .sec3 .joke .item {
        flex-direction: column;
        margin-bottom: 130px;
    }

    .sec3 .joke .item .left,
    .sec3 .joke .item .right {
        width: 100%;
    }

    .sec3 .joke .item .left .box {
        width: 100%;
    }

    .sec3 .joke .item .left .box p {
        margin-right: 30px;
    }

    .sec3 .joke .item .right {
        padding-top: 220px;
    }

    .sec3 .joke .item:nth-child(2n) {
        flex-direction: column;
    }

    .sec3 .joke .item .left {
        margin-bottom: 20px;
    }

    .sec3 .joke .item:nth-child(2n) .left {
        padding-left: 0;
    }

    .sec3 .joke .item .left h3 {
        font-size: 20px;
    }

    .sec3 .joke .item .left h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sec4 .box .item p {
        font-size: 14px;
    }

    .sec4 .box .item:nth-child(1) {
        margin-right: 0
    }

    .sec4 .box .item {
        width: 49%;
    }

    .sec4 .box .item h5 {
        width: 100%;
    }

    .sec4 .box {
        justify-content: space-between;
    }

    .sec4 .box .item p {
        margin-bottom: 18px
    }

    .sec4 .item4 .box {
        justify-content: space-between;
    }

    .sec4 .item4 .box .ci:not(:nth-last-child(1)) {
        margin-right: 0;
    }

    .sec4 .item4 .box1 {
        flex-wrap: wrap;
    }

    .sec4 .item4 .box1 .pe {
        width: 50%;
    }

    .sec4 .item4 .box1 .pe p {
        text-align: center;
    }

    .sec4 .item4 .box1 .pe:last-child img {
        width: 31.7073171vw;
        height: auto;
    }

    .sec4 .item4 .box1 .pe {
        margin-bottom: 20px;
    }

    .sec4 .item4 .box1 .pe img {
        margin-bottom: 10px;
    }

    .sec4 .item4 h2 {
        margin-top: 40px;
    }

    .sec1 .joke .item .bg {
        width: 100%;
        height: auto;
    }

    .sec1 .joke {
        padding-top: 30px;
    }

    .sec3 .joke .item {
        margin-bottom: 40px;
    }

    .sec4 .box {
        margin-bottom: 40px;
    }

    .sec4 .item4 h1,
    .sec4 .item4 h2 {
        font-size: 20px;
    }

    .sec1 .joke .title h1,
    .sec5 h1 {
        font-size: 34px;
    }

    .sec1 .joke .title h2,
    .sec5 h2 {
        font-size: 24px;
    }

    .sec3 .joke .item:nth-child(2n-1) .left {
        padding-right: 0px;
    }

    .sec3 .joke .item .right {
        overflow: hidden;
    }
}


@media screen and (max-width: 768px) {
    .sec2 .joke h1 {
        font-size: 14px;
    }

    .sec6 .joke .title h3 {
        font-size: 20px;
    }

    .sec6 .joke .title h4 {
        font-size: 16px;
    }
}


@media screen and (max-width: 540px) {

    .sec1 .joke .title h1,
    .sec5 h1 {
        font-size: 24px;
    }

    .sec1 .joke .title h2,
    .sec5 h2 {
        font-size: 16px;
    }

    .sec1 .joke .item .left span {
        font-size: 12px;
    }

    .sec1 .joke .item .left h1 {
        font-size: 16px;
    }

    .sec1 .joke .item .left h3,
    .sec1 .joke .item .left h2 {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .sec2 .joke .box .item {
        width: 32%;
    }

    .sec3 .joke .item .right {
        padding-top: 120px;
        height: 280px;
    }

    .sec1 .joke .item .left>p {
        font-size: 12px;
        line-height: 22px;
    }

    .sec2 .joke .box .item p {
        font-size: 12px;
    }

    .sec3 .joke .item .right p {
        font-size: 16px;
    }

    .sec3 .joke .item .left p {
        font-size: 12px;
        line-height: 20px;
    }

    .sec3 .joke .item .right h3 {
        font-size: 26px;
    }

    .sec3 .joke .item .right p.en {
        font-size: 14px;
    }

    .sec3 .joke .item .right h3 {
        margin-bottom: 0;
    }

    .sec4 .box {
        flex-direction: column;
    }

    .sec4 .box .item {
        width: 100%;
    }

    .sec4 .box .item p {
        margin-bottom: 10px;
    }

    .sec4 .box .item h5 {
        padding-left: 10px;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .sec4 .box .item p {
        font-size: 12px;
    }

    .sec4 .item4 .box .ci {
        width: 49%;
        margin-bottom: 20px;
    }

    .sec4 .item4 .box .ci .img {
        display: flex;
        justify-content: center;
    }

    .sec4 .item4 .box {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .sec4 .item4 .box .ci .img {
        margin-bottom: 10px;
    }

    .sec4 .item4 .box .ci>p {
        margin-top: 10px;
    }

    .sec4 .item4 .box1 .pe {
        width: 49%;
    }

    .sec4 .item4 .box1 .pe img {
        width: 100%;
        height: auto;
    }

    .sec4 .item4 .box1 .pe:last-child img {
        width: 100%;
    }

    .sec4 .item4 .box1 .pe:nth-child(2) img {
        width: auto;
        height: 42.5925926vw;
    }

    .sec4 .item4 .box .ci>p,
    .sec4 .item4 .box1 .pe p {
        font-size: 14px;
    }

    .sec4 .joke .con .sqs .sq:nth-child(1) {
        margin-right: 0;
    }

    .sec4 .joke .con .sqs {
        justify-content: space-between;
    }

    .sec4 .joke .con .sqs .sq {
        width: 150px;
        height: 150px;
    }

    .sec4 .item4 {
        margin-bottom: 30px;
    }

    .sec5 p {
        font-size: 12px;
        line-height: 22px;
    }

    .sec5 .joke {
        padding-bottom: 30px;
    }

    .sec3 .joke .item .left p span {
        font-size: 12px;
    }

}

@media screen and (max-width: 414px) {
    .sec2 .joke h1 {
        font-size: 12px;
    }

    .sec2 .joke .box .item {
        width: 49%;
        margin-right: 0;
    }

    .sec2 .joke .box {
        justify-content: space-between;
    }

    .sec3 .joke .item:nth-child(1) .left>p {
        font-size: 12px;
    }

    .sec3 .joke .item .left .box p {
        font-size: 12px;
        margin-right: 10px;
    }

    .sec3 .joke .item .right {
        padding-top: 80px;
    }

    .sec3 .joke .item {
        margin-bottom: 0px;
    }

    .sec3 .joke .item .right h3 {
        font-size: 22px;
    }

    .sec3 .joke .item .right p.en {
        font-size: 12px;
    }

    .sec3 .joke .item .right p {
        font-size: 14px;
    }

    .sec4 .item4 .box .ci>p,
    .sec4 .item4 .box1 .pe p {
        font-size: 12px;
    }

    .sec4 {
        margin-bottom: 40px;
    }

    .sec4 .item4 h1,
    .sec4 .item4 h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 375px) {
    .sec3 .joke .item .right p {
        font-size: 12px;
    }

}

@media screen and (max-width: 360px) {}

.sec2 .joke .box .sq {
    margin-bottom: 0;
}

.sec2 .joke .box .item {
    position: relative;
}

.sec2 .joke .box .sq {
    overflow: hidden;
}

.sec2 .joke .box .item p {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}