﻿@charset "utf-8";
/* CSS Document */
/*reset*/
body {
    position: relative;
    background: #fff;
    color: #353535;
}

body, div, td, font {
    font-size: 12px;
    line-height: 1.2em;
    font-family: "Microsoft YaHei",Tahoma,Arial,"宋体","黑体";
}

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, th, td, dl, dt, dd {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
}
/*body{height:auto; min-height:100%;}*/
/*给body和html规定高度，目的是让他做父级，然后footer做子集，通过子绝父相，达到footer定位在最下方的目的*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

address, caption, cite, code, dfn, em, th, var, b, font, i {
    font-style: normal;
    font-weight: normal;
}

ul li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    zoom: 1;
}

input, textarea, select, button {
    font-size: 12px;
    font-weight: inherit;
    vertical-align: middle;
}

    input[type=radio], input[type=checkbox] {
        vertical-align: -2px;
    }

textarea {
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
    outline: medium none;
    word-wrap: break-word;
}

a {
    text-decoration: none;
    color: #4f4c57;
    cursor: pointer;
}

    a:focus {
        outline-style: none;
        outline-width: 0;
        outline: none;
    }

    a:link, a:visited, a:active {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }
/**清除浮动*/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}
/*常用通用样式*/
.floatL {
    float: left;
}

.floatR {
    float: right;
}

.overH {
    overflow: hidden;
}

.marT5 {
    margin-top: 5px;
}

.marT12 {
    margin-top: 12px;
}

.marB15 {
    margin-bottom: 15px;
}

.marB20 {
    margin-bottom: 20px;
}

.marT30 {
    margin-top: 30px;
}

.marL16 {
    margin-left: 16px;
}

.marL10 {
    margin-left: 10px;
}

.marL8 {
    margin-left: 8px;
}

.marL0 {
    margin-left: 0 !important;
}

.marR10 {
    margin-right: 10px;
}

.marR0 {
    margin-right: 0px !important;
}

.texAcen {
    text-align: center !important;
}

.disPn {
    display: none !important;
}

.posRel {
    position: relative;
}

.borLnone {
    border-left: none !important;
}
/*明细*/
.header_zhis {
    width: 100%;
    height: 80px;
    background: #0b84ff;
    color: #fff;
}

    .header_zhis a {
        color: #fff;
    }

    .header_zhis p {
        width: 180px;
        height: 80px;
        background: #0079f6 url("../img/logo.png") no-repeat center center;
        font-size: 18px;
        text-align: center;
    }

    .header_zhis ul li {
        width: 100px;
        height: 80px;
        float: left;
        font-size: 16px;
        text-align: center;
        overflow: hidden;
    }

        .header_zhis ul li a {
            display: inline-block;
            height: 44px;
            padding-top: 33px;
            width: 100px;
            float: left;
        }

            .header_zhis ul li a.cur {
                background: #379aff;
            }

        .header_zhis ul li span {
            display: inline-block;
            width: 100px;
            height: 3px;
            float: left;
        }

            .header_zhis ul li span.cur {
                background: #ffbf26;
            }

            .header_zhis ul li span.cur1 {
                background: #ffbf26;
            }

.header_zhis_userN {
    width: 70px;
    height: 46px;
    margin-top: 33px;
    font-size: 16px;
    margin-right: 45px;
}

    .header_zhis_userN span, .header_zhis_userN em {
        float: left;
        display: inline-block;
    }
/*.arr_header{
    width: 10px;
    height: 6px;
    background: url(../img/arr_header_icon.png);
    margin:7px 0 0 5px;
}*/
/*横向菜单栏*/
.menu_second {
    width: 179px;
    border-right: 1px solid #dbdbdb;
    background: #f5f5f5;
}

    .menu_second h5 {
        width: 100%;
        height: 59px;
        border-bottom: 1px solid #aaaaaa;
        background: #ccc;
        font-size: 16px;
        line-height: 59px;
        text-align: center;
        font-weight: bold;
    }

