.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}
input,textarea{
	outline:none
} 
.fl {
	float: left
}

.fr {
	float: right;
}

.pa {
	position: absolute;
}

.pr {
	position: relative;
}

.pop_window{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.pop_bj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #000;
	opacity: 0.3;
}

.pop_cen{
	width: 550px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -215px 0 0 -265px;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
}


.pop_til{
	width: 100%;
	height: 30px;
	padding: 10px 0 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.pop_til_s1{
	font:16px/30px "微软雅黑";
	color: #555;
}
.pop_til_s2{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ddd;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #555;
	text-align: center;
	margin-top: -15px;
	transition: all 0.4s; 
	-ms-transition:all 0.4s;  	/* IE 9 */
	-moz-transition:all 0.4s;  	/* Firefox */
	-webkit-transition:all 0.4s; /* Safari 和 Chrome */
	-o-transition:all 0.4s; 
}
.pop_til_s2:hover{
	color: #fff;
	background-color: #009ee5;
	cursor: pointer;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 
}
.pop_down{
	width: 100%;
	
}
.pop_down_p{
	width: 100%;
	margin-bottom: 10px;
}
.pop_down_p label{
	width: 100px;
	margin-left: 30px;
	height: 30px;
	text-align: right;
	font:14px/30px "微软雅黑";
	color: #555;
	margin-right: 10px;
}
.pop_down_p label span{
	color: #F7775F;
}
.pop_down_p textarea{
	width: 330px;
	height: 90px;
	max-width: 330px;
	max-height: 90px;
	padding: 5px 10px;
	font:14px/30px "微软雅黑";
	color: #555;
	border-radius: 3px;
}


.pop_down_span{
	width: 120px;
	height: 100px;
	top: 0px;
	right: 0px;
	font:12px/20px "微软雅黑";
	color: #F7775F;
}
.up_img{
	width: 100px;
	height: 30px;
	opacity: 0;
	cursor: pointer;
	font-size: 0px;
}
.file_span{
	width: 100px;
	height: 30px;
	background-color:#168fe7;
	border-radius: 5px;
	font:16px/30px "微软雅黑";
	color: #fff;
	text-align: center;
}
#imgShow_WU_FILE_0{
	margin-left: 110px;
}


.pop_down_p .inp_video{
	width: 336px;
	height: 26px;
	padding: 0 5px;
	font:14px/26px "微软雅黑";
	color: #555;
}
.pop_down .sub{
	width: 120px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #009ee5;
	color: #F7775F;
	border-radius: 5px;
	font:16px/26px "微软雅黑";
	display: block;
	margin: 20px auto 0;
	background-color:#009ee5; 
	color: #fff;
}
.pop_down .sub:hover{
	cursor: pointer;
}







