/***************************
*****www.changkeji.com******
******Author:jjhu@changekeji.com***********
******Date:2019.2.25********
-----后台css样式基础设置----
****************************/
*::-webkit-input-placeholder {
    color: #ccc;
}
*:-moz-placeholder {
    color: #ccc;
}
*:-ms-input-placeholder {
    color: #ccc;
}
body{
    font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
    min-width: 1200px;
    background: #FFF !important;
}
/*修复umeditor 图片拖拽bug，原因：bootstrap 复写的盒子模型与百度UMeditor不符合*/
.edui-container *{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
ul,li{
	list-style: none;
}
ul,li,p{
    padding: 0;
    margin: 0;
}
.look-more,.look-more:focus,.look-more:hover{
	text-decoration: none;
	padding: 10px 25px;
	background: #00ACEC;
	color: #fff;
	display: inline-block;
	margin: 10px 0;
	float: right;
	margin-right: 15px;
}
.modal-content{
    border-radius: 0;
}
.popover-content{
    padding: 0 14px;
}
.right-section table .limit-name,
.right-section table .limit-text
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	display: block;
}
.right-section .union-operate{
	margin-top: -15px;
}
.right-section .union-operate a{
	margin-right: 10px;
}
.right-section .list-table{
    width: 100%;
    min-width: 920px;
    word-wrap: break-word;
    table-layout: fixed;
}
.right-section .list-table th {
    background: #f7f7f7;
    font-size: 14px;
}
.right-section .list-table td{
    font-size: 12px;
}
.right-section .list-table td,.right-section  .list-table th {
    padding: 8px 2px;
    color: #333;
    text-align: center;
}
body .btn, .form-control {
    border-radius: 0;
}
body .input-normal{
    border-radius:0;
    border: 1px solid #DBDBDB;
    color: #222;
    width: 120px;
    height: 20px;
    line-height: 20px;
    margin: 5px 0;
    padding: 2px;
}
body .select-normal{
    border: 1px solid #DBDBDB;
    color: #222;
    width: 120px;
    height: 22px;
    line-height: 22px;
    margin: 5px 0;
}
.search-param-panel{
    color: #666666;
    min-width: 920px;
}
#search-param-form td label{
    font-weight: 400;
    font-size: 12px;
}
.list-title-panel {
    /*height: 30px;
    line-height: 30px;*/
    color: #00acec;
    font-size: 14px;
    margin-bottom: 5px;
}
.list-title-panel span {
    margin-right: 4px;
}
.inner-section .union-oper-wrap{
    margin-top:10px;
}
.inner-section .print-button{
	margin-top: 10px;
	text-align: right;
	margin-left: 10px;
}
/******************
*****页面头部******
*******************/
.header{
    min-height: 50px;
    max-height: 100px;
    line-height: 50px;
    background: #FFFFFF;
    color: #FFFFFF;
    position: fixed;
    top: 0;
    /*left: 0;*/
    right: 0;
    z-index: 100;
    width: calc(100% - 180px);
}
.header.scale{
     width: calc(100% - 50px);
}
.header a{
    color: #333;
}
.header .top{
    padding: 0;
	width: 88%;
	position: relative;
    color: rgb(191, 187, 187);
}
.header .top a:hover,.header .top a.active{
    text-decoration: none;
    color: #333;
    /*background: #f01b16;*/
}
.header .logo{
    padding: 0;
    text-align: left;
    width: 12%;
}
.header .logo a{
    padding-left: 20px;
}
.header .logo img{
    height: 36px;
}
.header .top-nav a{
    display: inline-block;
    padding: 0 5px;
    text-decoration: none;
    font-size: 15px;
    float: left;
    margin-right: 0;
}
.header .pull-left{
	width: 84%;
}
.header .pull-right{
	position: absolute;
	float: none;
	right: 0;
	top: 0;
}
.header .quick-action,.header .user-action{
    float:left;
}
.header .quick-action a{
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    position: relative;
    float: left;
}
.header .quick-nav a:active,.header .quick-nav a:visited{
    text-decoration: none;
}
.header .user-action{
    /*margin-left: 20px;*/
}
.header .user-action a{
    display: inline-block;
    padding: 0 10px;
    /*margin-right: 20px;*/
}
.header .number{
    position: relative;
    top: -5px;
    font-size: 10px;
    left: 1px;
}
.no-read{
    color: #c00;
}
/*******************
 ------后台换肤-------
 *******************/
