﻿html, body, form {
    background: #f0f3f8;
    height: 100%;
    margin: 0 auto;
    padding: 0px;
}

body {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
}

#nav ul {
    padding-left: 0px;
    font-size: 16px;
}

    #nav ul li {
        list-style-type: none;
        line-height: 50px;
        padding: 0 0 0 40px;
        cursor: pointer;
    }

        #nav ul li.cssz {
            background: url(../styles/images/Icons/房源档案.png) no-repeat;
            background-size: 35px 35px;
            background-position: 0% 50%;
        }

        #nav ul li.skgl {
            background: url(../styles/images/Icons/收款管理.png) no-repeat;
            background-size: 35px 35px;
            background-position: 0% 50%;
        }

        #nav ul li.tjbb {
            background: url(../styles/images/Icons/财务审计.png) no-repeat;
            background-size: 35px 35px;
            background-position: 0% 50%;
        }

        #nav ul li.xtsz {
            background: url(../styles/images/Icons/系统设置.png) no-repeat;
            background-size: 35px 35px;
            background-position: 0% 50%;
        }

        #nav ul li.znfa {
            background: url(../styles/images/Icons/单号设置.png) no-repeat;
            background-size: 35px 35px;
            background-position: 0% 50%;
        }

.panel-header, .panel-body {
    border-width: 0px;
}

.combo-p {
    border-radius: 3px !important;
    box-shadow: 0px 6px 15px #d5d5d5;
}

.datagrid-row-selected a {
    color: #fff;
}

.dialogtitle {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.btntoolbar.l-btn.btn_dialog_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

    .btntoolbar.l-btn.btn_dialog_close:hover {
        padding: 0;
    }

.datagrid-row-selected {
    background-color: #ecf5ff !important;
    color: #000;
}

::-webkit-scrollbar { /*滚动条整体样式*/
    height: 12px; /*高宽分别对应横竖滚动条的尺寸*/
    width: 12px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    border-style: dashed;
    border-color: transparent;
    border-width: 3px;
    background-color: rgba(157, 165, 183, 0.4);
    background-clip: padding-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(157, 165, 183, 0.7);
    }

.firsttab {
    margin-top: 30px;
}

table.info {
    width: 95%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0px;
    background: #fff;
    border-radius: 4px;
}

    table.info td {
        padding: 10px;
        width: 35%;
    }

        table.info td input[type=text], table.info td select, table.info td input[type=password] {
            width: 25%;
        }

    table.info tr:first-child td {
        padding-top: 15px;
    }

    table.info tr:last-child td {
        padding-bottom: 15px;
    }

    table.info td:nth-child(2n-1) {
        width: 15%;
    }

.table_title {
    padding: 10px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.tabs-header ul.tabs {
    border-width: 0px;
    padding: 5px 15px;
}

/*隐藏clsaa='hideborder' tabs table线*/
.hideborder .tabs-header {
    margin-bottom: -2px;
}

.tabs-header {
    background-color: #fff;
    border-color: #fff;
    padding-top: 0px;
    padding-left: 0px;
    border: solid 0.5px #e2e5eb;
    border-bottom: 0;
    margin-top: 1px;
}

.win_part .tabs-container .tabs-header {
    border: 0 !important;
    margin-top: 0px !important;
}

.tabs li {
    margin-right: 0px;
}

    .tabs li.tabs-selected {
        background: #fff;
    }

    .tabs li a.tabs-inner {
        color: #000;
        padding: 0px;
        margin: 0px;
        border: 0;
        border-radius: 0;
    }

        .tabs li a.tabs-inner span.tabs-title {
            display: inline-block;
            margin: 0px 20px;
            height: 40px;
            line-height: 40px;
            font-size: 15px;
        }

    .tabs li.tabs-first a.tabs-inner span.tabs-title {
        margin-left: 10px;
    }

    .tabs li.tabs-selected a.tabs-inner {
        background: none;
    }

        .tabs li.tabs-selected a.tabs-inner span.tabs-title {
            border-bottom: solid 2px #3367d6;
            color: #3367d6;
            padding-bottom: 0px;
            font-size: 15px;
        }

    .tabs li.tabs-selected {
    }

.tabs-closable {
    padding-right: 0;
    margin-right: 8px;
}

.tabs-header.tabs-header-left {
    background-color: #fff;
}

    .tabs-header.tabs-header-left .tabs {
        border-width: 0px;
    }

        .tabs-header.tabs-header-left .tabs li.tabs-selected {
            background: #fff;
        }

        .tabs-header.tabs-header-left .tabs li a.tabs-inner {
            color: #000;
            margin: 0px;
        }

            .tabs-header.tabs-header-left .tabs li a.tabs-inner span.tabs-title {
                margin: 0px;
                height: 35px;
                line-height: 35px;
            }

        .tabs-header.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
            background: #fff;
            border-radius: 0;
            color: #409eff;
            border: 0;
        }

.tabs li.tabs-first a.tabs-inner span.tabs-title {
}

.tabs li a.tabs-inner:hover {
    background: #fff;
    color: #666;
}

.accordion {
    border-width: 0px;
}

    .accordion .accordion-header {
        background-color: #f0f0f0;
        padding: 10px 0;
        border-width: 0px;
    }

    .accordion .accordion-header-selected {
        background-color: #f0f0f0;
    }

        .accordion .accordion-header .panel-title, .accordion .accordion-header-selected .panel-title {
            color: #000;
            margin-left: 0;
            font-size: 14px;
            font-weight: normal;
        }

    .accordion .accordion-body {
        border-width: 0px;
    }

    .accordion .datagrid {
        width: 96%;
        margin: 0 auto;
        border-radius: 6px;
    }

    .accordion .datagrid-header {
        background: #fff;
    }

    .accordion .datagrid-body {
        background: #fff;
    }

.datagrid-body .datagrid-editable {
    margin-right: 0px;
}

.datagrid-body {
    position: relative;
}

.mainLayoutFrame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100px;
}

