/*这是顶部*/
.fill{
	width:100%;
	height:46px;
}
.top{
	z-index:10;
	position: fixed;
	top:0px;
	left:0px;
	height:46px;
	width:100%;
	background-color:#3d4077;
	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;
}

.buttom{
	position: fixed;
	bottom:0px;
	left:0px;
	height:56px;
	width:100%;
	background-color:#fff;
	border-top:1px solid #999;
	z-index:10;

}
.buttom a{
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#fff;
	display:block;
	width:92%;
	margin-left: 4%;
	margin-top:8px;
	background-color:#437dff;
	border-radius:5px;
}

/*这是广告*/
.banner{
	width:100%;
	margin-bottom:2px;
}
.banner img{
	width:100%;
}

.bai{
	background-color:#3e489f;
	width:100%;
	text-align:center;
	overflow:hidden;
	margin-top: -2px;
}
.bai p{
	margin-top:10px;
	margin-bottom: 10px;
	color:#fff;
	font-size:12px;
}
.bai .ditiao{
	height:10px;
	width:80%;
	position: relative;
	background-color:#181f63;
	border-radius:100px;
	margin:0 auto;
	}
.bai .ditiao .toptiao{
	background-color:#ffee5a;
	width:40%;
	height:10px;
	position: absolute;
	top:0;
	left:0;
	border-radius:100px;
}
.mind{
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:13px;
	color:#fff;
	width:94%;
	margin:6px auto;
}
.mind1{
	background-color:#b5bcf3;	
}
.mind2{
	background-color:#8590ee;	
}
.mind3{
	background-color:#848ab9;	
}
.mind4{
	background-color:#ff8b36;	
}
.mind4 a{
	color:#f21f1f;	
}
.zhongjiang{
	background-color:#FFF;
	width:100%;
	padding:0 3%;
	height:60px;
	position: relative;
}
.zhongjiang .wang{
	float:left;
	color:#ec6a1b;
	font-weight:bold;
	line-height:50px;
}
.zhongjiang .zhong{
	float:left;
	margin-left:10px;
	overflow:hidden;
	height:50px;
	padding-top:4px;
}
.zhongjiang .zhong .name{
	font-size:14px;
}
.zhongjiang .zhong .name span{
	color:#999;
	margin-left:10px;
	font-size:12px;
}
.zhongjiang .zhong .yibai span{
	color:#ec6a1b;
}
.zhongjiang .you{
	position:absolute;
	top:0;
	right:0;
	background-color:#fff;
	display:block;
	width:50px;
	text-align:center;
	border-left:1px solid #ececec;
	float:right;
	color:#999;
	font-size:14px;
	line-height:50px;
}
.canyu{
	margin-top: 6px;
	width:100%;
	background-color:#fff;
	padding:0 3%;
}
.canyu .tip1{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:16px;
	border-bottom:1px solid #ccc;
}
.canyu .tip1 .qi{
	float:right;
	font-size:14px;
}
.canyu ul{
	width:100%;
}

.canyu ul li{
	width:100%;
	overflow:hidden;
	margin-top:8px;
}
.canyu ul li img{
	width:14%;
	border-radius:100px;
	float:left;
}
.canyu ul li .you{
	float:left;
	margin-left:3%;
	width:83%;
}
.canyu ul li .you .time{
	font-size:13px;
	color:#777;
}
.canyu ul li .you .time .ma{
	color:#ff8b36;
	float:right;
}
.more{
	display:block;
	text-align:center;
	font-size:16px;
	color:#999;
	line-height:36px;
	border-top:1px solid #ccc;
	margin-top:8px;
}
.height{
	height:60px;
}


.money{
	width:100%;
	background-color:#fff;
	padding-top:30px;

}
.money p{
	font-size:36px;
	line-height:50px;
	text-align:center;
	margin-bottom:20px;
}
.money .din{
	width:92%;
	margin-left: 4%;
	border-top:1px solid #ddd;
	line-height:40px;
	font-size:16px;
}
.fukuan{
	width:92%;
	margin-left:4%;
	line-height:40px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background-color:#2bcf2f;
	border-radius:5px;
	margin-top:20px;
}


.progressbar_1{ 
	margin-top:5px;
    background-color:#eee; 
    height:10px; 
    width:80%; 
    left:10%;
    border:1px solid #d4d4d4; 
    color:#666; 
	left:50px;
  position: absolute;
 
  border-radius: 100px;
 
		/* Gecko browsers */
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
 
/* Webkit browsers */
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
 
/* W3C syntax */
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius:  20px;
} 
.progressbar_1 .bar { 
    background-color:#ffee5a; 
    height:10px; 
    width:0; 
	/* Gecko browsers */
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
 
/* Webkit browsers */
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
 
/* W3C syntax */
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius:  20px;
} 