.menu_second_list li, .menu_second_list li a {
    width: 179px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    font-size: 14px;
}

    .menu_second_list li a span {
        float: left;
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 22px 17px 21px 20px;
    }

        .menu_second_list li a span.cur {
            background: #0b84ff;
        }

        .menu_second_list li a span.cur1 {
            background: #0b84ff
        }

    .menu_second_list li a em {
        float: left;
        display: inline-block;
    }

    .menu_second_list li.cur {
        background: #fff;
    }

        .menu_second_list li.cur em {
            color: #0b84ff;
        }

.content_zhis_R {
    /*height: 800px;*/
    margin-left: 16px;
    margin-top: 6px;
}

    .content_zhis_R h4 {
        width: 100%;
        height: 48px;
        background: #f8f8f8;
    }

        .content_zhis_R h4 span {
            float: left;
        }

            .content_zhis_R h4 span.spe_line_03 {
                height: 30px;
                padding-top: 18px;
                line-height: 12px;
            }

            .content_zhis_R h4 span, .content_zhis_R h4 span a {
                display: inline-block;
                height: 48px;
                line-height: 48px;
                font-size: 14px;
            }

                .content_zhis_R h4 span a {
                    padding: 0 3px;
                }

                    .content_zhis_R h4 span a.cur {
                        color: #0b84ff;
                    }

                .content_zhis_R h4 span i {
                    display: inline-block;
                    width: 4px;
                    height: 12px;
                    background: #aaaaaa;
                    margin-left: 10px;
                    margin-right: 8px;
                }

.content_zhis_detail {
    width: 100%;
    /*min-height:100%;*/
    border: 1px solid #dbdbdb;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.date_input {
    width: 207px !important;
    height: 26px !important;
    line-height: 26px\0;
    border: 1px solid #dbdbdb !important;
    padding-left: 8px;
    color: #666 !important;
}

::-moz-placeholder {
    color: #666;
}

::-webkit-input-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

.spe_line {
    padding: 0 5px;
}

.regi_time {
    width: 60px;
    height: 28px;
    line-height: 28px;
    margin: 0 16px 0 10px;
}
/*select样式清理*/
.select_style {
    border: 0;
    width: 90px;
    height: 26px;
    height: 16px\0;
    line-height: 16px\0;
    margin-top: 5px\0;
    background: transparent;
    outline: none;
    padding-left: 5px;
    padding-right: 3px;
    color: #333;
    border: none;
}

.select_style_long {
    width: 120px;
}

.select_style_wrap {
    width: 90px;
    height: 26px;
    border: 1px solid #dbdbdb;
    background: #f8f8f8;
}

.select_style_wrap_long {
    width: 120px;
}

.phoneNum {
    width: 140px;
    height: 26px;
    border: 1px solid #dbdbdb;
    /*border-left: 0;*/
    padding-left: 8px;
    color: #333;
    line-height: 26px\0;
}

.borLdb {
    border-left: 1px solid #dbdbdb;
}

.phoneNum_wrap {
    position: relative;
}

.phoneNum_label {
    width: 140px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
    padding-left: 8px;
    border: 1px solid #dbdbdb;
}

.search_but {
    display: inline-block;
    width: 60px;
    height: 28px;
    background: #0b84ff;
    line-height: 26px;
    color: #fff;
    text-align: center;
    margin-left: 8px;
    border: none;
    outline: none;
}

a.search_but:hover {
    color: #fff;
}

.search_but:active {
    background: #2477e5;
    line-height: 30px;
}

.spe_line_02 {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #dbdbdb;
    margin: 9px 0 18px 0;
}

