@charset "utf-8";
/*默认样式*/
.theme-default{
	/*background:rgb(234, 239, 244);*/
	fill: #109ddf;
	opacity: 1;
	background: #e8edf2;
}
.first-menu {
	background-color: #323a4d;
}
.concise-menu {
	background-color: #323a4d;
}
.logo-blank{
	display: none;
}
.concise-menu .icon{
	fill: #fff;
	opacity: 0.8;
	vertical-align: -5px;
}
.concise-menu .active .icon{
	opacity: 1;
}
.concise-menu .icon:hover{
	opacity: 1;
}
.sidebar-item>a {
	color: #fff;
	opacity: 0.8;
}
.layout-side .sidebar-item.active>a{
	background-color: #2a3041;
}
.layout-side .sidebar-item.active .side-icon-arrow{
	fill: #ffffff;
}
.layout-side .sidebar-item.active>a{
	opacity: 1;
}
.layout-side .sidebar-item.active>a .side-icon-arrow{
	opacity: 1;
}
.sidebar-item>a:hover {
	background-color: #2a3041;
	opacity: 1;
}

.short-item:hover{
	background-color: #2a3041;
}
.short-item.active{
	background-color: #2a3041;
}
.short-item.act{
	background-color: #4b86fc;
}
.short-item.act:hover{
	background-color: #437df3;
}
.icon-menu{
	fill: #ffffff;
}
.operated-word:hover{
	background-color: #437df3;
}
/*默认样式未加入新样式类名*/
.icon-xial{
	fill:#4b86fc;
}
.icon-guanbi{
	fill: #000;
}
.icon-index-sousuo{
	width: 15px;
	height: 16px;
	fill: #848994;
}
.icon-shuaxin{
	fill: #4b86fc;
}
.layout-side .sidebar-item.active:before{
	background-color: #4b86fc;
}
/*end默认样式未加入新样式类名*/
/*end默认样式*/
/* 下拉划过背景色 */
.theme-white-orange .more-pop .menu-item:hover,
.theme-blank-orange .more-pop .menu-item:hover,
.theme-blank-green .more-pop .menu-item:hover,
.theme-white-green .more-pop .menu-item:hover,
.theme-blank-red .more-pop .menu-item:hover{
	background-color:#f5f5f5; 
}
.theme-blank-white .operated-list, .theme-white-green .operated-list, .theme-white-orange .operated-list, .theme-white-blue .operated-list{
	border-bottom: 1px solid #edeef0;
}
.theme-blue-sky .logo-down-img, .theme-china-red .logo-down-img, .theme-eye-thedailygreen .logo-down-img, .theme-eye-light-green .logo-down-img{
	display: none;
}
.theme-blank-blue .short-item.act:hover,
.theme-blank-red .short-item.act:hover,
.theme-blank-green .short-item.act:hover,
.theme-blank-orange .short-item.act:hover{
	background-color: #222736;
}
.theme-blank-blue .short-item.act,
.theme-blank-red .short-item.act,
.theme-blank-green .short-item.act,
.theme-blank-orange .short-item.act{
	border-bottom: 1px solid #3b4356;
}

.theme-blank-red .system-settings{
	background-color:#feebeb;
	color: #f85a57;
}
.theme-blank-red .system-settings .svg-icon{
	fill:#f85a57;
}
.theme-blank-red .system-settings-list.active .system-check{
	background-color: #f85a57;
}
.theme-blank-red .system-settings-list .system-check{
	border: 1px solid #f85a57;
}
.theme-blank-red .system-settings:hover{
	background-color:#fededd;
}
.theme-blank-red .openwindow:hover .icon{
    fill: #f85a57;
    opacity: 1;
}
/* 切换系统颜色 */
.theme-blank-red .header-togglesys .current-sys{
	color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.theme-blank-red .header-togglesys .current-sys:hover{
	background-color: rgba(255,255,255,0.8);
	color:#f85a57;
}
.theme-blank-red .header-togglesys .current-sys::after{
	border-top-color: #fff;
}
.theme-blank-red .header-togglesys .current-sys:hover::after {
	border-top-color: #f85a57;
}
.theme-blank-red .header-togglesys .checkbox{
	border:1px solid #f85a57;
}
.theme-blank-red .header-togglesys .active .checkbox{
	background-color: #f85a57;
}
.theme-blank-red .quickmenu-pop .menu-item>a:hover{
	color:#f85a57;
}

.theme-blank-green .system-settings,
.theme-white-green .system-settings{
	background-color:#e0f7f4;
	color: #00bfa5;
}
.theme-blank-green .system-settings .svg-icon,
.theme-white-green .system-settings .svg-icon{
	fill:#00bfa5;
}
.theme-blank-green .system-settings-list.active .system-check,
.theme-white-green .system-settings-list.active .system-check{
	background-color: #00bfa5;
}
.theme-blank-green .system-settings-list .system-check,
.theme-white-green .system-settings-list .system-check{
	border: 1px solid #00bfa5;
}
.theme-blank-green .system-settings:hover,
.theme-white-green .system-settings:hover{
	background-color:#ccf2ed;
}
.theme-blank-green .openwindow:hover .icon,
.theme-white-green .openwindow:hover .icon{
    fill: #00bfa5;
    opacity: 1;
}
/* 切换系统颜色 */
.theme-blank-green .header-togglesys .current-sys,
.theme-white-green .header-togglesys .current-sys{
	color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.theme-blank-green .header-togglesys .current-sys:hover,
.theme-white-green .header-togglesys .current-sys:hover{
	background-color: rgba(255,255,255,0.8);
	color:#00bfa5;
}
.theme-blank-green .header-togglesys .current-sys::after,
.theme-white-green .header-togglesys .current-sys::after{
	border-top-color: #fff;
}
.theme-blank-green .header-togglesys .current-sys:hover::after,
.theme-white-green .header-togglesys .current-sys:hover::after {
	border-top-color: #00bfa5;
}
.theme-blank-green .header-togglesys .checkbox,
.theme-white-green .header-togglesys .checkbox{
	border:1px solid #00bfa5;
}
.theme-blank-green .header-togglesys .active .checkbox,
.theme-white-green .header-togglesys .active .checkbox{
	background-color: #00bfa5;
}
.theme-blank-green .quickmenu-pop .menu-item>a:hover,
.theme-white-green .quickmenu-pop .menu-item>a:hover{
	color:#00bfa5;
}

.theme-white-orange .system-settings,
.theme-blank-orange .system-settings{
	background-color:#fee5de;
	color: #f87b5a;
}
.theme-white-orange .system-settings .svg-icon,
.theme-blank-orange .system-settings .svg-icon{
	fill:#f87b5a;
}
.theme-white-orange .system-settings-list.active .system-check,
.theme-blank-orange .system-settings-list.active .system-check{
	background-color: #f87b5a;
}
.theme-white-orange .system-settings-list .system-check,
.theme-blank-orange .system-settings-list .system-check{
	border: 1px solid #f87b5a;
}
.theme-white-orange .system-settings,
.theme-blank-orange .system-settings{
	background-color:#fee5de;
	color: #f87b5a;
}
.theme-white-orange .system-settings .svg-icon,
.theme-blank-orange .system-settings .svg-icon{
	fill:#f87b5a;
}
.theme-white-orange .system-settings-list.active .system-check,
.theme-blank-orange .system-settings-list.active .system-check{
	background-color: #f87b5a;
}
.theme-white-orange .system-settings-list .system-check,
.theme-blank-orange .system-settings-list .system-check{
	border: 1px solid #f87b5a;
}
.theme-white-orange .system-settings:hover,
.theme-blank-orange .system-settings:hover{
	background-color:#fdded6;
}
.theme-white-orange .system-settings,
.theme-blank-orange .system-settings{
	background-color:#fee5de;
	color: #f87b5a;
}
.theme-white-orange .system-settings .svg-icon,
.theme-blank-orange .system-settings .svg-icon{
	fill:#f87b5a;
}
.theme-white-orange .system-settings-list.active .system-check,
.theme-blank-orange .system-settings-list.active .system-check{
	background-color: #f87b5a;
}
.theme-white-orange .system-settings-list .system-check,
.theme-blank-orange .system-settings-list .system-check{
	border: 1px solid #f87b5a;
}
.theme-white-orange .system-settings:hover,
.theme-blank-orange .system-settings:hover{
	background-color:#fdded6;
}
.theme-blank-orange .openwindow:hover .icon,
.theme-white-orange .openwindow:hover .icon{
    fill: #f87b5a;
    opacity: 1;
}
/* 切换系统颜色 */
.theme-blank-orange .header-togglesys .current-sys,
.theme-white-orange .header-togglesys .current-sys{
	color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.theme-blank-orange .header-togglesys .current-sys:hover,
.theme-white-orange .header-togglesys .current-sys:hover{
	background-color: rgba(255,255,255,0.8);
	color:#f87b5a;
}
.theme-blank-orange .header-togglesys .current-sys::after,
.theme-white-orange .header-togglesys .current-sys::after{
	border-top-color: #fff;
}
.theme-blank-orange  .header-togglesys .current-sys:hover::after,
.theme-white-orange  .header-togglesys .current-sys:hover::after {
	border-top-color: #f87b5a;
}
.theme-blank-orange .header-togglesys .checkbox,
.theme-white-orange .header-togglesys .checkbox{
	border:1px solid #f87b5a;
}
.theme-blank-orange .header-togglesys .active .checkbox,
.theme-white-orange .header-togglesys .active .checkbox{
	background-color: #f87b5a;
}
.theme-blank-orange .quickmenu-pop .menu-item>a:hover,
.theme-white-orange .quickmenu-pop .menu-item>a:hover{
	color:#f87b5a;
}
/*蓝白样式*/
.theme-blue-white{
	background:#e8edf2;
}
.theme-blue-white .first-menu {
	background-color: #4979eb;
}
.theme-blue-white .concise-menu {
	background-color: #4979eb;
}
.theme-blue-white .operated-word{
	background-color: #3f6cd8;
}
.theme-blue-white .logo-down-img{
	display: none;
}
.theme-blue-white  .short-item.act{
	background-color: #3f6cd8;
}
.theme-blue-white .side-icon-arrow{
	fill: #fff;
}
.theme-blue-white .edit-menu{
	border-top: 1px solid #5985ec;
	background-color: #4979eb;
}
.theme-blue-white .layout-side .sidebar-item.active>a{
	background-color: #3f6cd8   ;
}
.theme-blue-white .sidebar-item>a:hover{
	background-color: #426fdc   ;
}

.theme-blue-white .short-item:hover{
	background-color: #426fdc   ;
}
.theme-blue-white .short-item.active{
	background-color: #3f6cd8   ;
}
.theme-blue-white .short-item.active:before{
	background-color: #3058b6;
}
.theme-blue-white .layout-side .sidebar-item.active:before{
	background-color: #3058b6;
}
.theme-blue-white .short-item.act:hover{
	background-color: #3b68d1;
}
.theme-blue-white .submenu-location.active{
	border-left-color: #5985ec;
	color: #5985ec;
}
.theme-blue-white .submenu-location:hover{
	color: #5985ec;
	border-left-color: #5985ec;
}
.theme-blue-white .sub-menu-item:hover > a{
	color: #5985ec;
}
.theme-blue-white .operated-list{
	border-bottom: 1px solid #5c87ec;
}
.theme-blue-white  .operated-word:hover{
	background-color: #3b68d1;
}
.theme-blue-white  .openwindow:hover .icon{
    fill: #3b68d1;
    opacity: 1;
}
/*end蓝白样式*/
/*白黑样式*/
.theme-blank-white .logo-light{
	display: none;
}
.theme-blank-white .operated-word{
	box-shadow: 0px 4px 5px rgba(77, 124, 254, .3);
}
.theme-blank-white .logo-blank{
	display: inline;
}
.theme-blank-white .first-menu {
	background-color: #fff;
}
.theme-blank-white .concise-menu {
	background-color: #fff;
}
.theme-blank-white .side-icon-arrow{
	fill: #323a4d;
	opacity: 0.4;
}
.theme-blank-white .layout-side .sidebar-item>a{
	color: #333;
}
.theme-blank-white .layout-side .sidebar-item>a .icon-menu{
	fill: #333;
}
.theme-blank-white .sidebar-item .iconfont{
	opacity: 0.8;
}
.theme-blank-white .edit-menu{
	border-top: 1px solid #ebebeb;
	background-color: #fff;
}
.theme-blank-white .layout-side .sidebar-item.active>a{
	background-color: #e9f0ff;
	color: #4b86fc;
	/* border-left: 4px solid #4b86fc; */
	/* padding-left: 17px; */
}
.theme-blank-white .layout-side .sidebar-item.active>a .icon-menu{
	fill: #4b86fc;
}
.theme-blank-white .layout-side .sidebar-item.active .side-icon-arrow{
	fill: #4b86fc;
}
.theme-blank-white .sidebar-item>a:hover{
	background-color: #f5f7f8;
}
.theme-blank-white  .short-item:hover{
	background-color: #f5f7f8;
}
.theme-blank-white .edit-menu-word{
	color: #333333;
}
.theme-blank-white .edit-menu-icon{
	fill: #333333;
}
.theme-blank-white .concise-menu .icon{
	fill: #333;
}
.theme-blank-white .short-item.active{
	background-color: #e9f0ff;
}
.theme-blank-white .short-item.active .icon{
	fill: #4b86fc;
}
.theme-blank-white .short-item.act{
	background-color: #fff;
	border-bottom: 1px solid #edeef0;
}
.theme-blank-white .short-item.act:hover{
	background-color: #f5f7f8;
}
.theme-blank-white .short-item .menu-logo-left{
	background-position:-3px -43px;
}

/* begin白黑 */
.theme-blank-white {
	background:#e8edf2;
}

.theme-blank-white .layout-header,
.theme-blank-white .nav-menu.other {
	background: #4c5467;
}

.theme-blank-white .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu) {
	fill: #fff;
	opacity: 0.7;
}
.theme-blank-white .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu):hover{
	opacity: 1;
}

.theme-blank-white .sousuo {
	opacity: 0.7;
}
.theme-blank-white  .header-menu:hover a>.svg-icon{
	opacity: 1!important;
}
.theme-blank-white  .nav-input:focus + .svg-icon {
	fill: #a7abb4!important;
}

.theme-blank-white .company-name {
	color: #fff;
}

.theme-blank-white .nav-input {
	background: rgba(245, 247, 248, 0.1);
	border:none;
	color: #fff;
}

.theme-blank-white .nav-input:focus {
	border-color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.95);
	color: #333;
}

.theme-blank-white .layout-header .visible .shanchu,
.theme-blank-white .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.3;
}
.theme-blank-white .layout-header .nav-input:focus + .nav-inputicon .sousuo{
	fill:#323a4d;
	opacity: 0.4;
}

.theme-blank-white .nav-input:focus + .nav-inputicon .sousuo:hover {
	fill:#4b86fc;
}

.theme-blank-white .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu:hover{
	opacity: 0.5;
}

.theme-blank-white .visible .svg-icon:hover,
.theme-blank-white .nav-input:focus + .nav-inputicon .svg-icon:hover{
	opacity: 0.6;
}
.theme-blank-white .nav-input::-webkit-input-placeholder {
	color: #fff;
}
.theme-blank-white .nav-input::-moz-placeholder {
	color: #fff;
}
.theme-blank-white  .nav-input::-ms-input-placeholder {
	color: #fff;
}
.theme-blank-white .nav-input:focus::-webkit-input-placeholder {
	color: #333;
}
.theme-blank-white .nav-input:focus::-moz-placeholder {
	color: #333;
}
.theme-blank-white  .nav-input:focus::-ms-input-placeholder {
	color: #333;
}

.theme-blank-white .admin-name {
	color: #fff;
}

.theme-blank-white .header-nav {
	border-color: #585f70;
}
/*.theme-blank-white .operated-word{
	background-color: #4c5467;
}*/
.theme-blank-white .tab-nav .nav-items {
	color: #fff;
}

.theme-blank-white .item-name {
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
}

.theme-blank-white .tab-nav .nav-items:before,
.theme-blank-white .tab-nav .nav-items:after {
	opacity: 0.2;
}

.theme-blank-white .tab-nav .nav-items.active .item-name {
	color: #323a4d;
	border-color: #dee3e9;
	background: #dee3e9;
}

.theme-blank-white .tab-nav .nav-items.active:after,
.theme-blank-white .tab-nav .nav-items.active:hover:after,
.theme-blank-white .tab-nav .nav-items.active:before,
.theme-blank-white .tab-nav .nav-items.active:after {
	opacity: 1;
}

.theme-blank-white .tab-nav .nav-items:before {
	background: url(../res/images/bg/noborder-left-full.png) no-repeat center center;
}

.theme-blank-white .tab-nav .nav-items:last-child:after {
	background: url(../res/images/bg/noborder-right-full.png) no-repeat center center;
}

.theme-blank-white .tab-nav .nav-items:not(:last-child):after {
	background: url(../res/images/bg/noborder-right.png) no-repeat -2px center;
}

.theme-blank-white .tab-nav .nav-items.active:before,
.theme-blank-white.tab-nav .nav-items.active:hover:before{
	background:url(../res/images/bg/nav-tabcur1.png) no-repeat center center;
}
.theme-blank-white .tab-nav .nav-items.active:after{
	background:url(../res/images/bg/nav-tabcur2.png) no-repeat center center;
}
.theme-blank-white .tab-nav .nav-items:hover span {
	background: rgba(255, 255, 255, 0.15);
}

.theme-blank-white .tab-nav .nav-items.active:before,
.theme-blank-white .tab-nav .nav-items.active:hover:before,
.theme-blank-white .tab-nav .nav-items:before,
.theme-blank-white .tab-nav .nav-items:after {
	width: 20px;
	height: 28px;
}

.theme-blank-white .tab-nav .nav-items:not(.active):hover:before,
.theme-blank-white .tab-nav .nav-items:not(.active):hover:after {
	opacity: 0.15;
}
.theme-blank-white .header-menu>a:hover,
.theme-blank-white .header-nav .another:hover>a,
.theme-blank-white .header-menu.cur>a {
	background: rgba(242, 246, 247, 0.1);
}
.theme-blank-white .header-togglesys .current-sys{
	color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.theme-blank-white .header-togglesys .current-sys:hover{
	background-color: rgba(255,255,255,0.8);
	color: rgb(75,134,252);
}
.theme-blank-white .header-togglesys .current-sys::after{
	border-top-color: #fff;
}
.theme-blank-white .header-togglesys .current-sys:hover::after {
	border-top-color: rgb(75,134,252);
}

/*.theme-blank-white .theme-tab-item.active,
.theme-blank-white .theme-tab-item:hover{
	color: #4c5467;
}*/
/*.theme-blank-white .theme-tab-line{
	background: #4c5467;
}*/
/*.theme-blank-white .theme-tab-item.active .svg-icon,
.theme-blank-white .theme-tab-item:hover .svg-icon{
	fill:#4c5467;
}*/

/*.theme-blank-white .theme-frame .btn-default{
	border-color:#4c5467 ;
	color: #4c5467;
}*/
/*.theme-blank-white .theme-frame .btn-default:hover {
	background: #4c5467;
	color: #fff;
	box-shadow: 0px 8px 12px rgba(76, 84,103, .2);
}*/
.theme-blank-white .more-pop .menu-item:before{
	background: #4b86fc;
}
.theme-blank-white .theme-list .skin-active{
	background: #4b86fc;
}
/*.theme-blank-white .mui-switch.mui-switch-anim:checked {
	box-shadow: #4c5467 0 0 0 16px inset;
	background-color: #4c5467;
	border-color: #4c5467;
}*/

/*.theme-blank-white .mui-radio input[type=radio]:checked:before {
	color: #4c5467;
}*/
.theme-blank-white .refresh-more:not(:last-child).cur .icon,
.theme-blank-white .layout-header .refresh-more:not(:last-child).act .icon,
.theme-white-orange .refresh-more:not(:last-child).cur .icon,
.theme-white-orange .layout-header .refresh-more:not(:last-child).act .icon,
.theme-white-blue .refresh-more:not(:last-child).cur .icon,
.theme-white-blue .layout-header .refresh-more:not(:last-child).act .icon,
.theme-blank-blue .refresh-more:not(:last-child).cur .icon,
.theme-blank-blue .layout-header .refresh-more:not(:last-child).act .icon,
.theme-blank-orange .refresh-more:not(:last-child).cur .icon,
.theme-blank-orange .layout-header .refresh-more:not(:last-child).act .icon,
.theme-blank-green .refresh-more:not(:last-child).cur .icon,
.theme-blank-green .layout-header .refresh-more:not(:last-child).act .icon,
.theme-blank-red .refresh-more:not(:last-child).cur .icon,
.theme-blank-red .layout-header .refresh-more:not(:last-child).act .icon{
	fill: #fff!important;
	opacity: 1!important;
}
/*.theme-blank-white .layout-header .drop-item em{
	color: #4c5467;
}*/
/*.theme-blank-white .drop-item a:hover::before {
	background-color: #4c5467;
}*/
/*.theme-blank-white .drop-item a:hover{
	color: #4c5467;
}*/
.theme-blank-blue .menu-iconback, .theme-blank-orange .menu-iconback, .theme-blank-red .menu-iconback, .theme-blank-green .menu-iconback,
.theme-white-orange .menu-iconback, .theme-white-green .menu-iconback, .theme-white-blue .menu-iconback, .theme-blank-white .menu-iconback{
	fill:#fff;
	opacity: 0.8;
}
[class^="theme-white-"] .menu-iconback:hover,
[class^="theme-blank-"] .menu-iconback:hover{
	opacity: 1;
}
.theme-blank-white  .hicon-close {
	background-position: -111px -39px;
}
.theme-blank-white .active .hicon-close {
	background-position: -111px -24px;
}

.theme-blank-white .active .hicon-close:hover{
	background-position: -110px -4px;
}
/*.theme-blank-white .side-submenu-wrap{
	top:86px;
}*/

.theme-blank-white .white-delete .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.4;
}
.theme-blank-white .white-delete .nav-inputdelete .shanchu:hover{
	opacity: 0.7;
}
.theme-blank-white .layout-header .shanchu:hover{
	opacity: 1;
}
.theme-blank-white .shanchu{
	fill: #ffffff;
}
/*end白黑头*/
/*end白黑样式*/
/*白橙样式*/
.theme-white-orange .logo-light{
	display: none;
}

