
.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 {
	background-color: #fff;
	padding: 15px 12px;
	font-size: 0;
	margin-left: -3.33333%;
	padding-bottom: 3px;
}
.release_up_pic .up_pic .pic_look {
	width: 1.6rem;
	height: 1.6rem;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin-left: 3.3333%;
	margin-bottom: 12px;
	position: relative;
}
.release_up_pic .up_pic .pic_look em {
	position: absolute;
	width: 0.28rem;
	height: 0.28rem;
	font-size: 12px;
	left: -5px;
	top: -5px;
	border-radius: 50%;
	background-image: url(../../image/close.png);
	background-size: 100% 100%;
}
#chose_pic_btn {
	width: 1.6rem;
	height: 1.6rem;
	position: relative;
	display: inline-block;
	background-image: url(../../image/add.png);
	box-sizing: border-box;
	background-size: 30px 30px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #dbdbdb;
	margin-left: 3.3333%;
	margin-bottom: 12px;
}
#chose_pic_btn input {
	position: absolute;
	left: 0px;
	top: 0px;
	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;
}