.mainDialogForm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
}

.layout-panel-north label {
    display: inline-block;
    line-height: 28px;
    position: relative;
    padding-right: 5px;
}

.panel.datagrid {
    background: none;
}

.datagrid .panel-body, #main_layout_content .datagrid .panel-body {
    border: solid 0.5px #e2e5eb;
    margin-top: 1px;
    background: #fff;
    padding: 0px 25px 25px 25px;
}

.chktitle .datagrid .panel-body, #main_layout_content .chktitle .datagrid .panel-body {
    /*border: none !important;*/
    border-top: 0;
}

.hidenorth.panel-body {
    /*overflow: hidden;*/
    min-height: 45px;
}

    .hidenorth.panel-body .tdsearch {
        min-height: 45px;
        padding: 5px;
        padding-right: 80px;
    }

        .hidenorth.panel-body .tdsearch label {
            padding-bottom: 2px;
        }

            .hidenorth.panel-body .tdsearch label:last-child {
                margin-left: 5px;
                position: absolute;
                bottom: 5px;
                right: 0;
            }

.datagrid-header {
    /*background: #f3f8fe;*/
    background: #f3f3f3;
}

.datagrid-btable {
    color: #777;
    font-size: 14px;
}

.datagrid-header, .datagrid-toolbar, .datagrid-pager, .datagrid-footer-inner {
    border-color: #e6eef5;
    border-bottom-color: #DCDFE6;
}

.datagrid-pager {
    background: #fff;
}

.searchTop {
    border-top: 0 !important;
}

.datagrid-toolbar {
    border: none;
    background: #fff;
    /*border-top: solid 15px #f0f0f0;*/
    padding: 16px 0 8px 0 !important;
    text-align: right;
    overflow: hidden;
}

.part_mt {
    margin-top: 15px;
    padding: 0px !important;
}

.datagrid-toolbar .btnlinkbar.l-btn {
    margin: 5px 0 0 0 !important;
}

.datagrid-view {
    background: #fff;
    border: solid 1px #DCDFE6;
    /*border: solid 0.5px #e6eef5;*/
    /*border-right: solid 0.5px #e6eef5;*/
}

.datagrid-header .datagrid-cell span {
    font-size: 14px;
    font-weight: normal;
}

.datagrid-header-row {
    height: 50px;
}

.datagrid-row {
    height: 60px;
}

.datagrid-row-alt {
    background: none;
}