.theme-white-orange .logo-blank{
	display: inline;
}
.theme-white-orange .first-menu {
	background-color: #fff;
}
.theme-white-orange .concise-menu {
	background-color: #fff;
}
.theme-white-orange .side-icon-arrow{
	fill: #6f7582;
}
.theme-white-orange .layout-side .sidebar-item>a{
	color: #333;
}
.theme-white-orange .layout-side .sidebar-item>a .icon-menu{
	fill: #333;
}
.theme-white-orange .sidebar-item .iconfont{
	opacity: 0.8;
}
.theme-white-orange .edit-menu{
	border-top: 1px solid #ebebeb;
	background-color: #fff;
}

.theme-white-orange .layout-side .sidebar-item.active>a{
	background-color: #feefeb;
	color: #f87b5a;
	/* border-left: 4px solid #f87b5a; */
	/* padding-left: 17px; */
}
.theme-white-orange .layout-side .sidebar-item.active:before{
	background-color: #f87b5a;
}

.theme-white-orange .layout-side .sidebar-item.active .icon-menu{
	fill:#f87b5a;
}
.theme-white-orange .layout-side .sidebar-item.active .side-icon-arrow{
	fill: #f87b5a;

}
.theme-white-orange .sidebar-item>a:hover{
	background-color: #f5f7f8;
}
.theme-white-orange .edit-menu-word{
	color: #333333;
}
.theme-white-orange .edit-menu-icon{
	fill: #333333;
}
.theme-white-orange .concise-menu .icon{
	fill: #333;
}
.theme-white-orange  .short-item:hover{
	background-color: #f5f7f8;
}
.theme-white-orange .short-item.active{
	background-color: #feefeb;
}
.theme-white-orange .short-item.active .icon{
	fill: #f87b5a;
}
.theme-white-orange .submenu-location.active{
	border-left-color: #f87b5a;
	color: #f87b5a;
}
.theme-white-orange .submenu-location:hover{
	border-left-color: #f87b5a;
	color: #f87b5a;
}
.theme-white-orange .sub-menu-item:hover > a{
	color: #f87b5a;
}
.theme-white-orange .sub-menu-item:hover{
	background-color: #f5f7f8;
}
.theme-white-orange .operated-word{
	background-color: #f87b5a;
	box-shadow: 0px 4px 5px rgba(248,123,90, .3);
}
.theme-white-orange .operated-word:hover{
	background-color: #f36b47;
}
.theme-white-orange .short-item.act{
	background-color: #fff;
	border-bottom: 1px solid #edeef0;
}
.theme-white-orange .short-item.act:hover{
	background-color: #f5f7f8;

}
.theme-white-orange .short-item .menu-logo-left{
	background-position:  -3px -88px;
}
.theme-white-orange .short-item.active:before{
	background-color: #f87b5a;
}
.theme-white-orange .side-submenu-wrap .search-box.search-bottom{
	border-bottom-color: #f87b5a;
}
.theme-white-orange .layout-sleft .search-result strong{
	color: #f87b5a;
}
.theme-white-orange .theme-tab-item.active .svg-icon,
.theme-white-orange .theme-tab-item:hover .svg-icon {
    fill: #f87b5a;
}
.theme-white-orange .theme-tab-item.active,
.theme-white-orange .theme-tab-item:hover {
    color: #f87b5a;
}
.theme-white-orange .theme-tab-line {
    background: #f87b5a;
}
.theme-white-orange .theme-list .skin-active {
    background: #f87b5a;
}
.theme-white-orange .theme-frame .btn-primary {
    border-color: #f87b5a;
    background: #f87b5a;
    box-shadow: 0px 8px 12px rgba(248, 123,90, .2);
}
.theme-white-orange .theme-frame .btn-default {
    border-color: #f87b5a;
    color: #f87b5a;
}
.theme-white-orange .theme-frame .btn-default:hover {
    background: #f87b5a;
    color: #fff;
    box-shadow: 0px 8px 12px rgba(248, 123,90, .2);
}
.theme-white-orange .mui-switch.mui-switch-anim:checked {
    box-shadow: #f87b5a 0 0 0 16px inset;
    background-color: #f87b5a;
    border-color: #f87b5a;
}
.theme-white-orange .mui-radio input[type=radio]:checked:before{
	color: #f87b5a;
}
.theme-white-orange .mui-radio:hover input[type=radio]:before {
    color: #f87b5a;
}

.theme-white-orange {
	background: #efefef;
}

.theme-white-orange .layout-header,
.theme-white-orange .nav-menu.other {
	background: #f87b5a;
}

.theme-white-orange .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu) {
	fill: #fff;
	opacity: 0.7;
}
.theme-white-orange .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu):hover{
	opacity: 1;
}

.theme-white-orange .sousuo {
	opacity: 0.7;
}
.theme-white-orange  .header-menu:hover a>.svg-icon{
	opacity: 1!important;
}
.theme-white-orange  .nav-input:focus + .svg-icon {
	fill: #a7abb4!important;
}

.theme-white-orange .company-name {
	color: #fff;
}

.theme-white-orange .nav-input {
	background: rgba(245, 247, 248, 0.1);
	border:none;
	color: #fff;
}

.theme-white-orange .nav-input:focus {
	border-color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.95);
	color: #333;
}

.theme-white-orange .layout-header .visible .shanchu,
.theme-white-orange .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.3;
}

.theme-white-orange .layout-header .nav-input:focus + .nav-inputicon .sousuo{
	fill:#323a4d;
	opacity: 0.4;
}

.theme-white-orange .nav-input:focus + .nav-inputicon .sousuo:hover {
	fill:#f87b5a;
}

.theme-white-orange .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu:hover{
	opacity: 0.5;
}

.theme-white-orange .visible .svg-icon:hover,
.theme-white-orange .nav-input:focus + .nav-inputicon .svg-icon:hover{
	opacity: 0.6;
}
.theme-white-orange .nav-input::-webkit-input-placeholder {
	color: #fff;
}
.theme-white-orange .nav-input::-moz-placeholder {
	color: #fff;
}
.theme-white-orange  .nav-input::-ms-input-placeholder {
	color: #fff;
}
.theme-white-orange .nav-input:focus::-webkit-input-placeholder {
	color: #333;
}
.theme-white-orange .nav-input:focus::-moz-placeholder {
	color: #333;
}
.theme-white-orange  .nav-input:focus::-ms-input-placeholder {
	color: #333;
}

.theme-white-orange .admin-name {
	color: #fff;
}

.theme-white-orange .header-nav {
	border-color: #f78769;
}

.theme-white-orange .tab-nav .nav-items {
	color: #fff;
}

.theme-white-orange .item-name {
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
}

.theme-white-orange .tab-nav .nav-items:before,
.theme-white-orange .tab-nav .nav-items:after {
	opacity: 0.2;
}

.theme-white-orange .tab-nav .nav-items.active .item-name {
	color: #323a4d;
	border-color: #e5e5e6;
	background: #e5e5e6;
}

.theme-white-orange .tab-nav .nav-items.active:after,
.theme-white-orange .tab-nav .nav-items.active:hover:after,
.theme-white-orange .tab-nav .nav-items.active:before,
.theme-white-orange .tab-nav .nav-items.active:after {
	opacity: 1;
}

.theme-white-orange .tab-nav .nav-items:before {
	background: url(../res/images/bg/noborder-left-full.png) no-repeat center center;
}

.theme-white-orange .tab-nav .nav-items:last-child:after {
	background: url(../res/images/bg/noborder-right-full.png) no-repeat center center;
}

.theme-white-orange .tab-nav .nav-items:not(:last-child):after {
	background: url(../res/images/bg/noborder-right.png) no-repeat -2px center;
}

.theme-white-orange .tab-nav .nav-items.active:before,
.theme-white-orange.tab-nav .nav-items.active:hover:before{
	background:url(../res/images/bg/noborder-left-fullcur.png) no-repeat center center;
}
.theme-white-orange .tab-nav .nav-items.active:after{
	background:url(../res/images/bg/noborder-right-fullcur.png) no-repeat center center;
}
.theme-white-orange .tab-nav .nav-items:hover span {
	background: rgba(255, 255, 255, 0.15);
}

.theme-white-orange .tab-nav .nav-items.active:before,
.theme-white-orange .tab-nav .nav-items.active:hover:before,
.theme-white-orange .tab-nav .nav-items:before,
.theme-white-orange .tab-nav .nav-items:after {
	width: 20px;
	height: 28px;
}

.theme-white-orange .tab-nav .nav-items:not(.active):hover:before,
.theme-white-orange .tab-nav .nav-items:not(.active):hover:after {
	opacity: 0.15;
}
/* .theme-white-orange .header-menu:hover,
.theme-white-orange .header-nav .another:hover,
.theme-white-orange .header-menu.cur {
	background: rgba(242, 246, 247, 0.1);
} */
.theme-white-orange .theme-tab-item.active,
.theme-white-orange .theme-tab-item:hover{
	color: #f87b5a;
}
.theme-white-orange .theme-tab-line{
	background: #f87b5a;
}
.theme-white-orange .theme-tab-item.active .svg-icon,
.theme-white-orange .theme-tab-item:hover .svg-icon{
	fill:#f87b5a;
}
.theme-white-orange .theme-frame .btn-primary{
	border-color:#f87b5a ;
	background: #f87b5a;
	box-shadow: 0px 8px 12px rgba(248,123,90, .2);
}
.theme-white-orange .theme-frame .btn-primary:hover {
	border-color:#e66645;
	background: #e66645;
}
.theme-white-orange .theme-frame .btn-default{
	border-color:#f87b5a ;
	color: #f87b5a;
}
.theme-white-orange .theme-frame .btn-default:hover {
	background: #f87b5a;
	color: #fff;
	box-shadow: 0px 8px 12px rgba(248, 123,90, .2);
}
.theme-white-orange .more-pop .menu-item:before{
	background: #f87b5a;
}
.theme-white-orange .theme-list .skin-active{
	background: #f87b5a;
}
.theme-white-orange .mui-switch.mui-switch-anim:checked {
	box-shadow: #f87b5a 0 0 0 16px inset;
	background-color: #f87b5a;
	border-color: #f87b5a;
}
.theme-white-orange .mui-radio:hover input[type=radio]:before {
	color: #f87b5a;
}
.theme-white-orange .mui-radio input[type=radio]:checked:before {
	color: #f87b5a;
}
.theme-white-orange .refresh-more.cur .icon {
	fill: #fff;
}
.theme-white-orange .layout-header .drop-item em{
	color: #f87b5a;
}
.theme-white-orange .drop-item a:hover::before {
	background-color: #f87b5a;
}
/* .theme-white-orange .drop-item a:hover{
	color: #f87b5a;
} */
.theme-white-orange  .hicon-close {
	background-position: -111px -39px;
}
.theme-white-orange .active .hicon-close {
	background-position: -111px -24px;
}

.theme-white-orange .active .hicon-close:hover{
	background-position: -110px -4px;
}
/*.theme-white-orange .side-submenu-wrap{
	top:86px;
}*/
.theme-white-orange .white-delete .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.4;
}
.theme-white-orange .white-delete .nav-inputdelete .shanchu:hover{
	opacity: 0.7;
}
.theme-white-orange .layout-header .shanchu:hover{
	opacity: 1;
}
.theme-white-orange .shanchu{
	fill: #ffffff;
}
.theme-white-orange .mui-switch:checked + .switch{
	border-color: #f87b5a;
	box-shadow: #f87b5a 0 0 0 16px inset;
	background-color: #f87b5a;
}
.theme-white-orange .mui-radio input[type=radio]:checked + .custom-radio{
	border-color: #f87b5a;
}
.theme-white-orange .mui-radio label:hover .custom-radio {
	border-color: #f87b5a;
}
.theme-white-orange .mui-radio input[type=radio]:checked + .custom-radio:before{
	background: #f87b5a;
}
/*end白橙头*/
/*.theme-white-orange .side-submenu-wrap .search-clear:hover {
    fill: #f87b5a;
}*/
/*end白橙样式*/

/*白绿样式*/
.theme-white-green .logo-light{
	display: none;
}
.theme-white-green .logo-blank{
	display: inline;
}
.theme-white-green .first-menu {
	background-color: #fff;
}
.theme-white-green .concise-menu {
	background-color: #fff;
}
.theme-white-green .side-icon-arrow{
	fill: #6f7582;
	opacity:1;
}
.theme-white-green .sidebar-item > a:hover .side-icon-arrow {
    opacity: 0.6;
}
.theme-white-green .layout-side .sidebar-item>a {
	color: #333;
}
.theme-white-green .layout-side .sidebar-item>a .icon-menu{
	fill: #333;
}
.theme-white-green .sidebar-item .iconfont{
	opacity: 0.8;
}
.theme-white-green .edit-menu{
	border-top: 1px solid #ebebeb;
	background-color: #fff;
}
.theme-white-green .layout-side .sidebar-item.active>a{
	background-color: #e0f7f4;
	color: #00bfa5;
	/* border-left: 4px solid #00bfa5; */
	/* padding-left: 17px; */
}
.theme-white-green .layout-side .sidebar-item.active:before{
	background-color: #00bfa5;
}
.theme-white-green .operated-word{
	background-color: #00bfa5;
	box-shadow:0px 4px 5px rgba(0, 191,165, .3);
}
.theme-white-green .operated-word:hover{
	background-color: #00b29a;
}
.theme-white-green .layout-side .sidebar-item.active .icon-menu{
	fill:#00bfa5;
}
.theme-white-green .layout-side .sidebar-item.active .side-icon-arrow{
	fill: #00bfa5;

}
.theme-white-green .short-item:hover {
	background-color: #f5f7f8;
}
.theme-white-green .short-item:hover .icon{
	opacity: 1;
}
.theme-white-green .sidebar-item>a:hover{
	background-color: #f5f7f8;
}
.theme-white-green .edit-menu-word{
	color: #333333;
}
.theme-white-green .edit-menu-icon{
	fill: #333333;
}
.theme-white-green .concise-menu .icon{
	fill: #333;
}
.theme-white-green .short-item.active{
	background-color: #e0f7f4;
}
.theme-white-green .short-item.active:before{
	background-color: #00bfa5;
}
.theme-white-green .short-item.active .icon{
	fill: #00bfa5;
}
.theme-white-green  .short-item.act{
	background-color: #fff;
	border-bottom: 1px solid #edeef0;
}
.theme-white-green  .short-item.act:hover{
	background-color: #f5f7f8;
}
.theme-white-green .short-item .menu-logo-left{
	background-position:  -3px -73px;
}
.theme-white-green .submenu-location.active{
	border-left-color: #00bfa5;
	color: #00bfa5;
}
.theme-white-green .submenu-location:hover{
	color: #00bfa5;
	border-left-color: #00bfa5;
}
.theme-white-green .sub-menu-item:hover > a{
	color: #00bfa5;
}
.theme-white-green .sub-menu-item:hover{
	background-color: #f5f7f8;
}
.theme-white-green .side-submenu-wrap .search-box.search-bottom{
	border-bottom-color: #00bfa5;
}
.theme-white-green .layout-sleft .search-result strong{
	color: #00bfa5;
}
.theme-white-green .mui-switch:checked + .switch{
	border-color: #00bfa5;
	box-shadow: #00bfa5 0 0 0 16px inset;
	background-color: #00bfa5;
}
.theme-white-green .mui-radio input[type=radio]:checked + .custom-radio{
	border-color: #00bfa5;
}
.theme-white-green .mui-radio label:hover .custom-radio {
	border-color: #00bfa5;
}
.theme-white-green .mui-radio input[type=radio]:checked + .custom-radio:before{
	background: #00bfa5;
}
/*.theme-white-green .side-submenu-wrap .search-clear:hover {
    fill: #00bfa5;
}*/
/*end白绿样式*/
/*白蓝样式*/
.theme-white-blue .logo-light{
	display: none;
}
.theme-white-blue .operated-word{
	box-shadow: 0px 4px 5px rgba(77, 124, 254, .3);
}
.theme-white-blue .short-item.act{
	background-color: #fff;
	border-bottom: 1px solid #edeef0;
}
.theme-white-blue .short-item.act:hover{
	background-color: #f5f7f8;
}
.theme-white-blue .short-item .menu-logo-left{
	background-position: -3px -43px;
}
.theme-white-blue .logo-blank{
	display: inline;
}
.theme-white-blue .first-menu {
	background-color: #fff;
}
.theme-white-blue .concise-menu {
	background-color: #fff;
}
.theme-white-blue .side-icon-arrow{
	fill: #6f7582;
	opacity: 1;
}
.theme-white-blue .sidebar-item > a:hover .side-icon-arrow {
    opacity: 0.6;
}
.theme-white-blue .layout-side .sidebar-item>a{
	color: #333;
}
.theme-white-blue .layout-side .sidebar-item>a .icon-menu{
	fill: #333;
}
.theme-white-blue .sidebar-item .iconfont{
	opacity: 0.8;
}
.theme-white-blue .edit-menu{
	border-top: 1px solid #ebebeb;
	background-color: #fff;
}
.theme-white-blue .layout-side .sidebar-item.active>a{
	background-color: #e9f0ff;
	color: #4b86fc;
/* 	border-left: 4px solid #4b86fc; */
	/* padding-left: 17px; */
}
.theme-white-blue .layout-side .sidebar-item.active .icon-menu{
	fill:#4b86fc;
}
.theme-white-blue .layout-side .sidebar-item.active .side-icon-arrow{
	fill: #4b86fc;

}
.theme-white-blue .sidebar-item>a:hover{
	background-color: #f5f7f8;
}
.theme-white-blue .edit-menu-word{
	color: #333333;
}
.theme-white-blue .edit-menu-icon{
	fill: #333333;
}
.theme-white-blue .concise-menu .icon{
	fill: #333;
}
.theme-white-blue .short-item.active{
	background-color: #e9f0ff;
}
.theme-white-blue  .short-item:hover{
	background-color: #f5f7f8;
}
.theme-white-blue .short-item.active .icon{
	fill: #4b86fc;
}
.theme-white-blue .submenu-location.active{
	border-left-color: #4b86fc;
	color: #4b86fc;
}
.theme-white-blue .submenu-location:hover{
	color: #4b86fc;
	border-left-color: #4b86fc;
}
.theme-white-blue .sub-menu-item:hover > a{
	color: #4b86fc;
}
.theme-white-blue .sub-menu-item:hover{
	background-color: #f5f7f8;
}
/*.theme-white-blue .side-submenu-wrap .search-box{
	border-bottom-color: #4b86fc;
}*/
.theme-white-blue .layout-sleft .search-result strong{
	color: #4b86fc;
}
.theme-white-blue .theme-tab-item.active .svg-icon,
.theme-white-blue .theme-tab-item:hover .svg-icon,
.theme-blank-blue .theme-tab-item.active .svg-icon,
.theme-blank-blue .theme-tab-item:hover .svg-icon {
    fill: #4b86fc;
}
.theme-white-blue .theme-tab-item.active,
.theme-white-blue .theme-tab-item:hover,
.theme-blank-blue .theme-tab-item.active,
.theme-blank-blue .theme-tab-item:hover {
    color: #4b86fc;
}
.theme-white-blue .theme-tab-line,
.theme-blank-blue .theme-tab-line {
    background: #4b86fc;
}
.theme-white-blue .theme-list .skin-active,
.theme-blank-blue .theme-list .skin-active {
    background: #4b86fc;
}
.theme-frame .btn-primary,
.theme-frame .btn-primary{
    border-color: #4b86fc;
    background: #4b86fc;
    box-shadow: 0px 8px 12px rgba(77, 124, 254, .2);
}
.theme-white-blue .theme-frame .btn-default,
.theme-blank-blue .theme-frame .btn-default {
    border-color: #4b86fc;
    color: #4b86fc;
}
.theme-white-blue .theme-frame .btn-default:hover,
.theme-blank-blue .theme-frame .btn-default:hover {
    background: #4b86fc;
    color: #fff;
    box-shadow: 0px 8px 12px rgba(77, 124, 254, .2);
}
.theme-white-blue .mui-switch.mui-switch-anim:checked,
.theme-blank-blue .mui-switch.mui-switch-anim:checked {
    box-shadow: #4b86fc 0 0 0 16px inset;
    background-color: #4b86fc;
    border-color: #4b86fc;
}
.theme-white-blue .mui-radio input[type=radio]:checked:before,
.theme-blank-blue .mui-radio input[type=radio]:checked:before{
	color: #4b86fc;
}
.theme-white-blue .mui-radio:hover input[type=radio]:before,
.theme-blank-blue .mui-radio:hover input[type=radio]:before {
    color: #4b86fc;
}
.theme-white-blue,
.theme-blank-blue {
	background: #e8edf2;
}

