@CHARSET "UTF-8";
.layui-foot-bottom {
	background-color:#f2f2f2;
	position:fixed;
	bottom:0;
	width:100%;
	line-height:45px;
	margin-bottom:0px!important;
	text-align:center;
	border-top: 1px;
	border-color: #666666!important;
	z-index:99999;
}
.layui-top-fixed{
	position:fixed;
	top:0;
	z-index:99999;
	width:100%;
}
.content-fixed {
	margin-bottom:25px;
	margin-top:35px;
}
.picList {
	float: left;
	margin: 0 5px;
}
.layui-form-checkbox i{
	height:30px;
}
.picList img{width:84px;height:84px; padding: 3px; background-color: #FFF;}
.picItem {display: inline-block;position: relative;}
.picItem .delete{position: absolute;top: 0px;right:0px; width:84px;height:84px;display: none; background-color:rgba(0,0,0,1);opacity:0.5;filter:alpha(opacity=50);}
.picAdd {width:84px;height:84px;background-color: #FFF;padding:3px 3px 0 0;text-align: center;}
.picAdd p{font-size: 12px;line-height:22px;color:#333;}
.picAdd .tips{font-size: 10px;margin-top: 5px;color: red;}
.picAdd img{width:38px;height:38px;}
.picList a{cursor: pointer;}
.picAdd a{cursor: pointer;}
#autoSaveTips {text-indent:8px; float:left;color:#5FB878;position:fixed;display:none;}
#autoSaveTips i {color: #ed5565;}