﻿
/*滚动条美化css 适合WebKit引擎的浏览器如chrome、oprea、Safari等*/
body, html {
    width: 100%;
    height: calc(100vh - 0px);
    /*margin-bottom:60px;*/
}

.lf {
    float: left;
    display: block;
}

.projectlogo {
    height: 30px;
    text-align: center;
    vertical-align: central;
    margin-right:10px;
}
.css_top_menu {
    height: 84px;
    background-color: #f9f9f9;
    width: 100%;
    border-bottom: solid 1px #efefef;
}

.css_top_menu_k {
    width: 100%;
    height: 100px;
    float: left;
    display: block;
    
}

.msg_error {
    width: 100%;
    line-height: 100px;
    height: 100px;
    text-align: center;
    color: #dd0000;
    font-size: 14px;
}

.msg_green {
    width: 100%;
    line-height: 100px;
    height: 100px;
    text-align: center;
    color: #00dd00;
    font-size: 14px;
}

.log_info img, .log_info image {
    display: none !important;
}

.childmenu .four_menu {
    font-weight: bold;
    color: #337ab7;
}

.glyphicon {
    position: inherit !important;
}

::-webkit-scrollbar {
    width: 12px;
    /*height: 12px;*/
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;
}

::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0,0,0,.25);
}

::-webkit-scrollbar-corner {
    background: transparent;
}
/* Hide for mobile, show later */
.sidebar {
    display: none;
}

.boldb {
    border-bottom: solid 1px #2e6da4;
    color: #2e6da4;
    padding: 5px 0px;
}

    .boldb label {
        font-size: 14px;
        width: auto;
        float: left;
        margin-right: 20px;
    }

    .boldb b {
        font-size: 16px;
        color: #2e6da4;
    }

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 26px 0px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #36394d;
        /*border-right: 1px solid #eee;*/
    }
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #2e6da4;
}

.green {
    color: #009900;
}

.red {
    color: #dc0000;
}

.blue {
    color: #2e6da4;
}

.blackred {
    color: #7a0f0f;
}

.leftmenu {
    width: 100%;
    margin: auto;
}

.leftmenuul {
    width: 100%;
    cursor: pointer;
    line-height: 36px;
    list-style: none;
    padding: 0px 0px;
    color: #666666;
}

    .leftmenuul span {
        margin-right: 0px;
        margin-top: 10px;
    }

    .leftmenuul label {
        width: 100%;
        cursor: pointer;
    }