.theme-white-blue .layout-header,
.theme-white-blue .nav-menu.other,
.theme-blank-blue .layout-header,
.theme-blank-blue .nav-menu.other  {
	background: #4b86fc;
}

.theme-white-blue .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu),
.theme-blank-blue .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu) {
	fill: #fff;
	opacity: 0.7;
}
.theme-white-blue .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu):hover,
.theme-blank-blue .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu):hover{
	opacity: 1;
}
.theme-white-blue .header-togglesys .current-sys,
.theme-blank-blue .header-togglesys .current-sys{
	color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.theme-white-blue .header-togglesys .current-sys::after,
.theme-blank-blue .header-togglesys .current-sys::after {
	border-top-color: #fff;
}
.theme-white-blue .header-togglesys .current-sys:hover,
.theme-blank-blue .header-togglesys .current-sys:hover {
	background-color: rgba(255,255,255,0.8);
	color:#4b86fc;
}
.theme-white-blue .header-togglesys .current-sys:hover::after,
.theme-blank-blue .header-togglesys .current-sys:hover::after {
	border-top-color: #4b86fc;
}

.theme-white-blue .sousuo,
.theme-blank-blue .sousuo {
	opacity: 0.7;
}
.theme-white-blue  .header-menu:hover a>.svg-icon,
.theme-blank-blue  .header-menu:hover a>.svg-icon{
	opacity: 1!important;
}
.theme-white-blue  .nav-input:focus + .svg-icon,
.theme-blank-blue  .nav-input:focus + .svg-icon {
	fill: #a7abb4!important;
}

.theme-white-blue .company-name,
.theme-blank-blue .company-name {
	color: #fff;
}

.theme-white-blue .nav-input,
.theme-blank-blue .nav-input {
	background: rgba(245, 247, 248, 0.1);
	border:none;
	color: #fff;
}

.theme-white-blue .nav-input:focus,
.theme-blank-blue .nav-input:focus {
	border-color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.95);
	color: #333;
}

.theme-white-blue .layout-header .visible .shanchu,
.theme-white-blue .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu,
.theme-blank-blue .layout-header .visible .shanchu,
.theme-blank-blue .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.3;
}


.theme-white-blue .layout-header .nav-input:focus + .nav-inputicon .sousuo,
.theme-blank-blue .layout-header .nav-input:focus + .nav-inputicon .sousuo{
	fill:#323a4d;
	opacity: 0.4;
}


 .theme-white-blue .nav-input:focus + .nav-inputicon .sousuo:hover,
 .theme-blank-blue .nav-input:focus + .nav-inputicon .sousuo:hover {
	 fill:#4b86fc;
 }
 
 .theme-white-blue .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu:hover,
 .theme-blank-blue .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu:hover{
 	opacity: 0.5;
 }

.theme-white-blue .visible .svg-icon:hover,
 .theme-white-blue .nav-input:focus + .nav-inputicon .svg-icon:hover,
 .theme-blank-blue .visible .svg-icon:hover,
 .theme-blank-blue .nav-input:focus + .nav-inputicon .svg-icon:hover{
	 opacity: 0.6;
 }
.theme-white-blue .nav-input::-webkit-input-placeholder,
.theme-blank-blue .nav-input::-webkit-input-placeholder {
 	color: #fff;
 }
.theme-white-blue .nav-input::-moz-placeholder,
.theme-blank-blue .nav-input::-moz-placeholder {
	color: #fff;
}
.theme-white-blue  .nav-input::-ms-input-placeholder ,
.theme-blank-blue  .nav-input::-ms-input-placeholder {
	color: #fff;
}
.theme-white-blue .nav-input:focus::-webkit-input-placeholder,
.theme-blank-blue .nav-input:focus::-webkit-input-placeholder {
 	color: #333;
 }
.theme-white-blue .nav-input:focus::-moz-placeholder,
.theme-blank-blue .nav-input:focus::-moz-placeholder {
	color: #333;
}
.theme-white-blue  .nav-input:focus::-ms-input-placeholder,
.theme-blank-blue  .nav-input:focus::-ms-input-placeholder {
	color: #333;
}

.theme-white-blue .admin-name,
.theme-blank-blue .admin-name {
	color: #fff;
}

.theme-white-blue .header-nav,
.theme-blank-blue .header-nav {
	border-color: #5b91fb;
}

.theme-white-blue .tab-nav .nav-items,
.theme-blank-blue .tab-nav .nav-items {
	color: #fff;
}

.theme-white-blue .item-name,
.theme-blank-blue .item-name {
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
}

.theme-white-blue .tab-nav .nav-items:before,
.theme-white-blue .tab-nav .nav-items:after,
.theme-blank-blue .tab-nav .nav-items:before,
.theme-blank-blue .tab-nav .nav-items:after {
	opacity: 0.2;
}

.theme-white-blue .tab-nav .nav-items.active .item-name,
.theme-blank-blue .tab-nav .nav-items.active .item-name {
	color: #323a4d;
	border-color: #dee3e9;
	background: #dee3e9;
}

.theme-white-blue .tab-nav .nav-items.active:after,
.theme-white-blue .tab-nav .nav-items.active:hover:after,
.theme-white-blue .tab-nav .nav-items.active:before,
.theme-white-blue .tab-nav .nav-items.active:after,
.theme-blank-blue .tab-nav .nav-items.active:after,
.theme-blank-blue .tab-nav .nav-items.active:hover:after,
.theme-blank-blue .tab-nav .nav-items.active:before,
.theme-blank-blue .tab-nav .nav-items.active:after {
	opacity: 1;
}

.theme-white-blue .tab-nav .nav-items:before,
.theme-blank-blue .tab-nav .nav-items:before {
	background: url(../res/images/bg/noborder-left-full.png) no-repeat center center;
}

.theme-white-blue .tab-nav .nav-items:last-child:after,
.theme-blank-blue .tab-nav .nav-items:last-child:after {
	background: url(../res/images/bg/noborder-right-full.png) no-repeat center center;
}

.theme-white-blue .tab-nav .nav-items:not(:last-child):after,
.theme-blank-blue .tab-nav .nav-items:not(:last-child):after {
	background: url(../res/images/bg/noborder-right.png) no-repeat -2px center;
}

.theme-white-blue .tab-nav .nav-items.active:before, 
.theme-white-blue.tab-nav .nav-items.active:hover:before,
.theme-blank-blue .tab-nav .nav-items.active:before, 
.theme-blank-blue.tab-nav .nav-items.active:hover:before{
	background:url(../res/images/bg/nav-tabcur1.png) no-repeat center center;
}
.theme-white-blue .tab-nav .nav-items.active:after,
.theme-blank-blue .tab-nav .nav-items.active:after{
	background:url(../res/images/bg/nav-tabcur2.png) no-repeat center center;
}
.theme-white-blue .tab-nav .nav-items:hover span,
.theme-blank-blue .tab-nav .nav-items:hover span {
	background: rgba(255, 255, 255, 0.15);
}

.theme-white-blue .tab-nav .nav-items.active:before, 
.theme-white-blue .tab-nav .nav-items.active:hover:before,
.theme-white-blue .tab-nav .nav-items:before,
.theme-white-blue .tab-nav .nav-items:after {
	width: 20px;
	height: 28px;
}

.theme-blank-blue .tab-nav .nav-items.active:before, 
.theme-blank-blue .tab-nav .nav-items.active:hover:before,
.theme-blank-blue .tab-nav .nav-items:before,
.theme-blank-blue .tab-nav .nav-items:after {
	width: 20px;
	height: 28px;
}

.theme-white-blue .tab-nav .nav-items:not(.active):hover:before,
.theme-white-blue .tab-nav .nav-items:not(.active):hover:after,
.theme-blank-blue .tab-nav .nav-items:not(.active):hover:before,
.theme-blank-blue .tab-nav .nav-items:not(.active):hover:after {
	opacity: 0.15;
}
/* .theme-white-blue .header-menu:hover,
.theme-white-blue .header-nav .another:hover,
.theme-white-blue .header-menu.cur,
.theme-blank-blue .header-menu:hover,
.theme-blank-blue .header-nav .another:hover,
.theme-blank-blue .header-menu.cur {
	background: rgba(242, 246, 247, 0.1);
} */

.theme-white-blue .refresh-more.cur .icon,
.theme-blank-blue .refresh-more.cur .icon {
	/* fill: #fff; */
	opacity: 1 !important;
}
.theme-white-blue .layout-header .drop-item em,
.theme-blank-blue .layout-header .drop-item em{
	 color: #4b86fc;
}
.theme-white-blue .drop-item a:hover::before,
.theme-blank-blue .drop-item a:hover::before {
    background-color: #4b86fc;
}
/* .theme-white-blue .drop-item a:hover,
.theme-blank-blue .drop-item a:hover{
    color: #4b86fc;
} */
.theme-white-blue  .hicon-close,
.theme-blank-blue  .hicon-close {
    background-position: -111px -39px;
}
.theme-white-blue .active .hicon-close,
.theme-blank-blue .active .hicon-close {
    background-position: -111px -24px;
}

.theme-white-blue .active .hicon-close:hover,
.theme-blank-blue .active .hicon-close:hover{
    background-position: -110px -4px;
}
/*.theme-white-blue .side-submenu-wrap,
.theme-blank-blue .side-submenu-wrap{
	top:86px;
}*/

.theme-white-blue .white-delete .nav-inputdelete .shanchu,
.theme-blank-blue .white-delete .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.4;
}
.theme-white-blue .white-delete .nav-inputdelete .shanchu:hover,
.theme-blank-blue .white-delete .nav-inputdelete .shanchu:hover{
	opacity: 0.7;
}
.theme-white-blue .layout-header .shanchu:hover,
.theme-blank-blue .layout-header .shanchu:hover{
	opacity: 1;
}
.theme-white-blue .shanchu,
.theme-blank-blue .shanchu{
	fill: #ffffff;
}
.theme-blank-blue .short-item.act{
	background-color: #2a3041;
}
.theme-blank-blue .short-item .menu-logo-left{
	background-position: -3px -43px;
}
/*end白蓝样式*/
/*黑橙样式*/
.theme-blank-orange .layout-side .sidebar-item.active>a{
	/*background-color: #46516a;*/
}
.theme-blank-orange .layout-side .sidebar-item.active:before{
	background-color: #f87b5a;
}
.theme-blank-orange .short-item.active{
	/*background-color: #46516a;*/
}
.theme-blank-orange .operated-word{
	 background-color: #f87b5a;
 }
.theme-blank-orange .operated-word:hover{
	background-color: #f36b47;
}
.theme-blank-orange .submenu-location.active{
	border-left-color: #f87b5a;
	color: #f87b5a;
}
.theme-blank-orange .short-item.act{
	background-color: #2a3041;
}

.theme-blank-orange .short-item .menu-logo-left{
	background-position: -3px -88px;
}
.theme-blank-orange .short-item.active:before{
	background-color: #f87b5a;
}
.theme-blank-orange .submenu-location:hover{
	color: #f87b5a;
	border-left-color: #f87b5a;
}
.theme-blank-orange .sub-menu-item:hover > a{
	color: #f87b5a;
}
.theme-blank-orange .sub-menu-item:hover{
	background-color: #f5f7f8;
}
.theme-blank-orange .side-submenu-wrap .search-box.search-bottom{
	border-bottom-color: #f87b5a;
}
.theme-blank-orange .layout-sleft .search-result strong{
	color: #f87b5a;
}
/*.theme-blank-orange .side-submenu-wrap .search-clear:hover {
    fill: #f87b5a;
}*/

.theme-blank-orange .theme-tab-item.active .svg-icon,
.theme-blank-orange .theme-tab-item:hover .svg-icon {
    fill: #f87b5a;
}
.theme-blank-orange .theme-tab-item.active,
.theme-blank-orange .theme-tab-item:hover {
    color: #f87b5a;
}
.theme-blank-orange .theme-tab-line {
    background: #f87b5a;
}
.theme-blank-orange .theme-list .skin-active {
    background: #f87b5a;
}
.theme-blank-orange .theme-frame .btn-primary {
    border-color: #f87b5a;
    background: #f87b5a;
    box-shadow: 0px 8px 12px rgba(248, 123,90, .2);
}
.theme-blank-orange .theme-frame .btn-default {
    border-color: #f87b5a;
    color: #f87b5a;
}
.theme-blank-orange .theme-frame .btn-default:hover {
    background: #f87b5a;
    color: #fff;
    box-shadow: 0px 8px 12px rgba(248, 123,90, .2);
}
.theme-blank-orange .mui-switch.mui-switch-anim:checked {
    box-shadow: #f87b5a 0 0 0 16px inset;
    background-color: #f87b5a;
    border-color: #f87b5a;
}
.theme-blank-orange .mui-radio input[type=radio]:checked:before{
	color: #f87b5a;
}
.theme-blank-orange .mui-radio:hover input[type=radio]:before {
    color: #f87b5a;
}
/* begin黑橙 */
.theme-blank-orange {
	background: #efefef;
}

.theme-blank-orange .layout-header,
.theme-blank-orange .nav-menu.other {
	background: #f87b5a;
}

.theme-blank-orange .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu) {
	fill: #fff;
	opacity: 0.7;
}
.theme-blank-orange .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu):hover{
	opacity: 1;
}

.theme-blank-orange .sousuo {
	opacity: 0.7;
}
.theme-blank-orange  .header-menu:hover a>.svg-icon{
	opacity: 1!important;
}
.theme-blank-orange  .nav-input:focus + .svg-icon {
	fill: #a7abb4!important;
}

.theme-blank-orange .company-name {
	color: #fff;
}

.theme-blank-orange .nav-input {
	background: rgba(245, 247, 248, 0.1);
	border:none;
	color: #fff;
}

.theme-blank-orange .nav-input:focus {
	border-color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.95);
	color: #333;
}

.theme-blank-orange .layout-header .visible .shanchu,
.theme-blank-orange .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.3;
}

.theme-blank-orange .layout-header .nav-input:focus + .nav-inputicon .sousuo{
	fill:#323a4d;
	opacity: 0.4;
}


.theme-blank-orange .nav-input:focus + .nav-inputicon .sousuo:hover {
	fill:#f87b5a;
}

.theme-blank-orange .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu:hover{
	opacity: 0.5;
}

.theme-blank-orange .visible .svg-icon:hover,
.theme-blank-orange .nav-input:focus + .nav-inputicon .svg-icon:hover{
	opacity: 0.6;
}
.theme-blank-orange .nav-input::-webkit-input-placeholder {
	color: #fff;
}
.theme-blank-orange .nav-input::-moz-placeholder {
	color: #fff;
}
.theme-blank-orange  .nav-input::-ms-input-placeholder {
	color: #fff;
}
.theme-blank-orange .nav-input:focus::-webkit-input-placeholder {
	color: #333;
}
.theme-blank-orange .nav-input:focus::-moz-placeholder {
	color: #333;
}
.theme-blank-orange  .nav-input:focus::-ms-input-placeholder {
	color: #333;
}

.theme-blank-orange .admin-name {
	color: #fff;
}

.theme-blank-orange .header-nav {
	border-color: #f78769;
}

.theme-blank-orange .tab-nav .nav-items {
	color: #fff;
}

.theme-blank-orange .item-name {
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
}

.theme-blank-orange .tab-nav .nav-items:before,
.theme-blank-orange .tab-nav .nav-items:after {
	opacity: 0.2;
}

.theme-blank-orange .tab-nav .nav-items.active .item-name {
	color: #323a4d;
	border-color: #e5e5e6;
	background: #e5e5e6;
}

.theme-blank-orange .tab-nav .nav-items.active:after,
.theme-blank-orange .tab-nav .nav-items.active:hover:after,
.theme-blank-orange .tab-nav .nav-items.active:before,
.theme-blank-orange-orange .tab-nav .nav-items.active:after {
	opacity: 1;
}

.theme-blank-orange .tab-nav .nav-items:before {
	background: url(../res/images/bg/noborder-left-full.png) no-repeat center center;
}

.theme-blank-orange .tab-nav .nav-items:last-child:after {
	background: url(../res/images/bg/noborder-right-full.png) no-repeat center center;
}

.theme-blank-orange .tab-nav .nav-items:not(:last-child):after {
	background: url(../res/images/bg/noborder-right.png) no-repeat -2px center;
}

.theme-blank-orange .tab-nav .nav-items.active:before,
.theme-blank-orange.tab-nav .nav-items.active:hover:before{
	background:url(../res/images/bg/noborder-left-fullcur.png) no-repeat center center;
}
.theme-blank-orange .tab-nav .nav-items.active:after{
	background:url(../res/images/bg/noborder-right-fullcur.png) no-repeat center center;
}
.theme-blank-orange .tab-nav .nav-items:hover span {
	background: rgba(255, 255, 255, 0.15);
}

.theme-blank-orange .tab-nav .nav-items.active:before,
.theme-blank-orange .tab-nav .nav-items.active:hover:before,
.theme-blank-orange .tab-nav .nav-items:before,
.theme-blank-orange .tab-nav .nav-items:after {
	width: 20px;
	height: 28px;
}

.theme-blank-orange .tab-nav .nav-items:not(.active):hover:before,
.theme-blank-orange .tab-nav .nav-items:not(.active):hover:after {
	opacity: 0.15;
}

