/* 
* @Author: sabera
* @Date:   2016-11-02 09:39:48
* @Last Modified by:   sabera
* @Last Modified time: 2016-12-22 14:41:21
*/
body{
	background-color:#fff;
}
/*这是底部*/
.buttom{
	position: fixed;
	bottom:0px;
	left:0px;
	height:56px;
	width:100%;
	background-color:#fff;
	border-top:1px solid #999;
	z-index:10;

}
.buttom ul li{
	float:left;
	width:33.3%;
	text-align:center;
	color:#fff;
}
.buttom ul li a{
	width:100%;
	height:100%;
	display:block;
}
.buttom ul li a span{
	font-size:22px;
	line-height:30px;
}
.buttom ul li a p{
	margin-bottom:0px;
	line-height:20px;
	font-size:14px;
}
.buttom ul .active a{
	color:#36a7f3;
}
/*这是顶部*/
/*.fill{
	width:100%;
	height:88px;
}
.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;
}
*/


/*这是导航*/
.head{
	background-color:#577080;
	overflow:hidden;
	width:100%;
}
.head p{
	color:#fff;
	margin:10px 3%;
}
.head p .iconfont{
	color:#56abe4;
}
.head .money{
	width:100%;
	text-align:center;
	line-height:1.8em;
	font-size:30px;
	color:#fff;
}
.head .chong{
	color:#fff;
	display:block;
	line-height:32px;
	text-align:center;
	width:120px;
	margin:0 auto;
	background-color:#ffcc00;
	border-radius:60px;
	border:2px solid #d7fefe;
	margin-bottom:16px;
}
.line2{
	margin-top: 2px;
	background-color:#fff;
	height:46px;
	width:100%;
	line-height:46px;
	border-bottom:1px solid #bbb;
}
.line2 .iconfont{
	margin-left:2%;
	color:#4499f6;
}



/*这是发布的列表*/
.list{
	width:100%;
}
.list li{
	overflow:hidden;
	border-radius:10px;
	box-shadow:2px 2px 2px #bbb;
	width:94%;
	margin-left:3%;
	margin-top:10px;
}
.list li .one{
	background-color:#71b4fe;
	font-size:13px;
	color:#fff;
	overflow:hidden;
	border-bottom:2px solid #4793e7;
}
.list li .one .top{
	display:inline-block;
	float:left;
	background-color:#f28a8a;
	font-size:12px;
	padding:4px 6px;
	border-radius:5px;
	margin-left:6px;
	margin-top: 6px;
	margin-bottom: 2px;
}
.list li .one .forp{
	display:inline-block;
	float:left;
	background-color:#5cea5c;
	font-size:12px;
	padding:4px 6px;
	border-radius:5px;
	margin-left:6px;
	margin-top: 6px;
	margin-bottom: 2px;
}


.list li .one .forc{
	display:inline-block;
	float:left;
	background-color:#f4bf3e;
	font-size:12px;
	padding:4px 6px;
	border-radius:5px;
	margin-left:6px;
	margin-top: 6px;
	margin-bottom: 2px;
}


.list li .one .kong{
	float:left;
	margin-left:6px;

}
.list li .one .kong span{
	display:inline-block;
	background-color:#fff4e8;
	color:#ff7e00;
	font-size:12px;
	padding:4px 6px;
	margin-bottom:4px;
	margin-top:6px;
	border-radius:2px;
}

.list li .one .ren{
	float:left;
	margin-left:6px;

}
.list li .one .ren span{
	display:inline-block;
	background-color:#fff4e8;
	color:#ff7e00;
	font-size:12px;
	padding:4px 6px;
	margin-bottom:4px;
	margin-top:6px;
	border-radius:2px;
}

.list li .between{
	font-size:14px;
	line-height:20px;
	color:#2d80dc;
	display:block;
	width:100%;
	padding:0px 6px;
	background-color:#fff;
}

.list li .two{
	width:100%;
	overflow:hidden;
	background-color:#fff;
	padding-bottom:10px;
}
.list li .two .left{
	color:#444;
	float:left;
	margin-left:2%;
	width:68%;
}
.list li .two .right{
	float:left;
	margin-left:2%;
	width:28%;
}
.list li .two .right .top{
	font-size:13px;
	display:block;
	background-color:#ffc12c;
	box-shadow:1px 2px 0 #999;
	color:#fff;
	line-height:28px;
	text-align:center;
	width:80%;
	margin:0 auto 6px;
	border-radius:4px;
}
.list li .two .right .del{
	font-size:13px;
	display:block;
	background-color:#ff6363;
	box-shadow:1px 2px 0 #999;
	color:#fff;
	line-height:28px;
	text-align:center;
	width:80%;
	margin:0 auto 6px;
	border-radius:4px;
}
.list li .two .right .change{
	font-size:13px;
	display:block;
	background-color:#50ee50;
	box-shadow:1px 2px 0 #999;
	color:#fff;
	line-height:28px;
	text-align:center;
	width:80%;
	margin:0 auto 6px;
	border-radius:4px;
}




.height{
	height:50px;
}


