footer {
    background: #FAFAFA;
}
footer .wrap .right .text .email input {
    background: #FAFAFA;
}
.sec1 .joke {
    width: 1280px;
    margin: auto;
    padding-top: 205px;
}
.sec1 .joke .hlink {
    display: flex;
    align-items: center;
    margin-bottom: 39px;
}
.sec1 .joke .hlink a,.sec1 .joke .hlink span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
    transition: 0.6s;
}
.sec1 .joke .hlink span {
    display: block;
    margin: 0 4px;
}
.sec1 .joke .hlink a:hover {
    color: #f6ab00;
}
.sec1 .joke h1 {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 55px;
}
.sec1 .joke .list {
    width: 990px;
    margin: auto;
}
.sec1 .joke .list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px 21px 40px;
    margin-bottom: 22px;
    position: relative;
    border-bottom: 1px solid rgba(153, 153, 153, .1);
}
.sec1 .joke .list a p {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;

}
.sec1 .joke .list a .iconfont {
    font-size: 10px;
    color: #666666;
    transform: rotate(180deg);
}
.sec1>.joke .list a:after {
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(97, 96, 95, 0.5);
    border-radius: 50%;
    transition: 0.6s;
    position: absolute;
    left: 25px;
    top: 10px;
}
.sec1 .joke .list a:before {
    content:"";
    width: 0%;
    height: 1px;
    background: #f6ab00;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 1s;
}
.sec1 .joke .list a:hover p, .sec1 .joke .list a:hover .iconfont{
    color: #f6ab00;
}
.sec1 .joke .list a:hover:after {
    background: #f6ab00;
}
.sec1 .joke .list a:hover:before {
    width: 100%;
}
.sec1 .cxk .joke .list>.more {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 43px 0 39px;
    background: #C89B5D;
    box-shadow: 2px -2px 16px 0px rgba(52,52,52,0.1);
    border-radius: 6px;
    margin: 39px auto 119px;
    transition: 1s;
}
.sec1 .cxk .joke .list>.more p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.sec1 .cxk .joke .list>.more .iconfont {
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 13px;
}
.sec1 .cxk .joke .list>.more:hover {
    box-shadow: 2px -2px 16px 0px rgba(52,52,52,0.4);
}
.sec1 .video {
    width: 1102px;
    margin: 0 auto 119px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec1 .video h1 {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    width: 100%;
    text-align: center;
    margin-bottom: 43px;
}
.sec1 .video .left {
    display: block;
}
.sec1 .video .left .img {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.sec1 .video .left .img img {
    transition: 3s;
    display: block;
}
.sec1 .video .left .img:hover img {
    transform: scale(1.2);
}
.sec1 .video .left .img .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 56px;
    color: #FFFFFF;
    transition: 1s;
}
.sec1 .video .left p {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    transition: 1s;
}
.sec1 .video .left .img .iconfont:hover {
    color: #C89B5D;
}
.sec1 .video .right {
    height: 474px;
    width: 255px;

}
.sec1 .video .right .scroll-content {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.sec1 .video .right .item .img {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    width: 196px;
}
.sec1 .video .right .item .img img {
    transition: 3s;
}
.sec1 .video .right .item .img .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 38px;
    color: #FFFFFF;
    transition: 1s;
}
.sec1 .video .right .item .img:hover img {
    transform: scale(1.2);
}
.sec1 .video .right .item .img .iconfont:hover {
    color: #C89B5D;
}
.sec1 .video .right .item p {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    transition: 1s;
}
.sec1 .video .right .item {
    display: block;
}
.sec1 .video .right .item:not(:nth-last-child(1)) {
    margin-bottom: 27px;
}
.sec1 .video .left:hover p,.sec1 .video .right .item:hover p {
    color: #C89B5D;
}
.sec1 .video .right .scrollbar-track-y {
    background-color: rgba(191, 191, 191, 0.2) !important;
    right: 228px!important;
    opacity: 1;
    width: 1px;
}
.sec1 .video .right .scrollbar-thumb {
    width: 1px!important;
    background: #C99D60 !important;
}
.sec2 {
    padding-bottom: 93px;
}
.sec2>h1 {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 56px;
}
.sec2 .joke {
    width: 1534px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.sec2 .joke .item {
    display: block;
    width: 360px;
}
.sec2 .joke .item .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 19px;
}
.sec2 .joke .item .img img {
    transition: 3s;
}
.sec2 .joke .item:hover .img img {
    transform: scale(1.2);
}
.sec2 .joke .item h1 {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    transition: 1s;
    margin-bottom: 14px;
}
.sec2 .joke .item:hover h1 {
    color: #C89B5D;
}
.sec2 .joke .item p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    height: 66px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 1700px) {
    .sec2 .joke {
        width: 90%;
    }
    .sec2 .joke .item {
        width: 24%;
    }
}
@media screen and (max-width: 1400px) {
    .sec1 .joke {
        width: 90%;
    }
}
@media screen and (max-width: 1365px) {
    .sec1 .video {
        margin: 0 auto 60px;
    }
    .sec2>h1 {
        margin-bottom: 30px;
    }
    .sec1 .joke {
        padding-top: 120px;
    }
    .sec1 .joke h1,.sec1 .video h1 {
        margin-bottom: 40px;
        font-size: 28px;
    }

}
@media screen and (max-width: 1200px) {
    .sec1 .joke .list {
        width: 100%;
    }
    .sec1 .cxk .joke .list>.more {
        height: 50px;
        padding: 0px 29px;
        margin: 39px auto 60px;
    }
    .sec1 .video {
        width: 90%;
    }
    .sec1 .video .left {
        width: 70%;
    }
    .sec1 .video .right {
        width: 25%;
    }
}
@media screen and (max-width: 1023px) {
    .sec1 .joke h1 {
        font-size: 24px;
    }
    .sec1 .video h1 {
        font-size: 24px;
    }
    .sec2 .joke .item {
        width: 49%;
    }
    .sec2 .joke {
        flex-wrap: wrap;
    }
    .sec2 .joke .item .img img {
        width: 100%;
    }
    .sec2 .joke .item {
        margin-bottom: 30px;
    }
    .sec1 .video .right {
        height: 387px;
    }
}
@media screen and (max-width: 600px) {
    .sec2 .joke .item {
        width: 100%;
    }
    .sec1 .joke .list a {
        padding: 0 10px 21px 10px;
    }
    .sec1 .joke .list a p {
        font-size: 12px;
    }
    .sec1 .cxk .joke .list>.more p {
        font-size: 12px;
    }
    .sec1 .cxk .joke .list>.more {
        height: 40px;
        padding: 0px 15px;
    }
    .sec1 .video .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec1 .video .right .item {
        width: 49%;
    }
    .sec1 .video .right .item .img {
        width: 100%;
    }
    .sec1 .video .right {
        width: 100%;
        height: unset;
    }
    .sec2 .joke .item p{
        font-size: 12px;
    }
    .sec2 .joke .item h1 {
        font-size: 16px;
    }
    .sec1 .video h1 {
        margin-bottom: 30px;
    }
    .sec1 .joke {
        padding-top: 90px;
    }
    .sec1 .video .right .box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sec1 .video .right .item p {
        font-size: 12px;
    }
    .sec1 .cxk .joke .list>.more {
        margin: 30px auto 40px;
    }
    .sec2>h1 {
        font-size: 24px;
    }
    .sec1 .video .left p {
        font-size: 14px;
    }
    .sec1 .video .left .img {
        margin-bottom: 10px;
    }
    .sec1 .joke .hlink {
        margin-bottom: 30px;
    }
}
