/*header start*/
.header {
    height: 53px;
    line-height: 53px;
    background: #2a94de;
    padding: 0 0 0 27px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.logo,.logo:hover {
    color: #fff;
}

.logo img {
    margin-right: 10px;
    height: 98%;
}

.head-rg {
    float: right;
    height: 55px;
}

.head-rg li {
    float: left;
}

.msg {
    height: 16px;
    margin-top: 19px;
    position: relative;
}

.msg img {
    vertical-align: top;
}

.msg em {
    position: absolute;
    right: -3px;
    top: -3px;
    width: 8px;
    height: 8px;
    background: #fff000;
    border-radius: 50%;
}

.line {
    width: 1px;
    height: 28px;
    background: #008fbf;
    margin: 14px 0 0 30px;
    vertical-align: top;
}

.user {
    width: 188px;
    float: right !important;
    position: relative;
    cursor: pointer;
}

.user-name {
    color: #fff;
    padding: 0 14px 0 30px;
    background: url(../images/user-down.png) no-repeat 92% 52%;
}

.user-name em {
    margin-right: 0.15rem;
    margin-top: -0.03rem;
    width: 32px;
    height: 32px;
}

.user-name em img {
    width: 100%;
}

.f15-show .user-oppera {
    top: 53px;
    display: block;
}

.user-oppera {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 20000;
    text-align: center;
    border: 1px solid #efefef;
    border-top: 1px solid #1e86ce;
    display: none;
}

.user-oppera a {
    width: 100%;
    line-height: 58px;
    background: #fff;
    color: #999;
    border-bottom: 1px solid #efefef;
}

.user-oppera a em {
    width: 18px;
    height: 17px;
    margin-right: 12px;
    margin-top: -3px;
    vertical-align: middle;
}

.user-psd em {
    background: url(../images/user-psd.png) no-repeat center;
}

.user-shut em {
    background: url(../images/user-shut.png) no-repeat center;
}

.user-shut {
    border: none !important;
}

.user-oppera a:hover {
    background: #2a94de;
    color: #fff;
}

.user-oppera a.user-psd:hover em {
    background: url(../images/user-psd-act.png) no-repeat center;
}

.user-oppera a.user-shut:hover em {
    background: url(../images/user-shut-act.png) no-repeat center;
}

/*header end*/


/*左侧 start*/
.system {
    height: 100%;
    overflow: hidden;
}

.admin-ul {
    width: 100%;
    min-height: 100%;
    background: #293038;
    /*position: fixed;*/
    font-size: 14px;
}

.admin-ul>li>a {
    display: block;
    line-height: 45px;
    color: #fff;
    padding: 0 20px;
    background: url(../images/slideDown.png) no-repeat 88% center;
}

.admin-ul>li>a img {
    margin-right: 7px;
    margin-top: -3px;
}

.admin-ul>li:hover>a {
    background: url(../images/slideUp.png) no-repeat 88% center !important;
}

.admin-ul>li.hover>a {
    background: #37424f url(../images/slideUp.png) no-repeat 88% center !important;
}

.substr {
    display: none;
    padding: 8px 0;
    font-size: 12px;
}

.substr>a {
    display: block;
    color: #a9b4bf;
    line-height: 36px;
    padding: 0 0 0 62px;
    background: url(../images/slideDown.png) no-repeat 32px center;
    vertical-align: middle;
}

.substr>a:hover,
.substr>a.hover {
    color: #fff;
    background: url(../images/slideDown-fff.png) no-repeat 32px center;
}

.substr>.on {
    color: #fff;
    background: url(../images/slideDown-fff.png) no-repeat 32px center;
}

/*左侧 end*/
.navi {
    height: 100%;
    overflow-y: auto;
    float: left;
    width: 220px;
    background: #293038;
    position: fixed;
    font-size: 13px;
    padding-bottom: 55px;
}

.content_body {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    padding-bottom: 55px;
    width: 100%;
}

/* 2019.8.30 */

.admin-ul [data-app],
admin-ul [data-name] {
    display: block !important;
}

.frm-jian>a p {
    display: block !important;
}

.frm-jian>a {
    display: block;
    color: #a9b4bf;
    line-height: 36px;
    padding: 0 0 0 62px;
    background: url(../images/slideDown.png) no-repeat 32px center;
    vertical-align: middle;
}

.frm-jian>a:hover,
.frm-jian>a.hover {
    color: #fff;
    background: url(../images/slideDown-fff.png) no-repeat 32px center;
}

.frm-jian>.on {
    color: #fff;
    background: url(../images/slideDown-fff.png) no-repeat 32px center;
}


/* 2 */
.substr>a {
    display: block;
    color: #a9b4bf;
    line-height: 36px;
    padding: 0 0 0 62px;
    background: url(../images/slideDown.png) no-repeat 32px center;
    vertical-align: middle;
}

.substr>a:hover,
.substr>a.hover {
    color: #fff;
    background: url(../images/slideDown-fff.png) no-repeat 32px center;
}

.substr>.on {
    color: #fff;
    background: url(../images/slideDown-fff.png) no-repeat 32px center;
}

.frm-jian>.substr {
    padding-left: 13px;
    padding-top: 0px;
}

/* 2020.10.12 */
.layui-nav .layui-nav-item a>img {
    margin-right: 7px;
    margin-top: -3px;
}

.layui-nav-tree .layui-nav-item a {
    background: url(../images/slideDown.png) no-repeat 88% center;
    transition: all 0s;
}

.layui-nav-tree .layui-nav-item a img {
    margin-right: 7px;
    margin-top: -3px;
}

.layui-nav-tree .layui-nav-item a:hover {
    background: url(../images/slideUp.png) no-repeat 88% center;
}

/* 二层箭头 */
.layui-nav-tree .layui-nav-child a {
    background: url(../images/slideDown.png) no-repeat 32px center;
    vertical-align: middle;
    padding: 0 0 0 62px;
}

.layui-nav-tree .layui-nav-child a:hover {
    color: #fff;
    background: url(../images/slideDown-fff.png) no-repeat 32px center;
}

.layui-nav-tree {
    width: 100%;
}

.content_body {
    width: calc(100% - 220px);
}

.layui-fluid,.layui-card-header {
    padding: 0;
}
.layui-card-body,.layui-card-body{
    padding: 10px 0px;
}
.layui-card-body {
    position: relative;
    padding: 10px 15px;
    line-height: 24px;
}
.layui-card-header {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #f6f6f6;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}
.layui-breadcrumb {
    visibility: inherit !important;
}
.x-nav{
    padding: 12px 0;
    line-height: 36px;
    border-bottom: 1px solid #d9dfe4;
}

.layui-card-header{
    border-bottom: none;
    margin: 10px 0;
}
.head-rg li:hover .user-oppera{
    display: block;
    top: 53px;
}
.layui-breadcrumb a:hover{
    color: #999!important;
}
.layui-nav{
    background: transparent;
}
.layui-nav-tree .layui-nav-item.open>a{
    background: #37424f url(../images/slideUp.png) no-repeat 88% center!important;
}

.layui-nav-tree dl a {
    padding-left: 65px !important;
}

.layui-nav-tree dl dl a{
    padding-left: 85px !important;
    background: url(../images/slideDown.png) no-repeat 57px center !important;
}
.layui-nav-tree dl dl dl a{
    padding-left: 105px !important;
    background: url(../images/slideDown.png) no-repeat 80px center !important;
}
.layui-nav-tree dl dl dl dl a{
    padding-left: 115px !important;
    background: url(../images/slideDown.png) no-repeat 95px center !important;
}
.layui-nav-tree dl dl dl dl dl a{
    padding-left: 122px !important;
    background: url(../images/slideDown.png) no-repeat 105px center !important;
}
.layui-nav-tree dl dl dl dl dl dl a{
    padding-left: 130px !important;
    background: url(../images/slideDown.png) no-repeat 115px center !important;
}
.layui-nav-tree .layui-nav-item a.on{
    color: #fff;
    background-image: url(../images/slideDown-fff.png) !important;
}
.layui-nav-tree .layui-nav-item>a.on {
    background:#37424f url(../images/slideUp.png) no-repeat 88% center !important;
}
.x-admin-sm .layui-input {
    height: 30px !important;
}

.layui-form-item {
    margin-bottom: 10px;
}
.layui-form-mid{
    padding: 6px 0 0 0 !important;
}
.layui-form-mid {
    float: left;
    display: block;
    padding: 9px 0!important;
    line-height: 20px;
    margin-right: 10px;
}
.layui-form .layui-form-label,.layui-form-mid{
    font-size: 14px !important;
    white-space: nowrap;
}
.layui-fluid>form{
    font-size: 0;
}
input,.layui-input-block,.layui-input-block>*,.x-admin-sm .layui-btn, .x-admin-sm .layui-btn-xs, .x-admin-sm .layui-btn-sm{
    font-size: 14px !important;
}
.layui-input-block>*{
    font-size: 12px !important;
}
.layui-fluid .layui-form-mid{
    padding: 4px 0 !important;
}
/* 2020.10.13 */

.layui-width  {
    position: relative;
    overflow: auto;
    margin-right: -1px;
    margin-bottom: -1px;
    width: 100%;
}

.layui-width  .layui-table {
    position: relative;
    width: auto;
    margin: 0;
    min-width: 100%;
}
/* style.css */
body {
    height: 100%;
}

.system {
    width: 100%;
    height: 100%;

}

.module {
    height: 100%;
    margin: 0 0 0 220px;
    position: relative;
}

.contain {
    padding: 0 20px;
    /*height: 700px;
	min-height: 90%; */
    /*height: auto!important; */
    /*height:-moz-calc(100% - 20px); 
	height:-webkit-calc(100% - 20px); 
	height: calc(100% - 20px);
	overflow-y: auto;*/
    height: 100%;
}
.layui-form {
    font-size: 0 !important;
}
.layui-input-block{
    line-height: 30px;
}