.consultation-body {
    background: #F4F4F4;
}

.mb-20 {
    margin-bottom: 20px;
}

.consultation-detail-content {
    padding: 32px 48px;
    width: 1200px;
    margin: 0 auto 60px;
    border-radius: 8px 8px 0px 0px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(10, 17, 20, 0.03);
}

.consultation-detail-content img {
    display: block;
    margin: 0 auto 20px;
}

.consultation-detail-content h1 {
    color: var(--light-, rgba(10, 17, 20, 0.85));
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1px;
}

.consultation-detail-content .remark {
    padding: 12px 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(10, 17, 20, 0.40);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    gap: 24px;
}

.consultation-detail-content .article-header img,
.consultation-detail-content .article-footer img {
    width: 100%;
    height: auto;
}

.consultation-detail-content .article-main img {
    width: 800px;
    height: auto;
    margin-bottom: 24px;
}

.article-main {
    color: var(--light-, rgba(10, 17, 20, 0.85));
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.article-main h2 {
    color: var(--light-, rgba(10, 17, 20, 0.85));
    font-family: "Microsoft YaHei";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 24px;
}

.article-main .highlight {
    color: var(--light-Primary1, #01AD4B);
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 700;
}

.article-main .paragraph {
    padding: 12px 0;
    margin-bottom: 24px;
}
.article-main h2{
    text-indent: 1.4em;
}
.article-main .paragraph{
    text-indent: 2em;
}