﻿@charset "utf-8";
/* CSS Document */
ul, li {
    list-style: none;
}

.clear {
    clear: both;
}

input[disabled] a[disabled] button[disabled] {
    background: #efeeee;
}

input[type=text]:focus, input[type=password]:focus {
    border: 1px solid #5fa6d4;
}

input[disabled] {
    background: #efeeee none repeat scroll 0 0;
}

/*指标库管理-国家指标*/
.report_box .z_table tr td {
    height: 40px;
    line-height: 40px;
    position: relative;
}

.z_bg {
    background: #69aedb;
    color: #fff;
}

.z_text, .z_back {
    height: 31px;
    line-height: 31px;
    border: 1px solid #c8c8c8;
    padding-left: 10px;
    width: 108px;
    border-radius: 3px;
}

.z_num {
    padding: 3px 8px;
    border: 1px solid #c8c8c8;
    padding-left: 10px;
    width: 68px;
    border-radius: 3px;
    outline: none;
}

.z_bg2 {
    background: #f3f3f3;
}

.report_box .z_left, .report_box .z_left2, .report_box .z_left3 {
    text-align: left;
}

.z_left_ing {
    padding-left: 70px;
}

.z_wangl {
    padding-left: 8px;
}

.z_padef {
    padding-left: 20px;
}

.z_left2 {
    padding-left: 50px;
}

.z_back {
    background: #d5d5d5;
    display: block;
}

.z_left3 {
    padding-left: 25px;
}

.z_back3 {
    background: #c8d8d8;
}

.addzk {
    width: 19px;
    height: 19px;
    position: absolute;
    left: 215px;
    top: 10px;
}

.listzk {
    /*width: 19px;
    height: 19px;
    position: absolute;
    left: 245px;
    top: 10px;*/
    margin-left: 5px;
}

.index_main {
    width: 1200px;
    margin: 0px auto;
}

.ma_tit {
    float: left;
    width: 100%;
    height: 45px;
    border: 1px solid #aebdcc;
    background: #fff;
}

.ma_title {
    float: left;
    margin-left: 25px;
    display: inline;
    font-size: 18px;
    color: #336699;
    height: 45px;
    line-height: 45px;
    background: url(../images/dic.gif) no-repeat left center;
    text-indent: 15px;
}
.ma_title_behind {
    float: right;
    margin-right: 5%;
    display: inline;
    font-size: 18px;
    color: #336699;
    height: 45px;
    line-height: 45px;
    background: url(../images/dic.gif) no-repeat left center;
    text-indent: 15px;
}
.ma_titright {
    float: right;
    margin-right: 40px;
    display: inline;
    vertical-align: middle;
}

.ma_box {
    float: left;
    width: 100%;
    padding: 30px 40px;
    display: inline;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-top: none;
}


.report_box table tr th {
     text-align: center;
     height: 40px;
    line-height: 40px;
}

.report_box table tr td {
    text-align: center;
}

.report_box .table > thead > tr > td, .report_box .table > thead > tr > th {
    background: #999;
    color: #fff;
    text-align: center;
}

.odd, .table-striped > tbody > tr:nth-of-type(odd), .table_odd .table-striped > tbody > tr:nth-of-type(even) {
    background: #fff;
}

.even, .table-striped > tbody > tr:nth-of-type(even), .table_odd .table-striped > tbody > tr:nth-of-type(odd) {
    background: #f3f3f3;
}

.report_box table a {
    color: #666;
    text-decoration: underline;
}

    .report_box table a:hover {
        color: #5199cd;
    }

.z_back2 {
    float: left;
    background: #e8e8e8;
    width: 98px;
    margin: 3px 5px 0px 0px;
}

.z_text4 {
    border: 1px solid #537878;
}