.theme-blank-orange .theme-tab-item.active,
.theme-blank-orange .theme-tab-item:hover{
	color: #f87b5a;
}
.theme-blank-orange .theme-tab-line{
	background: #f87b5a;
}
.theme-blank-orange .theme-tab-item.active .svg-icon,
.theme-blank-orange .theme-tab-item:hover .svg-icon{
	fill:#f87b5a;
}
.theme-blank-orange .theme-frame .btn-primary{
	border-color:#f87b5a ;
	background: #f87b5a;
	box-shadow: 0px 8px 12px rgba(248,123,90, .2);
}
.theme-blank-orange .theme-frame .btn-primary:hover {
	border-color:#f36b47;
	background: #f36b47;
}
.theme-blank-orange .theme-frame .btn-default{
	border-color:#f87b5a ;
	color: #f87b5a;
}
.theme-blank-orange .theme-frame .btn-default:hover {
	background: #f87b5a;
	color: #fff;
	box-shadow: 0px 8px 12px rgba(248, 123,90, .2);
}
.theme-blank-orange .more-pop .menu-item:before{
	background: #f87b5a;
}
.theme-blank-orange .theme-list .skin-active{
	background: #f87b5a;
}
.theme-blank-orange .mui-switch.mui-switch-anim:checked {
	box-shadow: #f87b5a 0 0 0 16px inset;
	background-color: #f87b5a;
	border-color: #f87b5a;
}
.theme-blank-orange .mui-radio:hover input[type=radio]:before {
	color: #f87b5a;
}
.theme-blank-orange .mui-radio input[type=radio]:checked:before {
	color: #f87b5a;
}
.theme-blank-orange .refresh-more.cur .icon {
	fill: #fff;
}
.theme-blank-orange .layout-header .drop-item em{
	color: #f87b5a;
}
.theme-blank-orange .drop-item a:hover::before {
	background-color: #f87b5a;
}
/* .theme-blank-orange .drop-item a:hover{
	color: #f87b5a;
} */
.theme-blank-orange  .hicon-close {
	background-position: -111px -39px;
}
.theme-blank-orange .active .hicon-close {
	background-position: -111px -24px;
}

.theme-blank-orange .active .hicon-close:hover{
	background-position: -110px -4px;
}
/*.theme-blank-orange .side-submenu-wrap{
	top:86px;
}*/

.theme-blank-orange .white-delete .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.4;
}
.theme-blank-orange .white-delete .nav-inputdelete .shanchu:hover{
	opacity: 0.7;
}
.theme-blank-orange .layout-header .shanchu:hover{
	opacity: 1;
}
.theme-blank-orange .shanchu{
	fill: #ffffff;
}
.theme-blank-orange .mui-switch:checked + .switch{
	border-color: #f87b5a;
	box-shadow: #f87b5a 0 0 0 16px inset;
	background-color: #f87b5a;
}
.theme-blank-orange .mui-radio input[type=radio]:checked + .custom-radio{
	border-color: #f87b5a;
}
.theme-blank-orange .mui-radio label:hover .custom-radio {
	border-color: #f87b5a;
}
.theme-blank-orange .mui-radio input[type=radio]:checked + .custom-radio:before{
	background: #f87b5a;
}
/*end黑橙头*/
/*end黑橙样式*/
/*黑绿样式*/
.theme-blank-green .layout-side .sidebar-item.active>a{
	/*background-color: #46516a;*/
}
.theme-blank-green .layout-side .sidebar-item.active:before{
	background-color: #00bfa5;
}
.theme-blank-green .operated-word{
	background-color: #00bfa5;
}
.theme-blank-green .operated-word:hover{
	background-color: #00b29a;
}
.theme-blank-green .short-item.active{
	/*background-color: #46516a;*/
}
.theme-blank-green .short-item.act{
	background-color: #2a3041;
}
.theme-blank-green .short-item .menu-logo-left{
	background-position:-3px -73px;
}
.theme-blank-green  .short-item.active:before{
	background-color: #00bfa5;
}
.theme-blank-green .submenu-location.active{
	border-left-color: #00bfa5;
	color: #00bfa5;
}
.theme-blank-green .submenu-location:hover{
	color: #00bfa5;
	border-left-color: #00bfa5;
}
.theme-blank-green .sub-menu-item:hover > a{
	color: #00bfa5;
}
.theme-blank-green .sub-menu-item:hover{
	background-color: #f5f7f8;
}
.theme-blank-green .side-submenu-wrap .search-box.search-bottom{
	border-bottom-color: #00bfa5;
}
.theme-blank-green .layout-sleft .search-result strong{
	color: #00bfa5;
}
.theme-blank-green .theme-tab-item.active .svg-icon,
.theme-blank-green .theme-tab-item:hover .svg-icon {
    fill: #00bfa5;
}
.theme-blank-green .theme-tab-item.active,
.theme-blank-green .theme-tab-item:hover {
    color: #00bfa5;
}
.theme-blank-green .theme-tab-line {
    background: #00bfa5;
}
.theme-blank-green .theme-list .skin-active {
    background: #00bfa5;
}
.theme-blank-green .theme-frame .btn-primary {
    border-color: #00bfa5;
    background: #00bfa5;
    box-shadow: 0px 8px 12px rgba(0, 191,165, .2);
}
.theme-blank-green .theme-frame .btn-default {
    border-color: #00bfa5;
    color: #00bfa5;
}
.theme-blank-green .theme-frame .btn-default:hover {
    background: #00bfa5;
    color: #fff;
    box-shadow: 0px 8px 12px rgba(0, 191,165, .2);
}
.theme-blank-green .mui-switch.mui-switch-anim:checked {
    box-shadow: #00bfa5 0 0 0 16px inset;
    background-color: #00bfa5;
    border-color: #00bfa5;
}
.theme-blank-green .mui-radio input[type=radio]:checked:before{
	color: #00bfa5;
}
.theme-blank-green .mui-radio:hover input[type=radio]:before {
    color: #00bfa5;
}
/* begin黑绿 */
.theme-blank-green {
	background: #efefef;
}

.theme-blank-green .layout-header,
.theme-blank-green .nav-menu.other {
	background: #00bfa5;
}

.theme-blank-green .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu) {
	fill: #fff;
	opacity: 0.7;
}
.theme-blank-green .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu):hover{
	opacity: 1;
}

.theme-blank-green .sousuo {
	opacity: 0.7;
}
.theme-blank-green  .header-menu:hover a>.svg-icon{
	opacity: 1!important;
}
.theme-blank-green  .nav-input:focus + .svg-icon {
	fill: #a7abb4!important;
}

.theme-blank-green .company-name {
	color: #fff;
}

.theme-blank-green .nav-input {
	background: rgba(245, 247, 248, 0.1);
	border:none;
	color: #fff;
}

.theme-blank-green .nav-input:focus {
	border-color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.95);
	color: #333;
}

.theme-blank-green .layout-header .visible .shanchu,
.theme-blank-green .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.3;
}
.theme-blank-green .layout-header .nav-input:focus + .nav-inputicon .sousuo{
	fill:#323a4d;
	opacity: 0.4;
}

.theme-blank-green .nav-input:focus + .nav-inputicon .sousuo:hover {
	fill:#18c4ad;
}

.theme-blank-green .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu:hover{
	opacity: 0.5;
}

.theme-blank-green .visible .svg-icon:hover,
.theme-blank-green .nav-input:focus + .nav-inputicon .svg-icon:hover{
	opacity: 0.6;
}
.theme-blank-green .nav-input::-webkit-input-placeholder {
	color: #fff;
}
.theme-blank-green .nav-input::-moz-placeholder {
	color: #fff;
}
.theme-blank-green  .nav-input::-ms-input-placeholder {
	color: #fff;
}
.theme-blank-green .nav-input:focus::-webkit-input-placeholder {
	color: #333;
}
.theme-blank-green .nav-input:focus::-moz-placeholder {
	color: #333;
}
.theme-blank-green  .nav-input:focus::-ms-input-placeholder {
	color: #333;
}

.theme-blank-green .admin-name {
	color: #fff;
}

.theme-blank-green .header-nav {
	border-color: #18c4ad;
}


.theme-blank-green .more-pop .menu-item:before{
	background:#18c4ad;
}

.theme-blank-green .tab-nav .nav-items {
	color: #fff;
}

.theme-blank-green .item-name {
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
}

.theme-blank-green .tab-nav .nav-items:before,
.theme-blank-green .tab-nav .nav-items:after {
	opacity: 0.2;
}

.theme-blank-green .tab-nav .nav-items.active .item-name {
	color: #323a4d;
	border-color: #e5e5e6;
	background: #e5e5e6;
}

.theme-blank-green .tab-nav .nav-items.active:after,
.theme-blank-green .tab-nav .nav-items.active:hover:after,
.theme-blank-green .tab-nav .nav-items.active:before,
.theme-blank-green .tab-nav .nav-items.active:after {
	opacity: 1;
}

.theme-blank-green .tab-nav .nav-items:before {
	background: url(../res/images/bg/noborder-left-full.png) no-repeat center center;
}

.theme-blank-green .tab-nav .nav-items:last-child:after {
	background: url(../res/images/bg/noborder-right-full.png) no-repeat center center;
}

.theme-blank-green .tab-nav .nav-items:not(:last-child):after {
	background: url(../res/images/bg/noborder-right.png) no-repeat -2px center;
}

.theme-blank-green .tab-nav .nav-items.active:before,
.theme-blank-green.tab-nav .nav-items.active:hover:before{
	background:url(../res/images/bg/noborder-left-fullcur.png) no-repeat center center;
}
.theme-blank-green .tab-nav .nav-items.active:after{
	background:url(../res/images/bg/noborder-right-fullcur.png) no-repeat center center;
}
.theme-blank-green .tab-nav .nav-items:hover span {
	background: rgba(255, 255, 255, 0.15);
}

.theme-blank-green .tab-nav .nav-items.active:before,
.theme-blank-green .tab-nav .nav-items.active:hover:before,
.theme-blank-green .tab-nav .nav-items:before,
.theme-blank-green .tab-nav .nav-items:after {
	width: 20px;
	height: 28px;
}

.theme-blank-green .tab-nav .nav-items:not(.active):hover:before,
.theme-blank-green .tab-nav .nav-items:not(.active):hover:after {
	opacity: 0.15;
}
/* .theme-blank-green .header-menu:hover,
.theme-blank-green .header-nav .another:hover,
.theme-blank-green .header-menu.cur {
	background: rgba(242, 246, 247, 0.1);
} */
.theme-blank-green .theme-tab-item.active,
.theme-blank-green .theme-tab-item:hover{
	color: #00bfa5;
}
.theme-blank-green .theme-tab-line{
	background: #00bfa5;
}
.theme-blank-green .theme-tab-item.active .svg-icon,
.theme-blank-green .theme-tab-item:hover .svg-icon{
	fill:#00bfa5;
}
.theme-blank-green .theme-frame .btn-primary{
	border-color:#00bfa5 ;
	background: #00bfa5;
	box-shadow: 0px 8px 12px rgba(0, 191,165, .2);
}
.theme-blank-green .theme-frame .btn-primary:hover {
	border-color:#00b29a;
	background: #00b29a;
}
.theme-blank-green .theme-frame .btn-default{
	border-color:#00bfa5 ;
	color: #00bfa5;
}
.theme-blank-green .theme-frame .btn-default:hover {
	background: #00bfa5;
	color: #fff;
	box-shadow: 0px 8px 12px rgba(0, 191,165, .2);
}

.theme-blank-green .theme-list .skin-active{
	background: #00bfa5;
}
.theme-blank-green .mui-switch.mui-switch-anim:checked {
	box-shadow: #00bfa5 0 0 0 16px inset;
	background-color: #00bfa5;
	border-color: #00bfa5;
}
.theme-blank-green .mui-radio:hover input[type=radio]:before {
	color: #00bfa5;
}
.theme-blank-green .mui-radio input[type=radio]:checked:before {
	color: #00bfa5;
}
.theme-blank-green .refresh-more.cur .icon {
	fill: #fff;
}
.theme-blank-green .layout-header .drop-item em{
	color: #00bfa5;
}
.theme-blank-green .drop-item a:hover::before {
	background-color: #00bfa5;
}
/* .theme-blank-green .drop-item a:hover{
	color: #00bfa5;
} */
.theme-blank-green  .hicon-close {
	background-position: -111px -39px;
}
.theme-blank-green .active .hicon-close {
	background-position: -111px -24px;
}

.theme-blank-green .active .hicon-close:hover{
	background-position: -110px -4px;
}
/*.theme-blank-green .side-submenu-wrap{
	top:86px;
}*/

.theme-blank-green .white-delete .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.4;
}
.theme-blank-green .white-delete .nav-inputdelete .shanchu:hover{
	opacity: 0.7;
}
.theme-blank-green .layout-header .shanchu:hover{
	opacity: 1;
}
.theme-blank-green .shanchu{
	fill: #ffffff;
}
.theme-blank-green .mui-switch:checked + .switch{
	border-color: #00bfa5;
	box-shadow: #00bfa5 0 0 0 16px inset;
	background-color: #00bfa5;
}
.theme-blank-green .mui-radio input[type=radio]:checked + .custom-radio{
	border-color: #00bfa5;
}
.theme-blank-green .mui-radio label:hover .custom-radio {
	border-color: #00bfa5;
}
.theme-blank-green .mui-radio input[type=radio]:checked + .custom-radio:before{
	background: #00bfa5;
}
/* end 黑绿 */
/*.theme-blank-green .side-submenu-wrap .search-clear:hover {
    fill: #00bfa5;
}*/
/*end黑绿样式*/
/*黑红样式*/
.theme-blank-red .layout-side .sidebar-item.active>a{
	/*background-color: #46516a;*/
}
.theme-blank-red .layout-side .sidebar-item.active:before{
	background-color: #f75a56;
}
.theme-blank-red .short-item.active{
	/*background-color: #46516a;*/
}
.theme-blank-red .short-item.active:before{
	background-color: #f75a56;
}
.theme-blank-red .operated-word{
	background-color: #f75a56;
}
.theme-blank-red .operated-word:hover{
	background-color: #eb4d4a;
}
.theme-blank-red .short-item.act{
	background-color: #2a3041;
}
.theme-blank-red .short-item .menu-logo-left{
	background-position: -3px -58px;
}
.theme-blank-red .submenu-location.active{
	border-left-color: #f75a56;
	color: #f75a56;
}
.theme-blank-red .submenu-location:hover{
	border-left-color: #f75a56;
	color: #f75a56;
}
.theme-blank-red .sub-menu-item:hover > a{
	color: #f75a56;
}
.theme-blank-red .sub-menu-item:hover{
	background-color: #f5f7f8;
}
.theme-blank-red .side-submenu-wrap .search-box.search-bottom{
	border-bottom-color: #f75a56;
}
.theme-blank-red .layout-sleft .search-result strong{
	color: #f75a56;
}
.theme-blank-red .theme-tab-item.active .svg-icon,
.theme-blank-red .theme-tab-item:hover .svg-icon {
    fill: #f75a56;
}
.theme-blank-red .theme-tab-item.active,
.theme-blank-red .theme-tab-item:hover {
    color: #f75a56;
}
.theme-blank-red .theme-tab-line {
    background: #f75a56;
}
.theme-blank-red .theme-list .skin-active {
    background: #f75a56;
}
.theme-blank-red .theme-frame .btn-primary {
    border-color: #f75a56;
    background: #f75a56;
    box-shadow: 0px 8px 12px rgba(247, 90,86, .2);
}
.theme-blank-red .theme-frame .btn-default {
    border-color: #f75a56;
    color: #f75a56;
}
.theme-blank-red .theme-frame .btn-default:hover {
    background: #f75a56;
    color: #fff;
    box-shadow: 0px 8px 12px rgba(247, 90,86, .2);
}
.theme-blank-red .mui-switch.mui-switch-anim:checked {
    box-shadow: #f75a56 0 0 0 16px inset;
    background-color: #f75a56;
    border-color: #f75a56;
}
.theme-blank-red .mui-radio input[type=radio]:checked:before{
	color: #f75a56;
}
.theme-blank-red .mui-radio:hover input[type=radio]:before {
    color: #f75a56;
}

/* begin黑红 */
.theme-blank-red {
	background: #efefef;
}

.theme-blank-red .layout-header,
.theme-blank-red .nav-menu.other {
	background: #f85a57;
}
.theme-blank-red .tips-count{
	color: #f85a57;
	background-color: #fff;
}
.theme-blank-red .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu) {
	fill: #fff;
	opacity: 0.7;
}
.theme-blank-red .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu):hover{
	opacity: 1;
}

.theme-blank-red .sousuo {
	opacity: 0.7;
}
.theme-blank-red  .header-menu:hover a>.svg-icon{
	opacity: 1!important;
}
.theme-blank-red  .nav-input:focus + .svg-icon {
	fill: #a7abb4!important;
}

.theme-blank-red .company-name {
	color: #fff;
}

.theme-blank-red .nav-input {
	background: rgba(245, 247, 248, 0.1);
	border:none;
	color: #fff;
}

.theme-blank-red .nav-input:focus {
	border-color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.95);
	color: #333;
}

.theme-blank-red .layout-header .visible .shanchu,
.theme-blank-red .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.3;
}
.theme-blank-red .layout-header .nav-input:focus + .nav-inputicon .sousuo{
	fill:#323a4d;
	opacity: 0.4;
}

.theme-blank-red .nav-input:focus + .nav-inputicon .sousuo:hover {
	fill:#f85a57;
}

.theme-blank-red .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu:hover{
	opacity: 0.5;
}

.theme-blank-red .visible .svg-icon:hover,
.theme-blank-red .nav-input:focus + .nav-inputicon .svg-icon:hover{
	opacity: 0.6;
}
.theme-blank-red .nav-input::-webkit-input-placeholder {
	color: #fff;
}
.theme-blank-red .nav-input::-moz-placeholder {
	color: #fff;
}
.theme-blank-red  .nav-input::-ms-input-placeholder {
	color: #fff;
}
.theme-blank-red .nav-input:focus::-webkit-input-placeholder {
	color: #333;
}
.theme-blank-red .nav-input:focus::-moz-placeholder {
	color: #333;
}
.theme-blank-red  .nav-input:focus::-ms-input-placeholder {
	color: #333;
}

.theme-blank-red .admin-name {
	color: #fff;
}

.theme-blank-red .header-nav {
	border-color: #f56b61;
}

.theme-blank-red .more-pop .menu-item:before{
	background:#f56b61;
}


.theme-blank-red .tab-nav .nav-items {
	color: #fff;
}

.theme-blank-red .item-name {
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
}

.theme-blank-red .tab-nav .nav-items:before,
.theme-blank-red .tab-nav .nav-items:after {
	opacity: 0.2;
}

.theme-blank-red .tab-nav .nav-items.active .item-name {
	color: #323a4d;
	border-color: #e5e5e6;
	background: #e5e5e6;
}

.theme-blank-red .tab-nav .nav-items.active:after,
.theme-blank-red .tab-nav .nav-items.active:hover:after,
.theme-blank-red .tab-nav .nav-items.active:before,
.theme-blank-red .tab-nav .nav-items.active:after {
	opacity: 1;
}

.theme-blank-red .tab-nav .nav-items:before {
	background: url(../res/images/bg/noborder-left-full.png) no-repeat center center;
}

.theme-blank-red .tab-nav .nav-items:last-child:after {
	background: url(../res/images/bg/noborder-right-full.png) no-repeat center center;
}

.theme-blank-red .tab-nav .nav-items:not(:last-child):after {
	background: url(../res/images/bg/noborder-right.png) no-repeat -2px center;
}

.theme-blank-red .tab-nav .nav-items.active:before,
.theme-blank-red.tab-nav .nav-items.active:hover:before{
	background:url(../res/images/bg/noborder-left-fullcur.png) no-repeat center center;
}
.theme-blank-red .tab-nav .nav-items.active:after{
	background:url(../res/images/bg/noborder-right-fullcur.png) no-repeat center center;
}
.theme-blank-red .tab-nav .nav-items:hover span {
	background: rgba(255, 255, 255, 0.15);
}

