body {
/* 	background: #EEF3FA; */
padding:0;margin:0;
font-size:16px;
}

* {
	font-family: '微软雅黑';
}

.page-content {
	width: 1080px;
	margin: auto;
	background: #fff;
}

.top-bar {
	height: 96px;
	position: fixed;
	top: 0;
	width: 1080px;
	z-index: 999;
	background: #EBEBEB;
}

.top-bar .log {
	width: 280px;
	position:absolute;
	top:0px;left:2px;
	height: 100%;
	padding-left:5px;
	line-height: 96px;
	white-space: nowrap;
}

.top-bar .top-btns {
	width: 280px;
	height: 100%;
	position:absolute;
	top:0px;left:2px;
	padding-top: 20px;
}

.top-bar .top-btns .btn {
	width: 100px;
	height:50px;
	font-size:18px;
	line-height:50px;
	padding:0;text-align:center;
	margin-left: 15px;
}

.top-bar .top-btns .btn span {
	margin-right: 5px;
}

.top-bar .title {
	height: 100%;
	width:100%;
	text-align:center;
	top:0;left:40%; 
	text-align:center;
	height:96px;
	line-height: 96px;
	font-size: 42px;
	fong-weight: bold;
	 
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	vertical-align:middle;
}

.table thead tr td {
	background-color: #F2F2F2;
	font-size:16px;
	text-align:center;
}

.table tbody tr td {
	background-color: #F9F9F9;
	text-align:center;
}

.table tbody tr td>a {
	text-decoration: underline;
	color: #6383A9;
}

.pager-bar,.pro-pager-bar{
	float: left;
	width: 100%;
	text-align: right;
}
.pager-bar .plan,.pro-pager-bar .plan{
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.pager-bar .plan .btn,.pro-pager-bar .plan .btn{
	line-height: 20px;
	text-align: center;
	margin: 0 5px;
	font-family: arial;
}

.close_system{
	position:fixed;
	top:0;
	left:0;
	z-index:100000;
	background:rgba(0,0,0,.3);
	width:100%;
	height:100%;
}
.close_system a{
	display:block;
	width:100px;
	height:100px;
	text-align:center;
	line-height:100px;
	border-radius:50%;
	background:#fff;
	margin:0 auto;
	margin-bottom:30px;
	z-index:100001;
	text-decoration:none;
}
.close_system a:hover,.close_system a:active{
	background:#c9302c;
	color:#fff;
}
.btn_box{
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-130px;
}
.close_system .close_dialog{
	width:30px;
	height:30px;
	line-height:30px;
	position:fixed;
	top:30px;
	right:30px;
}