/*指标库管理*/
.sele_tit {
    float: left;
    margin-left: 5px;
    display: inline;
    margin-top: 10px;
    background: #fff url(../images/arrow.png) right center no-repeat;
    width: 195px;
    height: 24px;
    overflow: hidden;
    border: 1px solid #aebdcc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    color: #666;
}

    .sele_tit select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: none;
        width: 100%;
        padding-left: 10px;
        height: 100%;
        outline: none;
        padding-right: 20px;
    }

        .sele_tit select::-ms-expand {
            display: none;
        }

.ma_titright span {
    float: left;
    line-height: 45px;
    color: #666;
}

    .ma_titright span.glyphicon-calendar {
        line-height: inherit;
    }

.print_btn {
    background: #69aedb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    width: 70px;
    height: 24px;
    line-height: 24px;
    margin: 10px 0px 0px 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    float: left;
}

    .print_btn:hover {
        opacity: 0.8;
        color: #fff;
        text-decoration: none;
    }

.check {
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
}

.h_talbe {
    color: #666;
}

.fanye {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

    .fanye a {
        margin: 0px 2px;
        padding: 5px 10px;
        color: #69aedb;
        border: 1px solid #c8c8c8;
        border-radius: 3px;
    }

        .fanye a:hover {
            text-decoration: none;
            background: #69aedb;
            color: #fff;
            border: 1px solid #69aedb;
        }

.fanye_top {
    bottom: 80px;
}

.report_btn {
    float: left;
    margin-top: 35px;
    margin-left: 514px;
    display: inline;
}

.report_btnlist {
    margin-left: 465px;
    margin-top: 30px;
}

.print_btn2 {
    width: 85px;
    height: 30px;
    line-height: 30px;
    line-height: 30px;
    margin: 0px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #69aedb;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    margin-top: 6px;
    outline: none;
}

/*用户管理*/
.sele_tit2 {
    margin-right: 20px;
}

.h_text {
    float: left;
    border: 1px solid #aebdcc;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    width: 195px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 10px;
    outline: none;
}

/*对象管理-质控中心-中心概要*/
.h_index_main {
    width: 1200px;
    margin: 0px auto;
}

.h_index_box {
    float: left;
    width: 100%;
    border: 1px solid #cacbcb;
    background: #fff;
}

.j_qianh {
    border-bottom: 1px solid #aebdcc;
    height: 46px;
    float: left;
    width: 100%;
}

    .j_qianh ul {
        float: left;
        margin-left: 20px;
        display: inline;
    }

        .j_qianh ul li {
            float: left;
            background: url(../images/tit_now.jpg) repeat-x;
            border: 1px solid #aebdcc;
            border-bottom: none;
            height: 36px;
            line-height: 36px;
            width: 110px;
            text-align: center;
            margin-left: -1px;
            position: relative;
            cursor: pointer;
            margin: 10px 0px 0px 10px;
        }

            .j_qianh ul li a {
                color: #666;
                display: block;
                width: 100%;
                height: auto;
            }

                .j_qianh ul li a:hover {
                    text-decoration: none;
                }

            .j_qianh ul li.hover {
                text-decoration: none;
                background: url(../images/tit_li.jpg) repeat-x;
            }

                .j_qianh ul li.hover a {
                    text-decoration: none;
                    color: #75a8db;
                }

.main_one_c {
    float: left;
    width: 100%;
    padding: 20px 40px;
    display: inline;
    background: #fff;
    border-top: none;
}

.cen_gai {
    margin: 25px 0px 0px 200px;
}

.popcont {
    float: left;
    width: 90%;
    margin-left: 5%;
    display: inline;
}

    .popcont span.field-validation-error {
        display: block;
    }

    .popcont table {
        margin-bottom: 0px;
    }

        .popcont table tr td {
            vertical-align: middle;
            padding: 7px 5px;
        }

.input_dis {
    width: 240px;
    padding: 6px 0px;
    overflow: hidden;
    background: #dfdfdf;
    border: none;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
    font-family: "微软雅黑", "黑体", "宋体";
    border: 1px solid #cecece;
}

.input_block {
    width: 300px;
    padding: 6px 0px;
    overflow: hidden;
    background: #fff;
    border: none;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
    font-family: "微软雅黑", "黑体", "宋体";
    border: 1px solid #cecece;
    outline: none;
}

.input_blook_disable {
    width: 300px;
    padding: 6px 0px;
    overflow: hidden;
    background: #efeeee;
    border: none;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
    font-family: "微软雅黑", "黑体", "宋体";
    border: 1px solid #cecece;
    outline: none;
}

.detail_reporot {
    background: #fff url(../images/arrow2.png) right center no-repeat;
    float: left;
    width: 300px;
    font-size: 14px;
    height: 34px;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    color: #666;
}

    .detail_reporot select {
        -webkit-appearance: none;
        font-size: 14px;
        font-family: "微软雅黑", "黑体", "宋体";
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: none;
        padding-left: 10px;
        width: 100%;
        height: 100%;
        outline: none;
        color: #666;
        padding-right: 30px;
    }

        .detail_reporot select::-ms-expand {
            display: none;
        }

        .detail_reporot select[disabled] {
            background: #efeeee;
            opacity: 0.8;
        }

.h_textarea {
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    background: url(../images/write_bg.gif) 2px 5px no-repeat;
    padding: 10px 0px 0px 20px;
    width: 680px;
    border: 1px solid #d8d8d8;
}

    .h_textarea textarea {
        -webkit-appearance: none;
        font-size: 14px;
        font-family: "微软雅黑", "黑体", "宋体";
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: none;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        height: 100%;
        outline: none;
        color: #666;
        resize: none;
    }

.popcont table tr td.h_vertical {
    vertical-align: top;
    padding-top: 10px;
}

.report_btnlist2 {
    margin: 15px 0px 0px 350px;
}

/*对象管理-质控中心-质控专家-质控专家详情-新增*/
.teach_report_box table tr td, .report_box table tr td, .ky_infor table tr td {
    vertical-align: middle;
    color: #666;
}

.ky_infor table tr td {
    padding-left: 30px;
}

.fontsize16 {
    font-size: 16px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
}

.fuxuan {
    margin-top: 3px;
}

.check {
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
}

#parent {
    background: #fff url(../images/arrow.png) right center no-repeat;
    width: 180px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    color: #666;
}

    #parent select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: none;
        padding-left: 10px;
        width: 180px;
        height: 100%;
        outline: none;
    }