.onemenu {
    font-weight: normal;
    font-size: 16px;
    color: #337ab7;
    font-family: 'Microsoft YaHei';
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

.oneselect b {
    font-weight: normal;
    color: #337ab7;
    font-family: 'Microsoft YaHei';
}

.c337ab7 {
    color: #337ab7;
    cursor: pointer;
}

.childmenu {
    padding: 0px 0px;
    width: 100%;
    background-color: #f9f9f9;
    list-style: none;
    display: none;
}

    .childmenu li {
        width: 100%;
        padding: 8px 20px;
        font-size: 13px;
        overflow: hidden;
        line-height: 20px;
    }

        .childmenu li a {
            color: #999999;
        }

            .childmenu li a:hover {
                text-decoration: underline;
            }

        .childmenu li:hover {
            background-color: #f0f0f0;
        }

    .childmenu .active {
        color: #337ab7 !important;
        background-color: #f0f0f0;
    }

        .childmenu .active a {
            color: #337ab7 !important;
        }

    .childmenu li span {
        width: 100%;
        padding: 8px 8px;
        margin-top: 3px;
        line-height: 18px;
        border-radius: 2px;
        font-size: 12px;
        display: block;
        background-color: #f1f7ff;
        box-shadow: 0 0 1px 0px rgba(0,0,0,0.3),0 0 6px 2px rgba(0,0,0,0.15);
    }

        .childmenu li span a {
            color: #337ab7;
            margin: 0px 10px 0px 0px;
        }

    .childmenu span a:hover {
        color: #337ab7;
        text-decoration: underline;
    }

.pubmymenu {
    padding: 0px 0px;
    margin-top: -22px;
    background-color: #26293d;
    height: 38px;
    border-bottom: solid 1px #16192d;
}

    .pubmymenu ul {
        width: 100%;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .pubmymenu .dropdown {
        float: left;
        display: block;
        padding: 0px 0px;
        line-height: 32px;
        height: 32px;
        margin-top: 3px;
        margin-left: 1px;
    }

    .pubmymenu .mymenuicon {
        float: right;
        margin-right: 1px;
        line-height: 20px;
        height: 26px;
        padding-top: 6px;
        width: 36px;
        margin-top: 13px;
        border-radius: 4px 4px 0px 0px;
        text-align: center;
        font-size: 16px;
    }

    .pubmymenu .active {
        background-color: #ffffff;
        border-radius: 4px 4px 0px 0px;
    }

    .pubmymenu .open {
        background-color: #fff;
        border-radius: 4px 4px 0px 0px;
    }

    .pubmymenu .dropdown-menu {
        border-top: none;
        border-radius: 0px 0px 4px 4px;
        border: none;
    }

.btn:hover, .btn:focus {
    color: #337ab7;
}

.pubmymenu .divider {
    margin: 5px 0px;
}

.error {
    font-weight: normal;
}

.form-control {
    padding: 6px 6px;
    height: 36px;
}
/*搜索ICON图标*/
.searchicon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

    .nav-sidebar > li > a {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nav-sidebar > .active > a,
    .nav-sidebar > .active > a:hover,
    .nav-sidebar > .active > a:focus {
        color: #fff;
        background-color: #428bca;
    }
.table-input .form-control {
    padding: 0px 5px !important;
    border: none !important;
    border-radius: 0px !important;
}

.table-input tbody td {
    padding: 1px 1px !important;
    height: 38px;
}
body {
    /*padding-top: 50px;*/
}
/*
 * Main content
 */

.main {
    padding: 0px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.main .page-header {
    margin-top: 0;
}
/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

    .placeholders h4 {
        margin-bottom: 0;
    }

.placeholder {
    margin-bottom: 20px;
}

    .placeholder img {
        display: inline-block;
        border-radius: 50%;
    }
/*bootstrap-treeview*/
.list-group-item {
    color: #336699;
    border: none;
}

    .list-group-item:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

.footer {
    position: static;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #080808;
    color: #fff;
    overflow: hidden;
}

.breadcrumb {
    margin-bottom: 0px;
    border-bottom: solid 1px #ebebeb;
    border-radius: 0px;
    background-color: #f9f9f9 !important;
}

.breadcrumblist {
    margin-bottom: 0px;
    border-bottom: solid 1px #ebebeb;
    border-radius: 0px;
    background-color: #f9f9f9 !important;
    margin-left: -15px;
    margin-right: -15px;
}



.jumb-login {
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.3),0 0 6px 2px rgba(0,0,0,0.15);
    opacity: 0.95;
    padding: 10px 48px 30px 48px;
    margin-top: calc(50vh - 181px);
}

.pj-title {
    margin: 0px 0px 20px 0px;
    width: 100%;
    color: #337ab7;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 22px;
    line-height: 36px;
}

.home-jumbotron {
    padding: 15px 15px;
}

.container .jumbotron {
    padding: 35px 35px;
}

.home-jumbotron h2 {
    margin-top: 10px;
}

.ali-main-register {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(40));
}

.card-area .card-item.active {
    z-index: 100;
    border: 1px solid #00c1de;
    box-shadow: 0 0 20px rgba(0, 198, 226, 0.5);
    width: 34%;
    height: 563px;
}

.card-area .card-item {
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    position: relative;
    float: left;
    width: 22%;
    height: 548px;
    background-color: #ffffff;
    border: 1px solid #DBDBDD;
}

    .card-area .card-item + .card-item {
        margin-left: -1px;
    }

.card-item .card {
    width: 100%;
    padding: 15px 15px;
}

.div-row-even {
    background-color: #e2e2e2;
    padding: 15px 15px;
}

.div-row-odd {
    background-color: #ebebeb;
    padding: 15px 15px;
}

.div-5 div {
    width: 20%;
    display: block;
    float: left;
}

.navbar-nav .active {
    background-color: #ffffff;
    color: #333333;
}

.navbar-inverse .navbar-nav > li > a {
    color: #efefef;
}

    .navbar-inverse .navbar-nav > li > a > b {
        color: #ff0000;
        font-size: 14px;
    }

.table-hover th {
    white-space: nowrap;
}

.table-hover input {
    cursor: pointer;
}

.table-responsive td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table-responsive tr:hover {
    background-color: #f1f9ff;
}

.subdiv {
    padding: 20px 20px 0px 20px;
    margin-top: -1px;
    border: solid 1px #cccccc;
    border-radius: 0px 0px 4px 4px;
    background-color: #ffffff;
    overflow: auto;
    max-height: 360px;
    min-height: 260px;
}

.son-menu > td {
    background-color: #36394d;
}

    .son-menu > td:hover {
        background-color: #36394d;
    }

.son-menu dd {
    color: #ffffff;
}

.search-div input {
    min-width: 90px;
    line-height: 18px !important;
    padding: 6px 6px;
    height: auto;
    display: inline-block;
}

.search-div .date_date {
    width: 90px;
}

.search-div select {
    width: auto;
    max-width:120px;
    line-height: 18px !important;
    padding: 6px 6px;
    height: auto;
    display: inline-block;
}

.search-div .date_time {
    width: 150px !important;
}

.list-item {
    height: 100%;
    display: flex;
    align-items: center;
}

.list-img {
    font-size: 16px;
    cursor: pointer;
    margin-right: 5px;
}

.list-img-img {
    font-size: 16px;
    cursor: pointer;
    margin-right: 5px;
    display: inline-flex;
    width: 20px;
    height: 15px;
    overflow:hidden;
}

    .list-img-img img {
        width: 20px;
        height: 15px;
        overflow:hidden;
    }
/*list*/
.cbit, .cbigint, .cdate, .cdatetime, .clistedit, .corder {
    text-align: center;
}

.clistedit {
    text-overflow: initial !important;
    overflow: hidden;
    /*white-space:normal !important;*/
}

.cordernumber {
    text-align: center;
    background-color: #f1f7ff;
}

.cint, .cbigin t, .cdecimal {
    font-weight: bold;
}

.cdecimal, .cint {
    text-align: right;
}

.cbit, .cint, .cdate, .clistson_edit, .clistedit {
    text-align: center;
}

.cdecimal {
    text-align: right;
}

.clistedit span, .clistson_edit span, .clistson_edit_com span {
    cursor: pointer;
    font-size: 14px;
    padding: 0px 5px;
    font-weight: bold;
    margin: 0px 5px;
}

    .clistedit span:hover, .clistson_edit span:hover, .clistson_edit_com span:hover {
        color: #ff0000;
    }

.clistedit .spanbtn {
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    font-weight: normal !important;
    margin-right: 8px;
}

.clistedit .btn1 {
    border-bottom: solid 1px #333399;
    color: #333399;
}

.clistedit .btn2 {
    border-bottom: solid 1px #FFCC33;
    color: #FFCC33;
}

.clistedit .btn3 {
    border-bottom: solid 1px #FF9999;
    color: #FF9999;
}

.clistedit .btn4 {
    border-bottom: solid 1px #669999;
    color: #669999;
}

.clistedit .btn5 {
    border-bottom: solid 1px #CCCC00;
    color: #CCCC00;
}

.clistedit .btn6 {
    border-bottom: solid 1px #990066;
    color: #990066;
}

.clistedit .btn7 {
    border-bottom: solid 1px #003399;
    color: #003399;
}

.clistedit .btn8 {
    border-bottom: solid 1px #6666FF;
    color: #6666FF;
}

.clistedit .btn9 {
    border-bottom: solid 1px #FF9999;
    color: #FF9999;
}

.clistedit .btn0 {
    border-bottom: solid 1px #990066;
    color: #990066;
}

.clistedit .spanbtn_update {
    border-bottom: solid 1px #008CBA;
    color: #008CBA;
}

.clistedit .spanbtn_passed {
    border-bottom: solid 1px #008CBA;
    color: #008CBA;
}

.spanbtn_update {
    border-bottom: solid 1px #008CBA;
    color: #008CBA;
    cursor: pointer;
}

.clistedit .spanbtn_del {
    border-bottom: solid 1px #f44336;
    color: #f44336;
}

.clistedit .spanbtn_print {
    border-bottom: solid 1px #ff9900;
    color: #ff9900;
    cursor: pointer;
}

    .clistedit .spanbtn_print:hover, .clistedit .spanbtn_del:hover, .clistedit .spanbtn_update:hover {
        text-decoration: none;
    }


.ctext {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
}

.col-info {
    color: #999999;
    /*padding: 5px 0px 0px 0px;*/
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    /*min-height: 65px;*/
}

    .col-info:hover {
        background-color: #F9F9FA;
    }

.col-view21 {
    width: 50%;
    float: left;
    overflow: hidden;
}

.col-view2 {
    width: 66.66667%;
    float: left;
    overflow: hidden;
}

.col-view3 {
    width: 33.33333%;
    float: left;
    overflow: hidden;
}

.col-view4 {
    width: 25%;
    float: left;
    overflow: hidden;
}

.col-view5 {
    width: 20%;
    float: left;
    overflow: hidden;
}

.col-view6 {
    width: 16.66666667%;
    float: left;
    overflow: hidden;
}

.col-view1 {
    width: 100%;
    float: left;
    overflow: hidden;
}

.labelinfo {
    padding: 0px 0px;
    width: 100%;
    border-bottom: dashed 1px #dfdfdf;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    min-height: 30px;
    margin-bottom: 0px !important;
}

.modal-body-overflow {
    position: relative;
    overflow: auto;
    max-height: calc(100% - 50px);
}

.alert-danger {
    display: inline-block;
    right: 15px;
    position: fixed;
    bottom: 45px;
    z-index: 1999;
}

.upload-select {
    float: left;
    height: 36px;
    display: inline-block;
}

.upload-img, .uploaded-img, .uploadview-img {
    margin: 0px 0px 0px 10px;
    line-height30px;
    float: left;
    font-size: 12px;
    background-color: #ffffff;
}

    .upload-img div, .uploaded-img div, .uploadview-img div {
        width: 32px;
        height: 32px;
        margin: 0px 0px 0px 10px;
        display: inline-block;
        border-radius: 4px;
        text-align: center;
        vertical-align: middle;
        background: url(/images/picture.png) center center no-repeat;
        background-size: 32px 32px;
    }

        .uploaded-img div span {
            font-size: 18px;
            color: #ff0000;
            float: right;
            top: -5px;
            right: -5px;
            cursor: pointer;
        }

        .uploadview-img div span {
            display: none;
        }

.son-menu-list {
    text-align: center;
}

    .son-menu-list span {
        cursor: pointer;
        color: #337ab7;
        font-size: 12px;
    }

#Vsx {
    float: left;
    display: inline;
    position: absolute;
    z-index: 9999;
    left: 0px;
    top: 0px;
    display: inline;
}

.vmsgdiv {
    max-width: 510px;
    float: left;
    color: #333333;
    display: inline;
    margin: 0px;
    background-color: #f1f7ff;
    padding: 5px;
    line-height: 22px;
    border-radius: 4px;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.3),0 0 6px 2px rgba(0,0,0,0.15);
}

    .vmsgdiv ul li img {
        float: left;
        display: inline;
        margin: 0px;
        padding: 0px;
    }

    .vmsgdiv b {
        color: #0066aa;
        font-weight: normal;
    }