.header .changeSkin ul{
    display: none;
    list-style: none;
    position: absolute;
    width: 90px;
    padding: 0;
    z-index: 999;
    background: #EEEEEE;
    margin-left: -10px;
}
.header .changeSkin li{
    padding: 5px;
    list-style: none;
    float: left;
    height: 30px;
    line-height: 30px;
}
.header .changeSkin span.skin{
    width: 20px;
    height: 20px;
    display: inline-block;
}
.header .changeSkin .black{
    background: #252a2f;
}
.header .changeSkin .red{
    background: #f34541;
}
.header .changeSkin .blue{
    background: #00acec;
}
.header .changeSkin .green{
    background: #49bf67;
}
.header .changeSkin .purple{
    background: #9564e2;
}
.header .changeSkin .kaqi{
    background: #c0a16b;
}
.header .changeSkin .yellow{
    background: #CC9900;
}
.header .changeSkin .orange{
    background: #FF9900;
}
.header .changeSkin .pink{
    background: #FF66FF;
}
.header .changeSkin .skyBlue{
    background: #66CCCC;
}
.header .top .changeSkin:hover ul{
    display: block;
}
/******************
*****页面主体******
*******************/
.content{
    min-height: 600px;
}
.content .right-section{
    min-height: 580px;
    position: absolute;
    left: 180px;
    top: 90px;
    right: 0;
    width: auto;
    bottom: 0;
    margin: 15px;
    background: #FFF;
    border-radius: 5px;
}
.content .left-section{
    background: #FFFFFF;
    padding: 0;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    z-index: 101;
    width: 180px;
    padding-top: 0px;
}
.content.scale .left-section{
	width: 50px;
}
.content .left-section .nav-block a{
	text-decoration: none;
	display: block;
}
.content  .section-scale{
    text-align: center;
    position: absolute;
    left: 190px;
    top:10px;
    /*margin-top: -11px;*/
    z-index: 100;
}
.content  .section-scale .btn-scale{
    display: inline-block;
    text-decoration: none;
    color: #999 !important;
}
.content  .section-scale .btn-scale:hover{
    text-decoration: none;
}
.content  .section-scale i{
    font-size: 22px;
    font-weight: 600;
}
.content .left-section .menu{
    padding: 0;
    width: 100%;
    margin: 0;
}
.content .left-section li a .icon{
    margin-right: 5px;
}
.container-fluid.scale .left-section{
    width: 50px;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 1010;
}
.container-fluid.scale .left-section .section-scale{
	left: 60px;
}
.container-fluid.scale .left-section .nav-1-block {
	width: 50px;
	text-align: center;
}
.container-fluid.scale .left-section .nav-1-block .iconfont{
	margin-right: 0;
}
.container-fluid.scale .left-section .nav-1-block .top-menu-name{
	display: none;
}
.container-fluid.scale .left-section .nav-1-block .arrow{
    display: none;
}
.container-fluid.scale .left-section .nav-2-block{
	left: 50px;
}
.container-fluid.scale .right-section{
    left: 50px;
}
/******************
 *****页面导航*****
 ******************/
.content .nav-block{
	height: 100%;
}
.content .left-section .nav-1-block{
	height: 90%;
	overflow: scroll;
}
.content .left-section a{
	white-space: nowrap;
    overflow: hidden;
}
.content .nav-block .logo{
    display: block;
}

.content.scale .nav-block .logo{
    display: none;
}
.content .nav-block .logo-mini{
    display: none;
    width: 20px;
    margin: 0 auto;
}
.content.scale .nav-block .logo-mini{
    display: block;
}
.content .left-section .nav-1-block a{
	/*color: #fff;*/
	height: 46px;
	width: 100%;
	padding: 0 10px;
	line-height: 46px;
    color: rgb(191, 187, 187);
}
.content .left-section .nav-1-block .a-nav-1 {
    background: rgba(255,255,255,0.1);
}
.content .left-section .nav-1-block .a-nav-1 .arrow{
    float: right;
    transition: all 0.3s;
}
.content .left-section .nav-1-block a:hover{
	/*background-color:#192129;*/
    color: #FFF;
}
.content .left-section .nav-1-block a.active{
	background-color: #1E9FFF;
}
.content .left-section .nav-1-block a i{
	margin-right: 5px;
	width: 14px;
    font-size: 14px;
}
.content .left-section .nav-1-block .menu-item .sub-menu{
    padding-left: 0 !important;
    display: none;
}
.content .left-section .nav-1-block .menu-item .sub-menu a{
    padding-left: 18px;
}