.text_bg {
    width: 95%;
    border: 1px solid #c8c8c8;
    outline: none;
    color: #666;
    padding: 10px;
    resize: none;
}


.print_btnadd {
    width: 110px;
}

.input_bg {
    width: 300px;
    padding: 3px 5px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    color: #666;
    overflow: hidden;
}

.input_bg150 {
    width: 134px;
}

.input_bg240 {
    width: 240px;
    text-align: center;
}

.pay_list_c1 {
    width: 24px;
    height: 18px;
    float: left;
    padding-top: 3px;
    cursor: pointer;
    text-align: center;
    margin-right: 6px;
    background-image: url(../images/inputradio.png);
    background-repeat: no-repeat;
    background-position: -24px 0;
    display: inline;
    outline: none;
}

.radioclass {
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    outline: none;
}

.on {
    background-position: 0 0;
    outline: none;
}

.report_wenzi {
    float: left;
    margin-right: 30px;
}
.report_wenzits {
    float: left;
}
.index_btn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .index_btn a {
        margin: 0px 5px;
        padding: 5px 30px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        background: #69aedb;
        color: #fff;
    }

        .index_btn a:hover {
            text-decoration: none;
            opacity: 0.8;
        }


/**弹框**/
/*.popup{ width:700px; margin:0px auto;
    border-radius: 10px;
    bottom: 0;
    height: 587px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;}*/
