.article {
    padding-top: var(--header-height);
}

.article h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.article .question {
    min-height: 600px;
    padding: 24px 0 30px 0;
}

.article .question h3 {
    font-size: 18px;
    color: #434343;
    margin-bottom: 18px;
}

.article .question h5 {
    font-size: 12px;
    color: #8c8c8c;
}

.article .question p {
    font-size: 14px;
    color: #595959;
    line-height: 30px;
    text-align: justify;
}

.article .question p img {
    max-width: 1000px;
}

.article .main_layout {
    display: flex;
    align-items: center;
    background: #fafafa;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 48px;
}

.article .main_layout img {
    margin: 0 8px;
}

.article .question video {
    margin: 20px 0;
}

.article .question .share {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #595959;
}

.article .question .share span {
    display: inline-block;
    margin-right: 25px;
}

.article .question .share span.wechat {
    position: relative;
    width: 36px;
    height: 36px;
}

.article .question .share span.wechat>img {
    width: 36px;
    height: 36px;
}

.article .question .share span.wechat .wechat_qr {
    position: absolute;
    width: 200px;
    height: 192px;
    box-shadow: 0 2px 10px #aaa;
    text-align: center;
    background: #fff;
    left: -85px;
    top: 40px;
    display: none;
    z-index: 9;
}

.article .question .share span.wechat .wechat_qr h5 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #fafafa;
    color: #8c8c8c;
}

.article .question .share span.wechat .wechat_qr img {
    width: 100px;
    height: 100px;
    margin: 10px 0;
}

.article .question .share span.wechat .wechat_qr div {
    font-size: 12px;
    color: #8c8c8c;
    padding: 0 10px;
}

.article .question .share span.wechat:hover .wechat_qr {
    display: block
}