<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pages {
    padding-bottom: 10px;
}

/* 闂瓟淇℃伅 */
.wenda_detail p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin: 0px;
    margin-bottom: 24px;
}
.wenda_detail h1,.wenda_detail h2,.wenda_detail div {
    line-height: 1.75;
    margin: 0px;
    margin-bottom: 24px;
}

.wenda_detail img {
    width: 460px;
    height: 345px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    opacity: 1;
    border-radius: 8px;
}

.page_division {
    width: 840px;
    height: 1px;
    background: #E6E6E6;
    margin: 32px 0;
}

.pages_content_title {
    font-size: 20px;
    color: #333333;
    padding-left: 32px;
    position: relative;
    line-height: 24px;
    font-weight: normal;
}

.pages_content_title::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/* 缁煎悎鍥炵瓟 */
.comprehensive_answer_icon::before {
    background-image: url('../images/comprehensive_answer_icon.png');
}

.artcilecontent {
    margin-top: 20px;
}

.artcilecontent p {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    margin: 0px;
    margin-bottom: 16px;
}

.artcilecontent div {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    margin: 0px;
    margin-bottom: 16px;
}

.artcilecontent img {
    max-width: 100%;
    min-width: 50%;
    outline: none;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 8px;
}

.artcilecontent ol {
    padding-left: 48px;
    margin: 8px 0 24px 0;
}

.artcilecontent ol li {
    list-style-type: decimal !important;
}

.artcilecontent li {
    color: #999999;
    line-height: 27px;
    font-size: 16px;
    word-break: break-all;
    margin-bottom: 5px;
}

/* 鍙傝€冨洖绛� */
.reference_answer_icon::before {
    background-image: url('../images/reference_answer_icon.png');
}

.reference_answer_box {
    margin-top: 25px;
    position: relative;
    padding-bottom: 10px;
}

.reference_answer_box ul {
    padding-left: 48px;

}

.reference_answer_box li {
    margin: 0 0 40px 0;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    position: relative;
}

.reference_answer_box li::before {
    content: attr(data-line);
    position: absolute;
    left: -48px;
    width: 28px;
    height: 28px;
    background: #CCCCCC;
    border-radius: 50%;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}

.reference_answer_box li::after {
    content: "";
    position: absolute;
    left: -34px;
    top: 30px;
    border-left: 1px dashed #CCCCCC;
    width: 0;
    height: 100%;
}

.reference_answer_end {
    font-size: 12px;
    line-height: 20px;
    color: #2BBC80;
    position: absolute;
    bottom: 0px;
    left: 3px;
}

/* 鍏朵粬绫讳技闂瓟 */
.other_answer_icon::before {
    background-image: url('../images/other_answer_icon.png');
}

.other_answer_box {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    counter-reset: section;
}

.other_answer_lists {
    width: 404px;
    counter-reset: subsection;
}

.other_answer_lists li {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin-bottom: 24px;
    list-style-type: decimal !important;
    position: relative;
    padding-left: 25px;
}

.other_answer_lists li:before {
    counter-increment: section;
    content: counter(section);
    font-size: 12px;
    color: #999999;
    position: absolute;
    left: 0;
}

.other_answer_lists:first-of-type li:nth-of-type(n+1):nth-of-type(-n+3)::before {
    color: #FF6F00;
}

.other_answer_lists li .asnwer_title {
    width: 292px;
    font-size: 14px;
    color: #333333;
}

.asnwer_count {
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}

.other_answer_lists li:hover .asnwer_title {
    color: #2BBC80;
}

/* 璀﹀憡閮ㄥ垎 */
.warning {
    width: 840px;
    height: 112px;
    background: #FAFAFA;
    opacity: 1;
    border-radius: 6px;
    margin-top: 16px;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.warning_p {
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    position: relative;
    padding-left: 24px;
}

.warning_p::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    display: block;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.Tips::before {
    background-image: url('../images/Tips.png');
}

.statement::before {
    background-image: url('../images/statement.png');
}

/* 鏍囩 */
.label {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.label_tag {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.label_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.labels h4 {
    height: 20px;
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    border-radius: 3px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-right: 8px;
    font-weight: normal;
}

.labels h4:hover {
    background: #F5FDFA;
    border: 1px solid #AADCC7;
    color: #2BBC80;
}

/* 鐩稿叧鎺ㄨ崘 */
.wenda_related_recommend {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #E6E6E6;
}

.nav_wrap {
    padding-top: 20px;
    border-right: 1px solid #E6E6E6;
}

.nav_list {
    width: 70px;
    height: 35px;
    border-radius: 6px 0px 0px 6px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    background-color: #FFFFFF;
}

.nav_list:hover {
    background: #E6E6E6;
}

.nav_list_active {
    background: #2BBC80 !important;
    color: #FFFFFF !important;
}

.info_list_box {
    padding: 20px;
    padding-bottom: 0;
}

.info_list_box_1 {
    display: none;
}

.info_list_box_1:first-of-type {
    display: block;
}

.info_list {
    margin-bottom: 32px;
}

.info_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.info_title h3 {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: normal;
}

.info_title h3:hover {
    color: #2BBC80;
}

.info_msg {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info_msg_img {
    width: 151px;
    height: 114px;
    background: #f7f7f7;
    border-radius: 8px;
    margin-right: 16px;
    overflow: hidden;
}

.info_count_time {
    font-size: 12px;
    color: #999999;
}

.best_answer {
    width: 565px;
    margin-top: 5px;
}

.best_answer .best_answer_tag {
    font-size: 14px;
    line-height: 21px;
    color: #999999;
    float: left;
}

.best_answer_content {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #333333;
}

.info_tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}



.info_tag h4 {
    height: 20px;
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    padding: 0 8px;
    margin-right: 8px;
    cursor: pointer;
    font-weight: normal;
}

.info_tag h4:hover {
    background: #F5FDFA;
    border: 1px solid #AADCC7;
    color: #2BBC80;
}

.read_more {
    width: 400px;
    height: 32px;
    background: #CCCCCC;
    border-radius: 16px;
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    margin-top: 48px;
    cursor: pointer;
}</pre></body></html>