.popup {
    width: 700px;
    margin: 0px auto;
    border-radius: 10px;
    bottom: 0;
    height: 587px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}

.goodcover {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.3;
    opacity: 0.30;
    filter: alpha(opacity=30);
}

.popup_box {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    float: left;
    width: 100%;
    padding-bottom: 25px;
}

.labelpop {
    float: left;
    width: 100%;
    padding-top: 10px;
    background: #69aedb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    padding-bottom: 10px;
}

.close_dic {
    float: right;
    margin-right: 15px;
    display: inline;
    color: #fff;
}

.j_qianbox {
    float: left;
    width: 700px;
    padding: 10px 30px;
}

.j_look {
    float: right;
}

.margintop20 {
    margin-top: 20px;
    float: left;
    width: 100%;
}


.report_add .table {
    margin: 0px;
}

.report_add table strong {
    font-size: 16px;
}

.report_add table tr td {
    vertical-align: middle;
}

.report_add .table > tbody > tr > td:nth-child(2) {
    padding: 0px;
}

.report_add .table-striped > tbody > tr, .table_3 .table > tbody > tr {
    border-top: 1px solid #ddd;
}

    .table_3 .table > tbody > tr:first-child {
        border-top: none;
    }

    .report_add .table-striped > tbody > tr:first-child {
        border-top: none;
    }

    .report_add .table-striped > tbody > tr > td:first-child, .table_3 .table > tbody > tr > td:first-child {
        border-right: 1px solid #ddd;
    }

    .report_add .table-striped > tbody > tr > td {
        padding-left: 50px;
    }

.marginleft {
    float: left;
    margin-left: 50px;
    display: inline;
}

.marginleft150 {
    float: left;
    margin-left: 150px;
    display: inline;
}

.pay_wenzi {
    font-size: 14px;
    float: left;
    width: 90px;
    text-align: left;
}

.bgf3f3 {
    background: #f3f3f3;
}

.report_box table a.bj {
    background: #fff;
    border: 1px solid #69aedb;
    padding: 1px 6px;
    font-size: 12px;
    border-radius: 5px;
    color: #69aedb;
    margin-left: 10px;
    text-decoration: none;
}

.report_box table a.bjn {
    background: #f2f2f2;
    border: 1px solid #cccccc;
    padding: 1px 6px;
    font-size: 12px;
    border-radius: 5px;
    color: #cccccc;
    margin-left: 10px;
    text-decoration: none;
}

.report_count {
    line-height: 35px;
}

    .report_count span {
        margin-right: 18px;
        color: #666;
    }

.t1 {
    background-color: #f3f3f3;
}

.t2 {
    background-color: #ffffff;
}

.report_box, .teach_report_box {
    border: 1px solid #ddd;
}

.cur_tit {
    float: left;
    margin-left: 50px;
    display: inline;
    margin-top: 10px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}


.index_btn button {
    border: none;
    margin: 0px 5px;
    padding: 5px 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #69aedb;
    color: #fff;
}

    .index_btn button[disabled] {
        background: #efeeee;
        opacity: 0.8;
    }

    .index_btn button:hover {
        text-decoration: none;
        opacity: 0.8;
    }

.print_btn {
    background: #69aedb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    width: 70px;
    height: 24px;
    line-height: 24px;
    margin: 10px 0px 0px 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    float: left;
    border: none;
}

    .print_btn:hover {
        opacity: 0.8;
        color: #fff;
        text-decoration: none;
    }

.table14 tr {
    border-bottom: 1px solid #ddd;
}

    .table14 tr .lef_bord {
        border-right: 1px solid #ddd;
    }

    .table14 tr.no_bord {
        border-bottom: none;
    }

.marginleft10 {
    margin-left: 10px;
}

.marginleft80 {
    float: left;
    margin-left: 80px;
    display: inline;
}

.listjbnb {
    width: 19px;
    height: 19px;
    position: absolute;
    left: 225px;
    top: 10px;
    z-index: 111;
}