.content_zhis_Table {
    width: 100%;
    color: #333;
    border-collapse: collapse;
}

    .content_zhis_Table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .content_zhis_Table tr th {
        background: #eeeeee;
        font-weight: bold !important;
        font-size: 14px;
    }

    .content_zhis_Table tr td {
        border-bottom: 1px solid #eee;
    }

        .content_zhis_Table tr th.text-right,
        .content_zhis_Table tr td.text-right {
            text-align: right !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-top: 5px !important;
            padding-bottom: 5px !important;
        }

    .content_zhis_Table tbody tr th,
    .content_zhis_Table tbody tr td {
        height: 40px;
        text-align: left !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .content_zhis_Table tbody tr:hover {
        background-color: #f1f1f1 !important; /* 鼠标放上去的颜色 */
        cursor: default !important; /* 鼠标样式 */
    }

.spe_color_01, .spe_color_01 a {
    color: #0b84ff;
}

    .spe_color_01 a {
        line-height: 18px;
    }

.spe_color_02 {
    color: #ffbf26;
}
/*全局板块的权限管理页面*/
.add_but_01 {
    display: inline-block;
    /*width: 106px;*/
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    background: #00ae66 url('../img/add_but_icon.png') no-repeat 7px center;
    margin-left: 8px;
    color: #fff;
    padding-left: 25px;
    border: none;
}

.phoneNum_long {
    width: 190px;
    border-left: 1px solid #dbdbdb;
    margin-left: 8px;
    padding-left: 10px !important;
}

.phoneNum_label_long {
    left: 8px;
}

.whole_fir {
    display: inline-block;
    background: url("../img/whole_fir.png") no-repeat left center;
    padding-left: 15px;
}

.whole_sec {
    display: inline-block;
    background: url("../img/whole_sec.png") no-repeat 30px center;
    padding-left: 45px;
}

.pop_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.4);
    z-index: 1;
    left: 0;
    top: 0;
    background: #000\0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    display: none;
}

.pop_addPower {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 15%;
    display: none;
}

.pop_addPower_con {
    width: 640px;
    height: 460px;
    background: #fff;
}

    .pop_addPower_con h4 {
        display: inline-block;
        width: 100%;
        height: 54px;
        line-height: 54px;
        background: #0a85ff;
        color: #fff;
        text-align: center;
        font-size: 16px;
        position: relative;
    }

.close_icon {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 18px;
    top: 18px;
    background: url("../img/close_icon.png");
    cursor: pointer;
}

.pop_addPower_input {
    padding: 8px 20px;
    box-sizing: border-box;
}

    .pop_addPower_input ul li {
        float: none;
        overflow: hidden;
        margin-top: 16px;
    }

        .pop_addPower_input ul li span, .pop_addPower_input ul li input, .pop_addPower_input ul li select {
            display: inline-block;
            float: left;
            margin-left: 10px;
        }

        .pop_addPower_input ul li span {
            width: 104px;
            text-align: right;
            height: 40px;
            line-height: 40px;
        }

        .pop_addPower_input ul li input {
            border: 1px solid #dbdbdb;
            width: 350px;
            height: 38px;
            line-height: 38px;
            padding-left: 8px;
        }

        .pop_addPower_input ul li select {
            border: none;
            margin-top: 10px;
            width: 358px;
            margin-left: 0px;
            outline: none;
        }

        .pop_addPower_input ul li .select_wrap {
            border: 1px solid #dbdbdb;
            width: 358px;
            height: 38px;
            float: left;
            margin-left: 10px;
        }

    .pop_addPower_input ul {
        padding-bottom: 57px;
        border-bottom: 1px dashed #dbdbdb;
    }

.submit_but {
    display: inline-block;
    width: 60px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    background: #0a85ff;
    margin: 16px auto 0;
}

.spe_line_04 {
    width: 100%;
    margin-left: 10px;
    height: 1px;
    border-bottom: 1px dashed #eee;
}

.order_but_01, .order_but_02 {
    display: inline-block;
    width: 60px;
    height: 28px;
    line-height: 28px;
    background: #00af66;
    text-align: center;
    color: #fff;
    border: none;
}

    .order_but_01:active {
        background: #009b5b;
        line-height: 30px;
    }

.order_but_02 {
    background: #ffbf26;
}

    .order_but_02:active {
        background: #eda700;
        line-height: 30px;
    }
/*订单管理——预约挂号订单弹窗*/
.con_detail_regi {
    padding: 24px 26px;
    box-sizing: border-box;
}

.con_top h5, .con_buttom h5 {
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
}

.con_top ul li, .con_buttom ul li {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    overflow: hidden;
}

