@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.user[data-v-090ce38e] {
  width: 100%;
  min-height: calc(100% - 40px);
  background: #fff;
  border-radius: 4px;
  padding: 12px;
}
.user .table_box[data-v-090ce38e] {
  margin-top: 12px;
  padding: 0 12px 12px;
}
.user .table_box .add_user[data-v-090ce38e] {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #2a47b0;
  cursor: pointer;
}
.user .table_box .add_user i[data-v-090ce38e] {
  font-size: 14px;
}
.user .table_box .add_user span[data-v-090ce38e] {
  margin-left: 4px;
  font-size: 14px;
}
@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.mobile_account[data-v-21749474] {
  width: 100%;
  min-height: calc(100% - 40px);
  background-color: #fff;
  border-radius: 4px;
  padding: 12px;
}
.table_box[data-v-21749474] {
  padding: 0 12px 12px;
}
.table_box .add_user[data-v-21749474] {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #2a47b0;
  cursor: pointer;
}
.table_box .add_user i[data-v-21749474] {
  font-size: 14px;
}
.table_box .add_user span[data-v-21749474] {
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
}
.table_box .edit[data-v-21749474] {
  cursor: pointer;
  margin: 0 5px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2a47b0;
}
.table_box .edit i[data-v-21749474] {
  color: #2a47b0;
  margin-right: 3px;
}
.table_box .del[data-v-21749474] {
  cursor: pointer;
  margin: 0 5px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #d94f4f;
}
.table_box .del i[data-v-21749474] {
  color: #d94f4f;
  margin-right: 3px;
}
@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.nav_box[data-v-74d096e9] {
  height: 48px;
  border-bottom: 2px solid #eff2f7;
  display: flex;
  background-color: #fff;
}
.nav_box .nav[data-v-74d096e9], .nav_box .current[data-v-74d096e9] {
  height: 100%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-left: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav_box .current[data-v-74d096e9] {
  color: #2a47b0;
  position: relative;
}
.nav_box .current[data-v-74d096e9]::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 65px;
  height: 4px;
  background: #2a47b0;
}