.input-group {
    width: 185px;
}

    .input-group.date td {
        padding-left: 0px;
    }

    .input-group.datetime td {
        padding-left: 0px;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background: #69aedb;
    border: 1px solid #69aedb;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: #69aedb;
    background-color: #fff;
    border-color: #69aedb;
}

.inst_list {
    float: left;
    width: 100%;
}

    .inst_list dl {
        margin-top: 30px;
        padding-bottom: 40px;
    }

        .inst_list dl dt {
            font-size: 18px;
            color: #444;
            font-weight: 400;
        }

            .inst_list dl dt a {
                margin-left: 18px;
                padding: 2px 15px;
                background: #69aedb;
                border-radius: 3px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                outline: none;
                color: #fff;
                font-size: 14px;
            }

                .inst_list dl dt a:hover {
                    text-decoration: none;
                }

        .inst_list dl dd {
            margin-top: 20px;
            line-height: 30px;
        }

            .inst_list dl dd span {
                margin-right: 40px;
                display: inline-block;
                color: #666;
            }

.inst_dic {
    margin-right: 8px;
    vertical-align: middle;
}

a:visited, a:focus {
    text-decoration: none;
}

.count {
    color: #df801a;
    font-size: 14px;
    margin-left: 4px;
}


span.field-validation-error {
    display: block;
    color: red;
}

.xhhsqz {
    position: relative;
    float: left;
}

.search {
    width: 180px;
    height: 200px;
    border: 1px solid #c8c8c8;
    position: absolute;
    left: 0px;
    overflow: auto;
    background: #fff;
    z-index: 9999;
    text-align: left;
    border-top: none;
    padding-top: 5px;
}


ul {
    margin: 0;
    padding: 0;
}

.search li {
    list-style: none;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding-left: 10px;
}

    .search li:hover {
        background: #d8d8d8;
    }

.search .aotuComplete {
    background: #d8d8d8;
}


/**用户管理**/
.user_add {
    float: left;
    width: 100%;
    border: 1px solid #cacbcb;
    background: #fff;
    padding-bottom: 50px;
}

.user_add_2 {
    background: #fff;
    margin: 0px auto;
    padding-top: 5px;
}

.user_add_box {
    margin: 20px 45px 0px;
}

.user_infor {
    float: left;
    width: 480px;
}

.user_xian {
    float: right;
    width: 520px;
}

.user_contact {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.user_tit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    color: #333;
    text-indent: 45px;
}

.user_tit_4 {
    width: 100%;
    height: 45px;
    background: url(../images/user_dic4.jpg) no-repeat 10px center;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    color: #333;
    text-indent: 55px;
}

.user_tit_1 {
    background: url(../images/user_dic1.jpg) no-repeat left center;
}

.user_tit_2 {
    background: url(../images/user_dic2.jpg) no-repeat left center;
}

.user_tit_3 {
    background: url(../images/user_dic3.jpg) no-repeat left center;
}

.user_table {
    margin-top: 30px;
    width: 100%;
}

    .user_table table tr td {
        vertical-align: top;
        line-height: 20px;
        padding: 8px 0px;
    }

        .user_table table tr td .user_name {
            margin-top: 3px;
            display: block;
        }

        .user_table table tr td .user_name_2 {
            margin-top: 8px;
            display: block;
        }

.user_ts {
    font-size: 12px;
    color: #aaa;
}

.usrinput_bg {
    width: 230px;
    padding: 3px 5px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    color: #666;
    overflow: hidden;
}

.user_select {
    background: #fff url(../images/arrow2.png) right center no-repeat;
    width: 230px;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    color: #666;
}

    .user_select select {
        -webkit-appearance: none;
        font-size: 14px;
        font-family: "微软雅黑", "黑体", "宋体";
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: none;
        padding-left: 10px;
        width: 100%;
        height: 100%;
        outline: none;
        color: #666;
    }

