body{
	padding-bottom:1.6rem;
	background: #4462ec url("bottom-bg.jpg") bottom center no-repeat;
	background-size: 100% auto;
}
a{ text-decoration:none;}

.cc{*zoom:1;}
.cc:after{content:'\20';display:block;height:0;clear:both;visibility: hidden;}
.container{
	width: 7.5rem;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding-top: 4.1rem;
	background: #4462ec url("top-bg.jpg") top center no-repeat;
	background-size: 100% auto;
}
footer{ height:.78rem;  line-height:.78rem; text-align:center; color:#fff; font-size:14px; background-color:#000; margin-top:.5rem;}

.person-list li{padding:.15rem .3rem 0; height:1.93rem; margin-top:10px; background:rgba(23,45,143,.55);}
.person-list li .pic{ float:left;}
.person-list li .pic img{ display:block; width:2.5rem; height:1.73rem; border:.04rem solid; border-color:rgba(0,0,0,.14);}
.person-list li .info{ margin-left:2.8rem; }
.person-list li .info .name{ font-size:.4rem; color:#fff;}
.person-list li .info .bank{ font-size:.32rem;color:#fff; margin:.14rem 0;}
.person-list li .info .view{ display:block; width:2.32rem; height:.54rem; line-height:.54rem; text-align:center; background-color:#ffc000; font-size:.3rem; color:#3235b5;border-radius: .1rem;}

.detail{
	height: auto;
	overflow: hidden;
	padding: .8rem 0 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #4462ec url("detail_bg.jpg") top center no-repeat;
	background-size: 100% auto;
	display: none;
}
.closed{
	display:block;
	width: .26rem;
	height: .25rem;
	background: url("close.png") center center no-repeat;
	position: absolute;
	top: .2rem; 
	right: .2rem; 
	z-index: 9;
	text-decoration: none;
}
.info-box{padding:.15rem; margin-bottom:10px; background:rgba(23,45,143,.55); height: 1.85rem; display:inline-block}
.info-box .pic{ float:left;}
.info-box .pic img{ display:block; width:2.5rem; height:1.73rem; }
.info-box .info{margin-left:2.6rem; line-height:2;}
.info-box .info .name{ font-size:.28rem; color:#fff; border-bottom:1px solid #ccc; margin-bottom:5px;}
.info-box .info .name span{ display:inline-block; width:33%;}
.info-box .info .name span.two{ text-align:center;}
.info-box .info .name span.three{ text-align:right;}
.info-box .info .jieshao{ font-size:.24rem;color:#fff; line-height:1.5;}



.detail .contents{
	width: 6.7rem;
	height: auto;
	overflow: hidden;
	margin-top: .2rem;
	padding:0 .4rem 2rem;
	background: url("bottom-bg.jpg") bottom center no-repeat;
	background-size: 100% auto;
	
}
.detail .contents .sub-title{ margin:.4rem 0; height:.5rem; line-height:.5rem; text-align:center; width:2rem; background:#fff; border-radius:4px; font-size:.3rem; color:#455fea;}
.detail .contents p{
	font-size: .26rem;
	margin-bottom:.1rem;
	color: #fff;
	line-height: 1.8;
}


.content{
	width: 100%;
	height: auto;
	overflow: hidden;
}


