.m-noData,
.f-noData {
  flex: 1;
  padding-top: 150px;
  color: #999;
  font-size: 16px;
  background: transparent;
  background-size: auto 130px;
  text-align: center;
  margin: 20px auto;
}
.m-noData.m-noData_small,
.f-noData.m-noData_small,
.m-noData.small,
.f-noData.small {
  padding-top: 75px;
  font-size: 12px;
  background-size: auto 65px;
  margin: 10px auto;
}
.m-noData.centerData,
.f-noData.centerData {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.m_enterpris_popover {
  padding: 0;
  min-width: 104px;
}
.m_common_paginations {
  position: absolute;
  bottom: 20px;
  width: 95%;
}
.m_common_paginations .pagination-container {
  margin-top: 20px;
}
.s-blue {
  color: #4b6cf9;
}
.block {
  display: block;
}
.pointer {
  cursor: pointer;
}
.app-container {
  padding: 20px;
}
.components-container {
  margin: 30px 50px;
  position: relative;
}
.pagination-container {
  margin-top: 30px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.m-box-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.position_r {
  position: relative;
}
.position_a {
  position: absolute;
  top: 0px;
  right: -560px;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-start {
  display: flex;
  justify-content: start;
}
.flex-end {
  display: flex;
  justify-content: end;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column-around {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.flex-column-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.flex-column-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.row_one {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.row_1,
.ellipsis {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.row_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}
.row_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: normal;
}
.el-dialog {
  border-radius: 14px;
  overflow: hidden;
}
p {
  margin: 0;
}
.f-pd-lr20 {
  padding: 0 20px;
}
.pr-5 {
  padding-right: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.mt4 {
  margin-top: 4px;
}
.mt10 {
  margin-top: 10px;
}
.mt12 {
  margin-top: 12px;
}
.mt15 {
  margin-top: 15px;
}
.mt16 {
  margin-top: 16px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.mr20 {
  margin-right: 20px;
}
.mr4 {
  margin-right: 4px;
}
.mr10 {
  margin-right: 10px;
}
.mr12 {
  margin-right: 12px;
}
.mr15 {
  margin-right: 15px;
}
.mr16 {
  margin-right: 16px;
}
.mr30 {
  margin-right: 30px;
}
.mr50 {
  margin-right: 50px !important;
}
.mb8 {
  margin-bottom: 8px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt14 {
  margin-top: 14px;
}
.mt17 {
  margin-top: 17px;
}
.mr8 {
  margin-right: 8px;
}
.f-blueLineTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.f-blueLineTitle:before {
  content: "";
  background-color: var(--color-primary);
  display: inline-block;
  width: 4px;
  height: 8px;
  margin-right: 10px;
  border-radius: 25%;
}
.shadow-button {
  width: 100%;
  height: 46px;
  background: linear-gradient(45deg, #4069f4 0%, #5f86f8 100%);
  box-shadow: 0px 5px 10px 2px #b1d2ff;
  border-radius: 6px;
}
.shadow-button:hover,
.shadow-button:focus {
  background: linear-gradient(45deg, #4069f4 0%, #5f86f8 100%);
  opacity: 0.7;
}
.shadow-button:active {
  background: linear-gradient(45deg, #4069f4 0%, #5f86f8 100%);
  opacity: 0.6;
}
.w60 {
  width: 60px;
}
.h_100 {
  height: 100%;
}
.el-avatar img {
  width: 100%;
}
.el-card {
  border-radius: 8px;
}
.min_h_100 {
  min-height: 100%;
}
.mar_auto_w1260 {
  width: 1260px;
  margin: 0 auto;
}
.el-message-box__btns {
  text-align: center;
}
.el-message-box__title {
  text-align: center;
}
.f-room-button {
  padding: 0 8px;
  min-width: 92px;
  height: 32px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  background: #3d80fc;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.1s;
}
.f-room-button:active {
  opacity: 0.7;
}
.f-room-button + .f-room-button {
  margin-left: 20px;
}
.f-room-button .svg-icon + span {
  margin-left: 4px;
}
.mar_top20 {
  margin-top: 20px;
}
.mar_top10 {
  margin-top: 10px;
}
.f-bord-rad8 {
  border-radius: 8px;
}
.f-bord-rad9 {
  border-radius: 9px !important;
}
.f-bord-rad11 {
  border-radius: 8px !important;
}
.f-bord-rad12 {
  border-radius: 12px !important;
}
.f-bord-rad15 {
  border-radius: 15px !important;
}
.f-bord-rad18 {
  border-radius: 18px !important;
}
.f-bord-rad20 {
  border-radius: 20px !important;
}
.f-bord-rad52 {
  border-radius: 52px !important;
}
.fw-600 {
  font-weight: 600;
}
.m-noData {
  flex: 1;
  padding-top: 150px;
  color: #999;
  font-size: 16px;
  background: url(../static/img/noData.743001cf.png) top center no-repeat;
  background-size: auto 130px;
  text-align: center;
  margin: 20px auto;
}
.m-noData.m-noData_small,
.m-noData.small {
  padding-top: 75px;
  font-size: 12px;
  background-size: auto 65px;
  margin: 10px auto;
}
.m-noData.centerData {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.cardTitle {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 15px;
  font-weight: 600;
  font-size: 16px;
}
.go_back_common .go_back_title {
  cursor: pointer;
  display: flex;
  max-width: 150px;
  align-items: center;
  padding-bottom: 15px;
}
.go_back_common .go_back_title .go_back_txt {
  color: #69748a;
  font-size: 16px;
}
.go_back_common .go_back_title .go_back_icon {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAAXNSR0IArs4c6QAAAOFQTFRFAAAAM5n/VYD/SZL/QID/OXH/M4D/LnT/QID/O3b/LnTzLHr0NXX0MXb1L3H2Lnb2M3f2MXP3LnTwLXHwMnHxLXH0LHT0K3L0MHDvL3LvK2/xLXHxLHDxLHDxLHDvK3DvLG/wLHDwLG/wK3DvLHDwLG/wLG/vLG/wK3DwK2/wLHDwLG/wK2/wLG/wLHDwLHDvLHDvK2/vLHDwLG/wK3DwLHDvLG/vK2/vK3DwK3DwLG/wLHDwLG/wK3DwK3DvK2/vLHDvLG/vLHDvLG/wK2/wK3DwK2/vK3DvK2/vLHDvK2/vDdDvsgAAAEp0Uk5TAAUGBwgJCgsMDRYXGBobHB4fISIkLS4vMDFHbG1/gIKVlpegqaqztba3uLq8vr/AwcPGx8jQ0dXZ29zd3t/g4eLj5Ors7fHy8/T6eIMvAAABVUlEQVQ4y4WT10LCQBBFh0QBJfYWqYmIAmpUIhiILQIRzv9/kA+BVMo87c7sTrlzr0hoStmwnNnMsYyyIlnTTJ/QfFNLhdXGHGDSb7f7E4B5Q018t4FRTQ9ues0F7FiSSw/GlVzkyFXG4F2E/z3olZI1Sz3wFjnUN7hV002rLbADbwN6sfheM0im2tAQEdHmjGP5i6+87weVx8w1EbmBShQvvMDwMDhXwRRRfEZR/3kL3KPlLC6+ImWohfHdR/g8Dq91KIsBV0vHzgN8nUT1dDDEYhJO1oWf0/isUyxx6C+3eQ/eWQKMAY7MaC/id/B7nkSrw2zzgy5/20ukmvzONGmAvm7MazCyQH2kgFJ83BjUTxmoxUwsK/8Mw4P4stLrLmTWnSZMsaklCSOqDa1NlFtJWs2OSLuK9tUE7RfCcetL4dTTwgmlNx10OoPpCultF+96+f8DZ4NVhi/j6/AAAAAASUVORK5CYII=) no-repeat;
  background-size: 100% 100%;
}
.go_back_common .go_back_lines {
  border-bottom: 1px dashed #e4e8eb;
}