.chk_1 {
    display: none;
}

    .chk_1 + label {
        background-color: #FFF;
        border: 1px solid #69b4cb;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 8px;
        border-radius: 2px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        margin-right: 5px;
    }

        .chk_1 + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .chk_1:checked + label {
        background-color: #fff;
        border: 1px solid #69b4cb;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
        color: #69b4cb;
    }

        .chk_1:checked + label:after {
            content: '\2714';
            position: absolute;
            top: -4px;
            left: 0px;
            color: #69b4cb;
            width: 100%;
            text-align: center;
            font-size: 1.3em;
            padding: 1px 0 0 0;
            font-weight: 400;
        }

    .chk_1[disabled] + label {
        background-color: #FFF;
        border: 1px solid #ddd;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 8px;
        border-radius: 2px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        background: #efeeee;
    }


label {
    margin-bottom: 2px;
}

.marginleft20 {
    margin-left: 20px;
}

.marginno {
    margin-left: 25px;
}


/**登录**/
.login_top {
    float: left;
    width: 100%;
    padding: 15px 0px;
}

.login_logo {
    float: left;
}

.login_bg {
    float: left;
    width: 100%;
    background: #3b72f3 url(../images/login/login_bg.jpg) no-repeat center center;
    height: 730px;
    min-width: 1024px;
    position: relative;
}

.login_block {
    float: right;
    width: 395px;
    margin-top: 90px;
}

.login_box {
    width: 390px;
    padding: 25px;
    height: 448px;
    background: #fdfdfe url(../images/login/login_boxbg.gif) no-repeat right bottom;
    box-shadow: 0px 1px 14px #555;
}

.login_wenzi {
    float: left;
    width: 100%;
    text-align: center;
    color: #888;
    line-height: 30px;
    font-size: 12px;
    margin-top: 10px;
}

.login_box_tit {
    height: 40px;
}

    .login_box_tit h2 {
        float: left;
        font-size: 22px;
        font-weight: 500;
    }

    .login_box_tit img {
        float: right;
        margin-top: 10px;
    }

.login_kuang {
    border: 1px solid #aeafb1;
    border-radius: 2px;
    margin-top: 35px;
    height: 125px;
    position: relative;
}

.usr_dic {
    width: 20px;
    height: 20px;
    background: url(../images/login/login_dic.png) no-repeat 0px 0px;
    position: absolute;
    z-index: 3;
    left: 22px;
    top: 20px;
}

.usr_input, .pass_input {
    margin-left: 15px;
    padding: 20px 0px;
    padding-left: 35px;
    border: 0 none;
    font-size: 14px;
    width: 302px;
    border-bottom: 1px solid #d2d3d4;
    outline: none;
}

input.usr_input:focus {
    border: none;
    border-bottom: 1px solid #d2d3d4;
    outline: none;
}

.pass_dic {
    width: 20px;
    height: 20px;
    background: url(../images/login/login_dic.png) no-repeat -25px 0px;
    position: absolute;
    z-index: 3;
    left: 22px;
    top: 80px;
}

.pass_input {
    border: none;
}

input.pass_input:focus {
    border: none;
    outline: none;
}

.auto_check {
    float: left;
    margin-top: 10px;
    font-size: 12px;
    line-height: 25px;
}

    .auto_check span {
        margin-left: 3px;
        vertical-align: middle;
    }

a.for_mi {
    float: right;
    margin-top: 10px;
    color: #007ac6;
    line-height: 25px;
    font-size: 12px;
}

    a.for_mi:hover {
        color: #007ac6;
        text-decoration: underline;
    }

.login_btn {
    width: 100%;
    margin-top: 15px;
    background: #2d87e4;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    border: none;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .login_btn:hover {
        opacity: 0.8;
    }

.wrong {
    margin-top: 40px;
    text-align: center;
    color: #ec5252;
    line-height: 25px;
    vertical-align: middle;
}

