<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main_list {
    background-color: #fff;
    border-radius: 6px;
    min-height: 700px;
    margin: 10px 0;
    padding: 12px;
}

.li_a {
    font-size: large;
    color: #333333;
}

.li_a:link {
    color: #000;
    text-decoration: none;
    position: relative;
    padding: 10px 0;
    margin: 0 15px;
}

.li_a:after {
    content: "";
    width: 0;
    height: 3px;
    background: #2d86fa;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 8px;
    transition: all .2s;
}

.li_a_active {
    color: #2d86fa;
    font-size: 20px;
    font-weight: 500;
}

.li_a_active::after {
    content: '';
    width: 65%;
    display: block;
    margin: 0 auto;
    padding-bottom: 6px;
    border-bottom: 3px solid #2d86fa;
}

.li_a_active:hover {
    color: #2d86fa;
}

.li_a:hover:after, .li_a.active:after {
    left: 0%;
    width: 100%;
}

.li_i {
    display: inline-block;
}

.main_content {
    padding: 6px 0;
}

.thumbnail {
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
    border: 0;
    padding: 0;
    box-shadow: 0 0 34px 1px rgba(0, 67, 154, 0.2);
}

.thumbnail &gt; a &gt; img {
    display: block;
    max-width: 100%;
    height: 140px;
    border-radius: 10px 10px 0 0;
}

.thumbnail_img {
    width: 144px;
    height: 118px;
    border-radius: 5px 5px 0 0;
}

.download_file_btn {
    background-color: #388EFC;
    margin-top: -9px;
    float: left;
    height: 32px;
    width: 98px;
    cursor: pointer;
    margin-left: 28px;
    text-align: center;
    border-radius: 23px;
    line-height: 32px;
    color: white;
}


