
  .group-dissovle-dialog .dui-modal-footer button {
    font-size: 13px;
  }
  .group-dissovle-dialog .dui-modal-footer button.pending {
    background: #ccc;
    border-color: #ccc;
    color: #666;
  }
  .demote-dialog .bd {
    font-size: 14px;
    padding: 15px 0 0;
   }
   .demote-dialog .bd p {
    padding: 15px;
    margin-top: 0;
   }
  .demote-dialog .footer {
    background: #EDEDED;
    padding: 12px 14px;
    overflow: hidden;
  }
  .demote-dialog .footer-btn {
    float: right;
    width: 52px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    margin-left: 14px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.12);
    outline: none;
    cursor: pointer;
  }
  .demote-dialog .footer-btn.confirm, .demote-dialog .footer-btn.confirm:hover {
    background: #40A156;
  }
  .demote-dialog .footer-btn.cancel, .demote-dialog .footer-btn.cancel:hover {
    background: #818181;
  }
  .demote-dialog .footer-btn.confirm:hover, .demote-dialog .footer-btn.cancel:hover {
    opacity: 0.8;
  }

.group-list {
  margin-top: -20px;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  font-size: 0;
}
.group-list-item .pic {
  margin-bottom: 5px;
  position: relative;
}
.group-list-item .title span {
  white-space: nowrap;
}
.group-list-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75px;
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
}
.pic img {
  width: 48px;
}
.pic img.verify-type-club {
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: -4px;
  right: 8px;
  border-radius: 50%;
  z-index: 1;
}