.con_top ul li {
    width: 100%;
}

.con_top ul {
    padding-bottom: 14px;
    border-bottom: 1px dashed #eee;
}

.con_buttom ul li {
    width: 50%;
    float: left;
}

    .con_buttom ul li span, .con_buttom ul li em, .con_top ul li span, .con_top ul li em {
        display: inline-block;
        float: left;
    }

    .con_top ul li span, .con_buttom ul li span {
        width: 60px;
        text-align: right;
        margin-right: 5px;
    }

/*登录页*/
.login_bg {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-image: url('https://cdn.firstfilm.org.cn/wp-content/uploads/fly-images/47072/vbox14055_Q15A6458_220331-1920x0-c.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.login_con {
    width: 652px;
    height: 410px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -327px;
    margin-top: -205px;
    background: rgba(255,255,255,0.8);
    background: url('../img/bg_white.png');
    border-radius: 10px;
}

.login_con_det {
    height: 300px;
    width: 500px;
    margin: 60px auto 0;
}

    .login_con_det h2 {
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }

.login_bar {
    width: 498px;
    height: 54px;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 1px rgba(220,220,220,0.2);
    position: relative;
    background: #fff;
}

.userName_icon, .passWord_icon {
    width: 51px;
    height: 54px;
    float: left;
}

.userName_icon {
    background: url("../img/userName_icon.png") no-repeat center center;
}

.passWord_icon {
    background: url("../img/passWord_icon.png") no-repeat center center;
}

.login_bar input {
    border: none;
    height: 54px;
    line-height: 54px;
    width: 435px;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
    outline: none;
}

.login_bar label {
    position: absolute;
    left: 51px;
    height: 52px;
    line-height: 52px;
    top: 1px;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
}

.rem_account {
    height: 48px;
    overflow: hidden;
}

    .rem_account input {
        width: 12px;
        height: 12px;
        margin-top: 19px;
        margin-right: 8px;
    }

    .rem_account em {
        display: inline-block;
        line-height: 48px;
    }

button.login_but {
    display: inline-block;
    box-sizing: border-box;
    display: inline-block;
    width: 100px;
    height: 40px;
    float: right;
    background: url(../img/login_button.jpg) no-repeat;
    background-position: 0 0;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
}

    button.login_but:hover {
        background-position: -100px 0;
    }

    button.login_but:active {
        background-position: -200px 0;
    }

button,
input[type="button"],
input[type="submit"] {
    /* 形状升级 */
    border-radius: 5px;
    border: none; /* 去掉默认的灰色丑边框 */
    outline: none; /* 去掉点击时的蓝色外轮廓 */
    cursor: pointer; /* 鼠标移上去变成小手 */
    /* 视觉微调 */
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: middle;
    /* 交互升级 */
    transition: transform 0.2s, opacity 0.2s;
}

    /* 所有的按钮在鼠标悬停时都有一个轻微放大和变亮的效果 */
    button:hover,
    input[type="button"]:hover {
        opacity: 0.9;
        transform: translateY(-1px); /* 向上轻微浮动 */
    }

    /* 所有的按钮在点击时都有一个缩小的反馈 */
    button:active,
    input[type="button"]:active {
        transform: scale(0.95);
    }

/*页码控件css部分*/
/*pager*/
.cpage {
    line-height: 26px;
    padding-top: 8px;
    overflow: hidden;
}

.pagination {
    padding: 2px;
    float: right;
}

    .pagination ul {
        margin: 0;
        padding: 0;
    }

        .pagination ul li {
            line-height: 20px;
            display: inline;
            list-style-type: none;
            float: left;
            padding: 0px;
        }

    .pagination li span {
        font-size: 13px;
        cursor: pointer;
        list-style-type: none;
        display: inline;
        float: left;
        color: #666;
        padding: 3px 9px;
        margin: 0 3px 0 0;
        border: 1px solid #eee;
    }

    .pagination li a span, .pagination li a:visited span {
        color: #0D93BF;
        text-decoration: none;
        cursor: pointer;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px; /*Firefox\Chrome\Safari\IE9\元素圆角效果*/
    }

    .pagination li a:hover span, .pagination li a:active span {
        color: #000;
        background-color: #FFF;
        cursor: pointer;
        -khtml-opacity: .9;
        -moz-opacity: 0.9;
        -moz-box-shadow: 0 0 3px rgba(204, 204, 204, 0.5);
        -webkit-box-shadow: 0 0 3px rgba(204, 204, 204, 0.5);
        box-shadow: 0 0 3px rgba(204, 204, 204, 0.5);
    }

    .pagination li span.currentpage {
        color: #FFF;
        font-weight: bold;
        background-color: #33B5E5;
    }

.paixv a {
    text-decoration: none;
    color: #000;
}

    .paixv a:hover {
        color: #06F;
    }

.pagination li .goli {
    margin: 0 6px;
    border: none;
    padding: 0;
}

.pagination input#gopage {
    width: 50px;
    height: 20px;
    line-height: 20px;
    margin: 0 5px;
}
/*页码控件css部分*/
/*pager*/
/*- - - - - - - - - - - - - - - - - - - -同步仅止于此 - - - - - - - - - - - - - - - - - - - - - - */
/**title部分个人信息设置板块*/
.header_con_wel {
    margin-top: 30px;
}

