.block {
    background-color: #000;
    color: #858585;
    padding: 30px;
}

.manu {
    margin-bottom: 20px;

    font-weight: 1000;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

* {
    font-family: Alibaba PuHuiTi 2.0;
    font-family: "微软雅黑"!important;
}

.manu span:nth-last-child(1) {
    color: #fff;

}

.article {
    padding: 62px;
}



h1 {
    margin-top: 50px;
    font-weight: 700;
    font-size: 50px;
    line-height: 90px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;

}

p {
    text-align: left;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin-top: 3rem;
    color: #2D2D2D;
}

.article-block p{
    font-family: 'Inter';
    /* letter-spacing: .3rem; */
    line-height:36px;
}

.mce-toc {
    padding-bottom: 20px;
    margin-top: 50px;
    width: 100%;
    background: #E8E8E8;
}

.mce-toc h2 {
    display: block;
    color: #fff;
    background: #000;
    height: 90px;

    font-weight: 1000;
    font-size: 40px;
    letter-spacing: 0%;
    text-transform: uppercase;
    width: 100%;
    line-height: 90px;
    text-align: left;
    padding-left: 20px;
}

.mce-toc li {
    list-style: square;
    margin-left: 1.5em;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #5E5E5E;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;

}

table {
    border: none;
}

table, th, td {
    border: none;
    margin: 50px 0;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 30px;
    line-height: 70px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: center;
}

table tbody tr:nth-child(odd) {
    background-color: #B5B5B5;
}


.content-list {
    padding-bottom: 20px;
    margin-top: 50px;
    width: 100%;
    background: #E8E8E8;
}

.content-list span {
    display: block;
    color: #fff;
    background: #000;
    height: 90px;

    font-weight: 1000;
    font-size: 40px;
    letter-spacing: 0%;
    text-transform: uppercase;
    width: 100%;
    line-height: 90px;
    text-align: left;
    padding-left: 20px;
}

.content-list li {
    list-style: none;
    margin-left: 1.5em;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #5E5E5E;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;

}

.content-list li.active,
.content-list li.active::before {
    color: #000;
}

.content-list li::before {
    content: "▪";
    display: inline-block;
    text-align: center;
    margin-bottom: 0.5rem;
    border-radius: 3px;
    margin-right: 10px;
}

#article-image-carousel {
    width: 100%;
    margin: 20px auto;
}

.check-button {
    display: block;
    width: 320px;
    height: 80px;
    border-radius: 45px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border: none;
    margin: 20px auto;
    margin-bottom: 50px;
    cursor: pointer;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 1000;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.table-container {
    margin: 50px 0;
    padding: 40px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 30px;
    line-height: 70px;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.desc {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 30px;
    line-height: 70px;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 20px;
    background: #E0E0E0;
    color: #5A5A5A;
}



@media screen and (max-width: 800px) {
    h1 {
        font-size: 3rem;
        line-height: 70px;
        margin: 20px 0 !important;
    }

    p {
        font-size: 2.8rem;
        line-height: 7rem;
        margin-bottom: 4rem!important;
    }

    .article>.layui-carousel.autofit {
        width: 80% !important;
    }
}