.menuleft {
    position: fixed;
    width: 25vw;
    height: 100%;
    z-index: 1999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0 0 58px;
}
.menuleft video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.menuleft:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.menuleft .logo {
    display: block;
    margin: 56px auto ;
    position: relative;
    z-index: 3;
}
.menuleft form {
    width: 326px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 10;
    padding-bottom: 12px;
}
.menuleft form input {
    width: 300px;
    font-size: 18px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #FFFFFF;
    background: unset;
    border: none;
}
.menuleft form button {
    background: unset;
    color: #FFFFFF;
    font-size: 20px;
    transition: 0.6s;
}
.menuleft form button:hover {
    color: #CA0000;
}
.menuleft form input::placeholder {
    font-size: 18px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
}
.menuleft ul li:not(:nth-last-child(1)) a {
    margin-bottom: 46px;
}
.menuleft ul li a {
    display: block;
    font-size: 22px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #FFFFFF;
    transition: 0.6s;
}
.menuleft ul li a:hover {

    color: #CA0000;
}
.menuleft ul {
    position: relative;
    z-index: 10;
}

.sec {
    width: 75vw;
    margin: 0 0 0 auto;
}
.sec1 form {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px auto 130px;
}
.sec1 form .item {
    position: relative;
}
.sec1 form select {
    width: 360px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 0 26px;
    font-size: 22px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #333333;
    appearance: none;
    position: relative;
    cursor: pointer;
    transition: 0.6s;
}
.sec1 form .iconfont {
    transition: 0.6s;
    position: absolute;
    right: 26px;
    top: 50%;
    z-index: 10;
    font-weight: 700;
    transform: translateY(-50%) rotate(90deg);
}
select option {
    background-color: #fff;
    color: #333;
}
.sec2 {
    display: flex;
    padding: 90px 0;
    position: relative;
}
.sec2:after {
    content: "";
    width: calc(62.5vw - (62.5vw - 1200px)/2);
    height: 100%;
    background: #F5F5F5;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}
.sec2>img {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
}
.sec .joke {
    width:1200px;
    margin: auto;
}
.sec2 .joke {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
}
.sec2 .joke .text {
    width: 526px;
}
.sec2 .joke .text p {
    font-size: 20px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.sec1 .img {
    opacity: 0.2;
}
.sec2 .joke .text h2 {
    font-size: 40px;
    font-family: HarmonyOS Sans SC b;
    font-weight: bold;
    color: #CA0000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 19px;
}
.sec2 .joke .text h2:after {
    content: "";
    width: 3px;
    height: 38px;
    background: #CA0000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sec2 .joke .img {
    width: 600px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(3,0,0,0.1);
    overflow: hidden;
}
.sec2 .joke .img img {
    display: block;
    transition: 5s;
}
.sec2 .joke .img:hover img {
    transform: scale(1.1);
}

.sec3 .joke:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #1264AC;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sec3 .joke:before {
    content: "";
    width: 300px;
    height: 3px;
    background: #CA0000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.sec3 .joke {
    padding: 138px 0 90px;
    width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 95px 220px;
    position: relative;
}
.sec3 .joke .item p {
    font-size: 20px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    text-align: center;
}
.sec3 .joke .item .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #1264AC;
    font-size: 28px;
    color: #FFFFFF;
    position: relative;
    z-index: 3;
    transform: translate(-5px,5px);
    transition: 0.6s;
}
.sec3 .joke .item .sq {
    width: 50px;
    height: 50px;
    margin: 0 auto 36px;
    position: relative;
}
.sec3 .joke .item .sq1 {
    content: "";
    width: 100%;
    height: 100%;
    background: #FAE5E5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(5px,-5px);
    transition: 0.6s;
}
.sec3 .joke .item:hover .sq1,.sec3 .joke .item:hover .iconfont {
    transform: translate(0px,0px);
}
.sec4 .joke {
    width: 1200px;
    margin: auto;
    padding: 91px 0 97px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.sec4 .joke:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #1264AC;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sec4 .joke:before {
    content: "";
    width: 300px;
    height: 3px;
    background: #CA0000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.sec4 .joke .left h3 {
    font-size: 50px;
    font-family: HarmonyOS Sans SC b;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.sec4 .joke .left p {
    width: 500px;
    font-size: 20px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.sec4 .joke .pro_swiper {
    width: 630px;
    height: 630px;
}
.sec4 .joke .yaoList {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.sec4 .joke .yaoList p {
    font-size: 30px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #676767;
    line-height: 60px;
    transition: 0.6s;
    text-align: center;
    cursor: pointer;
}
.sec4 .joke .yaoList p.on,.sec4 .joke .yaoList p:hover {
    transform: scale(1.2);
    color: #1264AC;
}
.sec5 .joke {
    width: 1200px;
    margin: auto;
    padding: 72px 0 110px;
}
.sec5 .joke h1 {
    font-size: 50px;
    font-family: HarmonyOS Sans SC b;
    font-weight: bold;
    color: #333333;
    margin-bottom: 38px;
}
.sec .joke h1 {
    font-size: 50px;
    font-family: HarmonyOS Sans SC b;
    font-weight: bold;
    color: #333333;
}
.sec5 .joke table {
    width: 100%;
}
.sec5 .joke table tr {
    height: 80px;

}
.sec5 .joke table tr:nth-child(2n) {
    background-color: #E6E6E6;
}

.sec5 .joke table tr td {
    text-align: center;
    font-size: 20px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #333333;
    padding: 10px 0;
}
.sec5 .joke table tr td:nth-child(1),.sec5 .joke table tr:nth-child(2) td {
    color: #CA0000;
}
.sec .joke table {
    width: 100%;
}
.sec .joke table tr {
    height: 80px;

}
.sec .joke table tr:nth-child(2n) {
    background-color: #E6E6E6;
}

.sec .joke table tr td {
    text-align: center;
    font-size: 20px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #333333;
    padding: 10px 0;
}
.sec .joke table tr td:nth-child(1),.sec5 .joke table tr:nth-child(2) td {
    color: #CA0000;
}
.sec .joke .tb_th {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    background: #666666;
}
.sec .joke .tb_th p {
    width: fit-content;
    padding-left: 35px;
    line-height: 80px;
    font-size: 26px;
    font-family: HarmonyOS Sans SC b;
    font-weight: bold;
    color: #FFFFFF;
    background: #ca0000;
    position: relative;
}
.sec .joke .tb_th p:after {
    content: url("../images/sk.png");
    position: absolute;
    top: 0;
    right: -164px;
    height: 100%;
}
.sec5 .joke .tb_th {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    background: #666666;
}
.sec5 .joke .tb_th p {
    width: fit-content;
    padding-left: 35px;
    line-height: 80px;
    font-size: 26px;
    font-family: HarmonyOS Sans SC b;
    font-weight: bold;
    color: #FFFFFF;
    background: #ca0000;
    position: relative;
}
.sec5 .joke .tb_th p:after {
    content: url("../images/sk.png");
    position: absolute;
    top: 0;
    right: -164px;
    height: 100%;
}
.sec1 {
    position: relative;
    padding: 200px 0 0;
}
.sec1>div {
    position: absolute;
    top: 0;
    left: 0;
}
.footer .joke .footer_top {
    align-items: flex-start;
    flex-direction: column;
}
.footer .joke .footer_bottom {
    justify-content: flex-end;
    width: 44%;
}
.footer .joke .footer_top .frLink a:nth-last-child(1) {
    margin-right: 0;

}
.footer .joke .footer_top .htmlLink {
    margin-bottom: 15px;
}
.footer {
    padding: 30px 0;
    width: 75vw;
    margin: 0 0 0 auto;
}

.footer .joke {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.footer .joke .footer_bottom {
    flex-wrap: wrap;
    margin-top: 0;
    align-items: flex-end;
}
.footer .joke .footer_bottom a:nth-last-child(1) {
    text-align: right;
    width: 100%;
    margin-top: 15px;
}
.sec1 form .item.on select {
    color: #FFFFFF;
    background: #CA0000;
}
.sec1 form .item.on .iconfont {
    color: #FFFFFF;
}
.sec1 .nav_products1 {
    display: flex;
    padding: 0 20px;
    align-content: center;
    justify-content: space-between;
}
.sec1 .nav_products1>p {
    font-size: 22px;
    font-family: HarmonyOS Sans SC r;
    color: #666666;
    line-height: 80px;
}
.sec1 .nav_products1>.iconfont {
    font-size: 22px;
    font-family: HarmonyOS Sans SC r;
    color: #666666;
    line-height: 80px;
    transform: rotate(90deg);
}
.sec1 .nav_products1 .hide1 {
    position: absolute;
    width: 100%;
    overflow: hidden;
    background: #fff;
    left: 0;
    top: 80px;
    height: 800px;
    z-index: 999;
    display: flex;
    /* justify-content: center; */
    box-shadow: 0 7px 32px -12px rgb(192 196 204 / 72%);
    transform-origin: center top;
    transform: scaleY(0);
    opacity: 0;
    transition: opacity .6s linear, transform .4s cubic-bezier(0.82, -0.22, 0.15, 1.21);
    justify-content: flex-end;
}
.sec1 .nav_products1:hover .hide1 {
    transform: scaleY(1);
    opacity: 1;
}
.sec1 .nav_products1 .hide1 .content {
    width: 87.5vw;
}
.sec1 .nav_products1 .hide1 .content ul {
    border-right: 1px solid  #E6E6E6;
    height: 100%;
    padding: 19px 0 0;
}
.sec1 .nav_products1 .hide1 .content ul li {
    width: 330px;
    margin: 0 25px;
    height: 60px;
    font-size: 14px;
    font-family: ITCAvantGardeStd;
    font-weight: normal;
    color: #FFFFFF;
    transition: 0.6s;
    border-right: 1px solid transparent;

}
.sec1 .nav_products1 .hide1 .content ul li .iconfont img {
    width: 24px;
    height: 24px;
}
.sec1 .nav_products1 .hide1 .content ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
}
.sec1 .nav_products1 .hide1 .content > ul {
    position: relative;
    width: fit-content;
    height: 100%;
    display: block;
}
.sec1 .nav_products1 .hide1 .content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 60px;
    transition: 0.6s;
    padding: 0 12px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec1 .nav_products1 .hide1 .content ul li a p {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec1 .nav_products1 .hide1 .content ul li a .iconfont {
    transition: 0.6s;
}
.sec1 .nav_products1 .hide1 .content>ul>li>a .iconfont {
    font-size: 24px;
    color: rgba(18, 100, 172, 1);
    transition: 0.6s;
}
.sec1 .nav_products1 .hide1 .content ul li:hover>a {
    background: #F5F5F5;
}
.sec1 .nav_products1 .hide1 .content>ul > li a:after {
    content: "";
    width: 0;
    display: block;
    height: 2px;
    background: #1264AC;
    position: absolute;
    bottom: 0;
    left: 0px;
    transition: 1s;
}

.sec1 .nav_products1 .hide1 .content ul  li:hover>a:after {
    width: 100%;
}

.sec1 .nav_products1 .hide1 .content ul  li>a:hover {
    color: #1264AC;
}
.sec1 .nav_products1 .hide1 .content ul  li:hover>.iconfont {
    color: #1264AC;
}
.sec1 .nav_products1 .hide1 .content ul > li > ul>li>ul {

    background: #F5F5F5;
}
.sec1 .nav_products1 {
    position: relative;
    margin: 0 auto 100px;
    width: 1143px;
    height: 80px;
    border: 1px solid #E6E6E6;
}
.sec .joke {
    position: relative;
}
.sec:not(:nth-last-child(2)) .joke:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #1264AC;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sec:not(:nth-last-child(2)) .joke:before {
    content: "";
    width: 300px;
    height: 3px;
    background: #CA0000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.footer .joke .ewm {
    display: none;
}
.sec1 .joke::after,.sec1 .joke::before,.sec2 .joke::after,.sec2 .joke::before {
    display: none;
}
.sec:nth-last-child(2) .joke:before,.sec:nth-last-child(2) .joke:after {
    display: none!important;
}
header {
    display: none;
}
.iphone .scroll-content {
    width: 100%;
}
@media screen and (max-width:1800px){
    .sec img {
        height: auto;
    }
    .sec .joke {
        width: 90% !important;
    }
    .sec .joke h1,.sec4 .joke .left h3 {
        font-size: 45px;
    }
    .sec2 .joke .text h2 {
        font-size: 36px;
    }
    .sec2 .joke .img {
        width: 50%;
    }
    .sec2 .joke .text {
        width: 45%;
    }
    .sec5 .joke .tb_th p {
        font-size: 24px;
    }
    .sec2:after {
        width: calc(62.5vw - (62.5vw - 90%)/2);
    }
    .sec4 .joke .left {
        width: 48%;
    }
    .sec4 .joke .pro_swiper {
        width: 50%;
    }
    .sec4 .joke .yaoList p {
        font-size: 28px;
        line-height: 46px;
    }
    .sec4 .joke .pro_swiper {
        height: calc(75vw * 0.9 * 0.5);
    }
    .menuleft ul li:not(:nth-last-child(1)) a {
        margin-bottom: 30px;
    }
    .menuleft ul li a {
        font-size: 20px;
    }
    .sec2>img {
        width: 70%;
    }
    .sec3 .joke {
        grid-gap: 95px 100px;
    }
    .footer .joke {
        width: 90%;
    }
}
@media screen and (max-width:1600px){
    .sec1 .nav_products1 .hide1 .content ul li {
        height: 50px;
    }
    .sec1 .nav_products1 .hide1 .content ul li a {
        font-size: 16px;
    }
    .sec3 .joke {
        grid-gap: 95px 100px;
    }
    .sec .joke h1,.sec4 .joke .left h3 {
        font-size: 40px;
    }
    .sec2 .joke .text h2 {
        font-size: 32px;
    }
    .sec2 .joke .text h2:after {
        height: 80%;
    }
    .sec3 .joke .item p {
        font-size: 18px;
    }
    .menuleft form {
        width: 90%;
    }
    .sec1 .nav_products1 {
        width: 90%;
    }
    .sec1 .nav_products1 .hide1 .content > ul {
        width: 33.333%;
    }
    .sec1 .nav_products1 .hide1 .content ul li {
        width: calc(100% - 50px);
    }
    .sec1 .nav_products1 .hide1 .content ul > li > ul {
        width: 100%;
    }
    .sec4 .joke .left p {
        width: 100%;
    }
    .footer .joke .footer_top .htmlLink span {
        margin: 0 6px;
        font-size: 14px;
    }
    .sec1 .nav_products1 .hide1 {
        height: 540px!important;
    }
}
@media screen and (max-width:1400px){
    .sec1 .nav_products1 .hide1 .content ul li a {
        font-size: 14px;
    }
    .menuleft ul li a {
        font-size: 16px;
    }
    .menuleft ul li:not(:nth-last-child(1)) a {
        margin-bottom: 20px;
    }
    .sec1 .nav_products1 .hide1 .content ul li a {
        font-size: 16px;
    }
    .sec3 .joke .item p {
        font-size: 16px;
    }
    .sec1 .nav_products1>p {
        font-size: 18px;
    }
    .sec2 .joke .text p {
        font-size: 18px;
    }
    .sec .joke h1, .sec4 .joke .left h3 {
        font-size: 36px;
    }
    .sec4 .joke .left p {
        font-size: 18px;
    }
    .sec4 .joke .yaoList p {
        font-size: 20px;
        line-height: 36px;
    }
    .sec .joke .tb_th p {
        font-size: 20px;
    }
    .sec1 {
        padding: 100px 0 0;
    }
    .sec .joke table tr td {
        font-size: 16px;
    }
    .sec .joke table tr {
        height: 70px;
    }
    .sec5 .joke .tb_th {
        height: 70px;
    }
    .sec5 .joke .tb_th p {
        line-height: 70px;
    }
    .sec5 .joke .tb_th p:after {
        overflow: hidden;
    }
    .footer .joke .ewm {
        display: none;
    }
    .sec .joke .tb_th {
        height: 70px;

    }
    .sec .joke .tb_th p:after {
        overflow: hidden;
    }
    .sec .joke .tb_th p {
        line-height: 70px;

    }
}
@media screen and (max-width:1365px){
    .menuleft {
        display: none;
    }
    header {
        display: block;
    }
    .sec {
        width: 100vw;
    }
    .sec1 {
        display: none;
    }
    .sec2 {
        margin-top: 100px;
    }
    .footer {
        width: 100%;
    }
    .sec4 .joke .pro_swiper {
        height: calc(100vw * 0.9 * 0.5);
    }
}
@media screen and (max-width:1024px){
    .footer .joke {
        flex-direction: column;
        align-items: center;
    }
    .footer .joke .footer_bottom {
        align-items: center;
        justify-content: center;
    }
    .footer .joke .footer_bottom a:nth-last-child(1) {
        margin-top: 0;
        text-align: center;
    }
    .footer .joke .footer_bottom a {
        margin-left: 0;
    }
    .sec3 .joke {
        padding: 80px 0 60px;
    }
    .sec3 .joke {
        grid-gap: 70px 60px;
    }
    .sec3 .joke .item .iconfont,.sec3 .joke .item .sq {
        width: 40px;
        height: 40px;
    }
    .sec3 .joke .item p {
        font-size: 14px;
        line-height: 1.5;
    }
    .sec4 .joke .left p {
        font-size: 16px;
        line-height: 1.5;
    }
    .sec4 .joke .yaoList p {
        font-size: 16px;
        line-height: 28px;
    }
    .sec .joke .tb_th p {
        font-size: 16px;
    }
    .sec5 .joke {
        padding: 60px 0 70px;
    }
    .sec5 .joke h1 {
        margin-bottom: 24px;
    }
    .sec .joke .tb_th p {
        line-height: 60px;
        padding-left: 14px;
    }
    .sec .joke .tb_th {
        height: 60px;
    }
    .sec .joke h1, .sec4 .joke .left h3 {
        font-size: 28px;
    }
    .sec2 .joke .text h2 {
        font-size: 28px;
    }
    .sec .joke table {
        display: block;
        /*overflow-x: scroll;*/
        width: fit-content;
    }
    .sec .joke table tbody {
        display: block;
        width: fit-content;
    }
    /*.sec .joke table tbody, .sec .joke table tr{*/
    /*    display: block;*/
    /*    min-width: 100%;*/
    /*}*/
    .sec .joke table tr td {
        width: 100%;
        /*display: inline-block;*/
    }
    .iphone .scroll-content {
        width: fit-content;
    }
}
@media screen and (max-width:768px){
    .sec p {
        font-size: 14px;
    }
    .sec .joke table tr td {
        white-space: nowrap;
        padding: 0 15px;
    }
    .sec .joke h1, .sec4 .joke .left h3 {
        font-size: 20px;
    }
    .sec4 .joke .left p, .sec2 .joke .text p {
        font-size: 14px;
    }
    .footer {
        padding: 15px 0;
    }
    .sec .joke {
        flex-direction: column;
    }
    .sec2 .joke .img ,.sec2 .joke .text {
        width: 100%;
    }
    .sec2 .joke .img {
        margin-bottom: 20px;
    }
    .sec2 .joke .text p {
        font-size: 16px;
    }
    .sec3 .joke {
        padding: 40px 0;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 20px;
    }
    .sec3 .joke .item .iconfont {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    .sec3 .joke .item .sq {
        width: 40px;
        height: 40px;
    }
    .sec3 .joke .item p {
        font-size: 14px;
        line-height: 1.5;
    }
    .sec4 .joke .left {
        width: 100%;
    }
    .sec4 .joke {
        padding: 40px 0;
    }
    .sec4 .joke .left p,.sec2 .joke .text p {
        font-size: 16px;
        line-height: 1.5;
    }
    .sec5 .joke {
        padding: 40px 0;
    }
    .sec .joke .tb_th p {
        font-size: 16px;
    }
    .sec .joke table tr td:nth-child(1), .sec5 .joke table tr:nth-child(2) td {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sec4 .joke .pro_swiper {
        width: 100%;
        height: 90vw;
        margin-top: 20px;
    }
    .sec4 .joke .yaoList p {
        font-size: 16px;
        line-height: 30px;
    }
    .sec3 .joke .item p br {
        display: none;
    }

    .sec2:after {
        display: none;
    }
    .sec2>img {
        display: none;
    }
    .sec2 {
        padding: 0px 0 40px;
    }
    .sec2 .joke .text h2 {
        font-size: 20px;
    }
    .sec .joke .tb_th {
        overflow: hidden;
    }
    .sec .joke .tb_th p {
        padding-left: 15px;
    }
    .sec .joke .tb_th {
        height: 60px;
    }
    .sec .joke .tb_th p {
        line-height: 60px;
    }
    .sec .joke table tr {
        height: 60px;
    }
    .footer .joke {
        flex-direction: column;
    }
    .footer .joke .footer_bottom {
        width: 100%;
    }
    .footer .joke .footer_bottom {
        align-items: center;
        justify-content: center;
    }
    .footer .joke .footer_bottom a:nth-last-child(1) {
        text-align: center;
        width: 100%;
        margin: 0;
    }
    .footer .joke .footer_top {
        align-items: center;
    }
}
