.pagenums{height: 30px;line-height: 30px;color: #666666;font-size: 14px;}
    
.pagenums span{color: #ff8000;padding-left: 2px;padding-right: 2px;}

.numstitle{height: 30px;line-height: 30px;font-size: 18px;}

.numscontent{font-size: 13px;color: #444444;line-height: 25px;}

.wxz{padding-left: 10px;padding-right: 10px;padding-bottom: 8px;
    padding-top: 8px;border: 1px #e5e5e5 solid;font-size: 13px;
    color: #1024EE;cursor: pointer;text-decoration:none;}
    
.wxznf{margin-left:3px;}

.wbnpage{border: 1px #f1f1f1 solid;color: #444444;font-weight: bold;
        cursor:default;}

.wbover{border: 1px #e0e0e0 solid;color: #444444;background-color: #f5f5f5;}

.inputbox{width: 400px;height: 30px;border: 1px #E5E5E5 solid;
        overflow: hidden;float: left;}

.inputbox input{width: 400px;border: 0px;height: 30px;padding-left: 10px;}

.wbbutton{width: 60px;height: 30px;border: 1px #E5E5E5 solid;float: left;
        margin-left:5px;cursor: pointer;line-height: 30px;font-size: 14px;
        color: #ffffff;text-align: center;background-color: #19b955;}
    
.slh{padding-bottom: 8px;padding-top: 8px;font-size: 13px;color: #666666;}

.wbperbg{
		position: absolute;
		left: 0px;
		top: 0px;
		height: 37px;
		line-height:37px;
		width: 0%;
		background-color: #5FB878;
		border-radius: 2px;
		text-align: right;
		z-index: 9999;
		display: none;

}
.wbpernums{
	color: #ffffff;
	font-weight: bold;
	padding-right: 10px;
	font-size: 14px;
}

.wbtitlebox{
	float: left;
	height: 30px;
	line-height: 30px;
}
.wbperbox{
	float: left;
	width: 300px;
	height: 30px;
	border: 1px #cccccc solid;
	margin-left: 10px;
	line-height: 30px;
	padding-left: 10px;
}
.wbupfilebutton{
	float: left;
	width: 100px;
	height: 30px;
	font-size: 14px;
	color: #444444;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
	border: 1px #cccccc solid;
	background-color: #e1e1e1;
}

.tipsbox{
	position: absolute;
	width: 600px;
	height: 75px;
	left:100px;
	bottom:-120px;
	background-color:#ffffff;
	border: 1px #cccccc solid;
	padding: 10px;
	overflow: hidden;
	display: none;
	z-index: 999;
}
.tipstitle{
	font-size: 13px;
	color: #333333;
	height: 25px;
	font-family:"微软雅黑";
	width: 65px;
	text-align: right;
	font-weight: bold;
}
.tipscontent{
	font-size: 13px;
	color: #666666;
	height: 25px;
	font-family:"微软雅黑";
	width: 235px;
}