.content .left-section .nav-2-block{
	position: absolute;
	left: 120px;
	top: 0;
	bottom: 0;
	width: 120px;
	background-color: #EEEEEE;
}
.content .left-section .nav-2-block a{
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
}
.content .left-section .nav-2-block a:hover,
.content .left-section .nav-2-block a.a-nav-2-show:hover{
	background-color: #f7f7f7 !important;
}
.content .left-section .nav-2-block a i{
	position: absolute;
	top:12px;
	width: 16px;
	height: 16px;
	line-height: 16px;
}
.content .left-section .nav-2-block a.a-nav-2 i{
	left: 7px;
}
.nav-2-block .menu-name{
    padding-left:5px;
}
.content .left-section .nav-2-block a.a-nav-3 i{
	left: 10px;
}
.content .left-section .nav-2-block a.a-nav-2{
	color: #333333;
	padding-left: 24px;
}
.content .left-section .nav-2-block a.a-nav-2 span.icon-arrow{
	position: absolute;
	left: 7px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
}
.content .left-section .nav-2-block a.a-nav-2 span.icon-arrow-down{
	border-top-color: #666;
	top: 16px;
}
.content .left-section .nav-2-block a.a-nav-2 span.icon-arrow-right{
	border-left-color: #666;
	top: 12px;
}
.content .left-section .nav-2-block a.a-nav-3{
	color: #666;
	padding-left: 34px;
}
.content .left-section .nav-2-block a.a-nav-3 span{
	font-size: 13px;
}
.content .left-section .nav-2-block a.a-nav-2.active,
.content .left-section .nav-2-block a.a-nav-3.active
{
	background-color: #fff;
}
.content .left-section .nav-2-block a.a-nav-2.a-nav-2-show{
	background-color: transparent;
}
.content .left-section .nav-3-block{
	display: none;
}
.content .left-section .nav-3-block.show{
	display: block;
}

/**
 * 页面右边样式
 */
.content .right-section{
    padding: 0;
}
.content .right-section .btn{
    border-radius: 0;
}
.content .right-section > h3{
    position: relative;
    height: 89px;
    line-height: 89px;
    padding-left: 25px;
    margin: 0;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}
.right-section h3 .cur-template{
    position: absolute;
    left: 140px;
    top: 0;
    font-size: 14px;
    font-weight: normal;
}
.edui-container{
    line-height: normal;
}
.template-list .quick-nav  .title{
    color: #FFFFFF;
}
.template-list .quick-nav .title span{
    padding: 0 2px;
}
.template-list .title div{
    margin: 10px auto;
    text-align: left;
    padding-left: 50px;
}
/**查询区域样式**/
.right-section .search-area{
    margin-bottom: 10px;
}
.right-section .search-area select,
.right-section .search-area input
{
    line-height: 28px;
    height: 28px;
    border: 1px solid #ddd;
    padding: 2px;
}
.content .right-section h3 .operation-div{
    position: absolute;
    right: 20px;
    top: 0px;
    font-weight: bold;
}
.content .right-section h3 .operation-div a{
	margin-left: 10px;
}
.right-section h3 i{
    color: #00acec;
    font-size: 28px;
    margin-right: 10px;
}
.right-section .inner-section{
    margin: 10px 0 0px;
    padding:0 20px 0 25px;
    height: calc(100% - 50px);
}
.inner-section .quick-nav{
    text-align: center;
    margin-bottom: 20px;
}
.inner-section .quick-nav a{
    text-decoration: none;
    cursor: pointer;
}
.inner-section .quick-nav a:hover .icon{
    font-size: 48px;
}
.quick-nav .icon-image{
    height: 80px;
    line-height: 80px;
}
.quick-nav .icon{
    color: #FFFFFF;
    font-size: 36px;
}
.quick-nav .title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5b5b5b;
    background-color: #dbdbdb;
    /*border-bottom: 1px solid #cecece;*/
    padding: 5px;
}
.page-nav .title,.admin .title{
    color: #FFFFFF;
}
.inner-section .quick-nav .action{
    background: #dbdbdb;
    padding: 2px;
}
.inner-section .quick-nav .action a{
    color: #333333;
}
.inner-section .nav-tabs{
    border-color: #00acec;
    margin-left: 0;
}
.inner-section .nav-tabs>li{
    margin-bottom: 0;
}
.inner-section .nav li a{
    color: #444444;
    background: #f7f7f7;
    font-weight: bold;
    border-radius: 0;
}
.inner-section .nav li.selected a,.inner-section .nav li:hover a{
    background:  #00acec;
    color: #FFFFFF;
}
.system-div table td:first-child{
    width: 180px;
}
.mobile .operation{
    margin-top: 20px;
    text-align: right;
}

