﻿* {
    margin: 0px;
    padding: 0px;
}

html {
    width: 100%;
    height: 100%;
}

body {
    cursor: default;
    overflow: hidden;
    width: 100%;
    font-family: "SimSun";
    font-size: 14px;
    letter-spacing: 0.1em;
    background: #f6f7f9;
    overflow: hidden;
}

ul li {
    list-style: none;
}

input, button, select, textarea {
    outline: none;
}

a {
    text-decoration: none;
    hide-focus: expression(this.hideFocus = true); /* for ie 5+ */
    outline: none;
}

    a:link {
        color: #ffffff;
    }

    a:visited {
        color: #ffffff;
    }

    a:hover {
        color: #ffffff;
        text-decoration: none;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10%;
}

.mr10 {
    margin-right: 10%;
}
/*设置css3中placeholder的字体颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #707275;
    font-size: 14px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #707275;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #707275;
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #707275;
    font-size: 14px;
}
/*登录*/
.lt {
    overflow: hidden;
    padding: 15px;
}

.ltl {
    width: 80px;
    height: 81px;
    background: url("/images/logo.png") no-repeat;
    float: left;
}

.ltr {
    float: left;
    line-height: 40px;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    padding-left: 15px;
}

    .ltr img {
        position: absolute;
        right: 20px;
        top: 40px;
    }

.lc {
    position: relative;
}

    .lc .l_bg {
        display: block;
        width: 100%;
        height: 100%;
    }

.lcl {
    width: 360px;
    position: absolute;
    background: #ebf0f3;
    border-radius: 5px;
    behavior: url(PIE-2.0beta/PIE.htc);
    /*    position: relative;*/
    box-shadow: 0 0 5px #2e5c94;
    z-index: 2;
    top: 15%;
    right: 10%;
    /*height: 420px;*/
    height: 300px;
}

.lcl_title {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    padding-left: 20px;
    color: #747577;
    line-height: 80px;
}

.form_group {
    margin-bottom: 30px;
    height: 35px;
}

    .form_group .form_div {
        border: 1px solid #b6b6b6;
        border-radius: 2px;
        behavior: url(PIE-2.0beta/PIE.htc);
        position: relative;
        width: 80%;
        margin: 0 auto;
        height: 30px;
    }

        .form_group .form_div img {
            float: left;
            margin: 8px 5px 5px 5px;
        }

        .form_group .form_div input {
            background: transparent;
            border: 0px;
            height: 32px;
            line-height: 32px;
            width: 85%;
            padding-left: 5px;
            color: #747577;
        }

    .form_group .form_test {
        width: 150px;
        margin-left: 10%;
        float: left;
    }

        .form_group .form_test input {
            width: 100px;
        }

    .form_group .form_test_img {
        margin-left: 10px;
        float: left;
    }

.comList_forCheckbox {
    width: 12px;
    height: 12px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccced0;
    font-size: 12px;
    font-family: "SimSun";
    font-weight: bold;
    margin-right: 5px;
}

    .comList_forCheckbox.select {
        background-color: #266ab6;
        border: 1px solid #19589f;
        display: inline;
    }

.main-con-block.mt10 {
    margin-top: 10px;
}

.form_group .ml10 *, .form_group .mr10 * {
    float: left;
    font-size: 12px;
}

.form_group .mr10 * {
    color: #1158af;
    cursor: pointer;
}

.form_button {
    width: 80%;
    margin: 0 auto;
}

    .form_button button {
        border: 0px;
        background: #1e5fa8;
        color: #ffffff;
        font-size: 16px;
        font-family: "Microsoft YaHei";
        width: 100%;
        padding: 10px 0;
        border-radius: 2px;
        behavior: url(PIE-2.0beta/PIE.htc);
        position: relative;
        cursor: pointer;
    }

