/* 全局样式 */
body {
    background-color: #0063a0;
}

/* 页头部分：header */
.header {
    background: url(/Images/img/images/top_bg.png) no-repeat;
    font-size: 13px;
}

.header-div {
    width: 465px;
    float: right;
    text-align: left;
    color: white;
}

.header-div2 {
    width: 400px;
    float: right;
    text-align: left;
    color: white;
}

.abtn {
    background: url(/Images/img/images/btn_bg.png) no-repeat left top;
    color: #fff;
    border: 0;
}

.header a {
    display: inline-block;
    color: #fff;
    width: 69px;
    text-align: center;
}

/* 导航部分：navi */
.flowe {
    background-color: #A3CBEA;
}

.navi {
    background: url(/Images/img/images/navigation.png) repeat-x;
}

.index_on {
    background: url(/Images/img/nav/1.png) no-repeat;
    background-size: 100% 76%;
}

.index_off {
    background: url(/Images/img/nav/1.png) no-repeat;
    background-size: 100% 76%;
}

.role_on {
    background: url(/Images/img/nav/2.png) no-repeat;
}

.role_off {
    background: url(/Images/img/nav/jxgl_teacher.png) no-repeat;
    background-size: 100% 76%;
}

.admin_on {
    background: url(/Images/img/nav/3.png) no-repeat;
}

.admin_off {
    background: url(/Images/img/nav/3.png) no-repeat;
    background-size: 100% 76%;
}

.fee_on {
    background: url(/Images/img/images/fee_on.png) no-repeat;
}

.fee_off {
    background: url(/Images/img/nav/4.png) no-repeat;
    background-size: 100% 76%;
}

.account_on {
    background: url(/Images/img/images/account_on.png) no-repeat;
}

.account_off {
    background: url(/Images/img/nav/5.png) no-repeat;
    background-size: 100% 76%;
}

.service_on {
    background: url(/Images/img/images/service_on.png) no-repeat;
}

.service_off {
    background: url(/Images/img/nav/6.png) no-repeat;
    background-size: 100% 70%;
}

.role_tzgs {
    background: url(/Images/img/nav/tzgs.png) no-repeat;
    background-size: 100% 70%;
}

.czdp {
    background: url(/Images/img/nav/9.png) no-repeat;
    background-size: 100% 70%;
}

.bill_on {
    background: url(/Images/img/images/bill_on.png) no-repeat;
}

.bill_off {
    background: url(/Images/img/nav/7.png) no-repeat;
    background-size: 100% 76%;
}

.bill_person {
    background: url(/Images/img/nav/8.png) no-repeat;
    background-size: 100% 76%;
}

.report_on {
    background: url(/Images/img/images/report_on.png) no-repeat;
}

.report_off {
    background: url(/Images/img/images/report_out.png) no-repeat;
}

.information_on {
    background: url(/Images/img/images/information_on.png) no-repeat;
}

.information_off {
    background: url(/Images/img/images/information_out.png) no-repeat;
}

.password_on {
    background: url(/Images/img/images/password_on.png) no-repeat;
}

.password_off {
    background: url(/Images/img/images/password_out.png) no-repeat;
}

/* 正文区域：main */
.main {
    background: #e8f3f8;
    border: 5px solid #8ac1db;
}


/* 正文：表格部分 */
.datalist {
    background-color: #fff;
}

    .datalist td {
        border: #CCC solid 1px;
    }

    .datalist tr:hover {
        background-color: #f7f9fd;
    }

    .datalist th {
        background: #fbedce;
        border: #CCC solid 1px;
    }

/* 表格中显示详细消息 */
div.detail_info {
    background-color: #fbf0db;
    border: 1px solid #ff9000;
    color: #000;
}

/* 正文：表单部分（div实现方式） */
span.required {
    color: Red;
    /*border:1px solid red;*/
}
/*div.validate_msg_long,div.validate_msg_medium,div.validate_msg_short,div.validate_msg_tiny*/
div.error_msg {
    color: Red;
    background-image: url("/Images/img/images/wrong.gif");
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid red;
}