.nav-tabs > li.active > dd, .nav-tabs > li.active > dd:hover, .nav-tabs > li.active > dd:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: pointer;
}

.nav-tabs > li > dd {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > dd {
    position: relative;
    display: block;
    padding: 10px 15px;
}

/*.diy-context{ border:solid 1px #3a3d3f; background-color:#ffffff; margin:30px auto;  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); border-radius:4px;  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);}*/
.diy-context {
    background-color: #ffffff;
    margin: 0px auto;
}

.formw12 {
    width: 11.5%;
    display: inline-block;
    margin-right: 1%;
}

.formw37 {
    width: 36.5%;
    display: inline-block;
    margin-right: 1%;
}

.formw63 {
    width: 62.5%;
    display: inline-block;
    margin-right: 1%;
}

.formw20 {
    width: 19%;
    display: inline-block;
    margin-right: 1%;
}

.formw40 {
    width: 39%;
    display: inline-block;
    margin-right: 1%;
}

.formw60 {
    width: 59%;
    display: inline-block;
    margin-right: 1%;
}

.formw75 {
    width: 74%;
    display: inline-block;
    margin-right: 1%;
}

.formw80 {
    width: 79%;
    display: inline-block;
    margin-right: 1%;
}

.formw25 {
    width: 24%;
    display: inline-block;
    margin-right: 1%;
}

.formw16 {
    width: 15.6667%;
    display: inline-block;
    margin-right: 1%;
}

.formw83 {
    width: 82.33333%;
    display: inline-block;
    margin-right: 1%;
}

.formw32 {
    width: 32.333333%;
    display: inline-block;
    margin-right: 1%;
}

.formw65 {
    width: 65.666667%;
    display: inline-block;
    margin-right: 1%;
}

.formw48 {
    width: 48.5%;
    display: inline-block;
    margin-right: 1%;
}

.formw100 {
    width: 99%;
    display: inline-block;
    margin-right: 1%;
}

.index-titlebig {
    width: 100%;
    text-align: center;
    color: #2cd2e9;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    padding: 60px 0px;
}

.index-pagebig {
    text-align: center;
    padding: 0px 0px;
}

    .index-pagebig div {
        width: 140px;
        margin: 20px 20px;
        cursor: pointer;
        color: #2cd2e9;
        font-size: 16px;
        font-family: 'Microsoft YaHei';
        text-align: center;
        display: inline-block;
        padding: 20px 20px;
        height: 140px;
        border-radius: 70px;
    }

        .index-pagebig div img {
            width: 48px;
            height: 48px;
        }

        .index-pagebig div:hover {
            background-color: #2cd2e9;
            color: #ffffff;
        }

        .index-pagebig div p {
            width: 100px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin: 8px 0px 0px 0px;
            display: inline-block;
            float: left;
            text-align: center;
        }


.index-title {
    width: 100%;
    text-align: center;
    color: #2cd2e9;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    padding: 30px 0px;
}

.index-page {
    text-align: center;
    padding: 0px 0px;
    width: 98%;
    margin: 10px 1%;
    background-color: rgba(230,230,230,0.1);
    padding: 20px 0px;
    border-radius: 10px;
    border: solid 1px #f9f9f9;
}

    .index-page div {
        width: 12%;
        margin: 0px 0px;
        cursor: pointer;
        color: #2cd2e9;
        font-size: 16px;
        font-family: 'Microsoft YaHei';
        text-align: center;
        display: inline-block;
    }

        .index-page div img {
            width: 36px;
            height: 36px;
        }

        .index-page div:hover {
            color: #dc0000;
        }

        .index-page div p {
            width: 100%;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin: 8px 0px 0px 0px;
            display: inline-block;
            float: left;
            text-align: center;
        }

.demo .row-fluid .ui-sortable {
    max-width: 100%;
    overflow: auto;
    max-height: 800px;
}

.table td {
    max-width: 1200px;
    vertical-align: middle !important;
}


.list-color0 {
    color: #009900;
}

.list-color1 {
    color: #999999;
}

.list-color2 {
    color: #ff0000;
}

.list-color3 {
    color: #337ab7;
}

.list-color4 {
    color: #00b187;
}

.list-color5 {
    color: #9b1818;
}

.list-color6 {
    color: #337ab7;
}

.form-groups {
    margin-bottom: 0px !important;
    overflow: hidden;
    min-height: 35px;
}

.form-controls {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 6px;
    font-size: 12px;
    line-height: 28px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: normal !important;
}

.specialinfo {
    width: 100%;
}

    .specialinfo span {
        padding: 5px 10px;
        line-height: 20px;
        background-color: #ff9900;
        color: #ffffff;
        border: solid 1px #ff9900;
        margin: 5px 10px 5px 0px;
        float: left;
        display: inline-block;
        border-radius: 5px;
    }

.divprovince3, .divprovince2, .divprovince1 {
    top: 0px;
}

    .divprovince3 select {
        width: 32%;
        margin-right: 1%;
        display: inline-block;
    }

    .divprovince2 select {
        width: 49%;
        margin-right: 1%;
        display: inline-block;
    }

    .divprovince1 select {
        width: 100%;
    }

.lone-menu div {
    float: left;
    display: block;
    width: 100%;
    height: 30px;
    color: #cacaca;
    line-height: 30px;
    cursor: pointer;
    margin: 5px 0px;
    overflow: hidden;
}

    .lone-menu div img {
        width: 16px;
        height: 16px;
        margin: 7px 7px 7px 7px;
        -webkit-filter: grayscale(50%);
        -moz-filter: grayscale(50%);
        -ms-filter: grayscale(50%);
        -o-filter: grayscale(50%);
        filter: grayscale(50%);
        filter: gray;
    }

.lone-menu .lone-menuon {
    color: #337ab7;
    background-color: #f9f9f9;
    border-left: solid 2px #f9f9f9;
}

    .lone-menu .lone-menuon img {
        filter: initial;
    }

.lone-menutwo {
    background-color: #f9f9f9;
}


.ulevel2 {
    width: 80px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 10px;
    float: left;
    display: block;
}

    .ulevel2 div {
        float: left;
        display: block;
        width: 100%;
        height: 20px;
        line-height: 20px;
    }

    .ulevel2 > :first-child div {
        background-color: #337ab7 !important;
    }

.ulevelfa {
    height: 60px;
    border-radius: 10px;
    float: left;
    display: block;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 60px;
    width: 80px;
}

.ulevel0 {
    height: 60px;
    border-radius: 10px;
    float: left;
    display: block;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 60px;
    width: 80px;
}

.ulevel1 {
    float: left;
    display: block;
    min-width: 80px;
}


.nav-sonpage::-webkit-scrollbar {
    height: 6px;
}

.nav-sonpage::-webkit-scrollbar-thumb {
    background: #ddd;
}

.nav-sonpage {
    float: left;
    display: block;
    min-width: 560px;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

    .nav-sonpage li label {
        font-weight: normal !important;
    }

    .nav-sonpage li {
        float: none !important;
        display: inline-block;
        padding: 0px 19px 0px 10px;
        color: #999999;
        line-height: 30px;
        height: 30px;
        margin-top: 20px;
        background-color: #ffffff;
        border-radius: 5px 5px 0px 0px;
        position: relative;
        border-right: solid 1px #999999;
        cursor: pointer;
    }

        .nav-sonpage li:first-child {
            padding: 0px 10px 0px 10px;
        }

    .nav-sonpage div {
        position: absolute;
        z-index: 1000;
        right: 1px;
        top: 1px;
        color: #999999;
        float: left;
        display: block;
        border-radius: 50%;
        height: 15px;
        width: 15px;
        cursor: pointer;
    }

        .nav-sonpage div:hover {
            background-color: #cfcfcf;
            color: #333333;
        }

    .nav-sonpage .active {
        background-color: #337ab7;
        border-right: solid 1px #337ab7;
        color: #ffffff;
    }

        .nav-sonpage .active div {
            color: #efefef;
        }

.sonpageiframe {
    width: 100% !important;
    height: 100% !important;
}

.labinfo {
    width: 120px !important;
    text-align: right;
}

.onetomany_div {
    width: 100%;
    border: solid 1px #cfcfcf;
    border-radius: 6px;
    padding: 10px 10px;
}
.onetomany_tablelist {
    position:relative;
    max-height:300px;
    overflow:hidden;
    overflow-y:auto;
    overflow-x:auto;
}
    .onetomany_div table{
        margin-bottom:0px !important;
    }


.data-onetomany, .data-onetomanybg {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

.data-onetomanybg {
    background-color: #f1f7ff;
    padding: 10px 10px;
    border: solid 1px #efefef;
    border-radius: 5px;
}

.span_onetomany, .otm_spanview {
    cursor: pointer;
    color: #337ab7;
    text-decoration: underline;
}

.table_min input, .table_min select {
    line-height: 20px;
    height: 32px;
}

#msg-view {
    max-width: 350px;
    max-height: 300px;
    overflow: hidden;
}
.ad_searchcssinfo {
    float: left;
    background-color: #ffffff;
    width: 100%;
    line-height: 32px;
    height:32px;
    border-radius: 0px;
    overflow: hidden;
    padding: 0px 10px;
    text-align: left;
    color: #999999;
}
    .ad_searchcssinfo laebl {
        cursor: pointer;
    }
    .ad_searchcssinfo b {
        color: #337ab7;
    }
    #ad_search {
        width: 100%;
    }
.ad_searchcss {
    float: left;
    z-index: 10;
    background-color: #ffffff;
    width: 100%;
    line-height: 32px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0px 0px;
    text-align: left;
    cursor: pointer;
    color: #999999;
}
.ad_searchcss label {
    margin-right: 10px;
}

.ad_searchcss .label_search_floor1 {
    margin-left: 30px;
}
.ad_searchcss .label_search_floor2 {
    margin-left: 60px;
}
.ad_searchcss .label_search_floor3 {
    margin-left: 90px;
}

.ad_searchcss b {
    color: #337ab7;
}

.select_div div {
    position: relative;
    width: 155px;
    border: solid 1px #efefef;
    float: left;
    border-radius: 4px;
    display: block;
    padding: 15px 15px 10px 5px !important;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    cursor: move;
}
    .select_div div label{
        height:22px;
        overflow:hidden;
    }

    .select_div span {
        position: absolute;
        top: 5px;
        right: 5px;
        float: left;
        display: block;
        background-color: #337ab7;
        color: #ffffff;
        width: 20px;
        line-height: 20px;
        border-radius: 50%;
        font-size: 10px;
        text-align: center;
    }

.select_div .active {
    background-color: #f1f7ff;
    border: solid 1px #dfdfdf;
}

.imgicon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 8px;
    top: 5px;
    z-index: 1;
    cursor: pointer;
}

