﻿@charset "utf-8";
/* CSS Document */
/*初始化*/
html, body {
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
}
/*匹配页面上所有元素*/
body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
}

body, ul, li, ol, p, pre, form, input, label, span, dd, del, div, dl, dt, em, i, strong, iframe, img, s, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearloft:after {
    content: "";
    display: table;
    clear: both;
}
/*公共样式完成*/

/*头部tab标题*/
.header_title {
    width: 100%;
    height: 28px;
    text-align: left;
    box-shadow: 0 0 5px #cccccc;
}

    .header_title .prev_icon {
        padding: 10px;
        float: left;
        cursor: pointer;
        border-right: 1px solid #eeeeee;
    }

    .header_title .next_icon {
        padding: 10px;
        float: right;
        cursor: pointer;
        border-left: 1px solid #eeeeee;
    }

    .header_title .refre_icon {
        padding: 8px;
        float: right;
        cursor: pointer;
        border-left: 1px solid #eeeeee;
    }

.prev_icon:hover, .next_icon:hover, .refre_icon:hover {
    background: #eeeeee;
    transition: all .3s;
}

.header_title .title_tab ul li {
    float: left;
    height: 28px;
    padding: 0 40px 0 20px;
    line-height: 28px;
    position: relative;
    cursor: pointer;
}

    .header_title .title_tab ul li:hover {
        background: #eeeeee;
    }
    /*tab当前页面的状态*/
    .header_title .title_tab ul li.selected {
        border-bottom: 2px solid #0d9ef1;
    }

    .header_title .title_tab ul li span {
        color: #333;
        margin-left: 5px;
    }
/*tab关闭图标*/
.title_tab ul li i {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url(../images/icon_close.png) no-repeat center center;
    border-radius: 50%;
    transition: all .3s;
}

    .title_tab ul li i:hover {
        background: url(../images/icon_close_hover.png) no-repeat center center #f1530d;
        border-radius: 50%;
    }
/*主体部分开始*/
.container {
    background: #f2f2f2;
    padding: 5px;
    margin: 0 auto;
}

.container_cont {
    background: #fff;
    box-shadow: 0 0 5px #cccccc;
    border-radius: 2px;
}

    .container_cont .container_title {
        padding: 15px;
        font-size: 16px;
        border-bottom: 1px solid #eeeeee;
    }

.container_search {
    padding: 5px 5px 0 5px;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}

    .container_search ul li {
        margin: 5px 0;
        height: 38px;
        float: left;
    }
/*input 前面文字样式*/
.form_label {
    color: #333;
    height: 28px;
    float: left;
    padding-left: 10px;
    padding-right: 5px;
    line-height: 28px;
}
/*input 输入框样式*/
.form_input {
    height: 28px;
    border: 1px solid #e6e6e6;
    width: 220px;
    border-radius: 2px;
    padding-left: 5px;
    float: left;
    margin-right: 5px;
}
/*input 日期输入框样式*/
.form_time {
    height: 28px;
    border: 1px solid #e6e6e6;
    width: 127px;
    border-radius: 2px;
    padding-left: 10px;
    float: left;
}

.form_time_wz {
    float: left;
    color: #333;
    line-height: 28px;
    height: 28px;
    width: 20px;
    text-align: center;
}


.form_input::-webkit-input-placeholder {
    color: #999;
}

.form_input:-moz-placeholder {
    color: #999;
}

.form_input:-ms-input-placeholder {
    color: #999;
}

.form_select {
    height: 28px;
    border: 1px solid #e6e6e6;
    width: 220px;
    border-radius: 2px;
    padding-left: 5px;
    float: left;
}

.container_search .filter {
    color: #0d9ef1;
    width: 50px;
    height: 28px;
    line-height: 28px;
    background: url(../images/select_arrows2.png) no-repeat right center;
    float: left;
    margin: 0 5px;
    cursor: pointer;
    transition: all .3s;
}

    .container_search .filter:hover {
        background: url(../images/select_arrows2.png) no-repeat right center;
    }

.container_search .filter_1 {
    background: url(../images/select_arrows1.png) no-repeat right center;
}

    .container_search .filter_1:hover {
        background: url(../images/select_arrows1.png) no-repeat right center;
    }
/*搜索框 end*/
/*筛选条件*/
.filter_box {
    padding: 5px;
    padding-top: 0;
    display: none;
}