/*取消斑马线颜色*/
/*.datagrid-row-alt {
    background: #f9f9f9;
}*/

    .datagrid-cell {
        font-size: 14px;
        padding: 0 4px 0 20px;
        /*超过宽度设置最小宽度120px，超过两行省略号显示*/
        display: flex;
        flex-wrap: wrap;
        word-break: break-all;
        white-space: normal;
        overflow: hidden;
        width: 98%;
        min-width: 140px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.datagrid-row .datagrid-cell a {
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
    color: #666;
    padding: 2px 5px;
    /*border: solid 1px #eee;*/
    border-radius: 5px;
}

.datagrid-row.datagrid-row-over .datagrid-cell a {
    /*border: solid 1px #fff;*/
    color: #005b93;
}



.combo-panel.panel-body {
    background: #fff;
}

#main_layout_content .panel-body {
    background: none;
}

.datagrid-cell-group {
    font-size: 14px;
}

.datagrid-header td, .datagrid-body td, .datagrid-footer td {
    /*border-color: #eee;*/
    border-color: #d2d5db;
}

.datagrid-td-rownumber {
    background:#fff;
}

.datagrid-header-rownumber {
    font-size: 14px;
    width: 40px;
}

.datagrid-header-check, .datagrid-cell-check {
    width: 50px;
    line-height: 30px;
    font-size: 13px;
    height: 30px;
}

.datagrid-header-check, .datagrid-cell-check {
    width: 50px;
    line-height: 50px;
    font-size: 13px;
    height: 50px;
}

    .datagrid-header-check input[type=checkbox], .datagrid-cell-check input[type=checkbox] {
        vertical-align: middle;
        width: 20px;
        height: 20px;
    }

    .datagrid-header-check span {
        vertical-align: middle;
    }

.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
    background: #eef1f6;
    color: #000;
    cursor: default;
}



.textbox {
    border-color: #ddd;
    min-width: 120px;
    height: 33px;
    line-height: 33px;
    padding-left: 5px;
}

    .textbox .textbox-text {
        height: 30px;
        line-height: 30px;
    }

.textbox-invalid {
    border: 1px solid #ddd;
    background: #fff !important;
}

.textbox-focused {
    border-color: #3367d6;
    box-shadow: none;
    /* -moz-box-shadow: 0 0 3px 0 #3367d6;
    -webkit-box-shadow: 0 0 3px 0 #3367d6;
    box-shadow: 0 0 3px 0 #3367d6;*/
}

/*下拉树样式*/
.tree-node {
    height: 40px;
    line-height: 40px;
}

.tree {
    margin: 10px 0;
}
/*下拉框样式*/
.combo-panel.panel-body {
    background: #fff;
    /*height: auto !important;*/
    /*max-height: 290px;*/
    /*    padding-top: 4px;
    padding-bottom: 4px;*/
}

    .combo-panel.panel-body .combobox-item:first-child {
        margin-top: 10px;
    }

    .combo-panel.panel-body .combobox-item:last-child {
        margin-bottom: 10px;
    }

.combobox-item-selected {
    background-color: #3367d6 !important;
    color: #fff !important;
    padding-left: 12px;
}

.combo-panel.panel-body .combobox-item {
    font-size: 13px;
    text-shadow: 0px 0px #666;
    line-height: 28px;
    cursor: pointer;
}

.combobox-item, .combobox-group, .combobox-stick {
    padding: 6px 12px !important;
}

.combobox-item-hover {
    background-color: #f5f5f5;
    color: #000;
}

.tree-node-selected {
    background-color: #3367d6 !important;
    color: #fff !important;
}

.tree-node-hover {
    background-color: #f5f5f5;
    color: #000;
}

.textbox textarea.textbox-text {
    font-family: 'Microsoft YaHei';
}

.validatebox-invalid {
    background: #fff !important;
}

.spinner-arrow.spinner-button-top, .spinner-arrow.spinner-button-bottom, .spinner-arrow.spinner-button-left, .spinner-arrow.spinner-button-right, .combo-arrow {
    background-color: #fff;
}

.datagrid .datagrid-pager {
    text-align: right;
}

.pagination table {
    display: inline-block;
    float: inherit;
}

a.pagination-link.l-btn-plain {
    width: 26px;
    height: 26px;
    background: #fff;
    border: solid 1px #eee;
    margin: 2px;
    color: #555;
    padding: 0px;
}

.mr10 {
    margin-right: 10px;
}

a.pagination-link.l-btn-plain.l-btn-plain-selected {
    background: #3372ff !important;
    color: #fff;
}

a.pagination-link .l-btn-text {
    padding: 0px;
    min-width: 24px;
    line-height: 24px;
    width: 24px;
    height: 24px;
}

