.dt-content h1,
.dt-content h2,
.dt-content h3,
.dt-content h4,
.dt-content h1 span,
.dt-content h2 span,
.dt-content h3 span,
.dt-content h4 span {
    font-size: 18px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    color: var(--color-tertiary) !important;
    font-family: 'Outfit', sans-serif !important;
}

.dt-content .dt-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: var(--color-tertiary) !important;
    margin-bottom: 12px !important;
    font-style: normal;
    font-weight: 600 !important;
    font-family: 'Outfit', sans-serif !important;
}


.dt-content p,
.dt-content span,
.dt-content ul li,
.dt-content ol li {
    color: var(--color-tertiary) !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    font-style: normal !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
    color: var(--color-tertiary) !important;
    margin-bottom: 15px;
    margin-left: 0px !important;
    padding-left: 30px !important;
    font-family: 'Outfit', sans-serif !important;
}

.dt-content ul,
.dt-content ul li {
    list-style: disc;
}

.dt-content ol,
.dt-content ol li {
    list-style: decimal;
}

.dt-content img {
    display: block;
    cursor: auto;
    width: 100% !important;
    max-width: 400px !important;
    height: auto !important;
    margin: auto;
    margin-bottom: 15px;
}

.dt-content strong,
.dt-content strong span {
    font-weight: 600 !important;
}


td {
    background-color: #e1e7f3 !important;
}

thead tr {
    background-color: #a6c1f1 !important;
}

thead tr th:first-child {
    background-color: #a6c1f1 !important;
}

thead tr th:nth-of-type(2) {
    background-color: #fd9a88 !important;
}

thead tr th:nth-of-type(3) {
    background-color: #a1e2a0 !important;
}

thead tr th:nth-of-type(4) {
    background-color: #fdcc7e !important;
}

thead tr th:nth-of-type(5) {
    background-color: #b2bcef !important;
}

td:first-child {
    background-color: #e1e7f3 !important;
}

td:nth-of-type(2) {
    background-color: #f2edeb !important;
}

td:nth-of-type(3) {
    background-color: #ecf1ec !important;
}

td:nth-of-type(4) {
    background-color: #f2eee4 !important;
}

td:nth-of-type(5) {
    background-color: #e9eaef !important;
}

thead tr:first-child td,
thead tr:first-child th {
    background-color: #a9c6ff !important;
}

table {
    width: 100% !important;
    border: none;
    text-align: center;
    /* word-wrap: break-word;
  word-break: break-word; */
    margin-bottom: 10px;
    display: block;
    overflow-x: auto;
    height: auto !important;
}

.dt-content table th p,
.dt-content table td p {
    text-align: center !important;
    margin: 0 0 0px !important;
}

.dt-content table th span,
.dt-content table td span {
    text-align: center !important;
    background-color: transparent !important;
}

.dt-content a {
    word-wrap: break-word;
}

table tr {
    height: auto !important;
}

table th,
table td {
    border: 1px solid #fff;
    font-size: 14px !important;
    line-height: 20px !important;
    white-space: nowrap !important;
    padding: 5px 10px !important;
    text-align: center;
    padding: 7px 10px;
}

table th p,
table td p {
    margin: 0 0 0px !important;
}

thead tr:first-child td,
thead tr:first-child th {
    background-color: #a9c6ff !important;
}


/* 文章激励样式 */

.dt-text.active {
    height: 400px !important;
    overflow: hidden;
    position: relative;
    /*  z-index:-1*/
}

.dt-text.active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 70%, #F2F2F2 100%);
}
