
/*commos*/
.border_box{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.fl{float:left;}.fr{float:right;}.hide{display:none!important;}.show{display: block!important;}
.ellipsis { white-space:nowrap; text-overflow:ellipsis; overflow:hidden}
.break { word-break:break-all; word-wrap:break-word}
.clearfix:after{content:'\0020';display:block;height:0;clear:both}.clearfix{zoom:1}




/*noScript*/
.noScript{margin:10px;text-align:center;background:#adb9c4;color:#fff;display:block; height:40px;line-height:40px}


/* 文件上传  2016.12.11 by 黄修琦 */

.hxq_upload {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -130px 0 0 -222px;
	z-index: 999999;
	width: 445px;
	height: 260px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 #999;
	filter: "progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=0,strength=2)
			 progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=90,strength=2)
			 progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=180,strength=2)
			 progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=270,strength=2)";
}
.hxq_upload_h {
	height: 44px;
	line-height: 44px;
	background: #0d6fb8;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.hxq_upload_h_lt {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 35px;
	font-size: 20px;
	color: #fff;
	background: url(../images/upload_img00.png) no-repeat left center;
}
.hxq_upload_h_rt {
	float: right;
	margin: 0 10px 0 0;
}
.hxq_upload_h_rt em {
	display: block;
	width: 20px;
	height: 44px;
	background: url(../images/upload_img01.png) no-repeat center;
	cursor: pointer;
}
.hxq_upload_h_rt em:hover {
	background: url(../images/upload_img02.png) no-repeat center;
}
.hxq_upload_b {
	padding: 38px 0 0 0;
	width: 410px;
	margin: 0 auto;
}
.hxq_upload_b_lt {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 0 0 0;
	width: 139px;
	height: 141px;
	background: url(../images/upload_img03.png) no-repeat center;
	cursor: pointer;
}
.hxq_upload_b_lt:hover {
	background: url(../images/upload_img04.png) no-repeat center;
}
.hxq_upload_b_lt_txt {
	position: absolute;
	top: 40px;
	left: 5%;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}
.hxq_upload_b_rt {
	float: right;
	width: 240px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.hxq_upload_filename {
	height: 30px;
	padding: 5px 0 0 0;
	white-space: nowrap;
}
.hxq_upload_message {
	position: relative;
	margin: 15px 0 0 0;
	height: 50px;
}
.hxq_upload_process {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #999;
}
.hxq_upload_process span {
	position: relative;
	overflow: hidden;
	display: block;
	width: 45%;
	height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #08da9d;
}
.hxq_upload_waring {
	padding: 0 0 0 25px;
	background: url(../images/upload_img05.png) no-repeat left center;
}
.hxq_upload_error {
	padding: 0 0 0 25px;
	color: red;
	background: url(../images/upload_img06.png) no-repeat left center;
}
.hxq_upload_success {
	padding: 0 0 0 25px;
	background: url(../images/upload_img07.png) no-repeat left center;
}
.hxq_upload_submitbtn {


}
.hxq_upload_submitbtn a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #08da9d;
	border-radius: 5px;
}
.hxq_upload_submitbtn a:hover {
	background: #00b5fa;
}
.hxq_upload_submitbtn a.disable1 {
	background: #999;
	cursor: not-allowed;
}
.hxq_upload_submitbtn a.disable2 {
	background: #00b5fa;
	cursor: not-allowed;
}
.webuploader-pick {
	height: 100%;
}
.hxq_upload_b_lt input {
	display: none;
}
.webuploader-dnd-over {
	background: url(../images/upload_img04.png) no-repeat center !important;
}
/* 文件上传  2016.12.11 by 黄修琦 */
