footer {
    background: #FAFAFA;
}
footer .wrap .right .text .email input {
    background: #FAFAFA;
}
.sec {
    padding-top: 90px;
}
.sec .joke {
    width: 1276px;
    margin: auto;
    padding-top: 115px;
    padding-bottom: 115px;
}
.sec .joke .hLink {
    display: flex;
    align-items: center;
    margin-bottom: 52px;
}
.sec .joke .hLink a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    transition: 1s;
}
.sec .joke .hLink span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    display: block;
    margin: 0 5px;
}
.sec .joke .hLink a:hover {
    color: #C99D60;
}
.sec .joke .cLinks {
    display: flex;
    align-items: center;
    padding-left: 44px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    position: relative;
    margin-bottom: 68px;
}
.sec .joke .cLinks a {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    display: block;
    margin-right: 52px;
}
.sec .joke .cLinks a.on , .sec .joke .cLinks a:hover {
    color: #C99D60;
}
.sec .joke .cLinks .line {
    width: 90px;
    height: 3px;
    background: #C99D60;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.6s;
}
.sec .joke h1 {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    margin-bottom: 68px;
    text-align: center;
}
.sec .joke table {
    width: 100%;
    border: 1px solid rgba(153, 153, 153, 0.2);
}
.sec .joke table tbody tr td {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #3C3C3C;
}
.sec .joke table tbody tr td:nth-child(2) {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #2F2F2F;
}
.sec .joke table tbody tr td:nth-child(3) {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 24px;
}
.sec .joke table tbody tr:nth-child(1) td {
    padding: 39px 0 18px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #3C3C3C;
}
.sec .joke table tbody tr:not(:nth-child(1)) {
    height: 116px;
}
.sec .joke table tbody tr:not(:nth-last-child(1)) {
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.sec .joke table tbody tr td {
    width: 33.33%;
}
.sec .joke table tbody tr td:nth-child(1) {
    padding-left: 142px;
}
.sec .joke table tbody tr td:nth-child(2) {
    padding-left: 50px;
}
@media screen and (max-width: 1440px) {
    .sec .joke table tbody tr td:nth-child(1) {
        padding-left: 100px;
    }
}
@media screen and (max-width: 1365px) {

    .sec .joke {
        padding-top: 30px;
        width: 90%;
    }
    .sec .joke .hLink {
        margin-bottom: 36px;
    }
    .sec .joke .cLinks {
        margin-bottom: 40px;
    }
    .sec .joke h1 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .sec .joke table tbody tr td:nth-child(1) {
        padding-left: 70px;
    }
}
@media screen and (max-width: 1023px) {
    .sec .joke h1 {
        margin-bottom: 40px;
    }
    .sec .joke table tbody tr td:nth-child(1) {
        padding-left: 30px;
    }
    .sec .joke table tbody tr td:nth-child(2) {
        padding-left: 20px;
    }
}
@media screen and (max-width: 768px) {
    .sec .joke .cLinks a {
        margin-right: 25px;
    }
    .sec .joke .cLinks a:nth-last-child(1) {
        margin-right: 0;
    }
    .sec .joke h1 {
        font-size: 24px;
    }
    .sec .joke .cLinks {
        padding-left: 0;
        justify-content: center;
    }
    .sec .joke table tbody tr td:nth-child(1) {
        padding-left: 20px;
    }
    .sec .joke table tbody tr td:nth-child(2) {
        padding-left: 10px;
    }
    .sec .joke table tbody tr td {
        font-size: 12px;
    }
    .sec .joke table tbody tr:nth-child(1) td {
        font-size: 14px;
        padding: 18px 0 18px;
    }
    .sec .joke table tbody tr td:nth-child(1) {
        padding-left: 20px;
    }
    .sec .joke table tbody tr td:nth-child(3) {
        font-size: 12px;
    }

    .sec .joke table tbody tr td:nth-child(2) {
        font-size: 12px;
        width: 20%;
    }
    .sec .joke table tbody tr td:nth-child(3) {
        width: 50%;
    }
    .sec .joke table tbody tr td {
        width: 30%;
    }
    .sec .joke table tbody tr td:nth-child(3) br {
        display: none;
    }
    .sec .joke table tbody tr:not(:nth-child(1)) {
        height: 90px;
    }
    .sec .joke table tbody tr td:nth-child(3) {
        padding-left: 10px;
        padding-right: 10px;
    }
}