.pagination .pagination-num {
    border: solid 1px #eee !important;
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    outline: none;
}

.pagination span.pagination-first {
    /*background: url('../styles/images/page/firstpage.png') no-repeat center center;
    background-size: 15px 15px;*/
}

.pagination span.pagination-last {
    /* background: url('../styles/images/page/lastpage.png') no-repeat center center;
    background-size: 15px 15px;*/
}

.pagination-page-list {
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    outline: none;
}

.pagination a {
    outline: none;
}

    .pagination a.l-btn.l-btn-small.l-btn-plain {
        background: none;
    }

.calendar {
    width: 200px;
    height: 220px;
}

.tree-title {
    font-size: 14px;
}

.no_data {
    text-align: center;
    padding: 50px 0;
    font-size: 14px;
}

.datagrid-row .datagrid-cell a.dropMenu {
    border: 0px;
    position: relative;
    color: #888;
    padding: 0 15px 0 0;
    line-height: 28px;
}

.operationMenu {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    min-width: 100px;
    border: solid 1px #eee;
    border-radius: 5px;
}

    .operationMenu a {
        display: block;
        text-decoration: none;
        line-height: 35px;
        color: #888;
        padding: 0 10px;
    }

        .operationMenu a:hover {
            background: #eee;
        }

.maskMenuBg {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.more_menu_box .menu-line {
    border: 0px;
}

.more_menu_box .menu-text {
    padding-left: 5px;
}

    .more_menu_box .menu-text a {
        text-decoration: none;
        color: #0094ff;
    }


.more_menu_box .menu-item.menu-active {
    background: none;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    border-color: #fff;
}

    .more_menu_box .menu-item.menu-active a {
        text-decoration: underline;
    }

.datagrid-row-editing .textbox.textbox-readonly {
    border: 0px;
    padding-left: 8px;
}

    .datagrid-row-editing .textbox.textbox-readonly .textbox-text {
        background: none;
        font-size: 14px;
        color: #666;
        padding-left: 0px;
    }

    .datagrid-row-editing .textbox.textbox-readonly .textbox-addon {
        display: none;
    }

#tt_mm {
    text-align: right;
}

#tb {
    text-align: right;
}

.filedIcon {
    display: inline-block;
    margin-left: 5px;
    line-height: 15px;
}

    .filedIcon img {
        width: 15px;
        vertical-align: top;
    }

.datetimeIcon {
    display: inline-block;
    margin-left: 5px;
    line-height: 16px;
}

    .datetimeIcon img {
        width: 15px;
        vertical-align: top;
    }

.checkContainer {
    background: #fff;
    padding: 20px;
    margin-bottom: 80px;
    overflow: hidden;
}

    .checkContainer input[type="text"] {
        width: 200px;
        height: 29px;
        line-height: 25px;
        padding-left: 5px;
        border: solid 1px #ccc;
        border-radius: 5px;
    }

        .checkContainer input[type="text"]:focus {
            outline: none;
        }

    .checkContainer label.checklabel {
        margin-right: 15px;
        display: block;
        margin-bottom: 10px;
    }

        .checkContainer label.checklabel input[type=checkbox] {
            width: 16px !important;
            height: 16px;
            vertical-align: middle;
            margin: 0;
        }

        .checkContainer label.checklabel span {
            vertical-align: middle;
            padding-left: 5px;
        }

.more_mask_bg {
    background-color: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9990;
}

.dateTimeBox {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border: 0.5px solid #d9d9d9;
}

.select-daterange-main-bgfff {
    width: 200px;
    margin-right: 15px;
    overflow: hidden;
    float: left;
}

    .select-daterange-main-bgfff input {
        line-height: 33px;
        border-radius: 5px;
        border: 0 !important;
        outline: 0px;
        background: #fff !important;
        padding: 0 11px;
        width: 100%;
    }

.tb_leftDiv {
    width: auto;
    float: left;
    text-align: left;
    line-height: 32px;
    /*padding-left: 25px;*/
    color: #333;
    display: flex;
    align-items: center;
}

.pl0 {
    padding-left: 0px !important;
}

.tb_leftTitle {
    width: auto;
    float: left;
    font-weight: bold;
    font-size: 15px;
}
/*合同详情*/
.mt60 {
    margin-top: 60px;
}

.top_fixed {
    position: fixed;
    z-index: 2;
    width: 100%;
}