.theme-blank-red .tab-nav .nav-items.active:before,
.theme-blank-red .tab-nav .nav-items.active:hover:before,
.theme-blank-red .tab-nav .nav-items:before,
.theme-blank-red .tab-nav .nav-items:after {
	width: 20px;
	height: 28px;
}

.theme-blank-red .tab-nav .nav-items:not(.active):hover:before,
.theme-blank-red .tab-nav .nav-items:not(.active):hover:after {
	opacity: 0.15;
}

.theme-blank-red .theme-tab-item.active,
.theme-blank-red .theme-tab-item:hover{
	color: #f85a57;
}
.theme-blank-red .theme-tab-line{
	background: #f85a57;
}
.theme-blank-red .theme-tab-item.active .svg-icon,
.theme-blank-red .theme-tab-item:hover .svg-icon{
	fill:#f85a57;
}
.theme-blank-red .theme-frame .btn-primary{
	border-color:#f85a57 ;
	background: #f85a57;
	box-shadow: 0px 8px 12px rgba(248, 90,81, .2);
}
.theme-blank-red .theme-frame .btn-primary:hover {
	border-color:#eb4d4a;
	background: #eb4d4a;
}
.theme-blank-red .theme-frame .btn-default{
	border-color:#f85a57 ;
	color: #f85a57;
}
.theme-blank-red .theme-frame .btn-default:hover {
	background: #f85a57;
	color: #fff;
	box-shadow: 0px 8px 12px rgba(248, 90,81, .2);
}

.theme-blank-red .theme-list .skin-active{
	background: #f85a57;
}
.theme-blank-red .mui-switch.mui-switch-anim:checked {
	box-shadow: #f85a57 0 0 0 16px inset;
	background-color: #f85a57;
	border-color: #f85a57;
}
.theme-blank-red .mui-radio:hover input[type=radio]:before {
	color: #f85a57;
}
.theme-blank-red .mui-radio input[type=radio]:checked:before {
	color: #f85a57;
}
.theme-blank-red .refresh-more.cur .icon {
	fill: #fff;
}
.theme-blank-red .layout-header .drop-item em{
	color: #f85a57;
}
.theme-blank-red .drop-item a:hover::before {
	background-color: #f85a57;
}
/* .theme-blank-red .drop-item a:hover{
	color: #f85a57;
} */
.theme-blank-red  .hicon-close {
	background-position: -111px -39px;
}
.theme-blank-red .active .hicon-close {
	background-position: -111px -24px;
}

.theme-blank-red .active .hicon-close:hover{
	background-position: -110px -4px;
}
/*.theme-blank-red .side-submenu-wrap{
	top:86px;
}*/

.theme-blank-red .white-delete .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.4;
}
.theme-blank-red .white-delete .nav-inputdelete .shanchu:hover{
	opacity: 0.7;
}
.theme-blank-red .layout-header .shanchu:hover{
	opacity: 1;
}
.theme-blank-red .shanchu{
	fill: #ffffff;
}
.theme-blank-red .mui-switch:checked + .switch{
	border-color: #f85a57;
	box-shadow: #f85a57 0 0 0 16px inset;
	background-color: #f85a57;
}
.theme-blank-red .mui-radio input[type=radio]:checked + .custom-radio{
	border-color: #f85a57;
}
.theme-blank-red .mui-radio label:hover .custom-radio {
	border-color: #f85a57;
}
.theme-blank-red .mui-radio input[type=radio]:checked + .custom-radio:before{
	background: #f85a57;
}
/* end 黑红 */
/*.theme-blank-red .side-submenu-wrap .search-clear:hover {
    fill: #f75a56;
}*/
/*end黑红样式*/
/*中国红皮肤*/
body.theme-china-red{
	background-image: url(../res/images/theme-skin/theme-china-red/theme-china-red.jpg) ;

}
.theme-china-red .layout-side{
	box-shadow: none;
}
.theme-china-red .openwindow:hover .icon {
    fill: #df3436;
    opacity: 1;
}
.theme-china-red .first-menu{
	background-image: url("../res/images/theme-skin/theme-china-red/theme-china-menu1.png");
	-webkit-background-size: cover;
	background-size: cover;
	background-color: transparent;
}
.theme-china-red .layout-side .sidebar-item.active>a{
	background-color: #df3436;
}
.theme-china-red
.operated-list{
	border-bottom: 1px solid  rgba(255,255,255,0.2);
}

.theme-china-red .layout-side .sidebar-item.active:before{
	background-color: #bd0608;
}
.theme-china-red .sidebar-item>a:hover{
	background-color: #e43738;
}
.theme-china-red .edit-menu{
	background-color: #e43738;
	border-top:#e43738
}
.theme-china-red .concise-menu{
	background-image: url("../res/images/theme-skin/theme-china-red/theme-china-menu.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-color: transparent;

}
.theme-china-red .short-item.active{
	background-color: #df3436;
}
.theme-china-red .short-item:hover{
	background-color: #e43738;
}
.theme-china-red .short-item.active:before{
	background-color: #bd0608;
}
.theme-china-red  .operated-word{
	background-color: #df3436;
}
.theme-china-red  .operated-word:hover{
	background-color: #d92124;
}
.theme-china-red .short-item.act{
	background-color: #d82b2d;
}
.theme-china-red .short-item.act:hover{
	background-color: #ca1e20;
}
.theme-china-red-person{
	display: none;
	position: absolute;
	width: 215px;
	background-image: url(../res/images/theme-skin/theme-china-red/theme-china-red-perosn.png);
	height: 145px;
	z-index: -1;
	opacity: 0.6;
	bottom: 0px;
}
.theme-china-red .theme-china-red-person{
	display: block;
}
.theme-china-red .submenu-location.active{
	color: #df3436;
	border-left-color:#df3436;
}
.theme-china-red .submenu-location:hover{
	color: #df3436;
	border-left-color:#df3436;
}
.theme-china-red .side-submenu-wrap .search-box.search-bottom{
	border-bottom: 1px solid #df3436;
}
.theme-china-red .sub-menu-item:hover>a{
	color: #df3436;
}
.theme-china-red .layout-header{
	background: transparent;
}
.theme-china-red .company-name{
	color: #fff;
}
.theme-china-red .menu-iconback{
	fill:#f8b7b7;
	opacity: 1;
}
.theme-china-red .nav-input{
	background-color: #ef6d6e;
	color: #fff;
	border: none;
}
.theme-china-red .sousuo{
	fill:#f39394;
}
.theme-china-red ::-webkit-input-placeholder {
	color: #fff;
}

.theme-china-red :-moz-placeholder,
.theme-china-red ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.theme-china-red :-ms-input-placeholder {
	color: #fff;
}
.theme-china-red .nav-input:focus:-ms-input-placeholder{
	color: #848484;
}
.theme-china-red .nav-input:focus::-moz-placeholder{
	color: #848484;
	opacity: 1;
}
.theme-china-red .nav-input:focus::-webkit-input-placeholder{
	color: #848484;
}
.theme-china-red .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu):not(.xuanzhong):not(.sousuo):not(.shanchu){
	fill: #f8b7b7;
}
.theme-china-red .layout-header .header-menu>a:hover .svg-icon:not(.sclose){
	fill:#fff!important ;
}
.theme-china-red .admin-name{
	color: #fff;
}
.theme-china-red .header-nav{
	border-bottom: transparent;
}
.theme-china-red .item-name{
	background-color: rgba(255,255,255,0.2);
	color: #ffffff;
	border-top: 1px solid transparent;
	margin-top: 1px;
}
.theme-china-red .nav-menu.other{
	background: transparent;
}
.theme-china-red .hicon-close{
	background-position: -111px -39px;
}
.theme-china-red .active .hicon-close{
	background-position: -111px -53px;
}
.theme-china-red .tab-nav .nav-items:last-child:after {
	background: url(../res/images/bg/noborder-right-full.png) no-repeat center center;
}
.theme-china-red .layout-main{
	background-color: rgba(252, 227, 227,.95);
}
.theme-china-red .tab-nav .nav-items.active span{
	background-color:#fbdbdb;
	color: #ed4b4c;
	/*padding: 5px 22px 4px 5px;*/
}
.theme-china-red .tab-nav .nav-items:hover span{
	background-color: rgba(255,255,255,0.15);
	color: #fff;
}
.theme-china-red .tab-nav .nav-items:before, .theme-china-red .tab-nav .nav-items:after {
	opacity: 0.2;
}
.theme-china-red .tab-nav .nav-items:before {
	background: url(../res/images/bg/noborder-left-full.png) no-repeat center center;
}
.theme-china-red .tab-nav .nav-items:not(:last-child):after {
	background: url(../res/images/bg/noborder-right.png) no-repeat -2px center;
}

.theme-china-red .tab-nav .nav-items:hover:before {
	opacity: 0.15;
}
.theme-china-red .tab-nav .nav-items:hover:after {
	opacity: .15;
}
.theme-china-red .tab-nav .nav-items.active:before {
	background: url(../res/images/theme-skin/theme-china-red/red-select-left.png) no-repeat center center;
	opacity: 1;
}
.theme-china-red .tab-nav .nav-items.active:hover span{
	background-color:#fbdbdb;
	opacity: 1;
	color: #ed4b4c;
}
.theme-china-red .tab-nav .nav-items.active:after {
	background: url(../res/images/theme-skin/theme-china-red/red-select-right.png) no-repeat center center;
	opacity: 1;
}
.theme-china-red .tips-count{
	background: #fff;
	color: #ff3366;
}
/* .theme-china-red .header-menu:hover, .theme-china-red .header-nav .theme-china-red .another:hover, .theme-china-red .header-menu.cur {
	background: rgba(242, 246, 247, .1);
} */
.theme-china-red .nav-input:focus{
	color: #333333;
	background-color: #fff !important;
}
.theme-china-red .nav-input:focus + .nav-inputicon .sousuo{
	fill:#c1c7d4;
}
.theme-china-red .nav-input:focus + .nav-inputicon .sousuo:hover{
	fill:#ed4b4c ;
}

.theme-china-red .active .hicon-close:hover {
	background-position: -110px -4px;
}
.theme-china-red .layout-header .prev:not(.ui-disabled):hover .zuo, .theme-china-red .layout-header .next:not(.ui-disabled):hover .you{
	fill:#fff !important;
}
.theme-china-red .menugengduo:hover, .theme-china-red .close-tab:hover, .theme-china-red .drop-tab:hover{
	fill: #fff !important;
}
.theme-china-red .layout-sleft .search-result strong{
	color: #df3436;
}
.theme-china-red .mui-switch.mui-switch-anim:checked{
	box-shadow: #ed4b4c 0 0 0 16px inset;
	background-color: #ed4b4c;
	border-color: #ed4b4c;
}
.theme-china-red  .mui-radio input[type=radio]:checked:before{
	color: #ed4b4c;
}
.theme-china-red .theme-tab-item.active, .theme-china-red  .theme-tab-item:hover{
	color: #ed4b4c;
}
.theme-china-red .theme-tab-item.active .svg-icon, .theme-china-red .theme-tab-item:hover .svg-icon{
	fill:#ed4b4c;
}
.theme-china-red .theme-tab-line{
	background: #ed4b4c;
}
.theme-china-red .theme-frame .btn-primary {
	border-color: #ed4b4c;
	background: #ed4b4c;
	box-shadow: 0px 6px 8px 0px rgba(237, 75, 76, 0.2);
}
.theme-china-red .theme-frame .btn-primary:hover{
	border-color: #e53939;
	background: #e53939;
}
.theme-china-red .theme-frame .btn-default{
	border-color: #ed4b4c;
	color: #ed4b4c;
}
.theme-china-red .theme-frame .btn-default:hover {
	background: #e94849;
	color: #fff;
	box-shadow: 0px 6px 8px 0px rgba(237, 75, 76, 0.2);
}
.theme-china-red .mui-radio:hover input[type=radio]:before {
	color: #ed4b4c;
}
.theme-china-red .theme-list .skin-active{
	background: #ed4b4c;
}
.theme-china-red .layout-header .menu-iconback:hover{
fill: #fff !important;
}
.theme-china-red .side-icon-arrow{
	fill: #fff;
	opacity: 0.6;
}
.theme-china-red .sidebar-item>a:hover .side-icon-arrow{
	opacity: 0.8;
}
.theme-china-red .more-pop .menu-item:before{
	background:#ed4b4c;
}
/* .theme-china-red .header-menu:hover, .theme-china-red .header-nav .theme-china-red .another:hover, .theme-china-red .header-menu.cur {
	background-color: rgba(255,255,255,0.2);
} */
.theme-china-red .header-menu>a:hover, .theme-china-red .header-nav .another:hover>a, .theme-china-red .header-menu.cur>a {
	background-color: rgba(255,255,255,0.2);
}
.theme-china-red .shanchu{
	fill: #ffffff;
}
.theme-china-red .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu{
	fill: #323a4d;
	opacity: 0.3;
}
.theme-china-red .layout-header .nav-input:focus + .nav-inputicon .sousuo{
	fill: #323a4d;
	opacity: 0.4;
}
.theme-china-red .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu:hover {
	opacity: 0.5;
}
.theme-china-red .layout-header .sousuo:hover{
	fill: #ffffff;
}
.theme-china-red .more-pop .menu-item:hover{
	background-color: #f5f5f5;
}
.theme-china-red .nav-input:focus::-webkit-input-placeholder {
	color: #333;
}
.theme-china-red .white-delete .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.4;
}
.theme-china-red .white-delete .nav-inputdelete .shanchu:hover{
	opacity: 0.7;
}
.theme-china-red .layout-header .shanchu:hover{
	opacity: 1;
}
/* .theme-china-red .theme-frame{
	top: 46px;
}
.theme-china-red .header-dropmenu{
	top: 46px;
} */
.theme-china-red .mui-switch:checked + .switch{
	border-color: #ed4b4c;
	box-shadow: #ed4b4c 0 0 0 16px inset;
	background-color: #ed4b4c;
}
.theme-china-red .mui-radio input[type=radio]:checked + .custom-radio{
	border-color: #ed4b4c;
}
.theme-china-red .mui-radio label:hover .custom-radio {
	border-color: #ed4b4c;
}
.theme-china-red .mui-radio input[type=radio]:checked + .custom-radio:before{
	background: #ed4b4c;
}
.theme-china-red .header-menu.act>a .svg-icon {
	opacity: 1!important;
}
.theme-china-red .header-menu.act>a .svg-icon {
	fill: #fff !important;
	opacity: 1!important;
}
.theme-china-red .layout-header .refresh-more.act .icon{
	fill: #fff !important;
	opacity: 1!important;
}
.theme-china-red .layout-header .drop-item em{
	color: #ed4b4c;
}
/* .theme-china-red .layout-header .drop-item a:hover{
	color: #ed4b4c;
} */
.theme-china-red .layout-header .drop-item a:hover::before{
	background-color: #ed4b4c;
}
.theme-china-red .system-settings-list.active .system-check{
	background-color: #ed4b4c;
}
.theme-china-red .system-settings-list .system-check{
	border: 1px solid #ed4b4c;
}
.theme-china-red .layout-header .nav-input:focus + .nav-inputicon .sousuo:hover{
	fill: #ed4b4c;
	opacity: 1;
}
/* 切换系统颜色 */
.theme-china-red .header-togglesys .current-sys{
	color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.theme-china-red .header-togglesys .current-sys:hover{
	color: #ed4b4c;
	background-color: rgba(255,255,255,0.8);
}
.theme-china-red .header-togglesys .current-sys::after{
	border-top-color: #fff;
}
.theme-china-red .header-togglesys .current-sys:hover::after {
	border-top-color:  #ed4b4c ;
}
.theme-china-red .header-togglesys .checkbox{
	border:1px solid #ed4b4c;
}
.theme-china-red .header-togglesys .active .checkbox{
	background-color: #ed4b4c;
}
.theme-china-red .quickmenu-pop .menu-item>a:hover{
	color:#ed4b4c;
}
/*end中国红皮肤*/


/* begin白绿 */
.theme-white-green {
	background: #efefef;
}

.theme-white-green .layout-header,
.theme-white-green .nav-menu.other {
	background: #00bfa5;
}


.theme-white-green .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu):not(.person-set):not(.shanchu):not(.sousuo) {
	fill: #fff;
	opacity: 0.7;
}
.theme-white-green .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu):hover{
	opacity: 1;
}
.theme-white-green  .layout-header .sousuo:hover{
	fill: #fff;
	opacity: 1;
}
.theme-white-green .header-menu.cur>a .svg-icon{
	opacity: 1!important;
}

.theme-white-green .sousuo {
	opacity: 0.7;
	fill: #fff;
}
.theme-white-green  .header-menu:hover a>.svg-icon{
	opacity: 1!important;
}
.theme-white-green  .nav-input:focus + .svg-icon {
	fill: #a7abb4!important;
}

.theme-white-green .company-name {
	color: #fff;
}

.theme-white-green .nav-input {
	background: rgba(245, 247, 248, 0.1);
	border:none;
	color: #fff;
}

.theme-white-green .nav-input:focus {
	border-color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.95);
	color: #333;
}

/* .theme-white-green .layout-header .visible .shanchu, */
.theme-white-green .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.3;
}

.theme-white-green .layout-header .nav-input:focus + .nav-inputicon .sousuo{
	fill:#323a4d;
	opacity: 0.4;
}
 .theme-white-green .layout-header .nav-input:focus + .nav-inputicon .sousuo:hover {
	 fill:#18c4ad!important;
	 
 }

 .theme-white-green .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu:hover{
 	opacity: 0.5;
 }

.theme-white-green .visible .svg-icon:hover,
 .theme-white-green .nav-input:focus + .nav-inputicon .svg-icon:hover{
	 opacity: 0.6;
 }
.theme-white-green .nav-input::-webkit-input-placeholder {
 	color: #fff;
 }
.theme-white-green .nav-input::-moz-placeholder {
	color: #fff;
}
.theme-white-green  .nav-input::-ms-input-placeholder {
	color: #fff;
}
.theme-white-green .nav-input:focus::-webkit-input-placeholder {
 	color: #333;
 }
.theme-white-green .nav-input:focus::-moz-placeholder {
	color: #333;
}
.theme-white-green  .nav-input:focus::-ms-input-placeholder {
	color: #333;
}

.theme-white-green .admin-name {
	color: #fff;
}

.theme-white-green  .header-menu.act>a,
.theme-white-orange .header-menu.act>a,
.theme-white-blue .header-menu.act>a,
.theme-blank-blue .header-menu.act>a,
.theme-blank-white  .header-menu.act>a,
.theme-blank-orange .header-menu.act>a,
.theme-blank-green .header-menu.act>a,
.theme-blank-red .header-menu.act>a,
.theme-china-red .header-menu.act>a,
.theme-glow-purple .header-menu.act>a,
.theme-aurora .header-menu.act>a{
	background: rgba(242, 246, 247,0.1);
}

.theme-white-green .header-menu>a:hover,
.theme-white-green .header-nav .another:hover>a,
.theme-white-green .header-menu.cur>a,
.theme-white-orange .header-menu>a:hover,
.theme-white-orange .header-nav .another:hover>a,
.theme-white-orange .header-menu.cur>a,
.theme-white-blue .header-menu>a:hover,
.theme-white-blue .header-nav .another:hover>a,
.theme-white-blue .header-menu.cur>a,
.theme-blank-blue .header-menu>a:hover,
.theme-blank-blue .header-nav .another:hover>a,
.theme-blank-blue .header-menu.cur>a,
.theme-blank-orange .header-menu>a:hover,
.theme-blank-orange .header-nav .another:hover>a,
.theme-blank-orange .header-menu.cur>a,
.theme-blank-green .header-menu>a:hover,
.theme-blank-green .header-nav .another:hover>a,
.theme-blank-green .header-menu.cur>a,
.theme-blank-white .header-menu>a:hover,
.theme-blank-white .header-nav .another:hover>a,
.theme-blank-white .header-menu.cur>a,
.theme-blank-red .header-menu>a:hover,
.theme-blank-red .header-nav .another:hover>a,
.theme-blank-red .header-menu.cur>a{
	background: rgba(242, 246, 247, 0.1);
}