.img_bgpic {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 8px;
    bottom: 5px;
    z-index: 1;
    cursor: pointer;
}

.imgbglist .imgbgdiv {
    width: 120px;
    height: 90px;
    margin: 10px 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: solid 4px #ffffff;
    border-radius: 6px;
    float: left;
    display: block;
    line-height: 90px;
    text-align: center;
    color: #ffffff;
}

.imgbglist .active {
    border: solid 4px #337ab7;
}

.nowpage {
    color: #dc0000 !important;
    font-size: 14px;
    font-weight: bold;
}

/*报表设置模块样式*/
.report_set {
    width: 100%;
    padding: 0px 0px;
}

    .report_set .r_column {
        padding: 15px 15px;
        float: left;
        display: block;
        min-height: 300px;
        max-height: 300px;
        color: #ffffff;
        position: relative;
        overflow: hidden;
        overflow-y: auto;
        color: #666666;
    }

.r_column div {
    width: 130px;
    padding: 10px 15px;
    margin: 1% 1% 0px 0px;
    float: left;
    display: block;
    height: 90px;
    background-color: #ffffff;
    border-radius: 4px;
}

    .r_column div input, .r_column div select {
        max-width: 100px;
        border: solid 1px #cfcfcf;
        border-radius: 4px;
        line-height: 20px;
        height: 22px;
        margin-top: 5px;
    }