.wrong_dic {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/login/login_dic.png) no-repeat 0px -23px;
    vertical-align: middle;
    margin-right: 5px;
}

.login_indexbtn {
    position: absolute;
    z-index: 34;
    bottom: 275px;
    right: 15px;
    width: 440px;
}

.login_fish {
    width: 100%;
    height: 730px;
    position: relative;
}

    .login_fish a {
        margin-top: 30px;
    }

a.houtai_link {
    display: block;
    width: 322px;
    height: 70px;
    background: url(../images/login/login_finish.png) no-repeat 0px -160px;
    float: left;
    margin-left: 100px;
}

a.yiyuan_link {
    width: 322px;
    height: 70px;
    background: url(../images/login/login_finish.png) no-repeat 0px -77px;
    float: left;
    margin-left: 50px;
    display: inline-block;
}

a.zhi_link {
    width: 322px;
    height: 70px;
    background: url(../images/login/login_finish.png) no-repeat 0px 0px;
    float: left;
}

a.houtai_link:hover {
    opacity: 0.9;
}

.login_ri {
    float: right;
    margin-top: 25px;
    height: 32px;
}

    .login_ri a {
        margin-right: 20px;
        display: inline-block;
        height: 32px;
        line-height: 26px;
        color: #666;
        font-size: 18px;
    }