.filter_cont {
    background: #f3f3f3;
    padding-bottom: 8px;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-sizing: border-box;
}

    .filter_cont ul {
        float: left;
        width: 50%;
    }

        .filter_cont ul li {
            padding-top: 8px;
            overflow: hidden;
        }

.filter_label {
    text-align: right;
    color: #333;
    line-height: 28px;
    height: 30px;
    float: left;
    margin-right: 5px;
    width: 120px;
    font-size: 14px;
}

    .filter_label span.required {
        color: red;
        position: absolute;
        font-size: 200%;
        margin-top: 5px;
        margin-left: -5px;
    }


.filter_label_large {
    text-align: right;
    color: #333;
    line-height: 28px;
    height: 30px;
    float: left;
    width: 200px;
    margin-right: 5px;
    padding-left: 10px;
    font-size: 14px;
}

    .filter_label_large span.required {
        color: red;
        position: absolute;
        font-size: 200%;
        margin-top: 5px;
        margin-left: -5px;
    }

.filter_label_large1 {
    text-align: right;
    color: #333;
    line-height: 28px;
    height: 30px;
    float: left;
    margin-right: 5px;
    padding-left: 10px;
    font-size: 14px;
}

    .filter_label_large1 span.required {
        color: red;
        position: absolute;
        font-size: 200%;
        margin-top: 5px;
        margin-left: -5px;
    }


.filter_label_ext {
    text-align: left;
    color: #333;
    line-height: 28px;
    height: 30px;
    float: left;
    margin-left: 4px;
    width: 120px;
    font-weight: bolder;
}
/*input 输入框样式*/
.filter_input {
    height: 28px;
    border: 1px solid #e6e6e6;
    width: 313px;
    border-radius: 2px;
    padding-left: 5px;
    float: left;
}

    .filter_input::-webkit-input-placeholder {
        color: #999;
    }

    .filter_input:-moz-placeholder {
        color: #999;
    }

    .filter_input:-ms-input-placeholder {
        color: #999;
    }
/*input 输入框错误样式*/
.filter_input_error {
    height: 28px;
    border: 1px solid #f0530d;
    width: 318px;
    border-radius: 2px;
    padding-left: 5px;
    float: left;
}

.error_tip {
    color: #f0530d;
    height: 16px;
    line-height: 16px;
    margin-left: 145px;
    float: left;
    width: 300px;
    background: url(../images/icon_error.png) no-repeat left center;
    padding-left: 18px;
    margin-top: 10px;
}
/*下拉菜单输入框样式*/
.filter_select {
    height: 30px;
    border: 1px solid #e6e6e6;
    width: 319px;
    border-radius: 2px;
    padding-left: 5px;
    float: left;
    /*margin-right: 30px;*/
    font-size: 14px;
    color: #333333;
}
/*input 日期输入框样式*/
.filter_time {
    height: 28px;
    border: 1px solid #e6e6e6;
    width: 127px;
    border-radius: 2px;
    padding-left: 5px;
    float: left;
}

.filter_date {
    height: 28px;
    border: 1px solid #e6e6e6;
    width: 75px;
    border-radius: 2px;
    padding-left: 5px;
    float: left;
}

.filter_time_wz {
    float: left;
    color: #333;
    line-height: 28px;
    height: 28px;
    width: 51px;
    text-align: center;
}

.filter_label_wz {
    float: left;
    color: #333;
    line-height: 28px;
    height: 28px;
    width: 51px;
    text-align: center;
}
/*表格开始*/
.table_cont {
    padding: 5px;
}

.table_button {
    padding-bottom: 10px;
}

.table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
}

    .table a {
        color: #333;
        height: 28px;
        padding: 0 10px;
        display: inline-block;
        line-height: 28px;
        text-decoration: none;
        font-size: 14px;
    }

        .table a:hover {
            color: #0d9ef1;
        }

        .table a.active {
            background: #0d9ef1;
            border-radius: 3px;
            color: #fff;
            margin: 0 5px;
            font-size: 14px;
        }


    .table tr:hover {
        background-color: #f2f2f2;
        transition: .2s all;
    }

    .table th {
        height: 39px;
        background-color: #f2f2f2;
        border: 1px solid #e2e2e2;
    }

    .table td {
        border: 1px solid #e2e2e2;
        text-align: center;
        height: 29px;
        font-size: 14px;
        word-break: break-all;
        /*超出的字用省略号代替_s*/
        /*table-layout: fixed;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;*/
        /*超出的字用省略号代替_e*/
        min-width: 50px !important;
    }

    .table th.cz {
        min-width: 60px;
    }

