/* 
* @Author: sabera
* @Date:   2016-11-02 09:39:48
* @Last Modified by:   sabera
* @Last Modified time: 2016-12-22 17:29:54
*/
body{
	background-color:#fff;
}

/*这是顶部*/
.fill{
	width:100%;
	height:46px;
}
.top{
	z-index:10;
	position: fixed;
	top:0px;
	left:0px;
	height:46px;
	width:100%;
	background-color:#56abe4;
	text-align:center;
	line-height:46px;
	font-size:18px;
	color:#fff;
}
.top a{
	position: absolute;
	display:block;
	height:46px;
	line-height:46px;
	text-align:left;
	width:80px;
	left:15px;
	top:0px;
	color:#fff;
	z-index:10;
	font-size:20px;
}

.list{
	width:100%;
	margin-top:10px;
}
.list ul li{
	width:94%;
	margin-left: 3%;
	border-bottom:1px solid #bbb;
}
.list ul li span{
	display:block;
	float:left;
	line-height:56px;
	width:30%;
	text-align:center;
}
.list ul li input{
	outline:none;
	border:none;
	margin:10px 0;
	height:36px;
	width:67%;
	line-height:36px;
	text-indent:1em;
	background-color:#fffaf4;
}
.put{
	width:94%;
	margin:10px auto 30px;
	text-align:center;
	line-height:38px;
	font-size:16px;
	color:#fff;
	border-radius:5px;
	background-color:#4e9df4;
}



.height{
	height:50px;
}


