element.style {
    bottom: 0;
    border-left: solid 2px #438eb9;
}

.layui-side .layui-nav-child dd.layui-this a, 
.layui-nav-tree .layui-nav-child dd.layui-this, 
.layui-nav-tree .layui-nav-child dd.layui-this a, 
.layui-nav-tree .layui-this, 
.layui-nav-tree .layui-this>a, 
.layui-nav-tree .layui-this>a:hover {
    background-color: #177ce3;
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left,#29adeb,#177ce3);
    background-image: -webkit-linear-gradient(left,#29adeb,#177ce3);
    background-image: -o-linear-gradient(left,#29adeb,#177ce3);
    background-image: linear-gradient(left,#29adeb,#177ce3);
}

.layui-tab-title {
    background-color: #fff;
    box-shadow: rgba(0,21,41,.08) 0 1px 4px;
    border: none;
    border-top: 1px solid #f6f6f6;
    z-index: 999;
}

.layui-tab-title .layui-this:after {
    border: none;
    height: 3px;
    background-color: #177ce3;
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left,#29adeb,#177ce3);
    background-image: -webkit-linear-gradient(left,#29adeb,#177ce3);
    background-image: -o-linear-gradient(left,#29adeb,#177ce3);
    background-image: linear-gradient(left,#29adeb,#177ce3);
}
/* .layui-nav-tree .layui-nav-bar {
    width: 5px;
    height: 0;
    background-color: #438eb9;
} */

.admin-logo-box .layui-logo{
	font-size: 20px; 
	color:#fff;
	overflow: hidden;
}

.admin-side-toggle {
    position: absolute;
    cursor: pointer;
    z-index: 19940201;
    left: 0;
    color: black;
    text-align: center;
    width: 60px;
    height: 80px;
    line-height: 80px;
}
@media screen and (max-width: 750px) {
	.admin-side-toggle {
	    display: block;
	}
}

.layui-elem-quote {
    margin-bottom: 10px;
    padding: 5px;
    line-height: 22px;
    border-left: 5px solid #438eb9;
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2;
}
.page-header {
    margin-bottom: 10px;
    padding: 5px 0;
    line-height: 22px;
    border-radius: 0 2px 2px 0;
    border-bottom: 0px dotted #e2e2e2;
}
.page-header h1 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    color: #333;
}
select {
    padding: 3px 4px;
    height: 34px;
    vertical-align: bottom;
}
.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.header-demo .layui-nav .layui-nav-item {
    margin: 0px;
    line-height: 80px;
}

.header-demo .layui-nav .layui-nav-item a {
    color: white;
    padding: 0 20px;
}

.header-demo .layui-nav.layui-layout-center i {
    display: block;
    font-size: 1.6em;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.header-demo .layui-nav.layui-layout-center div{
    height: 20px;
    line-height: 0px;
}

.header-demo .layui-nav.layui-layout-center .prefix-menu{
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -5px;
    z-index:999;
    height: 80px;
    line-height: 80px;
    width: 25px;
}
.header-demo .layui-nav.layui-layout-center .suffix-menu{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 999;
    height: 80px;
    line-height: 80px;
    width: 25px;
}

.header-demo .layui-nav.layui-layout-center .layui-nav-item.layui-this i,
.header-demo .layui-nav.layui-layout-center .layui-nav-item.layui-this div{
    color:#ffd04b;
}

.header-demo .layui-nav.layui-layout-right .layui-badge-dot {
    margin-left: 10px;
}