.theme-white-green .header-nav {
	border-color: #18c4ad;
}
.theme-white-green .more-pop .menu-item:before{
	background-color: #18c4ad;
}
.theme-white-green .tab-nav .nav-items {
	color: #fff;
}

.theme-white-green .item-name {
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
}

.theme-white-green .tab-nav .nav-items:before,
.theme-white-green .tab-nav .nav-items:after {
	opacity: 0.2;
}

.theme-white-green .tab-nav .nav-items.active .item-name {
	color: #323a4d;
	border-color: #e5e5e6;
	background: #e5e5e6;
}

.theme-white-green .tab-nav .nav-items.active:after,
.theme-white-green .tab-nav .nav-items.active:hover:after,
.theme-white-green .tab-nav .nav-items.active:before,
.theme-white-green .tab-nav .nav-items.active:after {
	opacity: 1;
}

.theme-white-green .tab-nav .nav-items:before {
	background: url(../res/images/bg/noborder-left-full.png) no-repeat center center;
}

.theme-white-green .tab-nav .nav-items:last-child:after {
	background: url(../res/images/bg/noborder-right-full.png) no-repeat center center;
}

.theme-white-green .tab-nav .nav-items:not(:last-child):after {
	background: url(../res/images/bg/noborder-right.png) no-repeat -2px center;
}

.theme-white-green .tab-nav .nav-items.active:before,
.theme-white-green.tab-nav .nav-items.active:hover:before{
	background:url(../res/images/bg/noborder-left-fullcur.png) no-repeat center center;
}
.theme-white-green .tab-nav .nav-items.active:after{
	background:url(../res/images/bg/noborder-right-fullcur.png) no-repeat center center;
}
.theme-white-green .tab-nav .nav-items:hover span {
	background: rgba(255, 255, 255, 0.15);
}

.theme-white-green .tab-nav .nav-items.active:before,
.theme-white-green .tab-nav .nav-items.active:hover:before,
.theme-white-green .tab-nav .nav-items:before,
.theme-white-green .tab-nav .nav-items:after {
	width: 20px;
	height: 28px;
}

.theme-white-green .tab-nav .nav-items:not(.active):hover:before,
.theme-white-green .tab-nav .nav-items:not(.active):hover:after {
	opacity: 0.15;
}

.theme-white-green .theme-tab-item.active,
.theme-white-green .theme-tab-item:hover{
	color: #00bfa5;
}
.theme-white-green .theme-tab-line{
	background: #00bfa5;
}
.theme-white-green .theme-tab-item.active .svg-icon,
.theme-white-green .theme-tab-item:hover .svg-icon{
	fill:#00bfa5;
}
.theme-white-green .theme-frame .btn-primary{
	border-color:#00bfa5 ;
    background: #00bfa5;
    box-shadow: 0px 8px 12px rgba(0, 191,165, .2);
}
.theme-white-green .theme-frame .btn-primary:hover {
    border-color:#00b29a;
    background: #00b29a;
}
.theme-white-green .theme-frame .btn-default{
	border-color:#00bfa5 ;
	color: #00bfa5;
}
.theme-white-green .theme-frame .btn-default:hover {
    background: #00bfa5;
    color: #fff;
    box-shadow: 0px 8px 12px rgba(0, 191,165, .2);
}

.theme-white-green .theme-list .skin-active{
	background: #00bfa5;
}
.theme-white-green .mui-switch.mui-switch-anim:checked {
	box-shadow: #00bfa5 0 0 0 16px inset;
	background-color: #00bfa5;
	border-color: #00bfa5;
}
.theme-white-green .mui-radio:hover input[type=radio]:before {
    color: #00bfa5;
}
.theme-white-green .mui-radio input[type=radio]:checked:before {
    color: #00bfa5;
}
.theme-white-green .refresh-more.act .icon {
    opacity: 1!important;
}
.theme-white-green .layout-header .drop-item em{
	 color: #00bfa5;
}
.theme-white-green .drop-item a:hover::before {
    background-color: #00bfa5;
}
/* .theme-white-green .drop-item a:hover{
    color: #00bfa5;
} */
.theme-white-green  .hicon-close {
    background-position: -111px -39px;
}
.theme-white-green .active .hicon-close {
    background-position: -111px -24px;
}

.theme-white-green .active .hicon-close:hover{
    background-position: -110px -4px;
}
/*.theme-white-green .side-submenu-wrap{
	top:86px;
}*/

.theme-white-green .white-delete .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.4;
}
.theme-white-green .white-delete .nav-inputdelete .shanchu:hover{
	opacity: 0.7;
}
.theme-white-green .layout-header .shanchu:hover{
	opacity: 1;
}
.theme-white-green .shanchu{
	fill: #fff;
	opacity: 0.7;
}
/* end 白绿 */
[class^="theme-white-"] .side-icon-arrow{
	fill:#323a4d;
	opacity: 0.4;
}
[class^="theme-white-"] .sidebar-item>a:hover{
	opacity: 1;
}

/*护眼-青山绿水皮肤*/
body.theme-eye-thedailygreen{
	background-image: url(../res/images/theme-skin/theme-eye-thedailygreen/bg.jpg) ;

}
.theme-eye-thedailygreen .layout-side{
	box-shadow: none;
}
.theme-eye-thedailygreen .first-menu{
	background-image: url("../res/images/theme-skin/theme-eye-thedailygreen/theme-menu.jpg");
	/*-webkit-background-size: cover;
	background-size: cover;*/
	background-color: transparent;
}
.theme-eye-thedailygreen .layout-side .sidebar-item.active>a{
	background-color: #418dd9;
}
.theme-eye-thedailygreen .layout-side .sidebar-item.active:before{
	background-color: #1364b6;
}
.theme-eye-thedailygreen .layout-side  .operated-word{
	background-color: #519be5;
}
.theme-eye-thedailygreen .layout-side  .operated-word:hover{
	background-color: #418dd9;
}
.theme-eye-thedailygreen .layout-side .short-item.act{
	 background-color: #56a2ee;
 }
.theme-eye-thedailygreen .layout-side .short-item.act:hover{
	background-color: #418dd9;
}
.theme-eye-thedailygreen .sidebar-item>a:hover{
	background-color: #418dd9;

}
.theme-eye-thedailygreen .operated-list{
	border-bottom: 1px solid rgba(255,255,255,.15);
}
.theme-eye-thedailygreen .edit-menu{
	background-color: transparent;
	border-top:1px solid #6f96be;
}
.theme-eye-thedailygreen .concise-menu{
	background-image: url("../res/images/theme-skin/theme-eye-thedailygreen/theme-small-menu.jpg");
	/*-webkit-background-size: cover;
	background-size: cover;*/
	background-color: transparent;

}
.theme-eye-thedailygreen .short-item:hover{
	background-color: #418dd9;
}
.theme-eye-thedailygreen .short-item.active{
	background-color: #418dd9;
}
.theme-eye-thedailygreen .short-item.active:before{
	background-color: #1364b6;
}
/*.theme-china-red-person{
	display: none;
	position: absolute;
	width: 215px;
	background-image: url(../res/images/theme-skin/theme-china-red/theme-china-red-perosn.png);
	height: 145px;
	z-index: -1;
	opacity: 0.6;
	bottom: 0px;
}*/
/*.theme-china-red .theme-china-red-person{
	display: block;
}*/
.theme-eye-thedailygreen .submenu-location.active{
	color: #418dd9;
	border-left-color:#418dd9;
}
.theme-eye-thedailygreen .submenu-location:hover{
	color: #418dd9;
	border-left-color:#418dd9;
}
.theme-eye-thedailygreen .side-submenu-wrap .search-box.search-bottom{
	border-bottom: 1px solid #418dd9;
}
.theme-eye-thedailygreen .sub-menu-item:hover>a{
	color: #418dd9;
}
.theme-eye-thedailygreen .layout-header{
	background: transparent;
}
.theme-eye-thedailygreen .company-name{
	color: #fff;
}
.theme-eye-thedailygreen .menu-iconback{
	fill:#afc7e1;
	opacity: 1;
}
.theme-eye-thedailygreen .nav-input{
	background-color: rgba(255,255,255,.2);
	color: #fff;
	border: none;
}
.theme-eye-thedailygreen .sousuo{
	fill:#bed2e6;
}
.theme-eye-thedailygreen ::-webkit-input-placeholder {
	color: #fff;
}
.theme-eye-thedailygreen .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu{
	fill: #323a4d;
	opacity: 0.3;
}
.theme-eye-thedailygreen .layout-header .nav-input:focus + .nav-inputicon .sousuo{
	fill: #323a4d;
	opacity: 0.4;
}
.theme-eye-thedailygreen .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu:hover {
	opacity: 0.5;
}
.theme-eye-thedailygreen :-moz-placeholder,
.theme-eye-thedailygreen ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.theme-eye-thedailygreen :-ms-input-placeholder {
	color: #fff;
}
.theme-eye-thedailygreen .nav-input:focus:-ms-input-placeholder{
	color: #848484;
}
.theme-eye-thedailygreen .nav-input:focus::-moz-placeholder{
	color: #848484;
	opacity: 1;
}
.theme-eye-thedailygreen .nav-input:focus::-webkit-input-placeholder{
	color: #848484;
}
.theme-eye-thedailygreen .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu):not(.xuanzhong):not(.sousuo):not(.shanchu){
	fill: #bed2e6;
}
.theme-eye-thedailygreen .layout-header .header-menu>a:hover .svg-icon:not(.sclose){
	fill:#fff!important ;
}
.theme-eye-thedailygreen .admin-name{
	color: #fff;
}
.theme-eye-thedailygreen .header-nav{
	border-bottom: transparent;
}
.theme-eye-thedailygreen .item-name{
	background-color: rgba(255,255,255,0.2);
	color: #ffffff;
	border-top: 1px solid transparent;
	margin-top: 1px;
}
.theme-eye-thedailygreen .nav-menu.other{
	background: transparent;
}
.theme-eye-thedailygreen .hicon-close{
	background-position: -111px -39px;
}
.theme-eye-thedailygreen .active .hicon-close{
	background-position: -111px -24px;
}
.theme-eye-thedailygreen .tab-nav .nav-items:last-child:after {
	background: url(../res/images/bg/noborder-right-full.png) no-repeat center center;
}
.theme-eye-thedailygreen .layout-main{
	background-color: #c3dcf0;
}
.theme-eye-thedailygreen .tab-nav .nav-items.active span{
	background-color:#c3dcf0;
	color: #2267ab;
	/*padding: 5px 22px 4px 5px;*/
}
.theme-eye-thedailygreen .tab-nav .nav-items:hover span{
	background-color: rgba(255,255,255,0.15);
	color: #fff;
}
.theme-eye-thedailygreen .tab-nav .nav-items:before, .theme-eye-thedailygreen .tab-nav .nav-items:after {
	opacity: 0.2;
}
.theme-eye-thedailygreen .tab-nav .nav-items:before {
	background: url(../res/images/bg/noborder-left-full.png) no-repeat center center;
}
.theme-eye-thedailygreen .tab-nav .nav-items:not(:last-child):after {
	background: url(../res/images/bg/noborder-right.png) no-repeat -2px center;
}

.theme-eye-thedailygreen .tab-nav .nav-items:hover:before {
	opacity: 0.15;
}
.theme-eye-thedailygreen .tab-nav .nav-items:hover:after {
	opacity: .15;
}
.theme-eye-thedailygreen .tab-nav .nav-items.active:before {
	background: url(../res/images/theme-skin/theme-eye-thedailygreen/select-left.png) no-repeat center center;
	opacity: 1;
}
.theme-eye-thedailygreen .tab-nav .nav-items.active:hover span{
	background-color:#c3dcf0;
	opacity: 1;
	color: #2267ab;
}
.theme-eye-thedailygreen .tab-nav .nav-items.active:after {
	background: url(../res/images/theme-skin/theme-eye-thedailygreen/select-right.png) no-repeat center center;
	opacity: 1;
}
.theme-eye-thedailygreen .tips-count{
	background: #ff3366;
	color: #fff;
}
/* .theme-eye-thedailygreen .header-menu:hover, .theme-eye-thedailygreen .header-nav .theme-eye-thedailygreen .another:hover, .theme-eye-thedailygreen .header-menu.cur {
	background-color: rgba(255,255,255,0.2);
} */
.theme-eye-thedailygreen .header-menu>a:hover, .theme-eye-thedailygreen .header-nav .another:hover>a, .theme-eye-thedailygreen .header-menu.cur>a {
	background-color: rgba(255,255,255,0.2);
}
.theme-eye-thedailygreen .header-menu.act>a{
	background-color: rgba(255,255,255,0.2);
}
.theme-eye-thedailygreen .nav-input:focus{
	color: #333333;
	background-color: #fff !important;
}
.theme-eye-thedailygreen .nav-input:focus + .nav-inputicon .sousuo{
	fill:#c1c7d4;
}
.theme-eye-thedailygreen .nav-input:focus + .nav-inputicon .sousuo:hover{
	fill:#418dd9 ;
	opacity: 1;
}

.theme-eye-thedailygreen .active .hicon-close:hover {
	background-position: -110px -4px;
}
.theme-eye-thedailygreen .layout-header .prev:not(.ui-disabled):hover .zuo, .theme-eye-thedailygreen .layout-header .next:not(.ui-disabled):hover .you{
	fill:#fff !important;
}
.theme-eye-thedailygreen .menugengduo:hover, .theme-eye-thedailygreen .close-tab:hover, .theme-eye-thedailygreen .drop-tab:hover{
	fill: #fff !important;
}
.theme-eye-thedailygreen .layout-sleft .search-result strong{
	color: #2267ab;
}
.theme-eye-thedailygreen .mui-switch.mui-switch-anim:checked{
	box-shadow: #418dd9 0 0 0 16px inset;
	background-color: #418dd9;
	border-color: #418dd9;
}
.theme-eye-thedailygreen  .mui-radio input[type=radio]:checked:before{
	color: #418dd9;
}
.theme-eye-thedailygreen .theme-tab-item.active, .theme-eye-thedailygreen  .theme-tab-item:hover{
	color: #418dd9;
}
.theme-eye-thedailygreen .theme-tab-item.active .svg-icon, .theme-eye-thedailygreen .theme-tab-item:hover .svg-icon{
	fill:#418dd9;
}
.theme-eye-thedailygreen .theme-tab-line{
	background: #418dd9;
}
.theme-eye-thedailygreen .theme-frame .btn-primary {
	border-color: #418dd9;
	background: #418dd9;
	box-shadow: 0px 6px 8px 0px rgba(65, 141, 217, 0.2);
}
.theme-eye-thedailygreen .theme-frame .btn-primary:hover{
	border-color: #327ec9;
	background: #327ec9;
}
.theme-eye-thedailygreen .theme-frame .btn-default{
	border-color: #418dd9;
	color: #418dd9;
}
.theme-eye-thedailygreen .theme-frame .btn-default:hover {
	background: #418dd9;
	color: #fff;
	box-shadow: 0px 6px 8px 0px rgba(65, 141, 217, 0.2);
}
.theme-eye-thedailygreen .mui-radio:hover input[type=radio]:before {
	color: #418dd9;
}
.theme-eye-thedailygreen .theme-list .skin-active{
	background: #418dd9;
}
.theme-eye-thedailygreen .layout-header .menu-iconback:hover{
	fill: #fff !important;
}
.theme-eye-thedailygreen .side-icon-arrow{
	fill: #fff;
	opacity: 0.6;
}
.theme-eye-thedailygreen .sidebar-item>a:hover .side-icon-arrow{
	opacity: 0.8;
}
.theme-eye-thedailygreen .more-pop .menu-item:before{
	background:#418dd9;
}
.theme-eye-thedailygreen .shanchu{
	fill: #ffffff;
}
.theme-eye-thedailygreen .layout-header .sousuo:hover{
	fill: #ffffff;
}
.theme-eye-thedailygreen .more-pop .menu-item:hover{
	background-color: #f5f5f5;
}
.theme-eye-thedailygreen .nav-input:focus::-webkit-input-placeholder {
	color: #333;
}
.theme-eye-thedailygreen .white-delete .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.4;
}
.theme-eye-thedailygreen .white-delete .nav-inputdelete .shanchu:hover{
	opacity: 0.7;
}
.theme-eye-thedailygreen .layout-header .shanchu:hover{
	opacity: 1;
}
/* .theme-eye-thedailygreen .theme-frame{
	top: 46px;
}
.theme-eye-thedailygreen .header-dropmenu{
	top: 46px;
} */
.theme-eye-thedailygreen .mui-switch:checked + .switch{
	border-color: #418dd9;
	box-shadow: #418dd9 0 0 0 16px inset;
	background-color: #418dd9;
}
.theme-eye-thedailygreen .mui-radio input[type=radio]:checked + .custom-radio{
	border-color: #418dd9;
}
.theme-eye-thedailygreen .mui-radio label:hover .custom-radio {
	border-color: #418dd9;
}
.theme-eye-thedailygreen .mui-radio input[type=radio]:checked + .custom-radio:before{
	background: #418dd9;
}
.theme-eye-thedailygreen .header-menu.act>a .svg-icon {
	fill: #fff !important;
	opacity: 1!important;
}
.theme-eye-thedailygreen  .header-menu.act>a .svg-icon.sclose{
	fill:rgba(0,0,0,0.4) !important;
}

