.power .power_item:nth-child(1) {
  border-bottom: 1px solid #f7f2f2;
}
.power .power_item {
  padding: 5px;
}
.power .power_item h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
.power .power_item .el-checkbox {
  height: 25px;
  line-height: 25px;
}
.top_nav .top_nav_inner {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.partner_inner {
  margin-top: 20px;
}
.partner_inner .el-button--text {
  margin: 0 5px 0 5px;
}
.partner_inner .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.organizationmember .el-popper {
  padding: 0px;
}
.transfer_box {
  width: 80% !important;
  margin: auto !important;
}
.transfer_box .transferStep_box .transferStep {
  margin: auto !important;
  width: 49% !important;
  margin-bottom: 20px !important;
}
.transferorSelect .el-select-dropdown__item {
  height: auto;
}
