body,html{
	height: 100%;
}
.layui-nav-tree{
	height: 100%;
	padding-top: 60px;
}
.layui-nav{
	background-color: #FFFFFF;
	color:#393D49;
}
.layui-nav-tree .layui-nav-item{
	height: 60px;
	line-height: 60px;
}
.layui-nav-tree .layui-nav-item a{
	height: 60px;
	line-height: 60px;
}
.layui-nav .layui-nav-item a{
	color:#393D49;
}
.layui-nav-tree{
	width: 14%;
	float: left;
	border-right: 1px solid #F5F5F5;
}
.header{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #393D49;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
.index_main{
	width: 86%;
	height: 100%;
	background: #f5f5f5;
	float: right;
	padding-top: 60px;
	overflow: auto;
}
.header .logo{
	float: left;
	margin-left: 20px;
	margin-top: 14px;
}
.header div{
	float: right;
	overflow: hidden;
	margin-right: 20px;
}
.header div a{
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
}
.header div span{
	font-size: 14px;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 0 10px;
}
.header div img{
	float: right;
	width: 36px;
	height: 36px;
	border-radius: 20px;
	margin-top: 12px;
}
@media (min-width: 1200px){
	.container {
	    width: 1200px;
		padding: 0 25px;
	}
}

.container{
	/* height: 200px; */
	margin: 0 auto;
}
.container .title{
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.container .title i{
	width: 15px;
	height: 15px;
	background-color: #393D49;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	margin-top: 32px;
}
.container .search{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 6px;
	height: 125px;
}
.container .search ul{
	overflow: hidden;
	padding-top: 20px;
}
.container .search ul li{
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.container .search ul li label{
	text-align: center;
	width: 100px;
	height: 27px;
	line-height: 27px;
	display: inline-block;
}
.container .search ul li input{
	width: 232px;
	height: 40px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	padding-left: 10px;
}
.container .search ul li select{
	width: 232px;
	height: 40px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	padding-left: 10px;
}
.container .search ul li option{
	height: 40px;
}
.container .search ul li select:focus{
	border: 1px solid #393D49;
}
.container .search ul li input:focus{
	border: 1px solid #393D49;
}
.container .search ul button{
	width: 70px;
	height: 40px;
	background-color: #66b1ff;
	color: #FFFFFF;
	border-radius: 6px;
	font-size: 14px;
	border: none;
	outline: none;
	float: left;
	margin-left: 30px;
}
.indexList{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 6px;
	
	margin-top: 20px;
	padding: 0 10px;
}

.indexList .head{
	width: 100%;
	height: 48px;
	line-height: 48px;
}
.indexList .head li{
	float: left;
	padding: 0 20px;
}
.firstFloor{
	overflow: hidden;
}
.firstFloor table{
	width: 100%;
}
table,tbody{
	width: 100%;
	text-align: center;
}
#fenYe{
	text-align: center;
	margin: 10px 0;
}
.indexList tr{
	border-bottom: 1px solid #CCCCCC;
}
.indexList th{
	height: 48px;
	color: #909399;
}
.indexList td{
	height: 94px;	
	color: #606266;
}
.indexList td:nth-child(4){
	max-width: 67px;
}
.indexList td button{
	border: 1px solid #b3d8ff;
	background-color: #ecf5ff;
	color: #409eff;
	padding: 4px 8px;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
}
.indexList td a{
	border: 1px solid #b3d8ff;
	background-color: #ecf5ff;
	color: #409eff;
	padding: 4px 8px;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	margin: 0 4px;
}
.indexList td button:hover{
	border: 1px solid #409eff;
	background-color: #409eff;
	color: #FFFFFF;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #409eff;
}
.indexOverlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	display: none;
}
.onlineService{
	width: 1000px;
	height: 680px;
	background: #FFFFff;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.onlineService .title{
	line-height: 24px;
	font-size: 18px;
	color: #303133;
	text-align: center;
	padding: 20px 20px 10px;
}
.onlineService .close{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.onlineService .main{
	padding: 25px 25px 30px;
}
.onlineService .main .name{
	padding: 10px;
	text-align: left;
	background: #409eff;
	color: #fff;
}
.onlineService .main ul{
	overflow: hidden;
	margin: 20px 0;
}
.onlineService .main ul li{
	float: left;
	margin-bottom: 10px;
}
.onlineService .main ul li label{
	width: 100px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}
.onlineService .main ul li input{
	width: 200px;
	height: 40px;
	display: inline-block;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	border-radius: 4px;
	font-size: 14px;
}
.onlineService .main ul li input:focus{
	border: 1px solid #000000;
}
.onlineService .main ul li select:focus{
	border: 1px solid #000000;
}
.onlineService .main ul li select{
	width: 200px;
	height: 40px;
	display: inline-block;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	border-radius: 4px;
	color: #666666;
	font-size: 14px;
}
.layui-form-checked[lay-skin=primary] i{
	    background-color: #409eff;
	    border-color: #409eff !important;	
}
.layui-form-label{
	width: 140px;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
	color: #409eff;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
	font-size: 18px;
}
.layui-form-radio>i{
	font-size: 18px;
}
.layui-colorpicker{
	width: 30px;
	height: 36px;
}
.bot_btn{
	text-align: center;
}
.bot_btn button{
	width: 76px;
	height: 40px;
	background: none;
}
.bot_btn button.left{
	border:1px solid #dcdfe6;
	border-radius: 4px;
	color: #333333;
	font-size: 14px;
	margin-right: 20px;
}
.bot_btn button.right{
	border: none;
	border-radius: 4px;
	background: #409eff;
	color: #fff;
	font-size: 14px;
}