p.hide {
    border-bottom: 1px solid red;
}

.divPwds {
    border-top: 1px dotted #a1c7d9;
    border-bottom: 1px dotted #a1c7d9;
    background-color: #fafeff;
}

.optionalInfo {
    background-color: #f4f4f4;
    border: 1px solid #b4b4b4;
}

/* 保存操作后的提示消息 */
div.save_success {
    background-color: #fbf0db;
    border: 1px solid #ff9000;
    color: #af6606;
    background-image: url(/Images/img/images/ok.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

div.save_fail {
    background-color: #fbf0db;
    border: 1px solid #ff9000;
    color: #F00;
    background-image: url(/Images/img/images/fail.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

/* 删除操作后的提示消息 */
div.operate_success {
    background-color: #fdecec;
    border: 1px solid #f57676;
    color: #af6606;
    background-image: url(/Images/img/images/ok.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

div.operate_fail {
    background-color: #fdecec;
    border: 1px solid #f57676;
    color: #f00;
    background-image: url(/Images/img/images/warning.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

/* 正文：分页功能区 */
.pages a {
    color: #000;
}

    .pages a:hover {
        background: #cddde4;
        border: #97b9c9 solid 1px;
        color: #067db5;
    }

    .pages a.current_page {
        background: #FFF;
        border: #89bdd8 solid 1px;
        color: #067db5;
    }


/* 页脚部分：footer */
.footer {
    color: #FFF;
    position: relative;
}

/* 表单上的元素：控件 */
input, select {
    border: 1px solid silver;
}

    input.readonly, textarea.readonly, span.readonly {
        background-color: #f6f6f6;
    }

    input:focus, select:focus {
        border-left: 1px solid gray;
        border-top: 1px solid gray;
    }

    input.btn_search, input.btn_search:hover, input.btn_search:active {
        background: url(/Images/img/images/search.png) no-repeat;
        color: #0a97c9;
        border: 0;
    }

    input.btn_search_large, input.btn_search_large:hover, input.btn_search_large:active {
        background: url(/Images/img/images/search_large.png) no-repeat;
        color: #0a97c9;
        border: 0;
    }

        input.btn_search:hover, input.btn_search_large:hover {
            color: #0a97ff;
        }

    input.btn_add, input.btn_add:hover {
        background: url(/Images/img/images/btn_bg.png) no-repeat left top;
        color: #fff;
        border: 0;
    }

        input.btn_add[disabled=disabled] {
            background-color: #a7a7a7;
            background-image: none;
        }

    input.btn_modify, input.btn_modify:hover {
        background: url(/Images/img/images/modification.png) no-repeat left center;
        color: #000;
        border: 0;
    }

    input.btn_delete, input.btn_delete:hover {
        background: url(/Images/img/images/delete.png) no-repeat left center;
        color: #000;
        border: 0;
    }

    input.btn_start, input.btn_start:hover {
        background: url(/Images/img/images/start.png) no-repeat left center;
        color: #000;
        border: 0;
    }

    input.btn_pause, input.btn_pause:hover {
        background: url(/Images/img/images/pause.png) no-repeat left center;
        color: #000;
        border: 0;
    }

    input.btn_save {
        background: url(/Images/img/images/form_btn.png) no-repeat;
        color: #FFF;
        border: 0;
    }

        input.btn_save:hover {
            background: url(/Images/img/images/form_btn_on.png) no-repeat;
        }

    input.sort_asc {
        background: url(/Images/img/images/up.png) no-repeat;
        color: #FFF;
    }

    input.sort_desc {
        background: url(/Images/img/images/down.png) no-repeat;
        color: #FFF;
    }

        input.sort_asc, input.sort_desc, input.sort_asc:hover, input.sort_desc:hover {
            border: 0;
        }

/* 主页 */
body.index {
    background-color: #00629f;
    background-image: url(/Images/img/images/login_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.index_navi {
    background: url(/Images/img/images/index_navi_bg.png) repeat-x;
}
/* 登录页面 */
body.login {
    background-color: #00629f;
    background-image: url(/Images/img/images/login_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

div.login_box {
    background: url(/Images/img/images/login_box.png) no-repeat;
}

    div.login_box table tr td {
        color: #FFF;
    }
/* 错误页面 */
body.error_page {
    background-color: #00629f;
    background-image: url(/Images/img/images/error.png);
    background-position: center top;
    background-repeat: no-repeat;
}

body.error_power_page {
    background-color: #00629f;
    background-image: url(/Images/img/images/error_power.png);
    background-position: center 40%;
    background-repeat: no-repeat;
}

.error {
    color: #FFF;
}

    .error span, #error a {
        color: Yellow;
    }

    .error a:hover {
        color: #FFF;
    }
/* 报表页面 */
.report_main {
    background-color: #8ac1db;
}

a.tab_on {
    background: url(/Images/img/images/tab_on.png) no-repeat;
    color: #006e98;
}

a.tab_out {
    background: url(/Images/img/images/tab_out.png) no-repeat;
    color: #fff;
}


/*分页*/
.pageGro {
    width: 400px;
    height: 25px;
    margin: 0px auto;
    padding-top: 30px;
}

    .pageGro div, .pageGro div ul li {
        font-size: 12px;
        color: #999;
        line-height: 23px;
        float: left;
        margin-left: 5px;
    }

        .pageGro div ul li {
            width: 22px;
            text-align: center;
            border: 1px solid #999;
            cursor: pointer;
        }

            .pageGro div ul li.on {
                color: #fff;
                background: #3c90d9;
                border: 1px solid #3c90d9;
            }

    .pageGro .pageUp, .pageGro .pageDown {
        width: 63px;
        border: 1px solid #999;
        cursor: pointer;
    }

    .pageGro .pageUp {
        text-indent: 23px;
        /*background: url(images/pageUp.png) 5px 7px no-repeat;*/
    }

    .pageGro .pageDown {
        text-indent: 5px;
        /*background: url(images/pageDown.png) 46px 6px no-repeat;*/
    }

/*对联*/
.inventory, .decision, .troubleshooting, .other p {
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: white;
}

.inventory {
    float: left;
    font-size: 18px;
    font-weight: 800;
    margin-top: -585px;
    margin-left: -56px;
    width: 50px;
    height: 200px;
    background-color: #0488BB;
    z-index: 9999;
    cursor: pointer;
    position: relative;
}

.decision {
    float: left;
    font-size: 18px;
    font-weight: 800;
    margin-top: -376px;
    margin-left: -56px;
    width: 50px;
    height: 200px;
    background-color: #0488BB;
    z-index: 9999;
    cursor: pointer;
    position: relative;
}

.troubleshooting {
    float: right;
    font-size: 18px;
    font-weight: 800;
    margin-top: -585px;
    margin-right: -55px;
    width: 50px;
    height: 200px;
    /*background-color: #0488BB;*/
    background-color: #56C0E0;
    z-index: 9999;
    cursor: pointer;
    position: relative;
    border: 2px solid #e1e1e1;
    box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5);
    border-left: 0 none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.other {
    float: right;
    font-size: 18px;
    font-weight: 800;
    margin-top: -356px;
    margin-right: -55px;
    width: 50px;
    height: 200px;
    /*background-color: #0488BB;*/
    background-color: #56C0E0;
    z-index: 9999;
    cursor: pointer;
    position: relative;
    border: 2px solid #e1e1e1;
    box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5);
    border-left: 0 none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.jcdiv div {
    width: 80%;
    margin: 0 auto;
}

    .jcdiv div span {
        display: inline-block;
        width: 40%;
        text-align: right;
        margin-right: 5px;
    }

    .jcdiv div input {
        display: inline-block;
        width: 30%;
        text-align: center;
    }

.nextmonthbtn {
    background: url(/Images/img/images/form_btn.png) no-repeat;
    color: #FFF;
    border: 0;
    float: left;
    margin-left: 10%;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    outline: none;
    color: #ffffff;
    cursor: pointer;
}
/* detail */
#detail {
    position: absolute;
    width: 800px;
    height: 400px;
    border: 1px solid #ccc;
    background: #efefef;
    display: none;
}

    #detail .tit {
        background: #ddd;
        display: block;
        height: 33px;
        cursor: move;
        text-align: center;
    }

        #detail .tit i {
            float: right;
            line-height: 33px;
            padding: 0 8px;
            cursor: pointer;
        }
/* detai2 */
#detai2 {
    position: absolute;
    width: 800px;
    height: 400px;
    border: 1px solid #ccc;
    background: #efefef;
    display: none;
    /*overflow: auto;*/
}

    #detai2 .tit {
        background: #ddd;
        display: block;
        height: 33px;
        cursor: move;
        text-align: center;
    }

        #detai2 .tit i {
            float: right;
            line-height: 33px;
            padding: 0 8px;
            cursor: pointer;
        }

    #detai2 .jcdiv {
        overflow: auto;
        height: 300px;
    }
/* detai3 */
#detai3 {
    position: absolute;
    width: 800px;
    height: 400px;
    border: 1px solid #ccc;
    background: #efefef;
    display: none;
}

    #detai3 .tit {
        background: #ddd;
        display: block;
        height: 33px;
        cursor: move;
        text-align: center;
    }

        #detai3 .tit i {
            float: right;
            line-height: 33px;
            padding: 0 8px;
            cursor: pointer;
        }

.tit .tittitle {
    line-height: 33px;
}


/*.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-table}
 .clearfix{height:1%}
.clearfix{display:block}
 .clearfix{min-height:1%}*/

.UI-bubble {
    display: inline-block;
    width: 23px;
    height: 23px;
    overflow: hidden;
    background: url(../../../Images/img/Scene/sicons.png) 0px 0px no-repeat;
}

.UI-ask {
    display: inline-block;
    width: 23px;
    height: 23px;
    overflow: hidden;
    background: url(../../../Images/img/Scene/sicons.png) -25px 0px no-repeat;
}

.container {
    display: none;
}

.addques {
    float: right;
    width: 70px;
    color: white;
    height: 30px;
    border-radius: 5px;
    background-color: #1BAAD6;
    line-height: 1.2em;
    cursor: pointer;
}

.caozuoshipin {
    float: right;
    width: 70px;
    color: white;
    height: 30px;
    border-radius: 5px;
    background-color: #1BAAD6;
    line-height: 1.2em;
    cursor: pointer;
}

.backans {
    float: right;
    width: 70px;
    color: white;
    height: 30px;
    border-radius: 5px;
    background-color: #1BAAD6;
    line-height: 1.2em;
    cursor: pointer;
}

.btn-delete {
    float: right;
    width: 70px;
    color: white;
    height: 30px;
    border-radius: 5px;
    background-color: #1BAAD6;
    line-height: 1.2em;
    cursor: pointer;
}
/* questions */
#questions {
    width: 100%;
    margin: 0px auto;
    /*border:1px solid #e7e7e7;*/
    /*padding-top:14px;*/
    height: 300px;
    overflow-y: auto;
}

    #questions li h5 .UI-ask, #questions li h5 .UI-bubble {
        position: absolute;
        left: 0px;
        top: 9px;
    }

    #questions li {
        border-bottom: 1px solid #e7e7e7;
        padding: 0 14px 5px 14px;
        vertical-align: bottom;
    }

        #questions li h5 {
            height: 40px;
            position: relative;
            color: #666;
            font-size: 14px;
            cursor: pointer;
            line-height: 40px;
            height: 40px;
            overflow: hidden;
            padding: 0 0 0 26px;
        }

        #questions li .foldContent {
            border-left: 3px solid #018ccb;
            padding: 10px 26px;
            border-top: 1px dashed #e2e2e2;
            line-height: 24px;
            background: #f3f3f3;
            color: #888;
        }

