@charset "utf-8";

html, body {
    background-color: #f1f3f9;
}

ul,
menu,
dir {
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	/* chrome下 输入框背景 */
	background-color: rgb(255, 255, 255) !important;
	background: rgb(255, 255, 255) !important;
	background-image: none !important;
	color: rgb(0, 0, 0) !important;
}


/* 通过纯色的阴影覆盖底(huang)色 */

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	-moz-box-shadow: 0 0 0px 1000px white inset;
	box-shadow: 0 0 0px 1000px white inset;
	-webkit-text-fill-color: #333;
}

/*
 * 99999s 基本上就是一个无限长的时间 
 * 通过延长增加自动填充背景色的方式, 是用户感受不到样式的变化
*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	/* chrome下 输入框背景 */
	-webkit-transition-delay: 99999s;
	-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	/* 禁止上下箭头 */
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
	/* 禁止上下箭头 */
}

img {
	max-width: 100%;
}

.lay-mid {
    display: inline-block;
	height: 10px;
	width: 1px;
	margin: 0 10px;
	vertical-align: middle;
	background-color: #e2e2e2;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.elips {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.va-sub {
	vertical-align: sub !important;
}

.va-middle {
	vertical-align: middle !important;
}

.va-textTop {
	vertical-align: text-top !important;
}

.va-top {
	vertical-align: top !important;
}

.va-bottom {
	vertical-align: bottom !important;
}

.va-textBottom {
    vertical-align: text-bottom !important;
}

.relative {
    position: relative;
}

.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: initial;
    z-index: 7;
}

.layui-breadcrumb a:hover {
    color: #0391a0 !important;
}

.border-ea {
    border: 1px solid #eaeaea;
}