.report_type {
    width: 100%;
    line-height: 21px;
    float: left;
    display: block;
}

.r_c_date {
    background-color: #f0f0f0;
    width: 100%;
}

.r_c_word {
    background-color: #f0f0f0;
    width: 100%;
}

.r_c_num {
    background-color: #f0f0f0;
    width: 100%;
}

/*通知*/
.notice_li {
    position: relative;
    line-height: 50px;
    color: #efefef;
    cursor: pointer;
    margin-right: 20px;
}

    .notice_li .notice_num {
        display: none;
        position: absolute;
        z-index: 10;
        border-radius: 50%;
        height: 18px;
        width: 18px;
        line-height: 20px;
        text-align: center;
        background-color: #dc0000;
        color: #ffffff !important;
        top: 8px;
        left: 11px;
        font-size: 11px;
    }

.notice_list {
    float: left;
    display: none;
    width: 360px;
    position: absolute;
    z-index: 9;
    left: -340px;
    top: 40px;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

    .notice_list div {
        width: 100%;
        float: left;
        display: block;
        border-bottom: dashed 1px #efefef;
        margin: 0px 0px;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        padding: 0px 10px;
    }

    .notice_list a {
        font-size: 14px;
    }

    .notice_list span {
        color: #bbbbbb;
        padding-left: 10px;
        font-size: 12px;
        float: right;
    }


/*三级菜单之一级菜单*/
.menu_one_list {
    float: left;
    display: none;
    width: 160px;
    position: absolute;
    z-index: 9;
    left: 0px;
    top: 40px;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

    .menu_one_list ul {
        width: 100%;
        float: left;
        display: block;
        border-bottom: dashed 1px #efefef;
        margin: 0px 0px;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        padding: 0px 10px;
    }

    .menu_one_list li {
        font-size: 16px;
        text-decoration: none;
        line-height: 40px;
        cursor: pointer;
    }

    .menu_one_list img {
        width: 16px;
        height: 16px;
        vertical-align: central;
    }

.user_department {
    border-radius: 5px;
    border: solid 1px #cfcfcf;
    padding: 5px 15px 5px 15px;
    width: 100%;
}

    .user_department .user_son_div {
        width: 100%;
        padding: 5px 5px;
        position: relative;
        max-height: 160px;
        overflow: hidden;
        overflow-y: auto;
    }

.department_div {
    border-radius: 5px;
    border: solid 1px #cfcfcf;
    padding: 15px 15px;
    width: 100%;
}

.notice_title {
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.notice_datetime {
    width: 100%;
    text-align: center;
    line-height: 32px;
    color: #999999;
}

.notice_info {
    font-size: 16px;
    text-indent: 20px;
    line-height: 26px;
    position: relative;
    max-height: 360px;
    overflow: hidden;
    overflow-y: auto;
}

#pagelist ul, #son_pagelist ul {
    padding-left: 0px !important;
}

#son_pagelist {
    margin-top: 0px;
}

.bt_foot {
    float: left;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    border-top: solid 1px #efefef;
    background-color: #f9f9f9;
}
/*处理界面详单信息*/
.data_handle_info {
    padding: 10px 10px;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    background-color: #f9f9f9;
    width: 100%;
    margin-bottom: 10px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.yd_div_data {
    width: 100%;
    margin-bottom: 10px;
    max-height: 300px;
    overflow-x: auto;
    overflow-y: auto;
}

.oneview_div {
    width: 100%;
    position: relative;
    max-height: 220px;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px 20px;
    background-color: #f7f7f7;
    border-bottom: solid 1px #efefef;
}

.oneview_list {
    width: 100%;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    padding: 15px 20px;
}

.addatchdiv {
    background-color: #f7f7f7;
    border-bottom: solid 1px #efefef;
    max-height: 320px;
    overflow: auto;
    webkit-box-shadow: 0 1px 2px rgb(255,255,255,50%);
    box-shadow: 0 1px 2px rgb(255,255,255,50%);
}

    .addatchdiv .atchdiv_rows {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }
.addatchdiv td {
    min-width:60px !important;
}

.formwattche {
    float: left;
    display: block;
    min-width: 120px;
    display: inline-block;
    margin-right: 10px;
}

.formwnumber {
    float: left;
    display: block;
    width: 30px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    margin-right: 1%;
}

.bmsg_notice {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 5px;
    background-color: #ffffff;
    border: solid 1px #dc0000;
    border-radius: 50%;
    color: #dc0000;
    font-size: 10px;
}

/*高德地图*/
#pickerBox {
    position: absolute;
    z-index: 9999;
    top: 20px;
    right: 28px;
    width: 200px;
}

#pickerInput {
    width: 200px;
    padding: 5px 5px;
}