.GridView_header {
    width: 100%;
    text-align: center;
    table-layout: fixed;
    word-break: break-all;
    border-collapse: collapse;
    height: 35px;
}

    .GridView_header th {
        border: 1px solid #e2e2e2;
        background-color: #f2f2f2;
        /*超出的字用省略号代替_s*/
        /*table-layout: fixed;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;*/
        /*超出的字用省略号代替_e*/
        min-width: 50px !important;
    }

    .GridView_header a {
        color: #333;
        padding: 0 10px;
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
    }

        .GridView_header a:hover {
            color: #0d9ef1;
            transition: .2s all;
        }

.GridView_data {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    height: 655px;
    overflow-x: hidden;
    overflow-y: scroll;
}
/*复选框样式*/
.checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #e2e2e2;
    margin: 0 10px;
}

.table .table_check {
    width: auto;
    height: auto;
    color: #fff;
    display: inline-block;
    background: #0d9ef1;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.table .table_check2 {
    width: auto;
    height: auto;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    background: #f1980d;
    border-radius: 2px;
}

.table .icon_edit {
    color: #0d9ef1;
}

    .table .icon_edit:hover {
        text-decoration: underline;
    }

.table .icon_contract {
    color: #01bde5;
}

    .table .icon_contract:hover {
        text-decoration: underline;
    }

.table img {
    margin: 0 3px;
}


.table .total {
    text-align: left;
    padding-left: 20px;
}

    .table .total span {
        font-size: 18px;
        margin-right: 10px;
    }

.table .blue {
    color: #0d9ef1;
}

.table .cyan {
    color: #00c8e0;
}

.table .orange {
    color: #f1980d;
}
/*页签内容开始*/
.page {
    padding: 10px;
    overflow: hidden;
    padding-bottom: 0;
}

    .page span {
        color: #666;
        float: left;
        line-height: 28px;
        font-size: 14px;
        margin-left: 20px;
    }

        .page span a {
            color: #333;
            height: 28px;
            padding: 0 10px;
            display: inline-block;
            line-height: 28px;
            text-decoration: none;
            font-size: 14px;
        }

            .page span a:hover {
                color: #0d9ef1;
            }

            .page span a.active {
                background: #0d9ef1;
                border-radius: 3px;
                color: #fff;
                margin: 0 5px;
                font-size: 14px;
            }

    .page .page_input {
        height: 26px;
        border: 1px solid #e6e6e6;
        width: 44px;
        text-align: center;
        margin: 0 10px;
    }

    .page .page_select {
        border: 1px solid #e6e6e6;
        width: 85px;
        text-align: center;
        margin: 0 10px;
        height: 26px;
    }

    .page .page_button {
        border: 1px solid #e6e6e6;
        color: #333;
        height: 28px;
        padding: 0 10px;
        display: inline-block;
        line-height: 28px;
        margin: 0 10px;
        border-radius: 3px;
    }

        .page .page_button:hover {
            color: #0d9ef1;
            border: 1px solid #0d9ef1;
            cursor: pointer;
        }
/*弹出层样式*/
.layer_content {
    padding: 10px 5px 5px 5px;
    height: auto;
    overflow: hidden;
}

    .layer_content ul {
        margin: 0 auto;
        float: left;
    }

        .layer_content ul li {
            overflow: hidden;
            padding: 3px 0;
        }

.checkbox_ext_form {
    float: left;
    padding-top: 7px;
    overflow: hidden;
}

    .checkbox_ext_form input {
        border: 1px solid #e2e2e2;
        height: 18px;
        float: left;
        width: 18px;
        margin-right: 5px;
        font-size: 14px;
    }

.checkbox_ext {
    float: left;
    padding-top: 3px;
    overflow: hidden;
}

    .checkbox_ext input {
        border: 1px solid #e2e2e2;
        height: 18px;
        float: left;
        margin-top: 2px;
        width: 18px;
        margin-right: 10px;
        font-size: 14px;
    }

    .checkbox_ext label {
        float: left;
    }