#Search {
    height: 40px;
    margin-top: 15px;
    margin-left: 15px;
}

    #Search input {
        float: left;
        width: 180px;
        height: 30px;
        color: black;
        padding-left: 5px;
        background-color: #F7F8F9;
        border: 1px solid;
        border-color: gray;
        font-size: 15px;
        line-height: 1.3;
        border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        box-shadow: 0 1px #fff,inset 0 1px rgba(34,25,25,.05);
        -moz-box-shadow: 0 1px #fff,inset 0 1px rgba(34,25,25,.05);
        -webkit-box-shadow: 0 1px #fff,inset 0 1px rgba(34,25,25,.05);
    }

    #Search a.lg {
        float: left;
        margin-left: -1px;
        padding: 6px 7px 1px 7px;
        min-height: 17px;
        border: 1px solid;
        border-color: gray;
        border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        box-shadow: 0 1px rgba(255,255,255,.9),inset 0 0 2px rgba(255,255,255,.75);
        -moz-box-shadow: 0 1px rgba(255,255,255,.9),inset 0 0 2px rgba(255,255,255,.75);
        -webkit-box-shadow: 0 1px rgba(255,255,255,.9),inset 0 0 2px rgba(255,255,255,.75);
    }

p {
    word-wrap: break-word;
}

