
.release_up_pic .tit {
	padding: 12px;
	font-size: 1.4rem;
	color: #999;
}
.release_up_pic .tit h4 {
	font-weight: normal;
}
.release_up_pic .tit h4 em {
	font-size: 1.1rem;
}
.release_up_pic .up_pic {
	
	
	font-size: 0;
	margin-right:10px;
	padding-bottom: 3px;
	
	
}
.release_up_pic .up_pic .pic_look {
	width: calc((100% - 30px) / 3);
	height: 80px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin-right:10px;
	margin-bottom: 12px;
	position: relative;
}
.release_up_pic .up_pic .pic_look em {
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	background:url(./images/login_close.png) no-repeat center center; background-size: 100% 100%;
	right: 5px;
	top: 5px;

}
#chose_pic_btn {
	width: calc((100% - 30px) / 3);
	height: 80px;
	position: relative;
	display: inline-block;
	background-image: url(images/add.png);
	box-sizing: border-box;
	background-size: 30px 30px;
	background-position: center 12px;
	background-repeat: no-repeat;
	border: 1px solid #dbdbdb;
	margin-right:10px;
	margin-bottom: 12px;
}
#chose_pic_btn input {
	position: absolute;
	left: 0px;
	top: 0px; z-index: 1000;
	opacity: 0;
	width: 100%;
	height: 100%;
}
.release_btn {
	padding: 0 24px;
	margin-top: 70px;
}
.release_btn button {
	width: 100%;
	background-color: #2c87af;
	font-size: 1.4rem;
	color: #fff;
	border: none;
	border-radius: 3px;
	height: 45px;
	outline: none;
}
.release_btn button.none_btn {
	background-color: #f2f2f2;
	color: #2c87af;
	border: 1px solid #2c87af;
	margin-top: 15px;
}
.textBox{ width: 100%; text-align: center; line-height: 24px; font-size: 14px; position: absolute; z-index: 1; bottom: 8px;}