body .custom-class{
	border:5px solid #e9e4e4;
	background:#fff;
	border-radius:5px;
}
body .custom-class .layui-layer-title{
	background:#fbfbfb;
	border:none;
	border-radius:0px;
	color:#ff925b;
}
body .custom-class .layui-layer-setwin a{
	display:inline-block;
	position: relative;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	font-size: 12px;
	margin-top: -5px;
} 
body .custom-class .layui-layer-setwin .layui-layer-close1{
	background:url(close.png) no-repeat;
}