#poiInfo {
    background: #fff;
}

.bigint_table_search {
    width: 100%;
    position: relative;
    max-height: 300px;
    overflow: auto;
}

.second_menulist {
    width: 100%;
    padding: 10px 10px;
    display: inline-block;
}

    .second_menulist span {
        display: inline-block;
        padding: 5px 15px;
        height: 32px;
        line-height: 22px;
        border: solid 1px #dfdfdf;
        color: #999999;
        margin-right: 10px;
        border-radius: 6px;
        cursor: pointer;
    }

    .second_menulist .active {
        background-color: #eb6300;
        border: solid 1px #eb6300;
        color: #ffffff;
    }

.power_checked {
    width: 100%;
}

.notice_div {
    position: fixed;
    right: 10px;
    bottom: 2px;
    width: 300px;
    height: 100px;
    padding: 0px 0px;
    margin: 0px 0px;
    display: inline-block;
    z-index: 9;
}

    .notice_div .notice_info {
        border-radius: 5px;
        width: 300px;
        height: 100px;
        background-color: #f7f7f7;
        background-image: url(/img/notice_bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
        margin: 0px 0px;
        padding: 0px 0px;
        display: inline-block;
    }

    .notice_div .notice_title {
        display: inline-block;
        width: 100%;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        color: #eb6300;
        font-size: 16px;
        text-align: left;
        margin-left: 0px;
        float: left;
    }

    .notice_div .notice_image {
        display: inline-block;
        width: 50px;
        height: 50px;
        background-position: center center;
        background-size: contain;
        margin-left: 16px;
        float: left;
    }

    .notice_div .notice_context {
        width: 220px;
        display: inline-block;
        height: 50px;
        line-height: 25px;
        color: #333333;
        float: left;
        overflow: hidden;
    }

    .notice_div .notice_close {
        width: 40px;
        height: 40px;
        position: absolute;
        z-index: 10;
        right: 0px;
        top: 0px;
        font-size: 18px;
        cursor: pointer;
        color: #eb6300;
    }

.more-search {
    width: 100%;
    background-color: #f1f7ff;
    padding: 15px 15px;
    position: absolute;
    top: 50px;
    z-index: 9;
    border-bottom: solid 1px #dfdfdf;
    border-top: solid 1px #dfdfdf;
    max-height: 134px;
    overflow: hidden;
    overflow-y: auto;
}
.more-searchtop {
    min-width: 50%;
}
.more-searchtop select{
    min-width:100%;
}
    .more-searchtop .more-search-label {
        width: 15.6%;
        margin-right:0.5%;
    }

.more-search-input {
    height: 28px;
    padding: 1px 6px;
    line-height: 28px;
    border: solid 1px #cfcfcf;
    border-radius: 6px;
    width: 100%;
}

.more-search .more-search-label {
    width: 15.6%;
    margin-right: 1%;
}

.more-search .more-search-ti {
    width: 100%;
    color: #999999;
}


/*打印表单样式 */

.print_table {
    width: 810px;
    /*height: 300px;*/
    text-align: center;
    border-collapse: collapse;
    margin: 0 auto;
}

    .print_table td, .print_table th {
        border: 1px black solid;
        background-color: white;
        height: 20px;
        width: 38.57px;
    }

    .print_table .td_right {
        border: none;
        text-align: right;
    }

    .print_table .td_left {
        text-align: left;
        padding-left: 10px;
    }

    .print_table .td_center {
        text-align: center
    }

    .print_table .td_noborder {
        border: none;
        text-align: center;
        padding-top: 5px;
    }



.print_title {
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
}

.power_checked_group{
    margin-right:10px;
}
.power_checked_group input{
    margin:-2px 0px 0px 0px !important;
}

.bgtrselect {
    background-color: #2e6da4 !important;
    color: #ffffff !important;
}

    .bgtrselect .cordernumber {
        background-color: #f1f7ff !important;
        color: #333333 !important;
    }

.operationCss {
    color: #337ab7;
    position: relative !important;
}
    .operationCss div {
        display: none;
        webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
        box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    }

.clistedit{
    overflow:inherit !important;
}
.operationCss .operationShow {
    display: block;
    position: absolute;
    min-width: 100px;
    left: 4px;
    top: 4px;
    z-index: 1;
    background-color: #ffffff;
    border: solid 1px #cfcfcf;
    padding: 5px 10px;
    border-radius: 6px;
    overflow: inherit !important;
}
    .operationCss .operationShow a, .operationCss .operationShow span{
        min-width: 100px !important;
        text-align: left;
        display: inline-block;
        border-bottom: none;
        float: left;
        line-height: 24px;
    }

.status_counts {
    margin-left: 2px;
    border: solid 1px #dadada;
    color: #337ab7;
    background-color: #f9f9f9;
    padding: 0px 3px;
    line-height: 18px;
    border-radius: 18px;
    font-size: 10px;
    min-width: 20px;
    text-align: center;
}

.menudraft{
    display:flex;
    margin-right:10px;
}
    .menudraft div {
        line-height: 22px;
        padding: 2px 10px 2px 5px;
        border: solid 1px #efefef;
        background-color: rgba(255,255,255,0.1);
        margin-left: 5px;
        border-radius: 5px;
        cursor: pointer;
        color:#999999;
    }
    .menudraft .active {
        background-color: #337ab7;
        border: solid 1px #337ab7;
        color: #ffffff;
    }


.boxhead{
    margin:0px auto;
    width:100%;
}
    .boxhead .top {
        padding: 10px 115px;
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
    }

        .boxhead .top .left {
            height: 70px;
            display: flex;
            align-items: center;
        }
        .boxhead .top  img{
            height: 70px;
        }

        .boxhead .top .right {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .boxhead .top .right .phone {
                font-size: 30px;
                font-family: DINAlternate-Bold, DINAlternate;
                font-weight: bold;
                color: #6AC335;
                line-height: 35px;
            }

            .boxhead .top .right .text {
                font-size: 14px;
                font-family: PingFangSC-Regular, PingFang SC;
                font-weight: 400;
                color: #666666;
                line-height: 20px;
                letter-spacing: 8px;
            }

.search-div label{
    margin-bottom:0px !important;
}
.menutype {
    background-image: -moz-linear-gradient(90deg, rgb(230,240,230) 0%, rgb(250,240,240) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(230,240,230) 0%, rgb(250,240,240) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(230,240,230) 0%, rgb(250,240,240) 100%);
    background-image: linear-gradient(90deg, rgb(230,240,230) 0%, rgb(250,240,240) 100%);
    margin-left: -15px;
    margin-right: -15px;
    display:block;
    float:left;
    width:calc(100% + 30px);
}

.addatchbox {
    margin: 0px 0px;
    padding-left: 0px;
}

.historyIcon{
    position:absolute;
    top:8px;
    right:40px;
}
.historyIcon img{
    width:16px;
    cursor:pointer;
}

.historyDiv{
    width:100%;
    position:relative;
    max-height:70vh;
    overflow:hidden;
    overflow-y:auto;
}

/*常用菜单*/
.CommonMenuDiv {
    width: 160px;
    height: 100%;
    top: 0px;
    right: 0px;
    border-left: solid 1px #dfdfdf;
    background-color: #f7f7f7;
    position: fixed;
    z-index: 9999;
    display: none;
}
.CommonMenuIndex {
    width: 100% !important;
    border: 1px solid rgb(204, 204, 204);
    height: auto;
    padding: 10px 10px;
    border-radius: 8px;
    margin-top: 10px;
    display: inline-block;
}
    .CommonMenuIndex div {
        line-height: 22px;
        padding: 5px 15px;
        width: 16.65%;
        text-align: left;
        display: inline-block;
        cursor: pointer;
        font-size: 14px;
    }
    .CommonMenuDiv div{
        line-height: 22px;
        padding: 10px 15px;
        width: 160px;
        text-align: left;
        display: inline-block;
        cursor: pointer;
        font-size: 14px;
    }
.CommonMenuTitle {
    width: 100% !important;
    padding: 5px 15px;
    line-height: 30px !important;
    color: #008CBA !important;
    font-weight: bold !important;
}
.CommonMenuTitle span {
    width: 4px;
    height: 14px;
    background-color: #008CBA;
    border-radius: 4px;
    margin: 8px 8px 8px 0px;
    float: left;
    display: inline-block;
}

.commonMenuList:hover, .commonMenuList:hover {
    color: #337ab7;
}
.commonMenuAdd:hover {
    color: #337ab7;
}
.commonMenuList span {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #337ab7;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.cMenuDiv {
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
}
.cMenuTopRight {
    height: 50px;
    width: 8px;
    position: fixed !important;
    top: 0px;
    right: 0px;
    background-color: rgba(255,255,255,0.1);
    z-index: 1;
}

/*打印样式*/
.xuprint-printPaper.design {
    overflow: hidden;
    background-color: #ffffff;
}
.xuprint-printElement-content {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.xuprint-printElement-text-content {
    width: 100px;
    height: 30px;
    text-align: center;
    vertical-align: central;
}
.xuprint-printElement-table-content table {
    width: 100%;
    margin-bottom: 0px;
}
.xuprint-printElement-table-content {
    width: 90%;
    padding: 2px 2px;
}
.xuprint-printElement-image-content, .xuprint-printElement-qrCode-content {
    width: 100px;
    height: 100px;
}
.xuprint-printElement-barCode-content {
    width: 120px;
    height: 40px;
}
.xuprint-printPaper .table-bordered > tfoot > tr > td, .xuprint-printPaper .table-bordered > thead > tr > td, .xuprint-printPaper .table-bordered > tbody > tr > td {
    border: 1px solid #000000;
    padding: 0px 0px;
}

#printInfoDiv .xuprint-printElement-content {
    border:none;
}
#printInfoDiv .xuprint-printElement-table-content{
    padding:0px 0px;
}
#printInfoDiv td {
    border: solid 1px #000000 !important;
    padding: 0px 0px;
}

