@charset "UTF-8";
/* 全局css变量 */
.primary-color {
  color: #3476F0;
}
.table-style .static-content-test {
  border: 1px solid #DCDFE6;
  border-top: none 0px;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text {
  border: 1px solid #DCDFE6;
  border-top: none 0px;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container {
  margin-bottom: 0px;
}
.table-style .sub-form-container .sub-form-header {
  border: 1px solid #DCDFE6;
  border-right: none 0px;
  border-top: none 0px;
  border-bottom: none 0px;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption {
  font-size: 12px;
  color: #909399;
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel {
  border-left: 1px solid #DCDFE6;
}
.table-style .sub-form-container .subform-table-column .el-form-item {
  border: none 0px;
}
.table-style .sub-form-container .sub-form-add-row {
  border: solid 1px #DCDFE6;
  border-right: none 0px;
  border-top: none 0px;
}
.table-style .data-choose-item ::v-deep .el-form-item__content,
.table-style .fill-select-item ::v-deep .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity {
  background: #3476F0;
}
.form-widget-list .ghost {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476F0;
  border: 2px solid #3476F0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper, .form-widget-list .checkbox-form-item-wrapper {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content, .form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  margin-top: -4px;
}
.el-form-item--medium .el-radio, .el-form-item--medium .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate {
  margin-top: 8px;
}
.el-form-item--small .el-radio, .el-form-item--small .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--small .el-rate {
  margin-top: 6px;
}
.el-form-item--mini .el-radio, .el-form-item--mini .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate {
  margin-top: 4px;
}
input[type=password]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption {
  color: #a0a0a0;
  height: auto;
  line-height: 20px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style {
  border: 1px solid #DCDFE6;
  border-left: none 0px;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item {
  margin-bottom: 0 !important;
}
.table-style .el-form-item {
  border-bottom: 1px solid #DCDFE6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error {
  margin-bottom: 0 !important;
}
.table-style .el-form-item .el-form-item__label {
  background-color: #F5F7FA;
  border-left: 1px solid #DCDFE6;
  border-right: 1px solid #DCDFE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span, .table-style .el-form-item .el-form-item__content > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
}
.table-style .el-form-item.textarea-item, .table-style .el-form-item.rich-editor-item, .table-style .el-form-item.static-text-item, .table-style .el-form-item.html-text-item {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content, .table-style .el-form-item.rich-editor-item .el-form-item__content, .table-style .el-form-item.static-text-item .el-form-item__content, .table-style .el-form-item.html-text-item .el-form-item__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height {
  height: 30px;
  line-height: 30px;
}
.app-user {
  width: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--fx-color-text-primary, #303133);
}
.app-user .el-form-item {
  margin-bottom: 10px;
}
.app-user .el-table {
  border: 1px solid var(--fx-color-border, #EBEEF5);
  border-radius: 8px;
  overflow: hidden;
  font-size: 13px;
}
.app-user .el-table th {
  background: #F5F7FA;
  color: var(--fx-color-text-regular, #606266);
  font-weight: 500;
}
.app-user .el-table td {
  color: var(--fx-color-text-primary, #303133);
}
.app-user .el-dialog__body {
  padding-top: 20px;
}
.vue-treeselect__control {
  height: 28px;
  border-radius: 4px;
}
.vue-treeselect {
  line-height: 26px;
  margin-top: 5px;
  font-size: 13px;
}
.vue-treeselect__placeholder,
.vue-treeselect__single-value {
  line-height: 26px;
}
.user-extend-fields .el-form-item__label::before {
  position: absolute;
  left: -9px;
}
.no-right-border {
  border-right: none 0px !important;
}
.el-upload,
.el-upload-dragger {
  width: 100% !important;
}
.agency-import-summary {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fafafa;
}
.summary-title {
  margin-bottom: 8px;
  font-weight: 600;
  color: #303133;
}
.summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  padding: 0 8px;
  margin-bottom: 6px;
  border-radius: 3px;
  background: #fff;
  color: #606266;
}
.summary-error {
  margin-top: 6px;
  color: #e6a23c;
  font-size: 12px;
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color {
  color: #3476F0;
}
.table-style .static-content-test {
  border: 1px solid #DCDFE6;
  border-top: none 0px;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text {
  border: 1px solid #DCDFE6;
  border-top: none 0px;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container {
  margin-bottom: 0px;
}
.table-style .sub-form-container .sub-form-header {
  border: 1px solid #DCDFE6;
  border-right: none 0px;
  border-top: none 0px;
  border-bottom: none 0px;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption {
  font-size: 12px;
  color: #909399;
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel {
  border-left: 1px solid #DCDFE6;
}
.table-style .sub-form-container .subform-table-column .el-form-item {
  border: none 0px;
}
.table-style .sub-form-container .sub-form-add-row {
  border: solid 1px #DCDFE6;
  border-right: none 0px;
  border-top: none 0px;
}
.table-style .data-choose-item ::v-deep .el-form-item__content,
.table-style .fill-select-item ::v-deep .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity {
  background: #3476F0;
}
.form-widget-list .ghost {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476F0;
  border: 2px solid #3476F0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper, .form-widget-list .checkbox-form-item-wrapper {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content, .form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  margin-top: -4px;
}
.el-form-item--medium .el-radio, .el-form-item--medium .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate {
  margin-top: 8px;
}
.el-form-item--small .el-radio, .el-form-item--small .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--small .el-rate {
  margin-top: 6px;
}
.el-form-item--mini .el-radio, .el-form-item--mini .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate {
  margin-top: 4px;
}
input[type=password]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption {
  color: #a0a0a0;
  height: auto;
  line-height: 20px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style {
  border: 1px solid #DCDFE6;
  border-left: none 0px;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item {
  margin-bottom: 0 !important;
}
.table-style .el-form-item {
  border-bottom: 1px solid #DCDFE6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error {
  margin-bottom: 0 !important;
}
.table-style .el-form-item .el-form-item__label {
  background-color: #F5F7FA;
  border-left: 1px solid #DCDFE6;
  border-right: 1px solid #DCDFE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span, .table-style .el-form-item .el-form-item__content > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
}
.table-style .el-form-item.textarea-item, .table-style .el-form-item.rich-editor-item, .table-style .el-form-item.static-text-item, .table-style .el-form-item.html-text-item {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content, .table-style .el-form-item.rich-editor-item .el-form-item__content, .table-style .el-form-item.static-text-item .el-form-item__content, .table-style .el-form-item.html-text-item .el-form-item__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height {
  height: 30px;
  line-height: 30px;
}
.app-user {
  width: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--fx-color-text-primary, #303133);
}
.app-user .el-form-item {
  margin-bottom: 10px;
}
.app-user .el-table {
  border: 1px solid var(--fx-color-border, #EBEEF5);
  border-radius: 8px;
  overflow: hidden;
  font-size: 13px;
}
.app-user .el-table th {
  background: #F5F7FA;
  color: var(--fx-color-text-regular, #606266);
  font-weight: 500;
}
.app-user .el-table td {
  color: var(--fx-color-text-primary, #303133);
}
.vue-treeselect__control {
  height: 28px;
  border-radius: 4px;
}
.vue-treeselect {
  line-height: 26px;
  margin-top: 5px;
  font-size: 13px;
}
.vue-treeselect__placeholder, .vue-treeselect__single-value {
  line-height: 26px;
}
.el-table .cell {
  min-height: 23px;
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color {
  color: #3476F0;
}
.table-style .static-content-test {
  border: 1px solid #DCDFE6;
  border-top: none 0px;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text {
  border: 1px solid #DCDFE6;
  border-top: none 0px;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container {
  margin-bottom: 0px;
}
.table-style .sub-form-container .sub-form-header {
  border: 1px solid #DCDFE6;
  border-right: none 0px;
  border-top: none 0px;
  border-bottom: none 0px;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption {
  font-size: 12px;
  color: #909399;
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel {
  border-left: 1px solid #DCDFE6;
}
.table-style .sub-form-container .subform-table-column .el-form-item {
  border: none 0px;
}
.table-style .sub-form-container .sub-form-add-row {
  border: solid 1px #DCDFE6;
  border-right: none 0px;
  border-top: none 0px;
}
.table-style .data-choose-item ::v-deep .el-form-item__content,
.table-style .fill-select-item ::v-deep .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity {
  background: #3476F0;
}
.form-widget-list .ghost {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476F0;
  border: 2px solid #3476F0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper, .form-widget-list .checkbox-form-item-wrapper {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content, .form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  margin-top: -4px;
}
.el-form-item--medium .el-radio, .el-form-item--medium .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate {
  margin-top: 8px;
}
.el-form-item--small .el-radio, .el-form-item--small .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--small .el-rate {
  margin-top: 6px;
}
.el-form-item--mini .el-radio, .el-form-item--mini .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate {
  margin-top: 4px;
}
input[type=password]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption {
  color: #a0a0a0;
  height: auto;
  line-height: 20px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style {
  border: 1px solid #DCDFE6;
  border-left: none 0px;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item {
  margin-bottom: 0 !important;
}
.table-style .el-form-item {
  border-bottom: 1px solid #DCDFE6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error {
  margin-bottom: 0 !important;
}
.table-style .el-form-item .el-form-item__label {
  background-color: #F5F7FA;
  border-left: 1px solid #DCDFE6;
  border-right: 1px solid #DCDFE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span, .table-style .el-form-item .el-form-item__content > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
}
.table-style .el-form-item.textarea-item, .table-style .el-form-item.rich-editor-item, .table-style .el-form-item.static-text-item, .table-style .el-form-item.html-text-item {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content, .table-style .el-form-item.rich-editor-item .el-form-item__content, .table-style .el-form-item.static-text-item .el-form-item__content, .table-style .el-form-item.html-text-item .el-form-item__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height {
  height: 30px;
  line-height: 30px;
}
.app-role {
  width: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--fx-color-text-primary, #303133);
}
.app-role .head-container {
  background: #fff;
  border: 1px solid var(--fx-color-border, #EBEEF5);
  border-radius: 0px;
  overflow: hidden;
}
.head-container .el-tree-node__content {
  height: 48px;
  border-bottom: 1px solid var(--fx-color-border, #EBEEF5);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.head-container .el-tree-node__content:hover {
  background: #F5F7FA;
}
.head-container .el-tree-node__content .custom-tree-node {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.head-container .el-tree-node__content .custom-tree-node .node-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 55%;
  font-size: 14px;
  font-weight: 500;
  color: var(--fx-color-text-primary, #303133);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.head-container .el-tree-node__content .custom-tree-node .node-label .node-type {
  line-height: 20px;
  height: 20px;
  padding: 0 8px;
  border-radius: 10px;
  margin-right: 8px;
  font-size: 12px;
  color: var(--fx-color-primary, #3476F0);
  background: rgba(52, 118, 240, 0.12);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.head-container .el-tree-node__content .custom-tree-node .node-label.is-group {
  font-weight: 600;
  color: var(--fx-color-text-primary, #303133);
}
.head-container .el-tree-node__content .custom-tree-node .node-label.is-role {
  color: var(--fx-color-text-regular, #606266);
}
.head-container .el-tree-node__content .custom-tree-node .node-label.is-role::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C0C4CC;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.head-container .el-tree-node__content .custom-tree-node .node-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: var(--fx-color-primary, #3476F0);
}
.head-container .el-tree-node__content .custom-tree-node .node-btn span {
  border-right: 1px solid var(--fx-color-border, #EBEEF5);
  padding: 0 14px;
}
.head-container .el-tree-node__content .custom-tree-node .node-btn span:last-child {
  border-right: 0;
}
.head-container .el-tree-node__content .custom-tree-node .node-btn .node-btn-add {
  margin-right: 8px;
  border-right: 0;
  line-height: 26px;
  height: 26px;
  border-radius: 13px;
  padding: 0 12px;
  color: #fff;
  background: var(--fx-color-primary, #3476F0);
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-0d46bb04] {
  color: #3476F0;
}
.table-style .static-content-test[data-v-0d46bb04] {
  border: 1px solid #DCDFE6;
  border-top: none 0px;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-0d46bb04] {
  border: 1px solid #DCDFE6;
  border-top: none 0px;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-0d46bb04] {
  margin-bottom: 0px;
}
.table-style .sub-form-container .sub-form-header[data-v-0d46bb04] {
  border: 1px solid #DCDFE6;
  border-right: none 0px;
  border-top: none 0px;
  border-bottom: none 0px;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-0d46bb04] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-0d46bb04] {
  font-size: 12px;
  color: #909399;
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-0d46bb04] {
  border-left: 1px solid #DCDFE6;
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-0d46bb04] {
  border: none 0px;
}
.table-style .sub-form-container .sub-form-add-row[data-v-0d46bb04] {
  border: solid 1px #DCDFE6;
  border-right: none 0px;
  border-top: none 0px;
}
.table-style .data-choose-item[data-v-0d46bb04]  .el-form-item__content,
.table-style .fill-select-item[data-v-0d46bb04]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-0d46bb04] {
  background: #3476F0;
}
.form-widget-list .ghost[data-v-0d46bb04] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476F0;
  border: 2px solid #3476F0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-0d46bb04], .form-widget-list .checkbox-form-item-wrapper[data-v-0d46bb04] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-0d46bb04], .form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-0d46bb04] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-0d46bb04] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-0d46bb04] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-0d46bb04], .el-form-item--medium .el-checkbox[data-v-0d46bb04] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-0d46bb04] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-0d46bb04], .el-form-item--small .el-checkbox[data-v-0d46bb04] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-0d46bb04] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-0d46bb04], .el-form-item--mini .el-checkbox[data-v-0d46bb04] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-0d46bb04] {
  margin-top: 4px;
}
input[type=password][data-v-0d46bb04]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-0d46bb04]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-0d46bb04]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-0d46bb04]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-0d46bb04]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-0d46bb04] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-0d46bb04] {
  color: #a0a0a0;
  height: auto;
  line-height: 20px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-0d46bb04] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-0d46bb04]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-0d46bb04] {
  border: 1px solid #DCDFE6;
  border-left: none 0px;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-0d46bb04] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-0d46bb04] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-0d46bb04] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-0d46bb04] {
  border-bottom: 1px solid #DCDFE6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-0d46bb04] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item .el-form-item__label[data-v-0d46bb04] {
  background-color: #F5F7FA;
  border-left: 1px solid #DCDFE6;
  border-right: 1px solid #DCDFE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-0d46bb04] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-0d46bb04], .table-style .el-form-item .el-form-item__content > div[data-v-0d46bb04] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-0d46bb04] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
}
.table-style .el-form-item.textarea-item[data-v-0d46bb04], .table-style .el-form-item.rich-editor-item[data-v-0d46bb04], .table-style .el-form-item.static-text-item[data-v-0d46bb04], .table-style .el-form-item.html-text-item[data-v-0d46bb04] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-0d46bb04], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-0d46bb04], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-0d46bb04], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-0d46bb04] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-0d46bb04] {
  height: 30px;
  line-height: 30px;
}
.app-dept[data-v-0d46bb04] {
  width: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--fx-color-text-primary, #303133);
}
.head-container[data-v-0d46bb04] {
  background: #fff;
  border: 1px solid var(--fx-color-border, #EBEEF5);
  overflow: hidden;
  border-radius: 0px;
}
.head-container .el-tree-node__content[data-v-0d46bb04] {
  height: 48px;
  border-bottom: 1px solid var(--fx-color-border, #EBEEF5);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.head-container .el-tree-node__content[data-v-0d46bb04]:hover {
  background: #F5F7FA;
}
.head-container .custom-tree-node[data-v-0d46bb04] {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.head-container .node-label[data-v-0d46bb04] {
  font-size: 14px;
  color: var(--fx-color-text-primary, #303133);
}
.head-container .node-btn[data-v-0d46bb04] {
  color: var(--fx-color-primary, #3476F0);
  font-size: 13px;
}
.head-container .node-btn span[data-v-0d46bb04] {
  border-right: 1px solid var(--fx-color-border, #EBEEF5);
  padding: 0 12px;
}
.head-container .node-btn span[data-v-0d46bb04]:last-child {
  border-right: 0;
}
.user-tab[data-v-0d46bb04] {
  width: calc(100% + 40px);
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eeeeee;
  margin: 0 -20px;
}
.user-tab li[data-v-0d46bb04] {
  width: 50%;
  text-align: center;
  font-size: 16px;
  color: var(--fx-color-text-primary, #303133);
  list-style: none;
  display: inline-block;
}
.user-tab li.active[data-v-0d46bb04] {
  color: var(--fx-color-primary, #3476F0);
  border-bottom: 1px solid var(--fx-color-primary, #3476F0);
}
.userSelect-container[data-v-0d46bb04] {
  width: calc(100% + 40px);
  margin-top: -30px;
  margin-left: -20px;
  margin-right: -20px;
}
.userSelect-container .userSelect-group[data-v-0d46bb04] {
  display: inline-block;
  background: #eee;
  width: 400px;
  min-height: 800px;
  float: left;
}
.userSelect-container .userSelect-group .userSelect-title[data-v-0d46bb04] {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.userSelect-container .userSelect-group .selected-item[data-v-0d46bb04] {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
}
.userSelect-container .userSelect-group .selected-item span[data-v-0d46bb04] {
  float: left;
}
.userSelect-container .userSelect-right[data-v-0d46bb04] {
  display: inline-block;
  width: 800px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 800px;
}

/*新版 3.0.0.1 设置部门负责人*/
.fx_member_select[data-v-0d46bb04] {
  margin-top: -30px;
}
.fx_member_select .select-menu[data-v-0d46bb04] {
  position: relative;
  height: 40px;
  padding: 0 10px;
  border: 1px solid var(--fx-color-border, #EBEEF5);
}
.fx_member_select .select-menu .select-btn[data-v-0d46bb04] {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  margin: 0 10px;
}
.fx_member_select .select-menu .select-btn.select[data-v-0d46bb04] {
  color: var(--fx-color-primary, #3476F0);
  border-bottom: solid 3px var(--fx-color-primary, #3476F0);
}
.fx_member_select .select-menu .select-search-pane[data-v-0d46bb04] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 114px;
  background: #fff;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fx_member_select .select-menu .select-search-pane input[data-v-0d46bb04] {
  line-height: 26px !important;
  height: 26px !important;
  width: 100%;
  border: 0;
  background: #F5F7FA;
  border-radius: 13px;
  margin-top: 6px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.fx_member_select .select-menu .select-search-pane input[data-v-0d46bb04]:focus {
  border: none;
  outline: 0;
}
.fx_member_select .select-pane[data-v-0d46bb04] {
  border: 1px solid var(--fx-color-border, #EBEEF5);
  border-top: none;
  height: 320px;
}
.fx_member_select .select-pane .member-pane .member-wrapper[data-v-0d46bb04] {
  width: 100%;
}
.fx_member_select .select-pane .member-pane .member-wrapper .empty-tips[data-v-0d46bb04] {
  display: inline-block;
  margin: 10px;
  color: var(--fx-color-text-secondary, #909399);
  width: 100%;
  text-align: center;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-all-item[data-v-0d46bb04] {
  cursor: pointer;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px 0 12px;
  border-bottom: solid 1px var(--fx-color-border, #EBEEF5);
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-all-item .count-label[data-v-0d46bb04] {
  color: var(--fx-color-primary, #3476F0);
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member[data-v-0d46bb04] {
  height: 320px;
  overflow-y: auto;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul[data-v-0d46bb04] {
  margin: 0;
  padding: 0;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li[data-v-0d46bb04] {
  cursor: pointer;
  padding: 0 10px 0 10px;
  position: relative;
  line-height: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li[data-v-0d46bb04]:hover {
  background: #f5f7fa;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li .user-name[data-v-0d46bb04] {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li .select-check[data-v-0d46bb04] {
  cursor: pointer;
  width: 16px;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li .select-check .icon-blank[data-v-0d46bb04] {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #91A1B7;
  position: relative;
  background: #fff;
  -webkit-transition: all 218ms ease-in-out;
  transition: all 218ms ease-in-out;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li .select-check .icon-blank[data-v-0d46bb04]::before {
  content: "";
  display: block;
  opacity: 0;
  -webkit-transition: opacity 218ms ease-in-out;
  transition: opacity 218ms ease-in-out;
  height: 6px;
  width: 10px;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 2px;
  left: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li .select-check.select .icon-blank[data-v-0d46bb04] {
  border-color: var(--fx-color-primary, #3476F0);
  background: var(--fx-color-primary, #3476F0);
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li .select-check.select .icon-blank[data-v-0d46bb04]::before {
  opacity: 1;
}
.fx_member_select .select-pane .member-pane .tree-wrapper[data-v-0d46bb04] {
  width: 100%;
  height: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  padding-top: 10px;
}
.dept-manager-tag[data-v-0d46bb04] {
  color: #fff;
  font-size: 12px;
  background: var(--fx-color-primary, #3476F0);
  cursor: pointer;
  padding: 5px 8px;
  border-radius: 13px;
  margin: 0 10px;
}
.dept-manager-name[data-v-0d46bb04] {
  font-size: 13px;
  line-height: 48px;
  color: var(--fx-color-text-regular, #606266);
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color {
  color: #3476F0;
}
.table-style .static-content-test {
  border: 1px solid #DCDFE6;
  border-top: none 0px;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text {
  border: 1px solid #DCDFE6;
  border-top: none 0px;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container {
  margin-bottom: 0px;
}
.table-style .sub-form-container .sub-form-header {
  border: 1px solid #DCDFE6;
  border-right: none 0px;
  border-top: none 0px;
  border-bottom: none 0px;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption {
  font-size: 12px;
  color: #909399;
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel {
  border-left: 1px solid #DCDFE6;
}
.table-style .sub-form-container .subform-table-column .el-form-item {
  border: none 0px;
}
.table-style .sub-form-container .sub-form-add-row {
  border: solid 1px #DCDFE6;
  border-right: none 0px;
  border-top: none 0px;
}
.table-style .data-choose-item ::v-deep .el-form-item__content,
.table-style .fill-select-item ::v-deep .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity {
  background: #3476F0;
}
.form-widget-list .ghost {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476F0;
  border: 2px solid #3476F0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper, .form-widget-list .checkbox-form-item-wrapper {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content, .form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  margin-top: -4px;
}
.el-form-item--medium .el-radio, .el-form-item--medium .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate {
  margin-top: 8px;
}
.el-form-item--small .el-radio, .el-form-item--small .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--small .el-rate {
  margin-top: 6px;
}
.el-form-item--mini .el-radio, .el-form-item--mini .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate {
  margin-top: 4px;
}
input[type=password]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption {
  color: #a0a0a0;
  height: auto;
  line-height: 20px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style {
  border: 1px solid #DCDFE6;
  border-left: none 0px;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item {
  margin-bottom: 0 !important;
}
.table-style .el-form-item {
  border-bottom: 1px solid #DCDFE6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error {
  margin-bottom: 0 !important;
}
.table-style .el-form-item .el-form-item__label {
  background-color: #F5F7FA;
  border-left: 1px solid #DCDFE6;
  border-right: 1px solid #DCDFE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span, .table-style .el-form-item .el-form-item__content > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
}
.table-style .el-form-item.textarea-item, .table-style .el-form-item.rich-editor-item, .table-style .el-form-item.static-text-item, .table-style .el-form-item.html-text-item {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content, .table-style .el-form-item.rich-editor-item .el-form-item__content, .table-style .el-form-item.static-text-item .el-form-item__content, .table-style .el-form-item.html-text-item .el-form-item__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height {
  height: 30px;
  line-height: 30px;
}
.app-user {
  width: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--fx-color-text-primary, #303133);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.app-user .el-table {
  border: 1px solid var(--fx-color-border, #EBEEF5);
  border-radius: 8px;
}
.app-user .el-table th {
  background: #F5F7FA;
  color: var(--fx-color-text-regular, #606266);
  font-weight: 500;
}
.vue-treeselect__control {
  height: 28px;
  border-radius: 4px;
}
.vue-treeselect {
  line-height: 26px;
  margin-top: 5px;
  font-size: 13px;
}
.vue-treeselect__placeholder,
.vue-treeselect__single-value {
  line-height: 26px;
}
.el-table .cell {
  height: 23px;
}
.fx_member_select {
  margin-top: -30px;
}
.fx_member_select .select-list {
  height: 80px;
  border: 1px solid var(--fx-color-border, #EBEEF5);
  margin-bottom: 10px;
  overflow: auto;
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.fx_member_select .select-list li {
  display: inline-block;
  line-height: 30px;
  margin: 5px 0 0 5px;
  padding: 0 10px;
  border-radius: 1px;
  background: #F5F7FA;
  cursor: pointer;
}
.fx_member_select .select-menu {
  position: relative;
  height: 40px;
  padding: 0 10px;
  border: 1px solid var(--fx-color-border, #EBEEF5);
}
.fx_member_select .select-menu .select-btn {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  margin: 0 10px;
}
.fx_member_select .select-menu .select-btn.select {
  color: var(--fx-color-primary, #3476F0);
  border-bottom: solid 3px var(--fx-color-primary, #3476F0);
}
.fx_member_select .select-menu .select-search-pane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 114px;
  background: #fff;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fx_member_select .select-menu .select-search-pane input {
  line-height: 26px !important;
  height: 26px !important;
  width: 100%;
  border: 0;
  background: #F5F7FA;
  border-radius: 13px;
  margin-top: 6px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.fx_member_select .select-menu .select-search-pane input:focus {
  border: none;
  outline: 0;
}
.fx_member_select .select-pane {
  border: 1px solid var(--fx-color-border, #EBEEF5);
  border-top: none;
  height: 320px;
}
.fx_member_select .select-pane .member-pane .select-department {
  border-right: solid 1px var(--fx-color-border, #EBEEF5);
  width: 35%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 320px;
}
.fx_member_select .select-pane .member-pane .select-department .depart-root {
  background: #ebf8f7;
  text-indent: 10px;
  line-height: 30px;
  cursor: pointer;
}
.fx_member_select .select-pane .member-pane .select-department .x-department-tree {
  height: 290px;
  overflow-y: auto;
}
.fx_member_select .select-pane .member-pane .member-wrapper {
  width: 65%;
}
.fx_member_select .select-pane .member-pane .member-wrapper .empty-tips {
  display: inline-block;
  margin: 10px;
  width: 100%;
  padding: 10px 0px;
  line-height: 25px;
  text-align: center;
  color: var(--fx-color-text-secondary, #909399);
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-all-item {
  cursor: pointer;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px 0 12px;
  border-bottom: solid 1px var(--fx-color-border, #EBEEF5);
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-all-item .count-label {
  color: var(--fx-color-primary, #3476F0);
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member {
  height: 255px;
  overflow-y: auto;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul {
  margin: 0;
  padding: 0;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li {
  cursor: pointer;
  padding: 0 10px 0 10px;
  position: relative;
  line-height: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li:hover {
  background: #f5f7fa;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li .user-name {
  width: 28%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li .select-check {
  cursor: pointer;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: right;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li .select-check .icon-blank {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #91a1b7;
  position: relative;
  background: #fff;
  -webkit-transition: all 218ms ease-in-out;
  transition: all 218ms ease-in-out;
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li .select-check .icon-blank::before {
  content: "";
  display: block;
  opacity: 0;
  -webkit-transition: opacity 218ms ease-in-out;
  transition: opacity 218ms ease-in-out;
  height: 6px;
  width: 10px;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 2px;
  left: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li .select-check.select .icon-blank {
  border-color: var(--fx-color-primary, #3476F0);
  background: var(--fx-color-primary, #3476F0);
}
.fx_member_select .select-pane .member-pane .member-wrapper .select-member ul li .select-check.select .icon-blank::before {
  opacity: 1;
}
.fx_member_select .select-pane .member-pane .tree-wrapper {
  width: 100%;
  height: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  padding-top: 10px;
}
.add-sub-admin-dialog .el-dialog__body {
  padding-bottom: 0px;
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-d13ffaba] {
  color: #3476F0;
}
.table-style .static-content-test[data-v-d13ffaba] {
  border: 1px solid #DCDFE6;
  border-top: none 0px;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-d13ffaba] {
  border: 1px solid #DCDFE6;
  border-top: none 0px;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-d13ffaba] {
  margin-bottom: 0px;
}
.table-style .sub-form-container .sub-form-header[data-v-d13ffaba] {
  border: 1px solid #DCDFE6;
  border-right: none 0px;
  border-top: none 0px;
  border-bottom: none 0px;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-d13ffaba] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-d13ffaba] {
  font-size: 12px;
  color: #909399;
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-d13ffaba] {
  border-left: 1px solid #DCDFE6;
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-d13ffaba] {
  border: none 0px;
}
.table-style .sub-form-container .sub-form-add-row[data-v-d13ffaba] {
  border: solid 1px #DCDFE6;
  border-right: none 0px;
  border-top: none 0px;
}
.table-style .data-choose-item[data-v-d13ffaba]  .el-form-item__content,
.table-style .fill-select-item[data-v-d13ffaba]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-d13ffaba] {
  background: #3476F0;
}
.form-widget-list .ghost[data-v-d13ffaba] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476F0;
  border: 2px solid #3476F0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-d13ffaba], .form-widget-list .checkbox-form-item-wrapper[data-v-d13ffaba] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-d13ffaba], .form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-d13ffaba] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-d13ffaba] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-d13ffaba] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-d13ffaba], .el-form-item--medium .el-checkbox[data-v-d13ffaba] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-d13ffaba] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-d13ffaba], .el-form-item--small .el-checkbox[data-v-d13ffaba] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-d13ffaba] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-d13ffaba], .el-form-item--mini .el-checkbox[data-v-d13ffaba] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-d13ffaba] {
  margin-top: 4px;
}
input[type=password][data-v-d13ffaba]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-d13ffaba]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-d13ffaba]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-d13ffaba]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-d13ffaba]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-d13ffaba] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-d13ffaba] {
  color: #a0a0a0;
  height: auto;
  line-height: 20px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-d13ffaba] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-d13ffaba]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-d13ffaba] {
  border: 1px solid #DCDFE6;
  border-left: none 0px;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-d13ffaba] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-d13ffaba] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-d13ffaba] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-d13ffaba] {
  border-bottom: 1px solid #DCDFE6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-d13ffaba] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item .el-form-item__label[data-v-d13ffaba] {
  background-color: #F5F7FA;
  border-left: 1px solid #DCDFE6;
  border-right: 1px solid #DCDFE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-d13ffaba] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-d13ffaba], .table-style .el-form-item .el-form-item__content > div[data-v-d13ffaba] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-d13ffaba] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
}
.table-style .el-form-item.textarea-item[data-v-d13ffaba], .table-style .el-form-item.rich-editor-item[data-v-d13ffaba], .table-style .el-form-item.static-text-item[data-v-d13ffaba], .table-style .el-form-item.html-text-item[data-v-d13ffaba] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-d13ffaba], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-d13ffaba], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-d13ffaba], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-d13ffaba] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-d13ffaba] {
  height: 30px;
  line-height: 30px;
}
.header-wrapper[data-v-d13ffaba] {
  width: 100%;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(51, 45, 64, 0.1);
          box-shadow: 0 2px 4px 0 rgba(51, 45, 64, 0.1);
}
.header-container[data-v-d13ffaba] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1588px;
  z-index: 100;
  font-size: 13px;
  height: 60px;
  color: #2b3441;
}
.header-container .header-breadcrumb[data-v-d13ffaba] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-container .header-breadcrumb .private-home-link[data-v-d13ffaba] {
  cursor: pointer;
  color: rgba(43, 52, 65, 0.6);
  font-size: 18px;
  font-weight: 500;
}
.header-container .header-breadcrumb .private-home-link .home-icon[data-v-d13ffaba] {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 8px;
  border-radius: 50%;
  background: #f5f5f7;
}
.header-container .header-breadcrumb .separator[data-v-d13ffaba] {
  margin: 0 11px 0 17px;
}
.header-container .header-breadcrumb .headerNow[data-v-d13ffaba] {
  font-size: 18px;
  font-weight: 500;
}
.header-container .header-actions[data-v-d13ffaba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
}
.header-container .header-actions .avatar-container[data-v-d13ffaba] {
  height: 36px;
}
.header-container .header-actions .avatar-container .avatar-wrapper[data-v-d13ffaba] {
  height: 36px;
  position: relative;
}
.header-container .header-actions .avatar-container .avatar-wrapper .user-avatar[data-v-d13ffaba] {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
.header-container .header-actions .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-d13ffaba] {
  cursor: pointer;
  position: absolute;
  right: -18px;
  top: 12px;
  font-size: 12px;
}
.mechan-layout[data-v-d13ffaba] {
  --fx-color-primary: #3476F0;
  --fx-color-text-primary: #303133;
  --fx-color-text-regular: #606266;
  --fx-color-text-secondary: #909399;
  --fx-color-border: #EBEEF5;
  --fx-color-border-light: #F2F6FC;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  height: calc(100vh - 90px);
}
.agency-left[data-v-d13ffaba] {
  background: #FFFFFF;
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 12px 0;
}
.agency-left .tab-title[data-v-d13ffaba] {
  margin: 0;
  padding: 0;
}
.agency-left .tab-title li[data-v-d13ffaba] {
  width: 100%;
  text-align: left;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin: 0 0 8px;
  list-style: none;
  font-size: 14px;
  color: var(--fx-color-text-primary);
  background: #F5F7FA;
  font-weight: 500 !important;
}
.agency-left .tab-title li.active[data-v-d13ffaba] {
  background: rgba(52, 118, 240, 0.1);
  color: var(--fx-color-primary);
  position: relative;
  font-weight: 500 !important;
}
.agency-left .tab-title li[data-v-d13ffaba]:hover {
  background: rgba(52, 118, 240, 0.08);
  color: var(--fx-color-primary);
  font-weight: 500 !important;
}
.agency-left .tab-title li .tab-title-icon[data-v-d13ffaba] {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-right: 8px;
  vertical-align: -5px;
}
.agency-right[data-v-d13ffaba] {
  width: 100px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.agency-right .tab-content[data-v-d13ffaba] {
  width: 100%;
  height: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.agency-right .tab-content .agency-info[data-v-d13ffaba] {
  margin: 0;
  padding: 0;
}
.agency-right .tab-content .agency-info dt[data-v-d13ffaba] {
  display: inline-block;
}
.agency-right .tab-content .agency-info dt img[data-v-d13ffaba] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.agency-right .tab-content .agency-info dd[data-v-d13ffaba] {
  line-height: 48px;
  font-size: 14px;
  font-weight: 600;
  color: var(--fx-color-text-primary);
  margin-left: 10px;
}
.agency-right .tab-content .agency-total[data-v-d13ffaba] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.agency-right .tab-content .agency-total h5[data-v-d13ffaba] {
  font-size: 16px;
  font-weight: 500;
  color: var(--fx-color-text-primary);
  margin: 10px 0;
  padding: 0;
}
.agency-right .tab-content .agency-total li[data-v-d13ffaba] {
  font-size: 15px;
  color: var(--fx-color-text-regular);
  line-height: 32px;
}
.agency-right .tab-content[data-v-d13ffaba] {
  /*新版style*/
}
.agency-right .tab-content .fx-corp-info-panel[data-v-d13ffaba] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid var(--fx-color-border);
}
.agency-right .tab-content .fx-corp-info-panel .fx-row-info-panel[data-v-d13ffaba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 32px;
}
.agency-right .tab-content .fx-corp-info-panel .fx-row-info-panel .label[data-v-d13ffaba] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 24px;
}
.agency-right .tab-content .fx-corp-info-panel .fx-row-info-panel .label .agencyLogo[data-v-d13ffaba] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid var(--fx-color-border-light);
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}
.agency-right .tab-content .fx-corp-info-panel .fx-row-info-panel .content .content-row[data-v-d13ffaba] {
  color: var(--fx-color-text-primary);
  font-size: 20px;
  font-weight: 600;
}
.agency-right .tab-content .fx-version-info-panel .version-wrapper[data-v-d13ffaba] {
  background-color: white;
  border-radius: 4px;
}
.agency-right .tab-content .fx-version-info-panel .privilege-wrapper[data-v-d13ffaba] {
  background-color: white;
}
.agency-right .tab-content .fx-version-info-panel .label[data-v-d13ffaba] {
  color: var(--fx-color-text-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 44px;
  padding-left: 26px;
  border-bottom: 1px solid var(--fx-color-border);
}
.agency-right .tab-content .fx-version-info-panel .content[data-v-d13ffaba] {
  position: relative;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.agency-right .tab-content .fx-version-info-panel .content .privilege-item[data-v-d13ffaba] {
  position: relative;
  display: inline-block;
  width: 32%;
  height: 170px;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 20px 20px 18px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid var(--fx-color-border);
}
.agency-right .tab-content .fx-version-info-panel .content .privilege-item[data-v-d13ffaba]:nth-child(3n) {
  margin-right: 0;
}
.agency-right .tab-content .fx-version-info-panel .content .privilege-item .name-wrapper[data-v-d13ffaba] {
  height: 22px;
  line-height: 22px;
}
.agency-right .tab-content .fx-version-info-panel .content .privilege-item .name-wrapper .name-text[data-v-d13ffaba] {
  margin-left: 5px;
  color: var(--fx-color-text-primary);
  font-weight: 500;
  font-size: 16px;
}
.agency-right .tab-content .fx-version-info-panel .content .privilege-item .progress-bar[data-v-d13ffaba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.agency-right .tab-content .fx-version-info-panel .content .privilege-item .progress-bar .progress-wrapper[data-v-d13ffaba] {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: #F5F7FA;
}
.agency-right .tab-content .fx-version-info-panel .content .privilege-item .progress-bar .progress-wrapper .value-bar[data-v-d13ffaba] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  background: var(--fx-color-primary);
}
.agency-right .tab-content .fx-version-info-panel .content .privilege-item .content-wrapper[data-v-d13ffaba] {
  color: var(--fx-color-text-regular);
  font-size: 14px;
  line-height: 20px;
}
.agency-right .tab-content .agency-panel-title[data-v-d13ffaba] {
  width: 100%;
  color: var(--fx-color-text-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--fx-color-border);
}
.agency-right .tab-content .fx-agency-info-panel[data-v-d13ffaba] {
  padding-bottom: 24px;
  background-color: white;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid var(--fx-color-border);
}
.agency-right .tab-content .fx-agency-info-panel .agency-chart-container[data-v-d13ffaba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 12px;
}
.agency-right .tab-content .fx-agency-info-panel .agency-chart-container .agency-chart-item[data-v-d13ffaba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F5F7FA;
  width: calc(25% - 24px);
  margin: 12px;
  padding: 30px 0;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agency-right .tab-content .fx-agency-info-panel .agency-chart-container .agency-chart-item[data-v-d13ffaba]:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.agency-right .tab-content .fx-agency-info-panel .agency-chart-container .agency-chart-item .current-amount[data-v-d13ffaba] {
  font-size: 32px;
  font-weight: bold;
  color: var(--fx-color-primary);
  margin-bottom: 8px;
}
.agency-right .tab-content .fx-agency-info-panel .agency-chart-container .agency-chart-item .sum[data-v-d13ffaba] {
  color: var(--fx-color-text-secondary);
  font-size: 14px;
}
.agency-right .tab-content-bg[data-v-d13ffaba] {
  border-radius: 8px;
}