.lb, .rb {
    color: #4a4a4a;
    font-size: 12px;
    text-align: center;
    padding: 20px 0px 5px 0px;
}

    .lb p, .rb p {
        line-height: 22px;
    }
/*管理平台头部 top right left*/
.m_t {
    height: 50px;
    border-bottom: 1px solid #e1e3e6;
}

.m_tl {
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    line-height: 50px;
    color: #2554a4;
    padding-left: 55px;
    background: url("/images/m_logo.png") left center no-repeat;
    margin-left: 10px;
}
/*管理平台头部 top right*/
.m_tr {
    float: right;
    line-height: 49px;
}

    .m_tr ul {
        overflow: hidden;
    }

        .m_tr ul li {
            float: left;
            position: relative;
            padding: 0 8px;
        }

            .m_tr ul li.site-nav-pipe {
                width: 2px;
                background: url("/images/m_cut.png") center center no-repeat;
                height: 50px;
            }

            .m_tr ul li .warmnum {
                position: absolute;
                display: inline-block;
                width: 24px;
                height: 18px;
                line-height: 18px;
                border-radius: 10px;
                behavior: url(PIE-2.0beta/PIE.htc);
                position: relative;
                background-color: #d20003;
                top: 5px;
                right: 4px;
                color: #fff;
                text-align: center;
                font-family: "Microsoft Yahei";
                font-size: 12px;
            }

            .m_tr ul li img {
                vertical-align: middle;
            }
/*菜单*/
.m_l {
    width: 190px;
    background: #123c82;
    float: left;
}

.main_menu li {
    position: relative;
}

    .main_menu li .main_menu_para {
        padding-left: 5px;
        display: block;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        border-bottom: 1px solid #0f336e;
        border-top: 1px solid #254b8c;
        cursor: pointer;
        overflow: hidden;
        color: #ffffff;
    }

        .main_menu li .main_menu_para * {
            vertical-align: middle;
        }

        .main_menu li .main_menu_para:hover, .main_menu li.active .main_menu_para {
            font-weight: bold;
        }

        .main_menu li .main_menu_para .main_menu_img {
            margin-left: 5px;
        }

        .main_menu li .main_menu_para span {
            margin-left: 15px;
        }

        .main_menu li .main_menu_para .main_menu_arrow {
            float: right;
            margin-top: 14.5px;
            margin-right: 10px;
        }

.main_menu .sub_menu {
    background-color: #1b3868;
    font-size: 13px;
    line-height: 44px;
    display: none;
}

    .main_menu .sub_menu li {
        position: relative;
        height: 40px;
        line-height: 40px;
        border-left: 3px solid transparent;
    }

        .main_menu .sub_menu li a {
            padding-left: 20px;
            display: block;
            color: #bebebe;
            text-align: left;
            cursor: pointer;
            font-size: 14px;
        }

            .main_menu .sub_menu li a:hover {
                background: #496086;
                color: #ffffff;
                font-weight: bold;
            }

        .main_menu .sub_menu li.active {
            border-left: 3px solid #128f15;
        }

            .main_menu .sub_menu li.active a {
                background: #496086;
                color: #ffffff;
                font-weight: bold;
            }

/*查询审核*/
.m_r {
    float: left;
    background: #ffffff;
}

.m_r_t {
    height: 35px;
    border-bottom: 1px solid #dadce0;
    line-height: 35px;
    font-weight: bold;
    border-left: 1px solid #dadce0;
    padding-left: 10px;
}

    .m_r_t span {
        display: inline-block;
        background: url("/images/m_tt.png") left center no-repeat;
        padding-left: 10px;
    }

