.selectMemberWrap{
  overflow: hidden;
  .ant-tree-checkbox-checked .ant-tree-checkbox-inner, .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner{
    background:#37A164;
    border-color:#37A164;
  }
  .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after{
    background:#ffffff;
  }
  .ant-modal-body{
    padding:0;
  }
  .ant-modal-header{
    background:#37A164;
    .ant-modal-title{
      color:#ffffff;
    }

  }
  .ant-modal-content{
    .ant-modal-close{
      color:#ffffff;
    }
  }
  .leftWrap{
    padding:10px 20px;
    height:100%;
  }
  .rightWrap{
    height:100%;
    padding-bottom:60px;
    position: relative;

    .btnWrap{
      width: 100%;
      position: absolute;
      bottom:0;
      text-align: center;
      margin-bottom:10px;
    }
  }
  .members{
    padding:10px;
    &>li{
      display: inline-block;
      line-height:22px;
      padding:0 10px;
      height:22px;
      border: 1px solid #E1E6E3;
      border-radius: 2px;
      margin:0 10px 10px 0;
    }
    &>li:first-child{
      display: block;
      line-height:22px;
      border:none;
    }
  }

  .selectMemberTips{
    padding-left: 25px;
    line-height: 30px;
    color: #37A164;
    border-bottom: 1px solid #E1E6E3;
  }

}