.banner1 {
    width: 100%;
    position: relative;
}
.banner1 .bg {
    width: 100%;
}
.banner1 .bg img {
    width: 100%;
    display: block;
}
.banner1 .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.banner1 .text p {
    display: flex;
    justify-content: center;
}
.banner1 .text p div {
    clip-path: inset(100% 0 0 0);
    transition: 1s;
    transform: translateY(10px);
}
.banner1 .text p.active div {
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
}

.banner1 .text p {
    font-size: 16px;
    font-family: Kozuka Gothic Pr6N;
    font-weight: normal;
    color: #FFFFFF;
}
.banner1 .text p:nth-child(1) {
    font-size: 40px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
}
.sec1 {
    width: 100%;
}
.sec1 .joke {
    width: 1080px;
    margin: auto;
    padding-top: 75px;
}
.sec1 .joke .title {
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 40px;
}
.sec1 .joke .title h1 {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
.sec1 .joke .title p {
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #666666;
    line-height: 32px;
}
.sec1 .joke .title .back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #FDF8E8;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 0;
}
.sec1 .joke .title .back .iconfont {
    color: rgba(102, 102, 102, 1);
}
.sec1 .joke .content p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}
.sec1 .joke .content p img {
    max-width: 100%;
    object-fit: contain;
}
.sec1 .joke .content .page {
    width: 100%;
    display: flex;
    margin-bottom: 80px;
}
.sec1 .joke .content .page .item {
    display: block;
    width: 50%;
    border: 1px solid #E6E6E6;
    padding-top: 44px;
}
.sec1 .joke .content .page .item:nth-child(1) {
    border-left: none;
}
.sec1 .joke .content .page .item:nth-child(2) {
    border-right: none;
    border-left: none;
    padding-left: 47px;
}
.sec1 .joke .content .page .item p:nth-child(1) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #EFB81D;
    margin-bottom: 18px;
    line-height: unset;
}
.sec1 .joke .content .page .item p:nth-child(2) {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec1 .joke .content strong img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}



@media screen and (max-width: 1024px){
    .sec1 .joke{
        width: 100%;
        padding: 40px 60px 0;
    }

    .sec1 .joke .content .page .item p:nth-child(2) {
        margin-bottom: 20px;
    }
    .sec1 .joke .content .page .item {
        padding-top: 30px;
    }
    .sec1 .joke .title {
        padding-bottom: 10px;
    }
    .sec1 .joke .title h1 {
        font-size: 20px;
    }
    .sec1 .joke .content p video{
        width: 100%;
        height: auto;
    }
    .sec1 .joke .content p img{
        height: auto !important;
    }
    .sec1 .joke .content h1{
        font-size: 28px;
    }
}


@media screen and (max-width: 820px){
    .sec1 .joke .content .page .item {
        padding-top: 10px;
    }
    .sec1 .joke .content .page .item {
        margin-bottom: 10px;
    }
    .sec1 .joke .content p{
        line-height: 28px;
    }
    .sec1 .joke .content .page .item p:nth-child(1) {
        margin-bottom: 10px;
    }
    .sec1 .joke .content h1 {
        font-size: 22px;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
    .sec1 .joke {
        width: 100%;
        padding: 20px 20px 0;
    }
    .sec1 .joke .content p {
        font-size: 12px;
        line-height: 20px;
    }

    .banner1{
        padding-top: 60px;
    }
    .sec1 .joke .content .page .item p:nth-child(2) {
        margin-bottom: 10px;
    }
    .sec1 .joke .content .page .item p:nth-child(2) {
        font-size: 14px;
    }
    .banner1 .text p:nth-child(1) {
        font-size: 30px;
    }
    .sec1 .joke .title h1 {
        font-size: 18px;
    }
    .sec1 .joke .content p span{
        font-size: 18px;
    }
    .sec1 .joke .title .content h1{
        font-size: 28px;
    }
    .sec1 .joke .content p span{
        font-size: 16px !important;
    }
}


@media screen and (max-width: 414px){
	.sec1 .joke .title .back {
        top: 35px;
    }
    .banner1 .text {
        top: 60%;
    }
    .sec1 .joke .content .page .item:nth-child(2) {
        padding-left: 26px;
    }
    .sec1 .joke .title {
        margin-bottom: 20px;
    }
    .sec1 .joke .content .page .item p:nth-child(2) {
        font-size: 12px;
    }
    .sec1 .joke .content .page .item p:nth-child(1) {
        margin-bottom: 0px;
    }
    .sec1 .joke .content h1 {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 360px){
    .sec1 .joke .content p span{
        font-size: 16px !important;
    }
    .sec1 .joke .content h1 {
        font-size: 14px;
    }
}




 