/*按钮 样式*/
.form_button {
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 2px;
    float: left;
    color: #fff;
    transition: all .3s;
    cursor: pointer;
    margin: 0 4px;
    min-width: 70px;
    padding-left: 28px;
}
/*按钮 公共样式*/
.btn_add {
    background: url(../images/icon_button_add.png) no-repeat 5px center #0d9ef1;
}
    /*新增按钮*/
    .btn_add:hover {
        background: url(../images/icon_button_add.png) no-repeat 5px center #0191e3;
    }

.btn_query {
    background: url(../images/icon_button_search.png) no-repeat 5px center #0d9ef1;
}
    /*搜索按钮*/
    .btn_query:hover {
        background: url(../images/icon_button_search.png) no-repeat 5px center #0191e3;
    }

.btn_edit {
    background: url(../images/icon_button_edit.png) no-repeat 5px center #0d9ef1;
}
    /*编辑按钮*/
    .btn_edit:hover {
        background: url(../images/icon_button_edit.png) no-repeat 5px center #0191e3;
    }

.btn_delete {
    background: url(../images/icon_button_delete.png) no-repeat 5px center #0d9ef1;
}
    /*删除按钮*/
    .btn_delete:hover {
        background: url(../images/icon_button_delete.png) no-repeat 5px center #0191e3;
    }

.btn_check {
    background: url(../images/icon_button_check.png) no-repeat 5px center #0d9ef1;
}
    /*审核按钮*/
    .btn_check:hover {
        background: url(../images/icon_button_check.png) no-repeat 5px center #0191e3;
    }

.btn_export {
    background: url(../images/icon_button_export.png) no-repeat 5px center #0d9ef1;
}
    /*导出按钮*/
    .btn_export:hover {
        background: url(../images/icon_button_export.png) no-repeat 5px center #0191e3;
    }

.btn_nocheck {
    background: url(../images/icon_button_nocheck.png) no-repeat 5px center #0d9ef1;
}
    /*审核不通过按钮*/
    .btn_nocheck:hover {
        background: url(../images/icon_button_nocheck.png) no-repeat 5px center #0191e3;
    }

.btn_start {
    background: url(../images/icon_button_start.png) no-repeat 5px center #0d9ef1;
}
    /*启用按钮*/
    .btn_start:hover {
        background: url(../images/icon_button_start.png) no-repeat 5px center #0191e3;
    }

.btn_stop {
    background: url(../images/icon_button_stop.png) no-repeat 5px center #0d9ef1;
}
    /*停用按钮*/
    .btn_stop:hover {
        background: url(../images/icon_button_stop.png) no-repeat 5px center #0191e3;
    }

.btn_money {
    background: url(../images/icon_button_money.png) no-repeat 5px center #0d9ef1;
}
    /*变价按钮*/
    .btn_money:hover {
        background: url(../images/icon_button_money.png) no-repeat 5px center #0191e3;
    }
.btn_notice {
    background: url(../images/icon_button_notice.png) no-repeat 5px center #0d9ef1;
}
    /*通知按钮*/
    .btn_notice:hover {
        background: url(../images/icon_button_notice.png) no-repeat 5px center #0191e3;
    }
.btn_batch {
    background: url(../images/icon_button_batch.png) no-repeat 5px center #0d9ef1;
}
    /*批量按钮*/
    .btn_batch:hover {
        background: url(../images/icon_button_batch.png) no-repeat 5px center #0191e3;
    }
.btn_change {
    background: url(../images/icon_button_change.png) no-repeat 5px center #0d9ef1;
}
    /*结转按钮*/
    .btn_change:hover {
        background: url(../images/icon_button_change.png) no-repeat 5px center #0191e3;
    }


.btn_document {
    background: url(../images/icon_button_document.png) no-repeat 5px center #0d9ef1;
}
    /*归档按钮*/
    .btn_document:hover {
        background: url(../images/icon_button_document.png) no-repeat 5px center #0191e3;
    }
.btn_play {
    background: url(../images/icon_button_play.png) no-repeat 5px center #0d9ef1;
}
    /*归档按钮*/
    .btn_play:hover {
        background: url(../images/icon_button_play.png) no-repeat 5px center #0191e3;
    }
.btn_abort {
    background: url(../images/icon_button_abort.png) no-repeat 5px center #0d9ef1;
}
    /*停用按钮*/
    .btn_abort:hover {
        background: url(../images/icon_button_abort.png) no-repeat 5px center #0191e3;
    }

