body{
	background: url(../images/bg.jpg) center bottom no-repeat;
	background-size: 100% auto;
	position: relative;
	min-height: 1286px;
}

.line{
	margin-top: 20px;
	margin-bottom: 40px;
	line-height: 0;
	font-size: 0;
}
.line-name{
	color: #333;
	font-size: 28px;
	line-height: 64px;
	/*margin-right: 20px;*/
	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: 258px;
	vertical-align: middle;
	border-radius: 15px;
}
.contain{
	padding: 40px 25px 0;
}
.btn{
	margin: 40px auto;
	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;
}

.item-act .item-name{

	background: url(../images/dnf.png) center no-repeat;
	background-size: 100% auto;
}

.result{
	display: none;
}
.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-num{
	float: right;
	color: #0082b6;

}
.head{
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.tip-left{

	margin: 30px 0 0 15px;
	float: left;
	width: 20px;
	height: 20px;
	border: 1px solid #08a4e0;
	border-width: 2px 0 0 2px;
	display: inline-block;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	/* IE 9 */
	-moz-transform:rotate(-45deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg); 	/* Opera */
	display: none;
}
.tip-right{
	margin: 30px 15px 0 0;
	float: right;
	width: 20px;
	height: 20px;
	border: 1px solid #08a4e0;
	border-width: 2px  2px 0 0;
	display: inline-block;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg);
}
.list{
	/*padding: 0 36px;*/
	font-size: 0;
	line-height: 0;
}
.item{
	width: 80px;
	height: 80px;
	display: inline-block;
	background: #f1f1f1;
	border-radius: 10px;
	margin: 0 12px;
	vertical-align: middle;
}
.item-act{
	width: 79px;
	height: 79px;
	border: 1px solid #05b8ef;
	background: #d9f2fb;
}
.item-img{
	width: 100%;
	height: 100%;
}
.con-left{
	float: left;
	width: 172px;
	height: 210px;
	
}
.item-name{
	display: inline-block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 28px;
	color: #333;
	/*background: #fff;*/
}
.con-icon{
	width: 172px;
	height: 172px;
	background: #f1f1f1;
	display: inline-block;
}
.con-rig{
	float: right;
}
