@charset "UTF-8";
body {
  margin: 0;
  background-image: url("../images/background.png");
  background-size: cover;
}

.header-head {
  background-color: #000;
  padding: 0px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  flex-direction: row;
  min-height: 0;
  box-sizing: border-box;
  border-bottom: solid rgba(0, 0, 0, 0.2) 1px;
  height: 80px;
}

/*.el-button {*/
/*    display: inline-block;*/
/*    line-height: 1;*/
/*    white-space: nowrap;*/
/*    cursor: pointer;*/
/*    background: #FFF;*/
/*    border: none;*/
/*    color: #606266;*/
/*    -webkit-appearance: none;*/
/*    text-align: center;*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*    outline: 0;*/
/*    margin: 8px;*/
/*    -webkit-transition: .1s;*/
/*    transition: .1s;*/
/*    font-weight: 500;*/
/*    padding: 12px 20px;*/
/*    font-size: 14px;*/
/*    border-radius: 5px;*/
/*}*/
.main .el-form-item__label {
  color: rgba(255, 255, 255, 0.8);
}
.main .el-button--text {
  border-color: transparent;
  color: #6653e8;
}
.main .el-button {
  border: none;
}
.main .el-table--border, .main .el-table--group {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.main .el-table--border .el-table__cell, .main .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main .el-cascader__dropdown {
  margin: 5px 0;
  font-size: 14px;
  background: #383838 !important;
  border: 1px solid #383838 !important;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.main .el-cascader .el-input .el-input__inner:focus, .main .el-cascader .el-input.is-focus .el-input__inner {
  border-color: #6653e8 !important;
}
.main .el-cascader-node.in-active-path, .main .el-cascader-node.is-active, .main .el-cascader-node.is-selectable.in-checked-path {
  color: #6653e8 !important;
  font-weight: 700;
}
.main .el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #6653e8 !important;
}
.main .el-cascader-node.in-active-path, .main .el-cascader-node.is-active, .main .el-cascader-node.is-selectable.in-checked-path {
  color: #6653e8 !important;
  font-weight: 700;
}
.main .el-pagination__total {
  color: #b3b3b3;
}
.main .el-pagination {
  color: #b3b3b3;
}
.main .el-pagination button:disabled {
  color: #b3b3b3;
  background-color: #0f0e16;
  cursor: not-allowed;
}
.main .el-pagination .btn-next, .main .el-pagination .btn-prev {
  background: center center no-repeat #0f0e16;
  background-size: 16px;
  cursor: pointer;
  margin: 0;
  color: #b3b3b3;
}
.main .el-pagination__jump {
  margin-left: 24px;
  font-weight: 400;
  color: #b3b3b3;
}
.main .el-pager li:hover {
  color: #6653e8;
}

.header-left-span {
  vertical-align: middle;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-decoration: none !important;
}