.q_tab {
    height: 38px;
    border-bottom: 2px solid #e1e1e3;
    margin: 0 10px;
    color: #b3b7bd;
    font-weight: bold;
    line-height: 38px;
}

    .q_tab ul li {
        float: left;
        cursor: pointer;
        padding: 0 25px;
    }

        .q_tab ul li span {
            background: #9da6b6;
            padding: 2px 6px;
            behavior: url(PIE-2.0beta/PIE.htc);
            position: relative;
            border-radius: 10px;
            color: #ffffff;
            font-family: "Arial";
            font-weight: normal;
            letter-spacing: normal;
            margin-left: 2px;
        }

        .q_tab ul li.active {
            color: #123c82;
            border-bottom: 2px solid #123c82;
        }

            .q_tab ul li.active span {
                background: #d20003;
            }

/*搜索条件样式*/
.main-header .search-term {
    height: 48px;
}

.main-header .searchList {
    margin-left: 30px;
    line-height: 47px;
    display: inline-block;
}

    .main-header .searchList .sl-span {
        color: #5e6064;
        font-weight: bold;
    }

    .main-header .searchList input {
        border: 1px solid #c9c9c9;
        padding: 0 0 0 3px;
        outline: none;
        height: 24px;
        line-height: 24px;
        width: 212px;
        border-radius: 3px;
        behavior: url(PIE-2.0beta/PIE.htc);
        position: relative;
    }

    .main-header .searchList .Wdate {
        background: #ffffff url("/images/timePickericon.png") right 5px center no-repeat;
        margin-top: 11px;
    }

.main-header .search-right .searchBtn {
    width: 66px;
    height: 24px;
    line-height: 24px;
    background-color: #2b4673;
    color: #fff;
    text-align: center;
    border: 0px;
    border-radius: 2px;
    behavior: url(PIE-2.0beta/PIE.htc);
    position: relative;
    margin-top: 12px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
/*自制select搜索框*/
.condition-con {
    position: relative;
}

.con-val {
    color: #666666;
    cursor: pointer;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #c4c4c4;
    height: 24px;
    line-height: 24px;
    width: 212px;
    display: inline-block;
    border-radius: 3px;
    behavior: url(PIE-2.0beta/PIE.htc);
    position: relative;
    padding-left: 6px;
}

    .con-val:after {
        content: url("/images/selectarrow.png");
        float: right;
        margin-top: 1px;
        margin-right: 1px;
    }

.con-con {
    display: none;
    clear: both;
    z-index: 16001;
    position: absolute;
    top: 37px;
    width: 214px;
}

    .con-con ul {
        background: #ffffff;
        border: 1px solid #c9c9c9;
        white-space: nowrap;
        /* padding: 6px 0; */
    }

        .con-con ul li {
            cursor: pointer;
            font-size: 14px;
            height: 28px;
            line-height: 28px;
            color: #333333;
            padding: 0 12px;
        }

            .con-con ul li:hover {
                /* background-color: #2b4673;
	color: #ffffff; */
                color: #2b4673;
            }

            .con-con ul li.active {
                /* background-color: #2b4673;
	color: #ffffff; */
                color: #2b4673;
            }

.main-con {
    clear: both;
    letter-spacing: normal;
}

.main-con-block {
    border-bottom: 1px dashed #d6d6d6;
    margin: 0 10px;
    overflow: hidden;
}

    .main-con-block:hover {
        background-color: #edf1f6;
    }

        .main-con-block:hover .sh-state {
            background-color: #2b4673;
            border: 2px solid #2b4673;
            color: #ffffff;
        }

/*查询审核*/
.main-con .m-c-b-l {
    padding-left: 15px;
}

.main-con .m-c-b-l-row {
    height: 30px;
    line-height: 30px;
}

    .main-con .m-c-b-l-row span {
        font-family: "Microsoft YaHei", "Arial";
        color: #232425;
    }

    .main-con .m-c-b-l-row img {
        vertical-align: middle;
    }

    .main-con .m-c-b-l-row .l-row-one {
        font-size: 16px;
    }

    .main-con .m-c-b-l-row .l-row-num {
        color: #225cbb;
        font-size: 16px;
    }

    .main-con .m-c-b-l-row .l-row-time {
        color: #d47712;
        font-size: 16px;
    }

.main-con .m-c-b-r {
    width: 100px;
    height: 90px;
}

.dsh-r {
    background: url("/images/dshicon.png") right bottom no-repeat;
}

.dsc-r {
    background: url("/images/dscicon.png") right bottom no-repeat;
}

.ybh-r {
    background: url("/images/ybhicon.png") right bottom no-repeat;
}

.ysc-r {
    background: url("/images/yscicon.png") right bottom no-repeat;
}

.main-con .m-c-b-r .sh-state {
    width: 72px;
    height: 28px;
    line-height: 28px;
    border-radius: 15px;
    behavior: url(PIE-2.0beta/PIE.htc);
    position: relative;
    text-align: center;
    margin-top: 29px;
    cursor: pointer;
}

.bl-yellow {
    border-left: 3px solid #ca8133;
    ;
}

.bl-blue {
    border-left: 3px solid #123c82;
}

.bl-gray {
    border-left: 3px solid #3d3b39;
}

.bl-green {
    border-left: 3px solid #157a2d;
}

.dsh-yellow {
    border: 2px solid #ca8133;
}

.dsc-blue {
    border: 2px solid #123c82;
}

.ybh-gray {
    border: 2px solid #3d3b39;
}

.ysc-green {
    border: 2px solid #157a2d;
}

/*文本编辑器页面*/
.m_r_c .m_r_c_form {
    padding-top: 10px;
}

.m_r_c .form-groups {
    margin-bottom: 10px;
    color: #333333;
    font-size: 14px;
}

    .m_r_c .form-groups span {
        width: 8%;
        text-align: right;
        display: inline-block;
        font-weight: bold;
    }

    .m_r_c .form-groups input[type="text"], .m_r_c .form-groups select {
        border: 1px solid #c4c4d5;
        outline: none;
        font-size: 14px;
    }

    .m_r_c .form-groups input[type="text"] {
        height: 32px;
        line-height: 32px;
        padding-left: 3px;
        width: 270px;
    }

    .m_r_c .form-groups select {
        height: 26px;
        line-height: 26px;
        padding: 0;
        width: 272px;
    }

    .m_r_c .form-groups #editor {
        width: 90%;
        display: inline-block;
        height: 350px;
    }