/* 列头搜索 */
#datahead1 td, #datahead  td{
    padding-right: 18px;
}

.searchIcon {
    cursor: pointer;
    width: 12px;
    height: 12px;
    line-height: 12px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 12px;
}
.searchOff{
    background-image:url(/static/v1.0.0/images/searchOff.png);
}

.searchOn{
    background-image:url(/static//v1.0.0//images//searchOn.png);
}
.searchColumnView {
    width: 260px;
    min-height: 120px;
    background-color: #f7f7f7;
    border: solid 1px #dfdfdf;
    border-radius: 6px;
    position: absolute;
    z-index: 10;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    padding: 10px 10px;
}
    .searchColumnView ul{
       list-style:none;
       width:100%;
       float:left;
       padding:0px 0px;
       margin:0px 0px;
    }
    .searchColumnView .columnbtn{
        display:flex;
        margin:6px 6px 0px 0px;

    }
    .searchColumnView .columnSecrhGroup {
        width: 100%;
        background-color: #ffffff;
        border: solid 1px #efefef;
        border-radius: 6px;
        padding: 10px 10px;
        position: relative;
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
    }
    .searchColumnView .columnSecrhGroup label{
        width:100%;
        line-height:22px;
        vertical-align:middle;
    }
        .searchColumnView .columnSecrhGroup label input{
            margin-top:-2px;
        }

    .searchColumnView .columnSecrDiv {
        width: 100%;
        background-color: #ffffff;
        border: solid 1px #efefef;
        border-radius: 6px;
        padding: 10px 10px;
        display:inline-block;
    }
.searchColumnView .columnUl li {
    width: 100%;
    display: flex;
}
    .searchColumnView .columnUl li label {
        line-height: 28px;
    }
    .searchColumnView .columnUl li input {
        line-height: 22px;
        height: 28px;
    }
    .searchColumnView .columnSearchTi {
        min-width:50px;
    }
    .searchColumnView .columnBorderBottom {
        border-bottom: solid 1px #efefef;
        padding-bottom:8px;
        margin-bottom:10px;
    }


/*下拉框搜索样式*/
.select-container {
    position: relative;
    width: 100%;
}

    .select-container .select-option {
        position: absolute;
        display: none;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        border: 1px solid #ccc;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
        box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
        min-height: 200px;
    }
.moveMouseBox {
    cursor: move;
}

/*首页消息提示框*/
.prowerMsgDiv {
    width: 32px;
    height: 32px;
    background-position: left center;
    background-image: url(/static/v1.0.0/images/powermsgbgicon.png);
    background-size: 150% 150%;
    background-position: center center;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 66px;
    border-radius: 50%;
    border: solid 1px #efefef;
}

.prowerMsgDivOn {
    background-image: url(/static/v1.0.0/images/powermsgbg1.png);
    background-position: top right;
    background-size: 100% 100%;
    border: none !important;
    width: 218px;
    height: 178px;
    border-radius: 6px;
    right: 32px;
}

.prowerMsgDiv .prowerMsgText {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: move;
    line-height: 18px;
    text-align: center;
    color: #ff0000;
    left: -8px;
    top: -8px;
    font-size: 10px;
    background-color: #dc0000;
    color: #ffffff;
    border-radius: 50%;
}

.prowerMsgDiv .powerMsgList {
    width: 178px;
    margin: 20px 20px;
    position: relative;
    max-height: 158px;
    overflow: auto;
}

    .prowerMsgDiv .powerMsgList label {
        width: 100%;
        height: 32px;
        line-height: 32px;
        text-align: left;
        color: #337ab7;
        border-bottom: solid 1px #dfdfdf;
        overflow: hidden;
    }

        .prowerMsgDiv .powerMsgList label b {
            float: right;
            color: #dc0000;
        }