.theme-eye-thedailygreen  .header-menu.act>a .setting-close:hover .svg-icon.sclose{
	fill:rgba(0,0,0,0.6) !important;
}
.theme-eye-thedailygreen .layout-header .refresh-more.act .icon{
	fill: #fff !important;
	opacity: 1!important;
}
.theme-eye-thedailygreen .layout-header .drop-item em{
	color: #418dd9;
}
/* .theme-eye-thedailygreen .layout-header .drop-item a:hover{
	color: #418dd9;
} */
.theme-eye-thedailygreen .layout-header .drop-item a:hover::before{
	background-color: #418dd9;
}
.theme-eye-thedailygreen .openwindow:hover .icon{
	 fill: #418dd9;
    opacity: 1;
}
/* 切换系统颜色 */
.theme-eye-thedailygreen .header-togglesys .current-sys{
	color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.theme-eye-thedailygreen .header-togglesys .current-sys:hover{
	color: #327ec9;
	background-color: rgba(255,255,255,0.8);
}
.theme-eye-thedailygreen .header-togglesys .current-sys::after{
	border-top-color: #fff;
}
.theme-eye-thedailygreen .header-togglesys .current-sys:hover::after {
	border-top-color:  #327ec9 ;
}
.theme-eye-thedailygreen .header-togglesys .checkbox{
	border:1px solid #418dd9;
}
.theme-eye-thedailygreen .header-togglesys .active .checkbox{
	background-color: #418dd9;
}
.theme-eye-thedailygreen .quickmenu-pop .menu-item>a:hover{
	color:#418dd9;
}
/*end护眼-青山绿水皮肤*/



/*浅绿皮肤*/
body.theme-eye-light-green{
/*	background-image: url(../res/images/theme-skin/theme-light-green/bg.jpg) ;*/

}
.theme-eye-light-green .system-settings{
	background-color:rgba(0, 191, 165, 0.12);
	color: #00bfa5;
}
.theme-eye-light-green .openwindow:hover .icon{
	 fill: #00bfa5;
    opacity: 1;
}
.theme-eye-light-green .system-settings .svg-icon{
	fill:#00bfa5;
}
.theme-eye-light-green .system-settings-list.active .system-check{
	background-color: #4b86fc;
}
.theme-eye-light-green .system-settings-list .system-check{
	border: 1px solid #4b86fc;
}
.theme-eye-light-green .system-settings:hover{
	background-color:rgba(0, 191, 165, 0.2);
}
.theme-eye-light-green .layout-side{
	box-shadow: none;
}
.theme-eye-light-green .first-menu{
	/*background-image: url("../res/images/theme-skin/theme-light-green/theme-menu.png");*/
	/*-webkit-background-size: cover;
	background-size: cover;*/
	background-color: #71c1b2;
}
.theme-eye-light-green .layout-side .sidebar-item.active>a{
	background-color: #4bb1a0
}
.theme-eye-light-green .operated-list{
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.theme-eye-light-green .layout-side .sidebar-item.active:before{
	background-color: #219b87;
}
.theme-eye-light-green .sidebar-item>a:hover{
	background-color: #59b8a8;
}
.theme-eye-light-green .edit-menu{
	background-color: transparent;
	border-top:#9dd6cf
}
.theme-eye-light-green  .operated-word{
	background-color: #47b2a1;
}
.theme-eye-light-green  .operated-word:hover{
	background-color: #3ba896;
}
.theme-eye-light-green .short-item.act{
	background-color: #54b9a8;
}
.theme-eye-light-green .short-item.act:hover{
	background-color: #4bb1a0;
}
.theme-eye-light-green .concise-menu{
	/*background-image: url("../res/images/theme-skin/theme-light-green/theme-small-menu.jpg");*/
	/*-webkit-background-size: cover;
	background-size: cover;*/
	background-color: #71c1b2;

}
.theme-eye-light-green .short-item.active{
	background-color: #4bb1a0;
}
.theme-eye-light-green .short-item.active:before{
	background-color: #219b87;
}
.theme-eye-light-green .short-item:hover{
	background-color: #59b8a8;
}
.theme-eye-light-green .theme-china-red-person{
	display: none;
	position: absolute;
	width: 217px;
	background-image: url(../res/images/theme-skin/theme-light-green/theme-light-grrrn-flower.png);
	height: 301px;
	z-index: -1;
	opacity: 0.6;
	bottom: 0px;
}
.theme-eye-light-green  .theme-china-red-person{
	display: block;
}
.theme-eye-light-green .submenu-location.active{
	color: #00bfa5;
	border-left-color:#00bfa5;
}
.theme-eye-light-green .submenu-location:hover{
	color: #00bfa5;
	border-left-color:#00bfa5;
}
.theme-eye-light-green .side-submenu-wrap .search-box.search-bottom{
	border-bottom: 1px solid #60bfaf;
}
.theme-eye-light-green .sub-menu-item:hover>a{
	color: #00bfa5;
}
.theme-eye-light-green .layout-header{
	background: #71c1b2;
}
.theme-eye-light-green .company-name{
	color: #fff;
}
.theme-eye-light-green .menu-iconback{
	fill:#c6e6e0;
	opacity: 1;
}
.theme-eye-light-green .nav-input{
	background-color: #8bccc0;
	color: #fff;
	border: none;
}
.theme-eye-light-green .sousuo{
	fill:#c6e6e0;
}
.theme-eye-light-green ::-webkit-input-placeholder {
	color: #fff;
}

.theme-eye-light-green :-moz-placeholder,
.theme-eye-light-green ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.theme-eye-light-green :-ms-input-placeholder {
	color: #fff;
}
.theme-eye-light-green .nav-input:focus:-ms-input-placeholder{
	color: #848484;
}
.theme-eye-light-green .nav-input:focus::-moz-placeholder{
	color: #848484;
	opacity: 1;
}
.theme-eye-light-green .nav-input:focus::-webkit-input-placeholder{
	color: #848484;
}
.theme-eye-light-green .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu):not(.xuanzhong):not(.sousuo):not(.shanchu){
	fill: #c6e6e0;
}
.theme-eye-light-green .layout-header .header-menu>a:hover .svg-icon:not(.sclose){
	fill:#fff!important ;
}
.theme-eye-light-green .admin-name{
	color: #fff;
}
.theme-eye-light-green .header-nav{
	border-bottom: transparent;
}
.theme-eye-light-green .item-name{
	background-color: rgba(255,255,255,0.2);
	color: #ffffff;
	border-top: 1px solid transparent;
	margin-top: 1px;
}
.theme-eye-light-green .nav-menu.other{
	background: transparent;
}
.theme-eye-light-green .hicon-close{
	background-position: -111px -39px;
}
.theme-eye-light-green .active .hicon-close{
	background-position: -111px -24px;
}
.theme-eye-light-green .tab-nav .nav-items:last-child:after {
	background: url(../res/images/bg/noborder-right-full.png) no-repeat center center;
}
.theme-eye-light-green .layout-main{
	background-color: rgba(152, 209, 199,.95);
}
.theme-eye-light-green .tab-nav .nav-items.active span{
	background-color:#98d1c7;
	color: #14705f;
	/*padding: 5px 22px 4px 5px;*/
}
.theme-eye-light-green .tab-nav .nav-items:hover span{
	background-color: rgba(255,255,255,0.15);
	color: #fff;
}
.theme-eye-light-green .tab-nav .nav-items:before, .theme-eye-light-green .tab-nav .nav-items:after {
	opacity: 0.2;
}
.theme-eye-light-green .tab-nav .nav-items:before {
	background: url(../res/images/bg/noborder-left-full.png) no-repeat center center;
}
.theme-eye-light-green .tab-nav .nav-items:not(:last-child):after {
	background: url(../res/images/bg/noborder-right.png) no-repeat -2px center;
}

.theme-eye-light-green .tab-nav .nav-items:hover:before {
	opacity: 0.15;
}
.theme-eye-light-green .tab-nav .nav-items:hover:after {
	opacity: 0.15;
}
.theme-eye-light-green .tab-nav .nav-items.active:before {
	background: url(../res/images/theme-skin/theme-light-green/select-left.png) no-repeat center center;
	opacity: 1;
}
.theme-eye-light-green .tab-nav .nav-items.active:hover span{
	background-color:#98d1c7;
	opacity: 1;
	color: #14705f;
}
.theme-eye-light-green .tab-nav .nav-items.active:after {
	background: url(../res/images/theme-skin/theme-light-green/select-right.png) no-repeat center center;
	opacity: 1;
}
.theme-eye-light-green .tips-count{

	color: #fff;
}
/* .theme-eye-light-green .header-menu:hover, .theme-eye-light-green .header-nav .theme-eye-light-green .another:hover, .theme-eye-light-green .header-menu.cur {
	background: rgba(242, 246, 247, .1);
} */
.theme-blue-sky .header-menu.act>a .svg-icon,
.theme-china-red .header-menu.act>a>.svg-icon,
.theme-blank-white .header-menu.act>a>.svg-icon,
.theme-eye-light-green .header-menu.act>a>.svg-icon,
.theme-eye-thedailygreen .header-menu.act>a>.svg-icon{
	fill:#fff!important;
}
.theme-eye-light-green .nav-input:focus{
	color: #333333;
	background-color: #fff !important;
}
.theme-eye-light-green .nav-input:focus + .nav-inputicon .sousuo{
	fill:#c1c7d4;
}
.theme-eye-light-green .nav-input:focus + .nav-inputicon .sousuo:hover{
	fill:#60bfaf !important;
	opacity: 1 !important;
}

.theme-eye-light-green .active .hicon-close:hover {
	background-position: -110px -4px;
}
.theme-eye-light-green .layout-header .prev:not(.ui-disabled):hover .zuo, .theme-eye-light-green .layout-header .next:not(.ui-disabled):hover .you{
	fill:#fff !important;
}
.theme-eye-light-green .menugengduo:hover, .theme-eye-light-green .close-tab:hover, .theme-eye-light-green .drop-tab:hover{
	fill: #fff !important;
}
.theme-eye-light-green .layout-sleft .search-result strong{
	color: #60bfaf;
}
.theme-eye-light-green .mui-switch.mui-switch-anim:checked{
	box-shadow: #60bfaf 0 0 0 16px inset;
	background-color: #60bfaf;
	border-color: #60bfaf;
}
.theme-eye-light-green  .mui-radio input[type=radio]:checked:before{
	color: #60bfaf;
}
.theme-eye-light-green .theme-tab-item.active, .theme-eye-light-green  .theme-tab-item:hover{
	color: #60bfaf;
}
.theme-eye-light-green .theme-tab-item.active .svg-icon, .theme-eye-light-green .theme-tab-item:hover .svg-icon{
	fill:#60bfaf;
}
.theme-eye-light-green .theme-tab-line{
	background: #60bfaf;
}
.theme-eye-light-green .theme-frame .btn-primary {
	border-color: #60bfaf;
	background: #60bfaf;
	box-shadow: 0px 6px 8px 0px rgba(96, 191, 175, 0.2);
}
.theme-eye-light-green .theme-frame .btn-primary:hover{
	border-color: #47b2a1;
	background: #47b2a1;
}
.theme-eye-light-green .theme-frame .btn-default{
	border-color: #60bfaf;
	color: #60bfaf;
}
.theme-eye-light-green .theme-frame .btn-default:hover {
	background: #60bfaf;
	color: #fff;
	box-shadow: 0px 6px 8px 0px rgba(96, 191, 175, 0.2);
}
.theme-eye-light-green .mui-radio:hover input[type=radio]:before {
	color: #60bfaf;
}
.theme-eye-light-green .theme-list .skin-active{
	background: #60bfaf;
}
.theme-eye-light-green .layout-header .menu-iconback:hover{
	fill: #fff !important;
}
.theme-eye-light-green .side-icon-arrow{
	fill: #fff;
	opacity: 0.6;
}
.theme-eye-light-green .sidebar-item>a:hover .side-icon-arrow{
	opacity: 0.8;
}
.theme-eye-light-green .more-pop .menu-item:before{
	background:#60bfaf;
}
/* .theme-eye-light-green .header-menu:hover, .theme-eye-light-green .header-nav .theme-eye-light-green .another:hover, .theme-eye-light-green .header-menu.cur {
	background-color: rgba(255,255,255,0.2);
} */
.theme-eye-light-green .header-menu>a:hover, .theme-eye-light-green .header-nav .another:hover>a, .theme-eye-light-green .header-menu.cur>a {
	background-color: rgba(255,255,255,0.1);
}
.theme-eye-light-green .header-menu.act>a{
	background-color: rgba(255,255,255,0.1);
}
.theme-eye-light-green .shanchu{
	fill: #ffffff;
}
.theme-eye-light-green .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu{
	fill: #323a4d;
	opacity: 0.3;
}
.theme-eye-light-green .layout-header .nav-input:focus + .nav-inputicon .sousuo{
	fill: #323a4d;
	opacity: 0.4;
}
.theme-eye-light-green .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu:hover {
	opacity: 0.5;
}
.theme-eye-light-green .layout-header .sousuo:hover{
	fill: #ffffff;
}
.theme-eye-light-green .more-pop .menu-item:hover{
	background-color: #f5f5f5;
}
.theme-eye-light-green .nav-input:focus::-webkit-input-placeholder {
	color: #333;
}
.theme-eye-light-green .white-delete .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.4;
}
.theme-eye-light-green .white-delete .nav-inputdelete .shanchu:hover{
	opacity: 0.7;
}
.theme-eye-light-green .layout-header .shanchu:hover{
	opacity: 1;
}
/* .theme-eye-light-green .theme-frame{
	top: 46px;
}
.theme-eye-light-green .header-dropmenu{
	top: 46px;
} */
.theme-eye-light-green .mui-switch:checked + .switch{
	border-color: #60bfaf;
	box-shadow: #60bfaf 0 0 0 16px inset;
	background-color: #60bfaf;
}
.theme-eye-light-green .mui-radio input[type=radio]:checked + .custom-radio{
	border-color: #60bfaf;
}
.theme-eye-light-green .mui-radio label:hover .custom-radio {
	border-color: #60bfaf;
}
.theme-eye-light-green .mui-radio input[type=radio]:checked + .custom-radio:before{
	background: #60bfaf;
}
.theme-eye-light-green .header-menu.act>a .svg-icon {
	opacity: 1!important;
}
.theme-eye-light-green .header-menu.act>a .svg-icon {
	fill: #fff !important;
	opacity: 1!important;
}
.theme-eye-light-green .layout-header .refresh-more.act .icon{
	fill: #fff !important;
	opacity: 1!important;
}
.theme-eye-light-green  .header-menu.act>a .svg-icon.sclose{
	fill:rgba(0,0,0,0.4) !important;
}