.top-msg-main {
    background: #fff;
    padding: 5px 30px 5px 50px;
    text-align: left;
    border-bottom: solid 0.5px #e2e5eb;
    overflow: hidden;
}

.textbox-addon-right {
    padding-right: 10px;
}

.combo-arrow:hover {
    background-color: #fff;
    color: #e6e6e6;
}

/*页面数量统计*/
.countbox {
    margin: 20px 25px 20px 25px;
    cursor: pointer;
}

.countitem {
    /*padding: 20px 25px 20px 25px;*/
    width: auto;
    min-width: 10%;
    display: inline-block;
    border-left: solid 1px #f2f2f2;
    padding-left: 28px;
    padding-right: 28px;
    text-align: left;
}

    .countitem.active .counttitle {
        color: #3b92e3;
        font-weight: bold;
        text-decoration: underline;
    }

    .countitem:first-child {
        border-left: 0;
        padding-left: 0;
    }

.counttitle {
    text-align: left;
    font-size: 13px;
    color: #888;
}

/*统计栏可点击样式*/
.countitems {
    /*    padding: 20px 25px 20px 25px;*/
    width: auto;
    min-width: 10%;
    display: inline-block;
    border-left: solid 1px #f2f2f2;
    padding-left: 28px;
    padding-right: 28px;
    text-align: left;
    cursor: pointer;
    /*    float: left;*/
}

    .countitems:first-child {
        border-left: 0;
        padding-left: 0;
    }

.counttitles {
    text-align: left;
    font-size: 13px;
    color: #888;
}

.countnumber {
    text-align: left;
    padding-top: 10px;
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
}

/*统计点击选中样式*/
.checkedsty {
    color: #3b92e3;
    font-weight: bold;
    text-decoration: underline;
}

/*页面数量统计完*/
/*二级页面顶部样式*/
.part {
    background: #fff;
}