/******************
*****背景色主题******
*******************/
.blue-background {
    background-color: #00acec !important;
}
.green-background {
    background-color: #49bf67 !important;
}
.purple-background {
    background-color: #9564e2 !important;
}
.red-background {
    background-color: #f34541 !important;
}
.gray-background{
    background: #666 !important;
}
.kaqi-background{
    background: #c0a16b !important;
}
/******************
 ******分页样式****
 ******************/
#page-selection{
    margin: 20px 0;
    height: 34px;
}
#page-selection ul.bootpag{
    float: left;
    margin:0;
}
#page-selection .text-desc-area{
    float: left;
    margin-left: 15px;
    height: 100%;
    line-height: 34px;
}
#page-selection #paging-mode{
	float:right;
}
/******************
*****页面页脚******
*******************/
.footer{
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #eeeeee;
    clear: both;
}
.footer.scale{
    display: none;
}
.footer a{
    color: #333333;
}
.system-div input{
    border: 1px solid #DBDBDB;
    padding:0 2px;
}
.system-div input[type='file']{
    line-height: 24px;
    float: left;
    height: 30px;
}
label.radio-inline{
    line-height: 20px;
}
/*********************
***表格统一样式设置***
**********************/
.table-base{
    margin-bottom: 0!important;
	table-layout: fixed;
}
.table-base th{
    font-size: 14px;
}
#myForm .table-base th:first-child{
    color: #444;
    text-align: right;
    width: 160px;
}
#myForm .table-base th:nth-child(2){
    text-align: left;
    padding-left: 50px;
}
.table-base td{
    font-size: 12px;
    color: #777;
    line-height: 30px !important;
    height: 30px !important;
}
form .table-base td:first-child{
    color: #666;
    width: 120px;
    text-align: right;
}
#myForm .table-base td:nth-child(2){
	width: 800px;
}
form .table-base td input[type='text'],
form .table-base td input[type='file'],
form .table-base td input[type='password']
{
    display: inline;
    width: 240px;
    *width: 230px;
    border: 1px solid #DBDBDB;
    background-color: #FFF;
    padding: 4px 5px;
    color: #000;
    font-size: 12px;
    height: 30px;
    *height: 22px;
}
form .table-base td select{
    padding: 4px 5px;
    border: 1px solid #DBDBDB;
    height: 30px;
    /***/
    /*height: 22px;*/
    /*width: 240px;*/
    /***/
    width: 230px;
    color: #000;
}
form .table-base td label.radio-inline{
    height: 30px;
    line-height: 20px;
    padding-top: 3px;
}
form .table-base textarea{
    width: 240px;
    line-height: 20px;
    padding: 4px 5px;
    border: 1px solid #DBDBDB;
}
/**列表表格样式**/
#list-table th,#list-table td{
    text-align: center;
}
#list-table tr.no-read-record td{
    color: #DF2828;
    font-weight: 600;
}
#list-table td a{
    margin: 0 4px 4px 4px;

}
#list-table td  img{
	max-width:100%;
}
.modal-dialog .modal-body{
    min-height: 100px;
    max-height: 440px;
    overflow-y: auto;
}
#page-selection li.disabled a{
	color:#DA1919;
}

/************************
***nav.html页面css样式***
************************/
.right-section .nav-div table tr td:first-child{
    text-align: left;
    width: 100px;
}
.right-section .nav-div tr.first-rank td{
    color: #c00;
}
.right-section .nav-div tr.second-rank td{
    color: #666666;
}
.right-section .nav-div tr.third-rank td{
    color: #5cb85c;
}
.right-section .nav-div tr td:last-child{
    width: 200px;
}
/************************
***editNav.html页面css样式***
************************/
.right-section .editNav-div td:first-child,
.right-section .addNav-div td:first-child{
    text-align: right;
}
/************************
***productList.html页面css样式***
************************/
.right-section .productList th{
    text-align: center;
}
.must-tag{
    color: #c00;
    font-weight: bold;
}
label.error{
    color: #c00;
}

