.hide{
	visibility: hidden;
}
.page_content{
	width: 90%;
	margin: 10px 5% 10px 5%;
}

.small_title{
	line-height: 40px;
	letter-spacing: 1px;
	font-family: "microsoft yahei";
}
.title_split{
	width: 100%;
	border-top: 1px solid #f4f4f4;
	margin-bottom: 20px;
}

.page_tab{
	display: inline-block;
	border-top: 2px solid #F3F4F6;
	margin-right: 0.3%;
	padding-left: 5px;
	vertical-align: text-top;
}
.page_tab_w1{
	width: 9%;
}
.page_tab_w2{
	width: 19%;
}
.page_tab_w3{
	width: 29%;
}
.page_tab_w4{
	width: 39%;
}
.page_tab_w5{
	width: 49%;
}
.page_tab_w6{
	width: 59%;
}
.page_tab_w7{
	width: 69%;
}
.page_tab_w8{
	width: 79%;
}
.page_tab_w9{
	width: 89%;
}
.page_tab_w10{
	width: 98%;
}

/* 线性进度条 */
.progress{
	width: 80%;
	height: 6px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background-color: #f1f1f1;
	display: inline-block;
}
.progress > .progress_ok{
	height: 6px;
	border-radius: 5px;
	background-color: #195fff;
}
.progress_percent{
	font-size: 12px;
	margin-left: 8px;
	color: #999999;
	display: inline-block;
	width: 30px;
	cursor: default;
}
.progress_text{
	font-size: 12px;
	color: #195fff;
	margin-left: 5px;
	letter-spacing: 1px;
	cursor: pointer;
}
.progress_percent_abs{
	display: block;
	position: relative;
	top: -35px;
	background-color: #616161;
	color: #ffffff;
	padding: 1px 4px;
	width: 30px;
	text-align: center;
}
.progress_percent_absfa{
	position: absolute;
	top: 14px;
	left: 37.5%;
	color: #616161;
	font: normal normal normal 10px/1 FontAwesome;
}