body {
    font-family: "微软雅黑";
    overflow: hidden;
  }
  
  ul,
  ol {
    list-style: none;
  }
  
  aside.sidebar-menu {
    overflow-y: auto;
  }
  
  aside.sidebar-menu.sidebar-mini {
    overflow-y: visible;
  }
  
  .el-cascader,
  .el-select {
    width: 100%;
  }
  
  .top-nav .nav-header .brand {
    font-size: 18px;
    background: none;
    padding: 0;
  }
  
  .top-nav .nav-header .brand .brand-name {
    margin-left: 10px;
  }
  
  .el-table tr.tableHeader th {
    
    color: #646464;
  }
  
  .el-table td,
  .el-table th {
    text-align: center;
  }
  
  .el-table thead {
    color: #333333;
  }
  
  .el-message--error {
    top: 80%;
  }
  
  .el-message--success {
    top: 80%;
  }
  
  
  .move_center {
    margin-left: 22%;
  }
  
  .small_dialog>.el-dialog {
    width: 35%;
  }
  
  .el-table__body tr.current-row>td {
    color: #409eff;
  }
/*   
  .el-form-item.is-success .el-input__inner,
  .el-form-item.is-success .el-input__inner:focus,
  .el-form-item.is-success .el-textarea__inner,
  .el-form-item.is-success .el-textarea__inner:focus {
    border-color: #2dca93;
  } */
  
  .el-radio__input.is-checked+.el-radio__label {
    color: #2dca93;
  }
  
  .el-radio__input.is-checked .el-radio__inner {
    border-color: transparent; /* 去掉或设置透明，避免挡住渐变 */
    background-color: transparent; /* 必须设为 transparent 才能显示渐变背景 */
    background-image: linear-gradient(135deg, #25edff, #5e2bf1, #fc00ff);
    background-size: cover;
    /* border-color: #2dca93;
    background: #2dca93; */
  }
  
  .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #2dca93;
  }
  
  .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    color: rgba(63, 230, 255, 1);
  }
  
  .el-tabs--border-card>.el-tabs__header .el-tabs__item:hover {
    color: rgba(63, 230, 255, 1);
  }
  
  .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: rgba(63, 230, 255, 1);
  }
  
  
  .sidebar-menu .main-menu ul li a {
    padding: 10px 15px 10px 2px;
    font-size: 16px;
    font-weight: normal;
  }
  
  .sidebar-menu .main-menu ul li .submenu li a {
    background: none;
  }
  
  .sidebar-menu .main-menu ul li a .menu-icon {
    vertical-align: middle;
    font-size: 14px;
  }
  
  label.control-label {
    font-size: 14px;
  }
  
  .el-tabs__item:focus.is-active.is-focus:not(:active) {
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  
  .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: #58b5ff !important;
  }
  
  .el-main {
    padding: 10px;
  }
  
  
  .main-container>.panel>.el-tabs>.el-tabs__header~.el-tabs__content {
    overflow-y: auto;
    padding: 0 !important;
    background-color: #F5F7FA !important;
  }
  
  .main-container>.panel {
    margin-bottom: 0;
  }
  
  .footer {
    position: fixed;
    background-color: #f5f7fa;
    border-top: 1px solid #dcdfe6;
    box-sizing: border-box;
    height: 45px;
  }
  
  .queryConditions {
    background: #fff;
    padding: 20px 10px 0 0;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  
  
  .marginT_sm {
    margin-top: 10px;
  }
  
  
  .main-container .el-table .cell,
  .el-table th>div {
    padding: 0 5px;
  }
  
  
  @keyframes hover-color {
    from {
      border-color: #c0c0c0;
    }
  
    to {
      border-color: #3e97eb;
    }
  }
  
  .magic-radio,
  .magic-checkbox {
    position: absolute;
    display: none;
  }
  
  .magic-radio[disabled],
  .magic-checkbox[disabled] {
    cursor: not-allowed;
  }
  
  .magic-radio+label,
  .magic-checkbox+label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
  }
  
  .magic-radio+label:hover:before,
  .magic-checkbox+label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
  }
  
  .magic-radio+label:before,
  .magic-checkbox+label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #c0c0c0;
  }
  
  .magic-radio+label:after,
  .magic-checkbox+label:after {
    position: absolute;
    display: none;
    content: "";
  }
  
  .magic-radio[disabled]+label,
  .magic-checkbox[disabled]+label {
    cursor: not-allowed;
    color: #e4e4e4;
  }
  
  .magic-radio[disabled]+label:hover,
  .magic-radio[disabled]+label:before,
  .magic-radio[disabled]+label:after,
  .magic-checkbox[disabled]+label:hover,
  .magic-checkbox[disabled]+label:before,
  .magic-checkbox[disabled]+label:after {
    cursor: not-allowed;
  }
  
  .magic-radio[disabled]+label:hover:before,
  .magic-checkbox[disabled]+label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
  }
  
  .magic-radio[disabled]+label:before,
  .magic-checkbox[disabled]+label:before {
    border-color: #e4e4e4;
  }
  
  .magic-radio:checked+label:before,
  .magic-checkbox:checked+label:before {
    animation-name: none;
  }
  
  .magic-radio:checked+label:after,
  .magic-checkbox:checked+label:after {
    display: block;
  }
  
  .magic-radio+label:before {
    border-radius: 50%;
  }
  
  .magic-radio+label:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #3e97eb;
  }
  
  .magic-radio:checked+label:before {
    border: 1px solid #3e97eb;
  }
  
  .magic-radio:checked[disabled]+label:before {
    border: 1px solid #c9e2f9;
  }
  
  .magic-radio:checked[disabled]+label:after {
    background: #c9e2f9;
  }
  
  .magic-checkbox+label:before {
    border-radius: 3px;
  }
  
  .magic-checkbox+label:after {
    top: 2px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
  }
  
  .magic-checkbox:checked+label:before {
    border: #3e97eb;
    background: #3e97eb;
  }
  
  .magic-checkbox:checked[disabled]+label:before {
    border: #c9e2f9;
    background: #c9e2f9;
  }
  
  
  .dialog>>>.el-dialog {
    margin: 15vh auto !important;
    height: 100%;
    overflow-y: scroll;
  }
  
  .el-dialog__header {
    padding: 0;
  }
  
  .dialog .el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 40%;
    bottom: 0;
  
    margin: 0;
    overflow-y: auto;
  }
  
  @keyframes dialog-fade-in {
    0% {
      transform: translate3d(100%, 0, 0);
      opacity: 0;
    }
  
    100% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @keyframes dialog-fade-out {
    0% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  
    100% {
      transform: translate3d(100%, 0, 0);
      opacity: 0;
    }
  }
  
  .dialog>>>.el-radio-button .el-radio-button__inner {
    border-radius: 4px;
  }
  
  .dialog>>>.el-radio-button:last-child .el-radio-button__inner {
    border-radius: 4px;
    border-left: 1px solid #dcdfe6;
  }
  
  .dialog>>>.el-radio-button {
    margin-right: 15px;
    border-radius: 4px;
    background: #29ba87;
  }
  
  .dialog>>>.el-radio-button__inner:hover {
    background-color: #2dca93;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    border: none;
    text-align: center;
  }
  
  .dialog>>>.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    background-color: #2dca93;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    border: none;
    text-align: center;
  }
  
  .dialog>>>.el-radio-button__inner:focus {
    background-color: #2dca93;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    border: none;
    text-align: center;
  }
  
  .dialog-footer>>>.el-button--text {
    color: #333333;
  }
  
  .dialog>>>input[type="file"] {
    display: none;
  }
  
  .dialog>>>.el-upload {
    display: inline;
  }
  
  .dialog>>>.el-upload-list {
    padding-left: 105px;
    box-sizing: border-box;
  }
  
  .dialog>>>.el-dialog__header {
    padding: 0;
  }
  
  .dialog>>>.el-dialog__body {
    padding: 30px 60px 0 60px;
  }
  
  .header-title {
    height: 51px;
    line-height: 51px;
    font-weight: 400;
    background: #202742;
    padding-left: 15px;
    box-sizing: border-box;
    color: #fff;
    border-top: 2px solid #29ba87;
  }
  
  .title-name {
    font-size: 18px;
    font-weight: 500;
  }
  
  
  .el-input__inner {
   
    font-size: 16px;
    font-weight: bold;
  }
  
  .el-button {
  
  }
  
  .el-textarea__inner {
    font-size: 12px;
  }
  
  .el-textarea,
  .el-textarea__inner,
  .uneditable-input,
  input[type=color],
  input[type=date],
  input[type=datetime-local],
  input[type=datetime],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week] {
    background: rgba(255,255,255,0);
  }
  
  .form-control:focus,
  .uneditable-input:focus,
  input[type=color]:focus,
  input[type=date]:focus,
  input[type=datetime-local]:focus,
  input[type=datetime]:focus,
  input[type=email]:focus,
  input[type=month]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=search]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=time]:focus,
  input[type=url]:focus,
  input[type=week]:focus,
  select[multiple]:focus,
  textarea.form-control:focus {
    background: rgba(255,255,255,0);

  }
  
  .el-input__icon {
  
  }
  
  el-input__inner::placeholder {
    font-weight: normal;
  }
  
  
  .el-input__inner::-webkit-input-placeholder {
    font-weight: normal;
  }
  
  
  .el-input__inner:-moz-placeholder {
    font-weight: normal;
  }
  
  .el-input__inner:-ms-input-placeholder {
    font-weight: normal;
  }
  
  /* .el-button--primary {
    background: #2380FA;
  } */
  
  .btn_disabled,
  .btn_disabled:hover,
  .btn_disabled:active {
    width: 100%;
    color: white;
    background: #E8ECF0;
  }
  
  .el-checkbox__input.is-checked .el-checkbox__inner,
  .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background: #00BA95;
  }