<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*åŽ»æŽ‰å†…å¤–è¾¹è·*/
* {
    margin: 0;
    padding: 0;
}

.message_name p {
    margin-bottom: 8px;
}

.message_person_eva p {
    color: #333;
    display: inline-block;
    height: 50px;
    line-height: 25px;
    width: 90px;
    text-align: center;
}

.message_person_eva p span {
    font-weight: bold;
    font-size: 20px;
}

.special_content {
    width: 1200px;
    margin: 0px auto;
}

.special_menu {
    width: 245px;
    min-height: 804px;
    display: inline-block;
    background-color: white;
    padding-top: 20px;
}

.special_menu div {
    cursor: pointer;
}

.special_content_right {
    width: 940px;
    margin-left: 15px;
    display: inline-block;
    background-color: white;
    padding-left: 24px;
    padding-top: 24px;
    float: right;
}

.content_right_title {
    margin-bottom: 16px;
}

.special_menu_title {
    width: 200px;
    /*height: 40px;*/
    line-height: 40px;
    font-size: 19px;
    margin-left: 20px;
    border-bottom: 2px solid #00a3ff;
}

.content_right_row {
    color: #666;
    width: 900px;
    /*height: 50px;*/
    /*margin-top: 10px;*/
}

.content_right_row:hover {
    cursor: pointer;
}

.content_right_text {
    width: 866px;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*margin-bottom: 20px;*/
}

.special_menu_box {
    width: 245px;
    margin: 0 auto;
    margin-top: 10px;
}

.menu_parent_div {
    width: 245px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.special_menu_article {
    width: 245px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
}

.menu_children_div {
    width: 245px;
    height: 38px;
    line-height: 38px;
    padding-left: 30px;
    margin-left: 5px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu_children_div_color {
    background-color: #ECF6FF;
    border-left: 2px solid #00a3ff;
}

.content_right_time {
    float: right;
    color: #8c8c8c;
    display: inline-block;
}

.row_triangle {
    float: left;
    border-style: solid;
    border-width: 7px 7px 7px 7px;
    border-color: transparent transparent transparent #00a3ff;
    display: inline-block;
    /*position: absolute;*/
    /*top: 10%;*/
    margin-top: 4px;
}

.title_chil {
    color: black;
}

.special_top_img {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    margin-top: 30px;
}

.menu_parent_div p {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

.content_right_answer {
    width: 900px;
    padding: 15px;
    text-align: justify;
    background-color: #F5F5F5;
    display: none;
    color: #333 ! important;
    font-size: 15px;
    line-height: 25px;
    margin-top: 16px;
}

.special_tree_color {
    height: 700px;
    width: 815px;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.special_tree_color_a {
    height: 700px;
    width: 100%;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.special_line_text {
    width: 800px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 30px;
}

.menu_stair {
    font-size: 16px;
}

.special_table tr td {
    border: 1px solid #e9e9e9;
    padding: 3px 3px;
}

.special_table {
    width: 775px;
}

.special_tree_laws_income {
    padding: 30px;
    line-height: 27px;
    text-align: justify;
}

.question_button {
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background-color: #3280e5;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    margin: 50px auto;
    text-align: center;
    display: none;
}

.qrcode-topic-box {
    position: absolute;
    font-size: 13px;
    background: #eee;
    padding: 0 20px;
    top: 56px;
    right: 17px;
    border-radius: 5px;
}

.qrcode-topic {
    left: -123px;
    top: -50px;
    z-index: 9999;
}


.full-view {
    width: auto;
}

.overflow-x-scroll {
    overflow-x: scroll;
}</pre></body></html>