.m_r_c .modal-footer {
    margin-top: 30px;
    text-align: center;
}

    .m_r_c .modal-footer button {
        width: 108px;
        height: 34px;
        line-height: 34px;
        border: 0;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        ;
        border-radius: 3px;
        behavior: url(PIE-2.0beta/PIE.htc);
        position: relative;
        text-align: center;
    }

        .m_r_c .modal-footer button.btnok {
            background-color: #123c82;
        }

        .m_r_c .modal-footer button.btnreset {
            background-color: #3f4246;
            margin-left: 50px;
        }
/*详情弹出层页面*/
.fade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #83888e;
    z-index: 9998;
    filter: alpha(opacity = 95);
    opacity: 0.95;
    display: none;
}

.fadeClose {
    background: url("/images/closeDialog.png") center center no-repeat;
    width: 21px;
    height: 23px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.modal {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 1092px;
    height: 928px;
    margin: -464px 0 0 -546px;
    left: 50%;
    top: 50%;
    background-color: #ffffff;
    border: 1px solid #76797e;
    display: none;
}

.re_ti {
    text-align: center;
    color: #155092;
    font-size: 24px;
    line-height: 50px;
    font-family: "Microsoft YaHei";
}

.au_date {
    text-align: center;
    font-family: "Microsoft YaHei", "Arial";
    color: #8f8f8f;
    letter-spacing: normal;
}

.re_data {
    width: 800px;
    margin: 30px auto;
    position: relative;
}

    .re_data p {
        font-weight: bold;
    }

    .re_data table {
        width: 100%;
        border: 1px solid #cfcfcf;
        margin: 5px 0px;
    }

        .re_data table tr td {
            border-right: 1px solid #cfcfcf;
            border-bottom: 1px solid #cfcfcf;
            line-height: 25px;
            padding-left: 10px;
            height: 35px;
        }

            .re_data table tr td img {
                vertical-align: middle;
            }

            .re_data table tr td:last-child {
                border-right: 0px solid #cfcfcf;
            }

            .re_data table tr td.borderR {
                border-right: 1px solid #cfcfcf;
            }

        .re_data table tr:last-child td {
            border-bottom: 0px solid #cfcfcf;
        }

        .re_data table tr td.fontw {
            font-weight: bold;
            text-align: right;
            padding-right: 10px;
        }

        .re_data table tr td.reqm {
            text-align: right;
            padding-right: 20px;
        }

        .re_data table tr td.backyy textarea {
            width: 100%;
            border: 0px;
            height: 100px;
            font-size: 14px;
        }

        .re_data table tr td.h100 {
            height: 100px;
        }

        .re_data table tr td.h300 {
            height: 300px;
        }

.rcon_btn {
    text-align: center;
    margin-top: 30px;
}

    .rcon_btn button {
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        border: 0px;
        behavior: url(PIE-2.0beta/PIE.htc);
        position: relative;
        border-radius: 2px;
        padding: 10px 50px;
        cursor: pointer;
    }

        .rcon_btn button.btnBlue {
            background: #123c82;
        }

        .rcon_btn button.btnOra {
            background: #3f4246;
        }
/*审核不通过*/
.re_data_title {
    color: #363739;
    font-weight: bold;
}

.re_data_g_t {
    border: 1px solid #c4c4c4;
    width: 100%;
    height: 340px;
    resize: none;
    margin-top: 10px;
    padding: 6px;
    border-radius: 3px;
    behavior: url(PIE-2.0beta/PIE.htc);
    position: relative;
}

.re_data_group {
    margin-bottom: 20px;
}

.disAgreemodal {
    height: 700px;
    margin: -350px 0 0 -546px;
}

.agreemodal {
    height: 720px;
    margin: -360px 0 0 -546px;
}

.deletefj {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #858b95 url("/images/deleteicon.png") center center no-repeat;
    cursor: pointer;
    behavior: url(PIE-2.0beta/PIE.htc);
    position: relative;
}

.re_data_fj {
    margin-top: 20px;
}

    .re_data_fj ul li {
        position: relative;
        display: inline-block;
        margin-right: 22px;
    }

.deletefj {
    position: absolute;
    right: -6px;
    top: -6px;
}
/*分页 style*/
.pages {
    overflow: hidden;
    font-family: "Microsoft Yahei", "Arial";
    margin: 20px auto 0 auto;
}

    .pages .pages_main {
        overflow: hidden;
    }

        .pages .pages_main .pagination {
            overflow: hidden;
            text-align: center;
            position: relative;
            z-index: 20;
        }

            .pages .pages_main .pagination a, .pages .pages_main .pagination span {
                border: 1px solid #d6d6d6;
                color: #8f8f8f;
                font-size: 13px;
                cursor: pointer;
                width: 28px;
                height: 28px;
                line-height: 28px;
                margin-right: 5px;
                display: inline-block;
                border-radius: 3px;
                behavior: url(PIE-2.0beta/PIE.htc);
                position: relative;
                z-index: 10;
            }

            .pages .pages_main .pagination label {
                border: 1px solid #d6d6d6;
                color: #8f8f8f;
                font-size: 13px;
                cursor: pointer;
                height: 28px;
                line-height: 28px;
                margin-right: 5px;
                display: inline-block;
                border-radius: 3px;
                behavior: url(PIE-2.0beta/PIE.htc);
                position: relative;
                z-index: 10;
                padding: 0 5px;
            }

                .pages .pages_main .pagination label:hover, .pages .pages_main .pagination a:hover {
                    background: #2260a5;
                    color: #fff;
                    border: 1px solid #2260a5;
                    text-decoration: none;
                }

            .pages .pages_main .pagination .first, .pages .pages_main .pagination .last {
                font-size: 15px;
            }

            .pages .pages_main .pagination .pagination-break {
                border: none;
            }

            .pages .pages_main .pagination .first {
                margin-right: 15px;
            }

.main-con-all {
    display: none;
    overflow-y: auto;
}

    .main-con-all.selected {
        display: block;
    }

.main-con .m-c-b-l-row .infored {
    color: #cc2121;
}
/*系统管理*/
.info-main-header {
    border-bottom: 2px solid #d2d2d3;
}

.main-con-user {
    overflow: hidden;
    margin-top: 5px;
}

    .main-con-user .fr button {
        background: #f3f4f6;
        border: 1px solid #dfdfe3;
        position: relative;
        border-radius: 2px;
        behavior: url(PIE-2.0beta/PIE.htc);
        position: relative;
        padding: 5px 10px;
        cursor: pointer;
        margin-top: 3px;
    }

        .main-con-user .fr button span {
            margin-left: 3px;
            font-size: 14px;
        }

        .main-con-user .fr button * {
            vertical-align: middle;
        }

.main-user-info {
    padding: 0 15px;
    margin-top: 5px;
}

    .main-user-info table {
        width: 100%;
        border: 1px solid #d9d9db;
        color: #444649;
    }

        .main-user-info table tr {
            height: 36px;
            line-height: 36px;
        }

            .main-user-info table tr th {
                text-align: left;
            }

            .main-user-info table tr th {
                padding-left: 3px;
            }

            .main-user-info table tr td {
                padding-left: 5px;
            }

                .main-user-info table tr th:first-child, .main-user-info table tr td:first-child {
                    padding-left: 0px;
                }

        .main-user-info table tbody tr td {
            border-top: 1px dashed #cacace;
        }

        .main-user-info table tbody tr:first-child td {
            border-top: 2px solid #3f4246;
        }

.numsty {
    color: #174ba2;
}

.shpass {
    color: #bf7c13;
}

.fuload {
    color: #0f8812;
}

    .fuload img {
        vertical-align: sub;
        margin-left: 5px;
    }
/*表格分页样式*/
.tab_pages {
    overflow: hidden;
    margin: 20px auto 0 auto;
    font-size: 12px;
    color: #333333;
}

    .tab_pages .tab_pages_main {
        overflow: hidden;
    }

        .tab_pages .tab_pages_main .tab_pagination {
            overflow: hidden;
            text-align: right;
            position: relative;
            z-index: 20;
            margin-right: 15px;
        }

            .tab_pages .tab_pages_main .tab_pagination a {
                width: 18px;
                height: 18px;
                line-height: 18px;
                display: inline-block;
                cursor: pointer;
                text-align: center;
            }

            .tab_pages .tab_pages_main .tab_pagination a, .tab_pages .tab_pages_main .tab_pagination input {
                border: 1px solid #bdbdbd;
                color: #4c4c4c;
            }

            .tab_pages .tab_pages_main .tab_pagination input {
                width: 40px;
                height: 18px;
                line-height: 18px;
                text-align: left;
                padding-left: 3px;
            }

            .tab_pages .tab_pages_main .tab_pagination span.jumpsty {
                width: 45px;
                height: 20px;
                line-height: 20px;
                color: #ffffff;
                background-color: #123c82;
                display: inline-block;
                text-align: center;
                cursor: pointer;
            }

            .tab_pages .tab_pages_main .tab_pagination label {
                display: inline-block;
                padding: 0 5px;
                cursor: pointer;
            }

            .tab_pages .tab_pages_main .tab_pagination a:hover {
                background: #2260a5;
                color: #fff;
                border: 1px solid #2260a5;
                text-decoration: none;
            }

            .tab_pages .tab_pages_main .tab_pagination .tab_pagination-break {
                border: none;
            }

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.uniqueColor {
    color: #134c85;
}
/*添加用户弹出层*/
.overblockfade {
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    display: none;
}

.modal {
    width: 876px;
    height: 556px;
    position: absolute;
    z-index: 9001;
    background: #f4f5f7;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    margin: -283px 0 0 -438px;
    behavior: url(PIE-2.0beta/PIE.htc);
    display: none;
}

.modalWidth {
    width: 650px;
    height: 300px;
    margin: -150px 0 0 -325px;
}

.modalHeight {
    width: 876px;
    height: 500px;
    margin: -250px 0 0 -438px;
}

.modal_header {
    margin: 0 15px;
    border-bottom: 1px solid #b3b7be;
    line-height: 42px;
    font-size: 14px;
}

button.closes {
    width: 11px;
    height: 11px;
    background: url("/images/icon_close.png") center no-repeat;
    border: 0px;
    cursor: pointer;
    float: right;
    margin: 10px 0px;
    padding: 10px;
}

.modal_body {
    margin: 20px 0px;
    overflow: auto;
}

.modal_form {
    margin-bottom: 20px;
}

    .modal_form label {
        width: 22%;
        text-align: right;
        display: inline-block;
        font-weight: normal;
        line-height: 30px;
    }

    .modal_form input[type="text"], .modal_form input[type="password"], .modal_form select {
        width: 436px;
        border: 1px solid #989ca6;
        height: 30px;
        line-height: 30px;
        background: transparent;
        padding-left: 2px;
        color: #333333;
    }

        .modal_form input[type="text"].inputFile {
            margin-left: 50px;
            margin-top: 5px;
        }

    .modal_form .divFile {
        display: inline-block;
        cursor: pointer;
        font-size: 14px;
        border-radius: 3px;
        color: #115093;
        text-decoration: underline;
        behavior: url(PIE-2.0beta/PIE.htc);
        position: relative;
    }

.modal_body .modal_bz {
    margin-left: 50px;
    font-size: 12px;
    color: #6B6969;
    margin-top: 10px;
}

    .modal_body .modal_bz span {
        color: #c01818;
    }

.modal_body .divLabel {
    line-height: 30px;
    margin-left: 50px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.modal_form input[type="radio"] {
    margin-right: 5px;
}

.modal_form input[type="file"] {
    position: absolute;
    left: 50px;
    top: 5px;
    filter: alpha(opacity = 0);
    opacity: 0;
    outline: none;
    width: 436px;
    height: 30px;
}

.modal_form select {
    padding: 4px 2px;
}

.modal_form textarea {
    width: 436px;
    height: 150px;
    resize: none;
    background: transparent;
    padding: 2px;
    border: 1px solid #989ca6;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal_form .modal_divs {
    display: inline-block;
    position: relative;
}

.modal_form label.labels {
    vertical-align: top;
}

.modal_form .modal_dw {
    position: absolute;
    top: 4px;
    left: 590px;
}

.modal_footer {
    text-align: center;
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.modal_footer button {
    border: 0px;
    border-radius: 3px;
    behavior: url(PIE-2.0beta/PIE.htc);
    position: relative;
    padding: 8px 40px;
    background: transparent;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

    .modal_footer button.btnBlue {
        background: #1b497b;
    }

    .modal_footer button.btnGray {
        background: #636c75;
    }
/*删除提示*/
.modals {
    width: 876px;
    height: 566px;
    position: absolute;
    z-index: 9003;
    background: #f4f5f7;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -283px 0 0 -438px;
    behavior: url(PIE-2.0beta/PIE.htc);
    position: relative;
    display: none;
}

.modalWidths {
    width: 500px;
    height: 250px;
    margin: -125px 0 0 -250px;
}

.modals_tip {
    font-weight: bold;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
}