.download_file_btn_info {
    height: 50px;
    width: 181px;
    margin-left: 86px;
    margin-top: 12px;
    text-align: center;
    border-radius: 23px;
    line-height: 50px;
    color: white;
    font-size: large;
    letter-spacing: 4px;
    background: linear-gradient(to right, #7bdaff 0%, #177bff 100%);
    background: -ms-linear-gradient(to right, #7bdaff 0%, #177bff 100%);
    background: -webkit-linear-gradient(to right, #7bdaff 0%, #177bff 100%);
    background: -o-linear-gradient(to right, #7bdaff 0%, #177bff 100%);
    background: -moz-linear-gradient(to right, #7bdaff 0%, #177bff 100%);
}

.msg_div {
    text-align: right;
    margin-bottom: 12px;
}

.msg_div_btn {
    font-size: x-small;
    padding: 1px 5px;
    border-radius: 6px;
}

.msg_div_btn_money {
    color: #EC1932;
    border: 1px solid #EC1932;
}

.msg_div_btn_free {
    color: #22D99F;
    border: 1px solid #22D99F;
}

.msg_div_btn_vip {
    color: #FF4E00;
    border: 1px solid #FF4E00;
}

.msg_div_btn_type {
    color: #2f8cfd;
    border: 1px solid #2f8cfd;
}

.file_name {
    color: black;
    margin: 0 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.file_name:hover {
    color: red;
}

.file_name_div {
    margin-bottom: 5px;
    height: 43px;
}

.voice_center {
    text-align: center;
}

.title_two {
    font-size: 14px;
    border-radius: 0 0 5px 5px;
    padding: 8px;
    background-color: white;
    height: 55px;
    width: 144px;
    box-shadow: 0px 0px 24px 0px rgba(138, 138, 138, 0.39);
}

.title_two &gt; a {
    color: #565656;
}

.btn_one {
    text-align: center;
    margin-bottom: 12px;
    color: white;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(-36deg, #FF5E26 0%, #FF7D26 100%);
    border-radius: 5px;
}

.btn_two {
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #FF5E26;
    background: #FFFFFF;
    border: 1px solid #FF5E26;
    border-radius: 5px;
}

.more-info {
    /*padding-top: 168px;*/
    /*margin-top: -138px;*/
    text-align: center;
    position: relative;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 80%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #fff));
}

.btn-one-left {
    width: 254px;
    height: 40px;
    color: white;
    margin-left: 220px;
    line-height: 40px;
    border-radius: 5px;
    background: linear-gradient(0deg, #FF5E26 0%, #FF7D26 100%);
}

.btn-two-left {
    width: 254px;
    height: 32px;
    color: #565656;
    margin-top: 6px;
    margin-left: 220px;
    line-height: 32px;
    background: #FFDFD4;
    border-radius: 2px;
}

.btn-one-right {
    width: 154px;
    height: 40px;
    color: white;
    margin-left: 77px;
    line-height: 40px;
    border-radius: 5px;
    background: linear-gradient(0deg, #D8B879 0%, #FFE898 100%);
}

.btn-two-right {
    width: 260px;
    height: 32px;
    color: #565656;
    margin-top: 6px;
    margin-left: 25px;
    line-height: 32px;
    background: #FFECC7;
    border-radius: 2px;
}

.btn-center-bottom {
    width: 154px;
    height: 40px;
    color: white;
    margin-left: 278px;
    line-height: 40px;
    border-radius: 5px;
    background: linear-gradient(0deg, #7bdaff 0%, #177bff 100%);
}

.btn_two:hover {
    box-shadow: 0px 0px 13px 0px rgba(255, 62, 10, 0.28);
}

.btn_one:hover {
    background: linear-gradient(-36deg, #FF7D26 0%, #FF5E26 100%);
    box-shadow: 0px 0px 13px 0px rgba(255, 62, 10, 0.28);
}

.orderTitle {
    padding: 9px;
}

.orderInfo {
    background-color: whitesmoke;
    padding: 38px 100px;
}

.orderBottom {
    padding: 28px 100px;
}

.vip-detail {
    line-height: 51px;
    color: #565656;
    font-weight: 400;
    font-size: 14px;
}

.infor_go {
    height: 35px;
    margin-top: -6px;
    border-radius: 0 22px 22px 0;
    background: #1479d7;
    color: #fff;
    padding: 0 20px;
}

.infor_go:focus, .infor_go:active, .infor_go:hover {
    outline: none;
    background: #1479d7;
    color: #fff;
}

.left_con_list li .tag {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #337ab7;
    top: 16px;
    left: 10px;
    border-radius: 50%;
}

.left_con_list li p a {
    color: #666;
}

.left_con_list li h4 a {
    color: #333;
    font-size: 15px;
}

.des-content {
    text-indent: 2em;
}

.left_con_list li {
    padding: 4px 20px 4px 30px;
    border-bottom: 1px #eee solid;
    letter-spacing: 1px;
    position: relative;
}

.left_con_list li:hover {
    background: #f3f3f9;
}

.all-free-paid {
    display: inline-block;
    cursor: pointer;
    margin-right: 6px;
    text-align: center;
    border-radius: 6px;
    color: #2572FE;
    font-size: small;
    padding: 4px 10px;
    margin-left: 22px;
    border: 1px solid #2572FE;
}

.all-free-paid a {
    color: #2572FE;
}

.all-free-paid:hover {
    color: white;
    background-color: #2572FE;
}

.all-free-paid:hover &gt; a {
    color: white;
}

.all-free-paid-check {
    color: white;
    background-color: #2572FE;
}

.all-free-paid-check a {
    color: white;
}

.doc-top {
    width: 100%;
    height: 240px;
    background: url(/tax5/images/document/bg.jpg?v=510) no-repeat;
    background-size: 100% 100%;
}

.in_dot {
    display: inline-block;
    background-color: #E1E9F8;
    min-width: 26px;
    height: 26px;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    font-size: 13px;
    color: #333;
    padding: 0 2px;
}

.title-list:hover {
    color: #df1b59;
}

.title_color_information {
    line-height: 26px;
    font-size: 14px;
    width: 600px;
    color: #0B00BF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.list_con:hover {
    background-color: #f3f3f9;
}

.info-list-postDate {
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    float: right;
    color: #999;
}

.em-highlight{
    color: #df1b59;
}

.list-head-line {
    width: 1px;
    height: 17px;
    border-radius: 2px;
    margin-right: 6px;
    border-left: 3px solid #366CB4;
    display: inline-block;
    position: relative;
    top: 2px;
}
</pre></body></html>