/*common*/
button{
	background: none;
	border: none;
}

input, textarea {
    outline: none;
    border: none;
}
/*new_cms*/
.warp{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: #f4f4f4;
}
.warp-box{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: white;
}
/*顶部按钮*/
.top-l{
	flex: 0 0 auto;
}
.top-r{
	flex: 0 0 auto;
	margin-left: auto;
}
.add-button{
	padding: 6px 10px;
	border-radius: 5px;
	background: #87b87f;
	display: flex;
	transition: 0.6s ease;
	margin-right: 10px;
}
.add-button:hover{
	background: #009688;
}
/*顶部搜索*/
.search-warp{
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	padding: 10px;
	box-sizing: border-box;
	background: #fbfbfb;
}
.search-box{
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}
.search-list{
	flex: 0 0 auto;
	/*width: 25%;*/
	display: flex;
	align-items: center;
}
.search-submit{
	width: 100%;
	display: flex;
}
.search-icon{
	flex: 0 0 auto;
	font-size: 14px;
	color: #656565;
}
.search-input{
	flex: auto;
}
.input-warp{
	width: 100%;
	height: 40px;
	padding:3px 10px;
	box-sizing: border-box;
}
.input-warp input,.input-warp select{
	width: 100%;
	height: 100%;
	border-color: #e6e6e6;
}
/*提交按钮样式*/
.sub-list{
	flex: 0 0 auto;
	padding: 6px 10px;
	border-radius: 5px;
	background: #87b87f;
	display: flex;
	transition: 0.6s ease;
	margin-right: 10px;
}
.sub-button{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: white;
	cursor: pointer;
	
}
.sub-button i{
	margin-right: 5px;
	color: white;
}
.sub-list:hover{
	background: #009688;
}
/*页码样式*/
.page-warp{
	width: 100%;
	margin-top: 10px;
}
/*主体*/
.bulk{
	width: 100%;
	margin-top: 10px;
}
.layui-table tbody tr:hover,.layui-table-hover{
	background: #7fbcea;
}
/*addpage*/
.addPage{
	width: 60%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.addPage-list{
	flex: 0 0 auto;
	width:100%;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	border-bottom: 1px solid #EBEEF5;
}
.addPage-l{
	height: 40px;
	flex: 0 0 auto;
	font-size: 14px;
	color: #656565;
	padding: 0px 10px;
	box-sizing: border-box;
	background: #EBEEF5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.addPage-r{
	flex: auto;
	padding: 0px 10px;
	box-sizing: border-box;
}
.addPage-r .input-warp{
	padding: 0;
}
.addPage-r .input-warp select{
	border-color: #fff;
}
.addPage-r .layui-input{
	border-color: #fff !important;
}
/*按钮颜色*/
.addcolor{
	background: #99CCCC;
}
.loadcolor{
	background: #FFCC99;
}
.subcolor{
	background: #003366;
}
/*搜索*/
.inputstyle{
	height: 100%;
}
.inputBox{
	border: 1px solid #eaeaea;
}
.searchNew{
	height: 40px;
	margin-left: 10px;
}
.searchNew .add-button{
	height: 40px;
	padding: 0px 10px;
	box-sizing: border-box;
}
.tx_img{
	width: 40px;
	height: 40px;
	margin: 0 !important;
}
.onload_img{
	width: 40px;
	height: 40px;
	position: relative;
	border: none;
	border-radius: 0;
	box-shadow:none
}
.onload_img img{
	width: 100%;
	height: 100%;
}
.fc-upload-cover{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}
.ulcolor{
	background: #eaeaea;
}
.layui-this::after{
	border-bottom-color:#003366 !important;
}
.bgleft{
	background: #EBEEF5;
	text-align: center;
}
.addPage-r .input-warp .layui-select-title{
	height: 40px;
}
.warp-box .layui-tab-content{
	padding:10px 0px;
}
.imgUp{
	margin: 0px 0px 10px 0px;
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset;}
.layui-layer-content{
	overflow-x: hidden;
}
.imgUp .fc-upload-cover{
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	transition: opacity .3s;
}
.imgUp .fc-upload-cover i{
	color: #fff;
	    font-size: 20px;
	    cursor: pointer;
	    margin: 0 2px;
}
.input-warp xm-select{
	border: none;
}
.sortPage{
	display: flex;
	flex-wrap: wrap;
}
.sortPage .addPage-list{
	flex: 0 0 auto;
	width: 50%;
}
.inputBox xm-select{
	min-height: 30px;
	line-height: 30px;
}