body{
	font-family: "microsoft yahei";
}
.login-c{
	background: url(../images/login_bbg.png) no-repeat center;
}
.class-tit{
	padding-top: 20px;
	line-height: 60px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.in-name{
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
.n-input-box{
	margin-top: 20px;
	padding: 10px 20px;
	font-size: 0px;
	text-align: center;
}
.input-n{
	display: inline-block;
	margin-right: 10px;
	font-size: 0px;
	color: #fff;
}
.input-n label{
	display: inline-block;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
}
.input-n input{
	display: inherit;
	width: 124px;
	padding: 5px;
    line-height: 20px;
    border: 1px solid #fff;
    border-radius: 2px;
	background: #fff;
	color: #333;
	font-size: 14px;
}
.find-nb{
	display: inline-block;
	margin-top: -11px;
	width: 70px;
	height: 32px;
	line-height: 32px;
	background-color: #00caff;
	border-radius: 2px;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.find-nb:hover{
	background-color: #04adda;
}
.infor-tab{
	margin: 20px auto 0px;
	width: 645px;
	background-color: #fff;
}
.table-details{
	width: 100%;
	border-radius: 3px;
	font-size: 14px;
}
.table-details th,
.table-details td{
	padding: 7px 30px;
	text-align: left;
}
.table-details th{
	color: #333;
	font-weight: bold;
}
.table-details td{
	color: #666;
}
.table-details thead tr{
	background-color: #efefef;
}
.table-details tbody tr{
	background-color: #fff;
}
.table-details tbody tr.even-tr{
	background-color: #efefef;
}
.tip-bottoms{
	margin-top: 20px;
	padding: 0px 107px;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}
.tip-bottoms span{
	color: #e24f51;
}
.no-infor{
	height: 200px;
    line-height: 200px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.yan-new{
	display: inline-block;
	margin-top: -11px;
	margin-left: 10px;
	width: 60px;
	height: 32px;
	vertical-align: middle;
	cursor: pointer;
}
.yan-new img{
	width: 100%;
	height: 100%;
}