.theme-eye-light-green  .header-menu.act>a .setting-close:hover .svg-icon.sclose{
	fill:rgba(0,0,0,0.6) !important;
}
.theme-eye-light-green .layout-header .drop-item em{
	color: #60bfaf;
}
/* .theme-eye-light-green .layout-header .drop-item a:hover{
	color: #60bfaf;
} */
.theme-eye-light-green .layout-header .drop-item a:hover::before{
	background-color: #60bfaf;
}
.theme-eye-light-green .system-settings-list.active .system-check{
	background-color: #60bfaf;
}
.theme-eye-light-green .system-settings-list .system-check{
	border: 1px solid #60bfaf;
}
/* 切换系统颜色 */
.theme-eye-light-green .header-togglesys .current-sys{
	color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.theme-eye-light-green .header-togglesys .current-sys:hover{
	color: #60bfaf;
	background-color: rgba(255,255,255,0.8);
}
.theme-eye-light-green .header-togglesys .current-sys::after{
	border-top-color: #fff;
}
.theme-eye-light-green .header-togglesys .current-sys:hover::after {
	border-top-color: #60bfaf ;
}
.theme-eye-light-green .header-togglesys .checkbox{
	border:1px solid #60bfaf;
}
.theme-eye-light-green .header-togglesys .active .checkbox{
	background-color: #60bfaf;
}
.theme-eye-light-green .quickmenu-pop .menu-item>a:hover{
	color:#60bfaf;
}
/*end浅绿皮肤*/
/* begin列表页筛选面板换肤 */
.theme-white-green .state-name.select,
.theme-blank-green .state-name.select{
	color: #18c4ad;
}
.theme-white-orange .state-name.select,
.theme-blank-orange .state-name.select{
	color:#f87b5a;
}
.theme-blank-red .state-name.select,
.theme-china-red .state-name.select{
	color:#f85a57;
}
.theme-eye-light-green .state-name.select{
	color:#71c1b2
}
/* end列表页筛选面板换肤 */
/*晚霞紫css*/
body.theme-glow-purple{
	background-image: url(../res/images/theme-skin/theme-glow-purple/theme-glow-purple.jpg) ;

}
.theme-glow-purple .layout-side{
	box-shadow: none;
}
.theme-glow-purple .openwindow:hover .icon{
	 fill: #7d88cb;
    opacity: 1;
}
.theme-glow-purple .first-menu{
	background-image: url("../res/images/theme-skin/theme-glow-purple/theme-purple-menu1.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-color: transparent;
}
.theme-glow-purple .layout-side .sidebar-item.active>a{
	background-color: rgba(0,0,0,.25);
}
.theme-glow-purple
.operated-list{
	border-bottom: 1px solid  rgba(255,255,255,0.1);
}

.theme-glow-purple .layout-side .sidebar-item.active:before{
	background-color: #959be4;
}
.theme-glow-purple .sidebar-item>a:hover{
	background-color: rgba(0,0,0,.25);
}
.theme-glow-purple .concise-menu{
	background-image: url("../res/images/theme-skin/theme-glow-purple/theme-purple-menu.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-color: transparent;
}
.theme-glow-purple .short-item.active{
	background-color:rgba(0,0,0,.25);
}
.theme-glow-purple .short-item:hover{
	background-color:rgba(0,0,0,.25);
}
.theme-glow-purple .short-item.active:before{
	background-color: #959be4;
}
.theme-glow-purple  .operated-word{
	background-color: #6e7293;
}
.theme-glow-purple  .operated-word:hover{
	background-color: #5e6282;
}
.theme-glow-purple .short-item.act{
	background-color: rgba(110,114,147,0.5);
}
.theme-glow-purple .short-item.act:hover{
	background-color: rgba(110,114,147,0.3);
}
.theme-glow-purple .theme-china-red-person{
	display: none;
	position: absolute;
	width:200px;
	background-image: url(../res/images/theme-skin/theme-glow-purple/theme-glow-purple-perosn.png);
	height: 430px;
	opacity: 1;
}
.theme-glow-purple .theme-china-red-person{
	display: block;
}
.theme-glow-purple .submenu-location.active{
	color: #7d88cb;
	border-left-color:#7d88cb;
}
.theme-glow-purple .submenu-location:hover{
	color: #7d88cb;
	border-left-color:#7d88cb;
}
.theme-glow-purple .side-submenu-wrap .search-box.search-bottom{
	border-bottom: 1px solid #7d88cb;
}
.theme-glow-purple .sub-menu-item:hover>a{
	color: #7d88cb;
}
.theme-glow-purple .layout-header{
	background: transparent;
}
.theme-glow-purple .company-name{
	color: #fff;
}
.theme-glow-purple .menu-iconback{
	fill:#bbbfcb;
	opacity: 1;
}
.theme-glow-purple .nav-input{
	background-color: #545c7c;
	color: #fff;
	border: none;
}
.theme-glow-purple .sousuo{
	fill:#cdced8;
}
.theme-glow-purple ::-webkit-input-placeholder {
	color: #fff;
}

.theme-glow-purple :-moz-placeholder,
.theme-glow-purple ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.theme-glow-purple :-ms-input-placeholder {
	color: #fff;
}
.theme-glow-purple .nav-input:focus:-ms-input-placeholder{
	color: #848484;
}
.theme-glow-purple .nav-input:focus::-moz-placeholder{
	color: #848484;
	opacity: 1;
}
.theme-glow-purple .nav-input:focus::-webkit-input-placeholder{
	color: #848484;
}
.theme-glow-purple .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu):not(.xuanzhong):not(.sousuo):not(.shanchu){
	fill: #cdced8;
}
.theme-glow-purple .layout-header .header-menu>a:hover .svg-icon:not(.sclose){
	fill:#fff!important ;
}
.theme-glow-purple .admin-name{
	color: #fff;
}
.theme-glow-purple .header-nav{
	border-bottom: transparent;
}
.theme-glow-purple .item-name{
	background-color: rgba(255,255,255,0.2);
	color: #ffffff;
	border-top: 1px solid transparent;
	margin-top: 1px;
}
.theme-glow-purple .nav-menu.other{
	background: transparent;
}
.theme-glow-purple .hicon-close{
	background-position: -111px -39px;
}
.theme-glow-purple .active .hicon-close{
	background-position: -111px -23px
}
.theme-glow-purple .tab-nav .nav-items:last-child:after {
	background: url(../res/images/bg/noborder-right-full.png) no-repeat center center;
}
.theme-glow-purple .layout-main{
	background-color: #d4d6de;
}
.theme-glow-purple .tab-nav .nav-items.active span{
	background-color:#d4d6de;
	color: #333333;
	/*padding: 5px 22px 4px 5px;*/
}
.theme-glow-purple .tab-nav .nav-items:hover span{
	background-color: rgba(255,255,255,0.15);
	color: #fff;
}
.theme-glow-purple .tab-nav .nav-items:before, .theme-glow-purple .tab-nav .nav-items:after {
	opacity: 0.2;
}
.theme-glow-purple .tab-nav .nav-items:before {
	background: url(../res/images/bg/noborder-left-full.png) no-repeat center center;
}
.theme-glow-purple .tab-nav .nav-items:not(:last-child):after {
	background: url(../res/images/bg/noborder-right.png) no-repeat -2px center;
}

.theme-glow-purple .tab-nav .nav-items:hover:before {
	opacity: 0.15;
}
.theme-glow-purple .tab-nav .nav-items:hover:after {
	opacity: .15;
}
.theme-glow-purple .tab-nav .nav-items.active:before {
	background: url(../res/images/theme-skin/theme-glow-purple/purple-select-left.png) no-repeat center center;
	opacity: 1;
}
.theme-glow-purple .tab-nav .nav-items.active:hover span{
	background-color:#d4d6de;
	opacity: 1;
	color: #333333;
}
.theme-glow-purple .tab-nav .nav-items.active:after {
	background: url(../res/images/theme-skin/theme-glow-purple/purple-select-right.png) no-repeat center center;
	opacity: 1;
}
.theme-glow-purple .tips-count{
	background: #ff3366;
	color: #fff;
}
/* .theme-china-red .header-menu:hover, .theme-china-red .header-nav .theme-china-red .another:hover, .theme-china-red .header-menu.cur {
	background: rgba(242, 246, 247, .1);
} */
.theme-glow-purple .nav-input:focus{
	color: #333333;
	background-color: #fff !important;
}
.theme-glow-purple .nav-input:focus + .nav-inputicon .sousuo{
	fill:#c1c7d4;
}
.theme-glow-purple .nav-input:focus + .nav-inputicon .sousuo:hover{
	fill:#959be4 ;
}

.theme-glow-purple .active .hicon-close:hover {
	background-position: -110px -4px;
}
.theme-glow-purple .layout-header .prev:not(.ui-disabled):hover .zuo, .theme-glow-purple .layout-header .next:not(.ui-disabled):hover .you{
	fill:#fff !important;
}
.theme-glow-purple .menugengduo:hover, .theme-glow-purple .close-tab:hover, .theme-glow-purple .drop-tab:hover{
	fill: #fff !important;
}
.theme-glow-purple .layout-sleft .search-result strong{
	color: #7d88cb;
}
.theme-glow-purple .mui-switch.mui-switch-anim:checked{
	box-shadow: #7d88cb 0 0 0 16px inset;
	background-color: #7d88cb;
	border-color: #7d88cb;
}
.theme-glow-purple  .mui-radio input[type=radio]:checked:before{
	color: #7d88cb;
}
.theme-glow-purple .theme-tab-item.active, .theme-glow-purple  .theme-tab-item:hover{
	color: #7d88cb;
}
.theme-glow-purple .theme-tab-item.active .svg-icon, .theme-glow-purple .theme-tab-item:hover .svg-icon{
	fill:#7d88cb;
}
.theme-glow-purple .theme-tab-line{
	background: #7d88cb;
}
.theme-glow-purple .theme-frame .btn-primary {
	border-color: #7d88cb;
	background: #7d88cb;
	box-shadow: 0px 6px 8px 0px rgba(125, 136, 203, 0.2);
}
.theme-glow-purple .theme-frame .btn-primary:hover{
	border-color: #707bc0;
	background: #707bc0;
}
.theme-glow-purple .theme-frame .btn-default{
	border-color: #7d88cb;
	color: #7d88cb;
}
.theme-glow-purple .theme-frame .btn-default:hover {
	background: #7d88cb;
	color: #fff;
	box-shadow: 0px 6px 8px 0px rgba(125, 136, 203, 0.2);
}
.theme-glow-purple .mui-radio:hover input[type=radio]:before {
	color: #7d88cb;
}
.theme-glow-purple .theme-list .skin-active{
	background: #7d88cb;
}
.theme-glow-purple .layout-header .menu-iconback:hover{
	fill: #fff !important;
}
.theme-glow-purple .side-icon-arrow{
	fill: #fff;
	opacity: 0.6;
}
.theme-glow-purple .sidebar-item>a:hover .side-icon-arrow{
	opacity: 0.8;
}
.theme-glow-purple .more-pop .menu-item:before{
	background:#7d88cb;
}
/* .theme-china-red .header-menu:hover, .theme-china-red .header-nav .theme-china-red .another:hover, .theme-china-red .header-menu.cur {
	background-color: rgba(255,255,255,0.2);
} */
.theme-glow-purple-red .header-menu>a:hover, .theme-glow-purple .header-nav .another:hover>a, .theme-glow-purple .header-menu.cur>a {
	background-color: rgba(255,255,255,0.2);
}
.theme-glow-purple .shanchu{
	fill: #ffffff;
}
.theme-glow-purple .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu{
	fill: #323a4d;
	opacity: 0.3;
}
.theme-glow-purple .layout-header .nav-input:focus + .nav-inputicon .sousuo{
	fill: #323a4d;
	opacity: 0.4;
}
.theme-glow-purple .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu:hover {
	opacity: 0.5;
}
.theme-glow-purple .layout-header .sousuo:hover{
	fill: #ffffff;
}
.theme-glow-purple .more-pop .menu-item:hover{
	background-color: #f5f5f5;
}
.theme-glow-purple .nav-input:focus::-webkit-input-placeholder {
	color: #333;
}
.theme-glow-purple .white-delete .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.4;
}
.theme-glow-purple .white-delete .nav-inputdelete .shanchu:hover{
	opacity: 0.7;
}
.theme-glow-purple .layout-header .shanchu:hover{
	opacity: 1;
}
/* .theme-china-red .theme-frame{
	top: 46px;
}
.theme-china-red .header-dropmenu{
	top: 46px;
} */
.theme-glow-purple .mui-switch:checked + .switch{
	border-color: #7d88cb;
	box-shadow: #7d88cb 0 0 0 16px inset;
	background-color: #7d88cb;
}
.theme-glow-purple .mui-radio input[type=radio]:checked + .custom-radio{
	border-color: #7d88cb;
}
.theme-glow-purple .mui-radio label:hover .custom-radio {
	border-color: #7d88cb;
}
.theme-glow-purple .mui-radio input[type=radio]:checked + .custom-radio:before{
	background: #7d88cb;
}
.theme-glow-purple .header-menu.act>a .svg-icon {
	opacity: 1!important;
}
.theme-glow-purple .header-menu.act>a .svg-icon {
	fill: #fff !important;
	opacity: 1!important;
}
.theme-glow-purple .layout-header .refresh-more.act .icon{
	fill: #fff !important;
	opacity: 1!important;
}
.theme-glow-purple .layout-header .drop-item em{
	color: #7d88cb;
}
/* .theme-glow-purple .layout-header .drop-item a:hover{
	color: #7d88cb;
} */
.theme-glow-purple .layout-header .drop-item a:hover::before{
	background-color: #7d88cb;
}
.theme-glow-purple .system-settings-list.active .system-check{
	background-color: #7d88cb;
}
.theme-glow-purple .system-settings-list .system-check{
	border: 1px solid #7d88cb;
}
.theme-glow-purple .header-menu>a:hover, .theme-glow-purple .header-nav .another:hover>a, .theme-glow-purple .header-menu.cur>a{
	background-color: rgba(255,255,255,0.2);
}
.theme-glow-purple .system-settings{
	background-color: #e5e7f5;
	color: #7d88cb;
}
.theme-glow-purple .system-settings:hover{
	background-color: #d8dbef;
}
.theme-glow-purple .system-settings .svg-icon{
	fill:#7d88cb;
}
.theme-glow-purple .header-menu.act>a{
	background-color: rgba(255,255,255,0.1);
}
.theme-glow-purple .layout-header .nav-input:focus + .nav-inputicon .sousuo:hover{
	fill: #7d88cb;
	opacity: 1;
}
/* 切换系统颜色 */
.theme-glow-purple .header-togglesys .current-sys{
	color: #fff;
	background-color: rgba(216,219,255,0.2);
}
.theme-glow-purple .header-togglesys .current-sys:hover{
	color: #7d88cb;
	background-color:#d8dbef ;
}
.theme-glow-purple .header-togglesys .current-sys::after{
	border-top-color: #fff;
}
.theme-glow-purple .header-togglesys .current-sys:hover::after {
	border-top-color: #7d88cb ;
}
.theme-glow-purple .header-togglesys .checkbox{
	border:1px solid #7d88cb;
}
.theme-glow-purple .header-togglesys .active .checkbox{
	background-color: #7d88cb;
}
.theme-glow-purple .quickmenu-pop .menu-item>a:hover{
	color:#7d88cb;
}
/*end晚霞紫css*/
/*极光css*/
body.theme-aurora{
	background-image: url(../res/images/theme-skin/theme-aurora/theme-aurora.jpg) ;

}
.theme-aurora .layout-side{
	box-shadow: none;
}
.theme-aurora .openwindow:hover .icon{
	 fill: #109ddf;
    opacity: 1;
}
.theme-aurora .first-menu{
	background-image: url("../res/images/theme-skin/theme-aurora/theme-aurora-menu1.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-color: transparent;
}
.theme-aurora .layout-side .sidebar-item.active>a{
	background-color: rgba(0,0,0,.25);
}
.theme-aurora
.operated-list{
	border-bottom: 1px solid  rgba(255,255,255,0.1);
}

.theme-aurora .layout-side .sidebar-item.active:before{
	background-color: #18b5f0;
}
.theme-aurora .sidebar-item>a:hover{
	background-color: rgba(0,0,0,.25);
}
.theme-aurora .concise-menu{
	background-image: url("../res/images/theme-skin/theme-aurora/theme-aurora-menu.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-color: transparent;
}
.theme-aurora .short-item.active{
	background-color:rgba(0,0,0,.25);
}
.theme-aurora .short-item:hover{
	background-color:rgba(0,0,0,.25);
}
.theme-aurora .short-item.active:before{
	background-color: #18b5f0;
}
.theme-aurora  .operated-word{
	background-color: #5094b7;
}
.theme-aurora  .operated-word:hover{
	background-color: #4484a6;
}
.theme-aurora .short-item.act{
	background-color: rgba(104,184,225,.4);
}
.theme-aurora .short-item.act:hover{
	background-color: rgba(104,184,225,.25);
}
.theme-aurora .theme-china-red-person{
	display: none;
	position: absolute;
	width:200px;
	background-image: url(../res/images/theme-skin/theme-aurora/theme-aurora-perosn.png);
	height: 180px;
	opacity: 1;
}
.theme-aurora .theme-china-red-person{
	display: block;
}
.theme-aurora .submenu-location.active{
	color: #109ddf;
	border-left-color:#109ddf;
}
.theme-aurora .submenu-location:hover{
	color: #109ddf;
	border-left-color:#109ddf;
}
.theme-aurora .side-submenu-wrap .search-box.search-bottom{
	border-bottom: 1px solid #109ddf;
}
.theme-aurora .sub-menu-item:hover>a{
	color: #109ddf;
}
.theme-aurora .layout-header{
	background: transparent;
}
.theme-aurora .company-name{
	color: #fff;
}
.theme-aurora .menu-iconback{
	fill:#bad2d9;
	opacity: 1;
}
.theme-aurora .nav-input{
	background-color: #327dae;
	color: #fff;
	border: none;
}
.theme-aurora .sousuo{
	fill:#c2d6e5;
}
.theme-aurora ::-webkit-input-placeholder {
	color: #fff;
}

.theme-aurora :-moz-placeholder,
.theme-aurora ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.theme-aurora :-ms-input-placeholder {
	color: #fff;
}
.theme-aurora .nav-input:focus:-ms-input-placeholder{
	color: #848484;
}
.theme-aurora .nav-input:focus::-moz-placeholder{
	color: #848484;
	opacity: 1;
}
.theme-aurora .nav-input:focus::-webkit-input-placeholder{
	color: #848484;
}
.theme-aurora .layout-header .svg-icon:not(.sclose):not(.zhutipifu):not(.caidanpifu):not(.xuanzhong):not(.sousuo):not(.shanchu){
	fill: #cdced8;
}
.theme-aurora .layout-header .header-menu>a:hover .svg-icon:not(.sclose){
	fill:#fff!important ;
}
.theme-aurora .admin-name{
	color: #fff;
}
.theme-aurora .header-nav{
	border-bottom: transparent;
}
.theme-aurora .item-name{
	background-color: rgba(255,255,255,0.2);
	color: #ffffff;
	border-top: 1px solid transparent;
	margin-top: 1px;
}
.theme-aurora .nav-menu.other{
	background: transparent;
}
.theme-aurora .hicon-close{
	background-position: -111px -39px;
}
.theme-aurora .active .hicon-close{
	background-position: -111px -23px;
}
.theme-aurora .tab-nav .nav-items:last-child:after {
	background: url(../res/images/bg/noborder-right-full.png) no-repeat center center;
}
.theme-aurora .layout-main{
	background-color: #ccdeea;
}
.theme-aurora .tab-nav .nav-items.active span{
	background-color:#ccdeea;
	color: #333333;
	/*padding: 5px 22px 4px 5px;*/
}
.theme-aurora .tab-nav .nav-items:hover span{
	background-color: rgba(255,255,255,0.15);
	color: #fff;
}
.theme-aurora .tab-nav .nav-items:before, .theme-aurora .tab-nav .nav-items:after {
	opacity: 0.2;
}
.theme-aurora .tab-nav .nav-items:before {
	background: url(../res/images/bg/noborder-left-full.png) no-repeat center center;
}
.theme-aurora .tab-nav .nav-items:not(:last-child):after {
	background: url(../res/images/bg/noborder-right.png) no-repeat -2px center;
}

.theme-aurora .tab-nav .nav-items:hover:before {
	opacity: 0.15;
}
.theme-aurora .tab-nav .nav-items:hover:after {
	opacity: .15;
}
.theme-aurora .tab-nav .nav-items.active:before {
	background: url(../res/images/theme-skin/theme-aurora/aurora-select-left.png) no-repeat center center;
	opacity: 1;
}
.theme-aurora .tab-nav .nav-items.active:hover span{
	background-color:#ccdeea;
	opacity: 1;
	color: #333333;
}
.theme-aurora .tab-nav .nav-items.active:after {
	background: url(../res/images/theme-skin/theme-aurora/aurora-select-right.png) no-repeat center center;
	opacity: 1;
}
.theme-aurora .tips-count{
	background: #ff3366;
	color: #fff;
}
/* .theme-china-red .header-menu:hover, .theme-china-red .header-nav .theme-china-red .another:hover, .theme-china-red .header-menu.cur {
	background: rgba(242, 246, 247, .1);
} */
.theme-aurora .nav-input:focus{
	color: #333333;
	background-color: #fff !important;
}
.theme-aurora .nav-input:focus + .nav-inputicon .sousuo{
	fill:#c1c7d4;
}
.theme-aurora .nav-input:focus + .nav-inputicon .sousuo:hover{
	fill:#cde2e7 ;
}

.theme-aurora .active .hicon-close:hover {
	background-position: -110px -4px;
}
.theme-aurora .layout-header .prev:not(.ui-disabled):hover .zuo, .theme-aurora .layout-header .next:not(.ui-disabled):hover .you{
	fill:#fff !important;
}
.theme-aurora .menugengduo:hover, .theme-aurora .close-tab:hover, .theme-aurora .drop-tab:hover{
	fill: #fff !important;
}
.theme-aurora .layout-sleft .search-result strong{
	color: #109ddf;
}
.theme-aurora .mui-switch.mui-switch-anim:checked{
	box-shadow: #109ddf 0 0 0 16px inset;
	background-color: #109ddf;
	border-color: #109ddf;
}
.theme-aurora  .mui-radio input[type=radio]:checked:before{
	color: #109ddf;
}
.theme-aurora .theme-tab-item.active, .theme-aurora  .theme-tab-item:hover{
	color: #109ddf;
}
.theme-aurora .theme-tab-item.active .svg-icon, .theme-aurora .theme-tab-item:hover .svg-icon{
	fill:#109ddf;
}
.theme-aurora .theme-tab-line{
	background: #109ddf;
}
.theme-aurora .theme-frame .btn-primary {
	border-color: #109ddf;
	background: #109ddf;
	box-shadow: 0px 6px 8px 0px rgba(26, 167, 233, 0.2);
}

.theme-aurora .theme-frame .btn-primary:hover{
	border-color: #0c92d1;
	background: #0c92d1;
}
.theme-aurora .theme-frame .btn-default{
	border-color: #109ddf;
	color: #109ddf;
}
.theme-aurora .theme-frame .btn-default:hover {
	background: #109ddf;
	color: #fff;
	box-shadow: 0px 6px 8px 0px rgba(26, 167, 233, 0.2);
}
.theme-aurora .mui-radio:hover input[type=radio]:before {
	color: #109ddf;
}
.theme-aurora .theme-list .skin-active{
	background: #109ddf;
}
.theme-aurora .layout-header .menu-iconback:hover{
	fill: #fff !important;
}
.theme-aurora .side-icon-arrow{
	fill: #fff;
	opacity: 0.6;
}
.theme-aurora .sidebar-item>a:hover .side-icon-arrow{
	opacity: 0.8;
}
.theme-aurora .more-pop .menu-item:before{
	background:#109ddf;
}
/* .theme-china-red .header-menu:hover, .theme-china-red .header-nav .theme-china-red .another:hover, .theme-china-red .header-menu.cur {
	background-color: rgba(255,255,255,0.2);
} */
.theme-aurora .header-menu>a:hover, .theme-aurora .header-nav .another:hover>a, .theme-aurora .header-menu.cur>a {
	background-color: rgba(255,255,255,0.2);
}
.theme-aurora .shanchu{
	fill: #ffffff;
}
.theme-aurora .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu{
	fill: #323a4d;
	opacity: 0.3;
}
.theme-aurora .layout-header .nav-input:focus + .nav-inputicon .sousuo{
	fill: #323a4d;
	opacity: 0.4;
}
.theme-aurora .layout-header .nav-input:focus + .nav-inputicon + .nav-inputdelete .shanchu:hover {
	opacity: 0.5;
}
.theme-aurora .layout-header .sousuo:hover{
	fill: #ffffff;
}
.theme-aurora .more-pop .menu-item:hover{
	background-color: #f5f5f5;
}
.theme-aurora .nav-input:focus::-webkit-input-placeholder {
	color: #333;
}
.theme-aurora .white-delete .nav-inputdelete .shanchu{
	fill:#323a4d;
	opacity: 0.4;
}
.theme-aurora .white-delete .nav-inputdelete .shanchu:hover{
	opacity: 0.7;
}
.theme-aurora .layout-header .shanchu:hover{
	opacity: 1;
}
/* .theme-china-red .theme-frame{
	top: 46px;
}
.theme-china-red .header-dropmenu{
	top: 46px;
} */
.theme-aurora .mui-switch:checked + .switch{
	border-color: #109ddf;
	box-shadow: #109ddf 0 0 0 16px inset;
	background-color: #109ddf;
}
.theme-aurora .mui-radio input[type=radio]:checked + .custom-radio{
	border-color: #109ddf;
}
.theme-aurora .mui-radio label:hover .custom-radio {
	border-color: #109ddf;
}
.theme-aurora .mui-radio input[type=radio]:checked + .custom-radio:before{
	background: #109ddf;
}
.theme-aurora .header-menu.act>a .svg-icon {
	opacity: 1!important;
}
.theme-aurora .header-menu.act>a .svg-icon {
	fill: #fff !important;
	opacity: 1!important;
}
.theme-aurora .layout-header .refresh-more.act .icon{
	fill: #fff !important;
	opacity: 1!important;
}
.theme-aurora .layout-header .drop-item em{
	color: #109ddf;
}
/* .theme-aurora .layout-header .drop-item a:hover{
	color: #109ddf;
} */
.theme-aurora .layout-header .drop-item a:hover::before{
	background-color: #109ddf;
}
.theme-aurora .system-settings-list.active .system-check{
	background-color: #109ddf;
}
.theme-aurora .system-settings-list .system-check{
	border: 1px solid #109ddf;
}
.theme-aurora .header-menu>a:hover, .theme-aurora .header-nav .another:hover>a, .theme-aurora .header-menu.cur>a{
	background-color: rgba(255,255,255,0.2);
}
.theme-aurora .system-settings{
	background-color: #dbf0fa  ;
	color: #109ddf;
}
.theme-aurora .system-settings:hover{
	background-color: #c3e6f7;
}
.theme-aurora .system-settings .svg-icon{
	fill:#109ddf;
}
.theme-aurora .header-menu.act>a{
	background-color: rgba(255,255,255,0.1);
}
.theme-aurora .layout-header .nav-input:focus + .nav-inputicon .sousuo:hover{
	fill: #109ddf;
	opacity: 1;
}
/* 切换系统颜色 */
.theme-aurora .header-togglesys .current-sys{
	color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.theme-aurora .header-togglesys .current-sys:hover{
	color: #109ddf;
	background-color: #dbf0fa;
}
.theme-aurora .header-togglesys .current-sys::after{
	border-top-color: #fff;
}
.theme-aurora .header-togglesys .current-sys:hover::after {
	border-top-color:  #109ddf ;
}
.theme-aurora .header-togglesys .checkbox{
	border:1px solid #109ddf;
}
.theme-aurora .header-togglesys .active .checkbox{
	background-color: #109ddf;
}
.theme-aurora .quickmenu-pop .menu-item>a:hover{
	color:#109ddf;
}
/*end极光css*/