/* CSS Document */
.container{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-top: 1.4rem; 
  color: #666;
  background: #fff;
}

.group-content{
  padding: 0.4rem;
}

.group-item{
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0.2rem;
}

.group-item .g_img_box img{
  width: 100%;
  height: 200px;
}

.group-item .g_infor_box{
  width: 100%;
  overflow: hidden;
}

.group-item .g_infor_box .time_box{
  height: 0.8rem;
  line-height: 0.8rem;
  float: left;
}

.group-item .g_infor_box .time_box .time{
  font-size: 0.6rem;
  color: #d4281a;
  margin-left: 0.2rem;
}


.group-item .g_infor_box .join{
  height: 0.8rem;
  line-height: 1rem;
  float: right;
}

.group-item .g_infor_box .join .join_num{
  padding: 0 0.1rem;
}























