#wd{
    background-color:#f5f5f5;
}
.bar-nav~.content {
    top: 2.2rem;
}

.hea{
    padding: 1rem;
    padding-right: .5rem;
    background-color: #fff; display: flex; align-items: center;
}


.hea .tx{
    
    width: 2.8rem;
    height: 2.8rem;
    font-size: 0;
   
    
    overflow: hidden;
}
.hea .tx img{
    width: 100%; height: 100%; border-radius: 50%
}
.hea .wz{
    margin-left: .6rem;
    width: calc(100% - 4.1rem);
}
.hea .wz h1{
    margin: .3rem 0;
    color: #282828;
    font-size: 1rem;
    font-weight: normal;
}
 .hea .wz p{
     color: #8e8e8e;
     font-size: .75rem;
 }
.hea .wz p .icon-ico{
    margin-right: .3rem;
}

.weidl{
    background-color: #c8c8c8; display: flex; align-items: center;
    /*background: url("../images2/footer-bg.jpg");*/
    /*background-size: auto 100%;*/
}
.weidl .tx{
    background: none;
}
.weidl .wz h1{
    color: #fff;
}
.weidl .wz p{
    color: #fff;
}

span.icon-icon-- {
    color: #8e8e8e;
}


.list{
    font-size: 0;
}
.list a{
    display: inline-block;
    width: 100%;
    padding: .6rem .5rem .3rem 1rem;
    background-color: #fff;
}
.list a:first-of-type,
.list a:last-of-type{
    margin: .3rem 0;
}
.list span.pull-left{
    font-size: 1.3rem;
}
.list .nr{
    position: relative;
    top: .25rem;
    display: inline-block;
    width: calc(100% - 2rem);
    font-size: .8rem;
    color: #282828;
}


.member .top{
	text-align: center;
	background: #fff;
	margin-bottom: 15px; padding:20px 0
}
.member .top img{
	width: 90px; height:90px;
	border-radius:50%;
}
.member .top p{
	color: #333;
	
	font-size: 16px; margin-top:10px
	
}
#qrcode{text-align: center}

#qrcode img{ width:60%; max-width:250px}

.icon-grxx:before {
  content: ' ';
      display: block;      
      width: 26px;
      height: 26px;
      background-size: contain;         
  background-image: url('../images/ico1.png');
}
.icon-qyxx,.icon-grxx{height: 34px; margin-top:5px }
.icon-qyxx:before {
  content: ' ';
      display: block;      
      width: 26px;
      height: 26px;
      background-size: contain;         
  background-image: url('../images/ico2.png') ; 
}












