@charset "utf-8";
body,html{
  background:#f3f3f3;
}
header {
  height: 1.173333rem;
  background: #fff;
  position: relative;
  text-align: center;
  background:#00d865;
}

header h1 {
  font-weight: normal;
  font-size:0.426667rem;
  height: 1.066667rem;
  line-height: 1.066667rem;
  
  color:#fff;
}

header .back {
  position: absolute;
  left: 0.266667rem;
  top: 0.266667rem;
}

.back img{
  width: 0.25rem;
    vertical-align: middle;
    margin-left: 0.133333rem;
    margin-top: 0.05rem;
}

header .back a{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

section{
  position:absolute;
  top:1.173333rem;
  bottom:0;
  width:100%;
  height:100%;

}

/*义工报名人数*/

.teamMember{
	width: 100%;
    
}

.teamMember li{
	width: 100%;
    height: 1.73333rem;
    background: #fff;
}

.teamMember li:after{
	 content: "";
   display: block;
   position: absolute;
   left: -50%;
   width: 200%;
   height: 1px;
   background: #c6d3cc;
   transform:scale(0.5);
   -webkit-transform:scale(0.5);
}

.teamMember .memberDiv1{
	height: 100%;
    float: left;
    width: 20%;
}

.teamMember .memberDiv1 img{
	width: 1.4rem;
    height: 1.4rem;
    border-radius: 1.4rem;
    margin-top: 0.15rem;
    margin-left: 0.3rem;
}

.teamMember .memberDiv2{
	width: 50%;
    height: 100%;
    float: left;
}

.teamMember .memberDiv2 p:nth-of-type(1){
	margin-top: 5%;
    margin-bottom: 1%;
    font-size: 0.366667rem;
    color:#3c4143;
}

.teamMember .memberDiv2 p:nth-of-type(1) img{
	display: inline;
	width:6%;
}

.teamMember .memberDiv2 p:nth-of-type(2){
	color:#919fa3;
	font-size: 0.316rem;
}

.teamMember .memberDiv3{
	width: 30%;
    height: 100%;
    float: left;
    color: #919fa3;
    font-size: 0.316rem;
    text-align: center;
    line-height: 1.73333rem;
    overflow: hidden;
}
.teamMember .memberDiv3 b{
    color: #00d966;
    line-height: 1.73333rem;
    text-align: center;
    font-size: 0.36666rem;
}