*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
html{
	height:100%;
	width:100%;
	overflow:auto;
	}
body{
	height:100%;
	width:100%;
	color:#333333;
	font-family:"Microsoft YaHei","宋体";
	font-size:14px;
	background-color:#ffffff;
	overflow:auto;
	}
input,select{
	font-family:"Microsoft YaHei","宋体";
	font-size:12px;
	-webkit-user-select:auto;
	outline:none;
	}
li{
	list-style:none;
	float:none;
	}
a{
	text-decoration:none;
	cursor:pointer;
	}
img{
	border:0;
	}
table{
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	}
.clearfix:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	}
::-webkit-input-placeholder{
	color: #999;
    }
:-moz-placeholder{
	color: #999;
	}
::-moz-placeholder{
	color: #999;
	}
:-ms-input-placeholder{
	color: #999;
	}


.tab-bar{
	border-bottom:1px solid #ececec;
	padding:0px 10px 0px 10px;
	background-color:#ffffff;
	overflow:hidden;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	}
.tab-bar a{
	padding:15px 10px 18px 10px;
	display:block;
	float:left;
	margin-left:20px;
	margin-right:20px;
	color:#999999;
	position:relative;
	}
.tab-bar a.active{
	color:#000000;
	}
.tab-line{
	display:none;
	position:absolute;
	bottom:0px;
	height:3px;
	border-radius:10px;
	width:40px;
	background-color:#5a5aba;
	left:50%;
	margin-left:-20px;
	}
.tab-bar a.active .tab-line{
	display:block;
	}



.wrap{
	height:100%;
	padding:72px 20px 20px 20px;
	background-color:#f5f6fb;
	position:relative;
	overflow:hidden;
	overflow-y:auto;
	}
.main{
	}


.btn-bar{
	background-color:#ffffff;
	overflow:hidden;
	padding:10px 0px 10px 10px;
	}
.btn-bar a{
	display:block;
	float:left;
	background-color:#56c441;
	color:#ffffff;
	padding:0px 15px;
	height:34px;
	line-height:34px;
	margin-right:10px;
	border-radius:3px;
	}
.btn-bar-right{
	float:right;
	}
.search-input{
	float:left;
	height:34px;
	border-radius:3px;
	border:1px solid #dddddd;
	margin-right:10px;
	width:250px;
	padding:0px 8px;
	}
.screen-wrap{
	border-top:1px solid #ececec;
	background-color:#ffffff;
	padding:0px 20px;
	display:none;
	}
.screen-wrap.active{
	display:block;
	}
.screen-main{
	border-bottom:1px dashed #ececec;
	padding:15px 20px 5px 80px;
	position:relative;
	overflow:hidden;
	}
.screen-main span{
	display:block;
	width:66px;
	text-align:right;
	position:absolute;
	left:10px;
	line-height:30px;
	font-size:13px;
	color:#999999;
	}
.screen-main a{
	display:block;
	float:left;
	font-family:Arial, "微软雅黑", "宋体";
	height:30px;
	padding:0px 10px;
	border:1px solid #ececec;
	line-height:30px;
	margin-right:10px;
	margin-bottom:10px;
	border-radius:3px;
	font-size:13px;
	color:#000000;
	}
.screen-main a.active{
	background-color:#00aeef;
	color:#ffffff;
	border:1px solid #00aeef;
	}
.screen-main:last-child{
	border-bottom:0px;
	}

.table-wrap table{
	margin-top:15px;
	}
.table-wrap table tr th{
	background-color:#ffffff;
	color:#999999;
	font-weight:normal;
	padding:15px 0px;
	line-height:24px;
	}
.table-wrap table tr td{
	background-color:#f8f7fc;
	color:#000000;
	font-weight:normal;
	text-align:center;
	padding:15px 8px;
	text-align:center;
	line-height:24px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	}
.table-wrap table tr td a{
	color:#000000;
	}
.table-wrap table tr:nth-child(2n) td{
	background-color:#f8f7fc;
	}
.table-wrap table tr:nth-child(2n+1) td{
	background-color:#ffffff;
	}
.table-wrap table tr td a:hover{
	text-decoration:underline;
	color:#ce17eb;
	}
.table-wrap table tr td a.cz-btn{
	display:inline-block;
	line-height:24px;
	margin-right:18px;
	color:#666666;
	}
.table-wrap table tr td a.cz-btn:last-child{
	margin-right:0px;
	}
.table-wrap table tr td a.cz-btn:hover{
	color:#136ffa;
	text-decoration:underline;
	}
.table-wrap table tr td a.cz-btn img{
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-top:-2px;
	margin-right:5px;
	}
.page-wrap{
	border-top:1px solid #ececec;
	color:#000000;
	font-weight:normal;
	text-align:center;
	padding:15px 0px;
	text-align:center;
	line-height:24px;
	overflow:hidden;
	background-color:#ffffff;
	}
	
.page-align{
	margin-right:10px;
	float:right;
	}

.page-align p{
	float:left;
	margin-right:15px;
	}
.page-align p span{
	color:#ff0000;
	}
.page-align a{
	display:block;
	float:left;
	margin-right:15px;
	}
.page-align a.active{
	color:#136ffa;
	text-decoration:underline;
	}