.border-radius-0 {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.border-radius-3 {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.c-3 {
	color: #333 !important;
}

.c-6 {
	color: #666 !important;
}

.c-9 {
	color: #999 !important;
}

.c-red {
	color: #E15858 !important;
}

.c-theme {
	color: #1890ff !important;
}

.bgc-f {
	background-color: #fff !important;
}

.bgc-gray {
	background-color: #d8d8d8 !important;
}

.bgc-f5 {
	background-color: #f5f5f5 !important;
}

.bg-green {
    background: #5CB65F;
    color: rgba(255, 255, 255, 0.7);
}

.bg-red {
    background: #E15858;
    color: rgba(255, 255, 255, 0.7);
}

.bg-info {
    background: #3C89DA;
    color: rgba(255, 255, 255, 0.7);
}

.bg-orange {
    background: #FFA117;
    color: rgba(255, 255, 255, 0.7);
}

.bg-azura {
    background: #007FFF;
    color: rgba(255, 255, 255, 0.7);
}

/* 暂无数据 */
.notData {
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 16px;
	color: #999;
}

.notData.notData-lg {
	height: 300px;
	line-height: 300px;
}

.notData~.layui-flow-more {
	display: none;
}

/* 间隔线 */
.mid {
	display: inline-block;
	width: 1px;
	height: 10px;
	margin: 0 10px;
	vertical-align: middle;
	background-color: #e2e2e2;
}

.layui-table-view {
	min-height: 500px;
}

.layui-input {
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
}

.layui-bg-white {
	color: #333 !important;
	background-color: #fff !important;
}

.width-auto {
	width: auto !important;
}

[lay-href],
[lay-tips],
[layadmin-event],
.cursor-pointer {
    cursor: pointer;
}

.tc {
	text-align: center !important;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.f-0x {
	font-size: 10px !important;
}

.f-1x {
	font-size: 12px !important;
}

.f-2x {
	font-size: 14px !important;
}

.f-3x {
	font-size: 16px !important;
}

.f-4x {
	font-size: 18px !important;
}

.f-5x {
	font-size: 20px !important;
}

.f-6x {
	font-size: 22px !important;
}

.f-7x {
	font-size: 24px !important;
}

.f-8x {
	font-size: 26px !important;
}

.f-9x {
	font-size: 28px !important;
}

.fw-7 {
	font-weight: 700;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mr-3 {
	margin-right: 3px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.ml-3 {
	margin-left: 3px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.p-0 {
	padding: 0 !important;
}

.p-5 {
	padding: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.p-30 {
	padding: 30px !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

[is-show='false'] {
	display: none;
}

[is-show='true'] {
	display: initial;
}

li [is-show='true'] {
	display: list-item;
}

/* 清除浮动  */
.clearfix:after,
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}

/* start 表单 */

.layui-form-lg.layui-form-label {
    width: 110px;
}

.layui-form-lg.layui-input-block {
	margin-left: 160px;
}

.layui-form-label {
	padding: 5px 15px !important;
}

.layui-form .layui-form-switch {
    margin-top: 3px;
}

.layui-table-body .layui-form-switch {
    top: -1px;
    margin-top: 0;
}

.layui-form-select dl dd.layui-this {
	color: #1890ff;
}

input[readonly][disabled] ~ .layui-disabled,
input[readonly][disabled] ~ .layui-disabled:hover {
	color: initial !important;
	cursor: pointer !important;
}

.form-operation-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	z-index: 20000;
	-webkit-box-shadow: 5px 5px 10px #ccc;
	-moz-box-shadow: 5px 5px 10px #ccc;
	-o-box-shadow: 5px 5px 10px #ccc;
	box-shadow: 5px 5px 10px #ccc;
}
.layui-input-block {
    min-height: 30px;
}

.layui-form-mid {
	padding: 5px 0 !important;
}

.layui-input-inline {
	margin-left: 20px;
}

.layui-form-radio {
	margin-top: 0;
}

.layui-form-radio:hover>*,
.layui-form-radioed,
.layui-form-radioed>i,
.layui-tab-brief>.layui-tab-title .layui-this {
	color: #1890ff;
}

.layui-input:focus,
.layui-textarea:focus {
	border-color: #1890ff!important;
}

.layui-laydate .layui-this,
.layui-laydate .layui-this>div {
	background-color: #1890ff !important;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
	border-color: #1890ff;
}

.required,
.required-before {
	position: relative;
}

.layui-btn-primary:hover {
	border-color: #1890ff;
}

/*.required:after {
	content: "*";
	position: absolute;
	top: 8px;
	right: 8px;
	height: 13px;
	font-size: 16px;
	color: #ff0505;
}*/

.required-before:before {
	content: "*";
	/*position: absolute;
	top: 5px;
	left: 8px;
	height: 13px;*/
	margin-right: 4px;
	font-size: 16px;
	color: #ff0505;
}

.layui-form-label.required {
	position: relative;
}

.layui-form-label.required:after {
	content: '*';
	position: absolute;
	top: 7px;
	right: 8px;
	color: #ff0505;
}

.moreLink {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	height: 16px;
	line-height: 16px;
	margin-top: -8px;
	padding-right: 10px;
}

.moreLabel:after {
	content: '>';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	height: 16px;
	line-height: 16px;
	font-family: simsun;
}

.resize-false {
	resize: none;
	overflow: hidden;
}

.m-box:before,
.m-box:after {
	content: "";
	display: block;
	clear: both;
}

.disabled {
	background: #ddd;
	cursor: no-drop;
}

.disabled:hover,
.disabled:active {
	background: #ddd;
	opacity: 1;
}

.inline-block {
	display: inline-block !important;
}

/* 卡片 */
.card {
	position: relative;
	margin: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.card.card-border {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eaeaea;
}

/* panel 面板 */
.panel {
	margin-bottom: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.panel-title {
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-bottom: 1px solid #E9E9E9;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	font-size: 14px;
	color: #333;
	letter-spacing: 2px;
}

.panel-main {
	padding: 10px 15px;
}

.panel-border {
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.panel-border .panel-title {
	border-bottom: 1px solid #e6e6e6;
}

.panel.panel-xs .panel-title {
	height: 35px;
	line-height: 35px;
}

/* end panel 面板 */

/* start nav 导航  */

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 7;
    padding: 9px 0;
    background: #1890ff;;
    /* border-bottom: 1px solid rgba(23, 25, 28, 0.06); */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-fixed-top .admin-title {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1.6px;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
}

.navbar > .container, 
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-fixed-top .navbar-btn {
    float: left;
    margin-right: 10px;
}

.navbar-fixed-top .navbar-btn .logo {
    width: 40px;
	height: 40px;
}

.navbar-fixed-top #navbar-search {
    float: left;
    position: relative;
    padding: 0 !important;
}

.navbar-fixed-top #navbar-search .form-control {
    display: block;
    width: 400px;
    height: 30px;
    line-height: 1.5;
    padding: .375rem .75rem;
    border: 1px solid #f7f7f7;
    background: #fff;
    font-size: 12px;
    color: #495057;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    transition: border-color .15s ease-in-out,
                box-shadow .15s ease-in-out;
}

.navbar-fixed-top #navbar-search .btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #77797c;
    position: absolute;
    top: 9px;
    right: 15px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.navbar-fixed-top .navbar-right {
    display: inline-flex;
}

.navbar-nav > li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.navbar-nav .icon-menu {
    position: relative;
    display: inline-block;
    height: 48px;
    zoom: 1;
    padding: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar-nav .icon-menu i {
    vertical-align: middle;
}

.navbar-nav .icon-menu .notification-dot {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 16px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: .1875rem;
    font-size: 8px;
    color: #fff;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    z-index: 1000;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    top: 50px;
    right: 0;
    left: auto;
    overflow: hidden;
    padding: 0 0 20px 0;
    font-size: inherit;
    border-radius: .1875rem;
    -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.dropdown.open .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu li.header {
    padding: 10px 20px;
    margin-bottom: 15px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(23, 25, 28, 0.05);
}

.right_chat li {
    position: relative;
}

.navbar-nav ul.email li a {
    padding: 0 20px;
    display: block;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.right_chat .media .media-object {
    width: 35px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.media .media-body {
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
}

.navbar-nav ul.email.right_chat .media .name {
    color: #3C89DA;
    font-weight: 400;
}

.right_chat .media .name {
    display: block;
    *vertical-align: auto;
    *zoom: 1;
    *display: block;
    color: #57595d;
    margin: 0px;
}

.right_chat .media .message {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    color: #96989c;
}

.feeds_widget li a {
    display: flex;
    padding: 13px 20px;
    align-items: center;
}

.feeds_widget li .feeds-left {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 15px;
    border-radius: .1875rem;
    text-align: center;
    font-size: 18px;
}

.feeds_widget li .feeds-body {
    width: calc(100% - 55px);
}

.feeds_widget li .feeds-body .title {
    color: #17191c;
    font-weight: 400;
}

.text-muted {
    color: #6c757d!important;
}
.navbar-nav .dropdown-menu.feeds_widget {
    padding-bottom: 10px;
}

.feeds_widget li .feeds-body>small {
    display: block;
    *vertical-align: auto;
    *zoom: 1;
    *display: block;
    color: #77797c;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 50px);
    font-size: 12px;
}

small {
    font-size: 90%;
}

.navbar-nav ul.email {
    width: 280px;
    list-style: none;
}

.navbar-nav ul.feeds_widget {
    width: 300px;
}

.user-account {
    margin-left: 10px;
    color: rgb(150, 152, 156);
}

.user-account .user_div {
    display: inline-block;
    border-radius: 4px;
    padding: 2px;
}

.user-account .user-name {
    color: #fff;
}

.user-account .user_div .user-photo {
    width: 25px;
    border-radius: 4px;
}

.user-account .dropdown {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
}

.user-account .dropdown .dropdown-menu {
    width: 100%;
    top: 35px;
    right: 0px;
    border-radius: 3px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px 0px;
}

.user-account .dropdown .dropdown-menu a {
    display: block;
    font-size: 14px;
    color: rgb(119, 121, 124);
    padding: 10px;
}

.user-account .dropdown .dropdown-menu a i {
    margin-right: 10px;
    font-size: 14px;
}

.user-account .dropdown .dropdown-menu li.divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 10px 0px;
}

/* end nav 导航  */


/* start left-sidebar 左侧边栏 */ 

#left-sidebar {
    position: fixed;
    top: 58px;
    left: 0px;
    bottom: 0;
    float: left;
    width: 240px;
    height: 100%;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
}

.sidebar-scroll {
    width: 100%;
    height: 100%;
    /* overflow-y: scroll; */
}

/* start 一级菜单 */
.main-menu-wrap {
    float: left;
    width: 80px;
    height: 100%;
	overflow: hidden;
    background-color: #f9f9f9;
}

.main-menu-wrap .sidebar-scroll {
	overflow-y: scroll;
	width: calc(100% + 20px);
}

.main-menu-parcel {
	width: 80px;
}

.main-menu-wrap .main-menu-item {
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-menu-wrap .main-menu-item a {
    position: relative;
    display: block;
    color: #0391a0;
}

.main-menu-wrap .main-menu-item a.active:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.main-menu-wrap .main-menu-item i,
.main-menu-wrap .main-menu-item img {
    font-size: 28px;
    color: #0391a0;
}

.main-menu-wrap .main-menu-item span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #333;
}
/* end 一级菜单 */

/* start 二级菜单 */
.submenu-wrap {
    float: left;
    width: 159px;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #eaeaea;
}

.submenu-wrap .submenu-wrap-item {
    display: none;
}

.submenu-wrap .submenu-wrap-item.active {
    display: block;
}

.submenu-item-title {
    padding: 20px 30px;
    font-size: 14px;
    color: #999;
}

.submenu-wrap .submenu-item a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding-left: 30px;
}

.submenu-wrap .submenu-item a:hover {
    color: #0391a0;
}

.submenu-wrap .submenu-item a.active {
    background-color: #0391a0;
    color: #fff;
}

.submenu-wrap .submenu-item a i,
.submenu-wrap .submenu-item a img,
.submenu-wrap .submenu-item a span {
    vertical-align: middle;
}

.submenu-wrap .submenu-item a span {
    margin-left: 5px;
}
/* end 二级菜单 */

/* start 手风琴菜单，垂直菜单 */

.system-side-menu {
    position: absolute;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 6px #ddd;
	-moz-box-shadow: 0px 4px 6px #ddd;
	box-shadow: 0px 4px 6px #ddd;
}

.system-side-menu .layui-side-scroll,
.system-side-menu .layui-nav.layui-nav-tree {
    width: 100%;
}

.system-side-menu .layui-nav .layui-nav-item .layui-nav-child a {
    padding-left: 45px;
    padding-right: 30px;
}

/* start 白色背景的手风琴导航 */

.layui-nav.layui-nav-tree.layui-bg-white,
.layui-nav-tree.layui-bg-white .layui-nav-item a:hover {
    background-color: #fff !important;
    color: #1890ff; !important;
}

.layui-nav-tree.layui-bg-white .layui-nav-item a:hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 20px;
    margin-top: -10px;
    background-color: #1890ff;;
}

.layui-nav-tree.layui-bg-white .layui-nav-child dd.layui-this a,
.layui-nav-tree.layui-bg-white .layui-this > a,
.layui-nav-tree.layui-bg-white .layui-this > a:hover {
    background-color: #e6f7ff !important;
    color: #1890ff !important;
}

.layui-bg-white .layui-nav-itemed > .layui-nav-child {
    background-color: #fff !important;
}

.layui-bg-white .layui-nav-itemed > a,
.layui-nav.layui-bg-white .layui-nav-item a,
.layui-nav.layui-bg-white .layui-nav-item a:hover
.layui-nav-tree.layui-bg-white .layui-nav-title a,
.layui-nav-tree.layui-bg-white .layui-nav-title a:hover {
    color: #333 !important;
}

.layui-nav.layui-bg-white .layui-nav-mored,
.layui-bg-white .layui-nav-itemed > a .layui-nav-more {
    border-color: transparent transparent #a8a8a8;
}

.layui-nav.layui-bg-white .layui-nav-more {
    border-color: #a8a8a8 transparent transparent;
}

.layui-nav.layui-bg-white .layui-this a {
    color: #fff !important;
}

.layui-nav-tree.layui-bg-white .layui-nav-child dd.layui-this,
.layui-nav-tree.layui-bg-white .layui-this {
    background-color: #e6f7ff;
}

.layui-nav-tree.layui-bg-white .layui-nav-bar {
    display: none;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background: #1890ff;
}

/* end 白色背景的手风琴导航 */

/* end 手风琴菜单，垂直菜单 */

/* end left-sidebar 左侧边栏 */ 



/* start iframe 选项卡 */


.admin-pagetabs {
    position: fixed;
    left: 240px;
    top: 58px;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 80px 0 80px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    z-index: 6;
}

.admin-pagetabs .admin-tabs-control {
    position:absolute;
    top:0;
    width: 40px;
    height: 100%;
    text-align:center;
    cursor:pointer;
    transition:all .3s;
    -webkit-transition:all .3s;
    box-sizing:border-box;
    border-left:1px solid #f6f6f6;
}

.admin-pagetabs .admin-tabs-control:hover {
    background-color:#f6f6f6;
}

.admin-pagetabs .layui-icon-prev {
    left: 0;
    border-left: none;
    border-right: 1px solid #f6f6f6;
    color: #666;
}

.admin-pagetabs .layui-icon-refresh {
    left: 40px;
    border-left: none;
    border-right: 1px solid #f6f6f6;
    color: #666;
}

.admin-pagetabs .layui-icon-next {
    right: 40px;
    color: #666;
}

.admin-pagetabs .layui-icon-down {
    right: 0;
}

.admin-tabs-select.layui-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: 0 0;
}

.admin-tabs-select.layui-nav .layui-nav-item {
    line-height: 40px;
}

.admin-tabs-select.layui-nav .layui-nav-item > a {
    height: 40px;
}

.admin-tabs-select.layui-nav .layui-nav-item a {
    color: #666;
}

.admin-tabs-select.layui-nav .layui-nav-item a img {
    width: 22px;
    height: 22px;
}

.admin-tabs-select.layui-nav .layui-nav-child {
    top: 40px;
    left: auto;
    right: 0;
    width: 180px;
}

.admin-pagetabs .layui-tab {
    margin: 0;
    overflow: hidden;
}

.admin-pagetabs .layui-tab-title {
    height: 40px;
    border: none;
}

.admin-pagetabs .layui-tab-title li {
    overflow: hidden;
    min-width: 0;
    max-width: 160px;
    line-height: 40px;
    padding-right: 40px;
    text-overflow: ellipsis;
    border-right: 1px solid #f6f6f6;
    vertical-align: top;
    color: #666;
}

.admin-pagetabs .layui-tab-title li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    border-radius: 0;
    background-color: #292B34;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.admin-pagetabs .layui-tab-title li.layui-this:after {
    width: 100%;
    border: none;
    height: 2px;
    background-color: #292B34;
}

.admin-pagetabs .layui-tab-title li:hover:after {
    width: 100%;
}

.admin-pagetabs .layui-tab-title li.layui-this,
.admin-pagetabs .layui-tab-title li:hover {
    background-color: #f6f6f6;
}

.admin-pagetabs .layui-tab-title li:first-child {
    padding-right: 15px;
}

.admin-pagetabs .layui-tab-title li .layui-tab-close {
    position: absolute;
    right: 8px;
    top: 50%;
    margin: -7px 0 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    font-size: 12px;
}

.admin-pagetabs .layui-tab-title li:first-child .layui-tab-close,
.admin-tabs-select.layui-nav .layui-nav-bar,
.admin-tabs-select.layui-nav .layui-nav-more {
    display: none;
}

/* end iframe 选项卡 */



/* start main-body 主要内容容器 */

#main-body,
.main-body {
    position: absolute;
    right: 0;
    top: 98px;
    bottom: 0;
    left: 240px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-wrap .admin-tabsbody-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.admin-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.admin-tabsbody-item,
[template] {
    display: none;
}

/* start 主要内容容器 > 页面当前路径 */

.block-header {
    position: fixed;
    top: 58px;
    right: 0;
    left: 240px;
    height: 30px;
    line-height: 30px;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    z-index: 6;
}

/* end 主要内容容器 > 页面当前路径 */

.main-fluid {
    position: relative;
    margin: 0 auto;
    padding: 15px;
}

.main-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.main-menu-wrap {
	float: left;
	width: 240px;
	height: 100%;
	overflow: hidden;
	background-color: #f9f9f9;
}

.main-menu-wrap .sidebar-scroll {
	overflow-y: scroll;
	width: 260px;
}

/* end main-body 主要内容容器 */


/* start loading 加载 */
.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    background: #f9f9f9;
}

.page-loader-wrapper p {
    margin-top: 10px;
    color: #17191c;
}

.page-loader-wrapper .loader {
    position: relative;
    top: 50%;
    margin-top: -35px;
}

.page-loader-wrapper img {
    -webkit-animation: anim-rotate 2s infinite linear;
    animation: anim-rotate 2s infinite linear;
}
/* 旋转动画 */
@-webkit-keyframes anim-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes anim-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes anim-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes anim-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* end loading 加载 */

/* dlg-box start     */

.dlg-box {
	width: 100%;
	height: 100%;
	position: relative;
}
.dlg-box .dlg-footer {
	position: absolute;
	bottom: 15px;
	left: 0px;
	right: 0px;
}