.container {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

.container {
    background: #F9F9F9;
    padding: 25px;
}

.containeredit {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    background: #F9F9F9;
    padding: 25px;
    z-index: 100;
    display: none;
}

.container h3 {
    color: #F96;
    display: block;
    font-size: 30px;
    font-weight: 400;
}

.container h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}

.tempa, .tempb, .tempc, .tempd {
    width: 95%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 10px;
    padding: 10px;
}

    .tempa:hover {
        -webkit-transition: border-color 0.3s ease-in-out;
        -moz-transition: border-color 0.3s ease-in-out;
        transition: border-color 0.3s ease-in-out;
        border: 1px solid #AAA;
    }

.tempb, .tempd {
    height: 100px;
    max-width: 95%;
    resize: none;
    color: #333333;
}

.containerbutton {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #0CF;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

.containereditbutton {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #0CF;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

.tempa:hover {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.tempc:hover {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.tempb:hover {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.tempd:hover {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}


#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus, #contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

.container {
    display: none;
    z-index: 100;
}

.showdivspan {
    width: 15px;
    height: 15px;
    color: red;
    cursor: pointer;
    display: none;
    margin-right: 5px;
    margin-top: 2px;
    background-image: url("/Images/img/bd_edit.png");
}

.show {
    margin-top: -19px;
}

.tipsbox {
    position: absolute;
    width: 443px;
    height: 157px;
    top: 0px;
}
/*已购理财产品查询表格*/
#products_inquiries th {
    width: 53px;
}





/*人员上岗*/
.ppsg {
    width: 80%;
}

.ppsgtable {
    width: 100%;
}

.inputcheck > .ppsgtable td tr {
    width: 100%;
}

.ppsgtable tr td div {
    /*position: relative;*/
    float: left;
    line-height: 23px;
}

.ppsgtable tr td {
    height: 22px;
}

    .ppsgtable tr td input {
        /*position: relative;
        left: -3px;
        top: 1px;
        line-height: 23px;
        float: right;*/
        vertical-align: middle;
        min-width: 20px;
        margin-right: 3px;
        float: left;
    }



/*底部弹出层*/

.slidebox, .redemptionBox {
    width: 250px !important;
    height: auto;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
    border-top: 3px solid #E28409;
    position: fixed;
    left: 0;
    bottom: 0px;
    _position: absolute;
    margin-left: -430px;
    -moz-box-shadow: -2px 0px 5px #aaa;
    -webkit-box-shadow: -2px 0px 5px #aaa;
    box-shadow: -2px 0px 5px #aaa;
    line-height: 50px;
    text-align: center;
    color: white;
    z-index: 10000;
}

#redemptionContent {
}

.slidebox p, .redemptionBox p {
    color: #555;
    line-height: 20px;
    font-size: 12px;
    margin: 10px 0;
}

.slidebox span, .redemptionBox span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
}

.slidebox .red, .redemptionBox .red {
    color: #f20;
    font-size: 16px;
}

.redemptionBox p {
    text-align: left;
}

.moreslidebox {
    cursor: pointer;
    color: #E28409;
    font-size: 12px;
}

    .moreslidebox:hover {
        text-decoration: underline;
    }

.slidebox h2, .redemptionBox h2 {
    color: #E28409;
    font-size: 18px;
    margin: 5px 20px 5px 0px;
    display: block !important;
}

.closeslidebox {
    /*background: url(../../images/close.gif) no-repeat top left;*/
    background: url(../../../Content/Images/close.gif) no-repeat top left;
    width: 13px;
    height: 13px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

    .closeslidebox:hover {
        background-position: 0px -13px;
    }

.slidebox ol {
    color: #555;
    line-height: 22px;
    font-size: 12px;
    margin: 10px 0;
}

/*遮罩*/
.fdtp {
    background-color: rgba(74, 74, 74, 0.77);
    position: absolute;
    z-index: 100001;
    opacity: 1;
}

.fdtpx {
    float: right;
    font-size: 25px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}

    .fdtpx:hover {
        color: red;
    }

.fdtpimg {
    width: 40%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    opacity: 1;
}

.Popbody .Table-thead {
    margin-left: 35px;
}

.Popbody .Table-body .Table-Body {
    margin-left: 35px;
}

.lei {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Popbody .table-body .zwh {
    /*margin-left:52px*/
    margin-left: 32px;
}

@media(max-width:1200px) {
    /*.float-open, .float-open-decision {
        top: 150px;
    }*/

    .float-open .pandian {
        top: 235px !important;
    }

    .float-open .jcls {
        top: 315px !important;
    }

    .float-open-decision .bangzhuzhongxin {
        top: 150px;
    }

    .float-open-decision .fanyue {
        top: 150px;
    }
}

@media(max-width:1100px) {
    .header-div {
        width: 390px;
    }

    .navi a {
        width: 92px;
    }

    .header {
        background-size: contain;
    }

    .report_main, .header, .menu, .footer {
        width: 830px;
    }

    .contenttab .Pop {
        width: 100%;
    }

    .table-body .financialBody {
        margin-left: -5px !important;
    }

    .table-body .table-Body, Popbody .Table-body .Table-Body, .Popbody .Table-thead, .table-thead, .Popbody .table-body .zwh, .Popbody .Table-body .Table-Body, .licaibody {
        margin-left: -5px !important;
    }

    .button_add {
        margin-left: -14%;
    }

    /*#btn_chaijiejilu, #btn_depositdo_record, #btn_loanbiddo_record, #btn_daichujieguo {
        margin-left: 13% !important;
    }*/

    /*.table-tbody tbody tr td, .table-thead tr th {
        width: auto !important;
    }*/
}

@media screen and (max-width:1024px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
    /*.header, .navi, .report_main, .footer {
        left: 138px;
    }*/

    body {
        /*zoom: 80%;*/
    }
}

@media(max-width:1024px) {
    body {
        /*zoom: 80%;*/
    }

    .report_main {
        margin-top: -9px;
    }

    /*.header, .navi, .report_main, .footer {
    }

    .report_main {
        width: 900px;
    }

    .contenttab .Pop {
        width: 882px;
    }

    .Popbody .Table-thead {
        margin-left: 10px;
    }

    .Popbody .Table-body .Table-Body {
        margin-left: 10px;
    }

    .table-thead {
        margin-left: 35px;
    }

    .table-body .table-Body {
        margin-left: 35px;
    }

    .button_add {
        margin-left: -6%;
    }

    .Popbody .table-body .zwh {
        margin-left: 35px;
    }*/
}

/* 文字超出...隐藏*/
.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 160px;
    position: relative;
    top: 6px;
}

.sort-mark {
    color: #56C0E0;
    border: 0;
}

.sort-block {
    cursor: pointer;
    user-select: none
}

    .sort-block span {
        display: inline-block;
        vertical-align: middle;
    }

    .sort-block span b {
        display: block; /* 改为块级元素 */
        line-height: 0.8; /* 缩小行高减少间距 */
        margin: 1px 0; /* 微调间距 */
    }