.btn_resetpassword {
    background: url(../images/icon_button_password.png) no-repeat 5px center #0d9ef1;
}
    /*密码重置*/
    .btn_resetpassword:hover {
        background: url(../images/icon_button_password.png) no-repeat 5px center #0191e3;
    }

.btn_repeal {
    background: url(../images/icon_button_repeal.png) no-repeat 5px center #0d9ef1;
}
    /*撤销*/
    .btn_repeal:hover {
        background: url(../images/icon_button_repeal.png) no-repeat 5px center #0191e3;
    }

.btn_cancel {
    background: url(../images/icon_button_cancel.png) no-repeat 5px center #0d9ef1;
}
    /*作废*/
    .btn_cancel:hover {
        background: url(../images/icon_button_cancel.png) no-repeat 5px center #0191e3;
    }

.btn_disabled {
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    border-radius: 2px;
    float: left;
    color: #fff;
    margin: 0 10px;
    min-width: 70px;
    background: #c7c7c7;
}
/*禁用按钮*/
.btn_warn {
    height: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    border-radius: 2px;
    float: left;
    color: #fff;
    transition: all .3s;
    cursor: pointer;
    margin: 0 10px;
    min-width: 70px;
    background: #ff5722;
}
    /*警告按钮*/
    .btn_warn:hover {
        background: #f4450e;
    }
/*第二种按钮 公共样式*/
.table_button {
    transition: all .3s;
    cursor: pointer;
    padding-left: 20px;
    font-size: 14px;
    margin: 0 5px;
    color: #0d9ef1;
}

    .table_button:hover {
        text-decoration: underline;
    }

.btn_edit2 {
    background: url(../images/icon_edit.png) no-repeat 0 center;
}
/*编辑按钮*/
.btn_start2 {
    background: url(../images/icon_start.png) no-repeat 0 center;
}
/*启用按钮*/
.btn_stop2 {
    background: url(../images/icon_stop.png) no-repeat 0 center;
}
/*停用按钮*/
.btn_contract {
    background: url(../images/icon_contract.png) no-repeat 0 center;
    color: #01bde5;
}
/*合同按钮*/

/*弹出层按钮*/
.layer_button1 {
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #0d9ef1;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
    /*确认按钮*/
    .layer_button1:hover {
        background: #0191e3;
    }




.layer_button_kuaixuan {
    height: 28px;
    line-height: 28px;
    /*margin: 5px 5px 0;*/
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #0d9ef1;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
    /*确认按钮*/
    .layer_button_kuaixuan:hover {
        background: #0191e3;
    }



.layer_button2 {
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
    /*取消按钮*/
    .layer_button2:hover {
        color: #0d9ef1;
        border: 1px solid #0d9ef1;
    }

.layer_button_error {
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    background-color: #fe3a3b;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
    /*取消按钮*/
    .layer_button_error:hover {
        color: #e6e6e6;
        border: 1px solid #fff;
    }
/*加载效果*/
.loading_background {
    cursor: wait;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    filter: alpha(opacity=00);
    background: #b3b3b3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

#loading_manage {
    color: #666;
    font-size: 20px;
    position: absolute;
    z-index: 10001;
    left: 45%;
    top: 40%;
    border: 1px solid rgb(187, 187, 187);
    width: auto;
    height: 80px;
    line-height: 78px;
    padding-left: 80px;
    padding-right: 20px;
    background: #fff;
    display: block;
    cursor: pointer;
    border-radius: 8px;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: 8px 50%;
    box-shadow: 0 1px 15px rgba(0,0,0,.175);
}

    #loading_manage span {
        font-size: 12pt;
    }

.ac_List {
    cursor: pointer;
    position: absolute;
    margin-top: 5px;
    padding: 5px 0;
    z-index: 899;
    width: 200px;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    background-color: #fff;
    border-radius: 2px;
    overflow-y: auto;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-sizing: border-box;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ac_ListItem {
    padding: 1px;
    padding-left: 10px;
}

.ac_ListHighlightedItem {
    background-color: #5FB878;
    color: #fff;
    padding-left: 10px;
}
/*404*/
.error_page {
    text-align: center;
}

    .error_page ul li {
        margin-top: 12px;
    }