.header_con_wel {
    font-size: 12px;
    line-height: 20px;
    margin-top: 30px;
}

.header_con_pho {
    margin: 20px 0px 10px 13px;
    width: 40px;
    border-radius: 50%;
}

.header_con_arr {
    margin: 36px 40px 36px 10px;
}

.header_con_R {
    z-index: 3;
}

.header_con_list_wrap {
    display: none;
    height: 250px;
    width: 159px;
    position: absolute;
    right: 0;
    top: 0;
}

.header_con_list_arr {
    position: absolute;
    right: 60px;
    top: 80px;
    z-index: 6;
    width: 12px;
    height: 12px;
    background: #fff;
}

.header_con_list {
    width: 159px;
    height: 134px;
    border: 1px solid #d2d2d2;
    position: absolute;
    right: 30px;
    top: 90px;
    z-index: 5;
    background: #fff;
    border-radius: 10px;
}

    .header_con_list ol {
        float: left;
        width: 100%;
    }

        .header_con_list ol li {
            height: 44px;
            line-height: 44px;
            font-size: 12px;
            width: 100%;
            text-align: left;
        }

            .header_con_list ol li a {
                color: #282828;
                padding-top: 0;
                width: 100%;
            }

.disIB {
    display: inline-block;
}

.header_con_list ol li img {
    margin: 0px 6px 0px 14px;
}

a img {
    border: none;
}

.header_con_list_tc {
    border-top: 1px solid #d2d2d2;
}

.header_con_list_tc {
    border-top: 1px solid #d2d2d2;
}

.RemarksWrap p {
    width: 95px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*新的样式*/
@charset "utf-8";
/* CSS Document */
/*reset*/
body {
    position: relative;
    background: #fff;
    color: #353535;
}

body, div, td, font {
    font-size: 12px;
    line-height: 1.2em;
    font-family: "Microsoft YaHei",Tahoma,Arial,"宋体","黑体";
}

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, th, td, dl, dt, dd {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
}
/*body{height:auto; min-height:100%;}*/
/*给body和html规定高度，目的是让他做父级，然后footer做子集，通过子绝父相，达到footer定位在最下方的目的*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

address, caption, cite, code, dfn, em, th, var, b, font, i {
    font-style: normal;
    font-weight: normal;
}

ul li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    zoom: 1;
}

input, textarea, select, button {
    font-size: 12px;
    font-weight: inherit;
    vertical-align: middle;
}

    input[type=radio], input[type=checkbox] {
        vertical-align: -2px;
    }

textarea {
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
    outline: medium none;
    word-wrap: break-word;
}

a {
    text-decoration: none;
    color: #4f4c57;
    cursor: pointer;
}

    a:focus {
        outline-style: none;
        outline-width: 0;
        outline: none;
    }

    a:link, a:visited, a:active {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }
/**清除浮动*/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}
/*常用通用样式*/
.floatL {
    float: left;
}