/********大转盘样式**********/
.right-section .pool{
    padding: 5px 0;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
}
.right-section .pool .numbers{
    color: #ffffff;
    display: inline-block;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 15px;
    background-color: #FF5C00;
}
.right-section .pool-config  .condition{
    height: 24px;
    line-height: 24px;
    margin: 0 2px;
}
.right-section .pool-config .number{
    display: inline-block;
    height: 24px;
    width: 24px;
    font-size: 14px;
    line-height: 24px;
    background-color: red;
    border-radius: 15px;
    text-align: center;
    color: #fff;
}
/******弹框样式*******/
.notify-wrap{
	width:220px;
	border:1px solid #ccc;
	height:150px;
	position:fixed;
	right:0;
	bottom:0;
	display:none;
	background:rgba(255,255,255,0.8);
}
.notify-wrap .notify-title{
	line-height:25px;
	border-bottom:1px solid #e4e0e0;
	padding:4px 8px 0px 8px;
}
.notify-wrap .notify-title .notify-off{
	float:right;
	text-align:center;
	display:inline-block;
	width:25px;
	cursor:pointer;
}
.notify-wrap .notify-title .notify-off i{
	font-size:14px;
}
.notify-wrap .notify-content{
	padding:4px 8px 0px 8px;
	height:86px;
	text-indent:2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.notify-wrap .notify-bottom{
	float:right;
	padding:4px 8px 0 0;
	line-height:30px;
}
/**************返回顶部*******************/
.bottom-fixed{
    position:fixed;
    z-index:500;
    bottom:45px;
    width:65px;
    height:65px;
    cursor:pointer
}
.bottom-fixed .bottom-icon{
    width:50px;
    height:50px;
    color:#fff;
    text-align: center;
    line-height: 50px;
    border-radius:50%;
}
.bottom-fixed .bottom-icon .icon{
    font-size:25px;
}
.home-nav .home-icon .icon{
    position:relative;
    top:-3px;
}
.home-nav{
    padding:0 0 15px 15px;
}
.home-nav .home-icon{
    background: rgba(170,170,170,0.5);
    display:inline-block;
}
.cart-nav{
    padding:0 0 15px 15px;
}
.cart-nav .cart-icon{
    background-color: #C71804;
    display:inline-block;
}
.cart-nav .cart-icon .cart-goods-num{
    position:absolute;
    padding:5px;
    border-radius:50%;
    font-size:12px;
    background-color: #000;
    line-height:12px;
}
.up-nav{
    padding:0 15px 15px 0;
    right:0;
    display:none;
}
.up-nav .up-icon{
    background: rgba(170,170,170,0.5);
}
/*layui*/
.layui-form-select{
    width: 240px;
}
#paging-mode{
    display: none;
}
/*layer*/
.content .right-section.layer{
    top: 0 !important;
    left: 0 !important;
    margin: 0;
}
#frame-content {
    height: 100%;
}
.layer .inner-section{
    padding: 0 0px 0 0px !important;
}
*::-webkit-scrollbar {
    display: none;
}
.sub-menu-item.active{
    background: rgba(0,0,0,1) !important;
    color: #1E9FFF !important;
}
/*历史菜单*/
.menu-history{
    padding: 5px 10px;
    line-height: 30px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 0 3px 0 rgb(0 0 0 / 4%);
}
.menu-history .menu-left{
    float: left;
}
.menu-history .menu-right{
    float: right;
}
.menu-left .his-menu {
    white-space: nowrap;
    height: 30px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.menu-left .his-menu a {
    display: block;
    line-height: 20px;
    margin-left: 0px;
    color: #9E9E9E;
    padding: 3px 20px 3px 14px;
    border-radius: 3px;
    letter-spacing: 2px;
    text-decoration: none;
    border: 1px solid #EEE;
    font-size: 12px;
}
.menu-left .his-menu .active a{
    background: #1E9FFF;
    color: #FFF;
    border: 1px solid #1E9FFF;
}
.his-menu span {
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
}

.his-menu span .cancel-menu {
    position: absolute;
    top: 0px;
    right: 3px;
    color: #ccc;
    font-size: 14px;
    width: 16px;
}
.his-menu span .cancel-menu:hover{
    color: #1E9FFF;
}
.his-menu .active .cancel-menu{
    color: #FFF;
    width: 16px;
}
.his-menu .active .cancel-menu:hover{
    color: #FFF;
}
.menu-left .his-menu .first-tab a{
    padding: 3px 10px;
}
.menu-left .his-menu .close-tab i{
    font-size: 12px;
}
/*关闭tab*/
.menu-right .close-tab{
    display: inline-block;
    cursor: pointer;
    color: #666;
}
.menu-right .close-tab .dropdown-menu{
    left: unset;
    right: 10px;
    min-width: 100px;
}
.menu-right .close-tab .dropdown-menu a{
    margin-left: 0px;
}
#frame-content body{
    background: #FFF !important;
}
.inner-section .add-div{
    padding: 5px 15px;
}
/*搜索区域 和 操作区域*/
.list-title
{    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.list-title-panel .layui-input{
    height: 30px;
    line-height: 30px;
}
.list-title-panel .layui-form-select{
    width: 190px;
}
.layui-form-item .layui-input-inline{
    margin-right: 0;
}
.layui-btn-sm,
.layui-btn-xs{
    line-height: normal !important;
}