.fill_item {
	padding-bottom: 20px;
}
.submit_issue {
	background: #00AEFF;
	color: #fff;
	border-radius: 5px;
	display: block;
	width: 151px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.submit_issue:hover {
	color: #fff;
	background: #1AB6FF;
}
.alert_pop {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
	height: 180px;
	left: 50%;
	margin: -90px 0 0 -190px;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 380px;
	z-index: 1000;
}
.alert_pop p {
	font-size: 14px;
	line-height: 18px;
	padding: 35px 0;
}
.alert_btn {
	background: #00aeff none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 100px;
}
.alert_btn:hover {
	color: #fff;
	opacity: 0.9;
}
.topic_pic {
	position: relative;
}
.topic_pic div.imgList {
	display: inline-block;
	position: relative;
	border: 2px solid #DCDCDC;
	width: 92px;
	height: 92px;
	margin-right: 30px;
	margin-bottom: 20px;
	border-style: dashed;
	margin-top: 10px;
}
.imgList .pic {
	position: absolute;
    top: 30px;
    left: 30px;
    width: 32px;
    height: 32px;
}
.imgList .loading {
	position: absolute;
	top: 0px;
	line-height: 120px;
	background: #000;
	opacity: 0.4;
}
.imgList .loading img {
	position: absolute;
	top: 23px;
	left: 35px;
}
.imgList .close {
	position: absolute;
	right: -27px;
	top: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	background: #0078D9;
	color: #fff;
	z-index: 1;
	padding-top: 0;
}