.floatR {
    float: right;
}

.overH {
    overflow: hidden;
}

.marT5 {
    margin-top: 5px;
}

.marT12 {
    margin-top: 12px;
}

.marB15 {
    margin-bottom: 15px;
}

.marB20 {
    margin-bottom: 20px;
}

.marT30 {
    margin-top: 30px;
}

.marL16 {
    margin-left: 16px;
}

.marL10 {
    margin-left: 10px;
}

.marL8 {
    margin-left: 8px;
}

.marL0 {
    margin-left: 0 !important;
}

.marR10 {
    margin-right: 10px;
}

.marR0 {
    margin-right: 0px !important;
}

.texAcen {
    text-align: center !important;
}

.disPn {
    display: none !important;
}

.posRel {
    position: relative;
}

.borLnone {
    border-left: none !important;
}

.disIB {
    display: inline-block;
}

::-moz-placeholder {
    color: #666;
}

::-webkit-input-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

.spe_line {
    padding: 0 5px;
}

.noMar {
    margin: 0 !important;
}

body {
    background: #f1f6fc;
}
/*头部*/
.header_zhis {
    width: 100%;
    height: 80px;
    background: #0b84ff;
    color: #fff;
}

.header_zhis_con {
    width: 1300px;
    height: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.header_zhis a {
    color: #fff;
}

.header_zhis p {
    width: 480px;
    height: 80px;
    background: url("../img/logo.png") no-repeat left center;
    font-size: 18px;
    text-align: center;
}

.header_zhis ul li {
    width: 100px;
    height: 80px;
    float: left;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}

    .header_zhis ul li a {
        display: inline-block;
        height: 47px;
        padding-top: 33px;
        width: 100px;
        float: left;
    }

.header_zhis_con ul li.cur a {
    background: #0a74ea;
}

.header_con_list_wrap {
    display: none;
    height: 250px;
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
}

.header_con_list_arr {
    position: absolute;
    right: 60px;
    top: 80px;
    z-index: 6;
    width: 12px;
    height: 12px;
}

.header_con_list {
    width: 159px;
    height: 134px;
    border: 1px solid #d2d2d2;
    position: absolute;
    right: 30px;
    top: 90px;
    z-index: 5;
    background: #fff;
    border-radius: 10px;
}

    .header_con_list ol {
        float: left;
        width: 100%;
    }

        .header_con_list ol li {
            height: 44px;
            line-height: 44px;
            font-size: 12px;
            width: 100%;
            text-align: left;
        }

            .header_con_list ol li a {
                color: #282828;
                padding-top: 0;
                width: 100%;
            }

            .header_con_list ol li img {
                margin: 0px 6px 0px 14px;
            }

a img {
    border: none;
}

.header_con_list_tc {
    border-top: 1px solid #d2d2d2;
}

.header_con_list_tc {
    border-top: 1px solid #d2d2d2;
}

.header_con_wel {
    margin-top: 30px;
}

.header_con_wel {
    font-size: 12px;
    line-height: 20px;
    margin-top: 30px;
}

.header_con_pho {
    margin: 20px 0px 10px 13px;
    width: 40px;
    border-radius: 50%;
}

.header_con_arr {
    margin: 36px 0px 36px 10px;
}

.header_con_R {
    z-index: 3;
}
/*内容部分*/
.manage_content {
    width: auto;
    min-height: 500px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.menu_left {
    width: 190px;
    height: 500px;
    background: #fff;
}

    .menu_left h4 {
        line-height: 54px;
        width: 100%;
        padding-left: 14px;
        color: #005a9b;
        font-size: 16px;
    }

    .menu_left li {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #f6f7fc;
        line-height: 50px;
        font-size: 14px;
        cursor: pointer;
    }

        .menu_left li.cur {
            background: #0c84ff;
            color: #fff;
        }

            .menu_left li.cur p {
                color: #fff;
            }

        .menu_left li p {
            width: 100%;
            box-sizing: border-box;
            padding-left: 36px;
            overflow: hidden;
            color: #005a9b;
        }

            .menu_left li p span, .menu_left li p em {
                float: left;
                display: inline-block;
            }

                .menu_left li p span.menu_left_icon01 {
                    width: 22px;
                    height: 22px;
                    background: url(../img/menu_left_icon01.png);
                    margin: 14px 10px 0 0;
                }

        .menu_left li.cur .menu_left_icon01 {
            width: 22px;
            height: 22px;
            background: url(../img/menu_left_icon01_cur.png);
            margin: 13px 10px 0 0;
        }

        .menu_left li p span.menu_left_icon02 {
            width: 22px;
            height: 22px;
            background: url(../img/menu_left_icon02.png);
            margin: 14px 10px 0 0;
        }

        .menu_left li.cur .menu_left_icon02 {
            width: 22px;
            height: 22px;
            background: url(../img/menu_left_icon02_cur.png);
            margin: 13px 10px 0 0;
        }

        .menu_left li p span.menu_left_icon03 {
            width: 22px;
            height: 22px;
            background: url(../img/menu_left_icon03.png);
            margin: 13px 10px 0 0;
        }

        .menu_left li.cur .menu_left_icon03 {
            width: 22px;
            height: 22px;
            background: url(../img/menu_left_icon03_cur.png);
            margin: 13px 10px 0 0;
        }

        .menu_left li p span.menu_left_icon04 {
            width: 22px;
            height: 22px;
            background: url(../img/menu_left_icon04.png);
            margin: 13px 10px 0 0;
        }

        .menu_left li.cur .menu_left_icon04 {
            width: 22px;
            height: 22px;
            background: url(../img/menu_left_icon04_cur.png);
            margin: 13px 10px 0 0;
        }

        .menu_left li p span.menu_left_icon05 {
            width: 22px;
            height: 22px;
            background: url(../img/menu_left_icon05.png);
            margin: 13px 10px 0 0;
        }

        .menu_left li.cur .menu_left_icon05 {
            width: 22px;
            height: 22px;
            background: url(img/menu_left_icon05_cur.png);
            margin: 13px 10px 0 0;
        }

.menu_right {
    float: right;
    width: auto;
    /*height:190px;*/
}

    .menu_right .menu_right_tit {
        font-size: 16px;
        color: #005A99;
        overflow: hidden;
    }

        .menu_right .menu_right_tit span {
            display: inline-block;
            border-left: 2px solid #005A99;
            margin: 20px 0;
            padding-left: 8px;
            font-size: 14px;
            height: 18px;
        }

.menu_right_tit em {
    display: inline-block;
    font-size: 14px;
    margin: 20px 0;
    background: url('../img/current_area.png') no-repeat left center;
    padding-left: 20px;
    height: 18px;
    line-height: 18px;
}

.menu_right_con {
    background: #fff;
    overflow: hidden;
}

.input_date {
    width: 200px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #333;
    box-sizing: border-box;
    padding-left: 12px;
}

.choose_date span {
    line-height: 28px;
    padding: 0 2px;
}

.choose_date {
    overflow: hidden;
    margin: 30px 0 0 22px;
}

.search_btn {
    display: inline-block;
    width: 60px;
    height: 30px;
    background: #0c84ff;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    margin-left: 22px;
}

a.search_btn:hover {
    color: #fff;
}

.choose_area {
    margin: 17px 22px 22px 22px;
}

    .choose_area ul li {
        overflow: hidden;
        /*height: 30px;*/
        line-height: 30px;
    }

        .choose_area ul li span, .choose_area ul li dl {
            float: left;
        }

        .choose_area ul li dl {
            width: 955px;
        }

        .choose_area ul li span {
            margin-right: 13px;
        }

        .choose_area ul li dl dd {
            float: left;
            margin-right: 24px;
            cursor: pointer;
        }

            .choose_area ul li dl dd.cur {
                color: #ff4041;
            }

.already_pay {
    margin-top: 22px;
}

    .already_pay ul {
        overflow: hidden;
    }

        .already_pay ul li {
            float: left;
            width: 251px;
            height: 160px;
            margin-right: 23px;
        }

.pay_bg_01 {
    background: #5db5d9 url(../img/pay_bg_01.png) no-repeat right 18px bottom;
}

.pay_bg_02 {
    background: #55c3ba url(../img/pay_bg_01.png) no-repeat right 18px bottom;
}

.pay_bg_03 {
    background: #ef7665 url(../img/pay_bg_02.png) no-repeat right 18px bottom;
}

.pay_bg_04 {
    background: #8895b5 url(../img/pay_bg_02.png) no-repeat right 18px bottom;
}

.pay_text {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    margin: 26px 30px 0 30px;
}

.pay_num {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 25px;
}

    .pay_num em {
        font-size: 16px;
    }

.pay_chart {
    width: 100%;
    height: 400px;
    background: #fff;
    margin-top: 20px;
}

.count_det {
    margin-top: 20px;
    /*height: 300px;*/
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.count_det_01, .count_det_02 {
    width: 580px;
}

.count_det_012_wrap {
    width: 602px;
}

.hei75 {
    height: 75px;
}

.th_borL {
    border-left: 1px solid #f1f6fc;
}

.th_borR {
    border-right: 1px solid #f1f6fc;
}

.td_borL {
    border-left: 1px solid #f4f4f4;
}

.td_borR {
    border-right: 1px solid #f4f4f4;
}

.count_det_01 tr th, .count_det_034_wrap table th {
    height: 40px;
    color: #fff;
    text-align: center;
}

.count_det_01 tr td,
.count_det_02 tr td,
.count_det_03 tr td,
.count_det_04 tr td {
    height: 65px;
    text-align: center;
    border: 1px solid #f4f4f4;
    border-top: none;
}

.count_det_01 tr td,
.count_det_02 tr td {
    width: 80px;
}

.tabel_bg_01 {
    background: #5db5d9;
}

.tabel_bg_02 {
    background: #55c3ba;
}

.tabel_bg_03 {
    background: #0c84ff;
}

.count_det_tit {
    color: #005A99;
    margin: 28px 0 28px 32px;
}

.count_det_01, .count_det_02 {
    margin-left: 22px;
}

.count_det_03 {
    width: 700px;
}

.count_det_034_wrap {
    width: 450px;
    overflow-x: auto;
}

    /*浏览器滚动条*/
    /*滚动条整体部分,必须要设置*/
    .count_det_034_wrap::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        /*background-color: #e0f2ff;*/
    }
    /*滚动条的轨道*/
    .count_det_034_wrap::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px rgba(0,0,0,.3);
        background-color: #e0f2ff;
    }
    /*滚动条的滑块按钮*/
    .count_det_034_wrap::-webkit-scrollbar-thumb {
        /*border-radius: 10px;*/
        background-color: #2c9afb;
        box-shadow: inset 0 0 5px #2c9afb;
    }
    /*滚动条的上下两端的按钮*/
    .count_det_034_wrap::-webkit-scrollbar-button {
        height: 10px;
        background-color: #666;
    }
/*滚动条——ie*/
.count_det_034_wrap {
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #2c9afb;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #2c9afb;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #2c9afb;
    /*滚动条阴影*/
    scrollbar-shadow-color: #2c9afb;
    /*滚动条轨道颜色*/
    scrollbar-track-color: #e0f2ff;
}
/*浏览器滚动条over*/
.img_view {
    overflow: hidden;
}

    .img_view label {
        width: 130px !important;
        height: 130px !important;
        margin-bottom: 10px;
        margin-right: 20px;
        /*display: block;
    float: left;*/
    }

        .img_view label img {
            display: block;
        }

        .img_view label p {
            text-align: center;
        }
/*密码变验证码*/
.getIdenCode {
    float: right;
    width: 90px;
    height: 54px;
    font-size: 14px;
    line-height: 54px;
    text-align: center;
    background: #0f99ff;
    color: #fff;
    cursor: pointer;
}

.login_bar_iden {
    display: none;
}

    .login_bar_iden input {
        width: 339px;
    }