.mt80 {
    margin-top: 80px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb20 {
    margin-bottom: 20px;
}

.pt60 {
    padding-top: 60px;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb60 {
    padding-bottom: 60px;
}
/*二级页面顶部样式完*/
/*鼠标指针---手*/
.cursorsty {
    cursor: pointer;
}
/*鼠标指针---手完*/


/* easyui datetime新的时间样式*/
.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
    background-color: #fff !important;
    color: #1882e5 !important;
}

.datebox .combo-arrow {
    background-image: url(../CSS/images/icon-date.svg) !important;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.calendar {
    border-color: #fff;
}

.calendar-header {
    background: #fff !important;
}

.calendar-body th {
    background: #fff !important;
    padding: 6px 0 !important;
}

.datebox-button {
    background-color: #fff !important;
    height: 36px !important;
    line-height: 36px !important;
    padding: 0 !important;
    border-top: solid 0.5px #f0f0f0;
}

    .datebox-button a:hover {
        color: #1882e5 !important;
    }

.calendar-header {
    height: 40px !important;
}

.calendar-title {
    height: 40px !important;
}

    .calendar-title:hover {
        color: #1882e5 !important;
    }

.calendar-day, .calendar-menu-month {
    color: #666 !important;
}

    .calendar-day:hover, .calendar-menu-month:hover {
        background-color: #f0f3f8 !important;
        color: #333 !important;
        border-radius: 0 !important;
    }

.calendar-title span {
    height: 40px !important;
    line-height: 40px !important;
}

.calendar-selected {
    background-color: #3b92e3 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
}

    .calendar-selected:hover {
        background-color: #3b92e3 !important;
        color: #fff !important;
    }
/*/////////////////////////*/
.dialog-button.messager-button a:first-child {
    background: #3b77e3;
}

.textbox textarea.textbox-text {
    line-height: unset;
}

.new-search-top {
    padding: 0px !important;
    margin-top: 15px;
}

.new-search-bottom {
    margin-bottom: 15px;
}

/*列表状态样式*/
.gridLabel {
    padding: 4px 10px;
    width: fit-content;
    text-align: center;
    background: #3b92e3;
    color: #fff !important;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
}

.gridLabelRed {
    background: #ff3333;
}

.gridLabelGrey {
    background: #bbb;
}

.gridLabelDarkgrey {
    background: #666;
}

.readcss {
    background: #3bd0ab;
}

.send {
    background: #aaaaa9;
}

.noreadcss {
    background: #9fc9be;
}

.close {
    background: #d5d5d5;
}

/*progressbar 进度条样式*/
.profluid {
    border: 0;
    width: 85%;
    border-width: 0 !important;
}

.procolor {
    width: 100% !important;
    height: 6px;
    line-height: 6px;
    background-color: #ddd !important;
}

.provalue {
    height: 6px;
    line-height: 6px;
    background-color: #3b92e3 !important;
    padding-top: 5px;
}

.pronumber {
    text-align: left;
    margin-top: -12px;
    font-size: 10px;
    color: #bbb;
    width: 12%;
    float: right;
}

.icon_rightMore {
    border: 0 !important;
    font-weight: 400;
}

.icon_dropdownMore {
    font-size: 25px !important;
    position: relative;
    font-weight: 400;
    top:4px;
}

    .icon_dropdownMore:hover {
        color: #666666;
    }

.dropdown-menu-more {
    border-radius: 3px;
    min-width: 90px;
    right: 14px;
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 6px 15px #d5d5d5;
    z-index: 999;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
}



    .dropdown-menu-more ul {
        list-style: outside none none;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

        .dropdown-menu-more ul li {
            width: 100%;
            margin: 0 auto;
            padding-bottom: 5px;
            padding-top: 5px;
            line-height: 28px;
            text-shadow: 0px 0px #666;
            cursor: pointer;
        }

            .dropdown-menu-more ul li:hover {
                background-color: #f5f5f5;
                color: #000;
            }
/*  统计右侧更多样式*/
.right_more {
    font-size: 25px !important;
    line-height: 50px;
    margin-right: 10px;
}

.openRight {
    display: block !important;
}

.top-msg-main {
    background: #fff;
    padding: 5px 30px 5px 50px;
    text-align: left;
    border-bottom: solid 0.5px #e2e5eb;
    overflow: hidden;
}

.msg-mainlft {
    width: 70%;
    height: 94px;
    float: left;
    white-space: nowrap;
    overflow-x: auto;
    overflow: hidden;
}

.mainlft-center {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.box_wrapper {
    padding: 24px 0;
    float: left;
}

.sta-list {
    min-width: 120px;
    float: left;
    border-right: solid 0.5px #f0f0f0;
    margin-left: 25px;
    overflow: hidden;
}

.sta-title {
    font-size: 12px;
    color: #8690a3;
    text-shadow: 0px 0px 0px #8690a3;
}

.sta-count {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 12px 20px 0px 0px;
}

    .sta-count .detail_label_box {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 10px;
        font-size: 12px;
        color: #fff;
        border-radius: 4px;
        text-align: center;
        background-color: #3367d6;
    }

.msg-mainrgt {
    width: 19%;
    float: right;
    text-align: right;
    padding-top: 20px;
    /*background:#f5f5f5;*/
    overflow: hidden;
}

    .msg-mainrgt a {
        margin-right: 0px;
        margin-left: 10px;
    }

.mt20 {
    margin-top: 20px;
}

.w35_content {
    margin: 20px 20px 0 20px;
    border: solid 0.5px #e2e5eb;
    border-radius: 3px;
}

    .w35_content .table_title {
        margin-left: 0;
        border-bottom: solid 0.5px #e2e5eb;
    }

    .w35_content .myui-row.myui-row-table {
        border: 0px;
    }
/*弹窗内容模块边框*/
.box_border {
    border: solid 0.5px #e2e5eb;
}
/*弹窗页面内容模块标题*/
.table_title {
    border-bottom: solid 0.5px #e2e5eb;
    margin: 0px !important;
    padding: 18px 10px 13px 28px;
    overflow: hidden;
}
/*弹窗页面内容模块带表格的标题没有border_bottom*/
.no_borderbtn {
    border-bottom: none !important;
}

/*弹框按钮居左*/
.addBtnLeft {
    float: left;
    margin-left: 20px !important;
}

/*disabled样式*/
.myui-row [class*=myui-col-] .textbox.textbox-disabled, .myui-row [class*=myui-col-] .textbox.textbox-readonly {
    border: solid 0.5px #f0f0f0;
    border-radius: 5px;
    background: #f0f0f0;
    cursor: not-allowed;
}

.textbox-disabled .combo-arrow, .textbox-readonly .combo-arrow {
    background-color: #f0f0f0 !important;
}

.textbox-disabled.textbox-text, .textbox-readonly .textbox-text {
    background: #f0f0f0 !important;
    cursor: not-allowed;
}

.textbox-readonly, .textbox-label-readonly {
    opacity: 0.6;
    filter: alpha(opacity=60);
}


/****   弹窗样式   ****/
/***全屏***/


/* 新 UEditor富文本样式*/
.edui-default .edui-toolbar .edui-button .edui-icon, .edui-default .edui-toolbar .edui-menubutton .edui-icon, .edui-default .edui-toolbar .edui-splitbutton .edui-icon {
    filter: grayscale(1);
}

.edui-default .edui-editor-toolbarboxouter {
    border-bottom: 0 !important;
}

.edui-default .edui-editor-toolbarboxinner {
    background: #fafafa;
}

.edui-default .edui-toolbar .edui-combox-body .edui-button-body {
    min-width: 60px;
    width: auto !important;
    margin: 0 5px 0 0 !important;
}

.edui-default .edui-toolbar .edui-combox-body .edui-arrow {
    width: 12px !important;
}

.edui-default .edui-toolbar .edui-button, .edui-default .edui-toolbar .edui-splitbutton, .edui-default .edui-toolbar .edui-menubutton, .edui-default .edui-toolbar .edui-combox {
    margin: 1px 4px !important;
}

.edui-default .edui-colorpicker-nocolor {
    height: auto !important;
}

.edui-default .edui-editor {
    border-radius: 0 !important;
}

.edui-default .edui-toolbar .edui-state-active .edui-splitborder {
    border-left: 1px solid transparent !important;
}
/*新缺省页样式*/
.datagrid-nodata {
    text-align: center;
    color: rgb(204, 204, 204);
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 0 !important;
    height: 100%;
    line-height: 0.8;
}

    .datagrid-nodata img {
        width: 120px !important;
        margin-top: 100px;
        margin-bottom: 5px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
/*水电抄表lft-title样式*/
.table_container > .lft-title {
    width: 92%;
    padding: 20px;
    margin: auto;
    margin-top: 20px;
    background: #fff;
    border: solid 0.5px #e9e9e9;
    border-bottom: 0;
    margin-bottom: -15px;
}
/*导航栏linebox 右侧按钮样式*/
.operation_box.linebox {
    top: 6px !important;
    right: 1px;
}

/*某些页面table_title 新添加的样式*/
.new_table_title {
    background: #fff;
    width: 96%;
    margin: auto !important;
    border: solid 0.5px #e2e5eb;
    border-bottom: 0;
    margin-top: 20px !important;
}

.table_title_add {
    background: #fff;
    border: solid 0.5px #e2e5eb;
    border-bottom: 0;
}
/*datagrid 行自动换行、超两行显示省略号样式*/
.datagrid-expend {
    display: flex;
    flex-wrap: wrap;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    width: 98%;
}

.datagrid-twoRow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
 /*flex布局*/
 .flexcentersty{
    display: flex;
    align-items: center;
}
/*新列表按钮样式*/
.list-a-text {
    text-decoration: none !important;
    color: #3367d6 !important;
    border-bottom: solid 0.5px #3367d6;
    border-radius:0 !important;
}
.list-btn-text {
    color: #3367d6 !important;
    border-right: solid 1px #3367d6;
    padding: 0 10px !important;
    border-radius: 0 !important;
    margin-right: 0 !important;
    cursor: pointer;
    float: left;
    margin-top: 0px;
    margin-bottom: 2px;
}

    .list-btn-text:hover {
        color: #3367d6 !important;
    }

    .list-btn-text:last-child {
        border-right: 0;
    }
/*表格中的带链接的标签样式*/
.datagrid-row .datagrid-cell a.bill_click {
    padding: 0px;
    color: #3367d6;
    border-radius: 0px;
    border-bottom: solid 0.5px #3367d6;
}

.datagrid-row-selected a.bill_click {
    color: #3367d6 !important;
}

/*表格中的Tag标签样式*/
.TagIcon {
    padding: 6px 15px;
    border-radius: 20px;
    background: #d9f3fd;
    color: #555;
    display: inline-block;
}

.TagColor-grey {
    background-color: #eff0f1;
}

.TagColor-blue {
    background-color: #d9f3fd;
}

.TagColor-purple {
    background-color: #ece2fe;
}

.TagColor-red {
    background-color: #fde2e2;
}
.TagColor-org {
    background-color: #faf1d1;
}


.TagColor-green {
    background-color: #d9f5d6;
}

/*强制更改element表格table-header样式*/
.el-table th.el-table__cell {
    background-color: #f3f3f3 !important;
    color: #333;
    font-weight: 500;
}
.el-table--border,.el-table--group {
    border: solid 0.5px #DCDFE6 !important;
}
    .el-table--border .el-table__cell {
        border-right-color: #d2d5db !important;
        border-right-style: dotted !important;
    }
        .el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
            border-bottom-color: #d2d5db !important;
            border-bottom-style: dotted !important;
        }
.el-descriptions .is-bordered .el-descriptions-item__cell {
    border-color: #d2d5db !important;
    /*border-style: dotted !important;*/
}
.el-descriptions-item__label.is-bordered-label {
    background: #f3f3f3 !important;
}

/*table合计栏背景样式*/
.datagrid-footer-inner {
    background: #f3f9ff;
}

.datagridHeightAuto {
    display: flex;
    padding: 6px 0;
}
/*table表格状态样式*/
.new_status_btn.is-plain {
    color: #999;
    background: #f3f3f3;
    border-color: #f3f3f3;
    font-size: 13px;
    padding: 8px 12px;
}

.new_status_btn.new_status_active {
    color: #3367d6 !important;
    background: #fff;
    border-color: #3367d6 !important;
}
.new_status_btn.is-plain:hover {
    color: #3367d6 !important;
    border-color: #3367d6 !important;
}
.new-el-table {
    background-color: #fff;
    padding: 10px 25px;
    border: solid 0.5px #e2e5eb;
    margin-top: 15px;
}
/*element-el-table-checkbok-row多选行样式*/
.el-table .checkbok-row {
    background: #ecf5ff;
}
.el-table .el-checkbox__inner {
    width: 20px;
    height: 20px;
}

.el-table .el-checkbox__inner::after {
    border-width: 3.5px;
    height: 10px;
    left: 6px;
}

.el-table .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
    height: 4px;
    top: 7px;
}
.new-easyui-table {
    background-color: #fff;
    border: solid 0.5px #e2e5eb;
    height: 100%;
}
.container_status {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 2;
}

/*element新样式-同easyui颜色*/
.el-button--text {
    color: #3367d6 !important
}
.el-link.el-link--primary {
    padding: 2px 5px;
    color: #3367d6 !important;
}
.el-link.el-link--primary:hover {
    color: #3367d6 !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #3675fb !important;
    border-color: #3675fb !important;
}

.el-table__row  .el-link.is-underline {
    border-bottom: 1px solid #409EFF;
    border-color: #3367d6 !important;
}
.el-table__row .el-link.el-link--primary.is-underline:hover:after, .el-table__row  .el-link.el-link--primary:after {
    border: 0 !important;
}
.el-loading-spinner .path {
    stroke: #409EFF !important;
}
.el-table__row .el-divider--vertical {
    margin:0 4px !important;
    height: 1.28em !important;
    background-color: #3367d6 !important;
}
/*二级弹框选择人员input高度*/
.input-chooseuser .el-input__inner {
    height: 33px;
    line-height: 33px;
    border-color: #ddd;
}

/*说明样式*/
.headtips {
    padding: 10px 15px;
    background: #f5f5f5;
    color: #999;
    font-size: 12px;
    border-radius: 4px;
    margin-bottom: 15px;
}

/*element附件上传新样式*/
.elementUpload .upload-demo {
    width: 100%;
}

    .elementUpload .upload-demo .el-upload, .elementUpload .upload-demo .el-upload .el-upload-dragger {
        width: 100%;
    }

.el-upload-dragger {
    height: auto !important;
    padding-bottom: 25px !important;
    padding-top: 20px !important;
}

    .el-upload-dragger .el-icon-upload {
        margin-top: 0px !important;
    }

    .el-upload-dragger:hover {
        border-color: #3367d6 !important;
    }

    .el-upload-dragger .el-upload__text em {
        color: #3367d6 !important;
    }

.el-upload-list__item .el-icon-close-tip {
    color: #3367d6 !important;
}

.el-upload-list__item-name:hover {
    color: #3367d6 !important;
}

/*element必填*/
.el-required::before {
    content: "*";
    color: #F56C6C;
    margin-right: 4px;
}

/*列表图片信息宽高样式*/
.pic {
    width:50px;
    height:50px;
}
