body{
	background: url(../images/bg.jpg) center bottom no-repeat;
	background-size: 100% auto;
	position: relative;
	/*min-height: 990px;*/
}
.header{
	height: 65px;
	line-height: 65px;
	padding: 20px 30px 25px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.line{
	margin-bottom: 40px;
	line-height: 0;
	font-size: 0;
}
.line-name{
	color: #333;
	font-size: 28px;
	line-height: 64px;
	/*margin-right: 35px;*/
	display: inline-block;
	vertical-align: middle;
}
.line-inp{
	outline: 0 none;
	border: 1px solid #dedede;
	line-height: 30px;
	height: 30px;
	padding: 17px 30px;
	font-size: 28px;
	width: 420px;
	vertical-align: middle;
	border-radius: 15px;
}
.contain{
	padding: 50px 25px 0;
}
.btn{
	margin: 40px auto 60px;
	width: 689px;
	height: 80px;
	background: url(../images/btn.png);
	background-size: 100% 100%;
}
.foot{
	/*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;*/
	margin: 0 25px;
	padding: 12px 0 35px;
	background: url(../images/shou_line.png) top center no-repeat;
	background-size: 100% auto;
}
.foot-title{
	padding-top: 30px;
}
.foot-icon{
	width: 109px;
	height: 38px;
	margin-bottom: 20px;
	display: inline-block;
	background: url(../images/say.png);
	background-size: 100% 100%;
}
.foot-info{
	line-height: 45px;
	font-size: 24px;
	color: #333333;
}

.result{
	display: none;
	
}
.res-part{
	min-height: 520px;
}
.res-head{
	height: 57px;
	line-height: 57px;
	color: #474747;
	font-size: 24px;
	text-align: center;
	background: url(../images/bian.jpg) no-repeat;
	background-size: 100% 100%;
}
.res-line{
	line-height: 75px;
	font-size: 28px;
	color: #333333;
}
.res-info{
	padding: 0 20px;
}
.res-info2{
	padding: 0 20px 0 72px;
}
.res-info2 .res-num{
	width: 33%;
	margin-left: 5%;
	text-align: center;
}
.res-info2 .col2{
	color: #333333;
}
.res-num{
	float: right;
	color: #0082b6;
}

.header-tab{
	font-size: 30px;
	color: #6db0d6;
	display: inline-block;
	width:  298px;
	height: 65px;
	line-height: 65px;
	background: url(../images/nbtn.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.tab-act{
	color: #fff;
	background: url(../images/dnf.png) center no-repeat;
	background-size: 100% auto;
}
.piont{
	margin: 0 20px 0 35px;
	width: 15px;
	height: 15px;
	background: #c8e8f8;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.num-part{
	font-size: 28px;
	color: #333333;
	line-height: 36px;
	display: inline-block;
	vertical-align: middle;
}
.grade{
	padding: 5px 10px;
	width: 80px;
	margin-right: 15px;
	border: 1px solid #dedede;
	border-radius: 8px;
	outline: 0 none;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
}
@media (max-width: 720px) {
	.header{
		height: 32px;
		line-height: 32px;
		padding: 10px 15px 12px;
	}
	.line{
		margin-bottom: 20px;
	}
	.line-name{
		font-size: 14px;
		line-height: 32px;
	}
	.line-inp{
		line-height: 15px;
		height: 15px;
		padding: 8px 15px;
		font-size: 14px;
		width: 190px;
		border-radius: 8px;
	}
	.contain{
		padding: 25px 12px 0;
	}
	.btn{
		margin: 20px auto 30px;
		width: 336px;
		height: 40px;
	}
	.foot{
		
		margin: 0 12px;
		padding: 6px 0 18px;
	}
	.foot-title{
		padding-top: 15px;
	}
	.foot-icon{
		width: 54px;
		height: 19px;
		margin-bottom: 10px;
	}
	.foot-info{
		line-height: 22px;
		font-size: 12px;
	}

	.res-part{
		min-height: 260px;
	}
	.res-head{
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.res-line{
		line-height: 38px;
		font-size: 14px;
	}
	.res-info{
		padding: 0 10px;
	}
	.res-info2{
		padding: 0 10px 0 36px;
	}

	.header-tab{
		font-size: 15px;
		width:  149px;
		height: 32px;
		line-height: 32px;
	}
	.piont{
		margin: 0 10px 0 17px;
		width: 8px;
		height: 8px;
	}
	.num-part{
		font-size: 14px;
		line-height: 18px;
	}
	.grade{
		padding: 2px 5px;
		width: 40px;
		margin-right: 8px;
		border-radius: 4px;
		font-size: 12px;
	}
}