a.np-btn-upvote {
    background-image: url(../images/login/login_dic.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px -49px;
    display: inline-block;
}

    a.np-btn-upvote:hover {
        background-image: url(../images/login/login_dic.png);
        background-repeat: no-repeat;
        background-position: 0px -81px;
        display: inline-block;
        color: #1b66c7;
        opacity: 1;
    }

a.np-btn-reply {
    padding-left: 30px;
    background-position: 0px -113px;
    display: inline-block;
    background-image: url(../images/login/login_dic.png);
    background-repeat: no-repeat;
}

    a.np-btn-reply:hover {
        background-image: url(../images/login/login_dic.png);
        background-repeat: no-repeat;
        background-position: 0px -145px;
        display: inline-block;
        color: #1b66c7;
        opacity: 1;
    }


/**忘记密码**/
.forgot_bg {
    float: left;
    width: 100%;
    height: 687px;
    background: url(../images/login/forgot_bg.jpg) no-repeat center center;
    min-width: 1024px;
}

.forgot_main {
    width: 1000px;
    margin: 0px auto;
}

.forgot_logo {
    float: left;
    margin-top: 25px;
}

.forgot_body {
    float: left;
    width: 100%;
    background: #fafafa;
    height: 490px;
    margin-top: 20px;
}

.forgot_top {
    width: 100%;
    background: #fff;
    padding: 18px 0px 30px 0px;
    border-bottom: 1px solid #f2f2f5;
}

    .forgot_top h3 {
        text-align: center;
        font-weight: 400;
    }

.forgot_liu {
    width: 390px;
    height: 45px;
    margin-left: 305px;
    margin-top: 10px;
}

.forgot_liu_1 {
    background: url(../images/login/forgot_dic.png) no-repeat 0px 0px;
}

.forgot_liu_2 {
    background: url(../images/login/forgot_dic.png) no-repeat 0px -52px;
}

.forgot_liu_3 {
    background: url(../images/login/forgot_dic.png) no-repeat 0px -101px;
}

.forgot_wenzi {
    width: 390px;
    margin-left: 305px;
    color: #555;
}

.wenzi_1 {
    margin-left: 10px;
}

.wenzi_2 {
    margin-left: 110px;
}

.wenzi_3 {
    margin-left: 120px;
}

.forgot_table {
    width: 600px;
    margin: 0px auto;
    margin-top: 30px;
}

    .forgot_table table tr td {
        padding: 8px 3px;
    }

input.forgot_input {
    width: 224px;
    padding: 6px;
    outline: none;
    border: 1px solid #ccc;
}

    input.forgot_input:focus {
        border: none;
        border: 1px solid #5fa6d4;
        outline: none;
    }

input.input_width_110 {
    width: 110px;
}

.huan_dic {
    vertical-align: middle;
    margin: 0px 10px;
}

.forgot_btn {
    width: 236px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border: none;
    box-shadow: 0px 1px 1px #ddd;
    background: #2d87e4;
    outline: none;
    margin-top: 10px;
}

.forgot_compli {
    width: 45px;
    height: 45px;
    background: url(../images/login/forgot_dic.png) no-repeat 0px -162px;
    margin-left: 277px;
}

.forgot_sucess {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-top: 15px;
}

.forgot_auto {
    margin-top: 25px;
    text-align: center;
    font-size: 12px;
    color: #888;
}

    .forgot_auto span {
        color: #ff8140;
    }

.forgot_login {
    margin-top: 18px;
    text-align: center;
}

.login_main {
    width: 1200px;
    margin: 0px auto;
}

.mar_20 {
    float: left;
    margin-left: 25px;
    display: inline;
}

.mar_30 {
    float: left;
    margin-left: 40px;
    display: inline;
}

@media only screen and (max-width:1280px) {
    .login_main {
        width: 1000px;
        margin: 0px auto;
    }

    .login_block {
        float: none;
        position: absolute;
        z-index: 3;
        right: 10px;
        width: 395px;
        margin-top: 90px;
    }
}

.box {
    display: none;
    width: 315px;
    height: auto;
    border: 1px solid #c8c8c8;
    padding: 12px;
    text-align: left;
    line-height: 1.8;
    position: absolute;
    z-index: 999;
    background: #fff;
    font-size: 13px;
}


select[disabled] {
    background: #efeeee;
    opacity: 0.8;
}

/*报告状态*/
.h_pc {
    width: 21px;
    height: 18px;
    background: url(../images/origin.png) no-repeat -7px -4px;
    display: inline-block;
}

.h_phone {
    width: 21px;
    height: 21px;
    background: url(../images/origin.png) no-repeat -39px -4px;
    display: inline-block;
}

.h_auto {
    width: 21px;
    height: 21px;
    background: url(../images/origin.png) no-repeat -7px -33px;
    display: inline-block;
}

.report_no {
    color: #ff9933;
}

.report_wrong {
    color: #cc6666;
}

.report_again {
    color: #6699cc;
}

.report_sucess {
    color: #669966;
}


.infor_wenzi {
    width: 100%;
    margin-top: -25px;
    background: url(../images/infor_dic.jpg) no-repeat left center;
    text-indent: 25px;
    color: #555;
    height: 45px;
    line-height: 45px;
}

.box {
    display: none;
    width: 425px;
    height: auto;
    border: 1px solid #c8c8c8;
    padding: 12px;
    text-align: left;
    line-height: 1.8;
    position: absolute;
    z-index: 999;
    background: #fff;
    font-size: 13px;
}

.nitembox {
    margin-left: 30px;
    display: none;
    width: 180px;
    height: auto;
    border: 1px solid #c8c8c8;
    padding: 12px;
    text-align: left;
    line-height: 1.8;
    position: absolute;
    z-index: 999;
    background: #fff;
    font-size: 13px;
}

.ditembox {
    display: none;
    width: 180px;
    height: auto;
    border: 1px solid #c8c8c8;
    padding: 12px;
    text-align: left;
    line-height: 1.8;
    position: absolute;
    z-index: 999;
    background: #fff;
    font-size: 13px;
}

.user_tit_unbind {
    width: 100%;
    height: 45px;
    background: url(../images/unbind.png) no-repeat 10px center;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    color: #333;
    text-indent: 55px;
}
.user_unbind {
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.user_unbind_btn {
    width: 85px;
    height: 30px;
    line-height: 28px;
    margin: 0px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #69aedb;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    margin-top: 6px;
    outline: none;
    font-size: 16px;
}

