<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Document CSS*/

* {
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none;
}

input,
select {
    outline: none;
    border: 1px solid #ccc;
}

ul,
ol {
    list-style: none;
}

.wq_content {
    width: 1200px;
    min-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    margin-bottom: 40px;
    min-height: 700px;
}

.tool_nav_left {
    width: 235px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}

.wq_gcgj_right {
    float: left;
    width: 930px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    min-height: 432px;
    padding-bottom: 50px;
}

.js_title_z {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.js_title_z&gt;i {
    display: inline-block;
    margin-left: 10px;
    height: 18px;
    width: 6px;
    background: url(../newimages/wenku_juxing.png) no-repeat center center;
}

.js_title_z&gt;span {
    color: #646464;
    font-size: 16px;
    margin-left: 8px;
}

.js_title_y {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.js_title_y&gt;i {
    display: inline-block;
    height: 18px;
    width: 4px;
    background: var(--main-color) ;
}

.js_title_y&gt;span {
    color: #646464;
    font-size: 18px;
    margin-left: 8px;
}

/*FOMR*/

.js_form_z {
    margin: 30px 100px 0px 30px;
}

.js_input_li {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #646464;
    font-size: 14px;
}

.js_input_li:hover {
    background: #eeeeee;
}

.z_left_li,
.z_right_li,
.z_input_bz {
    float: left;
}

.z_input_bz {
    color: red;
}

.z_result_all {
    margin-top: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f5f6f8;
}

.z_left_li {
    width: 140px;
    margin-right: 20px;
    text-align: right;
}

.z_right_li {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.z_input_li&gt;input[type=text] {
    width: 90px;
    height: 25px;
    outline: none;
    border: 1px solid #ccc;
    padding: 0px 5px 0px 5px;
}

.z_input_li {
    float: left;
    margin-right: 15px;
    min-width: 75px;
}

.z_input_li&gt;label {
    cursor: pointer;
}

.z_form_button&gt;input {
    background: #E6971E;
    border: none;
    border-radius: 3px;
    color: #fff;
    width: 90px;
    height: 30px;
    cursor: pointer;
    margin-left: 190px;
    margin-top: 5px;
    outline: none;
}

.z_img_title {
    margin-left: 15px;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.z_img_title&gt;p {
    font-size: 16px;
    margin-bottom: 2px;
}

.z_result_pic ul {
    width: 900px;
    background: #fff;
    margin-left: 15px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.z_result_pic ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.z_result_pic ul li div {
    width: 14%;
    height: 100%;
    text-align: center;
    line-height: 34px;
    border-right: 1px solid #ccc;
}

.z_result_pic ul li div:nth-of-type(even) {
    width: 13%;
}

.z_result_pic ul li div:nth-of-type(odd) {
    width: 12%;
}

/*鍒ゆ柇*/

.js_input_li_juhe {
    display: none;
}

/*table*/

.z_result_table {
    margin-left: 30px;
    overflow: hidden;
}

.z_table_th,
.z_table_tr {
    height: 35px;
}

.z_table_th&gt;span,
.z_table_tr&gt;span {
    display: block;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 35px;
}

.z_table_td1 {
    width: 270px;
}

.z_table_td2,
.z_table_td3 {
    width: 85px;
}

.z_table_td4,
.z_table_td6 {
    width: 110px;
}

.z_table_td5 {
    width: 135px;
}

.z_table_th&gt;span {
    background: #269a73;
    border-right: 1px solid #fff;
}

.z_table_tr&gt;span {
    background: #eee;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}

.z_all_num {
    color: red;
}

.z_result_btn {
    margin-top: 30px;
}

.z_result_btn&gt;button {
    height: 25px;
    width: 160px;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
}

.z_result_btn_y {
    margin-left: 200px;
    background: #E6971E;
    color: #fff;
}

.z_result_btn_c {
    margin-left: 20px;
    color: #fff;
    background: #269a73;
}

/*寮圭獥*/

.z_bg {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: none;
}

.z_pop_up {
    margin: 300px auto;
    height: 300px;
    width: 430px;
    background: #fff;
    z-index: 10001;
    position: relative;
}

.z_pop_up_title {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #272727;
    color: #fff;
    padding-left: 10px;
}

.z_content_li {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 10px;
}

.z_lf_c,
.z_rt_c {
    float: left;
}

.z_lf_c {
    width: 130px;
    text-align: right;
}

.z_rt_c&gt;input {
    height: 20px;
    line-height: 20px;
    width: 190px;
    padding-left: 5px;
    padding-right: 5px;
    outline: none;
    border: 1px solid #ccc;
}

.z_pop_btn {
    margin-top: 15px;
}

.z_pop_btn&gt;button {
    height: 25px;
    width: 60px;
    background: orange;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}

.z_pop_btn&gt;button.z_pop_btn_c {
    background: #ccc;
    margin-left: 20px;
}

.z_pop_btn&gt;button.z_pop_btn_t {
    margin-left: 130px;
}

.z_close_img {
    position: absolute;
    right: 10px;
    top: 10px;
}

.z_close_img&gt;img {
    cursor: pointer;
}

.y_scfa {
    width: 100%;
    padding-left: 163px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.y_scfa&gt;input[type=button] {
    width: 118px;
    height: 30px;
    background-image: linear-gradient(to right,#fb3c34,#ff8a41);
    display: block;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    border: none;
    border-radius: 3px;
}

.y_scfa&gt;input[type=button]:nth-of-type(2) {
    background: #888;
    color: #eee;
    margin-left: 15px;
}</pre></body></html>