footer {
    background: #FAFAFA;
}
footer .wrap .right .text .email input {
    background: #FAFAFA;
}
.joke {
    display: flex;
    justify-content: space-between;
    padding-top: 90px;
}
.joke .right {
    /* display: flex; */
}
.joke .left {
    padding: 178px 0 0 90px;
}
.joke .left h1 {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #212121;
    margin-bottom: 49px;
}
.joke .left .btn {
    display: flex;
    align-items: center;
    margin-top: 380px;
}
.joke .left .btn .iconfont {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: 1s;
    font-size: 12px;
}
.joke .left .btn .iconfont:nth-last-child(1) {
    transform: rotate(180deg);
    margin-left: 15px;
}
.joke .left .btn .iconfont:hover {

    background: #C89B5D;
}
.joke .left p {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #212121;
    line-height: 39px;
}
.joke .left p span {
    font-weight: bold;
}
.joke .right .item {
    width: 80px;
    height: 889px;
    position: relative;
    border-left: 1px solid #E0E0E0;
    padding: 43px 0 0 4px;
    cursor: pointer;
    transition: 1s;
    overflow: hidden;
}
.joke .right .item .content {
    position: absolute;
    width: 460px;
    left: 30px;
    top: 43px;
    transition: 1s;
    opacity: 0;
    transform: translateY(31px);
    pointer-events: none;
}
.joke .right .item.on {
    width: 520px;
}
.joke .right .item.on .content {
    transform: translate(0,0);
    pointer-events: auto;
    opacity: 1;
}
.joke .right .item .show {
    font-size: 32px;
    font-family: MiSans;
    font-weight: 500;
    color: #DEDEDE;
    transition: 1s;
}
.joke .right .item .content h1 {
    font-size: 32px;
    font-family: MiSans;
    font-weight: 500;
    color: #010101;
    margin-bottom: 30px;
}
.joke .right .item .content h5 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #010101;
    margin-bottom: 15px;
}
.joke .right .item .content p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 28px;
}
.joke .right .item.on .show {
    opacity: 0;
    transform: translateY(20px);
}
.joke .right .item .content ul {
    margin-bottom: 40px;
}
.joke .right .item .content ul li {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    padding-left: 20px;
    position: relative;
}
.joke .right .item .content ul li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #000000;
    opacity: 0.6;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 6px;
}
.joke .right{
    overflow: hidden;
    flex: 1;
    margin-left: 30px;
}
.joke .right .list{
    display: flex;
    overflow: hidden;
    transition: all 1s;
}

.joke .right .list .item.on{
    width: 520px !important;
}

/* .swiper .swiper-slide{
    width: 10% !important;
    transition: all 1s;
}

.swiper .swiper-slide.on{
    width: 30% !important;
}
.joke .right .swiper-slide.on .item .content {
    transform: translate(0,0);
    pointer-events: auto;
    opacity: 1;
}
.joke .right .item{
    width: 100%;
}
.joke .right .swiper-slide.on .item .show {
    opacity: 0;
}
.joke .right .item .content{
    width: 100%;
    min-width: 20.6145833333vw;
    padding: 0 20px;
    left: 0;
}
.joke .left .btn {
    margin-top: 320px;
} */
@media screen and (max-width: 1600px) {
    .joke .left p {
        font-size: 24px;
        line-height: 30px;
    }
    .joke .left .btn {
        margin-top: 200px;
    }
    .joke .right .item .content h1 {
        font-size: 30px;
    }
    .joke .right .item .show {
        font-size: 30px;
    }

}
@media screen and (max-width: 1365px) {
    .joke .left .btn {
        display: none;
    }
    .joke {
        width: 90%;
        margin: auto;
        flex-direction: column;
        padding-top: 80px;
    }
    .joke .left h1 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .joke .left p {
        font-size: 18px;
        line-height: 24px;
    }
    .joke .left {
        padding: 28px 0 30px 0px;
    }
    .joke .right {
        margin-left: 0;
    }
    .joke .right .item {
        width: 100%;
        height: unset;
        border-left: none;
        border-top: 1px solid #E0E0E0;
        padding: 26px 0 26px;
    }
    .joke .right .list {
        flex-direction: column;
    }
    .joke .right .list .item.on {
        width: 100% !important;
    }
    .joke .right .item .content {
        position: unset;
        display: none;
        opacity: 1;
        transform: unset;
        transition: unset;
    }
    .joke .right .item .content h1,.joke .right .item .show {
        font-size: 24px;
    }
    .joke .right .item .content h1 {
        display: none;
    }
    .joke .right .item.on .show {
        opacity: 1;
        transform: translateY(0px);
        color: #010101;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 800px) {
    .joke .right .item .content {
        width: 100%;
    }
    .joke .right .item.on .show {
        margin-bottom: 15px;
    }
    .joke .right .item .content ul {
        margin-bottom: 15px;
    }
    .joke .right .item .content h5 {
        margin-bottom: 5px;
    }
}
