.section {
    padding: 309px 0 0;
}
.section .joke {
    width: 1520px;
    margin: auto;
}
.section .joke h1 {
    font-size: 42px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    margin-bottom: 120px;
}
.section .joke .main {
    display: flex;
    justify-content: space-between;
}
.section .joke .main .right .item {
    display: block;
    width: 1260px;
    height: 750px;
    overflow: hidden;
    position: relative;
    margin-bottom: 56px;
}
.section .joke .main .right a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}
.section .joke .main .right a:hover img {
    transform: scale(1.2);
}
.section .joke .main .right a .text {
    position: absolute;
    top: 79px;
    left: 79px;
}
.section .joke .main .right a .text h2 {
    font-size: 56px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #FFFFFF;
}
.section .joke .main .right a .text p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #FFFFFF;
    line-height: 32px;
    margin-top: 20px;
}
.section .joke .main .left .item .block {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
    cursor: pointer;
    transition: 0.6s;
}
.section .joke .main .left .item{
    margin-bottom: 30px;
}
.section .joke .main .left .item .block:hover {
    color: #970005;
}
.section .joke .main .left .item .none a {
    display: block;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
    line-height: 50px;
    transition: 0.6s;
}
.section .joke .main .left .item .none a:hover,.section .joke .main .left .item .none a.on {
    color: #970005;
}
.section .joke .main .left .item .none a:nth-child(1) {
    margin-top: 20px;
}
.section .joke .main .right .page {
    display: flex;
    align-items: center;
    margin: 100px 0 152px;
    padding: 0 0 22px;
    width: fit-content;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
.section .joke .main .right .page a {
    display: block;
    padding: 0 34px;
    transition: 0.6s;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000;
}
.section .joke .main .right .page a:hover,.section .joke .main .right .page a.on {
    color: #970005;
}
.section .joke .main .right .page .line {
    content: "";
    width: 20%;
    height: 1px;
    background: #970005;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 0.6s;
}
.section .joke .main .right .proList {
    display: flex;
    width: 1260px;
    flex-wrap: wrap;
}
.section .joke .main .right .proList .proItem {
    width: 400px;
    margin-bottom: 80px;
}
.section .joke .main .right .proList .proItem:not(:nth-child(3n)) {
    margin-right: 30px;
}
.section .joke .main .right .proList .proItem .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 340px;
    background: #F5F5F5;
    transition: 1s;
    margin-bottom: 32px;
}
.section .joke .main .right .proList .proItem .img img{
    display: block;
    width: auto;
    height: auto;
}
.section .joke .main .right .proList .proItem span {
    display: block;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
    margin-bottom: 5px;
}
.section .joke .main .right .proList .proItem a:nth-last-child(1) {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    transition: 0.6s;
}
.section .joke .main .right .proList .proItem a:nth-last-child(1):hover{
    color: #970005;
}
.section .joke .main .left .item.pe {
    display: none;
}
@media screen and (max-width: 1600px) {
    .section {
        padding: 200px 0 0;
    }
    .section .joke{
        width: 90%;
    }
    .section .joke h1 {
        font-size: 36px;
        margin-bottom: 70px;
    }
    .section .joke .main .right {
        width: 80%;
    }
    .section .joke .main .right .proList{
        width: 100%;
    }
    .section .joke .main .right .proList .proItem {
        width: 32%;
    }
    .section .joke .main .right .proList .proItem:not(:nth-child(3n)) {
        margin-right: 1.5%;
    }
    .section .joke .main .right .item {
        width: 100%;
        height: auto;
    }
    .section .joke .main .right a .text h2 {
        font-size: 46px;
    }
}
@media screen and (max-width: 1450px) {
    .section .joke h1 {
        font-size: 32px;
    }
    .section .joke .main .right a .text h2 {
        font-size: 40px;
    }
    .section .joke .main .right .proList .proItem a:nth-last-child(1) {
        font-size: 18px;
    }
}
@media screen and (max-width: 1365px) {
    .section {
        padding: 150px 0 0;
    }
    .section .joke .main .right .proList .proItem .img {
        height: 250px;
    }
    .section .joke .main .right .proList .proItem .img img {
        max-width: 80%;
    }
    .section .joke .main .left .item.item_active .block {
        color: #970005;
    }
    .cup_left .item .none .ph_ic {
        transition: 0.6s;
    }
    .cup_left .item .none.item_active .ph_ic {
        transform: rotate(90deg);
    }
}
.ph_p {
    display: none;
}

@media screen and (max-width: 1023px) {
    .section .joke .main .left .item {
        display: none;
    }
    .section .joke .main .left .item.pe {
        display: block;
    }
    .cup_left {
        position: relative;
        padding-bottom: 75px;
    }
    .ph_p {
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 16px;
        font-weight: 100;
        color: #000000;
    }
    .cup_left:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #CCCCCC;
        top: 40px;
        left: 0;
    }
    .cup_left .none {
        display: block!important;
        position: absolute;
        top: 60px;
        left: 0;
        width: 315px;
        height: 55px;
        border: 1px solid #CCCCCC;
        opacity: 0;
        pointer-events: none;
        transition: 0.6s;
    }
    .cup_left .item_active .none {
        opacity: 1;
        pointer-events: auto;
    }
    .cup_left .none>div:nth-last-child(1) {
        width: calc(100% + 2px);
        background: #FFFFFF;
        position: absolute;
        top: 54px;
        left: -1px;
        z-index: 999;
        border: 1px solid #CCCCCC;
        border-top: none;
        display: none;
    }
    .ph_ic {
        display: block;
    }
    .cup_left .none .ph_ic {
        position: absolute;
        top: 20px;
        right: 10px;
    }
    .section .joke .main .left .item .none a:nth-child(1) {
        margin: 0;
    }
    .cup_left .none>div a {
        margin: 0;
        padding: 0 0  0 15px;
    }
    .cup_left .none>div a:not(:nth-last-child(1)) {
        border-bottom: 1px solid #CCCCCC;
    }
    .section .joke .main {
        flex-direction: column;
    }
    .section .joke .main .left {
        display: flex;
    }
    .section .joke .main .left .item:not(:nth-last-child(1)) {
        margin-right: 20px;
    }
    .section .joke .main .right {
        width: 100%;
    }
    .section .joke .main .right a .text h2 {
        font-size: 28px;
    }
    .section .joke .main .right a .text {
        top: 9%;
        left: 7%;
    }
    .section {
        padding: 110px 0 0;
    }
    .section .joke h1 {
        font-size: 28px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 800px) {
    .section .joke .main .right .proList .proItem {
        width: 100%;
        margin-right: 0!important;
    }
    .section .joke .main .right .proList .proItem .img {
        height: 300px;
    }
}