.header-left-img {
  vertical-align: middle;
  max-width: 36px;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.header-left {
  display: flex;
  gap: 12px;
  cursor: pointer;
  align-items: center;
  text-decoration: none !important;
}

.main-body {
  position: relative;
  font-size: 14px;
  box-sizing: border-box;
}

.el-card__body, .el-main {
  padding: 1% !important;
}

.xin .main-body-container {
  padding: 0 5% 40px;
  height: 50vh;
  max-height: 50vh;
  overflow: auto;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
  display: grid;
}
.xin .el-button {
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.xin .el-button--primary {
  color: #FFF;
  background-color: #6653e8;
  border: none;
}
.xin .main-body-textInfo {
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.0509803922);
  padding: 10%;
  height: 280px;
  min-height: 200px;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714;
  list-style: none;
  position: relative;
  background-color: rgba(202, 221, 254, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.xin .card-a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714;
  list-style: none;
}
.xin .el-dialog__footer {
  padding: 10px 30px 30px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.xin .el-dialog .el-button:focus, .xin .el-dialog .el-button:hover {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFF;
}

.main-body-userImage {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 17px;
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  border-radius: 50%;
}

.title___rMM_S {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  word-break: break-all;
}

.main-body-fileImage {
  margin-top: 2px;
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.main-body-rightText {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
}

.main-body-rightTextDiv {
  column-gap: 8px;
  row-gap: 8px;
  align-items: center;
  display: inline-flex;
}

.main-body-rightTextTime {
  margin-button: 1px;
  font-size: 14px !important;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
}

.header-btn {
  column-gap: 8px;
  row-gap: 8px;
  align-items: center;
  display: inline-flex;
  line-height: 30px;
  font-weight: 700;
}

.userSetImg {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
}
.userSetImg img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.wel-text {
  margin-top: 0px;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  color: #fff;
}

.wel-text2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
}

.main-c {
  column-gap: 24px;
  row-gap: 24px;
  align-items: center;
  display: inline-flex;
}

.card-b {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.card-svg {
  height: 14px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714;
  list-style: none;
}

.dashed-line {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

.runData {
  flex: 1 1;
  overflow-x: auto;
  height: 93%;
  padding: 16px 20px 28px 40px;
  display: flex;
  flex-direction: column;
}

.runData-header {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.5714285714;
  list-style: none;
  display: flex;
}

.back-btn {
  cursor: pointer;
  width: 44px;
}
.back-btn :hover {
  background-color: #cdcdcd;
}

.fileManagement-c .chuang {
  margin-left: 60px !important;
  float: right !important;
}
.fileManagement-c .el-button {
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.fileManagement-c .el-upload-dragger:hover {
  border-color: #6653e8;
}
.fileManagement-c .el-upload-dragger {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 360px;
  height: 180px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.fileManagement-c .el-upload-dragger .el-upload__text {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.fileManagement-c .el-upload-dragger .el-upload__text em {
  color: #a193ff;
  font-style: normal;
}
.fileManagement-c .el-upload__tip {
  font-size: 12px;
  color: #b3b3b3;
  margin-top: 7px;
}
.fileManagement-c .el-dialog__headerbtn:focus .el-dialog__close, .fileManagement-c .el-dialog__headerbtn:hover .el-dialog__close {
  color: #a193ff;
}
.fileManagement-c .upload-demo {
  text-align: center;
}
.fileManagement-c .el-button--primary {
  color: #FFF;
  background-color: #6653e8;
  border: none;
}
.fileManagement-c .el-dialog__title {
  line-height: 20px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.fileManagement-c .el-dialog__body {
  padding: 20px;
  color: #ffffff;
  font-size: 14px;
  word-break: break-all;
}
.fileManagement-c .el-dialog__footer {
  padding: 20px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fileManagement-c .el-input.is-active .el-input__inner, .fileManagement-c .el-input__inner:focus {
  border-color: #6653e8;
  outline: 0;
}

.infoBody {
  margin-top: 16px;
  flex: 1 1;
}

.txtImg {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
}

.txtText {
  vertical-align: bottom;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}

.textHover {
  /*text-decoration: underline;*/
  color: #8D8D8D;
  cursor: pointer;
  font-size: 1.5rem;
}

.textHover:hover {
  color: #a193ff;
}

.fileManagement {
  flex: 1;
  position: relative;
  display: block;
  font-size: 14px;
  box-sizing: border-box;
}
.fileManagement .el-pagination__jump {
  margin-left: 24px;
  font-weight: 400;
  color: #b3b3b3;
}
.fileManagement .danger {
  color: #FFF;
  background-color: rgba(245, 108, 108, 0.7);
  border-color: rgba(245, 108, 108, 0.7);
}
.fileManagement .danger:focus, .fileManagement .danger:hover {
  color: #fff;
  border-color: #F56C6C;
  background-color: #F56C6C;
}

.fileManagement-c {
  margin-right: 3rem;
}

.fileManagement-d {
  display: flex;
  gap: 10px;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}

.fileManagement-e {
  align-items: center;
  margin-top: 1rem;
  justify-content: center;
}

.fileManagement-f {
  margin-top: 2rem;
}

.fileManagement-g {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}

.fileManagement-h {
  margin-top: 3rem;
}

.fileManagement-I {
  float: right;
  margin-top: 1rem;
}

.fileManagement-j {
  margin-top: 1rem;
  margin-left: 40px;
}

.fileManagement-k {
  margin-top: 1rem;
  margin-left: 40px;
  margin-right: 40px;
  max-height: 65vh;
  overflow: auto;
}

.big-font {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
}

.demonstration {
  margin-left: 3rem;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 44px;
  white-space: nowrap;
}

.slider {
  margin-left: 5rem;
  width: 50%;
}

.sliders {
  width: 100%;
  display: flex;
  margin-top: 5vh;
}

.slider-main {
  display: flex;
  width: 50%;
}

.infoBody-main {
  padding: 30px 30px 0;
  height: 99%;
}

.step-button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3vh;
}

.tanchu {
  height: 100%;
  flex: 1;
  width: 100%;
}

.zuobao {
  margin: 1.5rem;
}

.el-verticaldemo {
  margin-top: 0rem;
  border-radius: 10px;
  padding-bottom: 1rem;
}

.danger {
  color: #FFF;
  background-color: rgba(245, 108, 108, 0.7);
  border-color: rgba(245, 108, 108, 0.7);
}

.aa .scwj {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
}
.aa .el-checkbox__inner:hover {
  border-color: #a193ff;
}

.heng {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  grid-gap: 12px;
  gap: 12px;
  flex-wrap: wrap;
}
.heng .xuan {
  margin-left: -6px;
  padding: 5px;
}
.heng .el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  background-color: rgba(202, 221, 254, 0.2);
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.heng .el-button:hover, .heng .el-button:link {
  background-color: #6653e8;
}
.heng .el-button:active, .heng .el-button:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.header-head .active {
  background-color: #6653e8 !important; /* 你可以根据需要更改激活状态的样式 */
  color: white;
}

.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #6653e8;
  background-color: #6653e8;
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #6653e8;
  border-color: #6653e8;
}

.el-pager li.active {
  color: #a193ff;
  cursor: default;
}

.el-pagination button:disabled {
  color: #C0C4CC;
  background-color: #0f0e16;
  cursor: not-allowed;
}

.el-pager li {
  background: #0f0e16;
}

.el-pagination .btn-prev {
  padding-right: 12px;
  border-radius: 4px 0px 0px 4px;
}

.el-pagination .btn-next {
  padding-left: 12px;
  border-radius: 0px 4px 4px 0px;
}

.el-button--primary {
  color: #FFF;
  background-color: #6653e8;
  border: none;
}

.el-message-box {
  background-color: #333;
  color: #fff;
  border: 1px solid #2c2c2c;
}
.el-message-box .el-message-box__header {
  background-color: #444;
  color: #fff;
}
.el-message-box .el-message-box__title {
  background-color: #444;
  color: #fff;
}
.el-message-box .el-message-box__content {
  color: #ccc;
}
.el-message-box .el-message-box__btns .el-button {
  background-color: #555;
  color: #fff;
  border-color: #777;
}
.el-message-box .el-message-box__btns .el-button.el-button--primary {
  color: #FFF;
  background-color: #6653e8;
  border: none;
}
.el-message-box .el-message-box__btns .el-button:hover {
  background-color: #666;
  border-color: #888;
}

.el-menu {
  border-right: none;
  background-color: rgba(0, 0, 0, 0);
}

.el-step__title.is-process {
  font-weight: 700;
  color: #ffffff;
}

.el-step__description.is-process {
  color: #C0C4CC;
}

.el-step__icon {
  background: #383838;
}

.el-divider {
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}

.el-table, .el-table__expanded-cell {
  background-color: rgba(10, 17, 32, 0.4);
}

.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.el-table--border::after, .el-table--group::after, .el-table::before {
  background-color: rgba(255, 255, 255, 0.1);
}

.el-table tr {
  background-color: rgba(20, 20, 26, 0.2);
}

.el-step__title.is-finish {
  color: #ffb500;
}

.el-step__description.is-finish {
  color: #ffb500;
}

.el-step__head.is-finish {
  color: #ffb500;
  border-color: #ffb500;
}

.el-dialog {
  position: relative;
  margin: 0 auto 50px;
  box-sizing: border-box;
  width: 50%;
  border-radius: 10px;
}

.el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.el-dialog__header {
  padding: 20px 30px;
}

.el-dialog__body {
  padding: 30px;
  color: #ffffff;
  font-size: 14px;
  word-break: break-all;
}

.el-cascader__search-input {
  color: #b3b3b3;
  background-color: #363646;
}

.el-button--primary:focus, .el-button--primary:hover {
  background: #a193ff;
  border-color: #a193ff;
  color: #FFF;
}

.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #a193ff;
}

.el-avatar {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
  color: #a193ff;
}

.el-popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-bottom-width: 0;
}

.main-b {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  padding: 0 5% 60px !important;
  width: 100%;
  margin: 0 auto;
  grid-gap: 15px;
  gap: 15px;
  flex-wrap: wrap;
}

.tanxg .el-dialog--center .el-dialog__footer {
  text-align: inherit;
  padding: 10px 30px 30px;
  text-align: right;
}
.tanxg .xgmm {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  justify-content: space-between;
}
.tanxg .xga {
  margin-left: 1%;
  white-space: nowrap;
}

.register {
  flex: 1;
  padding: 2rem;
}
.register h1 {
  color: #fff;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.shangchuan {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.shangchuan .el-cascader-node.in-active-path, .shangchuan .el-cascader-node.is-active, .shangchuan .el-cascader-node.is-selectable.in-checked-path {
  color: #6653e8 !important;
  font-weight: 700;
}
.shangchuan .el-dialog .el-button--primary {
  color: #FFF;
  background-color: #6653e8;
  border-color: #6653e8;
}

.el-pagination__total {
  margin-right: 10px;
  font-weight: 400;
  color: #b3b3b3;
}

.el-pagination__jump {
  margin-left: 24px;
  font-weight: 400;
  color: #b3b3b3;
}

.xyb {
  position: relative;
  padding: 30px 30px 0;
  height: 99%;
}

.runData {
  overflow-x: hidden !important;
}

.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: rgba(20, 20, 26, 0.5);
}

.tanchu .el-cascader__dropdown {
  margin: 5px 0;
  font-size: 14px;
  background: #383838;
  border: 1px solid #383838;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.tanchu .el-cascader-menu {
  min-width: 180px;
  box-sizing: border-box;
  color: #E4E7ED;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.tanchu .el-cascader-node:not(.is-disabled):focus, .tanchu .el-cascader-node:not(.is-disabled):hover {
  background: #0f0e16 !important;
}

.el-cascader-node:not(.is-disabled):focus, .el-cascader-node:not(.is-disabled):hover {
  background: rgba(0, 0, 0, 0.1) !important;
}

.user {
  width: 100%;
  padding: 1% 60px;
}
.user .el-form-item__label {
  color: #fff !important;
}
.user .chongzhi {
  margin-left: 10px;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  transition: 0.1s;
  font-weight: 500;
}
.user .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #6653e8 !important;
  color: #FFF;
}
.user .el-button--primary {
  color: #FFF;
  background-color: #6653e8;
  border-color: #6653e8;
}
.user .xinzeng {
  float: right;
  margin-bottom: 1rem;
}
.user .search {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  background-color: rgba(202, 221, 254, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.0509803922);
  padding: 2%;
}
.user .search .el-form-item {
  margin-bottom: 0px;
}
.user .search .el-form-item .el-button--primary {
  color: #FFF;
  background-color: #6653e8;
  border-color: #6653e8;
}
.user .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background: rgba(20, 20, 26, 0) !important;
}
.user .el-table {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  color: #fff;
}
.user .el-table__body tr.hover-row.current-row > td.el-table__cell, .user .el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell, .user .el-table__body tr.hover-row.el-table__row--striped.selection-row > td.el-table__cell, .user .el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell, .user .el-table__body tr.hover-row.selection-row > td.el-table__cell, .user .el-table__body tr.hover-row > td.el-table__cell {
  background-color: rgba(255, 255, 255, 0.1);
}
.user .el-table__fixed-right::before,
.user .el-table__fixed::before {
  background-color: transparent !important;
}
.user .bj {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
}
.user .bj:focus, .user .bj:hover {
  color: #fff;
  background-color: rgba(202, 221, 254, 0.3);
  border-color: transparent;
}
.user .yhym {
  float: right;
  margin-top: 1rem;
}

.el-table__fixed-right::before, .el-table__fixed::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #4d4d5b !important;
  z-index: 4;
}

.el-table {
  color: #ffffff;
}

.search .el-form-item__label {
  color: #fff;
}

.role {
  width: 100%;
  padding: 1% 60px;
}

.role .search {
  display: flex;
  align-content: center;
  margin-bottom: 16px;
  padding: 24px;
  justify-content: center;
  align-items: center;
  background-color: rgba(202, 221, 254, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.0509803922);
}
.role .search .el-form-item {
  margin-bottom: 0px;
}

.role .bj {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
}

.role .bj:focus, .role .bj:hover {
  color: #fff;
  background-color: rgba(202, 221, 254, 0.3);
  border-color: transparent;
}

.back-btn {
  cursor: pointer;
  width: 44px;
}
.back-btn :hover {
  background-color: transparent !important;
}

.el-table__expand-icon > .el-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  color: #FFF;
}

.juz {
  vertical-align: middle;
  display: flex;
  align-items: flex-start;
}

.dataset {
  height: 48px !important;
  line-height: 48px !important;
}

.dataset span {
  font-size: 16px;
}

.dataset:focus, .dataset:hover, .dataset:active {
  outline: 0 !important;
  background-color: rgba(20, 20, 26, 0.4) !important;
  border-radius: 6px;
}

.el-tree {
  background-color: transparent;
  color: #fff;
}
.el-tree .el-tree-node__content {
  display: flex;
  align-items: center;
  height: 28px;
  cursor: pointer;
  padding: 0 5px;
  border-radius: 4px;
}
.el-tree .el-tree-node__content:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.el-tree .el-tree-node__label {
  margin-left: 8px;
  font-size: 14px;
  color: #606266;
}
.el-tree .el-tree-node.is-current > .el-tree-node__content {
  background-color: #c9cacc;
  color: #fff;
}
.el-tree .el-tree-node:focus > .el-tree-node__content {
  background-color: rgba(245, 247, 250, 0.2);
}
.el-tree .el-tree-node.is-expanded > .el-tree-node__content .el-tree-node__expand-icon {
  transform: rotate(90deg);
}
.el-tree .el-tree-node__children {
  margin-left: 18px;
}
.el-tree .el-tree-node.is-disabled > .el-tree-node__content {
  color: #b3b3b3;
  cursor: not-allowed;
}

.server-list-container h4 {
  color: rgba(255, 255, 255, 0.8);
}

/*# sourceMappingURL=style.css.map */
