.message[data-v-aff66a88] {
  position: fixed;
  overflow: hidden;
  left: var(--left);
  top: var(--top);
  background: var(--hd-card-background);
  border-radius: 4px;
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  z-index: 99999;
}
.message .message-box[data-v-aff66a88] {
  width: 450px;
  height: 500px;
  display: block;
  position: relative;
  transition: width 0.8s cubic-bezier(0.23, 1, 0.32, 1), height 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  text-align: center;
}
.message .message-box[data-direction='left'].is-open[data-v-aff66a88] {
  transform: rotateY(-180deg);
}
.message .message-box[data-direction='left'] .message-back[data-v-aff66a88] {
  transform: translateZ(-1px) rotateY(180deg);
}
.message .message-box .is-open .message-back[data-v-aff66a88] {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
.message .message-box .is-open .message-front[data-v-aff66a88] {
  pointer-events: none;
}
.message .message-box .message-back[data-v-aff66a88] {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eee;
  transform: translateZ(-1px) rotateX(180deg);
  overflow: hidden;
  transition: box-shadow 0.8s ease;
  background: var(--hd-card-background);
}
.message .message-box .message-front[data-v-aff66a88] {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background 0.15s ease;
  background: var(--hd-card-background);
}
.message .message-box .message-front .content[data-v-aff66a88] {
  height: calc(100% - 56px - 46px);
  overflow: auto;
}
.message .message-box .message-front .content .alarm-content[data-v-aff66a88] {
  display: flex;
  padding: 11px 15px;
  border-bottom: 1px solid;
  border-bottom-color: var(--hd-blue-gray-4);
  cursor: pointer;
}
.message .message-box .message-front .content .alarm-content .left[data-v-aff66a88] {
  width: 24px;
  height: 24px;
  background: var(--hd-blue-1);
  line-height: 24px;
  border-radius: 50%;
  position: relative;
}
.message .message-box .message-front .content .alarm-content .left .reading-dot[data-v-aff66a88] {
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  border-radius: 50%;
  background: var(--hd-red);
}
.message .message-box .message-front .content .alarm-content .left .iconfont[data-v-aff66a88] {
  color: var(--hd-blue);
}
.message .message-box .message-front .content .alarm-content .list-content[data-v-aff66a88] {
  flex: 1;
  margin-left: 12px;
  text-align: left;
}
.message .message-box .message-front .content .alarm-content .list-content .list-content-top[data-v-aff66a88] {
  display: flex;
  align-items: center;
}
.message .message-box .message-front .content .alarm-content .list-content .list-content-top .top-left[data-v-aff66a88] {
  font-weight: bold;
  color: var(--hd-blue-gray-12);
}
.message .message-box .message-front .content .alarm-content .list-content .list-content-top .top-right[data-v-aff66a88] {
  padding-left: 8px;
  width: 240px;
  color: var(--hd-blue-gray-12);
}
.message .message-box .message-front .content .alarm-content .list-content .content_1[data-v-aff66a88] {
  line-height: 22px;
  color: var(--hd-blue-gray-9);
  padding: 4px 0;
  width: 300px;
}
.message .message-box .message-front .content .alarm-content .list-content .time[data-v-aff66a88] {
  font-size: 12px;
  color: var(--hd-blue-gray-7);
}
.message .message-box .message-front .content .alarm-content .border-alarm[data-v-aff66a88] {
  height: 22px;
  width: 40px;
  border: 1px solid;
  border-radius: 2px;
}
.message .message-box .message-front .content .alarm-content .FATAL[data-v-aff66a88] {
  border-color: var(--hd-red-3);
  background: var(--hd-red-1);
  color: var(--hd-red);
}
.message .message-box .message-front .content .alarm-content .SERIOUS[data-v-aff66a88] {
  border-color: var(--hd-pink-3);
  background: var(--hd-pink-1);
  color: var(--hd-pink);
}
.message .message-box .message-front .content .alarm-content .URGENT[data-v-aff66a88] {
  border-color: var(--hd-yellow-3);
  background: var(--hd-yellow-1);
  color: var(--hd-yellow);
}
.message .message-box .message-front .content .alarm-content .GENERAL[data-v-aff66a88] {
  border-color: var(--hd-blue-3);
  background: var(--hd-blue-1);
  color: var(--hd-blue);
}
.message .message-box .message-front .content .alarm-content .REMIND[data-v-aff66a88] {
  border-color: var(--hd-green-3);
  background: var(--hd-green-1);
  color: var(--hd-green);
}
.message .message-box .message-front .content .alarm-content .ABNORMAL[data-v-aff66a88] {
  border-color: var(--hd-purple-3);
  background: var(--hd-purple-1);
  color: var(--hd-purple);
}
.message .message-box .message-box-title[data-v-aff66a88] {
  display: flex;
  align-items: center;
  padding: 13px 16px;
  border-bottom: 1px solid;
  border-bottom-color: var(--hd-blue-gray-4);
}
.message .message-box .message-box-title .active[data-v-aff66a88] {
  color: var(--hd-blue);
  background: var(--hd-blue-gray-1);
  border-radius: 16px;
}
.message .message-box .message-box-title > div[data-v-aff66a88] {
  padding: 5px 17px;
  cursor: pointer;
}
.message .message-box .message-box-footer[data-v-aff66a88] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid;
  border-top-color: var(--hd-blue-gray-4);
}
.message .message-box .message-box-footer .footer[data-v-aff66a88] {
  padding: 13px 0;
  width: 50%;
  text-align: center;
  cursor: pointer;
  color: var(--hd-blue);
}
.message .message-box .message-box-footer .pf[data-v-aff66a88] {
  border-left: 1px solid;
  border-left-color: var(--hd-blue-gray-4);
}
.message .message-box .message-box-footer .disabled[data-v-aff66a88] {
  cursor: no-drop !important;
  color: var(--hd-blue-gray-6) !important;
}
.message .message-box .message-box-content[data-v-aff66a88] {
  text-align: left;
}
.message .message-box .message-box-content .content[data-v-aff66a88] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 23px;
  border-bottom: 1px solid;
  border-bottom-color: var(--hd-blue-gray-4);
}
.message .message-box .message-box-content .content .border[data-v-aff66a88] {
  border: 1px solid;
  border-color: var(--hd-blue-gray-1);
  border-radius: 4px;
  padding: 3px 8px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.message .message-box .message-box-content .content .border[data-v-aff66a88]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: var(--hd-blue);
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.message .message-box .message-box-content .content .border[data-v-aff66a88]:hover::before {
  opacity: 1;
  background-color: var(--hd-blue);
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.message .message-box .message-box-content .content .border[data-v-aff66a88]:hover {
  color: #fff;
  border-color: var(--hd-blue);
}
.message .message-box .message-box-content .content .subscribe[data-v-aff66a88] {
  color: var(--hd-blue);
  border-color: var(--hd-blue-3);
  background: var(--hd-blue-1);
}
.message .message-box .message-box-content .content .cancel-subscribe[data-v-aff66a88] {
  border-color: var(--hd-blue-gray-3);
}
.message .message-box .message-box-content .content1[data-v-aff66a88] {
  padding: 12px 23px;
  border-bottom-color: var(--hd-blue-gray-4);
}
.message .message-box .message-box-content .content1 .line[data-v-aff66a88]:nth-of-type(2) {
  margin-top: 10px;
}
.message .message-box .message-box-content .content1 label[data-v-aff66a88] {
  margin-right: 40px;
}
.message .message-box .message-box-content .show-setting[data-v-aff66a88] {
  padding: 13px 23px 16px;
  border-bottom: 1px solid;
  border-bottom-color: var(--hd-blue-gray-4);
}
.message .message-box .message-box-content .show-setting[data-v-aff66a88] .el-radio {
  display: block;
  padding: 6px 0;
}
.message .message-box .message-box-content .show-setting .title[data-v-aff66a88] {
  color: var(--hd-blue-gray-12);
  padding-bottom: 6px;
}
.message .message-box .message-box-content .show-setting .footer[data-v-aff66a88] {
  color: var(--hd-blue-gray-6);
  padding-top: 6px;
}
.message .detail .detail-top[data-v-aff66a88] {
  display: flex;
  align-items: center;
  color: var(--hd-blue-gray-12);
  font-size: 16px;
  font-weight: 600;
  padding: 12px 20px;
  border-bottom: 1px solid var(--hd-blue-gray-3);
}
.message .detail .detail-top .iconfont[data-v-aff66a88] {
  font-weight: 400;
  color: var(--hd-blue-gray-9);
  margin-right: 12px;
  cursor: pointer;
}
.message .detail .detail-content[data-v-aff66a88] {
  margin: 12px 0;
  height: calc(100% - 47px - 24px);
  overflow: hidden;
}
.message .detail .detail-content .top[data-v-aff66a88] {
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.message .detail .detail-content .top .left[data-v-aff66a88] {
  width: 24px;
  height: 24px;
  background: var(--hd-blue-1);
  line-height: 24px;
  border-radius: 50%;
  position: relative;
}
.message .detail .detail-content .top .left .iconfont[data-v-aff66a88] {
  color: var(--hd-blue);
}
.message .detail .detail-content .top .right[data-v-aff66a88] {
  margin-left: 12px;
  color: var(--hd-blue-gray-12);
  font-weight: 600;
  flex: 1;
  text-align: left;
}
.message .detail .detail-content .top .right span[data-v-aff66a88] {
  font-size: 12px;
  font-weight: 600;
  margin-left: 16px;
}
.message .detail .detail-content .body-content[data-v-aff66a88] {
  height: calc(100% - 24px - 12px);
  overflow: auto;
}
.message .detail .detail-content .body[data-v-aff66a88] {
  text-align: left;
  padding: 12px 16px 0 52px;
}
.message .detail .detail-content .bottom[data-v-aff66a88] {
  color: var(--hd-blue-gray-7);
  font-size: 12px;
  text-align: left;
  padding: 12px 0 0 52px;
}
.ellipsis[data-v-aff66a88] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.empty[data-v-aff66a88] {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: var(--hd-blue-gray-6);
}
.empty .iconfont[data-v-aff66a88] {
  font-size: 45px;
}
.empty .msg[data-v-aff66a88] {
  margin-top: 5px;
}
.message-bell[data-v-aff66a88] {
  position: relative;
}
.wrap[data-v-aff66a88] {
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1999;
}
.button-box[data-v-aff66a88] {
  width: 40px;
  height: 40px;
  background: var(--hd-blue);
  border-radius: 50%;
  position: fixed;
  z-index: 2000;
  bottom: 80px;
  right: 50px;
  cursor: pointer;
  box-shadow: 0 5px 12px 0 rgba(143, 173, 212, 0.48);
}
.font-box[data-v-aff66a88] {
  width: 40px;
  position: relative;
  height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.icon-yangshengqi[data-v-aff66a88] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dot1[data-v-aff66a88] {
  position: absolute;
  right: -20px;
  top: -10px;
  z-index: 999;
}
.dot1 .dot[data-v-aff66a88] {
  width: 32px;
  height: 20px;
  background: var(--hd-card-background);
  border-radius: 7px 7px 7px 0;
}
.dot1 .dot-1[data-v-aff66a88] {
  width: 26px;
  height: 15px;
  background: var(--hd-red);
  /* border-radius: 50%; */
  font-size: 12px;
  color: var(--hd-card-background);
  text-align: center;
  line-height: 15px;
  border-radius: 6px 6px 6px 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.dot2[data-v-aff66a88] {
  position: absolute;
  right: -10px;
  top: -8px;
  z-index: 999;
}
.dot2 .dot2-1[data-v-aff66a88] {
  width: 20px;
  height: 20px;
  background: var(--hd-card-background);
  border-radius: 50%;
}
.dot2 .dot-2[data-v-aff66a88] {
  width: 15px;
  height: 15px;
  background: var(--hd-red);
  /* border-radius: 50%; */
  font-size: 12px;
  color: var(--hd-card-background);
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}


[data-v-b74cb8b4] .el-dialog__header {
  display: none;
}
[data-v-b74cb8b4] .el-dialog__body {
  padding: 0 !important;
}
.activation[data-v-b74cb8b4] {
  height: 720px;
  position: relative;
}
.activation .activation-body[data-v-b74cb8b4] {
  padding: 100px 106px 0;
}
.activation .activation-body .body-title[data-v-b74cb8b4] {
  margin-top: 24px;
}
.activation .activation-body .body-title > strong[data-v-b74cb8b4] {
  font-size: 40px;
  color: var(--hd-blue-gray-12);
}
.activation .activation-body .body-title > div[data-v-b74cb8b4] {
  font-size: 16px;
  color: var(--hd-blue-gray-9);
  margin-top: 13px;
}
.activation .activation-body .body-input[data-v-b74cb8b4] {
  margin-top: 104px;
}
.activation .activation-body .body-input .input[data-v-b74cb8b4] {
  display: flex;
  position: relative;
}
.activation .activation-body .body-input .input > label[data-v-b74cb8b4] {
  width: 130px;
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.activation .activation-body .body-input .input > input[data-v-b74cb8b4] {
  color: var(--hd-blue-gray-9);
  background: var(--hd-card-background);
  width: 100%;
  font-size: 20px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--hd-blue-gray-3);
  padding: 2px 45px 18px 0;
  outline-style: none;
}
.activation .activation-body .body-input .input > input[data-v-b74cb8b4]::-webkit-input-placeholder {
  color: var(--hd-blue-gray-6);
}
.activation .activation-body .body-input .input > b[data-v-b74cb8b4] {
  position: absolute;
  right: 0;
  color: var(--hd-blue);
  font-weight: 400;
  cursor: pointer;
}
.activation .activation-body .body-input .activeCodeMsg[data-v-b74cb8b4] {
  margin-left: 110px;
  margin-top: 15px;
}
.activation .activation-body .body-input .success[data-v-b74cb8b4] {
  color: var(--hd-blue);
}
.activation .activation-body .body-input .error[data-v-b74cb8b4] {
  color: var(--hd-red-6);
}
.activation .footer-btn[data-v-b74cb8b4] {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 23px 18px 32px;
  box-sizing: border-box;
  border-top: 1px solid var(--hd-blue-gray-3);
}
.activation .footer-btn .footer-top[data-v-b74cb8b4] {
  display: flex;
  align-items: center;
}
.activation .footer-btn .footer-top > div[data-v-b74cb8b4]:last-child {
  margin-left: 20px;
}
.activation .footer-btn .width110[data-v-b74cb8b4] {
  width: 110px;
}

.dark-theme .bg[data-v-9f31b3da] {
  background: url(/wonder/wonder/static/img/auth-dark.61a53f1b.png) no-repeat !important;
}
.bottom-tips[data-v-9f31b3da] {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 240px;
  font-size: 16px;
  color: var(--hd-blue-gray-9);
}
.bottom-tips .bg[data-v-9f31b3da] {
  background: url(/wonder/wonder/static/img/auth-light.2e15e8f3.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bottom-tips .icon-guanbi[data-v-9f31b3da] {
  color: var(--hd-blue-gray-5);
  position: absolute;
  right: 30px;
  top: 50px;
  cursor: pointer;
}
.bottom-tips .body[data-v-9f31b3da] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 10px;
}
.bottom-tips .body .title[data-v-9f31b3da] {
  color: var(--hd-blue-gray-12);
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.bottom-tips .body .title .icon[data-v-9f31b3da] {
  width: 32px;
  height: 32px;
  background: var(--hd-green-6);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
  margin-right: 5px;
}
.bottom-tips .body .btn[data-v-9f31b3da] {
  margin-top: 13px;
  width: 130px;
  border: none;
  background: linear-gradient(136deg, var(--hd-blue-5) 0%, var(--hd-blue) 100%);
}
.bottom-tips .body .btn .iconfont[data-v-9f31b3da] {
  font-size: 12px;
  margin-left: 5px;
}
.hiden[data-v-9f31b3da] {
  animation: hide-gradient-9f31b3da 0.25s linear;
  animation-fill-mode: forwards;
}
@keyframes hide-gradient-9f31b3da {
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(100%);
}
}

.tab-warning[data-v-6ba8c374] {
  color: var(--hd-orange);
  border: 1px solid var(--hd-orange-3);
  padding: 0px 5px;
  font-size: 12px;
  background: var(--hd-orange-1);
  line-height: 20px;
  border-radius: 2px;
}
.tab-danger[data-v-6ba8c374] {
  color: var(--hd-red);
  border: 1px solid var(--hd-red-3);
  padding: 0px 5px;
  font-size: 12px;
  background: var(--hd-red-1);
  line-height: 20px;
  border-radius: 2px;
}
.tab-lixian[data-v-6ba8c374] {
  color: var(--hd-blue);
  border: 1px solid var(--hd-blue-3);
  padding: 0px 5px;
  font-size: 12px;
  background: var(--hd-blue-1);
  line-height: 20px;
  border-radius: 2px;
}

@keyframes alarmShow-bfca65b8 {
0% {
    border-color: transparent;
}
100% {
    border-color: #ff7d81;
}
}
.card-list[data-v-bfca65b8] {
  border: 1px solid transparent;
}
.card-list.current[data-v-bfca65b8] {
  animation-name: alarmShow-bfca65b8;
  animation-duration: 0.5s;
  animation-iteration-count: 2;
}
.handle-consuming[data-v-bfca65b8] {
  height: 20px;
}
.handle-consuming.hidden[data-v-bfca65b8] {
  visibility: hidden;
}


:root[theme='dark'] {
  --hd-window-bg: rgba(53, 56, 61, 1);
  /* 全部 */
  --hd-grey-fade: rgba(204, 210, 222, 0);
  --hd-grey-activeFade: rgba(133, 133, 133, 1);
  --hd-grey-boder: rgba(163, 163, 163, 1);
  /* 致命 */
  --hd-red-7-fade: rgba(232, 112, 107, 0.4);
  --hd-red-7-activeFade: rgba(232, 112, 107, 1);
  /* 严重 */
  --hd-reds-7-fade: rgb(51, 27, 29);
  --hd-reds-7-actBS: rgba(220, 68, 69, 0.4);
  /* 紧急 */
  --hd-orange-boder: rgba(220, 144, 68, 1);
  --hd-orange-actBS: rgba(173, 116, 57, 0.4);
  /* 一般 */
  --hd-blue-boder: rgba(62, 116, 224, 1);
  --hd-blue-actBS: rgba(102, 152, 235, 0.4);
  /* 提醒 */
  --hd-green-boder: rgba(102, 218, 172, 1);
  --hd-green-actBS: rgba(151, 240, 201, 0.4);
  /* 警告内容 */
  --hd-yellow-bg0: rgba(255, 255, 255, 0.2);
  --hd-yellow-bg1: rgba(243, 234, 151, 0.4);

  /* card-list阴影 */
  --hd-bshow-blue: rgba(227, 238, 250, 0.2);
  --hd-bshow-hover: rgba(0 0, 0, 0.12);
  --hd-bshow-hover2: rgba(0, 0, 31, 0);
  --hd-bshow-hover3: rgba(29, 103, 20, 0.04);
  --hd-bshow-hover4: rgba(0, 0, 13, 0);
  --hd-bshow-hover5: rgba(255, 255, 255, 0.05);
  --hd-bshow-hover6: rgba(12, 29, 103, 0.08);
  --hd-bshow-hover7: rgba(255, 255, 255, 0.1);
}
:root {
  --hd-window-bg: rgba(240, 243, 247, 1);
  /* 全部 */
  --hd-grey-fade: rgba(255, 255, 255, 1);
  --hd-grey-activeFade: rgba(133, 133, 133, 1);
  --hd-grey-boder: rgba(163, 163, 163, 1);
  /* 致命 */
  --hd-red-7-fade: rgba(219, 30, 57, 0.1);
  --hd-red-7-activeFade: rgba(201, 53, 63, 1);
  /* 严重 */
  --hd-reds-7-fade: rgb(255, 240, 240);
  --hd-reds-7-actBS: rgba(255, 77, 77, 0.2);
  /* 紧急 */
  --hd-orange-boder: rgba(255, 162, 50, 0.4);
  --hd-orange-actBS: rgba(255, 162, 50, 0.2);
  /* 一般 */
  --hd-blue-boder: rgba(56, 136, 255, 0.4);
  --hd-blue-actBS: rgba(56, 136, 255, 0.2);
  /* 提醒 */
  --hd-green-boder: rgba(0, 218, 152, 0.4);
  --hd-green-actBS: rgba(0, 218, 152, 0.2);

  /* 警告内容 */
  --hd-yellow-bg0: rgb(248, 245, 194, 0);
  --hd-yellow-bg1: rgba(255, 229, 143, 1);

  /* card-list阴影 */
  --hd-bshow-blue: rgba(12, 29, 103, 0.08);
  --hd-bshow-hover: rgba(0 0, 0, 0.12);
  --hd-bshow-hover2: rgba(0, 0, 31, 0);
  --hd-bshow-hover3: rgba(29, 103, 20, 0.04);
  --hd-bshow-hover4: rgba(0, 0, 13, 0);
  --hd-bshow-hover5: rgba(0, 0, 0, 0.05);
  --hd-bshow-hover6: rgba(12, 29, 103, 0.08);
  --hd-bshow-hover7: rgba(0, 0, 0, 0.1);
}

.alarm-center-box[data-v-53eb2528] {
  position: absolute;
  z-index: 999;
  width: 448px;
  top: 92px;
  right: 300px;
  border-radius: 8px;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px 0 #00000014, 0 9px 28px 8px #0000000d;
}
.alarm-center-box .close-fork[data-v-53eb2528] {
  position: absolute;
  top: 25px;
  right: 21px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.alarm-center-box .close-fork i[data-v-53eb2528] {
  font-size: 14px;
  color: var(--hd-blue-gray-7);
}
.alarm-center-box[data-v-53eb2528] .el-tabs {
  background-color: var(--hd-gray-1);
  border-radius: 8px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__header {
  margin: 0 0 0;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav {
  margin-left: 15px;
  height: 65px;
  display: flex;
  align-items: center;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item {
  padding: 0 15px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item .label-content .title {
  display: inline-block;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item .label-content .title .num-tag-back-less {
  position: absolute;
  display: inline-block;
  top: 13px;
  left: 45px;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  background-color: var(--hd-red);
  color: #fff;
  line-height: 15px;
  /* padding: 0 3px; */
  font-size: 10px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item .label-content .title .num-tag-back-greater {
  position: absolute;
  top: 13px;
  left: 45px;
  border-radius: 15px;
  padding: 0px 4px;
  background-color: var(--hd-red);
  color: #fff;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item:nth-child(2) {
  padding: 0 35px 0 0 !important;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content {
  border-radius: 8px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body {
  height: 450px;
  padding-top: 16px;
  background-color: var(--hd-card-background);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list {
  padding: 0 10px;
  margin: 0 0 8px 0;
  display: flex;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .el-tag {
  border-radius: 13px;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-left: 2px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .el-tag .num {
  margin-left: 5px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .el-tag:nth-child(1) {
  margin-left: 0px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .tag-grey {
  background-color: rgba(102, 102, 102, 0);
  color: var(--hd-gray-9);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .active-tag-grey {
  color: var(--hd-gray-9);
  background-color: var(--hd-grey-fade);
  border: 1px solid var(--hd-blue-gray-5);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .tag-red {
  background-color: rgba(201, 53, 63, 0);
  color: var(--hd-red-7);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .active-tag-red {
  color: var(--hd-red-7);
  background-color: var(--hd-red-7-fade);
  border: 1px solid var(--hd-red-7-activeFade);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .tag-reds {
  background-color: rgba(230, 238, 255, 0);
  color: var(--hd-red);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .active-tag-reds {
  color: var(--hd-red);
  background-color: var(--hd-reds-7-fade);
  border: 1px solid var(--hd-red-4);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .tag-orange {
  background-color: var(--hd-orange-2);
  background: rgba(255, 242, 230, 0);
  color: var(--hd-orange);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .active-tag-orange {
  background-color: var(--hd-orange-2);
  color: var(--hd-orange);
  border: 1px solid var(--hd-orange-boder);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .tag-blue {
  background-color: rgba(230, 238, 255, 0);
  color: var(--hd-blue);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .active-tag-blue {
  background-color: var(--hd-blue-2);
  color: var(--hd-blue);
  border: 1px solid var(--hd-blue-boder);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .tag-green {
  background-color: rgba(218, 242, 233, 0);
  color: var(--hd-green-7);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .small-tag-list .active-tag-green {
  background-color: var(--hd-green-2);
  color: var(--hd-green-7);
  border: 1px solid var(--hd-green-boder);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-body .virtual-list {
  border: 1px solid red;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-footer {
  display: flex;
  flex-direction: row;
  height: 51px;
  background-color: var(--hd-card-background);
  border-radius: 0 0 8px 8px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-footer .footer-btn {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-footer .footer-btn i {
  font-size: 16px;
  color: var(--hd-inverse);
  margin-right: 10px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-footer .footer-btn span {
  font-size: 14px;
  color: var(--hd-blue-gray-9);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .el-tabs__content .tab-footer .footer-btn:nth-child(1) {
  border-right: 1px solid var(--hd-blue-gray-2);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards {
  padding-top: 10px;
  height: 424px;
  overflow: scroll;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .serviceAirCooling {
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list {
  background-color: var(--hd-card-background);
  padding: 16px 14px 16px 18px;
  border-radius: 8px;
  margin: 0 16px 8px;
  cursor: pointer;
  background-image: linear-gradient(173deg, var(--hd-blue-gray-1) 0%, var(--hd-card-background) 90%);
  box-shadow: 0 4px 12px 0 rgba(12, 29, 103, 0.08);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list:hover {
  background-image: linear-gradient(173deg, var(--hd-blue-gray-1) 0%, var(--hd-card-background) 90%);
  box-shadow: 0 3px 6px -4px var(--hd-bshow-hover5), 0 4px 12px 0 var(--hd-bshow-hover6), 0 9px 28px 8px var(--hd-bshow-hover7);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-title .title {
  color: var(--hd-blue-gray-12);
  font-size: 16px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-title .solve {
  color: var(--hd-red);
  font-size: 14px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-title .none-solve {
  display: inline-block;
  width: 50px;
  color: var(--hd-gray-9);
  font-size: 14px;
  text-align: right;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-describe {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 11px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-describe .el-tag {
  display: flex;
  align-items: center;
  border: 0;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-describe .el-tag img {
  width: 16px;
  height: 17px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-describe .el-tag span {
  font-size: 12px;
  margin-left: 3px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-describe .des-content {
  margin-left: 4px;
  border: 0;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-describe .des-text {
  margin-left: 9px;
  max-width: 270px;
  color: var(--hd-blue-gray-9);
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-time {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-time .el-timeline .el-timeline-item .el-timeline-item__tail {
  position: absolute;
  left: 2px;
  top: 12px;
  height: 20px;
  border-left: 1px solid var(--hd-blue-gray-5);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-time .el-timeline .el-timeline-item .el-timeline-item__node {
  width: 7px;
  height: 7px;
  background-color: var(--hd-blue-gray-5);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-time .el-timeline .el-timeline-item .el-timeline-item__wrapper {
  padding-left: 8px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-time .el-timeline .el-timeline-item .el-timeline-item__wrapper .el-timeline-item__timestamp {
  font-size: 14px;
  margin-left: 8px;
  color: var(--hd-blue-gray-9);
  margin-top: 3px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .card-time .el-timeline .el-timeline-item:nth-child(2) {
  padding-bottom: 0;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .handle-time .handle-consuming {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .handle-time .handle-consuming i {
  color: var(--hd-blue-6);
  margin-right: 7px;
  font-size: 14px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .handle-time .handle-consuming span {
  color: var(--hd-blue-6);
  font-size: 14px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .handle-time .handle-info {
  padding: 0 10px;
  height: 20px;
  background-image: linear-gradient(0deg, var(--hd-yellow-bg1), var(--hd-yellow-bg0));
  box-shadow: inset 0 0 3px 0 var(--hd-yellow-bg1);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  float: right;
  max-width: 230px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .handle-time .handle-info i {
  color: var(--hd-orange);
  margin-right: 3px;
  font-size: 14px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .card-list .handle-time .handle-info span {
  color: var(--hd-orange-7);
  font-size: 12px;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .no-go-two-page {
  height: 100%;
  cursor: not-allowed;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .tab-cards .no-go-two-page:hover {
  cursor: not-allowed;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .small-tag-red {
  background-color: var(--hd-red-7-fade);
  color: var(--hd-red-7) !important;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .small-tag-red span {
  color: var(--hd-red-7);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .samll-tag-reds {
  background-color: var(--hd-reds-7-fade);
  color: var(--hd-red) !important;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .samll-tag-reds span {
  color: var(--hd-red);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .small-tag-orange {
  background-color: var(--hd-orange-2);
  color: var(--hd-orange) !important;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .small-tag-orange span {
  color: var(--hd-orange);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .small-tag-blue {
  background-color: var(--hd-blue-2);
  color: var(--hd-blue) !important;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .small-tag-blue span {
  color: var(--hd-blue);
}
.alarm-center-box[data-v-53eb2528] .el-tabs .small-tag-green {
  background-color: var(--hd-green-2);
  color: var(--hd-green-7) !important;
}
.alarm-center-box[data-v-53eb2528] .el-tabs .small-tag-green span {
  color: var(--hd-green-7);
}
.tab-cards[data-v-53eb2528]::-webkit-scrollbar {
  width: 4px !important;
  height: 20px !important;
  display: block !important;
}
.tab-cards[data-v-53eb2528]::-webkit-scrollbar-thumb {
  background-color: var(--hd-blue-gray-7);
  height: 20px !important;
}
.tab-cards[data-v-53eb2528]::-webkit-scrollbar-track {
  background-color: var(--hd-blue-gray-7);
  height: 20px !important;
}
.filter-content[data-v-53eb2528] {
  padding: 0 14px 4px;
}
.filter-content .el-dropdown-link[data-v-53eb2528] {
  cursor: pointer;
  color: var(--hd-blue-gray-12);
}
.filter-content .num-all[data-v-53eb2528] {
  float: right;
  padding-right: 8px;
  color: var(--hd-blue-gray-9);
}
.filter-content[data-v-53eb2528] .el-input {
  display: flex;
}
.filter-content .el-select[data-v-53eb2528] input {
  background: none;
  border: none;
  padding-right: 10px;
}
.filter-content .el-select[data-v-53eb2528] .el-select__caret {
  color: var(--hd-blue-gray-9);
}
.filter-content .el-select[data-v-53eb2528] .el-input__suffix {
  position: relative;
}


:root[theme='dark'] {
  /* 致命 */
  --hd-card-bg: rgba(26, 27, 28, 0.05);
  --hd-card-bgs: rgba(26, 27, 28, 0.9);
}
:root {
  /* 致命 */
  --hd-card-bg: rgba(255, 255, 255, 0.05);
  --hd-card-bgs: rgba(255, 255, 255, 0.9);
}
.voice-box-popper {
  min-width: 0px !important;
  padding: 6px 10px !important;
}

@keyframes blink-d0280d6a {
0% {
    border: 1px solid #ff4d4d;
    transform: scale(1);
}
50% {
    border: 1px solid rgba(255, 77, 77, 0.5);
    transform: scale(1.004);
}
100% {
    border: 1px solid rgba(255, 77, 77, 0);
    transform: scale(1.008);
}
}
.window-box[data-v-d0280d6a] {
  position: relative;
  z-index: 99;
  width: 390px;
}
.no-go-two-page[data-v-d0280d6a] {
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: not-allowed;
  cursor: no-drop;
}
.no-go-two-page[data-v-d0280d6a]:hover {
  cursor: not-allowed;
}
.alarm-window-wrapper[data-v-d0280d6a] {
  position: relative;
  width: 680px;
  height: 22px;
}
.alarm-window-wrapper-two[data-v-d0280d6a] {
  width: 620px;
  transition: none;
}
.alarm-window[data-v-d0280d6a] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  right: 0;
  height: 32px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  transition: width 0.5s;
}
.alarm-window .voice-box[data-v-d0280d6a] {
  height: 24px;
  display: flex;
  position: relative;
  align-items: center;
  width: 72px;
  margin-right: 20px;
}
.alarm-window .voice-box i[data-v-d0280d6a] {
  margin-right: 12px;
}
.alarm-window .alarm-box-uu[data-v-d0280d6a] {
  width: 100% !important;
  position: absolute;
  border: 1px solid var(--hd-red);
  padding: 2px;
  border-radius: 18px;
  height: 32px;
  top: -3px;
  right: -2px;
  animation: blink-d0280d6a 1.5s ease-in-out infinite;
}
.alarm-window .mute-icon[data-v-d0280d6a] {
  position: absolute;
  left: 12px;
  top: 4px;
  color: var(--hd-blue-gray-9);
  cursor: pointer;
}
.alarm-window .active-icon[data-v-d0280d6a] {
  color: var(--hd-blue);
}
.alarm-window .countdown[data-v-d0280d6a] {
  margin-left: 42px;
  margin-right: 18px;
  color: var(--hd-blue);
  font-weight: bold;
  font-size: 12px;
}
.alarm-window .window-content-over[data-v-d0280d6a] {
  width: 200% !important;
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: scroll-d0280d6a 15s linear infinite 600ms;
}
@keyframes scroll-d0280d6a {
0% {
    transform: translateX(0%);
    /* 初始位置 */
}
100% {
    transform: translateX(-110%);
    /* 向左移动 100% 的距离 */
}
}
.alarm-window .window-content[data-v-d0280d6a] {
  width: 100%;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.alarm-window .window-content .center-content[data-v-d0280d6a] {
  width: 100%;
  text-align: center;
}
.alarm-window .window-content span[data-v-d0280d6a] {
  color: var(--hd-blue-gray-12);
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
}
.alarm-window .window-content .type[data-v-d0280d6a] {
  font-size: 12px;
  padding: 0px 2px;
  color: #ffffff;
}
.alarm-window .window-content .type-red[data-v-d0280d6a] {
  background-color: var(--hd-red-7);
}
.alarm-window .window-content .type-reds[data-v-d0280d6a] {
  background-color: var(--hd-red);
}
.alarm-window .window-content .type-orange[data-v-d0280d6a] {
  background-color: none;
  color: #ff935b !important;
  border: 1px solid #ff935b;
}
.alarm-window .window-content .type-blue[data-v-d0280d6a] {
  background-color: var(--hd-blue);
}
.alarm-window .window-content .type-green[data-v-d0280d6a] {
  background-color: var(--hd-green-7);
}
.alarm-window .blocked-out[data-v-d0280d6a] {
  position: absolute;
  right: 53px;
  margin-left: 18px;
}
.alarm-window .blocked-out.twopage[data-v-d0280d6a] {
  right: 12px;
}
.alarm-window .blocked-out .block-icon[data-v-d0280d6a] {
  font-size: 12px;
  color: var(--hd-blue-gray-9);
  cursor: pointer;
}
.alarm-window .blocked-out .block-icon[data-v-d0280d6a]:hover {
  background-color: transparent;
}
.alarm-window .blocked-out .none-icon[data-v-d0280d6a] {
  color: var(--hd-blue-gray-5);
}
.alarm-window .blocked-out .none-icon[data-v-d0280d6a]:hover {
  background-color: var(--hd-blue-gray-2);
  color: var(--hd-blue-gray-5);
}
.alarm-window .blocked-out .block-num[data-v-d0280d6a] {
  font-size: 12px;
  color: var(--hd-blue-gray-12);
  margin: 0 8px;
}
.light-theme .alarm-expand[data-v-d0280d6a] {
  color: #ffffff;
}
.light-theme .alarm-expand i[data-v-d0280d6a] {
  color: #ffffff;
}
.alarm-expand[data-v-d0280d6a] {
  position: absolute;
  right: 0px;
  width: 76px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff7d81;
  cursor: pointer;
}
.alarm-expand i[data-v-d0280d6a] {
  font-size: 14px;
  margin-left: 2px;
  color: #ff7d81;
}
.alarm-window-two[data-v-d0280d6a] {
  width: 620px !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 22px;
  transition: width 0.5s;
  display: flex;
  align-items: center;
}
.alarm-window-two .mute-icon[data-v-d0280d6a],
.alarm-window-two .active-icon[data-v-d0280d6a],
.alarm-window-two .countdown[data-v-d0280d6a] {
  color: #ffffff;
}
.alarm-window-two .window-content span[data-v-d0280d6a] {
  color: #ffffff;
}
.alarm-window-two .window-content .center-content span[data-v-d0280d6a] {
  color: #ffffff;
}
.alarm-window-two .blocked-out .block-icon[data-v-d0280d6a] {
  color: #ffffff;
}
.alarm-window-two .blocked-out .block-icon[data-v-d0280d6a]:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.alarm-window-two .blocked-out .none-icon[data-v-d0280d6a]:hover {
  background: transparent;
  color: #ffffff;
}
.alarm-window-two .blocked-out .block-num[data-v-d0280d6a] {
  color: #ffffff;
}
.light-theme .window-content .type-orange[data-v-d0280d6a] {
  background: #c9353f;
  color: #ffffff !important;
  border: none;
}
.light-theme .alarm-full-bar[data-v-d0280d6a] {
  background-image: linear-gradient(270deg, #dd7c7c70 1%, #ff9090 20%, #ff9090 81%, #ff909070 100%);
}
.alarm-full-bar[data-v-d0280d6a] {
  position: fixed;
  top: 54px;
  left: 0;
  height: 32px;
  width: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  transition: none;
  align-items: center;
  visibility: hidden;
  background-image: linear-gradient(270deg, #210000cc 1%, #7e0d0d 20%, #7e0d0d 81%, #210000cc 100%);
}
.alarm-full-bar.has-alarm[data-v-d0280d6a] {
  width: 100%;
  visibility: visible;
}
.alarm-full-bar.visible[data-v-d0280d6a] {
  width: 40px;
  height: 36px;
  right: 0;
  background-image: none;
  left: auto;
  visibility: visible;
}
.alarm-full-bar.visible.hover[data-v-d0280d6a],
.alarm-full-bar.visible[data-v-d0280d6a]:hover {
  width: 50px;
}
.expand-btn-hidden[data-v-d0280d6a] {
  position: absolute;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 18px 0 0 18px;
  cursor: pointer;
  background: var(--hd-blue);
}
.expand-btn-hidden i[data-v-d0280d6a] {
  padding-left: 14px;
}
.expand-btn-hidden.has-alarm[data-v-d0280d6a] {
  position: relative;
}
.expand-btn-hidden.has-alarm[data-v-d0280d6a]::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #ff7d81;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 0;
}
.light-theme .icon-new[data-v-d0280d6a] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAABeRJREFUWEfFl2mIXFUWx3/n3dextVKLuEXHHgUdxSWIYgwBUccZzSQRlw+CiqgJorihmChOHBBFImqijjoDo4PiEoh+EcR14hI1orivuIsSlxY11qvqNtGud4+cV/e2VdXVbSsDXigK3rvvnP/5n12Y5KiqAImI5HZFm83t8P5A4AhgDqq7IFItPlfNEPkUeBFYS5K8JOXy1+1X6gAvItpPlSmZcIJyERGvo6M70motQ3URsBuQTgY6PG8BHyHyIGm6UkqlL1U1MSz9QEwAYJcLxcPDJQYHzwUuArYxAR0/E2gnfh+t8+GZPbfft8C1bN58s8yaNRpldxrQBWBc+cjILFqtOwPdvYr7stbDirktgrD/taTpKTJz5nAviHFh5ivztzabe5Hn9wF7Akan+dDuRaHR+l/wRPHavrHfDOA9nDtOyuV3oq5xCs3n5h8dHd2JsbFHgX2D8n7+NkamYqGfq8yQAeAtBgbmS6n0RdQp48o3bNiSctksn9+h3HxqAhNUV5Mku6E6L7yPFBsjds9OZKcNUuQLVJuBzbEA4lGazeNkaGhToXvc7/X634EVQLwYKTbhCUmyFOfWMDb2PlAKwPoxMQo8i8j9iKwhz4cQeSwE8g/AFsByqdWuKnQXudqm/nVg2w7BHhELxM+BrYGvqFSuodk8AtWFqDYQGUT1DETuQWQ9qq9TqbxGo1HGuZ0ZG/srIouBvQM70X3fMDCwn7miDSDLVqF6YQgYo9GeG4CTUX0+oLerW5MkI+T596Tpj7Ra2yHyP0QOA95HdRlJ8idU90J1j0B5b7BaUDpErpNqdakUFS7PnwiB16a7feLFNcDdqD4QfG3uWAY08P6WdjWQeYjsi/e39sRPW8bPKWm3o443ce4volm2ANWH+vg0fvwGSXI43v8XOBbYRJrOo9U6Hrg0AJiLyN54fzuwOVhelPJJcjUG6ULRen0lsHTc4u4vLH3Swj3ObYv3yxFZjfcrEXllPB1FDMA+eH/bJOnbG9jRuFXGwDOoHtzBQHz5Ms4tRbWG6jAiM/B+B5x7Gue2oNU6AJEM7y8GbqRSWUe9Ppck2YyII89noGoG1HHuUFRv7rAtMrDeGNgA7NwV/W3qXiNJLkd1ZqHchKXpN+T59ng/iEgTke9RPQvvV5CmX5PnixExAB9IpXKHfvfdEpJkCNU/AksmAIDPDEADKE9RV2Pq/Aici8jxqFpLjkzleL8/zv0Z1X+GmHgB7+cjshawFh7vdqsRaZgLGqh2AogKNwJvIGIxYGW0juqZiJwInADYDCCoDuHcoqJde39Nux4m6yiXF5FlVoCscvbGQBtIAWCiCyLap6lWFzEyslWhyPuccrnBxo2DDA6WyHMTqqhaQF6N96cClwQT7dsFZNmTwEF9GIhGftYvCCNNmxCxsupQHSwsdu5w8vwCwKpbFkryuzj3N/Lc6Ddm7EwPgEgRhJOlYbtgiNwAfFBY6twc8vxKRN4GhlG9CXiCavVIsuxlYL9pAuhKw36FKFJkEf0H4AJUl5MkVu0uQ2Q2lcpssuw54GOp1U7SLPsBVev7v4aBhbEUPw7M7iiTsQxfQZr+JzSqrQIDVoYt3c7D+/WIbB98bAEXy+xULuguxQa3pxnFEvow1eoxZNm/gdNDFhyGyPkhBt4F7pJabYVm2b9QPbsj2qcC0N2MCgDd7TheuBdVY+Z6RHwYva3rXYrqaSGNziNJ7iHPzf9D42VY5BlaraNwzliZ05EFE9vxFANJpOoT0vRoSqUPGR2tkucPonpAMV5VqwfRaCxH9R9BuVVQ+z0itdoCrdefAg7pABDrwc8DyRQjWWyjBuTVMGLvEsardrsWWYfqXGBmCL5o4ZuI3IbqOcDuITZMjs2Y3SNZ4YL/71Dar6q3u2q/oTTe/oWxPE66vT2+cxHpVRzfWUyZ8snH8g4Q7a1o8sXE3DKdU+yTIR6mt5hMAPF7rGYdIIqZPyynO9Fq2WDyW5bTVWEJmf5y2gNiqvV81571/JPfsp7/BLk/TNbBTm4qAAAAAElFTkSuQmCC) no-repeat center center / cover;
}
.icon-new[data-v-d0280d6a] {
  height: 16px;
  margin-left: 20px;
  width: 16px;
  animation: alarmShow-d0280d6a 0.5s 3;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAABjJJREFUWEfFl3+MHVUVxz/fO++9XfpKYAOlilRMQA3YhkgoTROj9UetZY3KH2uQ3SJtDES7rditRosJizE1YgvCPkgAU6DtmsL+QWJEhQLWWqNRqhQ0IqjBqLVSEHbb7S7vvbnH3PmxfW87u6zGxEkmk8zcued7vt9zzj1HzHCZIUZ6nD45EocldsfaBZTqlxFrJWIppvPBn5H+7kaR/QXjV0S2l2blKW2872jy30M9ET0jXsKKTKnoZWL85kFpcNDb3de9mcbxzaBujAuA0kygs/dNxJ/AHqE8f5uuv+cfNjjouGnQikCcAiAsTgzvXFPluPXj7YsYZwVnWm6XGcv/z73zQHiX3uIVnL7FfNV0za7xfO9WB9oATBm/89o34Zs7wVYWGC5kbRorQbaTQNBeXOkarb//yHQQU5sFrYLedtuaiyj7hzHeCTSBKNss3zT3/g2USD6Hf8JdQfyBhrtSX9j1+9xWWJAACJoHfWzoqnMhehRYnBkv0jvQPRsLRVIFR8rAbyFepQ17Duc2NWX81p7TKFceBla1GA+ahg2D18OICzCWZ99zisO3sC5Jh+yZgzyMOJax2chAPEqjfqU2jUwktqd0r635Cua3AvnCnOKwuUMa4LTKHk7UnwerZsCKmBgHfob4HkR7kFuEbzwOIZD1OlgHclvUv+sbie1EgqF152L1Q8jObtnYI3Yi93e8dSH7J9XyLRyLVyJ/BTCG6MS4DvEg6ACyQ5SqTxPFp1NvnIf3H8JsLXBxxk7KjHgZ67hEG3YcTgHUrt6OaVMWMIHG8N5j6kP6RYI+KNi0LkrxcYhOEKuOuQVY/BiRraDS+TwTk5sRb8e4CHhHRvn0YA1BGSG7Vf3fHVBS4VR/Mgu8lO70yhZqD47dxPb9TGuHYzO4Mby/J1kZsRyvxZjdOy1+0j1OpmRYndt4Fqt8UHZX72piflCgafqz6Rmc+wDW/A7oE8AEpuVE6sH7GxMAFi0Duxj5+4DJzPPA4kwpm0oRcYWstmYb5gemPG4nLKRPCec2YfHZmLYgDaPSNqzxa0LJzgHIvwtsxwzpOz2wM3bZLqv1/RSz97QwkH88iHMDeJ1J2Y4QWwWzhTi3H1/qwOJLifwoni8BdzCvtI+JeBmeSWQRngpOTRyvEfM+zNdafMuCUQdkQ31/BTuvLfpT6p4G3QxuPoorSE0ivUzMOXjfidMxzJ3A/GeBrSg6Cs21WADAC+offsBqveuQLcKit2J+XQGAv8lqvWMYp89SV/OiUsfRj1dPdkbkARae70b2fky3J/uIX1Itr+J4fS/oshnkDSvHigDkBv8FPIOphCwk4WvIrsf0KeAqYDTL6UWU6KaubmS3ZAD2Ua52Ux8PBShUzukxkPs7ViRB7tl+XL0b1zmPUofwLqbr1TGOVDrpqIZK2KAxaRCHIP4muE8DX84A7KdcXU19/MfA5QUM5DEQJDglCHN0E0jjIccwOhOPQzp6uwEsaD2KUxXxHE4foWm3gwVmggRzBXBgtjRMC4a5byP/ArANlZZija/jot+BHcHbENiTLGx8mJcqBzEumSOAljQsLkR5HEzS6HwL5YkbQFugvBiaNyFbwvrhJdR6fw76szbsvtpqfa9jVpkjgJZClJbiJ4AlLWUyq4J8DcV3Y9EhxDzKLKVhoT9ci9MGKB2AxjkYMUYIuOzknFWC9lJccBjlJfSHVKofp3HiLsw+k2SBaQXyn08AwHNIu9S/e6sN9d0J9rmpaJ89BtoPo4LjOD+EHgL/BKbbQB4sBN0KzG7EuDahOrAQlx9E9YPAopNlWKG6fhR4PGnh84MtbW7aj+NZGpKczhcplz9GV9cfOfrqGVjzEcwuTdqrhfXLeamyBeOrmfFQQR3Gj7RxeLUN9f4EeG8LgLQetDYks7Rk+TEaGpPfYLyCOD9rr9LjWuzDWAbMz3I39/BZYAfGeuDCLDaCQ6HHbG/JEgn+t01pUVVPT9WipjRf/QZted7pTj/jWweR6YbzbyGmSrO25VMg8qlo5sEkyDKXK5kns4ZEzGUwOQXE/2M0mwLROpyGjlmTA//VcGqd20Pn+x8Np20g2sbzngWUKi3jOW9Dlo7nplHEiyfH8/pT2jgyp/H836j+VYbBqP2SAAAAAElFTkSuQmCC) no-repeat center center / cover;
  visibility: hidden;
}
.icon-new.icon-show[data-v-d0280d6a] {
  visibility: visible;
}
@keyframes alarmShow-d0280d6a {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

:root[theme='dark'] {
  --hd-header-bg: #292b2e;
}
:root {
  --hd-header-bg: #fff;
}
html,
body,
p,
div,
ul,
li {
  padding: 0;
  margin: 0;
}
#gateWay {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans SC', 'PingFang SC', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 14px;
  width: 100%;
  height: 100%;
  color: var(--hd-blue-gray-10);
  background: var(--hd-card-background);
  overflow: hidden;
}
html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
li {
  list-style: none;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
  display: block !important;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 20px;
  background: var(--scroll-bg);
}
::-webkit-scrollbar-thumb:hover {
  cursor: grab;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
  display: none;
}
::-webkit-scrollbar-corner {
  /* 右下角交汇区域的样式 */
  background-color: transparent;
}
a:link,
a:visited,
a:hover,
.a:active {
  text-decoration: none;
  color: inherit;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  content: '\20';
}
.el-tree-node__expand-icon.expanded {
  transform: rotate(0deg) !important;
}
.el-icon-caret-right:before {
  font-family: 'iconfont' !important;
  content: '\e797' !important;
  font-size: 16px;
  color: var(--hd-blue-gray-9);
}
.el-tree-node__expand-icon.expanded:before {
  font-family: 'iconfont' !important;
  content: '\e796' !important;
  font-size: 16px;
  color: var(--hd-blue-gray-9);
}
.is-leaf.el-tree-node__expand-icon.el-icon-caret-right:before {
  content: '' !important;
  font-size: 16px;
}
.el-table__expand-icon--expanded {
  transform: rotate(0) !important;
}
.el-table .el-icon-arrow-right:before {
  font-family: 'iconfont' !important;
  content: '\e797' !important;
  font-size: 16px;
  color: var(--hd-blue-gray-9);
}
.el-table .el-table__expand-icon--expanded .el-icon-arrow-right:before {
  font-family: 'iconfont' !important;
  content: '\e796' !important;
  font-size: 16px;
  color: var(--hd-blue-gray-9);
}
.el-table .el-table-filter__list-item.is-active,
.el-table .el-table-filter__list-item.is-active:hover {
  background-color: var(--hd-card-background);
  color: var(--hd-blue);
  font-weight: 700;
}
.el-table .el-table-filter__list-item:hover {
  color: var(--hd-blue-gray-10);
}
.el-table.fixed-top {
  overflow: visible;
}
.el-table.fixed-top .el-checkbox__inner {
  z-index: 0;
}
.el-table.fixed-top .el-table__header-wrapper {
  position: sticky;
  top: 0;
  z-index: 99;
}
.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.el-dialog {
  width: 480px;
}
.el-dialog__wrapper .el-dialog {
  overflow-y: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
.el-dialog__wrapper .el-dialog .el-dialog__header {
  height: 56px;
  padding: 16px 24px;
  border-bottom: 1px solid;
  border-bottom-color: var(--hd-blue-gray-3);
  box-sizing: border-box;
}
.el-dialog__wrapper .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--hd-blue-gray-10);
  line-height: 24px;
}
.el-dialog__wrapper .el-dialog .el-dialog__body .el-form-item {
  margin-bottom: 20px;
}
.el-dialog__wrapper .el-dialog .el-dialog__body .el-form-item:last-child {
  margin-bottom: 0;
}
.el-dialog__wrapper .el-dialog .el-dialog__body .el-form-item .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  color: var(--hd-blue-gray-10);
  padding-right: 4px;
}
.el-dialog__wrapper .el-dialog .el-dialog__footer {
  height: 52px;
  padding: 10px 16px;
  border-top: 1px solid var(--hd-blue-gray-3);
  border-bottom: 1px solid;
  border-bottom-color: var(--hd-blue-gray-3);
}
.el-dialog__wrapper .el-dialog .el-dialog__footer .iconfont {
  font-size: 12px;
}
.query-item .input .el-input__inner,
.query-item .input .el-input {
  width: 100%;
}
.el-tooltip__popper {
  max-width: 50vw;
}
.el-scrollbar__wrap::-webkit-scrollbar,
.el-table__body-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.el-checkbox.is-disabled {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.el-form-item--small .el-select,
.el-form-item--small .el-select > hui.el-input,
.el-form-item--small .el-input--small {
  display: flex;
}
.el-picker-panel.el-date-range-picker.el-popper .el-picker-panel__footer .el-button.el-picker-panel__link-btn.el-button--text.el-button--mini {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.el-input .el-input__count span.el-input__count-inner {
  line-height: 1;
}
.el-table__body-wrapper::-webkit-scrollbar,
.el-scrollbar__wrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.el-table::before,
.el-table__fixed-right::before,
.el-table__fixed::before {
  display: none;
}
.el-menu--horizontal > .el-submenu:focus .el-submenu__title,
.el-menu--horizontal > .el-submenu:hover .el-submenu__title,
.el-menu--horizontal .el-submenu .el-submenu__title {
  color: var(--hd-blue-gray-7) !important;
  font-size: 16px;
  height: 54px !important;
  line-height: 54px !important;
}
.el-dropdown-menu .el-dropdown-menu__item {
  white-space: nowrap;
}
.main {
  height: 100%;
  width: 100%;
  color: var(--hd-blue-gray-9);
}
.main .children-view {
  background-color: var(--hd-theme);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.venus-title {
  padding: 0 26px;
  height: 48px;
  line-height: 48px;
  font-weight: 600;
  position: relative;
  background: var(--hd-card-background);
  font-size: 16px;
  color: var(--hd-blue-gray-9);
  display: flex;
  align-items: center;
}
.venus-body {
  overflow-y: auto;
  position: relative;
  margin: 20px;
  height: calc(100% - 48px - 40px);
  width: calc(100% - 40px);
  border-radius: 4px;
}
.venus-body .venus-f-body {
  height: 100%;
  background-color: var(--hd-card-background);
}
.venus-body .venus-body-search {
  padding: 0 16px 12px 16px;
  border-bottom: 1px solid;
  border-bottom-color: var(--hd-blue-gray-2);
}
.venus-body .venus-body-search .query-item {
  display: flex;
  align-items: center;
  padding-top: 12px;
}
.venus-body .venus-body-search .query-item .label {
  margin-right: 8px;
  display: inline-block;
  color: var(--hd-blue-gray-9);
}
.venus-body .venus-body-search .query-item .input {
  flex: 1;
}
.venus-body .venus-body-search .query-btn {
  justify-content: flex-end;
}
.venus-body .venus-body-content {
  position: relative;
  overflow-y: auto;
}
.venus-body .venus-body-content .venus-body-content-title {
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.venus-body .venus-body-content .venus-body-content-title > div:first-child {
  color: var(--hd-blue-gray-10);
  font-size: 16px;
  font-weight: bold;
}
.venus-body .venus-body-content .venus-body-table {
  position: relative;
  padding: 0 16px;
  overflow: auto;
  height: calc(100% - 48px - 2px);
}
.venus-body .venus-body-content .venus-btn-color-blue {
  padding: 0;
}
.venus-body .venus-body-page {
  height: 48px;
  vertical-align: middle;
  text-align: right;
  padding-top: 10px;
}
.venus-body .venus-body-page-fixed {
  position: fixed;
  bottom: 20px;
  background: var(--hd-card-background);
  z-index: 999;
  width: calc(100% - 40px - 36px);
  height: initial;
  padding: 0;
  text-align: right;
  box-shadow: 0px 8px 32px 0px rgba(92, 112, 153, 0.04);
}
.venus-body .venus-body-page-fixed .el-pagination {
  padding: 12px;
}
.venus-drawer-body {
  height: calc(100% - 60px);
  overflow-y: auto;
  padding: 24px;
}
.venus-drawer-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 13px 16px;
  border-top: 1px solid var(--hd-blue-gray-3);
  width: 100%;
  text-align: right;
}
.venus-page-bottom .el-table__body-wrapper {
  margin-bottom: 10px;
}
.mimicry-theme {
  --hd-theme: #ecf3f9;
  --hd-mix-background: #dadee4;
  --hd-header-bg: #ebf3fa;
  --hd-card-background: #ebf3fa;
  /* scrollbar */
  /* card */
  /* button */
  /* input */
  /* tree */
  /* datepicker */
  /* dialog */
  /* messageBox */
  /* message */
  /* select cascader, popper */
  /* drawer */
  /* menu */
  /* tooltip */
  /* table */
  /* pagination */
  /* switch */
  /* checkbox */
  /* loading */
  /*  */
}
.mimicry-theme ::-webkit-scrollbar-thumb {
  background-color: var(--hd-blue-gray-5);
}
.mimicry-theme .backdrop-filter {
  backdrop-filter: blur(15px);
}
.mimicry-theme .background-image-shadow-filter {
  background: var(--hd-mix-background);
  background-image: linear-gradient(150deg, #fcfeffcc 0%, #f0f8ffcc 95%);
  box-shadow: 0 9px 28px 8px #0000000d;
  backdrop-filter: blur(15px);
}
.mimicry-theme .el-scrollbar .el-scrollbar__thumb {
  background-color: var(--hd-blue-gray-5);
}
.mimicry-theme .el-card,
.mimicry-theme .venus-body {
  background-image: linear-gradient(125deg, #f6fafe 0%, #e8f1fa 100%);
  border: 1px solid #fff;
  box-shadow: -10px -10px 20px 0 #ffffffcc, 10px 10px 20px 0 #c2cdd6;
  transition: 0s;
}
.mimicry-theme .el-card .el-card__body,
.mimicry-theme .venus-body .el-card__body {
  height: 100%;
  padding: 0;
}
.mimicry-theme .el-card.small-box-shadow,
.mimicry-theme .venus-body.small-box-shadow {
  box-shadow: -5px -5px 10px 0 #ffffffcc, 5px 5px 10px 0 #c2cdd6;
}
.mimicry-theme .el-button {
  font-weight: 400;
}
.mimicry-theme .el-button.is-round {
  border-radius: 50%;
}
.mimicry-theme .el-button--default,
.mimicry-theme.is-plain {
  color: var(--hd-blue-gray-12);
  border-color: transparent;
  background-image: linear-gradient(135deg, #f6fafe 0%, #e8f1fa 100%);
  background: none;
  box-shadow: -10px -10px 20px 0 #fff, 10px 10px 20px 0 #c2cdd6;
  transition: all 0.2s ease-in-out;
}
.mimicry-theme .el-button--default:hover,
.mimicry-theme.is-plain:hover {
  color: var(--hd-blue-gray-12);
  border-color: transparent;
  background-image: linear-gradient(135deg, #f6fafe 0%, #e8f1fa 100%);
  box-shadow: -2px -2px 5px 0 #fff, 2px 2px 5px 0 #c2cdd6;
}
.mimicry-theme .el-button--default:active,
.mimicry-theme.is-plain:active {
  color: var(--hd-blue-gray-12);
  border-color: transparent;
  background-image: linear-gradient(135deg, #f6fafe 0%, #e8f1fa 100%);
  box-shadow: inset -2px -2px 5px 0 #fff, inset 2px 2px 5px 0 #c2cdd680;
}
.mimicry-theme .el-button--default:focus,
.mimicry-theme.is-plain:focus {
  color: var(--hd-blue-gray-12);
  border-color: transparent;
  background: none;
}
.mimicry-theme .el-button--default.is-disabled,
.mimicry-theme.is-plain.is-disabled {
  color: var(--hd-blue-gray-6);
  background-image: linear-gradient(135deg, #ebeef2 0%, #e1eaf2 100%);
  box-shadow: -10px -10px 20px 0 #ffffff66, 10px 10px 20px 0 #c2cdd666;
}
.mimicry-theme .el-button--default.is-disabled:hover,
.mimicry-theme.is-plain.is-disabled:hover {
  color: var(--hd-blue-gray-6);
}
.mimicry-theme .el-button--primary,
.mimicry-theme.is-plain,
.mimicry-theme .el-button--default.el-button--primary {
  color: #fff;
  border-color: transparent;
  background: var(--hd-blue);
  box-shadow: -5px -5px 20px 0 #fafbff, 5px 5px 20px 0 #8baccf;
  transition: all 0.2s ease-in-out;
}
.mimicry-theme .el-button--primary:hover,
.mimicry-theme.is-plain:hover,
.mimicry-theme .el-button--default.el-button--primary:hover {
  box-shadow: -2px -2px 5px 0 #fafbff, 2px 2px 5px 0 #8baccf;
}
.mimicry-theme .el-button--primary:active,
.mimicry-theme.is-plain:active,
.mimicry-theme .el-button--default.el-button--primary:active {
  border-color: transparent;
  background: var(--hd-blue);
  box-shadow: none;
}
.mimicry-theme .el-button--primary.is-disabled,
.mimicry-theme.is-plain.is-disabled,
.mimicry-theme .el-button--default.el-button--primary.is-disabled {
  color: var(--hd-blue-gray-6);
  border-color: transparent;
  background: #ccdae8;
  box-shadow: -10px -10px 20px 0 #ffffff66, 10px 10px 20px 0 #c2cdd666;
}
.mimicry-theme .el-button--primary.is-disabled:hover,
.mimicry-theme.is-plain.is-disabled:hover,
.mimicry-theme .el-button--default.el-button--primary.is-disabled:hover {
  color: var(--hd-blue-gray-6);
  border-color: transparent;
  background: #ccdae8;
}
.mimicry-theme .el-button + .el-button {
  margin-left: 16px;
}
.mimicry-theme .el-button--small {
  min-width: 50px;
  height: 32px;
  padding: 7px 16px;
  font-size: 14px;
  border-radius: 4px;
}
.mimicry-theme .el-button--small.sqare {
  min-width: 32px;
  padding: 7px;
}
.mimicry-theme .el-button--mini.el-button--default {
  box-shadow: -5px -5px 10px 0 #fff, 5px 5px 10px 0 #c2cdd6;
}
.mimicry-theme .el-button--mini.el-button--default:hover {
  box-shadow: -1px -1px 2.5px 0 #fff, 1px 1px 2.5px 0 #c2cdd6;
}
.mimicry-theme .el-button--mini.el-button--default:active {
  box-shadow: inset -1px -1px 2.5px 0 #fff, inset 1px 1px 2.5px 0 #c2cdd680;
}
.mimicry-theme .el-button--mini.el-button--default.is-disabled {
  box-shadow: -5px -5px 10px 0 #ffffff66, 5px 5px 10px 0 #c2cdd666;
}
.mimicry-theme .el-input .el-input__suffix .el-input__count-inner {
  background-color: transparent;
}
.mimicry-theme .el-input__inner {
  background-image: linear-gradient(-80deg, #00000066 0%, #ffffff66 100%);
  background-color: #edf4fc;
  background-blend-mode: overlay;
  box-shadow: inset -5px -5px 10px 0 #fafbff0a, inset 5px 5px 10px 0 #c2cdd6;
}
.mimicry-theme .el-input__inner.is-disabled {
  background-image: linear-gradient(100deg, #ebeef2 0%, #e1eaf2 100%);
}
.mimicry-theme .el-input__inner::-moz-placeholder {
  color: var(--hd-blue-gray-6);
}
.mimicry-theme .el-input__inner::placeholder {
  color: var(--hd-blue-gray-6);
}
.mimicry-theme .el-tree {
  background-color: transparent;
}
.mimicry-theme .el-tree .el-tree-node .el-tree-node__content:hover {
  background: var(--hd-blue-2);
}
.mimicry-theme .el-tree .el-tree-node:focus > .el-tree-node__content {
  background: var(--hd-blue-2);
  border-right: 2px solid var(--hd-blue);
}
.mimicry-theme .el-range-editor .el-range-input {
  background-color: transparent;
}
.mimicry-theme .el-picker-panel {
  background: var(--hd-mix-background);
  background-image: linear-gradient(150deg, #fcfeffcc 0%, #f0f8ffcc 95%);
  box-shadow: 0 9px 28px 8px #0000000d;
  backdrop-filter: blur(15px);
}
.mimicry-theme .el-picker-panel .el-picker-panel__body .el-date-table td.today span {
  border: 1px solid var(--hd-blue);
}
.mimicry-theme .el-picker-panel .el-picker-panel__body .el-date-table td.in-range div,
.mimicry-theme .el-picker-panel .el-picker-panel__body .el-date-table td.in-range div:hover {
  background: var(--hd-blue-gray-3);
}
.mimicry-theme .el-picker-panel .el-picker-panel__body .el-time-panel {
  background: var(--hd-mix-background);
  background-image: linear-gradient(150deg, #fcfeffcc 0%, #f0f8ffcc 95%);
  box-shadow: 0 9px 28px 8px #0000000d;
  backdrop-filter: blur(15px);
  border-radius: 4px;
}
.mimicry-theme .el-picker-panel .el-picker-panel__body .el-time-panel .el-time-spinner__item {
  color: var(--hd-blue-gray-9);
}
.mimicry-theme .el-picker-panel .el-picker-panel__body .el-time-panel .el-time-spinner__item:hover {
  background: var(--hd-blue-gray-3);
}
.mimicry-theme .el-picker-panel .el-picker-panel__body .el-time-panel .el-time-spinner__item.active {
  color: var(--hd-blue-gray-12);
  font-weight: 500;
}
.mimicry-theme .el-picker-panel .el-picker-panel__body .el-time-panel .el-time-panel__btn {
  font-weight: 400;
}
.mimicry-theme .el-picker-panel .el-picker-panel__footer {
  background-color: transparent;
}
.mimicry-theme .el-dialog {
  border-radius: 4px;
  background: var(--hd-mix-background);
  background-image: linear-gradient(150deg, #fcfeffcc 0%, #f0f8ffcc 95%);
  box-shadow: 0 9px 28px 8px #0000000d;
  backdrop-filter: blur(15px);
}
.mimicry-theme .el-dialog .el-dialog__header {
  border-bottom-color: var(--hd-blue-gray-4);
}
.mimicry-theme .el-dialog .el-dialog__footer {
  padding: 12px 16px;
  border-top-color: var(--hd-blue-gray-4);
  border-bottom-color: var(--hd-blue-gray-4);
}
.mimicry-theme .el-message-box {
  background: var(--hd-mix-background);
  background-image: linear-gradient(150deg, #fcfeffcc 0%, #f0f8ffcc 95%);
  box-shadow: 0 9px 28px 8px #0000000d;
  backdrop-filter: blur(15px);
}
.mimicry-theme .el-message {
  background: var(--hd-mix-background);
  background-image: linear-gradient(150deg, #fcfeffcc 0%, #f0f8ffcc 95%);
  box-shadow: 0 9px 28px 8px #0000000d;
  backdrop-filter: blur(15px);
  box-shadow: 10px 10px 20px 0 #a2a9b070;
}
.mimicry-theme .el-select-dropdown,
.mimicry-theme .el-cascader__dropdown,
.mimicry-theme .el-dropdown-menu,
.mimicry-theme .el-popover {
  background: var(--hd-mix-background);
  background-image: linear-gradient(150deg, #fcfeffcc 0%, #f0f8ffcc 95%);
  box-shadow: 0 9px 28px 8px #0000000d;
  backdrop-filter: blur(15px);
}
.mimicry-theme .dropdown-list .menu-button.hover,
.mimicry-theme .el-dropdown-menu__item:not(.is-disabled).hover,
.mimicry-theme .el-select-dropdown .el-select-dropdown__item.hover,
.mimicry-theme .el-cascader__dropdown .el-cascader-node.hover,
.mimicry-theme .dropdown-list .menu-button:hover,
.mimicry-theme .el-dropdown-menu__item:not(.is-disabled):hover,
.mimicry-theme .el-select-dropdown .el-select-dropdown__item:hover,
.mimicry-theme .el-cascader__dropdown .el-cascader-node:hover {
  background: var(--hd-blue-gray-3);
}
.mimicry-theme .el-popper[x-placement^='bottom'] .popper__arrow {
  border-bottom-color: #e6e9ef;
}
.mimicry-theme .el-popper[x-placement^='bottom'] .popper__arrow:after {
  border-bottom-color: #f3f5f8;
}
.mimicry-theme .el-drawer {
  background: var(--hd-mix-background);
  background-image: linear-gradient(150deg, #fcfeffcc 0%, #f0f8ffcc 95%);
  box-shadow: 0 9px 28px 8px #0000000d;
  backdrop-filter: blur(15px);
}
.mimicry-theme .el-drawer .el-drawer__header {
  border-bottom-color: var(--hd-blue-gray-4);
}
.mimicry-theme .el-drawer .venus-drawer-footer {
  border-top-color: var(--hd-blue-gray-4);
}
.mimicry-theme .el-menu--horizontal.el-menu {
  background-color: var(--hd-card-background);
}
.mimicry-theme .el-menu--horizontal.el-menu .el-menu-item:not(.is-disabled):hover,
.mimicry-theme .el-menu--horizontal.el-menu .el-menu-item:not(.is-disabled):focus {
  background: var(--hd-blue-gray-3);
}
.mimicry-theme .el-menu--horizontal.el-menu .el-submenu .el-submenu__title {
  background-color: unset;
}
.mimicry-theme .el-menu--horizontal.el-menu .el-submenu .el-submenu__title:hover,
.mimicry-theme .el-menu--horizontal.el-menu .el-submenu .el-submenu__title:focus {
  background: var(--hd-blue-gray-3);
  color: var(--hd-blue);
}
.mimicry-theme .el-menu--horizontal .el-menu--popup {
  background: var(--hd-mix-background);
  background-image: linear-gradient(150deg, #fcfeffcc 0%, #f0f8ffcc 95%);
  box-shadow: 0 9px 28px 8px #0000000d;
  backdrop-filter: blur(15px);
}
.mimicry-theme .el-menu--horizontal .el-menu--popup.el-menu--popup-bottom-start {
  margin-top: 0;
}
.mimicry-theme .el-menu--horizontal .el-menu .el-menu-item,
.mimicry-theme .el-menu--horizontal .el-menu .el-submenu__title {
  background-color: unset;
}
.mimicry-theme .el-menu--horizontal .el-menu .el-menu-item:not(.is-disabled):hover,
.mimicry-theme .el-menu--horizontal .el-menu .el-submenu__title:not(.is-disabled):hover,
.mimicry-theme .el-menu--horizontal .el-menu .el-menu-item:not(.is-disabled):focus,
.mimicry-theme .el-menu--horizontal .el-menu .el-submenu__title:not(.is-disabled):focus {
  background-color: var(--hd-blue-gray-3);
}
.mimicry-theme .el-menu--horizontal > .el-menu-item.is-active {
  color: var(--hd-blue);
  border: none;
}
.mimicry-theme .el-tooltip__popper.is-dark {
  background: #0b1526bf;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px 0 #00000014, 0 9px 28px 8px #0000000d;
}
.mimicry-theme .el-table {
  background-color: var(--hd-theme);
}
.mimicry-theme .el-table th.el-table__cell {
  background-color: #e9f3fc;
}
.mimicry-theme .el-table .el-table__body .el-table__row--striped .el-table__cell {
  background-color: #e9f3fc;
}
.mimicry-theme .el-table .el-table__body tr {
  background-color: #f4faff;
}
.mimicry-theme .el-table .el-table__body tr.hover-row,
.mimicry-theme .el-table .el-table__body tr:hover > td.el-table__cell {
  background-color: #dfe9f2;
}
.mimicry-theme .el-pagination .btn-next,
.mimicry-theme .el-pagination .btn-prev {
  background-color: unset;
}
.mimicry-theme .el-pagination li {
  background-color: unset;
}
.mimicry-theme .el-switch .el-switch__core {
  background-blend-mode: overlay;
  background-image: linear-gradient(119deg, #f6fafe 0%, #e8f1fa 100%);
  box-shadow: -3px -3px 6px 0 #ffffff, 3px 3px 6px 0 #c2cdd6, inset -5px -5px 10px 0 #fafbff0a, inset 3px 3px 6px 0 #45627a96;
}
.mimicry-theme .el-switch .el-switch__core:after {
  background-image: linear-gradient(138deg, #f6fafe 0%, #e8f1fa 100%);
  box-shadow: -2px -2px 4px 0 #ffffff52, 2px 2px 4px 0 #2a455ca1;
}
.mimicry-theme .el-switch.is-checked .el-switch__core {
  background-image: linear-gradient(-61deg, #00000066 0%, #ffffff66 100%);
  box-shadow: 10px 10px 20px 0 #c2cdd6, -5px -5px 15px 0 #ffffff, inset 3px 3px 6px 0 #45627abf, inset -5px -5px 10px 0 #fafbff0a;
}
.mimicry-theme .el-checkbox .el-checkbox__input {
  margin-top: -2px;
}
.mimicry-theme .el-checkbox .el-checkbox__input .el-checkbox__inner {
  width: 16px;
  height: 16px;
  border-width: 0;
  background-image: linear-gradient(138deg, #f6fafe 0%, #e8f1fa 100%);
  box-shadow: -2px -2px 4px 0 #ffffffb3, 2px 2px 4px 0 #2a455c61, inset -2px -2px 3px 0 #fafbff24;
}
.mimicry-theme .el-checkbox .el-checkbox__input .el-checkbox__inner::after {
  left: 6px;
  top: 3px;
  transform: rotate(45deg) scaleY(1);
  border-color: #cdd4db;
}
.mimicry-theme .el-checkbox .el-checkbox__input.is-checked {
  margin-top: 0;
}
.mimicry-theme .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
  border-color: #fff;
  background-image: unset;
  background-blend-mode: overlay;
  box-shadow: inset -2px -2px 3px 0 #fafbff24, inset 2px 2px 3px 0 #45627ae6;
}
.mimicry-theme .el-checkbox .el-checkbox__input.is-checked.is-disabled .el-checkbox__inner {
  background: #bcc0c4;
  box-shadow: inset -2px -2px 3px 0 #fafbff24, inset 2px 2px 3px 0 #45627a3d;
}
.mimicry-theme .el-checkbox .el-checkbox__input.is-disabled .el-checkbox__inner {
  background-image: linear-gradient(138deg, #dee2e6 0%, #cad1d9 100%);
  box-shadow: -2px -2px 4px 0 #ffffff99, 2px 2px 4px 0 #2a455c61;
}
.mimicry-theme .el-checkbox .el-checkbox__input.is-disabled .el-checkbox__inner::after {
  border-color: #e6ecf2;
}
.mimicry-theme .el-loading-mask {
  background-image: linear-gradient(108deg, #fcfeff80 0%, #f0f8ff80 95%);
  background-color: unset;
  backdrop-filter: blur(8px);
}
.mimicry-theme .v-modal {
  opacity: 0.2;
}
#router-container {
  height: 100%;
}
.venus-mask {
  height: 54px;
  background: transparent;
  z-index: 9999999999;
  width: 100%;
  position: fixed;
  top: 0;
}
#gateWay.fullscreen-mode,
#gateWay.iframe-mode {
  background-color: unset !important;
}
#gateWay.fullscreen-mode .app-layout-slide,
#gateWay.iframe-mode .app-layout-slide,
#gateWay.fullscreen-mode .app-layout-head,
#gateWay.iframe-mode .app-layout-head {
  display: none;
}
.has-no-permission {
  box-sizing: border-box;
  height: 100vh;
  padding-top: 54px;
}
.has-no-permission .vertical-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.has-no-permission .vertical-center span {
  margin-top: 20px;
}

.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:auto 0 0}.vue-recycle-scroller__item-wrapper{flex:1;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.resize-observer[data-v-b329ee4c]{border:none;background-color:transparent;opacity:0}.resize-observer[data-v-b329ee4c],.resize-observer[data-v-b329ee4c] object{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;pointer-events:none;display:block;overflow:hidden}
/* D-DIN */
@font-face {
  font-family: 'D-DIN';
  src: url(/wonder/wonder/static/fonts/D-DIN-PRO-400-Regular.13705fe9.woff2) format('woff2'), url(/wonder/wonder/static/fonts/D-DIN-PRO-400-Regular.ea6808da.woff) format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'D-DIN';
  src: url(/wonder/wonder/static/fonts/D-DIN-PRO-500-Medium.b1b5e39b.woff2) format('woff2'), url(/wonder/wonder/static/fonts/D-DIN-PRO-500-Medium.877a36e8.woff) format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'D-DIN';
  src: url(/wonder/wonder/static/fonts/D-DIN-PRO-600-SemiBold.3a486f27.woff2) format('woff2'), url(/wonder/wonder/static/fonts/D-DIN-PRO-600-SemiBold.85ec8f79.woff) format('woff');
  font-weight: 600;
}
@font-face {
  font-family: 'D-DIN';
  src: url(/wonder/wonder/static/fonts/D-DIN-PRO-700-Bold.d1bb843b.woff2) format('woff2'), url(/wonder/wonder/static/fonts/D-DIN-PRO-700-Bold.abe51282.woff) format('woff');
  font-weight: 700;
}
@font-face {
  font-family: 'D-DIN';
  src: url(/wonder/wonder/static/fonts/D-DIN-PRO-800-ExtraBold.5dc34ec6.woff2) format('woff2'), url(/wonder/wonder/static/fonts/D-DIN-PRO-800-ExtraBold.c719b87a.woff) format('woff');
  font-weight: 800;
}
@font-face {
  font-family: 'D-DIN';
  src: url(/wonder/wonder/static/fonts/D-DIN-PRO-900-Heavy.94ec645a.woff2) format('woff2'), url(/wonder/wonder/static/fonts/D-DIN-PRO-900-Heavy.0022c3b5.woff) format('woff');
  font-weight: 900;
}

:root[theme='dark'] {
  --color-bg: #000;
  --black: #fff;
  --bg: #1a1b1c;
  --scroll-bg: #42444a;
  --border-color: #35383d;
  --hd-g-1: #1f1f1f;
  --hd-g-2: #242424;
  --hd-g-3: #2e2e2e;
  --hd-g-4: #383838;
  --hd-g-5: #424242;
  --hd-g-6: #5e5e5e;
  --hd-g-7: #737373;
  --hd-g-8: #919191;
  --hd-g-9: #b0b0b0;
  --hd-g-10: #cfcfcf;
  --hd-g-11: #e8e8e8;
  --hd-g-12: #fafafa;
  --hd-bg-1: #27292e;
  --hd-bg-2: #2c2f33;
  --hd-bg-3: #35383d;
  --hd-bg-4: #3e4147;
  --hd-bg-5: #484b52;
  --hd-bg-6: #5f6670;
  --hd-bg-7: #7a808c;
  --hd-bg-8: #8d94a1;
  --hd-bg-9: #a7abb5;
  --hd-bg-10: #bdc2c9;
  --hd-bg-11: #d1d7de;
  --hd-bg-12: #dfe6ed;
  --hd-w-b: #3e74e0;
  --hd-w-r: #dc4445;
  --hd-w-o: #dc9044;
  --hd-w-g: #3ec592;
  --hd-w-b-1: #20283d;
  --hd-w-b-2: #20304f;
  --hd-w-b-3: #243861;
  --hd-w-b-4: #2b4882;
  --hd-w-b-5: #355fb3;
  --hd-w-b-6: #3e74e0;
  --hd-w-b-7: #6698eb;
  --hd-w-b-8: #92b8f5;
  --hd-w-b-9: #bcd7fa;
  --hd-w-b-10: #e3eefa;
  --hd-w-r-1: #331b1d;
  --hd-w-r-2: #451d1e;
  --hd-w-r-3: #5c2525;
  --hd-w-r-4: #7e2e2e;
  --hd-w-r-5: #ad3939;
  --hd-w-r-6: #dc4445;
  --hd-w-r-7: #e8706b;
  --hd-w-r-8: #f39e97;
  --hd-w-r-9: #f9c7c2;
  --hd-w-r-10: #fae9e6;
  --hd-w-o-1: #33261b;
  --hd-w-o-2: #45301d;
  --hd-w-o-3: #5b4026;
  --hd-w-o-4: #7e562e;
  --hd-w-o-5: #ad7439;
  --hd-w-o-6: #dc9044;
  --hd-w-o-7: #e8ae6b;
  --hd-w-o-8: #f3cc97;
  --hd-w-o-9: #f9e3c2;
  --hd-w-o-10: #faf1e6;
  --hd-w-g-1: #192e27;
  --hd-w-g-2: #1b3e34;
  --hd-w-g-3: #225240;
  --hd-w-g-4: #2b7258;
  --hd-w-g-5: #339b74;
  --hd-w-g-6: #3ec592;
  --hd-w-g-7: #66daac;
  --hd-w-g-8: #97f0c9;
  --hd-w-g-9: #c2f8df;
  --hd-w-g-10: #e6faef;
  --hd-w-c: #44aadd;
  --hd-w-pu: #8444dc;
  --hd-w-y: #dcc244;
  --hd-w-pk: #dc449d;
  --hd-w-c-1: #192730;
  --hd-w-c-2: #1d3645;
  --hd-w-c-3: #254a5b;
  --hd-w-c-4: #2e647f;
  --hd-w-c-5: #3986ad;
  --hd-w-c-6: #44aadd;
  --hd-w-c-7: #6bc3e8;
  --hd-w-c-8: #98dcf4;
  --hd-w-c-9: #c3ebf8;
  --hd-w-c-10: #e6f6fa;
  --hd-w-pu-1: #221930;
  --hd-w-pu-2: #2c1d46;
  --hd-w-pu-3: #3b255b;
  --hd-w-pu-4: #4f2e7e;
  --hd-w-pu-5: #6a39ad;
  --hd-w-pu-6: #8444dc;
  --hd-w-pu-7: #a46be9;
  --hd-w-pu-8: #c597f4;
  --hd-w-pu-9: #dfc2f8;
  --hd-w-pu-10: #f0e7fb;
  --hd-w-y-1: #302b19;
  --hd-w-y-2: #463d1d;
  --hd-w-y-3: #5b5225;
  --hd-w-y-4: #7e712e;
  --hd-w-y-5: #ad993a;
  --hd-w-y-6: #dcc244;
  --hd-w-y-7: #e8d76b;
  --hd-w-y-8: #f3ea97;
  --hd-w-y-9: #f8f5c2;
  --hd-w-y-10: #fbf8e7;
  --hd-w-pk-1: #301928;
  --hd-w-pk-2: #451d36;
  --hd-w-pk-3: #5b2544;
  --hd-w-pk-4: #7e2e5c;
  --hd-w-pk-5: #ae397d;
  --hd-w-pk-6: #dc449d;
  --hd-w-pk-7: #e86bb0;
  --hd-w-pk-8: #f497c8;
  --hd-w-pk-9: #f8c2dc;
  --hd-w-pk-10: #fae6ef;
  --hd-theme: #000;
  --hd-inverse: #fff;
  --hd-card-background: #1a1b1c;
  --hd-text-85: rgba(255, 255, 255, 0.85);
  --hd-text-65: rgba(255, 255, 255, 0.65);
  --hd-text-45: rgba(255, 255, 255, 0.45);
  --hd-text-25: rgba(255, 255, 255, 0.25);
  --hd-text: #a7abb5;
  --hd-blue: #3e74e0;
  --hd-red: #dc4445;
  --hd-orange: #dc9044;
  --hd-green: #3ec592;

  --hd-blue-1: #20283d;
  --hd-blue-2: #20304f;
  --hd-blue-3: #243861;
  --hd-blue-4: #2b4882;
  --hd-blue-5: #355fb3;
  --hd-blue-6: var(--hd-blue);
  --hd-blue-7: #6698eb;
  --hd-blue-8: #92b8f5;
  --hd-blue-9: #bcd7fa;
  --hd-blue-10: #e3eefa;

  --hd-red-1: #331b1d;
  --hd-red-2: #451d1e;
  --hd-red-3: #5c2525;
  --hd-red-4: #7e2e2e;
  --hd-red-5: #ad3939;
  --hd-red-6: var(--hd-red);
  --hd-red-7: #e8706b;
  --hd-red-8: #f39e97;
  --hd-red-9: #f9c7c2;
  --hd-red-10: #fae9e6;

  --hd-orange-1: #33261b;
  --hd-orange-2: #45301d;
  --hd-orange-3: #5b4026;
  --hd-orange-4: #7e562e;
  --hd-orange-5: #ad7439;
  --hd-orange-6: var(--hd-orange);
  --hd-orange-7: #e8ae6b;
  --hd-orange-8: #f3cc97;
  --hd-orange-9: #f9e3c2;
  --hd-orange-10: #faf1e6;
  --hd-orange-11: #fff7f0;

  --hd-green-1: #192e27;
  --hd-green-2: #1b3e34;
  --hd-green-3: #225240;
  --hd-green-4: #2b7258;
  --hd-green-5: #339b74;
  --hd-green-6: var(--hd-green);
  --hd-green-7: #66daac;
  --hd-green-8: #97f0c9;
  --hd-green-9: #c2f8df;
  --hd-green-10: #e6faef;
  --hd-green-11: #e6faff;

  --hd-gray: #5e5e5e;
  --hd-gray-1: #1f1f1f;
  --hd-gray-2: #242424;
  --hd-gray-3: #2e2e2e;
  --hd-gray-4: #383838;
  --hd-gray-5: #424242;
  --hd-gray-6: var(--hd-gray);
  --hd-gray-7: #737373;
  --hd-gray-8: #919191;
  --hd-gray-9: #b0b0b0;
  --hd-gray-10: #cfcfcf;
  --hd-gray-11: #e8e8e8;
  --hd-gray-12: #fafafa;

  --hd-blue-gray: #5f6670;
  --hd-blue-gray-1: #27292e;
  --hd-blue-gray-2: #2c2f33;
  --hd-blue-gray-3: #35383d;
  --hd-blue-gray-4: #3e4147;
  --hd-blue-gray-5: #484b52;
  --hd-blue-gray-6: var(--hd-blue-gray);
  --hd-blue-gray-7: #7a808c;
  --hd-blue-gray-8: #8d94a1;
  --hd-blue-gray-9: #a7abb5;
  --hd-blue-gray-10: #bdc2c9;
  --hd-blue-gray-11: #d1d7de;
  --hd-blue-gray-12: #dfe6ed;

  --hd-cyan: #44aadd;
  --hd-purple: #8444dc;
  --hd-yellow: #dcc244;
  --hd-pink: #dc449d;
  --hd-gold: #d89614;

  --hd-cyan-1: #192730;
  --hd-cyan-2: #1d3645;
  --hd-cyan-3: #254a5b;
  --hd-cyan-4: #2e647f;
  --hd-cyan-5: #3986ad;
  --hd-cyan-6: var(--hd-cyan);
  --hd-cyan-7: #6bc3e8;
  --hd-cyan-8: #98dcf4;
  --hd-cyan-9: #c3ebf8;
  --hd-cyan-10: #e6f6fa;

  --hd-purple-1: #221930;
  --hd-purple-2: #2c1d46;
  --hd-purple-3: #3b255b;
  --hd-purple-4: #4f2e7e;
  --hd-purple-5: #6a39ad;
  --hd-purple-6: var(--hd-purple);
  --hd-purple-7: #a46be9;
  --hd-purple-8: #c597f4;
  --hd-purple-9: #dfc2f8;
  --hd-purple-10: #f0e7fb;

  --hd-yellow-1: #302b19;
  --hd-yellow-2: #463d1d;
  --hd-yellow-3: #5b5225;
  --hd-yellow-4: #7e712e;
  --hd-yellow-5: #ad993a;
  --hd-yellow-6: var(--hd-yellow);
  --hd-yellow-7: #e8d76b;
  --hd-yellow-8: #f3ea97;
  --hd-yellow-9: #f8f5c2;
  --hd-yellow-10: #fbf8e7;

  --hd-pink-1: #301928;
  --hd-pink-2: #451d36;
  --hd-pink-3: #5b2544;
  --hd-pink-4: #7e2e5c;
  --hd-pink-5: #ae397d;
  --hd-pink-6: var(--hd-pink);
  --hd-pink-7: #e86bb0;
  --hd-pink-8: #f497c8;
  --hd-pink-9: #f8c2dc;
  --hd-pink-10: #fae6ef;

  --hd-gold-1: #2b2111;
  --hd-gold-2: #443111;
  --hd-gold-3: #594214;
  --hd-gold-4: #7c5914;
  --hd-gold-5: #aa7714;
  --hd-gold-6: var(--hd-gold);
  --hd-gold-7: #e8b339;
  --hd-gold-8: #f3cc62;
  --hd-gold-9: #f8df8b;
  --hd-gold-10: #faedb5;

  --hd-shadow-1: rgba(255, 255, 255, 0.1);
  --hd-shadow-2: rgba(255, 255, 255, 0.2);
  --hd-shadow-3: rgba(255, 255, 255, 0.3);
  --hd-shadow-4: rgba(255, 255, 255, 0.4);
  --hd-shadow-5: rgba(255, 255, 255, 0.5);
  --hd-shadow-6: rgba(255, 255, 255, 0.6);
  --hd-shadow-7: rgba(255, 255, 255, 0.7);
  --hd-shadow-8: rgba(255, 255, 255, 0.8);
  --hd-shadow-9: rgba(255, 255, 255, 0.9);

  --hd-shadow-01: rgba(255, 255, 255, 0.01);
  --hd-shadow-02: rgba(255, 255, 255, 0.02);
  --hd-shadow-03: rgba(255, 255, 255, 0.03);
  --hd-shadow-04: rgba(255, 255, 255, 0.04);
  --hd-shadow-05: rgba(255, 255, 255, 0.05);
  --hd-shadow-06: rgba(255, 255, 255, 0.06);
  --hd-shadow-07: rgba(255, 255, 255, 0.07);
  --hd-shadow-08: rgba(255, 255, 255, 0.08);
  --hd-shadow-09: rgba(255, 255, 255, 0.09);

  --hd-card-1: rgba(0, 0, 0, 0.1);
  --hd-card-2: rgba(0, 0, 0, 0.2);
  --hd-card-3: rgba(0, 0, 0, 0.3);
  --hd-card-4: rgba(0, 0, 0, 0.4);
  --hd-card-5: rgba(0, 0, 0, 0.5);
  --hd-card-6: rgba(0, 0, 0, 0.6);
  --hd-card-7: rgba(0, 0, 0, 0.7);
  --hd-card-8: rgba(0, 0, 0, 0.8);
  --hd-card-9: rgba(0, 0, 0, 0.9);

  --hd-card-01: rgba(0, 0, 0, 0.01);
  --hd-card-02: rgba(0, 0, 0, 0.02);
  --hd-card-03: rgba(0, 0, 0, 0.03);
  --hd-card-04: rgba(0, 0, 0, 0.04);
  --hd-card-05: rgba(0, 0, 0, 0.05);
  --hd-card-06: rgba(0, 0, 0, 0.06);
  --hd-card-07: rgba(0, 0, 0, 0.07);
  --hd-card-08: rgba(0, 0, 0, 0.08);
  --hd-card-09: rgba(0, 0, 0, 0.09);
}

@charset "UTF-8";
@font-face {
  font-family: element-icons;
  src: url(/wonder/wonder/static/fonts/element-icons.ff18efd1.woff) format('woff'),
    url(/wonder/wonder/static/fonts/element-icons.f1a45d74.ttf) format('truetype');
  font-weight: 400;
  font-display: 'auto';
  font-style: normal;
}

.dark-theme [class*=' el-icon-'],
.dark-theme [class^='el-icon-'] {
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dark-theme .el-icon-ice-cream-round:before {
  content: '\e6a0';
}
.dark-theme .el-icon-ice-cream-square:before {
  content: '\e6a3';
}
.dark-theme .el-icon-lollipop:before {
  content: '\e6a4';
}
.dark-theme .el-icon-potato-strips:before {
  content: '\e6a5';
}
.dark-theme .el-icon-milk-tea:before {
  content: '\e6a6';
}
.dark-theme .el-icon-ice-drink:before {
  content: '\e6a7';
}
.dark-theme .el-icon-ice-tea:before {
  content: '\e6a9';
}
.dark-theme .el-icon-coffee:before {
  content: '\e6aa';
}
.dark-theme .el-icon-orange:before {
  content: '\e6ab';
}
.dark-theme .el-icon-pear:before {
  content: '\e6ac';
}
.dark-theme .el-icon-apple:before {
  content: '\e6ad';
}
.dark-theme .el-icon-cherry:before {
  content: '\e6ae';
}
.dark-theme .el-icon-watermelon:before {
  content: '\e6af';
}
.dark-theme .el-icon-grape:before {
  content: '\e6b0';
}
.dark-theme .el-icon-refrigerator:before {
  content: '\e6b1';
}
.dark-theme .el-icon-goblet-square-full:before {
  content: '\e6b2';
}
.dark-theme .el-icon-goblet-square:before {
  content: '\e6b3';
}
.dark-theme .el-icon-goblet-full:before {
  content: '\e6b4';
}
.dark-theme .el-icon-goblet:before {
  content: '\e6b5';
}
.dark-theme .el-icon-cold-drink:before {
  content: '\e6b6';
}
.dark-theme .el-icon-coffee-cup:before {
  content: '\e6b8';
}
.dark-theme .el-icon-water-cup:before {
  content: '\e6b9';
}
.dark-theme .el-icon-hot-water:before {
  content: '\e6ba';
}
.dark-theme .el-icon-ice-cream:before {
  content: '\e6bb';
}
.dark-theme .el-icon-dessert:before {
  content: '\e6bc';
}
.dark-theme .el-icon-sugar:before {
  content: '\e6bd';
}
.dark-theme .el-icon-tableware:before {
  content: '\e6be';
}
.dark-theme .el-icon-burger:before {
  content: '\e6bf';
}
.dark-theme .el-icon-knife-fork:before {
  content: '\e6c1';
}
.dark-theme .el-icon-fork-spoon:before {
  content: '\e6c2';
}
.dark-theme .el-icon-chicken:before {
  content: '\e6c3';
}
.dark-theme .el-icon-food:before {
  content: '\e6c4';
}
.dark-theme .el-icon-dish-1:before {
  content: '\e6c5';
}
.dark-theme .el-icon-dish:before {
  content: '\e6c6';
}
.dark-theme .el-icon-moon-night:before {
  content: '\e6ee';
}
.dark-theme .el-icon-moon:before {
  content: '\e6f0';
}
.dark-theme .el-icon-cloudy-and-sunny:before {
  content: '\e6f1';
}
.dark-theme .el-icon-partly-cloudy:before {
  content: '\e6f2';
}
.dark-theme .el-icon-cloudy:before {
  content: '\e6f3';
}
.dark-theme .el-icon-sunny:before {
  content: '\e6f6';
}
.dark-theme .el-icon-sunset:before {
  content: '\e6f7';
}
.dark-theme .el-icon-sunrise-1:before {
  content: '\e6f8';
}
.dark-theme .el-icon-sunrise:before {
  content: '\e6f9';
}
.dark-theme .el-icon-heavy-rain:before {
  content: '\e6fa';
}
.dark-theme .el-icon-lightning:before {
  content: '\e6fb';
}
.dark-theme .el-icon-light-rain:before {
  content: '\e6fc';
}
.dark-theme .el-icon-wind-power:before {
  content: '\e6fd';
}
.dark-theme .el-icon-baseball:before {
  content: '\e712';
}
.dark-theme .el-icon-soccer:before {
  content: '\e713';
}
.dark-theme .el-icon-football:before {
  content: '\e715';
}
.dark-theme .el-icon-basketball:before {
  content: '\e716';
}
.dark-theme .el-icon-ship:before {
  content: '\e73f';
}
.dark-theme .el-icon-truck:before {
  content: '\e740';
}
.dark-theme .el-icon-bicycle:before {
  content: '\e741';
}
.dark-theme .el-icon-mobile-phone:before {
  content: '\e6d3';
}
.dark-theme .el-icon-service:before {
  content: '\e6d4';
}
.dark-theme .el-icon-key:before {
  content: '\e6e2';
}
.dark-theme .el-icon-unlock:before {
  content: '\e6e4';
}
.dark-theme .el-icon-lock:before {
  content: '\e6e5';
}
.dark-theme .el-icon-watch:before {
  content: '\e6fe';
}
.dark-theme .el-icon-watch-1:before {
  content: '\e6ff';
}
.dark-theme .el-icon-timer:before {
  content: '\e702';
}
.dark-theme .el-icon-alarm-clock:before {
  content: '\e703';
}
.dark-theme .el-icon-map-location:before {
  content: '\e704';
}
.dark-theme .el-icon-delete-location:before {
  content: '\e705';
}
.dark-theme .el-icon-add-location:before {
  content: '\e706';
}
.dark-theme .el-icon-location-information:before {
  content: '\e707';
}
.dark-theme .el-icon-location-outline:before {
  content: '\e708';
}
.dark-theme .el-icon-location:before {
  content: '\e79e';
}
.dark-theme .el-icon-place:before {
  content: '\e709';
}
.dark-theme .el-icon-discover:before {
  content: '\e70a';
}
.dark-theme .el-icon-first-aid-kit:before {
  content: '\e70b';
}
.dark-theme .el-icon-trophy-1:before {
  content: '\e70c';
}
.dark-theme .el-icon-trophy:before {
  content: '\e70d';
}
.dark-theme .el-icon-medal:before {
  content: '\e70e';
}
.dark-theme .el-icon-medal-1:before {
  content: '\e70f';
}
.dark-theme .el-icon-stopwatch:before {
  content: '\e710';
}
.dark-theme .el-icon-mic:before {
  content: '\e711';
}
.dark-theme .el-icon-copy-document:before {
  content: '\e718';
}
.dark-theme .el-icon-full-screen:before {
  content: '\e719';
}
.dark-theme .el-icon-switch-button:before {
  content: '\e71b';
}
.dark-theme .el-icon-aim:before {
  content: '\e71c';
}
.dark-theme .el-icon-crop:before {
  content: '\e71d';
}
.dark-theme .el-icon-odometer:before {
  content: '\e71e';
}
.dark-theme .el-icon-time:before {
  content: '\e71f';
}
.dark-theme .el-icon-bangzhu:before {
  content: '\e724';
}
.dark-theme .el-icon-close-notification:before {
  content: '\e726';
}
.dark-theme .el-icon-microphone:before {
  content: '\e727';
}
.dark-theme .el-icon-turn-off-microphone:before {
  content: '\e728';
}
.dark-theme .el-icon-position:before {
  content: '\e729';
}
.dark-theme .el-icon-postcard:before {
  content: '\e72a';
}
.dark-theme .el-icon-message:before {
  content: '\e72b';
}
.dark-theme .el-icon-chat-line-square:before {
  content: '\e72d';
}
.dark-theme .el-icon-chat-dot-square:before {
  content: '\e72e';
}
.dark-theme .el-icon-chat-dot-round:before {
  content: '\e72f';
}
.dark-theme .el-icon-chat-square:before {
  content: '\e730';
}
.dark-theme .el-icon-chat-line-round:before {
  content: '\e731';
}
.dark-theme .el-icon-chat-round:before {
  content: '\e732';
}
.dark-theme .el-icon-set-up:before {
  content: '\e733';
}
.dark-theme .el-icon-turn-off:before {
  content: '\e734';
}
.dark-theme .el-icon-open:before {
  content: '\e735';
}
.dark-theme .el-icon-connection:before {
  content: '\e736';
}
.dark-theme .el-icon-link:before {
  content: '\e737';
}
.dark-theme .el-icon-cpu:before {
  content: '\e738';
}
.dark-theme .el-icon-thumb:before {
  content: '\e739';
}
.dark-theme .el-icon-female:before {
  content: '\e73a';
}
.dark-theme .el-icon-male:before {
  content: '\e73b';
}
.dark-theme .el-icon-guide:before {
  content: '\e73c';
}
.dark-theme .el-icon-news:before {
  content: '\e73e';
}
.dark-theme .el-icon-price-tag:before {
  content: '\e744';
}
.dark-theme .el-icon-discount:before {
  content: '\e745';
}
.dark-theme .el-icon-wallet:before {
  content: '\e747';
}
.dark-theme .el-icon-coin:before {
  content: '\e748';
}
.dark-theme .el-icon-money:before {
  content: '\e749';
}
.dark-theme .el-icon-bank-card:before {
  content: '\e74a';
}
.dark-theme .el-icon-box:before {
  content: '\e74b';
}
.dark-theme .el-icon-present:before {
  content: '\e74c';
}
.dark-theme .el-icon-sell:before {
  content: '\e6d5';
}
.dark-theme .el-icon-sold-out:before {
  content: '\e6d6';
}
.dark-theme .el-icon-shopping-bag-2:before {
  content: '\e74d';
}
.dark-theme .el-icon-shopping-bag-1:before {
  content: '\e74e';
}
.dark-theme .el-icon-shopping-cart-2:before {
  content: '\e74f';
}
.dark-theme .el-icon-shopping-cart-1:before {
  content: '\e750';
}
.dark-theme .el-icon-shopping-cart-full:before {
  content: '\e751';
}
.dark-theme .el-icon-smoking:before {
  content: '\e752';
}
.dark-theme .el-icon-no-smoking:before {
  content: '\e753';
}
.dark-theme .el-icon-house:before {
  content: '\e754';
}
.dark-theme .el-icon-table-lamp:before {
  content: '\e755';
}
.dark-theme .el-icon-school:before {
  content: '\e756';
}
.dark-theme .el-icon-office-building:before {
  content: '\e757';
}
.dark-theme .el-icon-toilet-paper:before {
  content: '\e758';
}
.dark-theme .el-icon-notebook-2:before {
  content: '\e759';
}
.dark-theme .el-icon-notebook-1:before {
  content: '\e75a';
}
.dark-theme .el-icon-files:before {
  content: '\e75b';
}
.dark-theme .el-icon-collection:before {
  content: '\e75c';
}
.dark-theme .el-icon-receiving:before {
  content: '\e75d';
}
.dark-theme .el-icon-suitcase-1:before {
  content: '\e760';
}
.dark-theme .el-icon-suitcase:before {
  content: '\e761';
}
.dark-theme .el-icon-film:before {
  content: '\e763';
}
.dark-theme .el-icon-collection-tag:before {
  content: '\e765';
}
.dark-theme .el-icon-data-analysis:before {
  content: '\e766';
}
.dark-theme .el-icon-pie-chart:before {
  content: '\e767';
}
.dark-theme .el-icon-data-board:before {
  content: '\e768';
}
.dark-theme .el-icon-data-line:before {
  content: '\e76d';
}
.dark-theme .el-icon-reading:before {
  content: '\e769';
}
.dark-theme .el-icon-magic-stick:before {
  content: '\e76a';
}
.dark-theme .el-icon-coordinate:before {
  content: '\e76b';
}
.dark-theme .el-icon-mouse:before {
  content: '\e76c';
}
.dark-theme .el-icon-brush:before {
  content: '\e76e';
}
.dark-theme .el-icon-headset:before {
  content: '\e76f';
}
.dark-theme .el-icon-umbrella:before {
  content: '\e770';
}
.dark-theme .el-icon-scissors:before {
  content: '\e771';
}
.dark-theme .el-icon-mobile:before {
  content: '\e773';
}
.dark-theme .el-icon-attract:before {
  content: '\e774';
}
.dark-theme .el-icon-monitor:before {
  content: '\e775';
}
.dark-theme .el-icon-search:before {
  content: '\e778';
}
.dark-theme .el-icon-takeaway-box:before {
  content: '\e77a';
}
.dark-theme .el-icon-paperclip:before {
  content: '\e77d';
}
.dark-theme .el-icon-printer:before {
  content: '\e77e';
}
.dark-theme .el-icon-document-add:before {
  content: '\e782';
}
.dark-theme .el-icon-document:before {
  content: '\e785';
}
.dark-theme .el-icon-document-checked:before {
  content: '\e786';
}
.dark-theme .el-icon-document-copy:before {
  content: '\e787';
}
.dark-theme .el-icon-document-delete:before {
  content: '\e788';
}
.dark-theme .el-icon-document-remove:before {
  content: '\e789';
}
.dark-theme .el-icon-tickets:before {
  content: '\e78b';
}
.dark-theme .el-icon-folder-checked:before {
  content: '\e77f';
}
.dark-theme .el-icon-folder-delete:before {
  content: '\e780';
}
.dark-theme .el-icon-folder-remove:before {
  content: '\e781';
}
.dark-theme .el-icon-folder-add:before {
  content: '\e783';
}
.dark-theme .el-icon-folder-opened:before {
  content: '\e784';
}
.dark-theme .el-icon-folder:before {
  content: '\e78a';
}
.dark-theme .el-icon-edit-outline:before {
  content: '\e764';
}
.dark-theme .el-icon-edit:before {
  content: '\e78c';
}
.dark-theme .el-icon-date:before {
  content: '\e78e';
}
.dark-theme .el-icon-c-scale-to-original:before {
  content: '\e7c6';
}
.dark-theme .el-icon-view:before {
  content: '\e6ce';
}
.dark-theme .el-icon-loading:before {
  content: '\e6cf';
}
.dark-theme .el-icon-rank:before {
  content: '\e6d1';
}
.dark-theme .el-icon-sort-down:before {
  content: '\e7c4';
}
.dark-theme .el-icon-sort-up:before {
  content: '\e7c5';
}
.dark-theme .el-icon-sort:before {
  content: '\e6d2';
}
.dark-theme .el-icon-finished:before {
  content: '\e6cd';
}
.dark-theme .el-icon-refresh-left:before {
  content: '\e6c7';
}
.dark-theme .el-icon-refresh-right:before {
  content: '\e6c8';
}
.dark-theme .el-icon-refresh:before {
  content: '\e6d0';
}
.dark-theme .el-icon-video-play:before {
  content: '\e7c0';
}
.dark-theme .el-icon-video-pause:before {
  content: '\e7c1';
}
.dark-theme .el-icon-d-arrow-right:before {
  content: '\e6dc';
}
.dark-theme .el-icon-d-arrow-left:before {
  content: '\e6dd';
}
.dark-theme .el-icon-arrow-up:before {
  content: '\e6e1';
}
.dark-theme .el-icon-arrow-down:before {
  content: '\e6df';
}
.dark-theme .el-icon-arrow-right:before {
  content: '\e6e0';
}
.dark-theme .el-icon-arrow-left:before {
  content: '\e6de';
}
.dark-theme .el-icon-top-right:before {
  content: '\e6e7';
}
.dark-theme .el-icon-top-left:before {
  content: '\e6e8';
}
.dark-theme .el-icon-top:before {
  content: '\e6e6';
}
.dark-theme .el-icon-bottom:before {
  content: '\e6eb';
}
.dark-theme .el-icon-right:before {
  content: '\e6e9';
}
.dark-theme .el-icon-back:before {
  content: '\e6ea';
}
.dark-theme .el-icon-bottom-right:before {
  content: '\e6ec';
}
.dark-theme .el-icon-bottom-left:before {
  content: '\e6ed';
}
.dark-theme .el-icon-caret-top:before {
  content: '\e78f';
}
.dark-theme .el-icon-caret-bottom:before {
  content: '\e790';
}
.dark-theme .el-icon-caret-right:before {
  content: '\e791';
}
.dark-theme .el-icon-caret-left:before {
  content: '\e792';
}
.dark-theme .el-icon-d-caret:before {
  content: '\e79a';
}
.dark-theme .el-icon-share:before {
  content: '\e793';
}
.dark-theme .el-icon-menu:before {
  content: '\e798';
}
.dark-theme .el-icon-s-grid:before {
  content: '\e7a6';
}
.dark-theme .el-icon-s-check:before {
  content: '\e7a7';
}
.dark-theme .el-icon-s-data:before {
  content: '\e7a8';
}
.dark-theme .el-icon-s-opportunity:before {
  content: '\e7aa';
}
.dark-theme .el-icon-s-custom:before {
  content: '\e7ab';
}
.dark-theme .el-icon-s-claim:before {
  content: '\e7ad';
}
.dark-theme .el-icon-s-finance:before {
  content: '\e7ae';
}
.dark-theme .el-icon-s-comment:before {
  content: '\e7af';
}
.dark-theme .el-icon-s-flag:before {
  content: '\e7b0';
}
.dark-theme .el-icon-s-marketing:before {
  content: '\e7b1';
}
.dark-theme .el-icon-s-shop:before {
  content: '\e7b4';
}
.dark-theme .el-icon-s-open:before {
  content: '\e7b5';
}
.dark-theme .el-icon-s-management:before {
  content: '\e7b6';
}
.dark-theme .el-icon-s-ticket:before {
  content: '\e7b7';
}
.dark-theme .el-icon-s-release:before {
  content: '\e7b8';
}
.dark-theme .el-icon-s-home:before {
  content: '\e7b9';
}
.dark-theme .el-icon-s-promotion:before {
  content: '\e7ba';
}
.dark-theme .el-icon-s-operation:before {
  content: '\e7bb';
}
.dark-theme .el-icon-s-unfold:before {
  content: '\e7bc';
}
.dark-theme .el-icon-s-fold:before {
  content: '\e7a9';
}
.dark-theme .el-icon-s-platform:before {
  content: '\e7bd';
}
.dark-theme .el-icon-s-order:before {
  content: '\e7be';
}
.dark-theme .el-icon-s-cooperation:before {
  content: '\e7bf';
}
.dark-theme .el-icon-bell:before {
  content: '\e725';
}
.dark-theme .el-icon-message-solid:before {
  content: '\e799';
}
.dark-theme .el-icon-video-camera:before {
  content: '\e772';
}
.dark-theme .el-icon-video-camera-solid:before {
  content: '\e796';
}
.dark-theme .el-icon-camera:before {
  content: '\e779';
}
.dark-theme .el-icon-camera-solid:before {
  content: '\e79b';
}
.dark-theme .el-icon-download:before {
  content: '\e77c';
}
.dark-theme .el-icon-upload2:before {
  content: '\e77b';
}
.dark-theme .el-icon-upload:before {
  content: '\e7c3';
}
.dark-theme .el-icon-picture-outline-round:before {
  content: '\e75f';
}
.dark-theme .el-icon-picture-outline:before {
  content: '\e75e';
}
.dark-theme .el-icon-picture:before {
  content: '\e79f';
}
.dark-theme .el-icon-close:before {
  content: '\e6db';
}
.dark-theme .el-icon-check:before {
  content: '\e6da';
}
.dark-theme .el-icon-plus:before {
  content: '\e6d9';
}
.dark-theme .el-icon-minus:before {
  content: '\e6d8';
}
.dark-theme .el-icon-help:before {
  content: '\e73d';
}
.dark-theme .el-icon-s-help:before {
  content: '\e7b3';
}
.dark-theme .el-icon-circle-close:before {
  content: '\e78d';
}
.dark-theme .el-icon-circle-check:before {
  content: '\e720';
}
.dark-theme .el-icon-circle-plus-outline:before {
  content: '\e723';
}
.dark-theme .el-icon-remove-outline:before {
  content: '\e722';
}
.dark-theme .el-icon-zoom-out:before {
  content: '\e776';
}
.dark-theme .el-icon-zoom-in:before {
  content: '\e777';
}
.dark-theme .el-icon-error:before {
  content: '\e79d';
}
.dark-theme .el-icon-success:before {
  content: '\e79c';
}
.dark-theme .el-icon-circle-plus:before {
  content: '\e7a0';
}
.dark-theme .el-icon-remove:before {
  content: '\e7a2';
}
.dark-theme .el-icon-info:before {
  content: '\e7a1';
}
.dark-theme .el-icon-question:before {
  content: '\e7a4';
}
.dark-theme .el-icon-warning-outline:before {
  content: '\e6c9';
}
.dark-theme .el-icon-warning:before {
  content: '\e7a3';
}
.dark-theme .el-icon-goods:before {
  content: '\e7c2';
}
.dark-theme .el-icon-s-goods:before {
  content: '\e7b2';
}
.dark-theme .el-icon-star-off:before {
  content: '\e717';
}
.dark-theme .el-icon-star-on:before {
  content: '\e797';
}
.dark-theme .el-icon-more-outline:before {
  content: '\e6cc';
}
.dark-theme .el-icon-more:before {
  content: '\e794';
}
.dark-theme .el-icon-phone-outline:before {
  content: '\e6cb';
}
.dark-theme .el-icon-phone:before {
  content: '\e795';
}
.dark-theme .el-icon-user:before {
  content: '\e6e3';
}
.dark-theme .el-icon-user-solid:before {
  content: '\e7a5';
}
.dark-theme .el-icon-setting:before {
  content: '\e6ca';
}
.dark-theme .el-icon-s-tools:before {
  content: '\e7ac';
}
.dark-theme .el-icon-delete:before {
  content: '\e6d7';
}
.dark-theme .el-icon-delete-solid:before {
  content: '\e7c9';
}
.dark-theme .el-icon-eleme:before {
  content: '\e7c7';
}
.dark-theme .el-icon-platform-eleme:before {
  content: '\e7ca';
}
.dark-theme .el-icon-loading {
  animation: 2s linear infinite rotating;
}
.dark-theme .el-icon--right {
  margin-left: 5px;
}
.dark-theme .el-icon--left {
  margin-right: 5px;
}
@keyframes rotating {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.dark-theme .el-pagination {
  white-space: nowrap;
  padding: 2px 5px;
  color: #d1d7de;
}
.dark-theme .el-pagination::after,
.dark-theme .el-pagination::before {
  display: table;
  content: '';
}
.dark-theme .el-pagination::after {
  clear: both;
}
.dark-theme .el-pagination button,
.dark-theme .el-pagination span:not([class*='suffix']) {
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  box-sizing: border-box;
}
.dark-theme .el-pagination .el-input__inner {
  text-align: center;
  -moz-appearance: textfield;
  line-height: normal;
}
.dark-theme .el-pagination .el-input__suffix {
  right: 0;
  transform: scale(0.8);
}
.dark-theme .el-pagination .el-select .el-input {
  width: 100px;
  margin: 0 5px;
}
.dark-theme .el-pagination .el-select .el-input .el-input__inner {
  padding-right: 25px;
  border-radius: 3px;
}
.dark-theme .el-pagination button {
  border: none;
  padding: 0 6px;
  background: 0 0;
}
.dark-theme .el-pagination button:focus {
  outline: 0;
}
.dark-theme .el-pagination button:hover {
  color: #3e74e0;
}
.dark-theme .el-pagination button:disabled {
  color: #484b52;
  background-color: #1a1b1c;
  cursor: not-allowed;
}
.dark-theme .el-pagination .btn-next,
.dark-theme .el-pagination .btn-prev {
  background: center center/16px no-repeat #1a1b1c;
  cursor: pointer;
  margin: 0;
  color: #d1d7de;
}
.dark-theme .el-pagination .btn-next .el-icon,
.dark-theme .el-pagination .btn-prev .el-icon {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.dark-theme .el-pagination .btn-prev {
  padding-right: 12px;
}
.dark-theme .el-pagination .btn-next {
  padding-left: 12px;
}
.dark-theme .el-pagination .el-pager li.disabled {
  color: #484b52;
  cursor: not-allowed;
}
.dark-theme .el-pagination--small .btn-next,
.dark-theme .el-pagination--small .btn-prev,
.dark-theme .el-pagination--small .el-pager li,
.dark-theme .el-pagination--small .el-pager li.btn-quicknext,
.dark-theme .el-pagination--small .el-pager li.btn-quickprev,
.dark-theme .el-pagination--small .el-pager li:last-child {
  border-color: transparent;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  min-width: 22px;
}
.dark-theme .el-pagination--small .arrow.disabled {
  visibility: hidden;
}
.dark-theme .el-pagination--small .more::before,
.dark-theme .el-pagination--small li.more::before {
  line-height: 24px;
}
.dark-theme .el-pagination--small button,
.dark-theme .el-pagination--small span:not([class*='suffix']) {
  height: 22px;
  line-height: 22px;
}
.dark-theme .el-pagination--small .el-pagination__editor,
.dark-theme
  .el-pagination--small
  .el-pagination__editor.el-input
  .el-input__inner {
  height: 22px;
}
.dark-theme .el-pagination__sizes {
  margin: 0 10px 0 0;
  font-weight: 400;
  color: #a7abb5;
}
.dark-theme .el-pagination__sizes .el-input .el-input__inner {
  font-size: 13px;
  padding-left: 8px;
}
.dark-theme .el-pagination__sizes .el-input .el-input__inner:hover {
  border-color: #3e74e0;
}
.dark-theme .el-pagination__total {
  margin-right: 10px;
  font-weight: 400;
  color: #a7abb5;
}
.dark-theme .el-pagination__jump {
  margin-left: 24px;
  font-weight: 400;
  color: #a7abb5;
}
.dark-theme .el-pagination__jump .el-input__inner {
  padding: 0 3px;
}
.dark-theme .el-pagination__rightwrapper {
  float: right;
}
.dark-theme .el-pagination__editor {
  line-height: 18px;
  padding: 0 2px;
  height: 28px;
  text-align: center;
  margin: 0 2px;
  box-sizing: border-box;
  border-radius: 3px;
}
.dark-theme .el-pagination__editor.el-input {
  width: 50px;
}
.dark-theme .el-pagination__editor.el-input .el-input__inner {
  height: 28px;
}
.dark-theme .el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.dark-theme .el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dark-theme .el-pagination.is-background .btn-next,
.dark-theme .el-pagination.is-background .btn-prev,
.dark-theme .el-pagination.is-background .el-pager li {
  margin: 0 5px;
  background-color: #1f2021;
  color: #a7abb5;
  min-width: 30px;
  border-radius: 2px;
}
.dark-theme .el-pagination.is-background .btn-next.disabled,
.dark-theme .el-pagination.is-background .btn-prev.disabled,
.dark-theme .el-pagination.is-background .el-pager li.disabled {
  color: #484b52;
}
.dark-theme .el-pagination.is-background .btn-next,
.dark-theme .el-pagination.is-background .btn-prev {
  padding: 0;
}
.dark-theme .el-pagination.is-background .btn-next:disabled,
.dark-theme .el-pagination.is-background .btn-prev:disabled {
  color: #484b52;
}
.dark-theme .el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #3e74e0;
}
.dark-theme .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #3e74e0;
  color: #1a1b1c;
}
.dark-theme .el-pagination.is-background.el-pagination--small .btn-next,
.dark-theme .el-pagination.is-background.el-pagination--small .btn-prev,
.dark-theme .el-pagination.is-background.el-pagination--small .el-pager li {
  margin: 0 3px;
  min-width: 22px;
}
.dark-theme .el-pager {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.dark-theme .el-pager .more::before {
  line-height: 30px;
}
.dark-theme .el-pager li {
  padding: 0 4px;
  background: #1a1b1c;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
}
.dark-theme .el-pager li.btn-quicknext,
.dark-theme .el-pager li.btn-quickprev {
  line-height: 28px;
  color: #d1d7de;
}
.dark-theme .el-pager li.btn-quicknext.disabled,
.dark-theme .el-pager li.btn-quickprev.disabled {
  color: #484b52;
}
.dark-theme .el-pager li.btn-quicknext:hover,
.dark-theme .el-pager li.btn-quickprev:hover {
  cursor: pointer;
}
.dark-theme .el-pager li.active + li {
  border-left: 0;
}
.dark-theme .el-pager li:hover {
  color: #3e74e0;
}
.dark-theme .el-pager li.active {
  color: #3e74e0;
  cursor: default;
}
.dark-theme .el-dialog {
  position: relative;
  margin: 0 auto 50px;
  background: #1a1b1c;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 50%;
}
.dark-theme .el-dialog.is-fullscreen {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  overflow: auto;
}
.dark-theme .el-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
}
.dark-theme .el-dialog__headerbtn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
}
.dark-theme .el-dialog__headerbtn .el-dialog__close {
  color: #484b52;
}
.dark-theme .el-dialog__headerbtn:focus .el-dialog__close,
.dark-theme .el-dialog__headerbtn:hover .el-dialog__close {
  color: #3e74e0;
}
.dark-theme .el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #d1d7de;
}
.dark-theme .el-dialog__body {
  padding: 30px 20px;
  color: #a7abb5;
  font-size: 14px;
  word-break: break-all;
}
.dark-theme .el-dialog__footer {
  padding: 10px 20px 20px;
  text-align: right;
  box-sizing: border-box;
}
.dark-theme .el-dialog--center {
  text-align: center;
}
.dark-theme .el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 25px 25px 30px;
}
.dark-theme .el-dialog--center .el-dialog__footer {
  text-align: inherit;
}
.dark-theme .dialog-fade-enter-active {
  animation: 0.3s dialog-fade-in;
}
.dark-theme .dialog-fade-leave-active {
  animation: 0.3s dialog-fade-out;
}
@keyframes dialog-fade-in {
  0% {
    transform: translate3d(0, -20px, 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(0, -20px, 0);
    opacity: 0;
  }
}
.dark-theme .el-autocomplete {
  position: relative;
  display: inline-block;
}
.dark-theme .el-autocomplete-suggestion {
  margin: 5px 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: 1px solid #35383d;
  box-sizing: border-box;
  background-color: #1a1b1c;
}
.dark-theme .el-autocomplete-suggestion__wrap {
  max-height: 280px;
  padding: 10px 0;
  box-sizing: border-box;
}
.dark-theme .el-autocomplete-suggestion__list {
  margin: 0;
  padding: 0;
}
.dark-theme .el-autocomplete-suggestion li {
  padding: 0 20px;
  margin: 0;
  line-height: 34px;
  cursor: pointer;
  color: #a7abb5;
  font-size: 14px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dark-theme .el-autocomplete-suggestion li.divider {
  margin-top: 6px;
  border-top: 1px solid #fff;
}
.dark-theme .el-autocomplete-suggestion li.divider:last-child {
  margin-bottom: -6px;
}
.dark-theme .el-autocomplete-suggestion.is-loading li {
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  color: #999;
}
.dark-theme .el-autocomplete-suggestion.is-loading li::after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.dark-theme .el-autocomplete-suggestion.is-loading li:hover {
  background-color: #1a1b1c;
}
.dark-theme .el-autocomplete-suggestion.is-loading .el-icon-loading {
  vertical-align: middle;
}
.dark-theme .el-dropdown {
  display: inline-block;
  position: relative;
  color: #a7abb5;
  font-size: 14px;
}
.dark-theme .el-dropdown .el-button-group {
  display: block;
}
.dark-theme .el-dropdown .el-button-group .el-button {
  float: none;
}
.dark-theme .el-dropdown .el-dropdown__caret-button {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  border-left: none;
}
.dark-theme .el-dropdown .el-dropdown__caret-button::before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  top: 5px;
  bottom: 5px;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.dark-theme .el-dropdown .el-dropdown__caret-button.el-button--default::before {
  background: rgba(62, 65, 71, 0.5);
}
.dark-theme
  .el-dropdown
  .el-dropdown__caret-button:hover:not(.is-disabled)::before {
  top: 0;
  bottom: 0;
}
.dark-theme .el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
  padding-left: 0;
}
.dark-theme .el-dropdown__icon {
  font-size: 12px;
  margin: 0 3px;
}
.dark-theme .el-dropdown .el-dropdown-selfdefine:focus:active,
.dark-theme .el-dropdown .el-dropdown-selfdefine:focus:not(.focusing) {
  outline-width: 0;
}
.dark-theme .el-dropdown [disabled] {
  cursor: not-allowed;
  color: #bbb;
}
.dark-theme .el-dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #1a1b1c;
  border: 1px solid #2c2f33;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
.dark-theme .el-dropdown-menu__item {
  list-style: none;
  line-height: 36px;
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
  color: #a7abb5;
  cursor: pointer;
  outline: 0;
}
.dark-theme .el-dropdown-menu__item:focus,
.dark-theme .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #1e2430;
  color: #3762b9;
}
.dark-theme .el-dropdown-menu__item i {
  margin-right: 5px;
}
.dark-theme .el-dropdown-menu__item--divided {
  position: relative;
  margin-top: 6px;
  border-top: 1px solid #2c2f33;
}
.dark-theme .el-dropdown-menu__item--divided:before {
  content: '';
  height: 6px;
  display: block;
  margin: 0 -20px;
  background-color: #1a1b1c;
}
.dark-theme .el-dropdown-menu__item.is-disabled {
  cursor: default;
  color: #bbb;
  pointer-events: none;
}
.dark-theme .el-dropdown-menu--medium {
  padding: 6px 0;
}
.dark-theme .el-dropdown-menu--medium .el-dropdown-menu__item {
  line-height: 30px;
  padding: 0 17px;
  font-size: 14px;
}
.dark-theme
  .el-dropdown-menu--medium
  .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 6px;
}
.dark-theme
  .el-dropdown-menu--medium
  .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 6px;
  margin: 0 -17px;
}
.dark-theme .el-dropdown-menu--small {
  padding: 6px 0;
}
.dark-theme .el-dropdown-menu--small .el-dropdown-menu__item {
  line-height: 27px;
  padding: 0 15px;
  font-size: 13px;
}
.dark-theme
  .el-dropdown-menu--small
  .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 4px;
}
.dark-theme
  .el-dropdown-menu--small
  .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 4px;
  margin: 0 -15px;
}
.dark-theme .el-dropdown-menu--mini {
  padding: 3px 0;
}
.dark-theme .el-dropdown-menu--mini .el-dropdown-menu__item {
  line-height: 24px;
  padding: 0 10px;
  font-size: 12px;
}
.dark-theme
  .el-dropdown-menu--mini
  .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 3px;
}
.dark-theme
  .el-dropdown-menu--mini
  .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 3px;
  margin: 0 -10px;
}
.dark-theme .el-menu {
  border-right: 1px solid #e6e6e6;
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 0;
  background-color: #1a1b1c;
}
.dark-theme .el-menu::after,
.dark-theme .el-menu::before {
  display: table;
  content: '';
}
.dark-theme .el-menu::after {
  clear: both;
}
.dark-theme .el-menu.el-menu--horizontal {
  border-bottom: 1px solid #e6e6e6;
}
.dark-theme .el-menu--horizontal {
  border-right: none;
}
.dark-theme .el-menu--horizontal > .el-menu-item {
  float: left;
  margin: 0;
  border-bottom: 2px solid transparent;
}
.dark-theme .el-menu--horizontal > .el-menu-item a,
.dark-theme .el-menu--horizontal > .el-menu-item a:hover {
  color: inherit;
}
.dark-theme .el-menu--horizontal > .el-submenu {
  float: left;
}
.dark-theme .el-menu--horizontal > .el-submenu:focus,
.dark-theme .el-menu--horizontal > .el-submenu:hover {
  outline: 0;
}
.dark-theme .el-menu--horizontal > .el-submenu:focus .el-submenu__title,
.dark-theme .el-menu--horizontal > .el-submenu:hover .el-submenu__title {
  color: #d1d7de;
}
.dark-theme .el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border-bottom: 2px solid #3e74e0;
  color: #d1d7de;
}
.dark-theme .el-menu--horizontal > .el-submenu .el-submenu__title {
  border-bottom: 2px solid transparent;
  color: #5f6670;
}
.dark-theme .el-menu--horizontal > .el-submenu .el-submenu__icon-arrow {
  position: static;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -3px;
}
.dark-theme .el-menu--horizontal .el-menu .el-menu-item,
.dark-theme .el-menu--horizontal .el-menu .el-submenu__title {
  background-color: #1a1b1c;
  float: none;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #5f6670;
}
.dark-theme .el-menu--horizontal .el-menu .el-menu-item.is-active,
.dark-theme
  .el-menu--horizontal
  .el-menu
  .el-submenu.is-active
  > .el-submenu__title {
  color: #d1d7de;
}
.dark-theme .el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.dark-theme .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  outline: 0;
  color: #d1d7de;
}
.dark-theme .el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: 2px solid #3e74e0;
  color: #d1d7de;
}
.dark-theme .el-menu--collapse {
  width: 64px;
}
.dark-theme .el-menu--collapse > .el-menu-item [class^='el-icon-'],
.dark-theme
  .el-menu--collapse
  > .el-submenu
  > .el-submenu__title
  [class^='el-icon-'] {
  margin: 0;
  vertical-align: middle;
  width: 24px;
  text-align: center;
}
.dark-theme .el-menu--collapse > .el-menu-item .el-submenu__icon-arrow,
.dark-theme
  .el-menu--collapse
  > .el-submenu
  > .el-submenu__title
  .el-submenu__icon-arrow {
  display: none;
}
.dark-theme .el-menu--collapse > .el-menu-item span,
.dark-theme .el-menu--collapse > .el-submenu > .el-submenu__title span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}
.dark-theme .el-menu--collapse > .el-menu-item.is-active i {
  color: inherit;
}
.dark-theme .el-menu--collapse .el-menu .el-submenu {
  min-width: 200px;
}
.dark-theme .el-menu--collapse .el-submenu {
  position: relative;
}
.dark-theme .el-menu--collapse .el-submenu .el-menu {
  position: absolute;
  margin-left: 5px;
  top: 0;
  left: 100%;
  z-index: 10;
  border: 1px solid #35383d;
  border-radius: 2px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
.dark-theme
  .el-menu--collapse
  .el-submenu.is-opened
  > .el-submenu__title
  .el-submenu__icon-arrow {
  transform: none;
}
.dark-theme .el-menu--popup {
  z-index: 100;
  border: none;
  padding: 5px 0;
  border-radius: 2px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
.dark-theme .el-menu--popup-bottom-start {
  margin-top: 5px;
}
.dark-theme .el-menu--popup-right-start {
  margin-left: 5px;
  margin-right: 5px;
}
.dark-theme .el-menu-item {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #d1d7de;
  padding: 0 20px;
  list-style: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  box-sizing: border-box;
  white-space: nowrap;
}
.dark-theme .el-menu-item * {
  vertical-align: middle;
}
.dark-theme .el-menu-item i {
  color: #5f6670;
}
.dark-theme .el-menu-item:focus,
.dark-theme .el-menu-item:hover {
  outline: 0;
  background-color: #1e2430;
}
.dark-theme .el-menu-item.is-disabled {
  opacity: 0.25;
  cursor: not-allowed;
  background: 0 0 !important;
}
.dark-theme .el-menu-item [class^='el-icon-'] {
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}
.dark-theme .el-menu-item.is-active {
  color: #3e74e0;
}
.dark-theme .el-menu-item.is-active i {
  color: inherit;
}
.dark-theme .el-submenu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.dark-theme .el-submenu__title {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #d1d7de;
  padding: 0 20px;
  list-style: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  box-sizing: border-box;
  white-space: nowrap;
}
.dark-theme .el-submenu__title * {
  vertical-align: middle;
}
.dark-theme .el-submenu__title i {
  color: #5f6670;
}
.dark-theme .el-submenu__title:focus,
.dark-theme .el-submenu__title:hover {
  outline: 0;
  background-color: #1e2430;
}
.dark-theme .el-submenu__title.is-disabled {
  opacity: 0.25;
  cursor: not-allowed;
  background: 0 0 !important;
}
.dark-theme .el-submenu__title:hover {
  background-color: #1e2430;
}
.dark-theme .el-submenu .el-menu {
  border: none;
}
.dark-theme .el-submenu .el-menu-item {
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  min-width: 200px;
}
.dark-theme .el-submenu__icon-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  transition: transform 0.3s;
  font-size: 12px;
}
.dark-theme .el-submenu.is-active .el-submenu__title {
  border-bottom-color: #3e74e0;
}
.dark-theme .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
  transform: rotateZ(180deg);
}
.dark-theme .el-submenu.is-disabled .el-menu-item,
.dark-theme .el-submenu.is-disabled .el-submenu__title {
  opacity: 0.25;
  cursor: not-allowed;
  background: 0 0 !important;
}
.dark-theme .el-submenu [class^='el-icon-'] {
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
}
.dark-theme .el-menu-item-group > ul {
  padding: 0;
}
.dark-theme .el-menu-item-group__title {
  padding: 7px 0 7px 20px;
  line-height: normal;
  font-size: 12px;
  color: #5f6670;
}
.dark-theme
  .horizontal-collapse-transition
  .el-submenu__title
  .el-submenu__icon-arrow {
  transition: 0.2s;
  opacity: 0;
}
.dark-theme .el-radio-group {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 0;
}
.dark-theme .el-radio-button {
  position: relative;
  display: inline-block;
  outline: 0;
}
.dark-theme .el-radio-button__inner {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  background: #1a1b1c;
  border: 1px solid #3e4147;
  font-weight: 500;
  border-left: 0;
  color: #a7abb5;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0;
}
.dark-theme .el-radio-button__inner.is-round {
  padding: 12px 20px;
}
.dark-theme .el-radio-button__inner:hover {
  color: #3e74e0;
}
.dark-theme .el-radio-button__inner [class*='el-icon-'] {
  line-height: 0.9;
}
.dark-theme .el-radio-button__inner [class*='el-icon-'] + span {
  margin-left: 5px;
}
.dark-theme .el-radio-button:first-child .el-radio-button__inner {
  border-left: 1px solid #3e4147;
  border-radius: 4px 0 0 4px;
  box-shadow: none !important;
}
.dark-theme .el-radio-button__orig-radio {
  opacity: 0;
  outline: 0;
  position: absolute;
  z-index: -1;
}
.dark-theme .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #dfe6ed;
  background-color: #3e74e0;
  border-color: #3e74e0;
  box-shadow: -1px 0 0 0 #3e74e0;
}
.dark-theme .el-radio-button__orig-radio:disabled + .el-radio-button__inner {
  color: #484b52;
  cursor: not-allowed;
  background-image: none;
  background-color: #1a1b1c;
  border-color: #2c2f33;
  box-shadow: none;
}
.dark-theme
  .el-radio-button__orig-radio:disabled:checked
  + .el-radio-button__inner {
  background-color: #27292e;
}
.dark-theme .el-radio-button:last-child .el-radio-button__inner {
  border-radius: 0 4px 4px 0;
}
.dark-theme .el-radio-button:first-child:last-child .el-radio-button__inner {
  border-radius: 4px;
}
.dark-theme .el-radio-button--medium .el-radio-button__inner {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 0;
}
.dark-theme .el-radio-button--medium .el-radio-button__inner.is-round {
  padding: 10px 20px;
}
.dark-theme .el-radio-button--small .el-radio-button__inner {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
}
.dark-theme .el-radio-button--small .el-radio-button__inner.is-round {
  padding: 9px 15px;
}
.dark-theme .el-radio-button--mini .el-radio-button__inner {
  padding: 5px 7px;
  font-size: 12px;
  border-radius: 0;
}
.dark-theme .el-radio-button--mini .el-radio-button__inner.is-round {
  padding: 5px 7px;
}
.dark-theme
  .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
  box-shadow: 0 0 2px 2px #3e74e0;
}
.dark-theme .el-switch {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
.dark-theme .el-switch.is-disabled .el-switch__core,
.dark-theme .el-switch.is-disabled .el-switch__label {
  cursor: not-allowed;
}
.dark-theme .el-switch__label {
  transition: 0.2s;
  height: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  vertical-align: middle;
  color: #d1d7de;
}
.dark-theme .el-switch__label.is-active {
  color: #3e74e0;
}
.dark-theme .el-switch__label--left {
  margin-right: 10px;
}
.dark-theme .el-switch__label--right {
  margin-left: 10px;
}
.dark-theme .el-switch__label * {
  line-height: 1;
  font-size: 14px;
  display: inline-block;
}
.dark-theme .el-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}
.dark-theme .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #3e4147;
  outline: 0;
  border-radius: 10px;
  box-sizing: border-box;
  background: #3e4147;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.dark-theme .el-switch__core:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
  transition: 0.3s;
  width: 16px;
  height: 16px;
}
.dark-theme .el-switch.is-checked .el-switch__core {
  border-color: #3e74e0;
  background-color: #3e74e0;
}
.dark-theme .el-switch.is-checked .el-switch__core::after {
  left: 100%;
  margin-left: -17px;
}
.dark-theme .el-switch.is-disabled {
  opacity: 0.6;
}
.dark-theme .el-switch--wide .el-switch__label.el-switch__label--left span {
  left: 10px;
}
.dark-theme .el-switch--wide .el-switch__label.el-switch__label--right span {
  right: 10px;
}
.dark-theme .el-switch .label-fade-enter,
.dark-theme .el-switch .label-fade-leave-active {
  opacity: 0;
}
.dark-theme .el-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: 1px solid #35383d;
  border-radius: 4px;
  background-color: #1a1b1c;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  margin: 5px 0;
}
.dark-theme .el-select-dropdown.is-multiple .el-select-dropdown__item {
  padding-right: 40px;
}
.dark-theme .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #3e74e0;
  background-color: #1a1b1c;
}
.dark-theme
  .el-select-dropdown.is-multiple
  .el-select-dropdown__item.selected.hover {
  background-color: #1a1b1c;
}
.dark-theme
  .el-select-dropdown.is-multiple
  .el-select-dropdown__item.selected::after {
  position: absolute;
  right: 20px;
  font-family: element-icons;
  content: '\e6da';
  font-size: 12px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dark-theme
  .el-select-dropdown
  .el-scrollbar.is-empty
  .el-select-dropdown__list {
  padding: 0;
}
.dark-theme .el-select-dropdown__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: #999;
  font-size: 14px;
}
.dark-theme .el-select-dropdown__wrap {
  max-height: 274px;
}
.dark-theme .el-select-dropdown__list {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  box-sizing: border-box;
}
.dark-theme .el-select-dropdown__item {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #a7abb5;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
}
.dark-theme .el-select-dropdown__item.is-disabled {
  color: #484b52;
  cursor: not-allowed;
}
.dark-theme .el-select-dropdown__item.hover,
.dark-theme .el-select-dropdown__item.is-disabled:hover,
.dark-theme .el-select-dropdown__item:hover {
  background-color: #1a1b1c;
}
.dark-theme .el-select-dropdown__item.selected {
  color: #3e74e0;
  font-weight: 700;
}
.dark-theme .el-select-group {
  margin: 0;
  padding: 0;
}
.dark-theme .el-select-group__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dark-theme .el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 24px;
}
.dark-theme .el-select-group__wrap:not(:last-of-type)::after {
  content: '';
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  bottom: 12px;
  height: 1px;
  background: #35383d;
}
.dark-theme .el-select-group__title {
  padding-left: 20px;
  font-size: 12px;
  color: #484b52;
  line-height: 30px;
}
.dark-theme .el-select-group .el-select-dropdown__item {
  padding-left: 20px;
}
.dark-theme .el-select {
  display: inline-block;
  position: relative;
}
.dark-theme .el-select .el-select__tags > span {
  display: contents;
}
.dark-theme .el-select:hover .el-input__inner {
  border-color: #484b52;
}
.dark-theme .el-select .el-input__inner {
  cursor: pointer;
  padding-right: 35px;
}
.dark-theme .el-select .el-input__inner:focus {
  border-color: #3e74e0;
}
.dark-theme .el-select .el-input .el-select__caret {
  color: #484b52;
  font-size: 14px;
  transition: transform 0.3s;
  transform: rotateZ(180deg);
  cursor: pointer;
}
.dark-theme .el-select .el-input .el-select__caret.is-reverse {
  transform: rotateZ(0);
}
.dark-theme .el-select .el-input .el-select__caret.is-show-close {
  font-size: 14px;
  text-align: center;
  transform: rotateZ(180deg);
  border-radius: 100%;
  color: #484b52;
  transition: color cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dark-theme .el-select .el-input .el-select__caret.is-show-close:hover {
  color: #5f6670;
}
.dark-theme .el-select .el-input.is-disabled .el-input__inner:hover {
  border-color: #35383d;
}
.dark-theme .el-select .el-input.is-focus .el-input__inner {
  border-color: #3e74e0;
}
.dark-theme .el-select > .el-input {
  display: block;
}
.dark-theme .el-select__input {
  border: none;
  outline: 0;
  padding: 0;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 28px;
  background-color: transparent;
}
.dark-theme .el-select__input.is-mini {
  height: 14px;
}
.dark-theme .el-select__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: 1000;
  right: 25px;
  color: #484b52;
  line-height: 18px;
  font-size: 14px;
}
.dark-theme .el-select__close:hover {
  color: #5f6670;
}
.dark-theme .el-select__tags {
  position: absolute;
  line-height: normal;
  white-space: normal;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dark-theme .el-select__tags-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dark-theme .el-select .el-tag {
  box-sizing: border-box;
  border-color: transparent;
  margin: 2px 0 2px 6px;
  background-color: #f0f2f5;
  display: flex;
  max-width: 100%;
  align-items: center;
}
.dark-theme .el-select .el-tag__close.el-icon-close {
  top: 0;
  color: #1a1b1c;
  flex-shrink: 0;
}
.dark-theme .el-select .el-tag__close.el-icon-close:hover {
  background-color: #5f6670;
}
.dark-theme .el-select .el-tag__close.el-icon-close::before {
  display: block;
  transform: translate(0, 0.5px);
}
.dark-theme .el-table {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  max-width: 100%;
  background-color: #1a1b1c;
  font-size: 14px;
  color: #a7abb5;
}
.dark-theme .el-table__empty-block {
  min-height: 60px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dark-theme .el-table__empty-text {
  line-height: 60px;
  width: 50%;
  color: #5f6670;
}
.dark-theme .el-table__expand-column .cell {
  padding: 0;
  text-align: center;
}
.dark-theme .el-table__expand-icon {
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 12px;
  transition: transform 0.2s ease-in-out;
  height: 20px;
}
.dark-theme .el-table__expand-icon--expanded {
  transform: rotate(90deg);
}
.dark-theme .el-table__expand-icon > .el-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
.dark-theme .el-table__expanded-cell {
  background-color: #1a1b1c;
}
.dark-theme .el-table__expanded-cell[class*='cell'] {
  padding: 20px 50px;
}
.dark-theme .el-table__expanded-cell:hover {
  background-color: transparent !important;
}
.dark-theme .el-table__placeholder {
  display: inline-block;
  width: 20px;
}
.dark-theme .el-table__append-wrapper {
  overflow: hidden;
}
.dark-theme .el-table--fit {
  border-right: 0;
  border-bottom: 0;
}
.dark-theme .el-table--fit .el-table__cell.gutter {
  border-right-width: 1px;
}
.dark-theme .el-table--scrollable-x .el-table__body-wrapper {
  overflow-x: auto;
}
.dark-theme .el-table--scrollable-y .el-table__body-wrapper {
  overflow-y: auto;
}
.dark-theme .el-table thead {
  color: #5f6670;
  font-weight: 500;
}
.dark-theme .el-table thead.is-group th.el-table__cell {
  background: #27292e;
}
.dark-theme .el-table .el-table__cell {
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
.dark-theme .el-table .el-table__cell.is-center {
  text-align: center;
}
.dark-theme .el-table .el-table__cell.is-right {
  text-align: right;
}
.dark-theme .el-table .el-table__cell.gutter {
  width: 15px;
  border-right-width: 0;
  border-bottom-width: 0;
  padding: 0;
}
.dark-theme .el-table .el-table__cell.is-hidden > * {
  visibility: hidden;
}
.dark-theme .el-table--medium .el-table__cell {
  padding: 10px 0;
}
.dark-theme .el-table--small {
  font-size: 12px;
}
.dark-theme .el-table--small .el-table__cell {
  padding: 8px 0;
}
.dark-theme .el-table--mini {
  font-size: 12px;
}
.dark-theme .el-table--mini .el-table__cell {
  padding: 6px 0;
}
.dark-theme .el-table tr {
  background-color: #1a1b1c;
}
.dark-theme .el-table tr input[type='checkbox'] {
  margin: 0;
}
.dark-theme .el-table td.el-table__cell,
.dark-theme .el-table th.el-table__cell.is-leaf {
  border-bottom: 1px solid #2c2f33;
}
.dark-theme .el-table th.el-table__cell.is-sortable {
  cursor: pointer;
}
.dark-theme .el-table th.el-table__cell {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #1a1b1c;
}
.dark-theme .el-table th.el-table__cell > .cell {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.dark-theme .el-table th.el-table__cell > .cell.highlight {
  color: #3e74e0;
}
.dark-theme .el-table th.el-table__cell.required > div::before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d51;
  margin-right: 5px;
  vertical-align: middle;
}
.dark-theme .el-table td.el-table__cell div {
  box-sizing: border-box;
}
.dark-theme .el-table td.el-table__cell.gutter {
  width: 0;
}
.dark-theme .el-table .cell {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  line-height: 23px;
  padding-left: 10px;
  padding-right: 10px;
}
.dark-theme .el-table .cell.el-tooltip {
  white-space: nowrap;
  min-width: 50px;
}
.dark-theme .el-table--border,
.dark-theme .el-table--group {
  border: 1px solid #2c2f33;
}
.dark-theme .el-table--border::after,
.dark-theme .el-table--group::after,
.dark-theme .el-table::before {
  content: '';
  position: absolute;
  background-color: #2c2f33;
  z-index: 1;
}
.dark-theme .el-table--border::after,
.dark-theme .el-table--group::after {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.dark-theme .el-table::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.dark-theme .el-table--border.el-loading-parent--relative {
  border-color: transparent;
}
.dark-theme .el-table--border .el-table__cell {
  border-right: 1px solid #2c2f33;
}
.dark-theme .el-table--border .el-table__cell:first-child .cell {
  padding-left: 10px;
}
.dark-theme .el-table--border th.el-table__cell,
.dark-theme .el-table--border th.el-table__cell.gutter:last-of-type {
  border-bottom: 1px solid #2c2f33;
}
.dark-theme .el-table--hidden {
  visibility: hidden;
}
.dark-theme .el-table__fixed,
.dark-theme .el-table__fixed-right {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.dark-theme .el-table__fixed-right::before,
.dark-theme .el-table__fixed::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #2c2f33;
  z-index: 4;
}
.dark-theme .el-table__fixed-right-patch {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #1a1b1c;
  border-bottom: 1px solid #2c2f33;
}
.dark-theme .el-table__fixed-right {
  top: 0;
  left: auto;
  right: 0;
}
.dark-theme .el-table__fixed-right .el-table__fixed-body-wrapper,
.dark-theme .el-table__fixed-right .el-table__fixed-footer-wrapper,
.dark-theme .el-table__fixed-right .el-table__fixed-header-wrapper {
  left: auto;
  right: 0;
}
.dark-theme .el-table__fixed-header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.dark-theme .el-table__fixed-footer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.dark-theme .el-table__fixed-footer-wrapper tbody td.el-table__cell {
  border-top: 1px solid #2c2f33;
  background-color: #27292e;
  color: #a7abb5;
}
.dark-theme .el-table__fixed-body-wrapper {
  position: absolute;
  left: 0;
  top: 37px;
  overflow: hidden;
  z-index: 3;
}
.dark-theme .el-table__body-wrapper,
.dark-theme .el-table__footer-wrapper,
.dark-theme .el-table__header-wrapper {
  width: 100%;
}
.dark-theme .el-table__footer-wrapper {
  margin-top: -1px;
}
.dark-theme .el-table__footer-wrapper td.el-table__cell {
  border-top: 1px solid #2c2f33;
}
.dark-theme .el-table__body,
.dark-theme .el-table__footer,
.dark-theme .el-table__header {
  table-layout: fixed;
  border-collapse: separate;
}
.dark-theme .el-table__footer-wrapper,
.dark-theme .el-table__header-wrapper {
  overflow: hidden;
}
.dark-theme .el-table__footer-wrapper tbody td.el-table__cell,
.dark-theme .el-table__header-wrapper tbody td.el-table__cell {
  background-color: #27292e;
  color: #a7abb5;
}
.dark-theme .el-table__body-wrapper {
  overflow: hidden;
  position: relative;
}
.dark-theme .el-table__body-wrapper.is-scrolling-left ~ .el-table__fixed,
.dark-theme .el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed,
.dark-theme .el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed-right,
.dark-theme
  .el-table__body-wrapper.is-scrolling-right
  ~ .el-table__fixed-right {
  box-shadow: none;
}
.dark-theme
  .el-table__body-wrapper
  .el-table--border.is-scrolling-right
  ~ .el-table__fixed-right {
  border-left: 1px solid #2c2f33;
}
.dark-theme
  .el-table__body-wrapper
  .el-table--border.is-scrolling-left
  ~ .el-table__fixed {
  border-right: 1px solid #2c2f33;
}
.dark-theme .el-table .caret-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: 34px;
  width: 24px;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
}
.dark-theme .el-table .sort-caret {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  left: 7px;
}
.dark-theme .el-table .sort-caret.ascending {
  border-bottom-color: #484b52;
  top: 5px;
}
.dark-theme .el-table .sort-caret.descending {
  border-top-color: #484b52;
  bottom: 7px;
}
.dark-theme .el-table .ascending .sort-caret.ascending {
  border-bottom-color: #3e74e0;
}
.dark-theme .el-table .descending .sort-caret.descending {
  border-top-color: #3e74e0;
}
.dark-theme .el-table .hidden-columns {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.dark-theme
  .el-table--striped
  .el-table__body
  tr.el-table__row--striped
  td.el-table__cell {
  background: #fafafa;
}
.dark-theme
  .el-table--striped
  .el-table__body
  tr.el-table__row--striped.current-row
  td.el-table__cell {
  background-color: #1e2430;
}
.dark-theme .el-table__body tr.hover-row.current-row > td.el-table__cell,
.dark-theme
  .el-table__body
  tr.hover-row.el-table__row--striped.current-row
  > td.el-table__cell,
.dark-theme
  .el-table__body
  tr.hover-row.el-table__row--striped
  > td.el-table__cell,
.dark-theme .el-table__body tr.hover-row > td.el-table__cell {
  background-color: #27292e;
}
.dark-theme .el-table__body tr.current-row > td.el-table__cell {
  background-color: #1e2430;
}
.dark-theme .el-table__column-resize-proxy {
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid #2c2f33;
  z-index: 10;
}
.dark-theme .el-table__column-filter-trigger {
  display: inline-block;
  line-height: 34px;
  cursor: pointer;
}
.dark-theme .el-table__column-filter-trigger i {
  color: #484b52;
  font-size: 12px;
  transform: scale(0.75);
}
.dark-theme .el-table--enable-row-transition .el-table__body td.el-table__cell {
  -webkit-transition: background-color 0.25s;
}
.dark-theme
  .el-table--enable-row-hover
  .el-table__body
  tr:hover
  > td.el-table__cell {
  background-color: #27292e;
}
.dark-theme .el-table--fluid-height .el-table__fixed,
.dark-theme .el-table--fluid-height .el-table__fixed-right {
  bottom: 0;
  overflow: hidden;
}
.dark-theme .el-table [class*='el-table__row--level'] .el-table__expand-icon {
  display: inline-block;
  width: 20px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  margin-right: 3px;
}
.dark-theme .el-table-column--selection .cell {
  padding-left: 14px;
  padding-right: 14px;
}
.dark-theme .el-table-filter {
  border: 1px solid #2c2f33;
  border-radius: 2px;
  background-color: #1a1b1c;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  margin: 2px 0;
}
.dark-theme .el-table-filter__list {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  min-width: 100px;
}
.dark-theme .el-table-filter__list-item {
  line-height: 36px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
}
.dark-theme .el-table-filter__list-item:hover {
  background-color: #1e2430;
  color: #3762b9;
}
.dark-theme .el-table-filter__list-item.is-active {
  background-color: #3e74e0;
  color: #1a1b1c;
}
.dark-theme .el-table-filter__content {
  min-width: 100px;
}
.dark-theme .el-table-filter__bottom {
  border-top: 1px solid #2c2f33;
  padding: 8px;
}
.dark-theme .el-table-filter__bottom button {
  background: 0 0;
  border: none;
  color: #a7abb5;
  cursor: pointer;
  font-size: 13px;
  padding: 0 3px;
}
.dark-theme .el-table-filter__bottom button:hover {
  color: #3e74e0;
}
.dark-theme .el-table-filter__bottom button:focus {
  outline: 0;
}
.dark-theme .el-table-filter__bottom button.is-disabled {
  color: #484b52;
  cursor: not-allowed;
}
.dark-theme .el-table-filter__wrap {
  max-height: 280px;
}
.dark-theme .el-table-filter__checkbox-group {
  padding: 10px;
}
.dark-theme .el-table-filter__checkbox-group label.el-checkbox {
  display: block;
  margin-right: 5px;
  margin-bottom: 8px;
  margin-left: 5px;
}
.dark-theme .el-table-filter__checkbox-group .el-checkbox:last-child {
  margin-bottom: 0;
}
.dark-theme .el-date-table {
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dark-theme .el-date-table.is-week-mode .el-date-table__row:hover div {
  background-color: #27292e;
}
.dark-theme
  .el-date-table.is-week-mode
  .el-date-table__row:hover
  td.available:hover {
  color: #a7abb5;
}
.dark-theme
  .el-date-table.is-week-mode
  .el-date-table__row:hover
  td:first-child
  div {
  margin-left: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.dark-theme
  .el-date-table.is-week-mode
  .el-date-table__row:hover
  td:last-child
  div {
  margin-right: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.dark-theme .el-date-table.is-week-mode .el-date-table__row.current div {
  background-color: #27292e;
}
.dark-theme .el-date-table td {
  width: 32px;
  height: 30px;
  padding: 4px 0;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.dark-theme .el-date-table td div {
  height: 30px;
  padding: 3px 0;
  box-sizing: border-box;
}
.dark-theme .el-date-table td span {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  line-height: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.dark-theme .el-date-table td.next-month,
.dark-theme .el-date-table td.prev-month {
  color: #484b52;
}
.dark-theme .el-date-table td.today {
  position: relative;
}
.dark-theme .el-date-table td.today span {
  color: #3e74e0;
  font-weight: 700;
}
.dark-theme .el-date-table td.today.end-date span,
.dark-theme .el-date-table td.today.start-date span {
  color: #1a1b1c;
}
.dark-theme .el-date-table td.available:hover {
  color: #3e74e0;
}
.dark-theme .el-date-table td.in-range div,
.dark-theme .el-date-table td.in-range div:hover {
  background-color: #27292e;
}
.dark-theme .el-date-table td.current:not(.disabled) span {
  background-color: #3e74e0;
}
.dark-theme .el-date-table td.end-date span,
.dark-theme .el-date-table td.start-date span {
  background-color: #3e74e0;
}
.dark-theme .el-date-table td.start-date div {
  margin-left: 5px;
}
.dark-theme .el-date-table td.disabled div {
  background-color: #27292e;
  opacity: 1;
  cursor: not-allowed;
  color: #484b52;
}
.dark-theme .el-date-table td.selected div {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #27292e;
}
.dark-theme .el-date-table td.selected div:hover {
  background-color: #27292e;
}
.dark-theme .el-date-table td.selected span {
  background-color: #3e74e0;
  color: #1a1b1c;
}
.dark-theme .el-date-table td.week {
  font-size: 80%;
  color: #a7abb5;
}
.dark-theme .el-date-table th {
  padding: 5px;
  color: #a7abb5;
  font-weight: 400;
  border-bottom: 1px solid #2c2f33;
}
.dark-theme .el-month-table {
  font-size: 12px;
  margin: -1px;
  border-collapse: collapse;
}
.dark-theme .el-month-table td {
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}
.dark-theme .el-month-table td div {
  height: 48px;
  padding: 6px 0;
  box-sizing: border-box;
}
.dark-theme .el-month-table td.today .cell {
  color: #3e74e0;
  font-weight: 700;
}
.dark-theme .el-month-table td.today.end-date .cell,
.dark-theme .el-month-table td.today.start-date .cell {
  color: #1a1b1c;
}
.dark-theme .el-month-table td.disabled .cell {
  background-color: #27292e;
  cursor: not-allowed;
  color: #484b52;
}
.dark-theme .el-month-table td.disabled .cell:hover {
  color: #484b52;
}
.dark-theme .el-month-table td .cell {
  width: 60px;
  height: 36px;
  display: block;
  line-height: 36px;
  color: #a7abb5;
  margin: 0 auto;
  border-radius: 18px;
}
.dark-theme .el-month-table td .cell:hover {
  color: #3e74e0;
}
.dark-theme .el-month-table td.in-range div,
.dark-theme .el-month-table td.in-range div:hover {
  background-color: #27292e;
}
.dark-theme .el-month-table td.end-date div,
.dark-theme .el-month-table td.start-date div {
  color: #1a1b1c;
}
.dark-theme .el-month-table td.end-date .cell,
.dark-theme .el-month-table td.start-date .cell {
  color: #1a1b1c;
  background-color: #3e74e0;
}
.dark-theme .el-month-table td.start-date div {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.dark-theme .el-month-table td.end-date div {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.dark-theme .el-year-table {
  font-size: 12px;
  margin: -1px;
  border-collapse: collapse;
}
.dark-theme .el-year-table .el-icon {
  color: #d1d7de;
}
.dark-theme .el-year-table td {
  text-align: center;
  padding: 20px 3px;
  cursor: pointer;
}
.dark-theme .el-year-table td.today .cell {
  color: #3e74e0;
  font-weight: 700;
}
.dark-theme .el-year-table td.disabled .cell {
  background-color: #27292e;
  cursor: not-allowed;
  color: #484b52;
}
.dark-theme .el-year-table td.disabled .cell:hover {
  color: #484b52;
}
.dark-theme .el-year-table td .cell {
  width: 48px;
  height: 32px;
  display: block;
  line-height: 32px;
  color: #a7abb5;
  margin: 0 auto;
}
.dark-theme .el-year-table td .cell:hover {
  color: #3e74e0;
}
.dark-theme .el-date-range-picker {
  width: 646px;
}
.dark-theme .el-date-range-picker.has-sidebar {
  width: 756px;
}
.dark-theme .el-date-range-picker table {
  table-layout: fixed;
  width: 100%;
}
.dark-theme .el-date-range-picker .el-picker-panel__body {
  min-width: 513px;
}
.dark-theme .el-date-range-picker .el-picker-panel__content {
  margin: 0;
}
.dark-theme .el-date-range-picker__header {
  position: relative;
  text-align: center;
  height: 28px;
}
.dark-theme .el-date-range-picker__header [class*='arrow-left'] {
  float: left;
}
.dark-theme .el-date-range-picker__header [class*='arrow-right'] {
  float: right;
}
.dark-theme .el-date-range-picker__header div {
  font-size: 16px;
  font-weight: 500;
  margin-right: 50px;
}
.dark-theme .el-date-range-picker__content {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 16px;
}
.dark-theme .el-date-range-picker__content.is-left {
  border-right: 1px solid #35383d;
}
.dark-theme .el-date-range-picker__content .el-date-range-picker__header div {
  margin-left: 50px;
  margin-right: 50px;
}
.dark-theme .el-date-range-picker__editors-wrap {
  box-sizing: border-box;
  display: table-cell;
}
.dark-theme .el-date-range-picker__editors-wrap.is-right {
  text-align: right;
}
.dark-theme .el-date-range-picker__time-header {
  position: relative;
  border-bottom: 1px solid #35383d;
  font-size: 12px;
  padding: 8px 5px 5px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.dark-theme .el-date-range-picker__time-header > .el-icon-arrow-right {
  font-size: 20px;
  vertical-align: middle;
  display: table-cell;
  color: #d1d7de;
}
.dark-theme .el-date-range-picker__time-picker-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}
.dark-theme .el-date-range-picker__time-picker-wrap .el-picker-panel {
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 1;
  background: #1a1b1c;
}
.dark-theme .el-date-picker {
  width: 322px;
}
.dark-theme .el-date-picker.has-sidebar.has-time {
  width: 434px;
}
.dark-theme .el-date-picker.has-sidebar {
  width: 438px;
}
.dark-theme .el-date-picker.has-time .el-picker-panel__body-wrapper {
  position: relative;
}
.dark-theme .el-date-picker .el-picker-panel__content {
  width: 292px;
}
.dark-theme .el-date-picker table {
  table-layout: fixed;
  width: 100%;
}
.dark-theme .el-date-picker__editor-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}
.dark-theme .el-date-picker__time-header {
  position: relative;
  border-bottom: 1px solid #35383d;
  font-size: 12px;
  padding: 8px 5px 5px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.dark-theme .el-date-picker__header {
  margin: 12px;
  text-align: center;
}
.dark-theme .el-date-picker__header--bordered {
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #2c2f33;
}
.dark-theme .el-date-picker__header--bordered + .el-picker-panel__content {
  margin-top: 0;
}
.dark-theme .el-date-picker__header-label {
  font-size: 16px;
  font-weight: 500;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  color: #a7abb5;
}
.dark-theme .el-date-picker__header-label.active,
.dark-theme .el-date-picker__header-label:hover {
  color: #3e74e0;
}
.dark-theme .el-date-picker__prev-btn {
  float: left;
}
.dark-theme .el-date-picker__next-btn {
  float: right;
}
.dark-theme .el-date-picker__time-wrap {
  padding: 10px;
  text-align: center;
}
.dark-theme .el-date-picker__time-label {
  float: left;
  cursor: pointer;
  line-height: 30px;
  margin-left: 10px;
}
.dark-theme .time-select {
  margin: 5px 0;
  min-width: 0;
}
.dark-theme .time-select .el-picker-panel__content {
  max-height: 200px;
  margin: 0;
}
.dark-theme .time-select-item {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
}
.dark-theme .time-select-item.selected:not(.disabled) {
  color: #3e74e0;
  font-weight: 700;
}
.dark-theme .time-select-item.disabled {
  color: #35383d;
  cursor: not-allowed;
}
.dark-theme .time-select-item:hover {
  background-color: #27292e;
  font-weight: 700;
  cursor: pointer;
}
.dark-theme .el-date-editor {
  position: relative;
  display: inline-block;
  text-align: left;
}
.dark-theme .el-date-editor.el-input,
.dark-theme .el-date-editor.el-input__inner {
  width: 220px;
}
.dark-theme .el-date-editor--monthrange.el-input,
.dark-theme .el-date-editor--monthrange.el-input__inner {
  width: 300px;
}
.dark-theme .el-date-editor--daterange.el-input,
.dark-theme .el-date-editor--daterange.el-input__inner,
.dark-theme .el-date-editor--timerange.el-input,
.dark-theme .el-date-editor--timerange.el-input__inner {
  width: 350px;
}
.dark-theme .el-date-editor--datetimerange.el-input,
.dark-theme .el-date-editor--datetimerange.el-input__inner {
  width: 400px;
}
.dark-theme .el-date-editor--dates .el-input__inner {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dark-theme .el-date-editor .el-icon-circle-close {
  cursor: pointer;
}
.dark-theme .el-date-editor .el-range__icon {
  font-size: 14px;
  margin-left: -5px;
  color: #484b52;
  float: left;
  line-height: 32px;
}
.dark-theme .el-date-editor .el-range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 39%;
  text-align: center;
  font-size: 14px;
  color: #a7abb5;
}
.dark-theme .el-date-editor .el-range-input::-moz-placeholder {
  color: #484b52;
}
.dark-theme .el-date-editor .el-range-input::placeholder {
  color: #484b52;
}
.dark-theme .el-date-editor .el-range-separator {
  display: inline-block;
  height: 100%;
  padding: 0 5px;
  margin: 0;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  width: 5%;
  color: #d1d7de;
}
.dark-theme .el-date-editor .el-range__close-icon {
  font-size: 14px;
  color: #484b52;
  width: 25px;
  display: inline-block;
  float: right;
  line-height: 32px;
}
.dark-theme .el-range-editor.el-input__inner {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
}
.dark-theme .el-range-editor .el-range-input {
  line-height: 1;
}
.dark-theme .el-range-editor.is-active,
.dark-theme .el-range-editor.is-active:hover {
  border-color: #3e74e0;
}
.dark-theme .el-range-editor--medium.el-input__inner {
  height: 36px;
}
.dark-theme .el-range-editor--medium .el-range-separator {
  line-height: 28px;
  font-size: 14px;
}
.dark-theme .el-range-editor--medium .el-range-input {
  font-size: 14px;
}
.dark-theme .el-range-editor--medium .el-range__close-icon,
.dark-theme .el-range-editor--medium .el-range__icon {
  line-height: 28px;
}
.dark-theme .el-range-editor--small.el-input__inner {
  height: 32px;
}
.dark-theme .el-range-editor--small .el-range-separator {
  line-height: 24px;
  font-size: 13px;
}
.dark-theme .el-range-editor--small .el-range-input {
  font-size: 13px;
}
.dark-theme .el-range-editor--small .el-range__close-icon,
.dark-theme .el-range-editor--small .el-range__icon {
  line-height: 24px;
}
.dark-theme .el-range-editor--mini.el-input__inner {
  height: 28px;
}
.dark-theme .el-range-editor--mini .el-range-separator {
  line-height: 20px;
  font-size: 12px;
}
.dark-theme .el-range-editor--mini .el-range-input {
  font-size: 12px;
}
.dark-theme .el-range-editor--mini .el-range__close-icon,
.dark-theme .el-range-editor--mini .el-range__icon {
  line-height: 20px;
}
.dark-theme .el-range-editor.is-disabled {
  background-color: #1a1b1c;
  border-color: #35383d;
  color: #484b52;
  cursor: not-allowed;
}
.dark-theme .el-range-editor.is-disabled:focus,
.dark-theme .el-range-editor.is-disabled:hover {
  border-color: #35383d;
}
.dark-theme .el-range-editor.is-disabled input {
  background-color: #1a1b1c;
  color: #484b52;
  cursor: not-allowed;
}
.dark-theme .el-range-editor.is-disabled input::-moz-placeholder {
  color: #484b52;
}
.dark-theme .el-range-editor.is-disabled input::placeholder {
  color: #484b52;
}
.dark-theme .el-range-editor.is-disabled .el-range-separator {
  color: #484b52;
}
.dark-theme .el-picker-panel {
  color: #a7abb5;
  border: 1px solid #35383d;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  background: #1a1b1c;
  border-radius: 4px;
  line-height: 30px;
  margin: 5px 0;
}
.dark-theme .el-picker-panel__body-wrapper::after,
.dark-theme .el-picker-panel__body::after {
  content: '';
  display: table;
  clear: both;
}
.dark-theme .el-picker-panel__content {
  position: relative;
  margin: 15px;
}
.dark-theme .el-picker-panel__footer {
  border-top: 1px solid #35383d;
  padding: 4px;
  text-align: right;
  background-color: #1a1b1c;
  position: relative;
  font-size: 0;
}
.dark-theme .el-picker-panel__shortcut {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  line-height: 28px;
  font-size: 14px;
  color: #a7abb5;
  padding-left: 12px;
  text-align: left;
  outline: 0;
  cursor: pointer;
}
.dark-theme .el-picker-panel__shortcut:hover {
  color: #3e74e0;
}
.dark-theme .el-picker-panel__shortcut.active {
  background-color: #e6f1fe;
  color: #3e74e0;
}
.dark-theme .el-picker-panel__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
}
.dark-theme .el-picker-panel__btn[disabled] {
  color: #ccc;
  cursor: not-allowed;
}
.dark-theme .el-picker-panel__icon-btn {
  font-size: 12px;
  color: #d1d7de;
  border: 0;
  background: 0 0;
  cursor: pointer;
  outline: 0;
  margin-top: 8px;
}
.dark-theme .el-picker-panel__icon-btn:hover {
  color: #3e74e0;
}
.dark-theme .el-picker-panel__icon-btn.is-disabled {
  color: #bbb;
}
.dark-theme .el-picker-panel__icon-btn.is-disabled:hover {
  cursor: not-allowed;
}
.dark-theme .el-picker-panel__link-btn {
  vertical-align: middle;
}
.dark-theme .el-picker-panel [slot='sidebar'],
.dark-theme .el-picker-panel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-right: 1px solid #35383d;
  box-sizing: border-box;
  padding-top: 6px;
  background-color: #1a1b1c;
  overflow: auto;
}
.dark-theme .el-picker-panel [slot='sidebar'] + .el-picker-panel__body,
.dark-theme .el-picker-panel__sidebar + .el-picker-panel__body {
  margin-left: 110px;
}
.dark-theme .el-time-spinner.has-seconds .el-time-spinner__wrapper {
  width: 33.3%;
}
.dark-theme .el-time-spinner__wrapper {
  max-height: 190px;
  overflow: auto;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
}
.dark-theme
  .el-time-spinner__wrapper
  .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
  padding-bottom: 15px;
}
.dark-theme .el-time-spinner__wrapper.is-arrow {
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.dark-theme .el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
  transform: translateY(-32px);
}
.dark-theme
  .el-time-spinner__wrapper.is-arrow
  .el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #1a1b1c;
  cursor: default;
}
.dark-theme .el-time-spinner__arrow {
  font-size: 12px;
  color: #5f6670;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.dark-theme .el-time-spinner__arrow:hover {
  color: #3e74e0;
}
.dark-theme .el-time-spinner__arrow.el-icon-arrow-up {
  top: 10px;
}
.dark-theme .el-time-spinner__arrow.el-icon-arrow-down {
  bottom: 10px;
}
.dark-theme .el-time-spinner__input.el-input {
  width: 70%;
}
.dark-theme .el-time-spinner__input.el-input .el-input__inner {
  padding: 0;
  text-align: center;
}
.dark-theme .el-time-spinner__list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.dark-theme .el-time-spinner__list::after,
.dark-theme .el-time-spinner__list::before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
}
.dark-theme .el-time-spinner__item {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #a7abb5;
}
.dark-theme .el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #27292e;
  cursor: pointer;
}
.dark-theme .el-time-spinner__item.active:not(.disabled) {
  color: #d1d7de;
  font-weight: 700;
}
.dark-theme .el-time-spinner__item.disabled {
  color: #484b52;
  cursor: not-allowed;
}
.dark-theme .el-time-panel {
  margin: 5px 0;
  border: 1px solid #35383d;
  background-color: #1a1b1c;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  position: absolute;
  width: 180px;
  left: 0;
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: content-box;
}
.dark-theme .el-time-panel__content {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.dark-theme .el-time-panel__content::after,
.dark-theme .el-time-panel__content::before {
  content: '';
  top: 50%;
  position: absolute;
  margin-top: -15px;
  height: 32px;
  z-index: -1;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-top: 6px;
  text-align: left;
  border-top: 1px solid #35383d;
  border-bottom: 1px solid #35383d;
}
.dark-theme .el-time-panel__content::after {
  left: 50%;
  margin-left: 12%;
  margin-right: 12%;
}
.dark-theme .el-time-panel__content::before {
  padding-left: 50%;
  margin-right: 12%;
  margin-left: 12%;
}
.dark-theme .el-time-panel__content.has-seconds::after {
  left: calc(100% / 3 * 2);
}
.dark-theme .el-time-panel__content.has-seconds::before {
  padding-left: calc(100% / 3);
}
.dark-theme .el-time-panel__footer {
  border-top: 1px solid #35383d;
  padding: 4px;
  height: 36px;
  line-height: 25px;
  text-align: right;
  box-sizing: border-box;
}
.dark-theme .el-time-panel__btn {
  border: none;
  line-height: 28px;
  padding: 0 5px;
  margin: 0 5px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
  color: #d1d7de;
}
.dark-theme .el-time-panel__btn.confirm {
  font-weight: 800;
  color: #3e74e0;
}
.dark-theme .el-time-range-picker {
  width: 354px;
  overflow: visible;
}
.dark-theme .el-time-range-picker__content {
  position: relative;
  text-align: center;
  padding: 10px;
}
.dark-theme .el-time-range-picker__cell {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 7px 7px;
  width: 50%;
  display: inline-block;
}
.dark-theme .el-time-range-picker__header {
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
}
.dark-theme .el-time-range-picker__body {
  border-radius: 2px;
  border: 1px solid #35383d;
}
.dark-theme .el-popover {
  position: absolute;
  background: #1a1b1c;
  min-width: 150px;
  border-radius: 4px;
  border: 1px solid #2c2f33;
  padding: 12px;
  z-index: 2000;
  color: #a7abb5;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  word-break: break-all;
}
.dark-theme .el-popover--plain {
  padding: 18px 20px;
}
.dark-theme .el-popover__title {
  color: #d1d7de;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}
.dark-theme .el-popover:focus,
.dark-theme .el-popover:focus:active,
.dark-theme .el-popover__reference:focus:hover,
.dark-theme .el-popover__reference:focus:not(.focusing) {
  outline-width: 0;
}
.dark-theme .v-modal-enter {
  animation: 0.2s v-modal-in;
}
.dark-theme .v-modal-leave {
  animation: 0.2s forwards v-modal-out;
}
@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}
.dark-theme .v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
.dark-theme .el-popup-parent--hidden {
  overflow: hidden;
}
.dark-theme .el-message-box {
  display: inline-block;
  width: 420px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #1a1b1c;
  border-radius: 4px;
  border: 1px solid #2c2f33;
  font-size: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  text-align: left;
  overflow: hidden;
  backface-visibility: hidden;
}
.dark-theme .el-message-box__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.dark-theme .el-message-box__wrapper::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.dark-theme .el-message-box__header {
  position: relative;
  padding: 15px 15px 10px;
}
.dark-theme .el-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #d1d7de;
}
.dark-theme .el-message-box__headerbtn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  outline: 0;
  background: 0 0;
  font-size: 16px;
  cursor: pointer;
}
.dark-theme .el-message-box__headerbtn .el-message-box__close {
  color: #484b52;
}
.dark-theme .el-message-box__headerbtn:focus .el-message-box__close,
.dark-theme .el-message-box__headerbtn:hover .el-message-box__close {
  color: #3e74e0;
}
.dark-theme .el-message-box__content {
  padding: 10px 15px;
  color: #a7abb5;
  font-size: 14px;
}
.dark-theme .el-message-box__container {
  position: relative;
}
.dark-theme .el-message-box__input {
  padding-top: 15px;
}
.dark-theme .el-message-box__input input.invalid,
.dark-theme .el-message-box__input input.invalid:focus {
  border-color: #dc4445;
}
.dark-theme .el-message-box__status {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px !important;
}
.dark-theme .el-message-box__status::before {
  padding-left: 1px;
}
.dark-theme .el-message-box__status + .el-message-box__message {
  padding-left: 36px;
  padding-right: 12px;
}
.dark-theme .el-message-box__status.el-icon-success {
  color: #3ec592;
}
.dark-theme .el-message-box__status.el-icon-info {
  color: #484b52;
}
.dark-theme .el-message-box__status.el-icon-warning {
  color: #dc9044;
}
.dark-theme .el-message-box__status.el-icon-error {
  color: #dc4445;
}
.dark-theme .el-message-box__message {
  margin: 0;
}
.dark-theme .el-message-box__message p {
  margin: 0;
  line-height: 24px;
}
.dark-theme .el-message-box__errormsg {
  color: #dc4445;
  font-size: 12px;
  min-height: 18px;
  margin-top: 2px;
}
.dark-theme .el-message-box__btns {
  padding: 5px 15px 0;
  text-align: right;
}
.dark-theme .el-message-box__btns button:nth-child(2) {
  margin-left: 10px;
}
.dark-theme .el-message-box__btns-reverse {
  flex-direction: row-reverse;
}
.dark-theme .el-message-box--center {
  padding-bottom: 30px;
}
.dark-theme .el-message-box--center .el-message-box__header {
  padding-top: 30px;
}
.dark-theme .el-message-box--center .el-message-box__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-theme .el-message-box--center .el-message-box__status {
  position: relative;
  top: auto;
  padding-right: 5px;
  text-align: center;
  transform: translateY(-1px);
}
.dark-theme .el-message-box--center .el-message-box__message {
  margin-left: 0;
}
.dark-theme .el-message-box--center .el-message-box__btns,
.dark-theme .el-message-box--center .el-message-box__content {
  text-align: center;
}
.dark-theme .el-message-box--center .el-message-box__content {
  padding-left: 27px;
  padding-right: 27px;
}
.dark-theme .msgbox-fade-enter-active {
  animation: 0.3s msgbox-fade-in;
}
.dark-theme .msgbox-fade-leave-active {
  animation: 0.3s msgbox-fade-out;
}
@keyframes msgbox-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes msgbox-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
.dark-theme .el-breadcrumb {
  font-size: 14px;
  line-height: 1;
}
.dark-theme .el-breadcrumb::after,
.dark-theme .el-breadcrumb::before {
  display: table;
  content: '';
}
.dark-theme .el-breadcrumb::after {
  clear: both;
}
.dark-theme .el-breadcrumb__separator {
  margin: 0 9px;
  font-weight: 700;
  color: #484b52;
}
.dark-theme .el-breadcrumb__separator[class*='icon'] {
  margin: 0 6px;
  font-weight: 400;
}
.dark-theme .el-breadcrumb__item {
  float: left;
}
.dark-theme .el-breadcrumb__inner {
  color: #a7abb5;
}
.dark-theme .el-breadcrumb__inner a,
.dark-theme .el-breadcrumb__inner.is-link {
  font-weight: 700;
  text-decoration: none;
  transition: color cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #d1d7de;
}
.dark-theme .el-breadcrumb__inner a:hover,
.dark-theme .el-breadcrumb__inner.is-link:hover {
  color: #3e74e0;
  cursor: pointer;
}
.dark-theme .el-breadcrumb__item:last-child .el-breadcrumb__inner,
.dark-theme .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.dark-theme .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.dark-theme .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
  font-weight: 400;
  color: #a7abb5;
  cursor: text;
}
.dark-theme .el-breadcrumb__item:last-child .el-breadcrumb__separator {
  display: none;
}
.dark-theme .el-form--label-left .el-form-item__label {
  text-align: left;
}
.dark-theme .el-form--label-top .el-form-item__label {
  float: none;
  display: inline-block;
  text-align: left;
  padding: 0 0 10px;
}
.dark-theme .el-form--inline .el-form-item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.dark-theme .el-form--inline .el-form-item__label {
  float: none;
  display: inline-block;
}
.dark-theme .el-form--inline .el-form-item__content {
  display: inline-block;
  vertical-align: top;
}
.dark-theme .el-form--inline.el-form--label-top .el-form-item__content {
  display: block;
}
.dark-theme .el-form-item {
  margin-bottom: 22px;
}
.dark-theme .el-form-item::after,
.dark-theme .el-form-item::before {
  display: table;
  content: '';
}
.dark-theme .el-form-item::after {
  clear: both;
}
.dark-theme .el-form-item .el-form-item {
  margin-bottom: 0;
}
.dark-theme .el-form-item .el-input__validateIcon {
  display: none;
}
.dark-theme .el-form-item--medium .el-form-item__content,
.dark-theme .el-form-item--medium .el-form-item__label {
  line-height: 36px;
}
.dark-theme .el-form-item--small .el-form-item__content,
.dark-theme .el-form-item--small .el-form-item__label {
  line-height: 32px;
}
.dark-theme .el-form-item--small.el-form-item {
  margin-bottom: 18px;
}
.dark-theme .el-form-item--small .el-form-item__error {
  padding-top: 2px;
}
.dark-theme .el-form-item--mini .el-form-item__content,
.dark-theme .el-form-item--mini .el-form-item__label {
  line-height: 28px;
}
.dark-theme .el-form-item--mini.el-form-item {
  margin-bottom: 18px;
}
.dark-theme .el-form-item--mini .el-form-item__error {
  padding-top: 1px;
}
.dark-theme .el-form-item__label-wrap {
  float: left;
}
.dark-theme .el-form-item__label-wrap .el-form-item__label {
  display: inline-block;
  float: none;
}
.dark-theme .el-form-item__label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #a7abb5;
  line-height: 40px;
  padding: 0 12px 0 0;
  box-sizing: border-box;
}
.dark-theme .el-form-item__content {
  line-height: 40px;
  position: relative;
  font-size: 14px;
}
.dark-theme .el-form-item__content::after,
.dark-theme .el-form-item__content::before {
  display: table;
  content: '';
}
.dark-theme .el-form-item__content::after {
  clear: both;
}
.dark-theme .el-form-item__content .el-input-group {
  vertical-align: top;
}
.dark-theme .el-form-item__error {
  color: #dc4445;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
}
.dark-theme .el-form-item__error--inline {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  margin-left: 10px;
}
.dark-theme
  .el-form-item.is-required:not(.is-no-asterisk)
  .el-form-item__label-wrap
  > .el-form-item__label:before,
.dark-theme
  .el-form-item.is-required:not(.is-no-asterisk)
  > .el-form-item__label:before {
  content: '*';
  color: #dc4445;
  margin-right: 4px;
}
.dark-theme .el-form-item.is-error .el-input__inner,
.dark-theme .el-form-item.is-error .el-input__inner:focus,
.dark-theme .el-form-item.is-error .el-textarea__inner,
.dark-theme .el-form-item.is-error .el-textarea__inner:focus {
  border-color: #dc4445;
}
.dark-theme .el-form-item.is-error .el-input-group__append .el-input__inner,
.dark-theme .el-form-item.is-error .el-input-group__prepend .el-input__inner {
  border-color: transparent;
}
.dark-theme .el-form-item.is-error .el-input__validateIcon {
  color: #dc4445;
}
.dark-theme .el-form-item--feedback .el-input__validateIcon {
  display: inline-block;
}
.dark-theme .el-tabs__header {
  padding: 0;
  position: relative;
  margin: 0 0 15px;
}
.dark-theme .el-tabs__active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #3e74e0;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  list-style: none;
}
.dark-theme .el-tabs__new-tab {
  float: right;
  border: 1px solid #d3dce6;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin: 12px 0 9px 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: #d3dce6;
  cursor: pointer;
  transition: 0.15s;
}
.dark-theme .el-tabs__new-tab .el-icon-plus {
  transform: scale(0.8, 0.8);
}
.dark-theme .el-tabs__new-tab:hover {
  color: #3e74e0;
}
.dark-theme .el-tabs__nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
}
.dark-theme .el-tabs__nav-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #35383d;
  z-index: 1;
}
.dark-theme .el-tabs__nav-wrap.is-scrollable {
  padding: 0 20px;
  box-sizing: border-box;
}
.dark-theme .el-tabs__nav-scroll {
  overflow: hidden;
}
.dark-theme .el-tabs__nav-next,
.dark-theme .el-tabs__nav-prev {
  position: absolute;
  cursor: pointer;
  line-height: 44px;
  font-size: 12px;
  color: #5f6670;
}
.dark-theme .el-tabs__nav-next {
  right: 0;
}
.dark-theme .el-tabs__nav-prev {
  left: 0;
}
.dark-theme .el-tabs__nav {
  white-space: nowrap;
  position: relative;
  transition: transform 0.3s;
  float: left;
  z-index: 2;
}
.dark-theme .el-tabs__nav.is-stretch {
  min-width: 100%;
  display: flex;
}
.dark-theme .el-tabs__nav.is-stretch > * {
  flex: 1;
  text-align: center;
}
.dark-theme .el-tabs__item {
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #d1d7de;
  position: relative;
}
.dark-theme .el-tabs__item:focus,
.dark-theme .el-tabs__item:focus:active {
  outline: 0;
}
.dark-theme .el-tabs__item:focus.is-active.is-focus:not(:active) {
  box-shadow: 0 0 2px 2px #3e74e0 inset;
  border-radius: 3px;
}
.dark-theme .el-tabs__item .el-icon-close {
  border-radius: 50%;
  text-align: center;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-left: 5px;
}
.dark-theme .el-tabs__item .el-icon-close:before {
  transform: scale(1);
  display: inline-block;
}
.dark-theme .el-tabs__item .el-icon-close:hover {
  background-color: #484b52;
  color: #1a1b1c;
}
.dark-theme .el-tabs__item.is-active {
  color: #3e74e0;
}
.dark-theme .el-tabs__item:hover {
  color: #3e74e0;
  cursor: pointer;
}
.dark-theme .el-tabs__item.is-disabled {
  color: #484b52;
  cursor: default;
}
.dark-theme .el-tabs__content {
  overflow: hidden;
  position: relative;
}
.dark-theme .el-tabs--card > .el-tabs__header {
  border-bottom: 1px solid #35383d;
}
.dark-theme .el-tabs--card > .el-tabs__header .el-tabs__nav-wrap::after {
  content: none;
}
.dark-theme .el-tabs--card > .el-tabs__header .el-tabs__nav {
  border: 1px solid #35383d;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
}
.dark-theme .el-tabs--card > .el-tabs__header .el-tabs__active-bar {
  display: none;
}
.dark-theme .el-tabs--card > .el-tabs__header .el-tabs__item .el-icon-close {
  position: relative;
  font-size: 12px;
  width: 0;
  height: 14px;
  vertical-align: middle;
  line-height: 15px;
  overflow: hidden;
  top: -2px;
  right: -2px;
  transform-origin: 100% 50%;
}
.dark-theme .el-tabs--card > .el-tabs__header .el-tabs__item {
  border-bottom: 1px solid transparent;
  border-left: 1px solid #35383d;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dark-theme .el-tabs--card > .el-tabs__header .el-tabs__item:first-child {
  border-left: none;
}
.dark-theme .el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover {
  padding-left: 13px;
  padding-right: 13px;
}
.dark-theme
  .el-tabs--card
  > .el-tabs__header
  .el-tabs__item.is-closable:hover
  .el-icon-close {
  width: 14px;
}
.dark-theme .el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
  border-bottom-color: #1a1b1c;
}
.dark-theme
  .el-tabs--card
  > .el-tabs__header
  .el-tabs__item.is-active.is-closable {
  padding-left: 20px;
  padding-right: 20px;
}
.dark-theme
  .el-tabs--card
  > .el-tabs__header
  .el-tabs__item.is-active.is-closable
  .el-icon-close {
  width: 14px;
}
.dark-theme .el-tabs--border-card {
  background: #1a1b1c;
  border: 1px solid #3e4147;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
}
.dark-theme .el-tabs--border-card > .el-tabs__content {
  padding: 15px;
}
.dark-theme .el-tabs--border-card > .el-tabs__header {
  background-color: #27292e;
  border-bottom: 1px solid #35383d;
  margin: 0;
}
.dark-theme .el-tabs--border-card > .el-tabs__header .el-tabs__nav-wrap::after {
  content: none;
}
.dark-theme .el-tabs--border-card > .el-tabs__header .el-tabs__item {
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid transparent;
  margin-top: -1px;
  color: #5f6670;
}
.dark-theme
  .el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item
  + .el-tabs__item,
.dark-theme
  .el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item:first-child {
  margin-left: -1px;
}
.dark-theme .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
  color: #3e74e0;
  background-color: #1a1b1c;
  border-right-color: #3e4147;
  border-left-color: #3e4147;
}
.dark-theme
  .el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item:not(.is-disabled):hover {
  color: #3e74e0;
}
.dark-theme
  .el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item.is-disabled {
  color: #484b52;
}
.dark-theme
  .el-tabs--border-card
  > .el-tabs__header
  .is-scrollable
  .el-tabs__item:first-child {
  margin-left: 0;
}
.dark-theme .el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),
.dark-theme .el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.dark-theme .el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
.dark-theme .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  padding-left: 0;
}
.dark-theme .el-tabs--bottom .el-tabs__item.is-bottom:last-child,
.dark-theme .el-tabs--bottom .el-tabs__item.is-top:last-child,
.dark-theme .el-tabs--top .el-tabs__item.is-bottom:last-child,
.dark-theme .el-tabs--top .el-tabs__item.is-top:last-child {
  padding-right: 0;
}
.dark-theme
  .el-tabs--bottom
  .el-tabs--left
  > .el-tabs__header
  .el-tabs__item:nth-child(2),
.dark-theme
  .el-tabs--bottom
  .el-tabs--right
  > .el-tabs__header
  .el-tabs__item:nth-child(2),
.dark-theme
  .el-tabs--bottom.el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item:nth-child(2),
.dark-theme
  .el-tabs--bottom.el-tabs--card
  > .el-tabs__header
  .el-tabs__item:nth-child(2),
.dark-theme
  .el-tabs--top
  .el-tabs--left
  > .el-tabs__header
  .el-tabs__item:nth-child(2),
.dark-theme
  .el-tabs--top
  .el-tabs--right
  > .el-tabs__header
  .el-tabs__item:nth-child(2),
.dark-theme
  .el-tabs--top.el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item:nth-child(2),
.dark-theme
  .el-tabs--top.el-tabs--card
  > .el-tabs__header
  .el-tabs__item:nth-child(2) {
  padding-left: 20px;
}
.dark-theme
  .el-tabs--bottom
  .el-tabs--left
  > .el-tabs__header
  .el-tabs__item:last-child,
.dark-theme
  .el-tabs--bottom
  .el-tabs--right
  > .el-tabs__header
  .el-tabs__item:last-child,
.dark-theme
  .el-tabs--bottom.el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item:last-child,
.dark-theme
  .el-tabs--bottom.el-tabs--card
  > .el-tabs__header
  .el-tabs__item:last-child,
.dark-theme
  .el-tabs--top
  .el-tabs--left
  > .el-tabs__header
  .el-tabs__item:last-child,
.dark-theme
  .el-tabs--top
  .el-tabs--right
  > .el-tabs__header
  .el-tabs__item:last-child,
.dark-theme
  .el-tabs--top.el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item:last-child,
.dark-theme
  .el-tabs--top.el-tabs--card
  > .el-tabs__header
  .el-tabs__item:last-child {
  padding-right: 20px;
}
.dark-theme .el-tabs--bottom .el-tabs__header.is-bottom {
  margin-bottom: 0;
  margin-top: 10px;
}
.dark-theme .el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
  border-bottom: 0;
  border-top: 1px solid #3e4147;
}
.dark-theme .el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
  margin-top: -1px;
  margin-bottom: 0;
}
.dark-theme
  .el-tabs--bottom.el-tabs--border-card
  .el-tabs__item.is-bottom:not(.is-active) {
  border: 1px solid transparent;
}
.dark-theme .el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
  margin: 0 -1px -1px;
}
.dark-theme .el-tabs--left,
.dark-theme .el-tabs--right {
  overflow: hidden;
}
.dark-theme .el-tabs--left .el-tabs__header.is-left,
.dark-theme .el-tabs--left .el-tabs__header.is-right,
.dark-theme .el-tabs--left .el-tabs__nav-scroll,
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-left,
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-right,
.dark-theme .el-tabs--right .el-tabs__header.is-left,
.dark-theme .el-tabs--right .el-tabs__header.is-right,
.dark-theme .el-tabs--right .el-tabs__nav-scroll,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-left,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-right {
  height: 100%;
}
.dark-theme .el-tabs--left .el-tabs__active-bar.is-left,
.dark-theme .el-tabs--left .el-tabs__active-bar.is-right,
.dark-theme .el-tabs--right .el-tabs__active-bar.is-left,
.dark-theme .el-tabs--right .el-tabs__active-bar.is-right {
  top: 0;
  bottom: auto;
  width: 2px;
  height: auto;
}
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-left,
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-right,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-left,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-bottom: 0;
}
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next,
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i,
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i,
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i,
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i {
  transform: rotateZ(90deg);
}
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
  left: auto;
  top: 0;
}
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next {
  right: auto;
  bottom: 0;
}
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
  padding: 30px 0;
}
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-left::after,
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-right::after,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-left::after,
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-right::after {
  height: 100%;
  width: 2px;
  bottom: auto;
  top: 0;
}
.dark-theme .el-tabs--left .el-tabs__nav.is-left,
.dark-theme .el-tabs--left .el-tabs__nav.is-right,
.dark-theme .el-tabs--right .el-tabs__nav.is-left,
.dark-theme .el-tabs--right .el-tabs__nav.is-right {
  float: none;
}
.dark-theme .el-tabs--left .el-tabs__item.is-left,
.dark-theme .el-tabs--left .el-tabs__item.is-right,
.dark-theme .el-tabs--right .el-tabs__item.is-left,
.dark-theme .el-tabs--right .el-tabs__item.is-right {
  display: block;
}
.dark-theme .el-tabs--left .el-tabs__header.is-left {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-left {
  margin-right: -1px;
}
.dark-theme .el-tabs--left .el-tabs__nav-wrap.is-left::after {
  left: auto;
  right: 0;
}
.dark-theme .el-tabs--left .el-tabs__active-bar.is-left {
  right: 0;
  left: auto;
}
.dark-theme .el-tabs--left .el-tabs__item.is-left {
  text-align: right;
}
.dark-theme .el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left {
  display: none;
}
.dark-theme .el-tabs--left.el-tabs--card .el-tabs__item.is-left {
  border-left: none;
  border-right: 1px solid #35383d;
  border-bottom: none;
  border-top: 1px solid #35383d;
  text-align: left;
}
.dark-theme .el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
  border-right: 1px solid #35383d;
  border-top: none;
}
.dark-theme .el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
  border: 1px solid #35383d;
  border-right-color: #fff;
  border-left: none;
  border-bottom: none;
}
.dark-theme
  .el-tabs--left.el-tabs--card
  .el-tabs__item.is-left.is-active:first-child {
  border-top: none;
}
.dark-theme
  .el-tabs--left.el-tabs--card
  .el-tabs__item.is-left.is-active:last-child {
  border-bottom: none;
}
.dark-theme .el-tabs--left.el-tabs--card .el-tabs__nav {
  border-radius: 4px 0 0 4px;
  border-bottom: 1px solid #35383d;
  border-right: none;
}
.dark-theme .el-tabs--left.el-tabs--card .el-tabs__new-tab {
  float: none;
}
.dark-theme .el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
  border-right: 1px solid #dfe4ed;
}
.dark-theme .el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
  border: 1px solid transparent;
  margin: -1px 0 -1px -1px;
}
.dark-theme
  .el-tabs--left.el-tabs--border-card
  .el-tabs__item.is-left.is-active {
  border-color: #d1dbe5 transparent;
}
.dark-theme .el-tabs--right .el-tabs__header.is-right {
  float: right;
  margin-bottom: 0;
  margin-left: 10px;
}
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-left: -1px;
}
.dark-theme .el-tabs--right .el-tabs__nav-wrap.is-right::after {
  left: 0;
  right: auto;
}
.dark-theme .el-tabs--right .el-tabs__active-bar.is-right {
  left: 0;
}
.dark-theme .el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
  display: none;
}
.dark-theme .el-tabs--right.el-tabs--card .el-tabs__item.is-right {
  border-bottom: none;
  border-top: 1px solid #35383d;
}
.dark-theme .el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
  border-left: 1px solid #35383d;
  border-top: none;
}
.dark-theme .el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
  border: 1px solid #35383d;
  border-left-color: #fff;
  border-right: none;
  border-bottom: none;
}
.dark-theme
  .el-tabs--right.el-tabs--card
  .el-tabs__item.is-right.is-active:first-child {
  border-top: none;
}
.dark-theme
  .el-tabs--right.el-tabs--card
  .el-tabs__item.is-right.is-active:last-child {
  border-bottom: none;
}
.dark-theme .el-tabs--right.el-tabs--card .el-tabs__nav {
  border-radius: 0 4px 4px 0;
  border-bottom: 1px solid #35383d;
  border-left: none;
}
.dark-theme .el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
  border-left: 1px solid #dfe4ed;
}
.dark-theme .el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
  border: 1px solid transparent;
  margin: -1px -1px -1px 0;
}
.dark-theme
  .el-tabs--right.el-tabs--border-card
  .el-tabs__item.is-right.is-active {
  border-color: #d1dbe5 transparent;
}
.dark-theme .slideInLeft-transition,
.dark-theme .slideInRight-transition {
  display: inline-block;
}
.dark-theme .slideInRight-enter {
  animation: 0.3s slideInRight-enter;
}
.dark-theme .slideInRight-leave {
  position: absolute;
  left: 0;
  right: 0;
  animation: 0.3s slideInRight-leave;
}
.dark-theme .slideInLeft-enter {
  animation: 0.3s slideInLeft-enter;
}
.dark-theme .slideInLeft-leave {
  position: absolute;
  left: 0;
  right: 0;
  animation: 0.3s slideInLeft-leave;
}
@keyframes slideInRight-enter {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0);
  }
}
@keyframes slideInRight-leave {
  0% {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideInLeft-enter {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0);
  }
}
@keyframes slideInLeft-leave {
  0% {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
}
.dark-theme .el-tree {
  position: relative;
  cursor: default;
  background: #1a1b1c;
  color: #a7abb5;
}
.dark-theme .el-tree__empty-block {
  position: relative;
  min-height: 60px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.dark-theme .el-tree__empty-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #5f6670;
  font-size: 14px;
}
.dark-theme .el-tree__drop-indicator {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #3e74e0;
}
.dark-theme .el-tree-node {
  white-space: nowrap;
  outline: 0;
}
.dark-theme
  .el-tree-node.is-drop-inner
  > .el-tree-node__content
  .el-tree-node__label {
  background-color: #3e74e0;
  color: #fff;
}
.dark-theme .el-tree-node__content {
  display: flex;
  align-items: center;
  height: 26px;
  cursor: pointer;
}
.dark-theme .el-tree-node__content > .el-tree-node__expand-icon {
  padding: 6px;
}
.dark-theme .el-tree-node__content > label.el-checkbox {
  margin-right: 8px;
}
.dark-theme .el-tree-node__content:hover {
  background-color: #27292e;
}
.dark-theme .el-tree.is-dragging .el-tree-node__content {
  cursor: move;
}
.dark-theme .el-tree.is-dragging .el-tree-node__content * {
  pointer-events: none;
}
.dark-theme .el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
  cursor: not-allowed;
}
.dark-theme .el-tree-node__expand-icon {
  cursor: pointer;
  color: #484b52;
  font-size: 12px;
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.dark-theme .el-tree-node__expand-icon.expanded {
  transform: rotate(90deg);
}
.dark-theme .el-tree-node__expand-icon.is-leaf {
  color: transparent;
  cursor: default;
}
.dark-theme .el-tree-node__label {
  font-size: 14px;
}
.dark-theme .el-tree-node__loading-icon {
  margin-right: 8px;
  font-size: 14px;
  color: #484b52;
}
.dark-theme .el-tree-node > .el-tree-node__children {
  overflow: hidden;
  background-color: transparent;
}
.dark-theme .el-tree-node.is-expanded > .el-tree-node__children {
  display: block;
}
.dark-theme
  .el-tree--highlight-current
  .el-tree-node.is-current
  > .el-tree-node__content {
  background-color: #1d222c;
}
.dark-theme .el-alert {
  width: 100%;
  padding: 8px 16px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  background-color: #1a1b1c;
  overflow: hidden;
  opacity: 1;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}
.dark-theme .el-alert.is-light .el-alert__closebtn {
  color: #484b52;
}
.dark-theme .el-alert.is-dark .el-alert__closebtn,
.dark-theme .el-alert.is-dark .el-alert__description {
  color: #1a1b1c;
}
.dark-theme .el-alert.is-center {
  justify-content: center;
}
.dark-theme .el-alert--success.is-light {
  background-color: #1e2c28;
  color: #3ec592;
}
.dark-theme .el-alert--success.is-light .el-alert__description {
  color: #3ec592;
}
.dark-theme .el-alert--success.is-dark {
  background-color: #3ec592;
  color: #1a1b1c;
}
.dark-theme .el-alert--info.is-light {
  background-color: #1f2021;
  color: #484b52;
}
.dark-theme .el-alert--info.is-dark {
  background-color: #484b52;
  color: #1a1b1c;
}
.dark-theme .el-alert--info .el-alert__description {
  color: #484b52;
}
.dark-theme .el-alert--warning.is-light {
  background-color: #2d2720;
  color: #dc9044;
}
.dark-theme .el-alert--warning.is-light .el-alert__description {
  color: #dc9044;
}
.dark-theme .el-alert--warning.is-dark {
  background-color: #dc9044;
  color: #1a1b1c;
}
.dark-theme .el-alert--error.is-light {
  background-color: #2d1f20;
  color: #dc4445;
}
.dark-theme .el-alert--error.is-light .el-alert__description {
  color: #dc4445;
}
.dark-theme .el-alert--error.is-dark {
  background-color: #dc4445;
  color: #1a1b1c;
}
.dark-theme .el-alert__content {
  display: table-cell;
  padding: 0 8px;
}
.dark-theme .el-alert__icon {
  font-size: 16px;
  width: 16px;
}
.dark-theme .el-alert__icon.is-big {
  font-size: 28px;
  width: 28px;
}
.dark-theme .el-alert__title {
  font-size: 14px;
  line-height: 18px;
}
.dark-theme .el-alert__title.is-bold {
  font-weight: 700;
}
.dark-theme .el-alert .el-alert__description {
  font-size: 12px;
  margin: 5px 0 0;
}
.dark-theme .el-alert__closebtn {
  font-size: 12px;
  opacity: 1;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}
.dark-theme .el-alert__closebtn.is-customed {
  font-style: normal;
  font-size: 12px;
  top: 9px;
}
.dark-theme .el-alert-fade-enter,
.dark-theme .el-alert-fade-leave-active {
  opacity: 0;
}
.dark-theme .el-notification {
  display: flex;
  width: 330px;
  padding: 14px 26px 14px 13px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #2c2f33;
  position: fixed;
  background-color: #1a1b1c;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s, transform 0.3s, left 0.3s, right 0.3s, top 0.4s,
    bottom 0.3s;
  overflow: hidden;
}
.dark-theme .el-notification.right {
  right: 16px;
}
.dark-theme .el-notification.left {
  left: 16px;
}
.dark-theme .el-notification__group {
  margin-left: 13px;
  margin-right: 8px;
}
.dark-theme .el-notification__title {
  font-weight: 700;
  font-size: 16px;
  color: #d1d7de;
  margin: 0;
}
.dark-theme .el-notification__content {
  font-size: 14px;
  line-height: 21px;
  margin: 6px 0 0;
  color: #a7abb5;
  text-align: justify;
}
.dark-theme .el-notification__content p {
  margin: 0;
}
.dark-theme .el-notification__icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
}
.dark-theme .el-notification__closeBtn {
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
  color: #5f6670;
  font-size: 16px;
}
.dark-theme .el-notification__closeBtn:hover {
  color: #a7abb5;
}
.dark-theme .el-notification .el-icon-success {
  color: #3ec592;
}
.dark-theme .el-notification .el-icon-error {
  color: #dc4445;
}
.dark-theme .el-notification .el-icon-info {
  color: #484b52;
}
.dark-theme .el-notification .el-icon-warning {
  color: #dc9044;
}
.dark-theme .el-notification-fade-enter.right {
  right: 0;
  transform: translateX(100%);
}
.dark-theme .el-notification-fade-enter.left {
  left: 0;
  transform: translateX(-100%);
}
.dark-theme .el-notification-fade-leave-active {
  opacity: 0;
}
.dark-theme .el-input-number {
  position: relative;
  display: inline-block;
  width: 180px;
  line-height: 38px;
}
.dark-theme .el-input-number .el-input {
  display: block;
}
.dark-theme .el-input-number .el-input__inner {
  -webkit-appearance: none;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}
.dark-theme .el-input-number__decrease,
.dark-theme .el-input-number__increase {
  position: absolute;
  z-index: 1;
  top: 1px;
  width: 40px;
  height: auto;
  text-align: center;
  background: #27292e;
  color: #a7abb5;
  cursor: pointer;
  font-size: 13px;
}
.dark-theme .el-input-number__decrease:hover,
.dark-theme .el-input-number__increase:hover {
  color: #3e74e0;
}
.dark-theme
  .el-input-number__decrease:hover:not(.is-disabled)
  ~ .el-input
  .el-input__inner:not(.is-disabled),
.dark-theme
  .el-input-number__increase:hover:not(.is-disabled)
  ~ .el-input
  .el-input__inner:not(.is-disabled) {
  border-color: #3e74e0;
}
.dark-theme .el-input-number__decrease.is-disabled,
.dark-theme .el-input-number__increase.is-disabled {
  color: #484b52;
  cursor: not-allowed;
}
.dark-theme .el-input-number__increase {
  right: 1px;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #3e4147;
}
.dark-theme .el-input-number__decrease {
  left: 1px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #3e4147;
}
.dark-theme .el-input-number.is-disabled .el-input-number__decrease,
.dark-theme .el-input-number.is-disabled .el-input-number__increase {
  border-color: #35383d;
  color: #35383d;
}
.dark-theme .el-input-number.is-disabled .el-input-number__decrease:hover,
.dark-theme .el-input-number.is-disabled .el-input-number__increase:hover {
  color: #35383d;
  cursor: not-allowed;
}
.dark-theme .el-input-number--medium {
  width: 200px;
  line-height: 34px;
}
.dark-theme .el-input-number--medium .el-input-number__decrease,
.dark-theme .el-input-number--medium .el-input-number__increase {
  width: 36px;
  font-size: 14px;
}
.dark-theme .el-input-number--medium .el-input__inner {
  padding-left: 43px;
  padding-right: 43px;
}
.dark-theme .el-input-number--small {
  width: 130px;
  line-height: 30px;
}
.dark-theme .el-input-number--small .el-input-number__decrease,
.dark-theme .el-input-number--small .el-input-number__increase {
  width: 32px;
  font-size: 13px;
}
.dark-theme
  .el-input-number--small
  .el-input-number__decrease
  [class*='el-icon'],
.dark-theme
  .el-input-number--small
  .el-input-number__increase
  [class*='el-icon'] {
  transform: scale(0.9);
}
.dark-theme .el-input-number--small .el-input__inner {
  padding-left: 39px;
  padding-right: 39px;
}
.dark-theme .el-input-number--mini {
  width: 130px;
  line-height: 26px;
}
.dark-theme .el-input-number--mini .el-input-number__decrease,
.dark-theme .el-input-number--mini .el-input-number__increase {
  width: 28px;
  font-size: 12px;
}
.dark-theme
  .el-input-number--mini
  .el-input-number__decrease
  [class*='el-icon'],
.dark-theme
  .el-input-number--mini
  .el-input-number__increase
  [class*='el-icon'] {
  transform: scale(0.8);
}
.dark-theme .el-input-number--mini .el-input__inner {
  padding-left: 35px;
  padding-right: 35px;
}
.dark-theme .el-input-number.is-without-controls .el-input__inner {
  padding-left: 15px;
  padding-right: 15px;
}
.dark-theme .el-input-number.is-controls-right .el-input__inner {
  padding-left: 15px;
  padding-right: 50px;
}
.dark-theme .el-input-number.is-controls-right .el-input-number__decrease,
.dark-theme .el-input-number.is-controls-right .el-input-number__increase {
  height: auto;
  line-height: 19px;
}
.dark-theme
  .el-input-number.is-controls-right
  .el-input-number__decrease
  [class*='el-icon'],
.dark-theme
  .el-input-number.is-controls-right
  .el-input-number__increase
  [class*='el-icon'] {
  transform: scale(0.8);
}
.dark-theme .el-input-number.is-controls-right .el-input-number__increase {
  border-radius: 0 4px 0 0;
  border-bottom: 1px solid #3e4147;
}
.dark-theme .el-input-number.is-controls-right .el-input-number__decrease {
  right: 1px;
  bottom: 1px;
  top: auto;
  left: auto;
  border-right: none;
  border-left: 1px solid #3e4147;
  border-radius: 0 0 4px;
}
.dark-theme
  .el-input-number.is-controls-right[class*='medium']
  [class*='decrease'],
.dark-theme
  .el-input-number.is-controls-right[class*='medium']
  [class*='increase'] {
  line-height: 17px;
}
.dark-theme
  .el-input-number.is-controls-right[class*='small']
  [class*='decrease'],
.dark-theme
  .el-input-number.is-controls-right[class*='small']
  [class*='increase'] {
  line-height: 15px;
}
.dark-theme
  .el-input-number.is-controls-right[class*='mini']
  [class*='decrease'],
.dark-theme
  .el-input-number.is-controls-right[class*='mini']
  [class*='increase'] {
  line-height: 13px;
}
.dark-theme .el-tooltip:focus:hover,
.dark-theme .el-tooltip:focus:not(.focusing) {
  outline-width: 0;
}
.dark-theme .el-tooltip__popper {
  position: absolute;
  border-radius: 4px;
  padding: 10px;
  z-index: 2000;
  font-size: 12px;
  line-height: 1.2;
  min-width: 10px;
  word-wrap: break-word;
}
.dark-theme .el-tooltip__popper .popper__arrow,
.dark-theme .el-tooltip__popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.dark-theme .el-tooltip__popper .popper__arrow {
  border-width: 6px;
}
.dark-theme .el-tooltip__popper .popper__arrow::after {
  content: ' ';
  border-width: 5px;
}
.dark-theme .el-tooltip__popper[x-placement^='top'] {
  margin-bottom: 12px;
}
.dark-theme .el-tooltip__popper[x-placement^='top'] .popper__arrow {
  border-top-color: #d1d7de;
  border-bottom-width: 0;
}
.dark-theme .el-tooltip__popper[x-placement^='top'] .popper__arrow::after {
  bottom: 1px;
  margin-left: -5px;
  border-top-color: #d1d7de;
  border-bottom-width: 0;
}
.dark-theme .el-tooltip__popper[x-placement^='bottom'] {
  margin-top: 12px;
}
.dark-theme .el-tooltip__popper[x-placement^='bottom'] .popper__arrow {
  top: -6px;
  border-top-width: 0;
  border-bottom-color: #d1d7de;
}
.dark-theme .el-tooltip__popper[x-placement^='bottom'] .popper__arrow::after {
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #d1d7de;
}
.dark-theme .el-tooltip__popper[x-placement^='right'] {
  margin-left: 12px;
}
.dark-theme .el-tooltip__popper[x-placement^='right'] .popper__arrow {
  left: -6px;
  border-right-color: #d1d7de;
  border-left-width: 0;
}
.dark-theme .el-tooltip__popper[x-placement^='right'] .popper__arrow::after {
  bottom: -5px;
  left: 1px;
  border-right-color: #d1d7de;
  border-left-width: 0;
}
.dark-theme .el-tooltip__popper[x-placement^='left'] {
  margin-right: 12px;
}
.dark-theme .el-tooltip__popper[x-placement^='left'] .popper__arrow {
  right: -6px;
  border-right-width: 0;
  border-left-color: #d1d7de;
}
.dark-theme .el-tooltip__popper[x-placement^='left'] .popper__arrow::after {
  right: 1px;
  bottom: -5px;
  margin-left: -5px;
  border-right-width: 0;
  border-left-color: #d1d7de;
}
.dark-theme .el-tooltip__popper.is-dark {
  background: #d1d7de;
  color: #1a1b1c;
}
.dark-theme .el-tooltip__popper.is-light {
  background: #1a1b1c;
  border: 1px solid #d1d7de;
}
.dark-theme .el-tooltip__popper.is-light[x-placement^='top'] .popper__arrow {
  border-top-color: #d1d7de;
}
.dark-theme
  .el-tooltip__popper.is-light[x-placement^='top']
  .popper__arrow::after {
  border-top-color: #1a1b1c;
}
.dark-theme .el-tooltip__popper.is-light[x-placement^='bottom'] .popper__arrow {
  border-bottom-color: #d1d7de;
}
.dark-theme
  .el-tooltip__popper.is-light[x-placement^='bottom']
  .popper__arrow::after {
  border-bottom-color: #1a1b1c;
}
.dark-theme .el-tooltip__popper.is-light[x-placement^='left'] .popper__arrow {
  border-left-color: #d1d7de;
}
.dark-theme
  .el-tooltip__popper.is-light[x-placement^='left']
  .popper__arrow::after {
  border-left-color: #1a1b1c;
}
.dark-theme .el-tooltip__popper.is-light[x-placement^='right'] .popper__arrow {
  border-right-color: #d1d7de;
}
.dark-theme
  .el-tooltip__popper.is-light[x-placement^='right']
  .popper__arrow::after {
  border-right-color: #1a1b1c;
}
.dark-theme .el-slider::after,
.dark-theme .el-slider::before {
  display: table;
  content: '';
}
.dark-theme .el-slider::after {
  clear: both;
}
.dark-theme .el-slider__runway {
  width: 100%;
  height: 6px;
  margin: 16px 0;
  background-color: #35383d;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.dark-theme .el-slider__runway.show-input {
  margin-right: 160px;
  width: auto;
}
.dark-theme .el-slider__runway.disabled {
  cursor: default;
}
.dark-theme .el-slider__runway.disabled .el-slider__bar {
  background-color: #484b52;
}
.dark-theme .el-slider__runway.disabled .el-slider__button {
  border-color: #484b52;
}
.dark-theme .el-slider__runway.disabled .el-slider__button-wrapper.dragging,
.dark-theme .el-slider__runway.disabled .el-slider__button-wrapper.hover,
.dark-theme .el-slider__runway.disabled .el-slider__button-wrapper:hover {
  cursor: not-allowed;
}
.dark-theme .el-slider__runway.disabled .el-slider__button.dragging,
.dark-theme .el-slider__runway.disabled .el-slider__button.hover,
.dark-theme .el-slider__runway.disabled .el-slider__button:hover {
  transform: scale(1);
  cursor: not-allowed;
}
.dark-theme .el-slider__input {
  float: right;
  margin-top: 3px;
  width: 130px;
}
.dark-theme .el-slider__input.el-input-number--mini {
  margin-top: 5px;
}
.dark-theme .el-slider__input.el-input-number--medium {
  margin-top: 0;
}
.dark-theme .el-slider__input.el-input-number--large {
  margin-top: -2px;
}
.dark-theme .el-slider__bar {
  height: 6px;
  background-color: #3e74e0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
}
.dark-theme .el-slider__button-wrapper {
  height: 36px;
  width: 36px;
  position: absolute;
  z-index: 1001;
  top: -15px;
  transform: translateX(-50%);
  background-color: transparent;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: normal;
}
.dark-theme .el-slider__button-wrapper::after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.dark-theme .el-slider__button-wrapper .el-tooltip {
  vertical-align: middle;
  display: inline-block;
}
.dark-theme .el-slider__button-wrapper.hover,
.dark-theme .el-slider__button-wrapper:hover {
  cursor: grab;
}
.dark-theme .el-slider__button-wrapper.dragging {
  cursor: grabbing;
}
.dark-theme .el-slider__button {
  width: 16px;
  height: 16px;
  border: 2px solid #3e74e0;
  background-color: #1a1b1c;
  border-radius: 50%;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dark-theme .el-slider__button.dragging,
.dark-theme .el-slider__button.hover,
.dark-theme .el-slider__button:hover {
  transform: scale(1.2);
}
.dark-theme .el-slider__button.hover,
.dark-theme .el-slider__button:hover {
  cursor: grab;
}
.dark-theme .el-slider__button.dragging {
  cursor: grabbing;
}
.dark-theme .el-slider__stop {
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #1a1b1c;
  transform: translateX(-50%);
}
.dark-theme .el-slider__marks {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.dark-theme .el-slider__marks-text {
  position: absolute;
  transform: translateX(-50%);
  font-size: 14px;
  color: #484b52;
  margin-top: 15px;
}
.dark-theme .el-slider.is-vertical {
  position: relative;
}
.dark-theme .el-slider.is-vertical .el-slider__runway {
  width: 6px;
  height: 100%;
  margin: 0 16px;
}
.dark-theme .el-slider.is-vertical .el-slider__bar {
  width: 6px;
  height: auto;
  border-radius: 0 0 3px 3px;
}
.dark-theme .el-slider.is-vertical .el-slider__button-wrapper {
  top: auto;
  left: -15px;
  transform: translateY(50%);
}
.dark-theme .el-slider.is-vertical .el-slider__stop {
  transform: translateY(50%);
}
.dark-theme .el-slider.is-vertical.el-slider--with-input {
  padding-bottom: 58px;
}
.dark-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input {
  overflow: visible;
  float: none;
  position: absolute;
  bottom: 22px;
  width: 36px;
  margin-top: 15px;
}
.dark-theme
  .el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input__inner {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.dark-theme
  .el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__decrease,
.dark-theme
  .el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__increase {
  top: 32px;
  margin-top: -1px;
  border: 1px solid #3e4147;
  line-height: 20px;
  box-sizing: border-box;
  transition: border-color cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dark-theme
  .el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__decrease {
  width: 18px;
  right: 18px;
  border-bottom-left-radius: 4px;
}
.dark-theme
  .el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__increase {
  width: 19px;
  border-bottom-right-radius: 4px;
}
.dark-theme
  .el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__increase
  ~ .el-input
  .el-input__inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dark-theme
  .el-slider.is-vertical.el-slider--with-input
  .el-slider__input:hover
  .el-input-number__decrease,
.dark-theme
  .el-slider.is-vertical.el-slider--with-input
  .el-slider__input:hover
  .el-input-number__increase {
  border-color: #484b52;
}
.dark-theme
  .el-slider.is-vertical.el-slider--with-input
  .el-slider__input:active
  .el-input-number__decrease,
.dark-theme
  .el-slider.is-vertical.el-slider--with-input
  .el-slider__input:active
  .el-input-number__increase {
  border-color: #3e74e0;
}
.dark-theme .el-slider.is-vertical .el-slider__marks-text {
  margin-top: 0;
  left: 15px;
  transform: translateY(50%);
}
.dark-theme .el-loading-parent--relative {
  position: relative !important;
}
.dark-theme .el-loading-parent--hidden {
  overflow: hidden !important;
}
.dark-theme .el-loading-mask {
  position: absolute;
  z-index: 2000;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}
.dark-theme .el-loading-mask.is-fullscreen {
  position: fixed;
}
.dark-theme .el-loading-mask.is-fullscreen .el-loading-spinner {
  margin-top: -25px;
}
.dark-theme .el-loading-mask.is-fullscreen .el-loading-spinner .circular {
  height: 50px;
  width: 50px;
}
.dark-theme .el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.dark-theme .el-loading-spinner .el-loading-text {
  color: #3e74e0;
  margin: 3px 0;
  font-size: 14px;
}
.dark-theme .el-loading-spinner .circular {
  height: 42px;
  width: 42px;
  animation: 2s linear infinite loading-rotate;
}
.dark-theme .el-loading-spinner .path {
  animation: 1.5s ease-in-out infinite loading-dash;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #3e74e0;
  stroke-linecap: round;
}
.dark-theme .el-loading-spinner i {
  color: #3e74e0;
}
.dark-theme .el-loading-fade-enter,
.dark-theme .el-loading-fade-leave-active {
  opacity: 0;
}
@keyframes loading-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
.dark-theme .el-row {
  position: relative;
  box-sizing: border-box;
}
.dark-theme .el-row::after,
.dark-theme .el-row::before {
  display: table;
  content: '';
}
.dark-theme .el-row::after {
  clear: both;
}
.dark-theme .el-row--flex {
  display: flex;
}
.dark-theme .el-row--flex:after,
.dark-theme .el-row--flex:before {
  display: none;
}
.dark-theme .el-row--flex.is-justify-center {
  justify-content: center;
}
.dark-theme .el-row--flex.is-justify-end {
  justify-content: flex-end;
}
.dark-theme .el-row--flex.is-justify-space-between {
  justify-content: space-between;
}
.dark-theme .el-row--flex.is-justify-space-around {
  justify-content: space-around;
}
.dark-theme .el-row--flex.is-align-top {
  align-items: flex-start;
}
.dark-theme .el-row--flex.is-align-middle {
  align-items: center;
}
.dark-theme .el-row--flex.is-align-bottom {
  align-items: flex-end;
}
.dark-theme [class*='el-col-'] {
  float: left;
  box-sizing: border-box;
}
.dark-theme .el-col-0 {
  display: none;
  width: 0%;
}
.dark-theme .el-col-offset-0 {
  margin-left: 0;
}
.dark-theme .el-col-pull-0 {
  position: relative;
  right: 0;
}
.dark-theme .el-col-push-0 {
  position: relative;
  left: 0;
}
.dark-theme .el-col-1 {
  width: 4.16667%;
}
.dark-theme .el-col-offset-1 {
  margin-left: 4.16667%;
}
.dark-theme .el-col-pull-1 {
  position: relative;
  right: 4.16667%;
}
.dark-theme .el-col-push-1 {
  position: relative;
  left: 4.16667%;
}
.dark-theme .el-col-2 {
  width: 8.33333%;
}
.dark-theme .el-col-offset-2 {
  margin-left: 8.33333%;
}
.dark-theme .el-col-pull-2 {
  position: relative;
  right: 8.33333%;
}
.dark-theme .el-col-push-2 {
  position: relative;
  left: 8.33333%;
}
.dark-theme .el-col-3 {
  width: 12.5%;
}
.dark-theme .el-col-offset-3 {
  margin-left: 12.5%;
}
.dark-theme .el-col-pull-3 {
  position: relative;
  right: 12.5%;
}
.dark-theme .el-col-push-3 {
  position: relative;
  left: 12.5%;
}
.dark-theme .el-col-4 {
  width: 16.66667%;
}
.dark-theme .el-col-offset-4 {
  margin-left: 16.66667%;
}
.dark-theme .el-col-pull-4 {
  position: relative;
  right: 16.66667%;
}
.dark-theme .el-col-push-4 {
  position: relative;
  left: 16.66667%;
}
.dark-theme .el-col-5 {
  width: 20.83333%;
}
.dark-theme .el-col-offset-5 {
  margin-left: 20.83333%;
}
.dark-theme .el-col-pull-5 {
  position: relative;
  right: 20.83333%;
}
.dark-theme .el-col-push-5 {
  position: relative;
  left: 20.83333%;
}
.dark-theme .el-col-6 {
  width: 25%;
}
.dark-theme .el-col-offset-6 {
  margin-left: 25%;
}
.dark-theme .el-col-pull-6 {
  position: relative;
  right: 25%;
}
.dark-theme .el-col-push-6 {
  position: relative;
  left: 25%;
}
.dark-theme .el-col-7 {
  width: 29.16667%;
}
.dark-theme .el-col-offset-7 {
  margin-left: 29.16667%;
}
.dark-theme .el-col-pull-7 {
  position: relative;
  right: 29.16667%;
}
.dark-theme .el-col-push-7 {
  position: relative;
  left: 29.16667%;
}
.dark-theme .el-col-8 {
  width: 33.33333%;
}
.dark-theme .el-col-offset-8 {
  margin-left: 33.33333%;
}
.dark-theme .el-col-pull-8 {
  position: relative;
  right: 33.33333%;
}
.dark-theme .el-col-push-8 {
  position: relative;
  left: 33.33333%;
}
.dark-theme .el-col-9 {
  width: 37.5%;
}
.dark-theme .el-col-offset-9 {
  margin-left: 37.5%;
}
.dark-theme .el-col-pull-9 {
  position: relative;
  right: 37.5%;
}
.dark-theme .el-col-push-9 {
  position: relative;
  left: 37.5%;
}
.dark-theme .el-col-10 {
  width: 41.66667%;
}
.dark-theme .el-col-offset-10 {
  margin-left: 41.66667%;
}
.dark-theme .el-col-pull-10 {
  position: relative;
  right: 41.66667%;
}
.dark-theme .el-col-push-10 {
  position: relative;
  left: 41.66667%;
}
.dark-theme .el-col-11 {
  width: 45.83333%;
}
.dark-theme .el-col-offset-11 {
  margin-left: 45.83333%;
}
.dark-theme .el-col-pull-11 {
  position: relative;
  right: 45.83333%;
}
.dark-theme .el-col-push-11 {
  position: relative;
  left: 45.83333%;
}
.dark-theme .el-col-12 {
  width: 50%;
}
.dark-theme .el-col-offset-12 {
  margin-left: 50%;
}
.dark-theme .el-col-pull-12 {
  position: relative;
  right: 50%;
}
.dark-theme .el-col-push-12 {
  position: relative;
  left: 50%;
}
.dark-theme .el-col-13 {
  width: 54.16667%;
}
.dark-theme .el-col-offset-13 {
  margin-left: 54.16667%;
}
.dark-theme .el-col-pull-13 {
  position: relative;
  right: 54.16667%;
}
.dark-theme .el-col-push-13 {
  position: relative;
  left: 54.16667%;
}
.dark-theme .el-col-14 {
  width: 58.33333%;
}
.dark-theme .el-col-offset-14 {
  margin-left: 58.33333%;
}
.dark-theme .el-col-pull-14 {
  position: relative;
  right: 58.33333%;
}
.dark-theme .el-col-push-14 {
  position: relative;
  left: 58.33333%;
}
.dark-theme .el-col-15 {
  width: 62.5%;
}
.dark-theme .el-col-offset-15 {
  margin-left: 62.5%;
}
.dark-theme .el-col-pull-15 {
  position: relative;
  right: 62.5%;
}
.dark-theme .el-col-push-15 {
  position: relative;
  left: 62.5%;
}
.dark-theme .el-col-16 {
  width: 66.66667%;
}
.dark-theme .el-col-offset-16 {
  margin-left: 66.66667%;
}
.dark-theme .el-col-pull-16 {
  position: relative;
  right: 66.66667%;
}
.dark-theme .el-col-push-16 {
  position: relative;
  left: 66.66667%;
}
.dark-theme .el-col-17 {
  width: 70.83333%;
}
.dark-theme .el-col-offset-17 {
  margin-left: 70.83333%;
}
.dark-theme .el-col-pull-17 {
  position: relative;
  right: 70.83333%;
}
.dark-theme .el-col-push-17 {
  position: relative;
  left: 70.83333%;
}
.dark-theme .el-col-18 {
  width: 75%;
}
.dark-theme .el-col-offset-18 {
  margin-left: 75%;
}
.dark-theme .el-col-pull-18 {
  position: relative;
  right: 75%;
}
.dark-theme .el-col-push-18 {
  position: relative;
  left: 75%;
}
.dark-theme .el-col-19 {
  width: 79.16667%;
}
.dark-theme .el-col-offset-19 {
  margin-left: 79.16667%;
}
.dark-theme .el-col-pull-19 {
  position: relative;
  right: 79.16667%;
}
.dark-theme .el-col-push-19 {
  position: relative;
  left: 79.16667%;
}
.dark-theme .el-col-20 {
  width: 83.33333%;
}
.dark-theme .el-col-offset-20 {
  margin-left: 83.33333%;
}
.dark-theme .el-col-pull-20 {
  position: relative;
  right: 83.33333%;
}
.dark-theme .el-col-push-20 {
  position: relative;
  left: 83.33333%;
}
.dark-theme .el-col-21 {
  width: 87.5%;
}
.dark-theme .el-col-offset-21 {
  margin-left: 87.5%;
}
.dark-theme .el-col-pull-21 {
  position: relative;
  right: 87.5%;
}
.dark-theme .el-col-push-21 {
  position: relative;
  left: 87.5%;
}
.dark-theme .el-col-22 {
  width: 91.66667%;
}
.dark-theme .el-col-offset-22 {
  margin-left: 91.66667%;
}
.dark-theme .el-col-pull-22 {
  position: relative;
  right: 91.66667%;
}
.dark-theme .el-col-push-22 {
  position: relative;
  left: 91.66667%;
}
.dark-theme .el-col-23 {
  width: 95.83333%;
}
.dark-theme .el-col-offset-23 {
  margin-left: 95.83333%;
}
.dark-theme .el-col-pull-23 {
  position: relative;
  right: 95.83333%;
}
.dark-theme .el-col-push-23 {
  position: relative;
  left: 95.83333%;
}
.dark-theme .el-col-24 {
  width: 100%;
}
.dark-theme .el-col-offset-24 {
  margin-left: 100%;
}
.dark-theme .el-col-pull-24 {
  position: relative;
  right: 100%;
}
.dark-theme .el-col-push-24 {
  position: relative;
  left: 100%;
}
@media only screen and (max-width: 767px) {
  .dark-theme .el-col-xs-0 {
    display: none;
    width: 0%;
  }
  .dark-theme .el-col-xs-offset-0 {
    margin-left: 0;
  }
  .dark-theme .el-col-xs-pull-0 {
    position: relative;
    right: 0;
  }
  .dark-theme .el-col-xs-push-0 {
    position: relative;
    left: 0;
  }
  .dark-theme .el-col-xs-1 {
    width: 4.16667%;
  }
  .dark-theme .el-col-xs-offset-1 {
    margin-left: 4.16667%;
  }
  .dark-theme .el-col-xs-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .dark-theme .el-col-xs-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .dark-theme .el-col-xs-2 {
    width: 8.33333%;
  }
  .dark-theme .el-col-xs-offset-2 {
    margin-left: 8.33333%;
  }
  .dark-theme .el-col-xs-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .dark-theme .el-col-xs-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .dark-theme .el-col-xs-3 {
    width: 12.5%;
  }
  .dark-theme .el-col-xs-offset-3 {
    margin-left: 12.5%;
  }
  .dark-theme .el-col-xs-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .dark-theme .el-col-xs-push-3 {
    position: relative;
    left: 12.5%;
  }
  .dark-theme .el-col-xs-4 {
    width: 16.66667%;
  }
  .dark-theme .el-col-xs-offset-4 {
    margin-left: 16.66667%;
  }
  .dark-theme .el-col-xs-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .dark-theme .el-col-xs-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .dark-theme .el-col-xs-5 {
    width: 20.83333%;
  }
  .dark-theme .el-col-xs-offset-5 {
    margin-left: 20.83333%;
  }
  .dark-theme .el-col-xs-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .dark-theme .el-col-xs-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .dark-theme .el-col-xs-6 {
    width: 25%;
  }
  .dark-theme .el-col-xs-offset-6 {
    margin-left: 25%;
  }
  .dark-theme .el-col-xs-pull-6 {
    position: relative;
    right: 25%;
  }
  .dark-theme .el-col-xs-push-6 {
    position: relative;
    left: 25%;
  }
  .dark-theme .el-col-xs-7 {
    width: 29.16667%;
  }
  .dark-theme .el-col-xs-offset-7 {
    margin-left: 29.16667%;
  }
  .dark-theme .el-col-xs-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .dark-theme .el-col-xs-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .dark-theme .el-col-xs-8 {
    width: 33.33333%;
  }
  .dark-theme .el-col-xs-offset-8 {
    margin-left: 33.33333%;
  }
  .dark-theme .el-col-xs-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .dark-theme .el-col-xs-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .dark-theme .el-col-xs-9 {
    width: 37.5%;
  }
  .dark-theme .el-col-xs-offset-9 {
    margin-left: 37.5%;
  }
  .dark-theme .el-col-xs-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .dark-theme .el-col-xs-push-9 {
    position: relative;
    left: 37.5%;
  }
  .dark-theme .el-col-xs-10 {
    width: 41.66667%;
  }
  .dark-theme .el-col-xs-offset-10 {
    margin-left: 41.66667%;
  }
  .dark-theme .el-col-xs-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .dark-theme .el-col-xs-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .dark-theme .el-col-xs-11 {
    width: 45.83333%;
  }
  .dark-theme .el-col-xs-offset-11 {
    margin-left: 45.83333%;
  }
  .dark-theme .el-col-xs-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .dark-theme .el-col-xs-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .dark-theme .el-col-xs-12 {
    width: 50%;
  }
  .dark-theme .el-col-xs-offset-12 {
    margin-left: 50%;
  }
  .dark-theme .el-col-xs-pull-12 {
    position: relative;
    right: 50%;
  }
  .dark-theme .el-col-xs-push-12 {
    position: relative;
    left: 50%;
  }
  .dark-theme .el-col-xs-13 {
    width: 54.16667%;
  }
  .dark-theme .el-col-xs-offset-13 {
    margin-left: 54.16667%;
  }
  .dark-theme .el-col-xs-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .dark-theme .el-col-xs-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .dark-theme .el-col-xs-14 {
    width: 58.33333%;
  }
  .dark-theme .el-col-xs-offset-14 {
    margin-left: 58.33333%;
  }
  .dark-theme .el-col-xs-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .dark-theme .el-col-xs-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .dark-theme .el-col-xs-15 {
    width: 62.5%;
  }
  .dark-theme .el-col-xs-offset-15 {
    margin-left: 62.5%;
  }
  .dark-theme .el-col-xs-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .dark-theme .el-col-xs-push-15 {
    position: relative;
    left: 62.5%;
  }
  .dark-theme .el-col-xs-16 {
    width: 66.66667%;
  }
  .dark-theme .el-col-xs-offset-16 {
    margin-left: 66.66667%;
  }
  .dark-theme .el-col-xs-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .dark-theme .el-col-xs-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .dark-theme .el-col-xs-17 {
    width: 70.83333%;
  }
  .dark-theme .el-col-xs-offset-17 {
    margin-left: 70.83333%;
  }
  .dark-theme .el-col-xs-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .dark-theme .el-col-xs-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .dark-theme .el-col-xs-18 {
    width: 75%;
  }
  .dark-theme .el-col-xs-offset-18 {
    margin-left: 75%;
  }
  .dark-theme .el-col-xs-pull-18 {
    position: relative;
    right: 75%;
  }
  .dark-theme .el-col-xs-push-18 {
    position: relative;
    left: 75%;
  }
  .dark-theme .el-col-xs-19 {
    width: 79.16667%;
  }
  .dark-theme .el-col-xs-offset-19 {
    margin-left: 79.16667%;
  }
  .dark-theme .el-col-xs-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .dark-theme .el-col-xs-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .dark-theme .el-col-xs-20 {
    width: 83.33333%;
  }
  .dark-theme .el-col-xs-offset-20 {
    margin-left: 83.33333%;
  }
  .dark-theme .el-col-xs-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .dark-theme .el-col-xs-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .dark-theme .el-col-xs-21 {
    width: 87.5%;
  }
  .dark-theme .el-col-xs-offset-21 {
    margin-left: 87.5%;
  }
  .dark-theme .el-col-xs-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .dark-theme .el-col-xs-push-21 {
    position: relative;
    left: 87.5%;
  }
  .dark-theme .el-col-xs-22 {
    width: 91.66667%;
  }
  .dark-theme .el-col-xs-offset-22 {
    margin-left: 91.66667%;
  }
  .dark-theme .el-col-xs-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .dark-theme .el-col-xs-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .dark-theme .el-col-xs-23 {
    width: 95.83333%;
  }
  .dark-theme .el-col-xs-offset-23 {
    margin-left: 95.83333%;
  }
  .dark-theme .el-col-xs-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .dark-theme .el-col-xs-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .dark-theme .el-col-xs-24 {
    width: 100%;
  }
  .dark-theme .el-col-xs-offset-24 {
    margin-left: 100%;
  }
  .dark-theme .el-col-xs-pull-24 {
    position: relative;
    right: 100%;
  }
  .dark-theme .el-col-xs-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .dark-theme .el-col-sm-0 {
    display: none;
    width: 0%;
  }
  .dark-theme .el-col-sm-offset-0 {
    margin-left: 0;
  }
  .dark-theme .el-col-sm-pull-0 {
    position: relative;
    right: 0;
  }
  .dark-theme .el-col-sm-push-0 {
    position: relative;
    left: 0;
  }
  .dark-theme .el-col-sm-1 {
    width: 4.16667%;
  }
  .dark-theme .el-col-sm-offset-1 {
    margin-left: 4.16667%;
  }
  .dark-theme .el-col-sm-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .dark-theme .el-col-sm-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .dark-theme .el-col-sm-2 {
    width: 8.33333%;
  }
  .dark-theme .el-col-sm-offset-2 {
    margin-left: 8.33333%;
  }
  .dark-theme .el-col-sm-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .dark-theme .el-col-sm-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .dark-theme .el-col-sm-3 {
    width: 12.5%;
  }
  .dark-theme .el-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .dark-theme .el-col-sm-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .dark-theme .el-col-sm-push-3 {
    position: relative;
    left: 12.5%;
  }
  .dark-theme .el-col-sm-4 {
    width: 16.66667%;
  }
  .dark-theme .el-col-sm-offset-4 {
    margin-left: 16.66667%;
  }
  .dark-theme .el-col-sm-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .dark-theme .el-col-sm-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .dark-theme .el-col-sm-5 {
    width: 20.83333%;
  }
  .dark-theme .el-col-sm-offset-5 {
    margin-left: 20.83333%;
  }
  .dark-theme .el-col-sm-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .dark-theme .el-col-sm-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .dark-theme .el-col-sm-6 {
    width: 25%;
  }
  .dark-theme .el-col-sm-offset-6 {
    margin-left: 25%;
  }
  .dark-theme .el-col-sm-pull-6 {
    position: relative;
    right: 25%;
  }
  .dark-theme .el-col-sm-push-6 {
    position: relative;
    left: 25%;
  }
  .dark-theme .el-col-sm-7 {
    width: 29.16667%;
  }
  .dark-theme .el-col-sm-offset-7 {
    margin-left: 29.16667%;
  }
  .dark-theme .el-col-sm-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .dark-theme .el-col-sm-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .dark-theme .el-col-sm-8 {
    width: 33.33333%;
  }
  .dark-theme .el-col-sm-offset-8 {
    margin-left: 33.33333%;
  }
  .dark-theme .el-col-sm-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .dark-theme .el-col-sm-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .dark-theme .el-col-sm-9 {
    width: 37.5%;
  }
  .dark-theme .el-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .dark-theme .el-col-sm-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .dark-theme .el-col-sm-push-9 {
    position: relative;
    left: 37.5%;
  }
  .dark-theme .el-col-sm-10 {
    width: 41.66667%;
  }
  .dark-theme .el-col-sm-offset-10 {
    margin-left: 41.66667%;
  }
  .dark-theme .el-col-sm-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .dark-theme .el-col-sm-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .dark-theme .el-col-sm-11 {
    width: 45.83333%;
  }
  .dark-theme .el-col-sm-offset-11 {
    margin-left: 45.83333%;
  }
  .dark-theme .el-col-sm-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .dark-theme .el-col-sm-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .dark-theme .el-col-sm-12 {
    width: 50%;
  }
  .dark-theme .el-col-sm-offset-12 {
    margin-left: 50%;
  }
  .dark-theme .el-col-sm-pull-12 {
    position: relative;
    right: 50%;
  }
  .dark-theme .el-col-sm-push-12 {
    position: relative;
    left: 50%;
  }
  .dark-theme .el-col-sm-13 {
    width: 54.16667%;
  }
  .dark-theme .el-col-sm-offset-13 {
    margin-left: 54.16667%;
  }
  .dark-theme .el-col-sm-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .dark-theme .el-col-sm-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .dark-theme .el-col-sm-14 {
    width: 58.33333%;
  }
  .dark-theme .el-col-sm-offset-14 {
    margin-left: 58.33333%;
  }
  .dark-theme .el-col-sm-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .dark-theme .el-col-sm-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .dark-theme .el-col-sm-15 {
    width: 62.5%;
  }
  .dark-theme .el-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .dark-theme .el-col-sm-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .dark-theme .el-col-sm-push-15 {
    position: relative;
    left: 62.5%;
  }
  .dark-theme .el-col-sm-16 {
    width: 66.66667%;
  }
  .dark-theme .el-col-sm-offset-16 {
    margin-left: 66.66667%;
  }
  .dark-theme .el-col-sm-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .dark-theme .el-col-sm-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .dark-theme .el-col-sm-17 {
    width: 70.83333%;
  }
  .dark-theme .el-col-sm-offset-17 {
    margin-left: 70.83333%;
  }
  .dark-theme .el-col-sm-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .dark-theme .el-col-sm-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .dark-theme .el-col-sm-18 {
    width: 75%;
  }
  .dark-theme .el-col-sm-offset-18 {
    margin-left: 75%;
  }
  .dark-theme .el-col-sm-pull-18 {
    position: relative;
    right: 75%;
  }
  .dark-theme .el-col-sm-push-18 {
    position: relative;
    left: 75%;
  }
  .dark-theme .el-col-sm-19 {
    width: 79.16667%;
  }
  .dark-theme .el-col-sm-offset-19 {
    margin-left: 79.16667%;
  }
  .dark-theme .el-col-sm-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .dark-theme .el-col-sm-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .dark-theme .el-col-sm-20 {
    width: 83.33333%;
  }
  .dark-theme .el-col-sm-offset-20 {
    margin-left: 83.33333%;
  }
  .dark-theme .el-col-sm-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .dark-theme .el-col-sm-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .dark-theme .el-col-sm-21 {
    width: 87.5%;
  }
  .dark-theme .el-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .dark-theme .el-col-sm-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .dark-theme .el-col-sm-push-21 {
    position: relative;
    left: 87.5%;
  }
  .dark-theme .el-col-sm-22 {
    width: 91.66667%;
  }
  .dark-theme .el-col-sm-offset-22 {
    margin-left: 91.66667%;
  }
  .dark-theme .el-col-sm-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .dark-theme .el-col-sm-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .dark-theme .el-col-sm-23 {
    width: 95.83333%;
  }
  .dark-theme .el-col-sm-offset-23 {
    margin-left: 95.83333%;
  }
  .dark-theme .el-col-sm-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .dark-theme .el-col-sm-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .dark-theme .el-col-sm-24 {
    width: 100%;
  }
  .dark-theme .el-col-sm-offset-24 {
    margin-left: 100%;
  }
  .dark-theme .el-col-sm-pull-24 {
    position: relative;
    right: 100%;
  }
  .dark-theme .el-col-sm-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .dark-theme .el-col-md-0 {
    display: none;
    width: 0%;
  }
  .dark-theme .el-col-md-offset-0 {
    margin-left: 0;
  }
  .dark-theme .el-col-md-pull-0 {
    position: relative;
    right: 0;
  }
  .dark-theme .el-col-md-push-0 {
    position: relative;
    left: 0;
  }
  .dark-theme .el-col-md-1 {
    width: 4.16667%;
  }
  .dark-theme .el-col-md-offset-1 {
    margin-left: 4.16667%;
  }
  .dark-theme .el-col-md-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .dark-theme .el-col-md-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .dark-theme .el-col-md-2 {
    width: 8.33333%;
  }
  .dark-theme .el-col-md-offset-2 {
    margin-left: 8.33333%;
  }
  .dark-theme .el-col-md-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .dark-theme .el-col-md-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .dark-theme .el-col-md-3 {
    width: 12.5%;
  }
  .dark-theme .el-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .dark-theme .el-col-md-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .dark-theme .el-col-md-push-3 {
    position: relative;
    left: 12.5%;
  }
  .dark-theme .el-col-md-4 {
    width: 16.66667%;
  }
  .dark-theme .el-col-md-offset-4 {
    margin-left: 16.66667%;
  }
  .dark-theme .el-col-md-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .dark-theme .el-col-md-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .dark-theme .el-col-md-5 {
    width: 20.83333%;
  }
  .dark-theme .el-col-md-offset-5 {
    margin-left: 20.83333%;
  }
  .dark-theme .el-col-md-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .dark-theme .el-col-md-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .dark-theme .el-col-md-6 {
    width: 25%;
  }
  .dark-theme .el-col-md-offset-6 {
    margin-left: 25%;
  }
  .dark-theme .el-col-md-pull-6 {
    position: relative;
    right: 25%;
  }
  .dark-theme .el-col-md-push-6 {
    position: relative;
    left: 25%;
  }
  .dark-theme .el-col-md-7 {
    width: 29.16667%;
  }
  .dark-theme .el-col-md-offset-7 {
    margin-left: 29.16667%;
  }
  .dark-theme .el-col-md-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .dark-theme .el-col-md-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .dark-theme .el-col-md-8 {
    width: 33.33333%;
  }
  .dark-theme .el-col-md-offset-8 {
    margin-left: 33.33333%;
  }
  .dark-theme .el-col-md-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .dark-theme .el-col-md-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .dark-theme .el-col-md-9 {
    width: 37.5%;
  }
  .dark-theme .el-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .dark-theme .el-col-md-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .dark-theme .el-col-md-push-9 {
    position: relative;
    left: 37.5%;
  }
  .dark-theme .el-col-md-10 {
    width: 41.66667%;
  }
  .dark-theme .el-col-md-offset-10 {
    margin-left: 41.66667%;
  }
  .dark-theme .el-col-md-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .dark-theme .el-col-md-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .dark-theme .el-col-md-11 {
    width: 45.83333%;
  }
  .dark-theme .el-col-md-offset-11 {
    margin-left: 45.83333%;
  }
  .dark-theme .el-col-md-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .dark-theme .el-col-md-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .dark-theme .el-col-md-12 {
    width: 50%;
  }
  .dark-theme .el-col-md-offset-12 {
    margin-left: 50%;
  }
  .dark-theme .el-col-md-pull-12 {
    position: relative;
    right: 50%;
  }
  .dark-theme .el-col-md-push-12 {
    position: relative;
    left: 50%;
  }
  .dark-theme .el-col-md-13 {
    width: 54.16667%;
  }
  .dark-theme .el-col-md-offset-13 {
    margin-left: 54.16667%;
  }
  .dark-theme .el-col-md-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .dark-theme .el-col-md-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .dark-theme .el-col-md-14 {
    width: 58.33333%;
  }
  .dark-theme .el-col-md-offset-14 {
    margin-left: 58.33333%;
  }
  .dark-theme .el-col-md-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .dark-theme .el-col-md-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .dark-theme .el-col-md-15 {
    width: 62.5%;
  }
  .dark-theme .el-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .dark-theme .el-col-md-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .dark-theme .el-col-md-push-15 {
    position: relative;
    left: 62.5%;
  }
  .dark-theme .el-col-md-16 {
    width: 66.66667%;
  }
  .dark-theme .el-col-md-offset-16 {
    margin-left: 66.66667%;
  }
  .dark-theme .el-col-md-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .dark-theme .el-col-md-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .dark-theme .el-col-md-17 {
    width: 70.83333%;
  }
  .dark-theme .el-col-md-offset-17 {
    margin-left: 70.83333%;
  }
  .dark-theme .el-col-md-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .dark-theme .el-col-md-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .dark-theme .el-col-md-18 {
    width: 75%;
  }
  .dark-theme .el-col-md-offset-18 {
    margin-left: 75%;
  }
  .dark-theme .el-col-md-pull-18 {
    position: relative;
    right: 75%;
  }
  .dark-theme .el-col-md-push-18 {
    position: relative;
    left: 75%;
  }
  .dark-theme .el-col-md-19 {
    width: 79.16667%;
  }
  .dark-theme .el-col-md-offset-19 {
    margin-left: 79.16667%;
  }
  .dark-theme .el-col-md-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .dark-theme .el-col-md-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .dark-theme .el-col-md-20 {
    width: 83.33333%;
  }
  .dark-theme .el-col-md-offset-20 {
    margin-left: 83.33333%;
  }
  .dark-theme .el-col-md-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .dark-theme .el-col-md-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .dark-theme .el-col-md-21 {
    width: 87.5%;
  }
  .dark-theme .el-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .dark-theme .el-col-md-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .dark-theme .el-col-md-push-21 {
    position: relative;
    left: 87.5%;
  }
  .dark-theme .el-col-md-22 {
    width: 91.66667%;
  }
  .dark-theme .el-col-md-offset-22 {
    margin-left: 91.66667%;
  }
  .dark-theme .el-col-md-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .dark-theme .el-col-md-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .dark-theme .el-col-md-23 {
    width: 95.83333%;
  }
  .dark-theme .el-col-md-offset-23 {
    margin-left: 95.83333%;
  }
  .dark-theme .el-col-md-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .dark-theme .el-col-md-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .dark-theme .el-col-md-24 {
    width: 100%;
  }
  .dark-theme .el-col-md-offset-24 {
    margin-left: 100%;
  }
  .dark-theme .el-col-md-pull-24 {
    position: relative;
    right: 100%;
  }
  .dark-theme .el-col-md-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .dark-theme .el-col-lg-0 {
    display: none;
    width: 0%;
  }
  .dark-theme .el-col-lg-offset-0 {
    margin-left: 0;
  }
  .dark-theme .el-col-lg-pull-0 {
    position: relative;
    right: 0;
  }
  .dark-theme .el-col-lg-push-0 {
    position: relative;
    left: 0;
  }
  .dark-theme .el-col-lg-1 {
    width: 4.16667%;
  }
  .dark-theme .el-col-lg-offset-1 {
    margin-left: 4.16667%;
  }
  .dark-theme .el-col-lg-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .dark-theme .el-col-lg-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .dark-theme .el-col-lg-2 {
    width: 8.33333%;
  }
  .dark-theme .el-col-lg-offset-2 {
    margin-left: 8.33333%;
  }
  .dark-theme .el-col-lg-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .dark-theme .el-col-lg-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .dark-theme .el-col-lg-3 {
    width: 12.5%;
  }
  .dark-theme .el-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .dark-theme .el-col-lg-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .dark-theme .el-col-lg-push-3 {
    position: relative;
    left: 12.5%;
  }
  .dark-theme .el-col-lg-4 {
    width: 16.66667%;
  }
  .dark-theme .el-col-lg-offset-4 {
    margin-left: 16.66667%;
  }
  .dark-theme .el-col-lg-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .dark-theme .el-col-lg-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .dark-theme .el-col-lg-5 {
    width: 20.83333%;
  }
  .dark-theme .el-col-lg-offset-5 {
    margin-left: 20.83333%;
  }
  .dark-theme .el-col-lg-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .dark-theme .el-col-lg-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .dark-theme .el-col-lg-6 {
    width: 25%;
  }
  .dark-theme .el-col-lg-offset-6 {
    margin-left: 25%;
  }
  .dark-theme .el-col-lg-pull-6 {
    position: relative;
    right: 25%;
  }
  .dark-theme .el-col-lg-push-6 {
    position: relative;
    left: 25%;
  }
  .dark-theme .el-col-lg-7 {
    width: 29.16667%;
  }
  .dark-theme .el-col-lg-offset-7 {
    margin-left: 29.16667%;
  }
  .dark-theme .el-col-lg-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .dark-theme .el-col-lg-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .dark-theme .el-col-lg-8 {
    width: 33.33333%;
  }
  .dark-theme .el-col-lg-offset-8 {
    margin-left: 33.33333%;
  }
  .dark-theme .el-col-lg-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .dark-theme .el-col-lg-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .dark-theme .el-col-lg-9 {
    width: 37.5%;
  }
  .dark-theme .el-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .dark-theme .el-col-lg-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .dark-theme .el-col-lg-push-9 {
    position: relative;
    left: 37.5%;
  }
  .dark-theme .el-col-lg-10 {
    width: 41.66667%;
  }
  .dark-theme .el-col-lg-offset-10 {
    margin-left: 41.66667%;
  }
  .dark-theme .el-col-lg-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .dark-theme .el-col-lg-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .dark-theme .el-col-lg-11 {
    width: 45.83333%;
  }
  .dark-theme .el-col-lg-offset-11 {
    margin-left: 45.83333%;
  }
  .dark-theme .el-col-lg-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .dark-theme .el-col-lg-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .dark-theme .el-col-lg-12 {
    width: 50%;
  }
  .dark-theme .el-col-lg-offset-12 {
    margin-left: 50%;
  }
  .dark-theme .el-col-lg-pull-12 {
    position: relative;
    right: 50%;
  }
  .dark-theme .el-col-lg-push-12 {
    position: relative;
    left: 50%;
  }
  .dark-theme .el-col-lg-13 {
    width: 54.16667%;
  }
  .dark-theme .el-col-lg-offset-13 {
    margin-left: 54.16667%;
  }
  .dark-theme .el-col-lg-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .dark-theme .el-col-lg-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .dark-theme .el-col-lg-14 {
    width: 58.33333%;
  }
  .dark-theme .el-col-lg-offset-14 {
    margin-left: 58.33333%;
  }
  .dark-theme .el-col-lg-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .dark-theme .el-col-lg-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .dark-theme .el-col-lg-15 {
    width: 62.5%;
  }
  .dark-theme .el-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .dark-theme .el-col-lg-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .dark-theme .el-col-lg-push-15 {
    position: relative;
    left: 62.5%;
  }
  .dark-theme .el-col-lg-16 {
    width: 66.66667%;
  }
  .dark-theme .el-col-lg-offset-16 {
    margin-left: 66.66667%;
  }
  .dark-theme .el-col-lg-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .dark-theme .el-col-lg-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .dark-theme .el-col-lg-17 {
    width: 70.83333%;
  }
  .dark-theme .el-col-lg-offset-17 {
    margin-left: 70.83333%;
  }
  .dark-theme .el-col-lg-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .dark-theme .el-col-lg-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .dark-theme .el-col-lg-18 {
    width: 75%;
  }
  .dark-theme .el-col-lg-offset-18 {
    margin-left: 75%;
  }
  .dark-theme .el-col-lg-pull-18 {
    position: relative;
    right: 75%;
  }
  .dark-theme .el-col-lg-push-18 {
    position: relative;
    left: 75%;
  }
  .dark-theme .el-col-lg-19 {
    width: 79.16667%;
  }
  .dark-theme .el-col-lg-offset-19 {
    margin-left: 79.16667%;
  }
  .dark-theme .el-col-lg-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .dark-theme .el-col-lg-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .dark-theme .el-col-lg-20 {
    width: 83.33333%;
  }
  .dark-theme .el-col-lg-offset-20 {
    margin-left: 83.33333%;
  }
  .dark-theme .el-col-lg-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .dark-theme .el-col-lg-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .dark-theme .el-col-lg-21 {
    width: 87.5%;
  }
  .dark-theme .el-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .dark-theme .el-col-lg-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .dark-theme .el-col-lg-push-21 {
    position: relative;
    left: 87.5%;
  }
  .dark-theme .el-col-lg-22 {
    width: 91.66667%;
  }
  .dark-theme .el-col-lg-offset-22 {
    margin-left: 91.66667%;
  }
  .dark-theme .el-col-lg-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .dark-theme .el-col-lg-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .dark-theme .el-col-lg-23 {
    width: 95.83333%;
  }
  .dark-theme .el-col-lg-offset-23 {
    margin-left: 95.83333%;
  }
  .dark-theme .el-col-lg-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .dark-theme .el-col-lg-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .dark-theme .el-col-lg-24 {
    width: 100%;
  }
  .dark-theme .el-col-lg-offset-24 {
    margin-left: 100%;
  }
  .dark-theme .el-col-lg-pull-24 {
    position: relative;
    right: 100%;
  }
  .dark-theme .el-col-lg-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .dark-theme .el-col-xl-0 {
    display: none;
    width: 0%;
  }
  .dark-theme .el-col-xl-offset-0 {
    margin-left: 0;
  }
  .dark-theme .el-col-xl-pull-0 {
    position: relative;
    right: 0;
  }
  .dark-theme .el-col-xl-push-0 {
    position: relative;
    left: 0;
  }
  .dark-theme .el-col-xl-1 {
    width: 4.16667%;
  }
  .dark-theme .el-col-xl-offset-1 {
    margin-left: 4.16667%;
  }
  .dark-theme .el-col-xl-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .dark-theme .el-col-xl-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .dark-theme .el-col-xl-2 {
    width: 8.33333%;
  }
  .dark-theme .el-col-xl-offset-2 {
    margin-left: 8.33333%;
  }
  .dark-theme .el-col-xl-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .dark-theme .el-col-xl-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .dark-theme .el-col-xl-3 {
    width: 12.5%;
  }
  .dark-theme .el-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .dark-theme .el-col-xl-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .dark-theme .el-col-xl-push-3 {
    position: relative;
    left: 12.5%;
  }
  .dark-theme .el-col-xl-4 {
    width: 16.66667%;
  }
  .dark-theme .el-col-xl-offset-4 {
    margin-left: 16.66667%;
  }
  .dark-theme .el-col-xl-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .dark-theme .el-col-xl-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .dark-theme .el-col-xl-5 {
    width: 20.83333%;
  }
  .dark-theme .el-col-xl-offset-5 {
    margin-left: 20.83333%;
  }
  .dark-theme .el-col-xl-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .dark-theme .el-col-xl-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .dark-theme .el-col-xl-6 {
    width: 25%;
  }
  .dark-theme .el-col-xl-offset-6 {
    margin-left: 25%;
  }
  .dark-theme .el-col-xl-pull-6 {
    position: relative;
    right: 25%;
  }
  .dark-theme .el-col-xl-push-6 {
    position: relative;
    left: 25%;
  }
  .dark-theme .el-col-xl-7 {
    width: 29.16667%;
  }
  .dark-theme .el-col-xl-offset-7 {
    margin-left: 29.16667%;
  }
  .dark-theme .el-col-xl-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .dark-theme .el-col-xl-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .dark-theme .el-col-xl-8 {
    width: 33.33333%;
  }
  .dark-theme .el-col-xl-offset-8 {
    margin-left: 33.33333%;
  }
  .dark-theme .el-col-xl-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .dark-theme .el-col-xl-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .dark-theme .el-col-xl-9 {
    width: 37.5%;
  }
  .dark-theme .el-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .dark-theme .el-col-xl-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .dark-theme .el-col-xl-push-9 {
    position: relative;
    left: 37.5%;
  }
  .dark-theme .el-col-xl-10 {
    width: 41.66667%;
  }
  .dark-theme .el-col-xl-offset-10 {
    margin-left: 41.66667%;
  }
  .dark-theme .el-col-xl-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .dark-theme .el-col-xl-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .dark-theme .el-col-xl-11 {
    width: 45.83333%;
  }
  .dark-theme .el-col-xl-offset-11 {
    margin-left: 45.83333%;
  }
  .dark-theme .el-col-xl-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .dark-theme .el-col-xl-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .dark-theme .el-col-xl-12 {
    width: 50%;
  }
  .dark-theme .el-col-xl-offset-12 {
    margin-left: 50%;
  }
  .dark-theme .el-col-xl-pull-12 {
    position: relative;
    right: 50%;
  }
  .dark-theme .el-col-xl-push-12 {
    position: relative;
    left: 50%;
  }
  .dark-theme .el-col-xl-13 {
    width: 54.16667%;
  }
  .dark-theme .el-col-xl-offset-13 {
    margin-left: 54.16667%;
  }
  .dark-theme .el-col-xl-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .dark-theme .el-col-xl-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .dark-theme .el-col-xl-14 {
    width: 58.33333%;
  }
  .dark-theme .el-col-xl-offset-14 {
    margin-left: 58.33333%;
  }
  .dark-theme .el-col-xl-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .dark-theme .el-col-xl-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .dark-theme .el-col-xl-15 {
    width: 62.5%;
  }
  .dark-theme .el-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .dark-theme .el-col-xl-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .dark-theme .el-col-xl-push-15 {
    position: relative;
    left: 62.5%;
  }
  .dark-theme .el-col-xl-16 {
    width: 66.66667%;
  }
  .dark-theme .el-col-xl-offset-16 {
    margin-left: 66.66667%;
  }
  .dark-theme .el-col-xl-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .dark-theme .el-col-xl-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .dark-theme .el-col-xl-17 {
    width: 70.83333%;
  }
  .dark-theme .el-col-xl-offset-17 {
    margin-left: 70.83333%;
  }
  .dark-theme .el-col-xl-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .dark-theme .el-col-xl-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .dark-theme .el-col-xl-18 {
    width: 75%;
  }
  .dark-theme .el-col-xl-offset-18 {
    margin-left: 75%;
  }
  .dark-theme .el-col-xl-pull-18 {
    position: relative;
    right: 75%;
  }
  .dark-theme .el-col-xl-push-18 {
    position: relative;
    left: 75%;
  }
  .dark-theme .el-col-xl-19 {
    width: 79.16667%;
  }
  .dark-theme .el-col-xl-offset-19 {
    margin-left: 79.16667%;
  }
  .dark-theme .el-col-xl-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .dark-theme .el-col-xl-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .dark-theme .el-col-xl-20 {
    width: 83.33333%;
  }
  .dark-theme .el-col-xl-offset-20 {
    margin-left: 83.33333%;
  }
  .dark-theme .el-col-xl-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .dark-theme .el-col-xl-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .dark-theme .el-col-xl-21 {
    width: 87.5%;
  }
  .dark-theme .el-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .dark-theme .el-col-xl-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .dark-theme .el-col-xl-push-21 {
    position: relative;
    left: 87.5%;
  }
  .dark-theme .el-col-xl-22 {
    width: 91.66667%;
  }
  .dark-theme .el-col-xl-offset-22 {
    margin-left: 91.66667%;
  }
  .dark-theme .el-col-xl-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .dark-theme .el-col-xl-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .dark-theme .el-col-xl-23 {
    width: 95.83333%;
  }
  .dark-theme .el-col-xl-offset-23 {
    margin-left: 95.83333%;
  }
  .dark-theme .el-col-xl-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .dark-theme .el-col-xl-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .dark-theme .el-col-xl-24 {
    width: 100%;
  }
  .dark-theme .el-col-xl-offset-24 {
    margin-left: 100%;
  }
  .dark-theme .el-col-xl-pull-24 {
    position: relative;
    right: 100%;
  }
  .dark-theme .el-col-xl-push-24 {
    position: relative;
    left: 100%;
  }
}
.dark-theme .el-upload {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
}
.dark-theme .el-upload__input {
  display: none;
}
.dark-theme .el-upload__tip {
  font-size: 12px;
  color: #a7abb5;
  margin-top: 7px;
}
.dark-theme .el-upload iframe {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}
.dark-theme .el-upload--picture-card {
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  cursor: pointer;
  line-height: 146px;
  vertical-align: top;
}
.dark-theme .el-upload--picture-card i {
  font-size: 28px;
  color: #8c939d;
}
.dark-theme .el-upload--picture-card:hover,
.dark-theme .el-upload:focus {
  border-color: #3e74e0;
  color: #3e74e0;
}
.dark-theme .el-upload:focus .el-upload-dragger {
  border-color: #3e74e0;
}
.dark-theme .el-upload-dragger {
  background-color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  width: 360px;
  height: 180px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.dark-theme .el-upload-dragger .el-icon-upload {
  font-size: 67px;
  color: #484b52;
  margin: 40px 0 16px;
  line-height: 50px;
}
.dark-theme .el-upload-dragger + .el-upload__tip {
  text-align: center;
}
.dark-theme .el-upload-dragger ~ .el-upload__files {
  border-top: 1px solid #3e4147;
  margin-top: 7px;
  padding-top: 5px;
}
.dark-theme .el-upload-dragger .el-upload__text {
  color: #a7abb5;
  font-size: 14px;
  text-align: center;
}
.dark-theme .el-upload-dragger .el-upload__text em {
  color: #3e74e0;
  font-style: normal;
}
.dark-theme .el-upload-dragger:hover {
  border-color: #3e74e0;
}
.dark-theme .el-upload-dragger.is-dragover {
  background-color: rgba(32, 159, 255, 0.06);
  border: 2px dashed #3e74e0;
}
.dark-theme .el-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dark-theme .el-upload-list__item {
  transition: 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  font-size: 14px;
  color: #a7abb5;
  line-height: 1.8;
  margin-top: 5px;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}
.dark-theme .el-upload-list__item .el-progress {
  position: absolute;
  top: 20px;
  width: 100%;
}
.dark-theme .el-upload-list__item .el-progress__text {
  position: absolute;
  right: 0;
  top: -13px;
}
.dark-theme .el-upload-list__item .el-progress-bar {
  margin-right: 0;
  padding-right: 0;
}
.dark-theme .el-upload-list__item:first-child {
  margin-top: 10px;
}
.dark-theme .el-upload-list__item .el-icon-upload-success {
  color: #3ec592;
}
.dark-theme .el-upload-list__item .el-icon-close {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: 0.75;
  color: #a7abb5;
}
.dark-theme .el-upload-list__item .el-icon-close:hover {
  opacity: 1;
}
.dark-theme .el-upload-list__item .el-icon-close-tip {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  cursor: pointer;
  opacity: 1;
  color: #3e74e0;
}
.dark-theme .el-upload-list__item:hover {
  background-color: #27292e;
}
.dark-theme .el-upload-list__item:hover .el-icon-close {
  display: inline-block;
}
.dark-theme .el-upload-list__item:hover .el-progress__text {
  display: none;
}
.dark-theme
  .el-upload-list__item.is-success
  .el-upload-list__item-status-label {
  display: block;
}
.dark-theme .el-upload-list__item.is-success .el-upload-list__item-name:focus,
.dark-theme .el-upload-list__item.is-success .el-upload-list__item-name:hover {
  color: #3e74e0;
  cursor: pointer;
}
.dark-theme
  .el-upload-list__item.is-success:focus:not(:hover)
  .el-icon-close-tip {
  display: inline-block;
}
.dark-theme .el-upload-list__item.is-success:active,
.dark-theme .el-upload-list__item.is-success:not(.focusing):focus {
  outline-width: 0;
}
.dark-theme .el-upload-list__item.is-success:active .el-icon-close-tip,
.dark-theme
  .el-upload-list__item.is-success:focus
  .el-upload-list__item-status-label,
.dark-theme
  .el-upload-list__item.is-success:hover
  .el-upload-list__item-status-label,
.dark-theme
  .el-upload-list__item.is-success:not(.focusing):focus
  .el-icon-close-tip {
  display: none;
}
.dark-theme
  .el-upload-list.is-disabled
  .el-upload-list__item:hover
  .el-upload-list__item-status-label {
  display: block;
}
.dark-theme .el-upload-list__item-name {
  color: #a7abb5;
  display: block;
  margin-right: 40px;
  overflow: hidden;
  padding-left: 4px;
  text-overflow: ellipsis;
  transition: color 0.3s;
  white-space: nowrap;
}
.dark-theme .el-upload-list__item-name [class^='el-icon'] {
  height: 100%;
  margin-right: 7px;
  color: #5f6670;
  line-height: inherit;
}
.dark-theme .el-upload-list__item-status-label {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: inherit;
  display: none;
}
.dark-theme .el-upload-list__item-delete {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 12px;
  color: #a7abb5;
  display: none;
}
.dark-theme .el-upload-list__item-delete:hover {
  color: #3e74e0;
}
.dark-theme .el-upload-list--picture-card {
  margin: 0;
  display: inline;
  vertical-align: top;
}
.dark-theme .el-upload-list--picture-card .el-upload-list__item {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  margin: 0 8px 8px 0;
  display: inline-block;
}
.dark-theme .el-upload-list--picture-card .el-upload-list__item .el-icon-check,
.dark-theme
  .el-upload-list--picture-card
  .el-upload-list__item
  .el-icon-circle-check {
  color: #1a1b1c;
}
.dark-theme .el-upload-list--picture-card .el-upload-list__item .el-icon-close,
.dark-theme
  .el-upload-list--picture-card
  .el-upload-list__item:hover
  .el-upload-list__item-status-label {
  display: none;
}
.dark-theme
  .el-upload-list--picture-card
  .el-upload-list__item:hover
  .el-progress__text {
  display: block;
}
.dark-theme .el-upload-list--picture-card .el-upload-list__item-name {
  display: none;
}
.dark-theme .el-upload-list--picture-card .el-upload-list__item-thumbnail {
  width: 100%;
  height: 100%;
}
.dark-theme .el-upload-list--picture-card .el-upload-list__item-status-label {
  position: absolute;
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: #13ce66;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}
.dark-theme .el-upload-list--picture-card .el-upload-list__item-status-label i {
  font-size: 12px;
  margin-top: 11px;
  transform: rotate(-45deg);
}
.dark-theme .el-upload-list--picture-card .el-upload-list__item-actions {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
}
.dark-theme .el-upload-list--picture-card .el-upload-list__item-actions::after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.dark-theme .el-upload-list--picture-card .el-upload-list__item-actions span {
  display: none;
  cursor: pointer;
}
.dark-theme
  .el-upload-list--picture-card
  .el-upload-list__item-actions
  span
  + span {
  margin-left: 15px;
}
.dark-theme
  .el-upload-list--picture-card
  .el-upload-list__item-actions
  .el-upload-list__item-delete {
  position: static;
  font-size: inherit;
  color: inherit;
}
.dark-theme .el-upload-list--picture-card .el-upload-list__item-actions:hover {
  opacity: 1;
}
.dark-theme
  .el-upload-list--picture-card
  .el-upload-list__item-actions:hover
  span {
  display: inline-block;
}
.dark-theme .el-upload-list--picture-card .el-progress {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  width: 126px;
}
.dark-theme .el-upload-list--picture-card .el-progress .el-progress__text {
  top: 50%;
}
.dark-theme .el-upload-list--picture .el-upload-list__item {
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px 10px 10px 90px;
  height: 92px;
}
.dark-theme .el-upload-list--picture .el-upload-list__item .el-icon-check,
.dark-theme
  .el-upload-list--picture
  .el-upload-list__item
  .el-icon-circle-check {
  color: #1a1b1c;
}
.dark-theme
  .el-upload-list--picture
  .el-upload-list__item:hover
  .el-upload-list__item-status-label {
  background: 0 0;
  box-shadow: none;
  top: -2px;
  right: -12px;
}
.dark-theme
  .el-upload-list--picture
  .el-upload-list__item:hover
  .el-progress__text {
  display: block;
}
.dark-theme
  .el-upload-list--picture
  .el-upload-list__item.is-success
  .el-upload-list__item-name {
  line-height: 70px;
  margin-top: 0;
}
.dark-theme
  .el-upload-list--picture
  .el-upload-list__item.is-success
  .el-upload-list__item-name
  i {
  display: none;
}
.dark-theme .el-upload-list--picture .el-upload-list__item-thumbnail {
  vertical-align: middle;
  display: inline-block;
  width: 70px;
  height: 70px;
  float: left;
  position: relative;
  z-index: 1;
  margin-left: -80px;
  background-color: #1a1b1c;
}
.dark-theme .el-upload-list--picture .el-upload-list__item-name {
  display: block;
  margin-top: 20px;
}
.dark-theme .el-upload-list--picture .el-upload-list__item-name i {
  font-size: 70px;
  line-height: 1;
  position: absolute;
  left: 9px;
  top: 10px;
}
.dark-theme .el-upload-list--picture .el-upload-list__item-status-label {
  position: absolute;
  right: -17px;
  top: -7px;
  width: 46px;
  height: 26px;
  background: #13ce66;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 1px 1px #ccc;
}
.dark-theme .el-upload-list--picture .el-upload-list__item-status-label i {
  font-size: 12px;
  margin-top: 12px;
  transform: rotate(-45deg);
}
.dark-theme .el-upload-list--picture .el-progress {
  position: relative;
  top: -7px;
}
.dark-theme .el-upload-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  cursor: default;
}
.dark-theme .el-upload-cover::after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.dark-theme .el-upload-cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.dark-theme .el-upload-cover__label {
  position: absolute;
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: #13ce66;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}
.dark-theme .el-upload-cover__label i {
  font-size: 12px;
  margin-top: 11px;
  transform: rotate(-45deg);
  color: #fff;
}
.dark-theme .el-upload-cover__progress {
  display: inline-block;
  vertical-align: middle;
  position: static;
  width: 243px;
}
.dark-theme .el-upload-cover__progress + .el-upload__inner {
  opacity: 0;
}
.dark-theme .el-upload-cover__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dark-theme .el-upload-cover__interact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  text-align: center;
}
.dark-theme .el-upload-cover__interact .btn {
  display: inline-block;
  color: #1a1b1c;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 60px;
}
.dark-theme .el-upload-cover__interact .btn span {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.dark-theme .el-upload-cover__interact .btn:not(:first-child) {
  margin-left: 35px;
}
.dark-theme .el-upload-cover__interact .btn:hover {
  transform: translateY(-13px);
}
.dark-theme .el-upload-cover__interact .btn:hover span {
  opacity: 1;
}
.dark-theme .el-upload-cover__interact .btn i {
  color: #1a1b1c;
  display: block;
  font-size: 24px;
  line-height: inherit;
  margin: 0 auto 5px;
}
.dark-theme .el-upload-cover__title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1a1b1c;
  height: 36px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  text-align: left;
  padding: 0 10px;
  margin: 0;
  line-height: 36px;
  font-size: 14px;
  color: #d1d7de;
}
.dark-theme .el-upload-cover + .el-upload__inner {
  opacity: 0;
  position: relative;
  z-index: 1;
}
.dark-theme .el-progress {
  position: relative;
  line-height: 1;
}
.dark-theme .el-progress__text {
  font-size: 14px;
  color: #a7abb5;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 1;
}
.dark-theme .el-progress__text i {
  vertical-align: middle;
  display: block;
}
.dark-theme .el-progress--circle,
.dark-theme .el-progress--dashboard {
  display: inline-block;
}
.dark-theme .el-progress--circle .el-progress__text,
.dark-theme .el-progress--dashboard .el-progress__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  transform: translate(0, -50%);
}
.dark-theme .el-progress--circle .el-progress__text i,
.dark-theme .el-progress--dashboard .el-progress__text i {
  vertical-align: middle;
  display: inline-block;
}
.dark-theme .el-progress--without-text .el-progress__text {
  display: none;
}
.dark-theme .el-progress--without-text .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
  display: block;
}
.dark-theme .el-progress--text-inside .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
}
.dark-theme .el-progress.is-success .el-progress-bar__inner {
  background-color: #3ec592;
}
.dark-theme .el-progress.is-success .el-progress__text {
  color: #3ec592;
}
.dark-theme .el-progress.is-warning .el-progress-bar__inner {
  background-color: #dc9044;
}
.dark-theme .el-progress.is-warning .el-progress__text {
  color: #dc9044;
}
.dark-theme .el-progress.is-exception .el-progress-bar__inner {
  background-color: #dc4445;
}
.dark-theme .el-progress.is-exception .el-progress__text {
  color: #dc4445;
}
.dark-theme .el-progress-bar {
  padding-right: 50px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: -55px;
  box-sizing: border-box;
}
.dark-theme .el-progress-bar__outer {
  height: 6px;
  border-radius: 100px;
  background-color: #2c2f33;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.dark-theme .el-progress-bar__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #3e74e0;
  text-align: right;
  border-radius: 100px;
  line-height: 1;
  white-space: nowrap;
  transition: width 0.6s;
}
.dark-theme .el-progress-bar__inner::after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.dark-theme .el-progress-bar__innerText {
  display: inline-block;
  vertical-align: middle;
  color: #1a1b1c;
  font-size: 12px;
  margin: 0 5px;
}
@keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 32px 0;
  }
}
.dark-theme .el-time-spinner {
  width: 100%;
  white-space: nowrap;
}
.dark-theme .el-spinner {
  display: inline-block;
  vertical-align: middle;
}
.dark-theme .el-spinner-inner {
  animation: 2s linear infinite rotate;
  width: 50px;
  height: 50px;
}
.dark-theme .el-spinner-inner .path {
  stroke: #ececec;
  stroke-linecap: round;
  animation: 1.5s ease-in-out infinite dash;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.dark-theme .el-message {
  min-width: 380px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #2c2f33;
  position: fixed;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  background-color: #edf2fc;
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: flex;
  align-items: center;
}
.dark-theme .el-message.is-center {
  justify-content: center;
}
.dark-theme .el-message.is-closable .el-message__content {
  padding-right: 16px;
}
.dark-theme .el-message p {
  margin: 0;
}
.dark-theme .el-message--info .el-message__content {
  color: #484b52;
}
.dark-theme .el-message--success {
  background-color: #1e2c28;
}
.dark-theme .el-message--success .el-message__content {
  color: #3ec592;
}
.dark-theme .el-message--warning {
  background-color: #2d2720;
}
.dark-theme .el-message--warning .el-message__content {
  color: #dc9044;
}
.dark-theme .el-message--error {
  background-color: #2d1f20;
}
.dark-theme .el-message--error .el-message__content {
  color: #dc4445;
}
.dark-theme .el-message__icon {
  margin-right: 10px;
}
.dark-theme .el-message__content {
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
.dark-theme .el-message__content:focus {
  outline-width: 0;
}
.dark-theme .el-message__closeBtn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #484b52;
  font-size: 16px;
}
.dark-theme .el-message__closeBtn:focus {
  outline-width: 0;
}
.dark-theme .el-message__closeBtn:hover {
  color: #5f6670;
}
.dark-theme .el-message .el-icon-success {
  color: #3ec592;
}
.dark-theme .el-message .el-icon-error {
  color: #dc4445;
}
.dark-theme .el-message .el-icon-info {
  color: #484b52;
}
.dark-theme .el-message .el-icon-warning {
  color: #dc9044;
}
.dark-theme .el-message-fade-enter,
.dark-theme .el-message-fade-leave-active {
  opacity: 0;
  transform: translate(-50%, -100%);
}
.dark-theme .el-badge {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.dark-theme .el-badge__content {
  background-color: #dc4445;
  border-radius: 10px;
  color: #1a1b1c;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #1a1b1c;
}
.dark-theme .el-badge__content.is-fixed {
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(-50%) translateX(100%);
}
.dark-theme .el-badge__content.is-fixed.is-dot {
  right: 5px;
}
.dark-theme .el-badge__content.is-dot {
  height: 8px;
  width: 8px;
  padding: 0;
  right: 0;
  border-radius: 50%;
}
.dark-theme .el-badge__content--primary {
  background-color: #3e74e0;
}
.dark-theme .el-badge__content--success {
  background-color: #3ec592;
}
.dark-theme .el-badge__content--warning {
  background-color: #dc9044;
}
.dark-theme .el-badge__content--info {
  background-color: #484b52;
}
.dark-theme .el-badge__content--danger {
  background-color: #dc4445;
}
.dark-theme .el-card {
  border-radius: 4px;
  border: 1px solid #2c2f33;
  background-color: #1a1b1c;
  overflow: hidden;
  color: #d1d7de;
  transition: 0.3s;
}
.dark-theme .el-card.is-always-shadow,
.dark-theme .el-card.is-hover-shadow:focus,
.dark-theme .el-card.is-hover-shadow:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
.dark-theme .el-card__header {
  padding: 18px 20px;
  border-bottom: 1px solid #2c2f33;
  box-sizing: border-box;
}
.dark-theme .el-card__body {
  padding: 20px;
}
.dark-theme .el-rate {
  height: 20px;
  line-height: 1;
}
.dark-theme .el-rate:active,
.dark-theme .el-rate:focus {
  outline-width: 0;
}
.dark-theme .el-rate__item {
  display: inline-block;
  position: relative;
  font-size: 0;
  vertical-align: middle;
}
.dark-theme .el-rate__icon {
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-right: 6px;
  color: #484b52;
  transition: 0.3s;
}
.dark-theme .el-rate__icon.hover {
  transform: scale(1.15);
}
.dark-theme .el-rate__icon .path2 {
  position: absolute;
  left: 0;
  top: 0;
}
.dark-theme .el-rate__decimal {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
}
.dark-theme .el-rate__text {
  font-size: 14px;
  vertical-align: middle;
}
.dark-theme .el-steps {
  display: flex;
}
.dark-theme .el-steps--simple {
  padding: 13px 8%;
  border-radius: 4px;
  background: #27292e;
}
.dark-theme .el-steps--horizontal {
  white-space: nowrap;
}
.dark-theme .el-steps--vertical {
  height: 100%;
  flex-flow: column;
}
.dark-theme .el-step {
  position: relative;
  flex-shrink: 1;
}
.dark-theme .el-step:last-of-type .el-step__line {
  display: none;
}
.dark-theme .el-step:last-of-type.is-flex {
  flex-basis: auto !important;
  flex-shrink: 0;
  flex-grow: 0;
}
.dark-theme .el-step:last-of-type .el-step__description,
.dark-theme .el-step:last-of-type .el-step__main {
  padding-right: 0;
}
.dark-theme .el-step__head {
  position: relative;
  width: 100%;
}
.dark-theme .el-step__head.is-process {
  color: #d1d7de;
  border-color: #d1d7de;
}
.dark-theme .el-step__head.is-wait {
  color: #484b52;
  border-color: #484b52;
}
.dark-theme .el-step__head.is-success {
  color: #3ec592;
  border-color: #3ec592;
}
.dark-theme .el-step__head.is-error {
  color: #dc4445;
  border-color: #dc4445;
}
.dark-theme .el-step__head.is-finish {
  color: #3e74e0;
  border-color: #3e74e0;
}
.dark-theme .el-step__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  box-sizing: border-box;
  background: #1a1b1c;
  transition: 0.15s ease-out;
}
.dark-theme .el-step__icon.is-text {
  border-radius: 50%;
  border: 2px solid;
  border-color: inherit;
}
.dark-theme .el-step__icon.is-icon {
  width: 40px;
}
.dark-theme .el-step__icon-inner {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
.dark-theme .el-step__icon-inner[class*='el-icon']:not(.is-status) {
  font-size: 25px;
  font-weight: 400;
}
.dark-theme .el-step__icon-inner.is-status {
  transform: translateY(1px);
}
.dark-theme .el-step__line {
  position: absolute;
  border-color: inherit;
  background-color: #484b52;
}
.dark-theme .el-step__line-inner {
  display: block;
  border: 1px solid;
  transition: 0.15s ease-out;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-color: inherit;
}
.dark-theme .el-step__main {
  white-space: normal;
  text-align: left;
}
.dark-theme .el-step__title {
  font-size: 16px;
  line-height: 38px;
}
.dark-theme .el-step__title.is-process {
  font-weight: 700;
  color: #d1d7de;
}
.dark-theme .el-step__title.is-wait {
  color: #484b52;
}
.dark-theme .el-step__title.is-success {
  color: #3ec592;
}
.dark-theme .el-step__title.is-error {
  color: #dc4445;
}
.dark-theme .el-step__title.is-finish {
  color: #3e74e0;
}
.dark-theme .el-step__description {
  padding-right: 10%;
  margin-top: -5px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.dark-theme .el-step__description.is-process {
  color: #d1d7de;
}
.dark-theme .el-step__description.is-wait {
  color: #484b52;
}
.dark-theme .el-step__description.is-success {
  color: #3ec592;
}
.dark-theme .el-step__description.is-error {
  color: #dc4445;
}
.dark-theme .el-step__description.is-finish {
  color: #3e74e0;
}
.dark-theme .el-step.is-horizontal {
  display: inline-block;
}
.dark-theme .el-step.is-horizontal .el-step__line {
  height: 2px;
  top: 11px;
  left: 0;
  right: 0;
}
.dark-theme .el-step.is-vertical {
  display: flex;
}
.dark-theme .el-step.is-vertical .el-step__head {
  flex-grow: 0;
  width: 24px;
}
.dark-theme .el-step.is-vertical .el-step__main {
  padding-left: 10px;
  flex-grow: 1;
}
.dark-theme .el-step.is-vertical .el-step__title {
  line-height: 24px;
  padding-bottom: 8px;
}
.dark-theme .el-step.is-vertical .el-step__line {
  width: 2px;
  top: 0;
  bottom: 0;
  left: 11px;
}
.dark-theme .el-step.is-vertical .el-step__icon.is-icon {
  width: 24px;
}
.dark-theme .el-step.is-center .el-step__head,
.dark-theme .el-step.is-center .el-step__main {
  text-align: center;
}
.dark-theme .el-step.is-center .el-step__description {
  padding-left: 20%;
  padding-right: 20%;
}
.dark-theme .el-step.is-center .el-step__line {
  left: 50%;
  right: -50%;
}
.dark-theme .el-step.is-simple {
  display: flex;
  align-items: center;
}
.dark-theme .el-step.is-simple .el-step__head {
  width: auto;
  font-size: 0;
  padding-right: 10px;
}
.dark-theme .el-step.is-simple .el-step__icon {
  background: 0 0;
  width: 16px;
  height: 16px;
  font-size: 12px;
}
.dark-theme
  .el-step.is-simple
  .el-step__icon-inner[class*='el-icon']:not(.is-status) {
  font-size: 18px;
}
.dark-theme .el-step.is-simple .el-step__icon-inner.is-status {
  transform: scale(0.8) translateY(1px);
}
.dark-theme .el-step.is-simple .el-step__main {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-grow: 1;
}
.dark-theme .el-step.is-simple .el-step__title {
  font-size: 16px;
  line-height: 20px;
}
.dark-theme .el-step.is-simple:not(:last-of-type) .el-step__title {
  max-width: 50%;
  word-break: break-all;
}
.dark-theme .el-step.is-simple .el-step__arrow {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-theme .el-step.is-simple .el-step__arrow::after,
.dark-theme .el-step.is-simple .el-step__arrow::before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 15px;
  width: 1px;
  background: #484b52;
}
.dark-theme .el-step.is-simple .el-step__arrow::before {
  transform: rotate(-45deg) translateY(-4px);
  transform-origin: 0 0;
}
.dark-theme .el-step.is-simple .el-step__arrow::after {
  transform: rotate(45deg) translateY(4px);
  transform-origin: 100% 100%;
}
.dark-theme .el-step.is-simple:last-of-type .el-step__arrow {
  display: none;
}
.dark-theme .el-carousel {
  position: relative;
}
.dark-theme .el-carousel--horizontal {
  overflow-x: hidden;
}
.dark-theme .el-carousel--vertical {
  overflow-y: hidden;
}
.dark-theme .el-carousel__container {
  position: relative;
  height: 300px;
}
.dark-theme .el-carousel__arrow {
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  background-color: rgba(31, 45, 61, 0.11);
  color: #1a1b1c;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
}
.dark-theme .el-carousel__arrow--left {
  left: 16px;
}
.dark-theme .el-carousel__arrow--right {
  right: 16px;
}
.dark-theme .el-carousel__arrow:hover {
  background-color: rgba(31, 45, 61, 0.23);
}
.dark-theme .el-carousel__arrow i {
  cursor: pointer;
}
.dark-theme .el-carousel__indicators {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.dark-theme .el-carousel__indicators--horizontal {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dark-theme .el-carousel__indicators--vertical {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dark-theme .el-carousel__indicators--outside {
  bottom: 26px;
  text-align: center;
  position: static;
  transform: none;
}
.dark-theme
  .el-carousel__indicators--outside
  .el-carousel__indicator:hover
  button {
  opacity: 0.64;
}
.dark-theme .el-carousel__indicators--outside button {
  background-color: #484b52;
  opacity: 0.24;
}
.dark-theme .el-carousel__indicators--labels {
  left: 0;
  right: 0;
  transform: none;
  text-align: center;
}
.dark-theme .el-carousel__indicators--labels .el-carousel__button {
  height: auto;
  width: auto;
  padding: 2px 18px;
  font-size: 12px;
}
.dark-theme .el-carousel__indicators--labels .el-carousel__indicator {
  padding: 6px 4px;
}
.dark-theme .el-carousel__indicator {
  background-color: transparent;
  cursor: pointer;
}
.dark-theme .el-carousel__indicator:hover button {
  opacity: 0.72;
}
.dark-theme .el-carousel__indicator--horizontal {
  display: inline-block;
  padding: 12px 4px;
}
.dark-theme .el-carousel__indicator--vertical {
  padding: 4px 12px;
}
.dark-theme .el-carousel__indicator--vertical .el-carousel__button {
  width: 2px;
  height: 15px;
}
.dark-theme .el-carousel__indicator.is-active button {
  opacity: 1;
}
.dark-theme .el-carousel__button {
  display: block;
  opacity: 0.48;
  width: 30px;
  height: 2px;
  background-color: #1a1b1c;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: 0.3s;
}
.dark-theme .carousel-arrow-left-enter,
.dark-theme .carousel-arrow-left-leave-active {
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
}
.dark-theme .carousel-arrow-right-enter,
.dark-theme .carousel-arrow-right-leave-active {
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
}
.dark-theme .el-carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}
.dark-theme .el-carousel__item.is-active {
  z-index: 2;
}
.dark-theme .el-carousel__item.is-animating {
  transition: transform 0.4s ease-in-out;
}
.dark-theme .el-carousel__item--card {
  width: 50%;
  transition: transform 0.4s ease-in-out;
}
.dark-theme .el-carousel__item--card.is-in-stage {
  cursor: pointer;
  z-index: 1;
}
.dark-theme .el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.dark-theme .el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
  opacity: 0.12;
}
.dark-theme .el-carousel__item--card.is-active {
  z-index: 2;
}
.dark-theme .el-carousel__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a1b1c;
  opacity: 0.24;
  transition: 0.2s;
}
.dark-theme .fade-in-linear-enter-active,
.dark-theme .fade-in-linear-leave-active {
  transition: opacity 0.2s linear;
}
.dark-theme .fade-in-linear-enter,
.dark-theme .fade-in-linear-leave,
.dark-theme .fade-in-linear-leave-active {
  opacity: 0;
}
.dark-theme .el-fade-in-linear-enter-active,
.dark-theme .el-fade-in-linear-leave-active {
  transition: opacity 0.2s linear;
}
.dark-theme .el-fade-in-linear-enter,
.dark-theme .el-fade-in-linear-leave,
.dark-theme .el-fade-in-linear-leave-active {
  opacity: 0;
}
.dark-theme .el-fade-in-enter-active,
.dark-theme .el-fade-in-leave-active {
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.dark-theme .el-fade-in-enter,
.dark-theme .el-fade-in-leave-active {
  opacity: 0;
}
.dark-theme .el-zoom-in-center-enter-active,
.dark-theme .el-zoom-in-center-leave-active {
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.dark-theme .el-zoom-in-center-enter,
.dark-theme .el-zoom-in-center-leave-active {
  opacity: 0;
  transform: scaleX(0);
}
.dark-theme .el-zoom-in-top-enter-active,
.dark-theme .el-zoom-in-top-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center top;
}
.dark-theme .el-zoom-in-top-enter,
.dark-theme .el-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.dark-theme .el-zoom-in-bottom-enter-active,
.dark-theme .el-zoom-in-bottom-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center bottom;
}
.dark-theme .el-zoom-in-bottom-enter,
.dark-theme .el-zoom-in-bottom-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.dark-theme .el-zoom-in-left-enter-active,
.dark-theme .el-zoom-in-left-leave-active {
  opacity: 1;
  transform: scale(1, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: top left;
}
.dark-theme .el-zoom-in-left-enter,
.dark-theme .el-zoom-in-left-leave-active {
  opacity: 0;
  transform: scale(0.45, 0.45);
}
.dark-theme .collapse-transition {
  transition: height 0.3s ease-in-out, padding-top 0.3s ease-in-out,
    padding-bottom 0.3s ease-in-out;
}
.dark-theme .horizontal-collapse-transition {
  transition: width 0.3s ease-in-out, padding-left 0.3s ease-in-out,
    padding-right 0.3s ease-in-out;
}
.dark-theme .el-list-enter-active,
.dark-theme .el-list-leave-active {
  transition: 1s;
}
.dark-theme .el-list-enter,
.dark-theme .el-list-leave-active {
  opacity: 0;
  transform: translateY(-30px);
}
.dark-theme .el-opacity-transition {
  transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.dark-theme .el-collapse {
  border-top: 1px solid #2c2f33;
  border-bottom: 1px solid #2c2f33;
}
.dark-theme .el-collapse-item.is-disabled .el-collapse-item__header {
  color: #bbb;
  cursor: not-allowed;
}
.dark-theme .el-collapse-item__header {
  display: flex;
  align-items: center;
  height: 48px;
  line-height: 48px;
  background-color: #1a1b1c;
  color: #d1d7de;
  cursor: pointer;
  border-bottom: 1px solid #2c2f33;
  font-size: 14px;
  font-weight: 500;
  transition: border-bottom-color 0.3s;
  outline: 0;
}
.dark-theme .el-collapse-item__arrow {
  margin: 0 8px 0 auto;
  transition: transform 0.3s;
  font-weight: 300;
}
.dark-theme .el-collapse-item__arrow.is-active {
  transform: rotate(90deg);
}
.dark-theme .el-collapse-item__header.focusing:focus:not(:hover) {
  color: #3e74e0;
}
.dark-theme .el-collapse-item__wrap {
  will-change: height;
  background-color: #1a1b1c;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #2c2f33;
}
.dark-theme .el-collapse-item__content {
  font-size: 13px;
  color: #d1d7de;
  line-height: 1.769230769230769;
}
.dark-theme .el-collapse-item:last-child {
  margin-bottom: -1px;
}
.dark-theme .el-popper .popper__arrow,
.dark-theme .el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.dark-theme .el-popper .popper__arrow {
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.dark-theme .el-popper .popper__arrow::after {
  content: ' ';
  border-width: 6px;
}
.dark-theme .el-popper[x-placement^='top'] {
  margin-bottom: 12px;
}
.dark-theme .el-popper[x-placement^='top'] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #2c2f33;
  border-bottom-width: 0;
}
.dark-theme .el-popper[x-placement^='top'] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #1a1b1c;
  border-bottom-width: 0;
}
.dark-theme .el-popper[x-placement^='bottom'] {
  margin-top: 12px;
}
.dark-theme .el-popper[x-placement^='bottom'] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #2c2f33;
}
.dark-theme .el-popper[x-placement^='bottom'] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #1a1b1c;
}
.dark-theme .el-popper[x-placement^='right'] {
  margin-left: 12px;
}
.dark-theme .el-popper[x-placement^='right'] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #2c2f33;
  border-left-width: 0;
}
.dark-theme .el-popper[x-placement^='right'] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #1a1b1c;
  border-left-width: 0;
}
.dark-theme .el-popper[x-placement^='left'] {
  margin-right: 12px;
}
.dark-theme .el-popper[x-placement^='left'] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #2c2f33;
}
.dark-theme .el-popper[x-placement^='left'] .popper__arrow::after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #1a1b1c;
}
.dark-theme .el-tag {
  background-color: #1e2430;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #3e74e0;
  border: 1px solid #212d43;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
}
.dark-theme .el-tag.is-hit {
  border-color: #3e74e0;
}
.dark-theme .el-tag .el-tag__close {
  color: #3e74e0;
}
.dark-theme .el-tag .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #3e74e0;
}
.dark-theme .el-tag.el-tag--info {
  background-color: #1f2021;
  border-color: #232527;
}
.dark-theme .el-tag.el-tag--info.is-hit {
  border-color: #484b52;
}
.dark-theme .el-tag.el-tag--info .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #484b52;
}
.dark-theme .el-tag.el-tag--success {
  background-color: #1e2c28;
  border-color: #213d34;
  color: #3ec592;
}
.dark-theme .el-tag.el-tag--success.is-hit {
  border-color: #3ec592;
}
.dark-theme .el-tag.el-tag--success .el-tag__close {
  color: #3ec592;
}
.dark-theme .el-tag.el-tag--success .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #3ec592;
}
.dark-theme .el-tag.el-tag--warning {
  background-color: #2d2720;
  border-color: #413224;
  color: #dc9044;
}
.dark-theme .el-tag.el-tag--warning.is-hit {
  border-color: #dc9044;
}
.dark-theme .el-tag.el-tag--warning .el-tag__close {
  color: #dc9044;
}
.dark-theme .el-tag.el-tag--warning .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #dc9044;
}
.dark-theme .el-tag.el-tag--danger {
  background-color: #2d1f20;
  border-color: #412324;
  color: #dc4445;
}
.dark-theme .el-tag.el-tag--danger.is-hit {
  border-color: #dc4445;
}
.dark-theme .el-tag.el-tag--danger .el-tag__close {
  color: #dc4445;
}
.dark-theme .el-tag.el-tag--danger .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #dc4445;
}
.dark-theme .el-tag .el-icon-close {
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px;
  right: -5px;
}
.dark-theme .el-tag .el-icon-close::before {
  display: block;
}
.dark-theme .el-tag--dark {
  background-color: #3e74e0;
  border-color: #3e74e0;
  color: #1a1b1c;
}
.dark-theme .el-tag--dark.is-hit {
  border-color: #3e74e0;
}
.dark-theme .el-tag--dark .el-tag__close {
  color: #1a1b1c;
}
.dark-theme .el-tag--dark .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #3762b9;
}
.dark-theme .el-tag--dark.el-tag--info {
  background-color: #484b52;
  border-color: #484b52;
  color: #1a1b1c;
}
.dark-theme .el-tag--dark.el-tag--info.is-hit {
  border-color: #484b52;
}
.dark-theme .el-tag--dark.el-tag--info .el-tag__close {
  color: #1a1b1c;
}
.dark-theme .el-tag--dark.el-tag--info .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #3f4147;
}
.dark-theme .el-tag--dark.el-tag--success {
  background-color: #3ec592;
  border-color: #3ec592;
  color: #1a1b1c;
}
.dark-theme .el-tag--dark.el-tag--success.is-hit {
  border-color: #3ec592;
}
.dark-theme .el-tag--dark.el-tag--success .el-tag__close {
  color: #1a1b1c;
}
.dark-theme .el-tag--dark.el-tag--success .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #37a37a;
}
.dark-theme .el-tag--dark.el-tag--warning {
  background-color: #dc9044;
  border-color: #dc9044;
  color: #1a1b1c;
}
.dark-theme .el-tag--dark.el-tag--warning.is-hit {
  border-color: #dc9044;
}
.dark-theme .el-tag--dark.el-tag--warning .el-tag__close {
  color: #1a1b1c;
}
.dark-theme .el-tag--dark.el-tag--warning .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #b5793c;
}
.dark-theme .el-tag--dark.el-tag--danger {
  background-color: #dc4445;
  border-color: #dc4445;
  color: #1a1b1c;
}
.dark-theme .el-tag--dark.el-tag--danger.is-hit {
  border-color: #dc4445;
}
.dark-theme .el-tag--dark.el-tag--danger .el-tag__close {
  color: #1a1b1c;
}
.dark-theme .el-tag--dark.el-tag--danger .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #b53c3d;
}
.dark-theme .el-tag--plain {
  background-color: #1a1b1c;
  border-color: #283f6a;
  color: #3e74e0;
}
.dark-theme .el-tag--plain.is-hit {
  border-color: #3e74e0;
}
.dark-theme .el-tag--plain .el-tag__close {
  color: #3e74e0;
}
.dark-theme .el-tag--plain .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #3e74e0;
}
.dark-theme .el-tag--plain.el-tag--info {
  background-color: #1a1b1c;
  border-color: #2c2e32;
  color: #484b52;
}
.dark-theme .el-tag--plain.el-tag--info.is-hit {
  border-color: #484b52;
}
.dark-theme .el-tag--plain.el-tag--info .el-tag__close {
  color: #484b52;
}
.dark-theme .el-tag--plain.el-tag--info .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #484b52;
}
.dark-theme .el-tag--plain.el-tag--success {
  background-color: #1a1b1c;
  border-color: #285f4b;
  color: #3ec592;
}
.dark-theme .el-tag--plain.el-tag--success.is-hit {
  border-color: #3ec592;
}
.dark-theme .el-tag--plain.el-tag--success .el-tag__close {
  color: #3ec592;
}
.dark-theme .el-tag--plain.el-tag--success .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #3ec592;
}
.dark-theme .el-tag--plain.el-tag--warning {
  background-color: #1a1b1c;
  border-color: #684a2c;
  color: #dc9044;
}
.dark-theme .el-tag--plain.el-tag--warning.is-hit {
  border-color: #dc9044;
}
.dark-theme .el-tag--plain.el-tag--warning .el-tag__close {
  color: #dc9044;
}
.dark-theme .el-tag--plain.el-tag--warning .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #dc9044;
}
.dark-theme .el-tag--plain.el-tag--danger {
  background-color: #1a1b1c;
  border-color: #682b2c;
  color: #dc4445;
}
.dark-theme .el-tag--plain.el-tag--danger.is-hit {
  border-color: #dc4445;
}
.dark-theme .el-tag--plain.el-tag--danger .el-tag__close {
  color: #dc4445;
}
.dark-theme .el-tag--plain.el-tag--danger .el-tag__close:hover {
  color: #1a1b1c;
  background-color: #dc4445;
}
.dark-theme .el-tag--medium {
  height: 28px;
  line-height: 26px;
}
.dark-theme .el-tag--medium .el-icon-close {
  transform: scale(0.8);
}
.dark-theme .el-tag--small {
  height: 24px;
  padding: 0 8px;
  line-height: 22px;
}
.dark-theme .el-tag--small .el-icon-close {
  transform: scale(0.8);
}
.dark-theme .el-tag--mini {
  height: 20px;
  padding: 0 5px;
  line-height: 19px;
}
.dark-theme .el-tag--mini .el-icon-close {
  margin-left: -3px;
  transform: scale(0.7);
}
.dark-theme .el-cascader {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 40px;
}
.dark-theme .el-cascader:not(.is-disabled):hover .el-input__inner {
  cursor: pointer;
  border-color: #484b52;
}
.dark-theme .el-cascader .el-input {
  cursor: pointer;
}
.dark-theme .el-cascader .el-input .el-input__inner {
  text-overflow: ellipsis;
}
.dark-theme .el-cascader .el-input .el-input__inner:focus {
  border-color: #3e74e0;
}
.dark-theme .el-cascader .el-input .el-icon-arrow-down {
  transition: transform 0.3s;
  font-size: 14px;
}
.dark-theme .el-cascader .el-input .el-icon-arrow-down.is-reverse {
  transform: rotateZ(180deg);
}
.dark-theme .el-cascader .el-input .el-icon-circle-close:hover {
  color: #5f6670;
}
.dark-theme .el-cascader .el-input.is-focus .el-input__inner {
  border-color: #3e74e0;
}
.dark-theme .el-cascader--medium {
  font-size: 14px;
  line-height: 36px;
}
.dark-theme .el-cascader--small {
  font-size: 13px;
  line-height: 32px;
}
.dark-theme .el-cascader--mini {
  font-size: 12px;
  line-height: 28px;
}
.dark-theme .el-cascader.is-disabled .el-cascader__label {
  z-index: 2;
  color: #484b52;
}
.dark-theme .el-cascader__dropdown {
  margin: 5px 0;
  font-size: 14px;
  background: #1a1b1c;
  border: 1px solid #35383d;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
.dark-theme .el-cascader__tags {
  position: absolute;
  left: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  text-align: left;
  box-sizing: border-box;
}
.dark-theme .el-cascader__tags .el-tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 2px 0 2px 6px;
  text-overflow: ellipsis;
  background: #f0f2f5;
}
.dark-theme .el-cascader__tags .el-tag:not(.is-hit) {
  border-color: transparent;
}
.dark-theme .el-cascader__tags .el-tag > span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dark-theme .el-cascader__tags .el-tag .el-icon-close {
  flex: none;
  background-color: #484b52;
  color: #1a1b1c;
}
.dark-theme .el-cascader__tags .el-tag .el-icon-close:hover {
  background-color: #5f6670;
}
.dark-theme .el-cascader__suggestion-panel {
  border-radius: 4px;
}
.dark-theme .el-cascader__suggestion-list {
  max-height: 204px;
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  color: #a7abb5;
  text-align: center;
}
.dark-theme .el-cascader__suggestion-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  padding: 0 15px;
  text-align: left;
  outline: 0;
  cursor: pointer;
}
.dark-theme .el-cascader__suggestion-item:focus,
.dark-theme .el-cascader__suggestion-item:hover {
  background: #27292e;
}
.dark-theme .el-cascader__suggestion-item.is-checked {
  color: #3e74e0;
  font-weight: 700;
}
.dark-theme .el-cascader__suggestion-item > span {
  margin-right: 10px;
}
.dark-theme .el-cascader__empty-text {
  margin: 10px 0;
  color: #484b52;
}
.dark-theme .el-cascader__search-input {
  flex: 1;
  height: 24px;
  min-width: 60px;
  margin: 2px 0 2px 15px;
  padding: 0;
  color: #a7abb5;
  border: none;
  outline: 0;
  box-sizing: border-box;
}
.dark-theme .el-cascader__search-input::-moz-placeholder {
  color: #484b52;
}
.dark-theme .el-cascader__search-input::placeholder {
  color: #484b52;
}
.dark-theme .el-color-predefine {
  display: flex;
  font-size: 12px;
  margin-top: 8px;
  width: 280px;
}
.dark-theme .el-color-predefine__colors {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.dark-theme .el-color-predefine__color-selector {
  margin: 0 0 8px 8px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.dark-theme .el-color-predefine__color-selector:nth-child(10n + 1) {
  margin-left: 0;
}
.dark-theme .el-color-predefine__color-selector.selected {
  box-shadow: 0 0 3px 2px #3e74e0;
}
.dark-theme .el-color-predefine__color-selector > div {
  display: flex;
  height: 100%;
  border-radius: 3px;
}
.dark-theme .el-color-predefine__color-selector.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.dark-theme .el-color-hue-slider {
  position: relative;
  box-sizing: border-box;
  width: 280px;
  height: 12px;
  background-color: red;
  padding: 0 2px;
}
.dark-theme .el-color-hue-slider__bar {
  position: relative;
  background: linear-gradient(
    to right,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  height: 100%;
}
.dark-theme .el-color-hue-slider__thumb {
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.dark-theme .el-color-hue-slider.is-vertical {
  width: 12px;
  height: 180px;
  padding: 2px 0;
}
.dark-theme .el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
  background: linear-gradient(
    to bottom,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
}
.dark-theme .el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}
.dark-theme .el-color-svpanel {
  position: relative;
  width: 280px;
  height: 180px;
}
.dark-theme .el-color-svpanel__black,
.dark-theme .el-color-svpanel__white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dark-theme .el-color-svpanel__white {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.dark-theme .el-color-svpanel__black {
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.dark-theme .el-color-svpanel__cursor {
  position: absolute;
}
.dark-theme .el-color-svpanel__cursor > div {
  cursor: head;
  width: 4px;
  height: 4px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3),
    0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translate(-2px, -2px);
}
.dark-theme .el-color-alpha-slider {
  position: relative;
  box-sizing: border-box;
  width: 280px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.dark-theme .el-color-alpha-slider__bar {
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
  height: 100%;
}
.dark-theme .el-color-alpha-slider__thumb {
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.dark-theme .el-color-alpha-slider.is-vertical {
  width: 20px;
  height: 180px;
}
.dark-theme .el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.dark-theme .el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}
.dark-theme .el-color-dropdown {
  width: 300px;
}
.dark-theme .el-color-dropdown__main-wrapper {
  margin-bottom: 6px;
}
.dark-theme .el-color-dropdown__main-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.dark-theme .el-color-dropdown__btns {
  margin-top: 6px;
  text-align: right;
}
.dark-theme .el-color-dropdown__value {
  float: left;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  width: 160px;
}
.dark-theme .el-color-dropdown__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
}
.dark-theme .el-color-dropdown__btn[disabled] {
  color: #ccc;
  cursor: not-allowed;
}
.dark-theme .el-color-dropdown__btn:hover {
  color: #3e74e0;
  border-color: #3e74e0;
}
.dark-theme .el-color-dropdown__link-btn {
  cursor: pointer;
  color: #3e74e0;
  text-decoration: none;
  padding: 15px;
  font-size: 12px;
}
.dark-theme .el-color-dropdown__link-btn:hover {
  color: tint(#3e74e0, 20%);
}
.dark-theme .el-color-picker {
  display: inline-block;
  position: relative;
  line-height: normal;
  height: 40px;
}
.dark-theme .el-color-picker.is-disabled .el-color-picker__trigger {
  cursor: not-allowed;
}
.dark-theme .el-color-picker--medium {
  height: 36px;
}
.dark-theme .el-color-picker--medium .el-color-picker__trigger {
  height: 36px;
  width: 36px;
}
.dark-theme .el-color-picker--medium .el-color-picker__mask {
  height: 34px;
  width: 34px;
}
.dark-theme .el-color-picker--small {
  height: 32px;
}
.dark-theme .el-color-picker--small .el-color-picker__trigger {
  height: 32px;
  width: 32px;
}
.dark-theme .el-color-picker--small .el-color-picker__mask {
  height: 30px;
  width: 30px;
}
.dark-theme .el-color-picker--small .el-color-picker__empty,
.dark-theme .el-color-picker--small .el-color-picker__icon {
  transform: translate3d(-50%, -50%, 0) scale(0.8);
}
.dark-theme .el-color-picker--mini {
  height: 28px;
}
.dark-theme .el-color-picker--mini .el-color-picker__trigger {
  height: 28px;
  width: 28px;
}
.dark-theme .el-color-picker--mini .el-color-picker__mask {
  height: 26px;
  width: 26px;
}
.dark-theme .el-color-picker--mini .el-color-picker__empty,
.dark-theme .el-color-picker--mini .el-color-picker__icon {
  transform: translate3d(-50%, -50%, 0) scale(0.8);
}
.dark-theme .el-color-picker__mask {
  height: 38px;
  width: 38px;
  border-radius: 4px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  cursor: not-allowed;
  background-color: rgba(255, 255, 255, 0.7);
}
.dark-theme .el-color-picker__trigger {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  padding: 4px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 0;
  position: relative;
  cursor: pointer;
}
.dark-theme .el-color-picker__color {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.dark-theme .el-color-picker__color.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.dark-theme .el-color-picker__color-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.dark-theme .el-color-picker__empty {
  font-size: 12px;
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.dark-theme .el-color-picker__icon {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #1a1b1c;
  text-align: center;
  font-size: 12px;
}
.dark-theme .el-color-picker__panel {
  position: absolute;
  z-index: 10;
  padding: 6px;
  box-sizing: content-box;
  background-color: #1a1b1c;
  border: 1px solid #2c2f33;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
.dark-theme .el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 14px;
}
.dark-theme .el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #a7abb5;
  background-color: #1a1b1c;
  background-image: none;
  border: 1px solid #3e4147;
  border-radius: 4px;
  transition: border-color cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dark-theme .el-textarea__inner::-moz-placeholder {
  color: #484b52;
}
.dark-theme .el-textarea__inner::placeholder {
  color: #484b52;
}
.dark-theme .el-textarea__inner:hover {
  border-color: #484b52;
}
.dark-theme .el-textarea__inner:focus {
  outline: 0;
  border-color: #3e74e0;
}
.dark-theme .el-textarea .el-input__count {
  color: #484b52;
  background: #1a1b1c;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.dark-theme .el-textarea.is-disabled .el-textarea__inner {
  background-color: #1a1b1c;
  border-color: #35383d;
  color: #484b52;
  cursor: not-allowed;
}
.dark-theme .el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #484b52;
}
.dark-theme .el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #484b52;
}
.dark-theme .el-textarea.is-exceed .el-textarea__inner {
  border-color: #dc4445;
}
.dark-theme .el-textarea.is-exceed .el-input__count {
  color: #dc4445;
}
.dark-theme .el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.dark-theme .el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.dark-theme .el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.dark-theme .el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.dark-theme .el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.dark-theme .el-input::-webkit-scrollbar-track {
  background: #fff;
}
.dark-theme .el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.dark-theme .el-input .el-input__clear {
  color: #484b52;
  font-size: 14px;
  cursor: pointer;
  transition: color cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dark-theme .el-input .el-input__clear:hover {
  color: #5f6670;
}
.dark-theme .el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #484b52;
  font-size: 12px;
}
.dark-theme .el-input .el-input__count .el-input__count-inner {
  background: #1a1b1c;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.dark-theme .el-input__inner {
  -webkit-appearance: none;
  background-color: #1a1b1c;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #3e4147;
  box-sizing: border-box;
  color: #a7abb5;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.dark-theme .el-input__inner::-ms-reveal {
  display: none;
}
.dark-theme .el-input__inner::-moz-placeholder {
  color: #484b52;
}
.dark-theme .el-input__inner::placeholder {
  color: #484b52;
}
.dark-theme .el-input__inner:hover {
  border-color: #484b52;
}
.dark-theme .el-input__inner:focus {
  outline: 0;
  border-color: #3e74e0;
}
.dark-theme .el-input__suffix {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  transition: 0.3s;
  pointer-events: none;
}
.dark-theme .el-input__suffix-inner {
  pointer-events: all;
}
.dark-theme .el-input__prefix {
  position: absolute;
  height: 100%;
  left: 5px;
  top: 0;
  text-align: center;
  color: #484b52;
  transition: 0.3s;
}
.dark-theme .el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  -webkit-transition: 0.3s;
  line-height: 40px;
}
.dark-theme .el-input__icon:after {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.dark-theme .el-input__validateIcon {
  pointer-events: none;
}
.dark-theme .el-input.is-active .el-input__inner {
  outline: 0;
  border-color: #3e74e0;
}
.dark-theme .el-input.is-disabled .el-input__inner {
  border-color: #35383d;
  color: #484b52;
  cursor: not-allowed;
}
.dark-theme .el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #484b52;
}
.dark-theme .el-input.is-disabled .el-input__inner::placeholder {
  color: #484b52;
}
.dark-theme .el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}
.dark-theme .el-input.is-exceed .el-input__inner {
  border-color: #dc4445;
}
.dark-theme .el-input.is-exceed .el-input__suffix .el-input__count {
  color: #dc4445;
}
.dark-theme .el-input--suffix .el-input__inner {
  padding-right: 30px;
}
.dark-theme .el-input--prefix .el-input__inner {
  padding-left: 30px;
}
.dark-theme .el-input--medium {
  font-size: 14px;
}
.dark-theme .el-input--medium .el-input__inner {
  height: 36px;
  line-height: 36px;
}
.dark-theme .el-input--medium .el-input__icon {
  line-height: 36px;
}
.dark-theme .el-input--small {
  font-size: 13px;
}
.dark-theme .el-input--small .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.dark-theme .el-input--small .el-input__icon {
  line-height: 32px;
}
.dark-theme .el-input--mini {
  font-size: 12px;
}
.dark-theme .el-input--mini .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.dark-theme .el-input--mini .el-input__icon {
  line-height: 28px;
}
.dark-theme .el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.dark-theme .el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.dark-theme .el-input-group__append,
.dark-theme .el-input-group__prepend {
  background-color: #27292e;
  color: #484b52;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #3e4147;
  border-radius: 4px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.dark-theme .el-input-group__append:focus,
.dark-theme .el-input-group__prepend:focus {
  outline: 0;
}
.dark-theme .el-input-group__append .el-button,
.dark-theme .el-input-group__append .el-select,
.dark-theme .el-input-group__prepend .el-button,
.dark-theme .el-input-group__prepend .el-select {
  display: inline-block;
  margin: -10px -20px;
}
.dark-theme .el-input-group__append button.el-button,
.dark-theme .el-input-group__append div.el-select .el-input__inner,
.dark-theme .el-input-group__append div.el-select:hover .el-input__inner,
.dark-theme .el-input-group__prepend button.el-button,
.dark-theme .el-input-group__prepend div.el-select .el-input__inner,
.dark-theme .el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.dark-theme .el-input-group__append .el-button,
.dark-theme .el-input-group__append .el-input,
.dark-theme .el-input-group__prepend .el-button,
.dark-theme .el-input-group__prepend .el-input {
  font-size: inherit;
}
.dark-theme .el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dark-theme .el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dark-theme .el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dark-theme
  .el-input-group--prepend
  .el-select
  .el-input.is-focus
  .el-input__inner {
  border-color: transparent;
}
.dark-theme .el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dark-theme
  .el-input-group--append
  .el-select
  .el-input.is-focus
  .el-input__inner {
  border-color: transparent;
}
.dark-theme .el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.dark-theme .el-transfer {
  font-size: 14px;
}
.dark-theme .el-transfer__buttons {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.dark-theme .el-transfer__button {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50%;
  color: #1a1b1c;
  background-color: #3e74e0;
  font-size: 0;
}
.dark-theme .el-transfer__button.is-with-texts {
  border-radius: 4px;
}
.dark-theme .el-transfer__button.is-disabled,
.dark-theme .el-transfer__button.is-disabled:hover {
  border: 1px solid #3e4147;
  background-color: #27292e;
  color: #484b52;
}
.dark-theme .el-transfer__button:first-child {
  margin-bottom: 10px;
}
.dark-theme .el-transfer__button:nth-child(2) {
  margin: 0;
}
.dark-theme .el-transfer__button i,
.dark-theme .el-transfer__button span {
  font-size: 14px;
}
.dark-theme .el-transfer__button [class*='el-icon-'] + span {
  margin-left: 0;
}
.dark-theme .el-transfer-panel {
  border: 1px solid #2c2f33;
  border-radius: 4px;
  overflow: hidden;
  background: #1a1b1c;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  max-height: 100%;
  box-sizing: border-box;
  position: relative;
}
.dark-theme .el-transfer-panel__body {
  height: 246px;
}
.dark-theme .el-transfer-panel__body.is-with-footer {
  padding-bottom: 40px;
}
.dark-theme .el-transfer-panel__list {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  height: 246px;
  overflow: auto;
  box-sizing: border-box;
}
.dark-theme .el-transfer-panel__list.is-filterable {
  height: 194px;
  padding-top: 0;
}
.dark-theme .el-transfer-panel__item {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  display: block !important;
}
.dark-theme .el-transfer-panel__item + .el-transfer-panel__item {
  margin-left: 0;
}
.dark-theme .el-transfer-panel__item.el-checkbox {
  color: #a7abb5;
}
.dark-theme .el-transfer-panel__item:hover {
  color: #3e74e0;
}
.dark-theme .el-transfer-panel__item.el-checkbox .el-checkbox__label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
  padding-left: 24px;
  line-height: 30px;
}
.dark-theme .el-transfer-panel__item .el-checkbox__input {
  position: absolute;
  top: 8px;
}
.dark-theme .el-transfer-panel__filter {
  text-align: center;
  margin: 15px;
  box-sizing: border-box;
  display: block;
  width: auto;
}
.dark-theme .el-transfer-panel__filter .el-input__inner {
  height: 32px;
  width: 100%;
  font-size: 12px;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 30px;
}
.dark-theme .el-transfer-panel__filter .el-input__icon {
  margin-left: 5px;
}
.dark-theme .el-transfer-panel__filter .el-icon-circle-close {
  cursor: pointer;
}
.dark-theme .el-transfer-panel .el-transfer-panel__header {
  height: 40px;
  line-height: 40px;
  background: #27292e;
  margin: 0;
  padding-left: 15px;
  border-bottom: 1px solid #2c2f33;
  box-sizing: border-box;
  color: #fff;
}
.dark-theme .el-transfer-panel .el-transfer-panel__header .el-checkbox {
  display: block;
  line-height: 40px;
}
.dark-theme
  .el-transfer-panel
  .el-transfer-panel__header
  .el-checkbox
  .el-checkbox__label {
  font-size: 16px;
  color: #d1d7de;
  font-weight: 400;
}
.dark-theme
  .el-transfer-panel
  .el-transfer-panel__header
  .el-checkbox
  .el-checkbox__label
  span {
  position: absolute;
  right: 15px;
  color: #5f6670;
  font-size: 12px;
  font-weight: 400;
}
.dark-theme .el-transfer-panel .el-transfer-panel__footer {
  height: 40px;
  background: #1a1b1c;
  margin: 0;
  padding: 0;
  border-top: 1px solid #2c2f33;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.dark-theme .el-transfer-panel .el-transfer-panel__footer::after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.dark-theme .el-transfer-panel .el-transfer-panel__footer .el-checkbox {
  padding-left: 20px;
  color: #a7abb5;
}
.dark-theme .el-transfer-panel .el-transfer-panel__empty {
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 6px 15px 0;
  color: #5f6670;
  text-align: center;
}
.dark-theme .el-transfer-panel .el-checkbox__label {
  padding-left: 8px;
}
.dark-theme .el-transfer-panel .el-checkbox__inner {
  height: 14px;
  width: 14px;
  border-radius: 3px;
}
.dark-theme .el-transfer-panel .el-checkbox__inner::after {
  height: 6px;
  width: 3px;
  left: 4px;
}
.dark-theme .el-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  box-sizing: border-box;
  min-width: 0;
}
.dark-theme .el-container.is-vertical {
  flex-direction: column;
}
.dark-theme .el-header {
  padding: 0 20px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.dark-theme .el-aside {
  overflow: auto;
  box-sizing: border-box;
  flex-shrink: 0;
}
.dark-theme .el-main {
  display: block;
  flex: 1;
  flex-basis: auto;
  overflow: auto;
  box-sizing: border-box;
  padding: 20px;
}
.dark-theme .el-footer {
  padding: 0 20px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.dark-theme .el-timeline {
  margin: 0;
  font-size: 14px;
  list-style: none;
}
.dark-theme .el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
  display: none;
}
.dark-theme .el-timeline-item {
  position: relative;
  padding-bottom: 20px;
}
.dark-theme .el-timeline-item__wrapper {
  position: relative;
  padding-left: 28px;
  top: -3px;
}
.dark-theme .el-timeline-item__tail {
  position: absolute;
  left: 4px;
  height: 100%;
  border-left: 2px solid #35383d;
}
.dark-theme .el-timeline-item__icon {
  color: #1a1b1c;
  font-size: 13px;
}
.dark-theme .el-timeline-item__node {
  position: absolute;
  background-color: #35383d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dark-theme .el-timeline-item__node--normal {
  left: -1px;
  width: 12px;
  height: 12px;
}
.dark-theme .el-timeline-item__node--large {
  left: -2px;
  width: 14px;
  height: 14px;
}
.dark-theme .el-timeline-item__node--primary {
  background-color: #3e74e0;
}
.dark-theme .el-timeline-item__node--success {
  background-color: #3ec592;
}
.dark-theme .el-timeline-item__node--warning {
  background-color: #dc9044;
}
.dark-theme .el-timeline-item__node--danger {
  background-color: #dc4445;
}
.dark-theme .el-timeline-item__node--info {
  background-color: #484b52;
}
.dark-theme .el-timeline-item__dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dark-theme .el-timeline-item__content {
  color: #d1d7de;
}
.dark-theme .el-timeline-item__timestamp {
  color: #5f6670;
  line-height: 1;
  font-size: 13px;
}
.dark-theme .el-timeline-item__timestamp.is-top {
  margin-bottom: 8px;
  padding-top: 4px;
}
.dark-theme .el-timeline-item__timestamp.is-bottom {
  margin-top: 8px;
}
.dark-theme .el-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.dark-theme .el-link.is-underline:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid #3e74e0;
}
.dark-theme .el-link.is-disabled {
  cursor: not-allowed;
}
.dark-theme .el-link [class*='el-icon-'] + span {
  margin-left: 5px;
}
.dark-theme .el-link.el-link--default {
  color: #a7abb5;
}
.dark-theme .el-link.el-link--default:hover {
  color: #3e74e0;
}
.dark-theme .el-link.el-link--default:after {
  border-color: #3e74e0;
}
.dark-theme .el-link.el-link--default.is-disabled {
  color: #484b52;
}
.dark-theme .el-link.el-link--primary {
  color: #3e74e0;
}
.dark-theme .el-link.el-link--primary:hover {
  color: #3762b9;
}
.dark-theme .el-link.el-link--primary:after {
  border-color: #3e74e0;
}
.dark-theme .el-link.el-link--primary.is-disabled {
  color: #2c487e;
}
.dark-theme .el-link.el-link--primary.is-underline:hover:after {
  border-color: #3e74e0;
}
.dark-theme .el-link.el-link--danger {
  color: #dc4445;
}
.dark-theme .el-link.el-link--danger:hover {
  color: #b53c3d;
}
.dark-theme .el-link.el-link--danger:after {
  border-color: #dc4445;
}
.dark-theme .el-link.el-link--danger.is-disabled {
  color: #7b3031;
}
.dark-theme .el-link.el-link--danger.is-underline:hover:after {
  border-color: #dc4445;
}
.dark-theme .el-link.el-link--success {
  color: #3ec592;
}
.dark-theme .el-link.el-link--success:hover {
  color: #37a37a;
}
.dark-theme .el-link.el-link--success:after {
  border-color: #3ec592;
}
.dark-theme .el-link.el-link--success.is-disabled {
  color: #2c7057;
}
.dark-theme .el-link.el-link--success.is-underline:hover:after {
  border-color: #3ec592;
}
.dark-theme .el-link.el-link--warning {
  color: #dc9044;
}
.dark-theme .el-link.el-link--warning:hover {
  color: #b5793c;
}
.dark-theme .el-link.el-link--warning:after {
  border-color: #dc9044;
}
.dark-theme .el-link.el-link--warning.is-disabled {
  color: #7b5630;
}
.dark-theme .el-link.el-link--warning.is-underline:hover:after {
  border-color: #dc9044;
}
.dark-theme .el-link.el-link--info {
  color: #484b52;
}
.dark-theme .el-link.el-link--info:hover {
  color: #3f4147;
}
.dark-theme .el-link.el-link--info:after {
  border-color: #484b52;
}
.dark-theme .el-link.el-link--info.is-disabled {
  color: #313337;
}
.dark-theme .el-link.el-link--info.is-underline:hover:after {
  border-color: #484b52;
}
.dark-theme .el-divider {
  background-color: #3e4147;
  position: relative;
}
.dark-theme .el-divider--horizontal {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
}
.dark-theme .el-divider--vertical {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin: 0 8px;
  vertical-align: middle;
  position: relative;
}
.dark-theme .el-divider__text {
  position: absolute;
  background-color: #1a1b1c;
  padding: 0 20px;
  font-weight: 500;
  color: #d1d7de;
  font-size: 14px;
}
.dark-theme .el-divider__text.is-left {
  left: 20px;
  transform: translateY(-50%);
}
.dark-theme .el-divider__text.is-center {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dark-theme .el-divider__text.is-right {
  right: 20px;
  transform: translateY(-50%);
}
.dark-theme .el-image__error,
.dark-theme .el-image__inner,
.dark-theme .el-image__placeholder {
  width: 100%;
  height: 100%;
}
.dark-theme .el-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.dark-theme .el-image__inner {
  vertical-align: top;
}
.dark-theme .el-image__inner--center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.dark-theme .el-image__placeholder {
  background: #27292e;
}
.dark-theme .el-image__error {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background: #27292e;
  color: #484b52;
  vertical-align: middle;
}
.dark-theme .el-image__preview {
  cursor: pointer;
}
.dark-theme .el-image-viewer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dark-theme .el-image-viewer__btn {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.8;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dark-theme .el-image-viewer__close {
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
}
.dark-theme .el-image-viewer__canvas {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dark-theme .el-image-viewer__actions {
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 282px;
  height: 44px;
  padding: 0 23px;
  background-color: #606266;
  border-color: #fff;
  border-radius: 22px;
}
.dark-theme .el-image-viewer__actions__inner {
  width: 100%;
  height: 100%;
  text-align: justify;
  cursor: default;
  font-size: 23px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.dark-theme .el-image-viewer__prev {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
  border-color: #fff;
  left: 40px;
}
.dark-theme .el-image-viewer__next {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
  border-color: #fff;
  right: 40px;
  text-indent: 2px;
}
.dark-theme .el-image-viewer__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
}
.dark-theme .viewer-fade-enter-active {
  animation: 0.3s viewer-fade-in;
}
.dark-theme .viewer-fade-leave-active {
  animation: 0.3s viewer-fade-out;
}
@keyframes viewer-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes viewer-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
.dark-theme .el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #1a1b1c;
  border: 1px solid #3e4147;
  color: #a7abb5;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.dark-theme .el-button + .el-button {
  margin-left: 10px;
}
.dark-theme .el-button:focus,
.dark-theme .el-button:hover {
  color: #3e74e0;
  border-color: #253657;
  background-color: #1e2430;
}
.dark-theme .el-button:active {
  color: #5182e3;
  border-color: #5182e3;
  outline: 0;
}
.dark-theme .el-button::-moz-focus-inner {
  border: 0;
}
.dark-theme .el-button [class*='el-icon-'] + span {
  margin-left: 5px;
}
.dark-theme .el-button.is-plain:focus,
.dark-theme .el-button.is-plain:hover {
  background: #1a1b1c;
  border-color: #3e74e0;
  color: #3e74e0;
}
.dark-theme .el-button.is-plain:active {
  background: #1a1b1c;
  border-color: #5182e3;
  color: #5182e3;
  outline: 0;
}
.dark-theme .el-button.is-active {
  color: #5182e3;
  border-color: #5182e3;
}
.dark-theme .el-button.is-disabled,
.dark-theme .el-button.is-disabled:focus,
.dark-theme .el-button.is-disabled:hover {
  color: #484b52;
  cursor: not-allowed;
  background-image: none;
  background-color: #1a1b1c;
  border-color: #2c2f33;
}
.dark-theme .el-button.is-disabled.el-button--text {
  background-color: transparent;
}
.dark-theme .el-button.is-disabled.is-plain,
.dark-theme .el-button.is-disabled.is-plain:focus,
.dark-theme .el-button.is-disabled.is-plain:hover {
  background-color: #1a1b1c;
  border-color: #2c2f33;
  color: #484b52;
}
.dark-theme .el-button.is-loading {
  position: relative;
  pointer-events: none;
}
.dark-theme .el-button.is-loading:before {
  pointer-events: none;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.35);
}
.dark-theme .el-button.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}
.dark-theme .el-button.is-circle {
  border-radius: 50%;
  padding: 12px;
}
.dark-theme .el-button--primary {
  color: #dfe6ed;
  background-color: #3e74e0;
  border-color: #3e74e0;
}
.dark-theme .el-button--primary:focus,
.dark-theme .el-button--primary:hover {
  background: #3762b9;
  border-color: #3762b9;
  color: #dfe6ed;
}
.dark-theme .el-button--primary:active {
  background: #5182e3;
  border-color: #5182e3;
  color: #dfe6ed;
  outline: 0;
}
.dark-theme .el-button--primary.is-active {
  background: #5182e3;
  border-color: #5182e3;
}
.dark-theme .el-button--primary.is-disabled,
.dark-theme .el-button--primary.is-disabled:active,
.dark-theme .el-button--primary.is-disabled:focus,
.dark-theme .el-button--primary.is-disabled:hover {
  background-color: #2c487e;
  border-color: #2c487e;
}
.dark-theme .el-button--primary.is-plain {
  color: #3e74e0;
  background: #1e2430;
  border-color: #283f6a;
}
.dark-theme .el-button--primary.is-plain:focus,
.dark-theme .el-button--primary.is-plain:hover {
  background: #3e74e0;
  border-color: #3e74e0;
  color: #1a1b1c;
}
.dark-theme .el-button--primary.is-plain:active {
  background: #5182e3;
  border-color: #5182e3;
  color: #1a1b1c;
  outline: 0;
}
.dark-theme .el-button--primary.is-plain.is-disabled,
.dark-theme .el-button--primary.is-plain.is-disabled:active,
.dark-theme .el-button--primary.is-plain.is-disabled:focus,
.dark-theme .el-button--primary.is-plain.is-disabled:hover {
  color: #305092;
  background-color: #1e2430;
  border-color: #212d43;
}
.dark-theme .el-button--success {
  color: #1a1b1c;
  background-color: #3ec592;
  border-color: #3ec592;
}
.dark-theme .el-button--success:focus,
.dark-theme .el-button--success:hover {
  background: #37a37a;
  border-color: #37a37a;
  color: #1a1b1c;
}
.dark-theme .el-button--success:active {
  background: #51cb9d;
  border-color: #51cb9d;
  color: #1a1b1c;
  outline: 0;
}
.dark-theme .el-button--success.is-active {
  background: #51cb9d;
  border-color: #51cb9d;
  color: #1a1b1c;
}
.dark-theme .el-button--success.is-disabled,
.dark-theme .el-button--success.is-disabled:active,
.dark-theme .el-button--success.is-disabled:focus,
.dark-theme .el-button--success.is-disabled:hover {
  color: #1a1b1c;
  background-color: #2c7057;
  border-color: #2c7057;
}
.dark-theme .el-button--success.is-plain {
  color: #3ec592;
  background: #1e2c28;
  border-color: #285f4b;
}
.dark-theme .el-button--success.is-plain:focus,
.dark-theme .el-button--success.is-plain:hover {
  background: #3ec592;
  border-color: #3ec592;
  color: #1a1b1c;
}
.dark-theme .el-button--success.is-plain:active {
  background: #51cb9d;
  border-color: #51cb9d;
  color: #1a1b1c;
  outline: 0;
}
.dark-theme .el-button--success.is-plain.is-disabled,
.dark-theme .el-button--success.is-plain.is-disabled:active,
.dark-theme .el-button--success.is-plain.is-disabled:focus,
.dark-theme .el-button--success.is-plain.is-disabled:hover {
  color: #308163;
  background-color: #1e2c28;
  border-color: #213d34;
}
.dark-theme .el-button--warning {
  color: #1a1b1c;
  background-color: #dc9044;
  border-color: #dc9044;
}
.dark-theme .el-button--warning:focus,
.dark-theme .el-button--warning:hover {
  background: #b5793c;
  border-color: #b5793c;
  color: #1a1b1c;
}
.dark-theme .el-button--warning:active {
  background: #e09b57;
  border-color: #e09b57;
  color: #1a1b1c;
  outline: 0;
}
.dark-theme .el-button--warning.is-active {
  background: #e09b57;
  border-color: #e09b57;
  color: #1a1b1c;
}
.dark-theme .el-button--warning.is-disabled,
.dark-theme .el-button--warning.is-disabled:active,
.dark-theme .el-button--warning.is-disabled:focus,
.dark-theme .el-button--warning.is-disabled:hover {
  color: #1a1b1c;
  background-color: #7b5630;
  border-color: #7b5630;
}
.dark-theme .el-button--warning.is-plain {
  color: #dc9044;
  background: #2d2720;
  border-color: #684a2c;
}
.dark-theme .el-button--warning.is-plain:focus,
.dark-theme .el-button--warning.is-plain:hover {
  background: #dc9044;
  border-color: #dc9044;
  color: #1a1b1c;
}
.dark-theme .el-button--warning.is-plain:active {
  background: #e09b57;
  border-color: #e09b57;
  color: #1a1b1c;
  outline: 0;
}
.dark-theme .el-button--warning.is-plain.is-disabled,
.dark-theme .el-button--warning.is-plain.is-disabled:active,
.dark-theme .el-button--warning.is-plain.is-disabled:focus,
.dark-theme .el-button--warning.is-plain.is-disabled:hover {
  color: #8e6134;
  background-color: #2d2720;
  border-color: #413224;
}
.dark-theme .el-button--danger {
  background-color: #dc4445;
  border-color: #dc4445;
}
.dark-theme .el-button--danger:focus,
.dark-theme .el-button--danger:hover {
  background: #b53c3d;
  border-color: #b53c3d;
  color: #1a1b1c;
}
.dark-theme .el-button--danger:active {
  background: #e05758;
  border-color: #e05758;
  color: #1a1b1c;
  outline: 0;
}
.dark-theme .el-button--danger.is-active {
  background: #e05758;
  border-color: #e05758;
  color: #1a1b1c;
}
.dark-theme .el-button--danger.is-disabled,
.dark-theme .el-button--danger.is-disabled:active,
.dark-theme .el-button--danger.is-disabled:focus,
.dark-theme .el-button--danger.is-disabled:hover {
  color: #1a1b1c;
  background-color: #7b3031;
  border-color: #7b3031;
}
.dark-theme .el-button--danger.is-plain {
  color: #dc4445;
  background: #2d1f20;
  border-color: #682b2c;
}
.dark-theme .el-button--danger.is-plain:focus,
.dark-theme .el-button--danger.is-plain:hover {
  background: #dc4445;
  border-color: #dc4445;
  color: #1a1b1c;
}
.dark-theme .el-button--danger.is-plain:active {
  background: #e05758;
  border-color: #e05758;
  color: #1a1b1c;
  outline: 0;
}
.dark-theme .el-button--danger.is-plain.is-disabled,
.dark-theme .el-button--danger.is-plain.is-disabled:active,
.dark-theme .el-button--danger.is-plain.is-disabled:focus,
.dark-theme .el-button--danger.is-plain.is-disabled:hover {
  color: #8e3435;
  background-color: #2d1f20;
  border-color: #412324;
}
.dark-theme .el-button--info {
  color: #1a1b1c;
  background-color: #484b52;
  border-color: #484b52;
}
.dark-theme .el-button--info:focus,
.dark-theme .el-button--info:hover {
  background: #3f4147;
  border-color: #3f4147;
  color: #1a1b1c;
}
.dark-theme .el-button--info:active {
  background: #5a5d63;
  border-color: #5a5d63;
  color: #1a1b1c;
  outline: 0;
}
.dark-theme .el-button--info.is-active {
  background: #5a5d63;
  border-color: #5a5d63;
  color: #1a1b1c;
}
.dark-theme .el-button--info.is-disabled,
.dark-theme .el-button--info.is-disabled:active,
.dark-theme .el-button--info.is-disabled:focus,
.dark-theme .el-button--info.is-disabled:hover {
  color: #1a1b1c;
  background-color: #313337;
  border-color: #313337;
}
.dark-theme .el-button--info.is-plain {
  color: #484b52;
  background: #1f2021;
  border-color: #2c2e32;
}
.dark-theme .el-button--info.is-plain:focus,
.dark-theme .el-button--info.is-plain:hover {
  background: #484b52;
  border-color: #484b52;
  color: #1a1b1c;
}
.dark-theme .el-button--info.is-plain:active {
  background: #5a5d63;
  border-color: #5a5d63;
  color: #1a1b1c;
  outline: 0;
}
.dark-theme .el-button--info.is-plain.is-disabled,
.dark-theme .el-button--info.is-plain.is-disabled:active,
.dark-theme .el-button--info.is-plain.is-disabled:focus,
.dark-theme .el-button--info.is-plain.is-disabled:hover {
  color: #36383c;
  background-color: #1f2021;
  border-color: #232527;
}
.dark-theme .el-button--medium {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.dark-theme .el-button--medium.is-round {
  padding: 10px 20px;
}
.dark-theme .el-button--medium.is-circle {
  padding: 10px;
}
.dark-theme .el-button--small {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
}
.dark-theme .el-button--small.is-round {
  padding: 9px 15px;
}
.dark-theme .el-button--small.is-circle {
  padding: 9px;
}
.dark-theme .el-button--mini {
  padding: 5px 7px;
  font-size: 12px;
  border-radius: 3px;
}
.dark-theme .el-button--mini.is-round {
  padding: 5px 7px;
}
.dark-theme .el-button--mini.is-circle {
  padding: 5px;
}
.dark-theme .el-button--text {
  border-color: transparent;
  color: #3e74e0;
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
}
.dark-theme .el-button--text:focus,
.dark-theme .el-button--text:hover {
  color: #3762b9;
  border-color: transparent;
  background-color: transparent;
}
.dark-theme .el-button--text:active {
  color: #5182e3;
  border-color: transparent;
  background-color: transparent;
}
.dark-theme .el-button--text.is-disabled,
.dark-theme .el-button--text.is-disabled:focus,
.dark-theme .el-button--text.is-disabled:hover {
  border-color: transparent;
}
.dark-theme .el-button-group {
  display: inline-block;
  vertical-align: middle;
}
.dark-theme .el-button-group::after,
.dark-theme .el-button-group::before {
  display: table;
  content: '';
}
.dark-theme .el-button-group::after {
  clear: both;
}
.dark-theme .el-button-group > .el-button {
  float: left;
  position: relative;
}
.dark-theme .el-button-group > .el-button + .el-button {
  margin-left: 0;
}
.dark-theme .el-button-group > .el-button.is-disabled {
  z-index: 1;
}
.dark-theme .el-button-group > .el-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dark-theme .el-button-group > .el-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dark-theme .el-button-group > .el-button:first-child:last-child {
  border-radius: 4px;
}
.dark-theme .el-button-group > .el-button:first-child:last-child.is-round {
  border-radius: 20px;
}
.dark-theme .el-button-group > .el-button:first-child:last-child.is-circle {
  border-radius: 50%;
}
.dark-theme .el-button-group > .el-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.dark-theme .el-button-group > .el-button:not(:last-child) {
  margin-right: -1px;
}
.dark-theme .el-button-group > .el-button.is-active,
.dark-theme .el-button-group > .el-button:not(.is-disabled):active,
.dark-theme .el-button-group > .el-button:not(.is-disabled):focus,
.dark-theme .el-button-group > .el-button:not(.is-disabled):hover {
  z-index: 1;
}
.dark-theme .el-button-group > .el-dropdown > .el-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: rgba(26, 27, 28, 0.5);
}
.dark-theme .el-button-group .el-button--primary:first-child {
  border-right-color: rgba(26, 27, 28, 0.5);
}
.dark-theme .el-button-group .el-button--primary:last-child {
  border-left-color: rgba(26, 27, 28, 0.5);
}
.dark-theme
  .el-button-group
  .el-button--primary:not(:first-child):not(:last-child) {
  border-left-color: rgba(26, 27, 28, 0.5);
  border-right-color: rgba(26, 27, 28, 0.5);
}
.dark-theme .el-button-group .el-button--success:first-child {
  border-right-color: rgba(26, 27, 28, 0.5);
}
.dark-theme .el-button-group .el-button--success:last-child {
  border-left-color: rgba(26, 27, 28, 0.5);
}
.dark-theme
  .el-button-group
  .el-button--success:not(:first-child):not(:last-child) {
  border-left-color: rgba(26, 27, 28, 0.5);
  border-right-color: rgba(26, 27, 28, 0.5);
}
.dark-theme .el-button-group .el-button--warning:first-child {
  border-right-color: rgba(26, 27, 28, 0.5);
}
.dark-theme .el-button-group .el-button--warning:last-child {
  border-left-color: rgba(26, 27, 28, 0.5);
}
.dark-theme
  .el-button-group
  .el-button--warning:not(:first-child):not(:last-child) {
  border-left-color: rgba(26, 27, 28, 0.5);
  border-right-color: rgba(26, 27, 28, 0.5);
}
.dark-theme .el-button-group .el-button--danger:first-child {
  border-right-color: rgba(26, 27, 28, 0.5);
}
.dark-theme .el-button-group .el-button--danger:last-child {
  border-left-color: rgba(26, 27, 28, 0.5);
}
.dark-theme
  .el-button-group
  .el-button--danger:not(:first-child):not(:last-child) {
  border-left-color: rgba(26, 27, 28, 0.5);
  border-right-color: rgba(26, 27, 28, 0.5);
}
.dark-theme .el-button-group .el-button--info:first-child {
  border-right-color: rgba(26, 27, 28, 0.5);
}
.dark-theme .el-button-group .el-button--info:last-child {
  border-left-color: rgba(26, 27, 28, 0.5);
}
.dark-theme
  .el-button-group
  .el-button--info:not(:first-child):not(:last-child) {
  border-left-color: rgba(26, 27, 28, 0.5);
  border-right-color: rgba(26, 27, 28, 0.5);
}
.dark-theme .el-calendar__header {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid #2c2f33;
}
.dark-theme .el-calendar__title {
  color: #000;
  align-self: center;
}
.dark-theme .el-calendar__body {
  padding: 12px 20px 35px;
}
.dark-theme .el-calendar-table {
  table-layout: fixed;
  width: 100%;
}
.dark-theme .el-calendar-table thead th {
  padding: 12px 0;
  color: #a7abb5;
  font-weight: 400;
}
.dark-theme .el-calendar-table:not(.is-range) td.next,
.dark-theme .el-calendar-table:not(.is-range) td.prev {
  color: #484b52;
}
.dark-theme .el-calendar-table td {
  border-bottom: 1px solid #2c2f33;
  border-right: 1px solid #2c2f33;
  vertical-align: top;
  transition: background-color 0.2s;
}
.dark-theme .el-calendar-table td.is-selected {
  background-color: #1b2133;
}
.dark-theme .el-calendar-table td.is-today {
  color: #3e74e0;
}
.dark-theme .el-calendar-table tr:first-child td {
  border-top: 1px solid #2c2f33;
}
.dark-theme .el-calendar-table tr td:first-child {
  border-left: 1px solid #2c2f33;
}
.dark-theme .el-calendar-table tr.el-calendar-table__row--hide-border td {
  border-top: none;
}
.dark-theme .el-calendar-table .el-calendar-day {
  box-sizing: border-box;
  padding: 8px;
  height: 85px;
}
.dark-theme .el-calendar-table .el-calendar-day:hover {
  cursor: pointer;
  background-color: #1b2133;
}
.dark-theme .el-backtop {
  position: fixed;
  background-color: #1a1b1c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #3e74e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 5;
}
.dark-theme .el-backtop:hover {
  background-color: #27292e;
}
.dark-theme .el-page-header {
  display: flex;
  line-height: 24px;
}
.dark-theme .el-page-header__left {
  display: flex;
  cursor: pointer;
  margin-right: 40px;
  position: relative;
}
.dark-theme .el-page-header__left::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3e4147;
}
.dark-theme .el-page-header__left .el-icon-back {
  font-size: 18px;
  margin-right: 6px;
  align-self: center;
}
.dark-theme .el-page-header__title {
  font-size: 14px;
  font-weight: 500;
}
.dark-theme .el-page-header__content {
  font-size: 18px;
  color: #d1d7de;
}
.dark-theme .el-checkbox {
  color: #a7abb5;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 30px;
}
.dark-theme .el-checkbox.is-bordered {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: 1px solid #3e4147;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
}
.dark-theme .el-checkbox.is-bordered.is-checked {
  border-color: #3e74e0;
}
.dark-theme .el-checkbox.is-bordered.is-disabled {
  border-color: #2c2f33;
  cursor: not-allowed;
}
.dark-theme .el-checkbox.is-bordered + .el-checkbox.is-bordered {
  margin-left: 10px;
}
.dark-theme .el-checkbox.is-bordered.el-checkbox--medium {
  padding: 7px 20px 7px 10px;
  border-radius: 4px;
  height: 36px;
}
.dark-theme .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  line-height: 17px;
  font-size: 14px;
}
.dark-theme .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
  height: 14px;
  width: 14px;
}
.dark-theme .el-checkbox.is-bordered.el-checkbox--small {
  padding: 5px 15px 5px 10px;
  border-radius: 3px;
  height: 32px;
}
.dark-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  line-height: 15px;
  font-size: 12px;
}
.dark-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.dark-theme
  .el-checkbox.is-bordered.el-checkbox--small
  .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}
.dark-theme .el-checkbox.is-bordered.el-checkbox--mini {
  padding: 3px 15px 3px 10px;
  border-radius: 3px;
  height: 28px;
}
.dark-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  line-height: 12px;
  font-size: 12px;
}
.dark-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.dark-theme
  .el-checkbox.is-bordered.el-checkbox--mini
  .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}
.dark-theme .el-checkbox__input {
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.dark-theme .el-checkbox__input.is-disabled .el-checkbox__inner {
  border-color: #3e4147;
  cursor: not-allowed;
}
.dark-theme .el-checkbox__input.is-disabled .el-checkbox__inner::after {
  cursor: not-allowed;
  border-color: #484b52;
}
.dark-theme
  .el-checkbox__input.is-disabled
  .el-checkbox__inner
  + .el-checkbox__label {
  cursor: not-allowed;
}
.dark-theme .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #27292e;
  border-color: #3e4147;
}
.dark-theme
  .el-checkbox__input.is-disabled.is-indeterminate
  .el-checkbox__inner {
  background-color: #27292e;
  border-color: #3e4147;
}
.dark-theme
  .el-checkbox__input.is-disabled.is-indeterminate
  .el-checkbox__inner::before {
  background-color: #484b52;
  border-color: #484b52;
}
.dark-theme .el-checkbox__input.is-disabled + span.el-checkbox__label {
  color: #484b52;
  cursor: not-allowed;
}
.dark-theme .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #3e74e0;
  border-color: #3e74e0;
}
.dark-theme .el-checkbox__input.is-checked .el-checkbox__inner::after {
  transform: rotate(45deg) scaleY(1);
}
.dark-theme .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #3e74e0;
}
.dark-theme .el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #3e74e0;
}
.dark-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #3e74e0;
  border-color: #3e74e0;
}
.dark-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  transform: scale(0.5);
  left: 0;
  right: 0;
  top: 5px;
}
.dark-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  display: none;
}
.dark-theme .el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #3e4147;
  border-radius: 2px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background-color: #1a1b1c;
  z-index: 1;
  -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
    background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.dark-theme .el-checkbox__inner:hover {
  border-color: #3e74e0;
}
.dark-theme .el-checkbox__inner::after {
  box-sizing: content-box;
  content: '';
  border: 1px solid #1a1b1c;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 5px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}
.dark-theme .el-checkbox__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.dark-theme .el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 14px;
}
.dark-theme .el-checkbox:last-of-type {
  margin-right: 0;
}
.dark-theme .el-checkbox-button {
  position: relative;
  display: inline-block;
}
.dark-theme .el-checkbox-button__inner {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #1a1b1c;
  border: 1px solid #3e4147;
  border-left: 0;
  color: #a7abb5;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  position: relative;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0;
}
.dark-theme .el-checkbox-button__inner.is-round {
  padding: 12px 20px;
}
.dark-theme .el-checkbox-button__inner:hover {
  color: #3e74e0;
}
.dark-theme .el-checkbox-button__inner [class*='el-icon-'] {
  line-height: 0.9;
}
.dark-theme .el-checkbox-button__inner [class*='el-icon-'] + span {
  margin-left: 5px;
}
.dark-theme .el-checkbox-button__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
}
.dark-theme .el-checkbox-button.is-checked .el-checkbox-button__inner {
  color: #1a1b1c;
  background-color: #3e74e0;
  border-color: #3e74e0;
  box-shadow: -1px 0 0 0 #305092;
}
.dark-theme
  .el-checkbox-button.is-checked:first-child
  .el-checkbox-button__inner {
  border-left-color: #3e74e0;
}
.dark-theme .el-checkbox-button.is-disabled .el-checkbox-button__inner {
  color: #484b52;
  cursor: not-allowed;
  background-image: none;
  background-color: #1a1b1c;
  border-color: #2c2f33;
  box-shadow: none;
}
.dark-theme
  .el-checkbox-button.is-disabled:first-child
  .el-checkbox-button__inner {
  border-left-color: #2c2f33;
}
.dark-theme .el-checkbox-button:first-child .el-checkbox-button__inner {
  border-left: 1px solid #3e4147;
  border-radius: 4px 0 0 4px;
  box-shadow: none !important;
}
.dark-theme .el-checkbox-button.is-focus .el-checkbox-button__inner {
  border-color: #3e74e0;
}
.dark-theme .el-checkbox-button:last-child .el-checkbox-button__inner {
  border-radius: 0 4px 4px 0;
}
.dark-theme .el-checkbox-button--medium .el-checkbox-button__inner {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 0;
}
.dark-theme .el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  padding: 10px 20px;
}
.dark-theme .el-checkbox-button--small .el-checkbox-button__inner {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
}
.dark-theme .el-checkbox-button--small .el-checkbox-button__inner.is-round {
  padding: 9px 15px;
}
.dark-theme .el-checkbox-button--mini .el-checkbox-button__inner {
  padding: 5px 7px;
  font-size: 12px;
  border-radius: 0;
}
.dark-theme .el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  padding: 5px 7px;
}
.dark-theme .el-checkbox-group {
  font-size: 0;
}
.dark-theme .el-radio {
  color: #a7abb5;
  font-weight: 500;
  line-height: 1;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  outline: 0;
  font-size: 14px;
  margin-right: 30px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.dark-theme .el-radio.is-bordered {
  padding: 12px 20px 0 10px;
  border-radius: 4px;
  border: 1px solid #3e4147;
  box-sizing: border-box;
  height: 40px;
}
.dark-theme .el-radio.is-bordered.is-checked {
  border-color: #3e74e0;
}
.dark-theme .el-radio.is-bordered.is-disabled {
  cursor: not-allowed;
  border-color: #2c2f33;
}
.dark-theme .el-radio.is-bordered + .el-radio.is-bordered {
  margin-left: 10px;
}
.dark-theme .el-radio--medium.is-bordered {
  padding: 10px 20px 0 10px;
  border-radius: 4px;
  height: 36px;
}
.dark-theme .el-radio--medium.is-bordered .el-radio__label {
  font-size: 14px;
}
.dark-theme .el-radio--medium.is-bordered .el-radio__inner {
  height: 14px;
  width: 14px;
}
.dark-theme .el-radio--small.is-bordered {
  padding: 8px 15px 0 10px;
  border-radius: 3px;
  height: 32px;
}
.dark-theme .el-radio--small.is-bordered .el-radio__label {
  font-size: 12px;
}
.dark-theme .el-radio--small.is-bordered .el-radio__inner {
  height: 12px;
  width: 12px;
}
.dark-theme .el-radio--mini.is-bordered {
  padding: 6px 15px 0 10px;
  border-radius: 3px;
  height: 28px;
}
.dark-theme .el-radio--mini.is-bordered .el-radio__label {
  font-size: 12px;
}
.dark-theme .el-radio--mini.is-bordered .el-radio__inner {
  height: 12px;
  width: 12px;
}
.dark-theme .el-radio:last-child {
  margin-right: 0;
}
.dark-theme .el-radio__input {
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.dark-theme .el-radio__input.is-disabled .el-radio__inner {
  border-color: #35383d;
  cursor: not-allowed;
}
.dark-theme .el-radio__input.is-disabled .el-radio__inner::after {
  cursor: not-allowed;
  background-color: #27292e;
}
.dark-theme .el-radio__input.is-disabled .el-radio__inner + .el-radio__label {
  cursor: not-allowed;
}
.dark-theme .el-radio__input.is-disabled.is-checked .el-radio__inner {
  border-color: #35383d;
}
.dark-theme .el-radio__input.is-disabled + span.el-radio__label {
  color: #484b52;
  cursor: not-allowed;
}
.dark-theme .el-radio__input.is-checked .el-radio__inner {
  border-color: #3e74e0;
}
.dark-theme .el-radio__input.is-checked .el-radio__inner::after {
  transform: translate(-50%, -50%) scale(1);
}
.dark-theme .el-radio__input.is-checked + .el-radio__label {
  color: #3e74e0;
}
.dark-theme .el-radio__input.is-focus .el-radio__inner {
  border-color: #3e74e0;
}
.dark-theme .el-radio__inner {
  border: 1px solid #3e4147;
  border-radius: 100%;
  background-color: #1a1b1c;
  position: relative;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
}
.dark-theme .el-radio__inner:hover {
  border-color: #3e74e0;
}
.dark-theme .el-radio__inner::after {
  border-radius: 100%;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease-in;
}
.dark-theme .el-radio__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.dark-theme
  .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled)
  .el-radio__inner {
  box-shadow: 0 0 2px 2px #3e74e0;
}
.dark-theme .el-radio__label {
  font-size: 14px;
  padding-left: 10px;
}
.dark-theme .el-scrollbar {
  overflow: hidden;
  position: relative;
}
.dark-theme .el-scrollbar:active > .el-scrollbar__bar,
.dark-theme .el-scrollbar:focus > .el-scrollbar__bar,
.dark-theme .el-scrollbar:hover > .el-scrollbar__bar {
  opacity: 1;
  transition: opacity 340ms ease-out;
}
.dark-theme .el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}
.dark-theme .el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}
.dark-theme .el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.dark-theme .el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: #42444a;
  transition: background-color 0.3s;
}
.dark-theme .el-scrollbar__thumb:hover {
  background-color: rgba(72, 75, 82, 0.5);
}
.dark-theme .el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 120ms ease-out;
}
.dark-theme .el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}
.dark-theme .el-scrollbar__bar.is-vertical > div {
  width: 100%;
}
.dark-theme .el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}
.dark-theme .el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}
.dark-theme .el-cascader-panel {
  display: flex;
  border-radius: 4px;
  font-size: 14px;
}
.dark-theme .el-cascader-panel.is-bordered {
  border: 1px solid #35383d;
  border-radius: 4px;
}
.dark-theme .el-cascader-menu {
  min-width: 180px;
  box-sizing: border-box;
  color: #a7abb5;
  border-right: 1px solid #35383d;
}
.dark-theme .el-cascader-menu:last-child {
  border-right: none;
}
.dark-theme .el-cascader-menu:last-child .el-cascader-node {
  padding-right: 20px;
}
.dark-theme .el-cascader-menu__wrap {
  height: 204px;
}
.dark-theme .el-cascader-menu__list {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  box-sizing: border-box;
}
.dark-theme .el-cascader-menu__hover-zone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.dark-theme .el-cascader-menu__empty-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #484b52;
}
.dark-theme .el-cascader-node {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px 0 20px;
  height: 34px;
  line-height: 34px;
  outline: 0;
}
.dark-theme .el-cascader-node.is-selectable.in-active-path {
  color: #a7abb5;
}
.dark-theme .el-cascader-node.in-active-path,
.dark-theme .el-cascader-node.is-active,
.dark-theme .el-cascader-node.is-selectable.in-checked-path {
  color: #3e74e0;
  font-weight: 700;
}
.dark-theme .el-cascader-node:not(.is-disabled) {
  cursor: pointer;
}
.dark-theme .el-cascader-node:not(.is-disabled):focus,
.dark-theme .el-cascader-node:not(.is-disabled):hover {
  background: #27292e;
}
.dark-theme .el-cascader-node.is-disabled {
  color: #484b52;
  cursor: not-allowed;
}
.dark-theme .el-cascader-node__prefix {
  position: absolute;
  left: 10px;
}
.dark-theme .el-cascader-node__postfix {
  position: absolute;
  right: 10px;
}
.dark-theme .el-cascader-node__label {
  flex: 1;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dark-theme .el-cascader-node > .el-radio {
  margin-right: 0;
}
.dark-theme .el-cascader-node > .el-radio .el-radio__label {
  padding-left: 0;
}
.dark-theme .el-avatar {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  color: #1a1b1c;
  background: #484b52;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.dark-theme .el-avatar > img {
  display: block;
  height: 100%;
  vertical-align: middle;
}
.dark-theme .el-avatar--circle {
  border-radius: 50%;
}
.dark-theme .el-avatar--square {
  border-radius: 4px;
}
.dark-theme .el-avatar--icon {
  font-size: 18px;
}
.dark-theme .el-avatar--large {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.dark-theme .el-avatar--medium {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.dark-theme .el-avatar--small {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
@keyframes el-drawer-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rtl-drawer-in {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes rtl-drawer-out {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes ltr-drawer-in {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ltr-drawer-out {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes ttb-drawer-in {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ttb-drawer-out {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
@keyframes btt-drawer-in {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes btt-drawer-out {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.dark-theme .el-drawer {
  position: absolute;
  box-sizing: border-box;
  background-color: #1a1b1c;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
    0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  outline: 0;
}
.dark-theme .el-drawer.rtl {
  animation: 0.3s rtl-drawer-out;
  right: 0;
}
.dark-theme .el-drawer__open .el-drawer.rtl {
  animation: 0.3s 1ms rtl-drawer-in;
}
.dark-theme .el-drawer.ltr {
  animation: 0.3s ltr-drawer-out;
  left: 0;
}
.dark-theme .el-drawer__open .el-drawer.ltr {
  animation: 0.3s 1ms ltr-drawer-in;
}
.dark-theme .el-drawer.ttb {
  animation: 0.3s ttb-drawer-out;
  top: 0;
}
.dark-theme .el-drawer__open .el-drawer.ttb {
  animation: 0.3s 1ms ttb-drawer-in;
}
.dark-theme .el-drawer.btt {
  animation: 0.3s btt-drawer-out;
  bottom: 0;
}
.dark-theme .el-drawer__open .el-drawer.btt {
  animation: 0.3s 1ms btt-drawer-in;
}
.dark-theme .el-drawer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}
.dark-theme .el-drawer__header {
  align-items: center;
  color: #72767b;
  display: flex;
}
.dark-theme .el-drawer__header > :first-child {
  flex: 1;
}
.dark-theme .el-drawer__title {
  margin: 0;
  flex: 1;
  line-height: inherit;
  font-size: 1rem;
}
.dark-theme .el-drawer__close-btn {
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: inherit;
  background-color: transparent;
}
.dark-theme .el-drawer__body {
  flex: 1;
}
.dark-theme .el-drawer__body > * {
  box-sizing: border-box;
}
.dark-theme .el-drawer.ltr,
.dark-theme .el-drawer.rtl {
  height: 100%;
  top: 0;
  bottom: 0;
}
.dark-theme .el-drawer.btt,
.dark-theme .el-drawer.ttb {
  width: 100%;
  left: 0;
  right: 0;
}
.dark-theme .el-drawer__container {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.dark-theme .el-drawer-fade-enter-active {
  animation: 0.3s el-drawer-fade-in;
}
.dark-theme .el-drawer-fade-leave-active {
  animation: 0.3s reverse el-drawer-fade-in;
}
.dark-theme .el-statistic {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  text-align: center;
}
.dark-theme .el-statistic .head {
  margin-bottom: 4px;
  color: #00000073;
  font-size: 14px;
}
.dark-theme .el-statistic .con {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dark-theme .el-statistic .con .number {
  font-size: 20px;
  padding: 0 4px;
}
.dark-theme .el-statistic .con span {
  display: inline-block;
  margin: 0;
  line-height: 100%;
}
.dark-theme .el-popconfirm__main {
  display: flex;
  align-items: center;
}
.dark-theme .el-popconfirm__icon {
  margin-right: 5px;
}
.dark-theme .el-popconfirm__action {
  text-align: right;
  margin: 0;
}
@keyframes el-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.dark-theme .el-skeleton {
  width: 100%;
}
.dark-theme .el-skeleton__first-line,
.dark-theme .el-skeleton__paragraph {
  height: 16px;
  margin-top: 16px;
  background: #f2f2f2;
}
.dark-theme .el-skeleton.is-animated .el-skeleton__item {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: 1.4s infinite el-skeleton-loading;
}
.dark-theme .el-skeleton__item {
  background: #f2f2f2;
  display: inline-block;
  height: 16px;
  border-radius: 4px;
  width: 100%;
}
.dark-theme .el-skeleton__circle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.dark-theme .el-skeleton__circle--lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.dark-theme .el-skeleton__circle--md {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.dark-theme .el-skeleton__button {
  height: 40px;
  width: 64px;
  border-radius: 4px;
}
.dark-theme .el-skeleton__p {
  width: 100%;
}
.dark-theme .el-skeleton__p.is-last {
  width: 61%;
}
.dark-theme .el-skeleton__p.is-first {
  width: 33%;
}
.dark-theme .el-skeleton__text {
  width: 100%;
  height: 13px;
}
.dark-theme .el-skeleton__caption {
  height: 12px;
}
.dark-theme .el-skeleton__h1 {
  height: 20px;
}
.dark-theme .el-skeleton__h3 {
  height: 18px;
}
.dark-theme .el-skeleton__h5 {
  height: 16px;
}
.dark-theme .el-skeleton__image {
  width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.dark-theme .el-skeleton__image svg {
  fill: #dcdde0;
  width: 22%;
  height: 22%;
}
.dark-theme .el-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 0;
}
.dark-theme .el-empty__image {
  width: 160px;
}
.dark-theme .el-empty__image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: contain;
  object-fit: contain;
}
.dark-theme .el-empty__image svg {
  fill: #dcdde0;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.dark-theme .el-empty__description {
  margin-top: 20px;
}
.dark-theme .el-empty__description p {
  margin: 0;
  font-size: 14px;
  color: #5f6670;
}
.dark-theme .el-empty__bottom {
  margin-top: 20px;
}
.dark-theme .el-descriptions {
  box-sizing: border-box;
  font-size: 14px;
  color: #d1d7de;
}
.dark-theme .el-descriptions__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.dark-theme .el-descriptions__title {
  font-size: 16px;
  font-weight: 700;
}
.dark-theme .el-descriptions__body {
  color: #a7abb5;
  background-color: #1a1b1c;
}
.dark-theme .el-descriptions__body .el-descriptions__table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.dark-theme
  .el-descriptions__body
  .el-descriptions__table
  .el-descriptions-item__cell {
  box-sizing: border-box;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}
.dark-theme
  .el-descriptions__body
  .el-descriptions__table
  .el-descriptions-item__cell.is-left {
  text-align: left;
}
.dark-theme
  .el-descriptions__body
  .el-descriptions__table
  .el-descriptions-item__cell.is-center {
  text-align: center;
}
.dark-theme
  .el-descriptions__body
  .el-descriptions__table
  .el-descriptions-item__cell.is-right {
  text-align: right;
}
.dark-theme .el-descriptions .is-bordered {
  table-layout: auto;
}
.dark-theme .el-descriptions .is-bordered .el-descriptions-item__cell {
  border: 1px solid #2c2f33;
  padding: 12px 10px;
}
.dark-theme .el-descriptions :not(.is-bordered) .el-descriptions-item__cell {
  padding-bottom: 12px;
}
.dark-theme .el-descriptions--medium.is-bordered .el-descriptions-item__cell {
  padding: 10px;
}
.dark-theme
  .el-descriptions--medium:not(.is-bordered)
  .el-descriptions-item__cell {
  padding-bottom: 10px;
}
.dark-theme .el-descriptions--small {
  font-size: 12px;
}
.dark-theme .el-descriptions--small.is-bordered .el-descriptions-item__cell {
  padding: 8px 10px;
}
.dark-theme
  .el-descriptions--small:not(.is-bordered)
  .el-descriptions-item__cell {
  padding-bottom: 8px;
}
.dark-theme .el-descriptions--mini {
  font-size: 12px;
}
.dark-theme .el-descriptions--mini.is-bordered .el-descriptions-item__cell {
  padding: 6px 10px;
}
.dark-theme
  .el-descriptions--mini:not(.is-bordered)
  .el-descriptions-item__cell {
  padding-bottom: 6px;
}
.dark-theme .el-descriptions-item {
  vertical-align: top;
}
.dark-theme .el-descriptions-item__container {
  display: flex;
}
.dark-theme .el-descriptions-item__container .el-descriptions-item__content,
.dark-theme .el-descriptions-item__container .el-descriptions-item__label {
  display: inline-flex;
  align-items: baseline;
}
.dark-theme .el-descriptions-item__container .el-descriptions-item__content {
  flex: 1;
}
.dark-theme .el-descriptions-item__label.has-colon::after {
  content: ':';
  position: relative;
  top: -0.5px;
}
.dark-theme .el-descriptions-item__label.is-bordered-label {
  font-weight: 700;
  color: #5f6670;
  background: #484b52;
}
.dark-theme .el-descriptions-item__label:not(.is-bordered-label) {
  margin-right: 10px;
}
.dark-theme .el-descriptions-item__content {
  word-break: break-word;
  overflow-wrap: break-word;
}
.dark-theme .el-result {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 30px;
}
.dark-theme .el-result__icon svg {
  width: 64px;
  height: 64px;
}
.dark-theme .el-result__title {
  margin-top: 20px;
}
.dark-theme .el-result__title p {
  margin: 0;
  font-size: 20px;
  color: #d1d7de;
  line-height: 1.3;
}
.dark-theme .el-result__subtitle {
  margin-top: 10px;
}
.dark-theme .el-result__subtitle p {
  margin: 0;
  font-size: 14px;
  color: #a7abb5;
  line-height: 1.3;
}
.dark-theme .el-result__extra {
  margin-top: 30px;
}
.dark-theme .el-result .icon-success {
  fill: #3ec592;
}
.dark-theme .el-result .icon-error {
  fill: #dc4445;
}
.dark-theme .el-result .icon-info {
  fill: #484b52;
}
.dark-theme .el-result .icon-warning {
  fill: #dc9044;
}

.dark-theme .el-button--primary.is-disabled,
.dark-theme .el-button--primary.is-disabled:active,
.dark-theme .el-button--primary.is-disabled:focus,
.dark-theme .el-button--primary.is-disabled:hover {
  color: #bdc2c9;
}
.dark-theme .el-button--primary.is-active {
  color: #1a1b1c;
}
.dark-theme .el-button--danger.is-plain:hover,
.dark-theme .el-button--primary.is-plain:hover {
  color: #dfe6ed;
}
.dark-theme .el-button--danger {
  color: #fff;
}
.dark-theme .el-loading-mask {
  background-color: rgba(26, 27, 28, 0.6);
}
.dark-theme .el-radio__inner {
  width: 16px;
  height: 16px;
}
.dark-theme .el-radio__inner::after {
  background-color: #3e74e0;
  width: 8px;
  height: 8px;
}
.dark-theme .el-radio__input.is-checked .el-radio__inner {
  background: #1a1b1c;
}
.dark-theme .el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  background: #b0b0b0;
}
.dark-theme .el-radio__input.is-disabled .el-radio__inner,
.dark-theme .el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #27292e;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.dark-theme .el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: #27292e;
}
.dark-theme
  .el-checkbox__input.is-disabled.is-checked
  .el-checkbox__inner::after {
  border-color: #dfe6ed;
}
.dark-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  background-color: #dfe6ed;
}
.dark-theme .el-checkbox__inner::after {
  border-color: #fff;
}
.dark-theme .el-table .el-table__empty-block {
  display: none;
}
.dark-theme .el-table .el-table__cell {
  padding: 0;
  height: 50px;
}
.dark-theme .el-table th.el-table__cell,
.dark-theme
  .el-table--striped
  .el-table__body
  tr.el-table__row--striped
  td.el-table__cell {
  background: var(--hd-blue-gray-2);
}
.dark-theme .el-date-table td span {
  border-radius: 2px !important;
}
.dark-theme .el-date-table td.start-date div {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.dark-theme .el-date-table td.end-date div {
  margin-right: 5px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.dark-theme .el-date-table td.available:hover span,
.dark-theme .el-date-table td.in-range div:hover span {
  border: 1px solid #3e74e0;
}
.dark-theme .el-date-table td.selected div,
.dark-theme .el-date-table td.selected span {
  border-radius: 2px;
}
.dark-theme .el-date-table td.current:not(.disabled) span,
.dark-theme .el-date-table td.end-date div,
.dark-theme .el-date-table td.start-date div {
  color: #fff;
}
.dark-theme .el-rate__icon.el-icon-star-on {
  color: #fadb14 !important;
}
.dark-theme .el-transfer-panel__filter .el-input__inner {
  border-radius: 2px;
}
.dark-theme .el-pagination {
  font-weight: 500;
}
.dark-theme .el-message {
  z-index: 9999 !important;
}
.dark-theme .el-message--error,
.dark-theme .el-message--success,
.dark-theme .el-message--warning {
  border-color: transparent;
  border-radius: 2px;
}
.dark-theme .el-message-box__content {
  min-height: 40px;
}
.dark-theme .el-tree-node:focus > .el-tree-node__content {
  background-color: #1a1b1c;
}
.dark-theme .el-tabs__item {
  padding: 0 15px;
  color: var(--hd-blue-gray-9);
}
.dark-theme .el-tabs--border-card > .el-tabs__header {
  background: rgba(255, 255, 255, 0.02);
}
.dark-theme .el-tabs__nav-wrap::after {
  height: 0;
}
.dark-theme .el-tabs__header {
  border-bottom: 1px solid var(--hd-blue-gray-3);
}
.dark-theme .el-input__suffix {
  color: #bdc2c9;
}
.dark-theme .el-dialog__header {
  border-bottom: 1px solid #35383d;
  padding: 16px 24px;
}
.dark-theme .el-collapse {
  border: 1px solid #d7d7d7;
}
.dark-theme .el-collapse-item__content,
.dark-theme .el-collapse-item__header {
  padding-left: 16px;
}
.dark-theme .el-collapse-item__content {
  padding: 14px 16px;
}
.dark-theme .el-collapse-item__header.is-active {
  border-bottom: 1px solid #35383d;
}
.dark-theme .el-drawer__header {
  padding: 15px;
  border-bottom: 1px solid #35383d;
  margin-bottom: 0;
  color: var(--hd-blue-gray-10);
  font-size: 16px;
  font-weight: 600;
}
.dark-theme .el-drawer__body {
  padding: 0;
  overflow: auto;
}
.dark-theme .el-input.is-disabled .el-input__inner {
  background-color: #27292e;
}
.dark-theme .el-popover__title {
  font-weight: 600;
}
.dark-theme .el-autocomplete-suggestion li.highlighted {
  background-color: #1a1b1c;
}
.dark-theme .el-autocomplete-suggestion li:hover {
  background-color: #252629;
}
.dark-theme .el-switch__core:after {
  background-color: #dfe6ed;
}
.dark-theme .el-select-dropdown {
  width: 100px;
}
.dark-theme .el-select-dropdown__item.hover,
.dark-theme .el-select-dropdown__item:hover {
  background-color: #27292e;
}
.dark-theme .el-select .el-tag__close.el-icon-close {
  background-color: #35383d;
}
.dark-theme .el-select .el-input.is-disabled .el-input__inner {
  cursor: not-allowed;
  background: #27292e;
}
.dark-theme .el-upload-dragger {
  border: 1px dashed #35383d;
}
.dark-theme .el-calendar {
  background-color: #1a1b1c;
}
.dark-theme .el-menu.el-menu--horizontal {
  border: none;
}
.dark-theme .el-menu--horizontal > .el-menu-item {
  color: #7a808c;
}
.dark-theme .el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border: none;
  color: var(--hd-blue);
}
.dark-theme .el-menu--horizontal > .el-menu-item,
.dark-theme .el-menu--horizontal > .el-submenu .el-submenu__title {
  height: 54px;
  line-height: 54px;
}
.dark-theme .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
.dark-theme .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
.dark-theme .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  background-color: #27292e;
}
.dark-theme .el-menu--horizontal .el-menu .el-menu-item.is-active {
  border-radius: 4px;
  color: var(--hd-blue);
}
.dark-theme .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  background: var(--hd-blue-gray-1);
  border-radius: 4px;
  color: var(--hd-blue);
}
.dark-theme .el-menu--popup {
  min-width: 130px;
}
.dark-theme .el-tag.el-tag--info {
  color: #a7abb5;
}
.dark-theme .el-tag.el-tag--info .el-tag__close {
  color: #5f6670;
}
.dark-theme .el-popper {
  min-width: 100px;
}
.dark-theme .el-form-item label {
  position: relative;
  padding-left: 10px !important;
}
.dark-theme .el-cascader__tags .el-tag {
  background: var(--hd-blue-gray-1);
  height: 26px;
  line-height: 26px;
}
.dark-theme .el-cascader__tags .el-tag .el-icon-close {
  color: var(--hd-card-background);
}
.dark-theme .el-table--enable-row-transition .el-table__body td.el-table__cell {
  transition: background-color linear;
}
.dark-theme .el-button {
  transition: border-color linear, background-color linear, color 0.1s;
}
.dark-theme .el-submenu__title {
  transition: border-color linear, background-color linear;
}
.dark-theme .el-tabs--border-card > .el-tabs__header .el-tabs__item {
  transition: linear;
}
.dark-theme .el-checkbox__inner {
  transition: border-color linear, background-color linear, color 0.1s;
}
.dark-theme .el-input__icon,
.dark-theme .el-menu-item,
.dark-theme .el-radio-button__inner,
.dark-theme .el-switch__core {
  transition: linear;
}
.dark-theme .el-dialog__wrapper {
  background: rgba(0, 0, 0, 0.6) !important;
}
.dark-theme .el-tree .el-tree-node__content {
  padding: 10px;
  height: 40px;
  box-sizing: border-box;
}

:root {
  --bg: #fff;
  --black: #1a1b1c;
  --color-bg: #f7f9fb;
  --scroll-bg: #dadbdd;
  --border-color: #e4e7ed;
  --hd-g-1: #fafafa;
  --hd-g-2: #f5f5f5;
  --hd-g-3: #f0f0f0;
  --hd-g-4: #e6e6e6;
  --hd-g-5: #d6d6d6;
  --hd-g-6: #bababa;
  --hd-g-7: #a3a3a3;
  --hd-g-8: #858585;
  --hd-g-9: #666666;
  --hd-g-10: #474747;
  --hd-g-11: #2e2e2e;
  --hd-g-12: #1a1a1a;
  --hd-bg-1: #f7f9fb;
  --hd-bg-2: #f0f3f7;
  --hd-bg-3: #e7ecf3;
  --hd-bg-4: #dbe1eb;
  --hd-bg-5: #ccd2de;
  --hd-bg-6: #aeb5c4;
  --hd-bg-7: #919aab;
  --hd-bg-8: #6d798f;
  --hd-bg-9: #566278;
  --hd-bg-10: #3c4657;
  --hd-bg-11: #27303e;
  --hd-bg-12: #0b1526;
  --hd-w-b: #4d89ff;
  --hd-w-r: #ff4d4d;
  --hd-w-o: #ffa74d;
  --hd-w-g: #3cd69d;
  --hd-w-b-1: #eff4ff;
  --hd-w-b-2: #e6eeff;
  --hd-w-b-3: #b3ccff;
  --hd-w-b-4: #91b6ff;
  --hd-w-b-5: #70a0ff;
  --hd-w-b-6: #4d89ff;
  --hd-w-b-7: #3062da;
  --hd-w-b-8: #1e46b3;
  --hd-w-b-9: #102e8c;
  --hd-w-b-10: #0c1d67;
  --hd-w-r-1: #fff0f0;
  --hd-w-r-2: #ffe6e6;
  --hd-w-r-3: #ffb3b3;
  --hd-w-r-4: #ff9191;
  --hd-w-r-5: #ff7070;
  --hd-w-r-6: #ff4d4d;
  --hd-w-r-7: #c9353f;
  --hd-w-r-8: #b11f27;
  --hd-w-r-9: #951014;
  --hd-w-r-10: #690506;
  --hd-w-o-1: #fff7f0;
  --hd-w-o-2: #fff2e6;
  --hd-w-o-3: #ffd9b3;
  --hd-w-o-4: #ffc891;
  --hd-w-o-5: #ffb870;
  --hd-w-o-6: #ffa74d;
  --hd-w-o-7: #c97c2e;
  --hd-w-o-8: #b0681e;
  --hd-w-o-9: #945415;
  --hd-w-o-10: #693b0e;
  --hd-w-g-1: #e9f7f2;
  --hd-w-g-2: #daf2e9;
  --hd-w-g-3: #b4edd8;
  --hd-w-g-4: #95e8c8;
  --hd-w-g-5: #6fe3b7;
  --hd-w-g-6: #3cd69d;
  --hd-w-g-7: #37c28d;
  --hd-w-g-8: #2cab7b;
  --hd-w-g-9: #228f66;
  --hd-w-g-10: #176648;
  --hd-w-c: #4dc4ff;
  --hd-w-pu: #964dff;
  --hd-w-y: #ffe14d;
  --hd-w-pk: #ff4db5;
  --hd-w-c-1: #effaff;
  --hd-w-c-2: #dbf3ff;
  --hd-w-c-3: #b3e5ff;
  --hd-w-c-4: #91daff;
  --hd-w-c-5: #70cfff;
  --hd-w-c-6: #4dc4ff;
  --hd-w-c-7: #35ace8;
  --hd-w-c-8: #2497d1;
  --hd-w-c-9: #1a85ba;
  --hd-w-c-10: #146d99;
  --hd-w-pu-1: #f5efff;
  --hd-w-pu-2: #eadbff;
  --hd-w-pu-3: #d2b3ff;
  --hd-w-pu-4: #bf91ff;
  --hd-w-pu-5: #ac70ff;
  --hd-w-pu-6: #974dff;
  --hd-w-pu-7: #8035e8;
  --hd-w-pu-8: #6c24d1;
  --hd-w-pu-9: #5d1aba;
  --hd-w-pu-10: #4b1499;
  --hd-w-y-1: #fffcef;
  --hd-w-y-2: #fff9db;
  --hd-w-y-3: #fff2b3;
  --hd-w-y-4: #ffed91;
  --hd-w-y-5: #ffe770;
  --hd-w-y-6: #ffe14d;
  --hd-w-y-7: #e8ca35;
  --hd-w-y-8: #d1b424;
  --hd-w-y-9: #ba9f1a;
  --hd-w-y-10: #998314;
  --hd-w-pk-1: #ffeff8;
  --hd-w-pk-2: #ffdbf0;
  --hd-w-pk-3: #ffb3df;
  --hd-w-pk-4: #ff91d1;
  --hd-w-pk-5: #ff70c3;
  --hd-w-pk-6: #ff4db5;
  --hd-w-pk-7: #e8359e;
  --hd-w-pk-8: #d12489;
  --hd-w-pk-9: #ba1a77;
  --hd-w-pk-10: #991462;
  --hd-theme: #f7f9fb;
  --hd-inverse: #1a1b1c;
  --hd-card-background: #fff;
  --hd-text-85: rgba(0, 0, 0, 0.85);
  --hd-text-65: rgba(0, 0, 0, 0.65);
  --hd-text-45: rgba(0, 0, 0, 0.45);
  --hd-text-25: rgba(0, 0, 0, 0.25);
  --hd-text: #606266;
  --hd-blue: #4d89ff;
  --hd-red: #ff4d4d;
  --hd-orange: #ffa74d;
  --hd-green: #3cd69d;

  --hd-blue-1: #eff4ff;
  --hd-blue-2: #e6eeff;
  --hd-blue-3: #b3ccff;
  --hd-blue-4: #91b6ff;
  --hd-blue-5: #70a0ff;
  --hd-blue-6: var(--hd-blue);
  --hd-blue-7: #3062da;
  --hd-blue-8: #1e46b3;
  --hd-blue-9: #102e8c;
  --hd-blue-10: #0c1d67;

  --hd-red-1: #fff0f0;
  --hd-red-2: #ffe6e6;
  --hd-red-3: #ffb3b3;
  --hd-red-4: #ff9191;
  --hd-red-5: #ff7070;
  --hd-red-6: var(--hd-red);
  --hd-red-7: #c9353f;
  --hd-red-8: #b11f27;
  --hd-red-9: #951014;
  --hd-red-10: #690506;

  --hd-orange-1: #fff7f0;
  --hd-orange-2: #fff2e6;
  --hd-orange-3: #ffd9b3;
  --hd-orange-4: #ffc891;
  --hd-orange-5: #ffb870;
  --hd-orange-6: var(--hd-orange);
  --hd-orange-7: #c97c2e;
  --hd-orange-8: #b0681e;
  --hd-orange-9: #945415;
  --hd-orange-10: #693b0e;
  --hd-orange-11: #faad14;

  --hd-green-1: #e9f7f2;
  --hd-green-2: #daf2e9;
  --hd-green-3: #b4edd8;
  --hd-green-4: #95e8c8;
  --hd-green-5: #6fe3b7;
  --hd-green-6: var(--hd-green);
  --hd-green-7: #37c28d;
  --hd-green-8: #2cab7b;
  --hd-green-9: #228f66;
  --hd-green-10: #176648;
  --hd-green-11: #8bbb11;

  --hd-gray: #bababa;
  --hd-gray-1: #fafafa;
  --hd-gray-2: #f5f5f5;
  --hd-gray-3: #f0f0f0;
  --hd-gray-4: #e6e6e6;
  --hd-gray-5: #d6d6d6;
  --hd-gray-6: var(--hd-gray);
  --hd-gray-7: #a3a3a3;
  --hd-gray-8: #858585;
  --hd-gray-9: #666666;
  --hd-gray-10: #474747;
  --hd-gray-11: #2e2e2e;
  --hd-gray-12: #1a1a1a;

  --hd-blue-gray: #aeb5c4;
  --hd-blue-gray-1: #f7f9fb;
  --hd-blue-gray-2: #f0f3f7;
  --hd-blue-gray-3: #e7ecf3;
  --hd-blue-gray-4: #dbe1eb;
  --hd-blue-gray-5: #ccd2de;
  --hd-blue-gray-6: var(--hd-blue-gray);
  --hd-blue-gray-7: #919aab;
  --hd-blue-gray-8: #6d798f;
  --hd-blue-gray-9: #566278;
  --hd-blue-gray-10: #3c4657;
  --hd-blue-gray-11: #27303e;
  --hd-blue-gray-12: #0b1526;

  --hd-cyan: #4dc4ff;
  --hd-purple: #964dff;
  --hd-yellow: #ffe14d;
  --hd-pink: #ff4db5;
  --hd-gold: #faad14;

  --hd-cyan-1: #effaff;
  --hd-cyan-2: #dbf3ff;
  --hd-cyan-3: #b3e5ff;
  --hd-cyan-4: #91daff;
  --hd-cyan-5: #70cfff;
  --hd-cyan-6: var(--hd-cyan);
  --hd-cyan-7: #35ace8;
  --hd-cyan-8: #2497d1;
  --hd-cyan-9: #1a85ba;
  --hd-cyan-10: #146d99;

  --hd-purple-1: #f5efff;
  --hd-purple-2: #eadbff;
  --hd-purple-3: #d2b3ff;
  --hd-purple-4: #bf91ff;
  --hd-purple-5: #ac70ff;
  --hd-purple-6: var(--hd-purple);
  --hd-purple-7: #8035e8;
  --hd-purple-8: #6c24d1;
  --hd-purple-9: #5d1aba;
  --hd-purple-10: #4b1499;

  --hd-yellow-1: #fffcef;
  --hd-yellow-2: #fff9db;
  --hd-yellow-3: #fff2b3;
  --hd-yellow-4: #ffed91;
  --hd-yellow-5: #ffe770;
  --hd-yellow-6: var(--hd-yellow);
  --hd-yellow-7: #e8ca35;
  --hd-yellow-8: #d1b424;
  --hd-yellow-9: #ba9f1a;
  --hd-yellow-10: #998314;

  --hd-pink-1: #ffeff8;
  --hd-pink-2: #ffdbf0;
  --hd-pink-3: #ffb3df;
  --hd-pink-4: #ff91d1;
  --hd-pink-5: #ff70c3;
  --hd-pink-6: var(--hd-pink);
  --hd-pink-7: #e8359e;
  --hd-pink-8: #d12489;
  --hd-pink-9: #ba1a77;
  --hd-pink-10: #991462;

  --hd-gold-1: #fffbe6;
  --hd-gold-2: #fff1b8;
  --hd-gold-3: #ffe58f;
  --hd-gold-4: #ffd666;
  --hd-gold-5: #ffc53d;
  --hd-gold-6: var(--hd-gold);
  --hd-gold-7: #d48806;
  --hd-gold-8: #ad6800;
  --hd-gold-9: #874d00;
  --hd-gold-10: #613400;

  --hd-shadow-1: rgba(0, 0, 0, 0.1);
  --hd-shadow-2: rgba(0, 0, 0, 0.2);
  --hd-shadow-3: rgba(0, 0, 0, 0.3);
  --hd-shadow-4: rgba(0, 0, 0, 0.4);
  --hd-shadow-5: rgba(0, 0, 0, 0.5);
  --hd-shadow-6: rgba(0, 0, 0, 0.6);
  --hd-shadow-7: rgba(0, 0, 0, 0.7);
  --hd-shadow-8: rgba(0, 0, 0, 0.8);
  --hd-shadow-9: rgba(0, 0, 0, 0.9);

  --hd-shadow-01: rgba(0, 0, 0, 0.01);
  --hd-shadow-02: rgba(0, 0, 0, 0.02);
  --hd-shadow-03: rgba(0, 0, 0, 0.03);
  --hd-shadow-04: rgba(0, 0, 0, 0.04);
  --hd-shadow-05: rgba(0, 0, 0, 0.05);
  --hd-shadow-06: rgba(0, 0, 0, 0.06);
  --hd-shadow-07: rgba(0, 0, 0, 0.07);
  --hd-shadow-08: rgba(0, 0, 0, 0.08);
  --hd-shadow-09: rgba(0, 0, 0, 0.09);

  --hd-card-1: rgba(255, 255, 255, 0.1);
  --hd-card-2: rgba(255, 255, 255, 0.2);
  --hd-card-3: rgba(255, 255, 255, 0.3);
  --hd-card-4: rgba(255, 255, 255, 0.4);
  --hd-card-5: rgba(255, 255, 255, 0.5);
  --hd-card-6: rgba(255, 255, 255, 0.6);
  --hd-card-7: rgba(255, 255, 255, 0.7);
  --hd-card-8: rgba(255, 255, 255, 0.8);
  --hd-card-9: rgba(255, 255, 255, 0.9);

  --hd-card-01: rgba(255, 255, 255, 0.01);
  --hd-card-02: rgba(255, 255, 255, 0.02);
  --hd-card-03: rgba(255, 255, 255, 0.03);
  --hd-card-04: rgba(255, 255, 255, 0.04);
  --hd-card-05: rgba(255, 255, 255, 0.05);
  --hd-card-06: rgba(255, 255, 255, 0.06);
  --hd-card-07: rgba(255, 255, 255, 0.07);
  --hd-card-08: rgba(255, 255, 255, 0.08);
  --hd-card-09: rgba(255, 255, 255, 0.09);
}

@charset "UTF-8";
@font-face {
  font-family: element-icons;
  src: url(/wonder/wonder/static/fonts/element-icons.ff18efd1.woff) format('woff'),
    url(/wonder/wonder/static/fonts/element-icons.f1a45d74.ttf) format('truetype');
  font-weight: 400;
  font-display: 'auto';
  font-style: normal;
}

[class*=' el-icon-'],
[class^='el-icon-'] {
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el-icon-ice-cream-round:before {
  content: '\e6a0';
}

.el-icon-ice-cream-square:before {
  content: '\e6a3';
}

.el-icon-lollipop:before {
  content: '\e6a4';
}

.el-icon-potato-strips:before {
  content: '\e6a5';
}

.el-icon-milk-tea:before {
  content: '\e6a6';
}

.el-icon-ice-drink:before {
  content: '\e6a7';
}

.el-icon-ice-tea:before {
  content: '\e6a9';
}

.el-icon-coffee:before {
  content: '\e6aa';
}

.el-icon-orange:before {
  content: '\e6ab';
}

.el-icon-pear:before {
  content: '\e6ac';
}

.el-icon-apple:before {
  content: '\e6ad';
}

.el-icon-cherry:before {
  content: '\e6ae';
}

.el-icon-watermelon:before {
  content: '\e6af';
}

.el-icon-grape:before {
  content: '\e6b0';
}

.el-icon-refrigerator:before {
  content: '\e6b1';
}

.el-icon-goblet-square-full:before {
  content: '\e6b2';
}

.el-icon-goblet-square:before {
  content: '\e6b3';
}

.el-icon-goblet-full:before {
  content: '\e6b4';
}

.el-icon-goblet:before {
  content: '\e6b5';
}

.el-icon-cold-drink:before {
  content: '\e6b6';
}

.el-icon-coffee-cup:before {
  content: '\e6b8';
}

.el-icon-water-cup:before {
  content: '\e6b9';
}

.el-icon-hot-water:before {
  content: '\e6ba';
}

.el-icon-ice-cream:before {
  content: '\e6bb';
}

.el-icon-dessert:before {
  content: '\e6bc';
}

.el-icon-sugar:before {
  content: '\e6bd';
}

.el-icon-tableware:before {
  content: '\e6be';
}

.el-icon-burger:before {
  content: '\e6bf';
}

.el-icon-knife-fork:before {
  content: '\e6c1';
}

.el-icon-fork-spoon:before {
  content: '\e6c2';
}

.el-icon-chicken:before {
  content: '\e6c3';
}

.el-icon-food:before {
  content: '\e6c4';
}

.el-icon-dish-1:before {
  content: '\e6c5';
}

.el-icon-dish:before {
  content: '\e6c6';
}

.el-icon-moon-night:before {
  content: '\e6ee';
}

.el-icon-moon:before {
  content: '\e6f0';
}

.el-icon-cloudy-and-sunny:before {
  content: '\e6f1';
}

.el-icon-partly-cloudy:before {
  content: '\e6f2';
}

.el-icon-cloudy:before {
  content: '\e6f3';
}

.el-icon-sunny:before {
  content: '\e6f6';
}

.el-icon-sunset:before {
  content: '\e6f7';
}

.el-icon-sunrise-1:before {
  content: '\e6f8';
}

.el-icon-sunrise:before {
  content: '\e6f9';
}

.el-icon-heavy-rain:before {
  content: '\e6fa';
}

.el-icon-lightning:before {
  content: '\e6fb';
}

.el-icon-light-rain:before {
  content: '\e6fc';
}

.el-icon-wind-power:before {
  content: '\e6fd';
}

.el-icon-baseball:before {
  content: '\e712';
}

.el-icon-soccer:before {
  content: '\e713';
}

.el-icon-football:before {
  content: '\e715';
}

.el-icon-basketball:before {
  content: '\e716';
}

.el-icon-ship:before {
  content: '\e73f';
}

.el-icon-truck:before {
  content: '\e740';
}

.el-icon-bicycle:before {
  content: '\e741';
}

.el-icon-mobile-phone:before {
  content: '\e6d3';
}

.el-icon-service:before {
  content: '\e6d4';
}

.el-icon-key:before {
  content: '\e6e2';
}

.el-icon-unlock:before {
  content: '\e6e4';
}

.el-icon-lock:before {
  content: '\e6e5';
}

.el-icon-watch:before {
  content: '\e6fe';
}

.el-icon-watch-1:before {
  content: '\e6ff';
}

.el-icon-timer:before {
  content: '\e702';
}

.el-icon-alarm-clock:before {
  content: '\e703';
}

.el-icon-map-location:before {
  content: '\e704';
}

.el-icon-delete-location:before {
  content: '\e705';
}

.el-icon-add-location:before {
  content: '\e706';
}

.el-icon-location-information:before {
  content: '\e707';
}

.el-icon-location-outline:before {
  content: '\e708';
}

.el-icon-location:before {
  content: '\e79e';
}

.el-icon-place:before {
  content: '\e709';
}

.el-icon-discover:before {
  content: '\e70a';
}

.el-icon-first-aid-kit:before {
  content: '\e70b';
}

.el-icon-trophy-1:before {
  content: '\e70c';
}

.el-icon-trophy:before {
  content: '\e70d';
}

.el-icon-medal:before {
  content: '\e70e';
}

.el-icon-medal-1:before {
  content: '\e70f';
}

.el-icon-stopwatch:before {
  content: '\e710';
}

.el-icon-mic:before {
  content: '\e711';
}

.el-icon-copy-document:before {
  content: '\e718';
}

.el-icon-full-screen:before {
  content: '\e719';
}

.el-icon-switch-button:before {
  content: '\e71b';
}

.el-icon-aim:before {
  content: '\e71c';
}

.el-icon-crop:before {
  content: '\e71d';
}

.el-icon-odometer:before {
  content: '\e71e';
}

.el-icon-time:before {
  content: '\e71f';
}

.el-icon-bangzhu:before {
  content: '\e724';
}

.el-icon-close-notification:before {
  content: '\e726';
}

.el-icon-microphone:before {
  content: '\e727';
}

.el-icon-turn-off-microphone:before {
  content: '\e728';
}

.el-icon-position:before {
  content: '\e729';
}

.el-icon-postcard:before {
  content: '\e72a';
}

.el-icon-message:before {
  content: '\e72b';
}

.el-icon-chat-line-square:before {
  content: '\e72d';
}

.el-icon-chat-dot-square:before {
  content: '\e72e';
}

.el-icon-chat-dot-round:before {
  content: '\e72f';
}

.el-icon-chat-square:before {
  content: '\e730';
}

.el-icon-chat-line-round:before {
  content: '\e731';
}

.el-icon-chat-round:before {
  content: '\e732';
}

.el-icon-set-up:before {
  content: '\e733';
}

.el-icon-turn-off:before {
  content: '\e734';
}

.el-icon-open:before {
  content: '\e735';
}

.el-icon-connection:before {
  content: '\e736';
}

.el-icon-link:before {
  content: '\e737';
}

.el-icon-cpu:before {
  content: '\e738';
}

.el-icon-thumb:before {
  content: '\e739';
}

.el-icon-female:before {
  content: '\e73a';
}

.el-icon-male:before {
  content: '\e73b';
}

.el-icon-guide:before {
  content: '\e73c';
}

.el-icon-news:before {
  content: '\e73e';
}

.el-icon-price-tag:before {
  content: '\e744';
}

.el-icon-discount:before {
  content: '\e745';
}

.el-icon-wallet:before {
  content: '\e747';
}

.el-icon-coin:before {
  content: '\e748';
}

.el-icon-money:before {
  content: '\e749';
}

.el-icon-bank-card:before {
  content: '\e74a';
}

.el-icon-box:before {
  content: '\e74b';
}

.el-icon-present:before {
  content: '\e74c';
}

.el-icon-sell:before {
  content: '\e6d5';
}

.el-icon-sold-out:before {
  content: '\e6d6';
}

.el-icon-shopping-bag-2:before {
  content: '\e74d';
}

.el-icon-shopping-bag-1:before {
  content: '\e74e';
}

.el-icon-shopping-cart-2:before {
  content: '\e74f';
}

.el-icon-shopping-cart-1:before {
  content: '\e750';
}

.el-icon-shopping-cart-full:before {
  content: '\e751';
}

.el-icon-smoking:before {
  content: '\e752';
}

.el-icon-no-smoking:before {
  content: '\e753';
}

.el-icon-house:before {
  content: '\e754';
}

.el-icon-table-lamp:before {
  content: '\e755';
}

.el-icon-school:before {
  content: '\e756';
}

.el-icon-office-building:before {
  content: '\e757';
}

.el-icon-toilet-paper:before {
  content: '\e758';
}

.el-icon-notebook-2:before {
  content: '\e759';
}

.el-icon-notebook-1:before {
  content: '\e75a';
}

.el-icon-files:before {
  content: '\e75b';
}

.el-icon-collection:before {
  content: '\e75c';
}

.el-icon-receiving:before {
  content: '\e75d';
}

.el-icon-suitcase-1:before {
  content: '\e760';
}

.el-icon-suitcase:before {
  content: '\e761';
}

.el-icon-film:before {
  content: '\e763';
}

.el-icon-collection-tag:before {
  content: '\e765';
}

.el-icon-data-analysis:before {
  content: '\e766';
}

.el-icon-pie-chart:before {
  content: '\e767';
}

.el-icon-data-board:before {
  content: '\e768';
}

.el-icon-data-line:before {
  content: '\e76d';
}

.el-icon-reading:before {
  content: '\e769';
}

.el-icon-magic-stick:before {
  content: '\e76a';
}

.el-icon-coordinate:before {
  content: '\e76b';
}

.el-icon-mouse:before {
  content: '\e76c';
}

.el-icon-brush:before {
  content: '\e76e';
}

.el-icon-headset:before {
  content: '\e76f';
}

.el-icon-umbrella:before {
  content: '\e770';
}

.el-icon-scissors:before {
  content: '\e771';
}

.el-icon-mobile:before {
  content: '\e773';
}

.el-icon-attract:before {
  content: '\e774';
}

.el-icon-monitor:before {
  content: '\e775';
}

.el-icon-search:before {
  content: '\e778';
}

.el-icon-takeaway-box:before {
  content: '\e77a';
}

.el-icon-paperclip:before {
  content: '\e77d';
}

.el-icon-printer:before {
  content: '\e77e';
}

.el-icon-document-add:before {
  content: '\e782';
}

.el-icon-document:before {
  content: '\e785';
}

.el-icon-document-checked:before {
  content: '\e786';
}

.el-icon-document-copy:before {
  content: '\e787';
}

.el-icon-document-delete:before {
  content: '\e788';
}

.el-icon-document-remove:before {
  content: '\e789';
}

.el-icon-tickets:before {
  content: '\e78b';
}

.el-icon-folder-checked:before {
  content: '\e77f';
}

.el-icon-folder-delete:before {
  content: '\e780';
}

.el-icon-folder-remove:before {
  content: '\e781';
}

.el-icon-folder-add:before {
  content: '\e783';
}

.el-icon-folder-opened:before {
  content: '\e784';
}

.el-icon-folder:before {
  content: '\e78a';
}

.el-icon-edit-outline:before {
  content: '\e764';
}

.el-icon-edit:before {
  content: '\e78c';
}

.el-icon-date:before {
  content: '\e78e';
}

.el-icon-c-scale-to-original:before {
  content: '\e7c6';
}

.el-icon-view:before {
  content: '\e6ce';
}

.el-icon-loading:before {
  content: '\e6cf';
}

.el-icon-rank:before {
  content: '\e6d1';
}

.el-icon-sort-down:before {
  content: '\e7c4';
}

.el-icon-sort-up:before {
  content: '\e7c5';
}

.el-icon-sort:before {
  content: '\e6d2';
}

.el-icon-finished:before {
  content: '\e6cd';
}

.el-icon-refresh-left:before {
  content: '\e6c7';
}

.el-icon-refresh-right:before {
  content: '\e6c8';
}

.el-icon-refresh:before {
  content: '\e6d0';
}

.el-icon-video-play:before {
  content: '\e7c0';
}

.el-icon-video-pause:before {
  content: '\e7c1';
}

.el-icon-d-arrow-right:before {
  content: '\e6dc';
}

.el-icon-d-arrow-left:before {
  content: '\e6dd';
}

.el-icon-arrow-up:before {
  content: '\e6e1';
}

.el-icon-arrow-down:before {
  content: '\e6df';
}

.el-icon-arrow-right:before {
  content: '\e6e0';
}

.el-icon-arrow-left:before {
  content: '\e6de';
}

.el-icon-top-right:before {
  content: '\e6e7';
}

.el-icon-top-left:before {
  content: '\e6e8';
}

.el-icon-top:before {
  content: '\e6e6';
}

.el-icon-bottom:before {
  content: '\e6eb';
}

.el-icon-right:before {
  content: '\e6e9';
}

.el-icon-back:before {
  content: '\e6ea';
}

.el-icon-bottom-right:before {
  content: '\e6ec';
}

.el-icon-bottom-left:before {
  content: '\e6ed';
}

.el-icon-caret-top:before {
  content: '\e78f';
}

.el-icon-caret-bottom:before {
  content: '\e790';
}

.el-icon-caret-right:before {
  content: '\e791';
}

.el-icon-caret-left:before {
  content: '\e792';
}

.el-icon-d-caret:before {
  content: '\e79a';
}

.el-icon-share:before {
  content: '\e793';
}

.el-icon-menu:before {
  content: '\e798';
}

.el-icon-s-grid:before {
  content: '\e7a6';
}

.el-icon-s-check:before {
  content: '\e7a7';
}

.el-icon-s-data:before {
  content: '\e7a8';
}

.el-icon-s-opportunity:before {
  content: '\e7aa';
}

.el-icon-s-custom:before {
  content: '\e7ab';
}

.el-icon-s-claim:before {
  content: '\e7ad';
}

.el-icon-s-finance:before {
  content: '\e7ae';
}

.el-icon-s-comment:before {
  content: '\e7af';
}

.el-icon-s-flag:before {
  content: '\e7b0';
}

.el-icon-s-marketing:before {
  content: '\e7b1';
}

.el-icon-s-shop:before {
  content: '\e7b4';
}

.el-icon-s-open:before {
  content: '\e7b5';
}

.el-icon-s-management:before {
  content: '\e7b6';
}

.el-icon-s-ticket:before {
  content: '\e7b7';
}

.el-icon-s-release:before {
  content: '\e7b8';
}

.el-icon-s-home:before {
  content: '\e7b9';
}

.el-icon-s-promotion:before {
  content: '\e7ba';
}

.el-icon-s-operation:before {
  content: '\e7bb';
}

.el-icon-s-unfold:before {
  content: '\e7bc';
}

.el-icon-s-fold:before {
  content: '\e7a9';
}

.el-icon-s-platform:before {
  content: '\e7bd';
}

.el-icon-s-order:before {
  content: '\e7be';
}

.el-icon-s-cooperation:before {
  content: '\e7bf';
}

.el-icon-bell:before {
  content: '\e725';
}

.el-icon-message-solid:before {
  content: '\e799';
}

.el-icon-video-camera:before {
  content: '\e772';
}

.el-icon-video-camera-solid:before {
  content: '\e796';
}

.el-icon-camera:before {
  content: '\e779';
}

.el-icon-camera-solid:before {
  content: '\e79b';
}

.el-icon-download:before {
  content: '\e77c';
}

.el-icon-upload2:before {
  content: '\e77b';
}

.el-icon-upload:before {
  content: '\e7c3';
}

.el-icon-picture-outline-round:before {
  content: '\e75f';
}

.el-icon-picture-outline:before {
  content: '\e75e';
}

.el-icon-picture:before {
  content: '\e79f';
}

.el-icon-close:before {
  content: '\e6db';
}

.el-icon-check:before {
  content: '\e6da';
}

.el-icon-plus:before {
  content: '\e6d9';
}

.el-icon-minus:before {
  content: '\e6d8';
}

.el-icon-help:before {
  content: '\e73d';
}

.el-icon-s-help:before {
  content: '\e7b3';
}

.el-icon-circle-close:before {
  content: '\e78d';
}

.el-icon-circle-check:before {
  content: '\e720';
}

.el-icon-circle-plus-outline:before {
  content: '\e723';
}

.el-icon-remove-outline:before {
  content: '\e722';
}

.el-icon-zoom-out:before {
  content: '\e776';
}

.el-icon-zoom-in:before {
  content: '\e777';
}

.el-icon-error:before {
  content: '\e79d';
}

.el-icon-success:before {
  content: '\e79c';
}

.el-icon-circle-plus:before {
  content: '\e7a0';
}

.el-icon-remove:before {
  content: '\e7a2';
}

.el-icon-info:before {
  content: '\e7a1';
}

.el-icon-question:before {
  content: '\e7a4';
}

.el-icon-warning-outline:before {
  content: '\e6c9';
}

.el-icon-warning:before {
  content: '\e7a3';
}

.el-icon-goods:before {
  content: '\e7c2';
}

.el-icon-s-goods:before {
  content: '\e7b2';
}

.el-icon-star-off:before {
  content: '\e717';
}

.el-icon-star-on:before {
  content: '\e797';
}

.el-icon-more-outline:before {
  content: '\e6cc';
}

.el-icon-more:before {
  content: '\e794';
}

.el-icon-phone-outline:before {
  content: '\e6cb';
}

.el-icon-phone:before {
  content: '\e795';
}

.el-icon-user:before {
  content: '\e6e3';
}

.el-icon-user-solid:before {
  content: '\e7a5';
}

.el-icon-setting:before {
  content: '\e6ca';
}

.el-icon-s-tools:before {
  content: '\e7ac';
}

.el-icon-delete:before {
  content: '\e6d7';
}

.el-icon-delete-solid:before {
  content: '\e7c9';
}

.el-icon-eleme:before {
  content: '\e7c7';
}

.el-icon-platform-eleme:before {
  content: '\e7ca';
}

.el-icon-loading {
  animation: 2s linear infinite rotating;
}

.el-icon--right {
  margin-left: 5px;
}

.el-icon--left {
  margin-right: 5px;
}

@keyframes rotating {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.el-pagination {
  white-space: nowrap;
  padding: 2px 5px;
  color: #303133;
}

.el-pagination::after,
.el-pagination::before {
  display: table;
  content: '';
}

.el-pagination::after {
  clear: both;
}

.el-pagination button,
.el-pagination span:not([class*='suffix']) {
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  box-sizing: border-box;
}

.el-pagination .el-input__inner {
  text-align: center;
  -moz-appearance: textfield;
  line-height: normal;
}

.el-pagination .el-input__suffix {
  right: 0;
  transform: scale(0.8);
}

.el-pagination .el-select .el-input {
  width: 100px;
  margin: 0 5px;
}

.el-pagination .el-select .el-input .el-input__inner {
  padding-right: 25px;
  border-radius: 3px;
}

.el-pagination button {
  border: none;
  padding: 0 6px;
  background: 0 0;
}

.el-pagination button:focus {
  outline: 0;
}

.el-pagination button:hover {
  color: #4d89ff;
}

.el-pagination button:disabled {
  color: #c0c4cc;
  background-color: #fff;
  cursor: not-allowed;
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
  background: center center/16px no-repeat #fff;
  cursor: pointer;
  margin: 0;
  color: #303133;
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.el-pagination .btn-prev {
  padding-right: 12px;
}

.el-pagination .btn-next {
  padding-left: 12px;
}

.el-pagination .el-pager li.disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}

.el-pagination--small .btn-next,
.el-pagination--small .btn-prev,
.el-pagination--small .el-pager li,
.el-pagination--small .el-pager li.btn-quicknext,
.el-pagination--small .el-pager li.btn-quickprev,
.el-pagination--small .el-pager li:last-child {
  border-color: transparent;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  min-width: 22px;
}

.el-pagination--small .arrow.disabled {
  visibility: hidden;
}

.el-pagination--small .more::before,
.el-pagination--small li.more::before {
  line-height: 24px;
}

.el-pagination--small button,
.el-pagination--small span:not([class*='suffix']) {
  height: 22px;
  line-height: 22px;
}

.el-pagination--small .el-pagination__editor,
.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
  height: 22px;
}

.el-pagination__sizes {
  margin: 0 10px 0 0;
  font-weight: 400;
  color: #606266;
}

.el-pagination__sizes .el-input .el-input__inner {
  font-size: 13px;
  padding-left: 8px;
}

.el-pagination__sizes .el-input .el-input__inner:hover {
  border-color: #4d89ff;
}

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

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

.el-pagination__jump .el-input__inner {
  padding: 0 3px;
}

.el-pagination__rightwrapper {
  float: right;
}

.el-pagination__editor {
  line-height: 18px;
  padding: 0 2px;
  height: 28px;
  text-align: center;
  margin: 0 2px;
  box-sizing: border-box;
  border-radius: 3px;
}

.el-pagination__editor.el-input {
  width: 50px;
}

.el-pagination__editor.el-input .el-input__inner {
  height: 28px;
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  margin: 0 5px;
  background-color: #f4f5f7;
  color: #606266;
  min-width: 30px;
  border-radius: 2px;
}

.el-pagination.is-background .btn-next.disabled,
.el-pagination.is-background .btn-prev.disabled,
.el-pagination.is-background .el-pager li.disabled {
  color: #c0c4cc;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
  padding: 0;
}

.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev:disabled {
  color: #c0c4cc;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #4d89ff;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #4d89ff;
  color: #fff;
}

.el-pagination.is-background.el-pagination--small .btn-next,
.el-pagination.is-background.el-pagination--small .btn-prev,
.el-pagination.is-background.el-pagination--small .el-pager li {
  margin: 0 3px;
  min-width: 22px;
}

.el-pager {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.el-pager .more::before {
  line-height: 30px;
}

.el-pager li {
  padding: 0 4px;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
  line-height: 28px;
  color: #303133;
}

.el-pager li.btn-quicknext.disabled,
.el-pager li.btn-quickprev.disabled {
  color: #c0c4cc;
}

.el-pager li.btn-quicknext:hover,
.el-pager li.btn-quickprev:hover {
  cursor: pointer;
}

.el-pager li.active + li {
  border-left: 0;
}

.el-pager li:hover {
  color: #4d89ff;
}

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

.el-dialog {
  position: relative;
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 50%;
}

.el-dialog.is-fullscreen {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  overflow: auto;
}

.el-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
}

.el-dialog__headerbtn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
}

.el-dialog__headerbtn .el-dialog__close {
  color: #919aab;
}

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

.el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #303133;
}

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

.el-dialog__footer {
  padding: 10px 20px 20px;
  text-align: right;
  box-sizing: border-box;
}

.el-dialog--center {
  text-align: center;
}

.el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 25px 25px 30px;
}

.el-dialog--center .el-dialog__footer {
  text-align: inherit;
}

.dialog-fade-enter-active {
  animation: 0.3s dialog-fade-in;
}

.dialog-fade-leave-active {
  animation: 0.3s dialog-fade-out;
}

@keyframes dialog-fade-in {
  0% {
    transform: translate3d(0, -20px, 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(0, -20px, 0);
    opacity: 0;
  }
}

.el-autocomplete {
  position: relative;
  display: inline-block;
}

.el-autocomplete-suggestion {
  margin: 5px 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #e4e7ed;
  box-sizing: border-box;
  background-color: #fff;
}

.el-autocomplete-suggestion__wrap {
  max-height: 280px;
  padding: 10px 0;
  box-sizing: border-box;
}

.el-autocomplete-suggestion__list {
  margin: 0;
  padding: 0;
}

.el-autocomplete-suggestion li {
  padding: 0 20px;
  margin: 0;
  line-height: 34px;
  cursor: pointer;
  color: #606266;
  font-size: 14px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-autocomplete-suggestion li.highlighted,
.el-autocomplete-suggestion li:hover {
  background-color: #f5f7fa;
}

.el-autocomplete-suggestion li.divider {
  margin-top: 6px;
  border-top: 1px solid #000;
}

.el-autocomplete-suggestion li.divider:last-child {
  margin-bottom: -6px;
}

.el-autocomplete-suggestion.is-loading li {
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  color: #999;
}

.el-autocomplete-suggestion.is-loading li::after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}

.el-autocomplete-suggestion.is-loading li:hover {
  background-color: #fff;
}

.el-autocomplete-suggestion.is-loading .el-icon-loading {
  vertical-align: middle;
}

.el-dropdown {
  display: inline-block;
  position: relative;
  color: #606266;
  font-size: 14px;
}

.el-dropdown .el-button-group {
  display: block;
}

.el-dropdown .el-button-group .el-button {
  float: none;
}

.el-dropdown .el-dropdown__caret-button {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  border-left: none;
}

.el-dropdown .el-dropdown__caret-button::before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  top: 5px;
  bottom: 5px;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}

.el-dropdown .el-dropdown__caret-button.el-button--default::before {
  background: rgba(220, 223, 230, 0.5);
}

.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled)::before {
  top: 0;
  bottom: 0;
}

.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
  padding-left: 0;
}

.el-dropdown__icon {
  font-size: 12px;
  margin: 0 3px;
}

.el-dropdown .el-dropdown-selfdefine:focus:active,
.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing) {
  outline-width: 0;
}

.el-dropdown [disabled] {
  cursor: not-allowed;
  color: #bbb;
}

.el-dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.el-dropdown-menu__item {
  list-style: none;
  line-height: 36px;
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  outline: 0;
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #edf3ff;
  color: #71a1ff;
}

.el-dropdown-menu__item i {
  margin-right: 5px;
}

.el-dropdown-menu__item--divided {
  position: relative;
  margin-top: 6px;
  border-top: 1px solid #ebeef5;
}

.el-dropdown-menu__item--divided:before {
  content: '';
  height: 6px;
  display: block;
  margin: 0 -20px;
  background-color: #fff;
}

.el-dropdown-menu__item.is-disabled {
  cursor: default;
  color: #bbb;
  pointer-events: none;
}

.el-dropdown-menu--medium {
  padding: 6px 0;
}

.el-dropdown-menu--medium .el-dropdown-menu__item {
  line-height: 30px;
  padding: 0 17px;
  font-size: 14px;
}

.el-dropdown-menu--medium
  .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 6px;
}

.el-dropdown-menu--medium
  .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 6px;
  margin: 0 -17px;
}

.el-dropdown-menu--small {
  padding: 6px 0;
}

.el-dropdown-menu--small .el-dropdown-menu__item {
  line-height: 27px;
  padding: 0 15px;
  font-size: 13px;
}

.el-dropdown-menu--small
  .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 4px;
}

.el-dropdown-menu--small
  .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 4px;
  margin: 0 -15px;
}

.el-dropdown-menu--mini {
  padding: 3px 0;
}

.el-dropdown-menu--mini .el-dropdown-menu__item {
  line-height: 24px;
  padding: 0 10px;
  font-size: 12px;
}

.el-dropdown-menu--mini
  .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 3px;
}

.el-dropdown-menu--mini
  .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 3px;
  margin: 0 -10px;
}

.el-menu {
  border-right: 1px solid #e6e6e6;
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 0;
  background-color: #fff;
}

.el-menu::after,
.el-menu::before {
  display: table;
  content: '';
}

.el-menu::after {
  clear: both;
}

.el-menu.el-menu--horizontal {
  border-bottom: 1px solid #e6e6e6;
}

.el-menu--horizontal {
  border-right: none;
}

.el-menu--horizontal > .el-menu-item {
  float: left;
  margin: 0;
  border-bottom: 2px solid transparent;
  color: #909399;
}

.el-menu--horizontal > .el-menu-item a,
.el-menu--horizontal > .el-menu-item a:hover {
  color: inherit;
}

.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal > .el-menu-item:not(.is-disabled):hover {
  background-color: #fff;
}

.el-menu--horizontal > .el-submenu {
  float: left;
}

.el-menu--horizontal > .el-submenu:focus,
.el-menu--horizontal > .el-submenu:hover {
  outline: 0;
}

.el-menu--horizontal > .el-submenu:focus .el-submenu__title,
.el-menu--horizontal > .el-submenu:hover .el-submenu__title {
  color: #303133;
}

.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border-bottom: 2px solid #4d89ff;
  color: #303133;
}

.el-menu--horizontal > .el-submenu .el-submenu__title {
  border-bottom: 2px solid transparent;
  color: #909399;
}

.el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  background-color: #fff;
}

.el-menu--horizontal > .el-submenu .el-submenu__icon-arrow {
  position: static;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -3px;
}

.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
  background-color: #fff;
  float: none;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #909399;
}

.el-menu--horizontal .el-menu .el-menu-item.is-active,
.el-menu--horizontal .el-menu .el-submenu.is-active > .el-submenu__title {
  color: #303133;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  outline: 0;
  color: #303133;
}

.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: 2px solid #4d89ff;
  color: #303133;
}

.el-menu--collapse {
  width: 64px;
}

.el-menu--collapse > .el-menu-item [class^='el-icon-'],
.el-menu--collapse > .el-submenu > .el-submenu__title [class^='el-icon-'] {
  margin: 0;
  vertical-align: middle;
  width: 24px;
  text-align: center;
}

.el-menu--collapse > .el-menu-item .el-submenu__icon-arrow,
.el-menu--collapse > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}

.el-menu--collapse > .el-menu-item span,
.el-menu--collapse > .el-submenu > .el-submenu__title span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}

.el-menu--collapse > .el-menu-item.is-active i {
  color: inherit;
}

.el-menu--collapse .el-menu .el-submenu {
  min-width: 200px;
}

.el-menu--collapse .el-submenu {
  position: relative;
}

.el-menu--collapse .el-submenu .el-menu {
  position: absolute;
  margin-left: 5px;
  top: 0;
  left: 100%;
  z-index: 10;
  border: 1px solid #e4e7ed;
  border-radius: 2px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.el-menu--collapse
  .el-submenu.is-opened
  > .el-submenu__title
  .el-submenu__icon-arrow {
  transform: none;
}

.el-menu--popup {
  z-index: 100;
  border: none;
  padding: 5px 0;
  border-radius: 2px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.el-menu--popup-bottom-start {
  margin-top: 5px;
}

.el-menu--popup-right-start {
  margin-left: 5px;
  margin-right: 5px;
}

.el-menu-item {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #303133;
  padding: 0 20px;
  list-style: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  box-sizing: border-box;
  white-space: nowrap;
}

.el-menu-item * {
  vertical-align: middle;
}

.el-menu-item i {
  color: #909399;
}

.el-menu-item:focus,
.el-menu-item:hover {
  outline: 0;
  background-color: #edf3ff;
}

.el-menu-item.is-disabled {
  opacity: 0.25;
  cursor: not-allowed;
  background: 0 0 !important;
}

.el-menu-item [class^='el-icon-'] {
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}

.el-menu-item.is-active {
  color: #4d89ff;
}

.el-menu-item.is-active i {
  color: inherit;
}

.el-submenu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.el-submenu__title {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #303133;
  padding: 0 20px;
  list-style: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  box-sizing: border-box;
  white-space: nowrap;
}

.el-submenu__title * {
  vertical-align: middle;
}

.el-submenu__title i {
  color: #909399;
}

.el-submenu__title:focus,
.el-submenu__title:hover {
  outline: 0;
  background-color: #edf3ff;
}

.el-submenu__title.is-disabled {
  opacity: 0.25;
  cursor: not-allowed;
  background: 0 0 !important;
}

.el-submenu__title:hover {
  background-color: #edf3ff;
}

.el-submenu .el-menu {
  border: none;
}

.el-submenu .el-menu-item {
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  min-width: 200px;
}

.el-submenu__icon-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  transition: transform 0.3s;
  font-size: 12px;
}

.el-submenu.is-active .el-submenu__title {
  border-bottom-color: #4d89ff;
}

.el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
  transform: rotateZ(180deg);
}

.el-submenu.is-disabled .el-menu-item,
.el-submenu.is-disabled .el-submenu__title {
  opacity: 0.25;
  cursor: not-allowed;
  background: 0 0 !important;
}

.el-submenu [class^='el-icon-'] {
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
}

.el-menu-item-group > ul {
  padding: 0;
}

.el-menu-item-group__title {
  padding: 7px 0 7px 20px;
  line-height: normal;
  font-size: 12px;
  color: #909399;
}

.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow {
  transition: 0.2s;
  opacity: 0;
}

.el-radio-group {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 0;
}

.el-radio-button {
  position: relative;
  display: inline-block;
  outline: 0;
}

.el-radio-button__inner {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #dcdfe6;
  font-weight: 500;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0;
}

.el-radio-button__inner.is-round {
  padding: 12px 20px;
}

.el-radio-button__inner:hover {
  color: #4d89ff;
}

.el-radio-button__inner [class*='el-icon-'] {
  line-height: 0.9;
}

.el-radio-button__inner [class*='el-icon-'] + span {
  margin-left: 5px;
}

.el-radio-button:first-child .el-radio-button__inner {
  border-left: 1px solid #dcdfe6;
  border-radius: 4px 0 0 4px;
  box-shadow: none !important;
}

.el-radio-button__orig-radio {
  opacity: 0;
  outline: 0;
  position: absolute;
  z-index: -1;
}

.el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #fff;
  background-color: #4d89ff;
  border-color: #4d89ff;
  box-shadow: -1px 0 0 0 #4d89ff;
}

.el-radio-button__orig-radio:disabled + .el-radio-button__inner {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #ebeef5;
  box-shadow: none;
}

.el-radio-button__orig-radio:disabled:checked + .el-radio-button__inner {
  background-color: #f2f6fc;
}

.el-radio-button:last-child .el-radio-button__inner {
  border-radius: 0 4px 4px 0;
}

.el-radio-button:first-child:last-child .el-radio-button__inner {
  border-radius: 4px;
}

.el-radio-button--medium .el-radio-button__inner {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 0;
}

.el-radio-button--medium .el-radio-button__inner.is-round {
  padding: 10px 20px;
}

.el-radio-button--small .el-radio-button__inner {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
}

.el-radio-button--small .el-radio-button__inner.is-round {
  padding: 9px 15px;
}

.el-radio-button--mini .el-radio-button__inner {
  padding: 5px 7px;
  font-size: 12px;
  border-radius: 0;
}

.el-radio-button--mini .el-radio-button__inner.is-round {
  padding: 5px 7px;
}

.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
  box-shadow: 0 0 2px 2px #4d89ff;
}

.el-switch {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}

.el-switch.is-disabled .el-switch__core,
.el-switch.is-disabled .el-switch__label {
  cursor: not-allowed;
}

.el-switch__label {
  transition: 0.2s;
  height: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  vertical-align: middle;
  color: #303133;
}

.el-switch__label.is-active {
  color: #4d89ff;
}

.el-switch__label--left {
  margin-right: 10px;
}

.el-switch__label--right {
  margin-left: 10px;
}

.el-switch__label * {
  line-height: 1;
  font-size: 14px;
  display: inline-block;
}

.el-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: 0;
  border-radius: 10px;
  box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}

.el-switch__core:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
  transition: 0.3s;
  width: 16px;
  height: 16px;
  background-color: #fff;
}

.el-switch.is-checked .el-switch__core {
  border-color: #4d89ff;
  background-color: #4d89ff;
}

.el-switch.is-checked .el-switch__core::after {
  left: 100%;
  margin-left: -17px;
}

.el-switch.is-disabled {
  opacity: 0.6;
}

.el-switch--wide .el-switch__label.el-switch__label--left span {
  left: 10px;
}

.el-switch--wide .el-switch__label.el-switch__label--right span {
  right: 10px;
}

.el-switch .label-fade-enter,
.el-switch .label-fade-leave-active {
  opacity: 0;
}

.el-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 5px 0;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item {
  padding-right: 40px;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #4d89ff;
  background-color: #fff;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
  background-color: #f5f7fa;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
  position: absolute;
  right: 20px;
  font-family: element-icons;
  content: '\e6da';
  font-size: 12px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
  padding: 0;
}

.el-select-dropdown__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: #999;
  font-size: 14px;
}

.el-select-dropdown__wrap {
  max-height: 274px;
}

.el-select-dropdown__list {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  box-sizing: border-box;
}

.el-select-dropdown__item {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
}

.el-select-dropdown__item.is-disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}

.el-select-dropdown__item.is-disabled:hover {
  background-color: #fff;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #f5f7fa;
}

.el-select-dropdown__item.selected {
  color: #4d89ff;
  font-weight: 700;
}

.el-select-group {
  margin: 0;
  padding: 0;
}

.el-select-group__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 24px;
}

.el-select-group__wrap:not(:last-of-type)::after {
  content: '';
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  bottom: 12px;
  height: 1px;
  background: #e4e7ed;
}

.el-select-group__title {
  padding-left: 20px;
  font-size: 12px;
  color: #919aab;
  line-height: 30px;
}

.el-select-group .el-select-dropdown__item {
  padding-left: 20px;
}

.el-select {
  display: inline-block;
  position: relative;
}

.el-select .el-select__tags > span {
  display: contents;
}

.el-select:hover .el-input__inner {
  border-color: #c0c4cc;
}

.el-select .el-input__inner {
  cursor: pointer;
  padding-right: 35px;
}

.el-select .el-input__inner:focus {
  border-color: #4d89ff;
}

.el-select .el-input .el-select__caret {
  color: #c0c4cc;
  font-size: 14px;
  transition: transform 0.3s;
  transform: rotateZ(180deg);
  cursor: pointer;
}

.el-select .el-input .el-select__caret.is-reverse {
  transform: rotateZ(0);
}

.el-select .el-input .el-select__caret.is-show-close {
  font-size: 14px;
  text-align: center;
  transform: rotateZ(180deg);
  border-radius: 100%;
  color: #c0c4cc;
  transition: color cubic-bezier(0.645, 0.045, 0.355, 1);
}

.el-select .el-input .el-select__caret.is-show-close:hover {
  color: #909399;
}

.el-select .el-input.is-disabled .el-input__inner {
  cursor: not-allowed;
}

.el-select .el-input.is-disabled .el-input__inner:hover {
  border-color: #e4e7ed;
}

.el-select .el-input.is-focus .el-input__inner {
  border-color: #4d89ff;
}

.el-select > .el-input {
  display: block;
}

.el-select__input {
  border: none;
  outline: 0;
  padding: 0;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 28px;
  background-color: transparent;
}

.el-select__input.is-mini {
  height: 14px;
}

.el-select__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: 1000;
  right: 25px;
  color: #c0c4cc;
  line-height: 18px;
  font-size: 14px;
}

.el-select__close:hover {
  color: #909399;
}

.el-select__tags {
  position: absolute;
  line-height: normal;
  white-space: normal;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.el-select__tags-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-select .el-tag {
  box-sizing: border-box;
  border-color: transparent;
  margin: 2px 0 2px 6px;
  background-color: #f0f2f5;
  display: flex;
  max-width: 100%;
  align-items: center;
}

.el-select .el-tag__close.el-icon-close {
  background-color: #c0c4cc;
  top: 0;
  color: #fff;
  flex-shrink: 0;
}

.el-select .el-tag__close.el-icon-close:hover {
  background-color: #909399;
}

.el-select .el-tag__close.el-icon-close::before {
  display: block;
  transform: translate(0, 0.5px);
}

.el-table {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #606266;
}

.el-table__empty-block {
  min-height: 60px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.el-table__empty-text {
  line-height: 60px;
  width: 50%;
  color: #909399;
}

.el-table__expand-column .cell {
  padding: 0;
  text-align: center;
}

.el-table__expand-icon {
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 12px;
  transition: transform 0.2s ease-in-out;
  height: 20px;
}

.el-table__expand-icon--expanded {
  transform: rotate(90deg);
}

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

.el-table__expanded-cell {
  background-color: #fff;
}

.el-table__expanded-cell[class*='cell'] {
  padding: 20px 50px;
}

.el-table__expanded-cell:hover {
  background-color: transparent !important;
}

.el-table__placeholder {
  display: inline-block;
  width: 20px;
}

.el-table__append-wrapper {
  overflow: hidden;
}

.el-table--fit {
  border-right: 0;
  border-bottom: 0;
}

.el-table--fit .el-table__cell.gutter {
  border-right-width: 1px;
}

.el-table--scrollable-x .el-table__body-wrapper {
  overflow-x: auto;
}

.el-table--scrollable-y .el-table__body-wrapper {
  overflow-y: auto;
}

.el-table thead {
  color: #909399;
  font-weight: 500;
}

.el-table thead.is-group th.el-table__cell {
  background: #f5f7fa;
}

.el-table .el-table__cell {
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
}

.el-table .el-table__cell.is-center {
  text-align: center;
}

.el-table .el-table__cell.is-right {
  text-align: right;
}

.el-table .el-table__cell.gutter {
  width: 15px;
  border-right-width: 0;
  border-bottom-width: 0;
  padding: 0;
}

.el-table .el-table__cell.is-hidden > * {
  visibility: hidden;
}

.el-table--medium .el-table__cell {
  padding: 10px 0;
}

.el-table--small {
  font-size: 12px;
}

.el-table--small .el-table__cell {
  padding: 8px 0;
}

.el-table--mini {
  font-size: 12px;
}

.el-table--mini .el-table__cell {
  padding: 6px 0;
}

.el-table tr {
  background-color: #fff;
}

.el-table tr input[type='checkbox'] {
  margin: 0;
}

.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
  border-bottom: 1px solid #ebeef5;
}

.el-table th.el-table__cell.is-sortable {
  cursor: pointer;
}

.el-table th.el-table__cell {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff;
}

.el-table th.el-table__cell > .cell {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.el-table th.el-table__cell > .cell.highlight {
  color: #4d89ff;
}

.el-table th.el-table__cell.required > div::before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d51;
  margin-right: 5px;
  vertical-align: middle;
}

.el-table td.el-table__cell div {
  box-sizing: border-box;
}

.el-table td.el-table__cell.gutter {
  width: 0;
}

.el-table .cell {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  line-height: 23px;
  padding-left: 10px;
  padding-right: 10px;
}

.el-table .cell.el-tooltip {
  white-space: nowrap;
  min-width: 50px;
}

.el-table--border,
.el-table--group {
  border: 1px solid #ebeef5;
}

.el-table--border::after,
.el-table--group::after,
.el-table::before {
  content: '';
  position: absolute;
  background-color: #ebeef5;
  z-index: 1;
}

.el-table--border::after,
.el-table--group::after {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}

.el-table::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}

.el-table--border.el-loading-parent--relative {
  border-color: transparent;
}

.el-table--border .el-table__cell {
  border-right: 1px solid #ebeef5;
}

.el-table--border .el-table__cell:first-child .cell {
  padding-left: 10px;
}

.el-table--border th.el-table__cell,
.el-table--border th.el-table__cell.gutter:last-of-type {
  border-bottom: 1px solid #ebeef5;
}

.el-table--hidden {
  visibility: hidden;
}

.el-table__fixed,
.el-table__fixed-right {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

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

.el-table__fixed-right-patch {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid #ebeef5;
}

.el-table__fixed-right {
  top: 0;
  left: auto;
  right: 0;
}

.el-table__fixed-right .el-table__fixed-body-wrapper,
.el-table__fixed-right .el-table__fixed-footer-wrapper,
.el-table__fixed-right .el-table__fixed-header-wrapper {
  left: auto;
  right: 0;
}

.el-table__fixed-header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.el-table__fixed-footer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.el-table__fixed-footer-wrapper tbody td.el-table__cell {
  border-top: 1px solid #ebeef5;
  background-color: #f5f7fa;
  color: #606266;
}

.el-table__fixed-body-wrapper {
  position: absolute;
  left: 0;
  top: 37px;
  overflow: hidden;
  z-index: 3;
}

.el-table__body-wrapper,
.el-table__footer-wrapper,
.el-table__header-wrapper {
  width: 100%;
}

.el-table__footer-wrapper {
  margin-top: -1px;
}

.el-table__footer-wrapper td.el-table__cell {
  border-top: 1px solid #ebeef5;
}

.el-table__body,
.el-table__footer,
.el-table__header {
  table-layout: fixed;
  border-collapse: separate;
}

.el-table__footer-wrapper,
.el-table__header-wrapper {
  overflow: hidden;
}

.el-table__footer-wrapper tbody td.el-table__cell,
.el-table__header-wrapper tbody td.el-table__cell {
  background-color: #f5f7fa;
  color: #606266;
}

.el-table__body-wrapper {
  overflow: hidden;
  position: relative;
}

.el-table__body-wrapper.is-scrolling-left ~ .el-table__fixed,
.el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed,
.el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed-right,
.el-table__body-wrapper.is-scrolling-right ~ .el-table__fixed-right {
  box-shadow: none;
}

.el-table__body-wrapper
  .el-table--border.is-scrolling-right
  ~ .el-table__fixed-right {
  border-left: 1px solid #ebeef5;
}

.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: 1px solid #ebeef5;
}

.el-table .caret-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: 34px;
  width: 24px;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
}

.el-table .sort-caret {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  left: 7px;
}

.el-table .sort-caret.ascending {
  border-bottom-color: #c0c4cc;
  top: 5px;
}

.el-table .sort-caret.descending {
  border-top-color: #c0c4cc;
  bottom: 7px;
}

.el-table .ascending .sort-caret.ascending {
  border-bottom-color: #4d89ff;
}

.el-table .descending .sort-caret.descending {
  border-top-color: #4d89ff;
}

.el-table .hidden-columns {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background: #fafafa;
}

.el-table--striped
  .el-table__body
  tr.el-table__row--striped.current-row
  td.el-table__cell {
  background-color: #edf3ff;
}

.el-table__body tr.hover-row.current-row > td.el-table__cell,
.el-table__body
  tr.hover-row.el-table__row--striped.current-row
  > td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell,
.el-table__body tr.hover-row > td.el-table__cell {
  background-color: #f5f7fa;
}

.el-table__body tr.current-row > td.el-table__cell {
  background-color: #edf3ff;
}

.el-table__column-resize-proxy {
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid #ebeef5;
  z-index: 10;
}

.el-table__column-filter-trigger {
  display: inline-block;
  line-height: 34px;
  cursor: pointer;
}

.el-table__column-filter-trigger i {
  color: #919aab;
  font-size: 12px;
  transform: scale(0.75);
}

.el-table--enable-row-transition .el-table__body td.el-table__cell {
  -webkit-transition: background-color 0.25s;
}

.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #f5f7fa;
}

.el-table--fluid-height .el-table__fixed,
.el-table--fluid-height .el-table__fixed-right {
  bottom: 0;
  overflow: hidden;
}

.el-table [class*='el-table__row--level'] .el-table__expand-icon {
  display: inline-block;
  width: 20px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  margin-right: 3px;
}

.el-table-column--selection .cell {
  padding-left: 14px;
  padding-right: 14px;
}

.el-table-filter {
  border: 1px solid #ebeef5;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 2px 0;
}

.el-table-filter__list {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  min-width: 100px;
}

.el-table-filter__list-item {
  line-height: 36px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
}

.el-table-filter__list-item:hover {
  background-color: #edf3ff;
  color: #71a1ff;
}

.el-table-filter__list-item.is-active {
  background-color: #4d89ff;
  color: #fff;
}

.el-table-filter__content {
  min-width: 100px;
}

.el-table-filter__bottom {
  border-top: 1px solid #ebeef5;
  padding: 8px;
}

.el-table-filter__bottom button {
  background: 0 0;
  border: none;
  color: #606266;
  cursor: pointer;
  font-size: 13px;
  padding: 0 3px;
}

.el-table-filter__bottom button:hover {
  color: #4d89ff;
}

.el-table-filter__bottom button:focus {
  outline: 0;
}

.el-table-filter__bottom button.is-disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}

.el-table-filter__wrap {
  max-height: 280px;
}

.el-table-filter__checkbox-group {
  padding: 10px;
}

.el-table-filter__checkbox-group label.el-checkbox {
  display: block;
  margin-right: 5px;
  margin-bottom: 8px;
  margin-left: 5px;
}

.el-table-filter__checkbox-group .el-checkbox:last-child {
  margin-bottom: 0;
}

.el-date-table {
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.el-date-table.is-week-mode .el-date-table__row:hover div {
  background-color: #f2f6fc;
}

.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
  color: #606266;
}

.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div {
  margin-left: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div {
  margin-right: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.el-date-table.is-week-mode .el-date-table__row.current div {
  background-color: #f2f6fc;
}

.el-date-table td {
  width: 32px;
  height: 30px;
  padding: 4px 0;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.el-date-table td div {
  height: 30px;
  padding: 3px 0;
  box-sizing: border-box;
}

.el-date-table td span {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  line-height: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.el-date-table td.next-month,
.el-date-table td.prev-month {
  color: #c0c4cc;
}

.el-date-table td.today {
  position: relative;
}

.el-date-table td.today span {
  color: #4d89ff;
  font-weight: 700;
}

.el-date-table td.today.end-date span,
.el-date-table td.today.start-date span {
  color: #fff;
}

.el-date-table td.available:hover {
  color: #4d89ff;
}

.el-date-table td.in-range div,
.el-date-table td.in-range div:hover {
  background-color: #f2f6fc;
}

.el-date-table td.current:not(.disabled) span {
  color: #fff;
  background-color: #4d89ff;
}

.el-date-table td.end-date div,
.el-date-table td.start-date div {
  color: #fff;
}

.el-date-table td.end-date span,
.el-date-table td.start-date span {
  background-color: #4d89ff;
}

.el-date-table td.start-date div {
  margin-left: 5px;
}

.el-date-table td.disabled div {
  background-color: #f5f7fa;
  opacity: 1;
  cursor: not-allowed;
  color: #c0c4cc;
}

.el-date-table td.selected div {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #f2f6fc;
}

.el-date-table td.selected div:hover {
  background-color: #f2f6fc;
}

.el-date-table td.selected span {
  background-color: #4d89ff;
  color: #fff;
}

.el-date-table td.week {
  font-size: 80%;
  color: #606266;
}

.el-date-table th {
  padding: 5px;
  color: #606266;
  font-weight: 400;
  border-bottom: 1px solid #ebeef5;
}

.el-month-table {
  font-size: 12px;
  margin: -1px;
  border-collapse: collapse;
}

.el-month-table td {
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}

.el-month-table td div {
  height: 48px;
  padding: 6px 0;
  box-sizing: border-box;
}

.el-month-table td.today .cell {
  color: #4d89ff;
  font-weight: 700;
}

.el-month-table td.today.end-date .cell,
.el-month-table td.today.start-date .cell {
  color: #fff;
}

.el-month-table td.disabled .cell {
  background-color: #f5f7fa;
  cursor: not-allowed;
  color: #c0c4cc;
}

.el-month-table td.disabled .cell:hover {
  color: #c0c4cc;
}

.el-month-table td .cell {
  width: 60px;
  height: 36px;
  display: block;
  line-height: 36px;
  color: #606266;
  margin: 0 auto;
  border-radius: 18px;
}

.el-month-table td .cell:hover {
  color: #4d89ff;
}

.el-month-table td.in-range div,
.el-month-table td.in-range div:hover {
  background-color: #f2f6fc;
}

.el-month-table td.end-date div,
.el-month-table td.start-date div {
  color: #fff;
}

.el-month-table td.end-date .cell,
.el-month-table td.start-date .cell {
  color: #fff;
  background-color: #4d89ff;
}

.el-month-table td.start-date div {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.el-month-table td.end-date div {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.el-year-table {
  font-size: 12px;
  margin: -1px;
  border-collapse: collapse;
}

.el-year-table .el-icon {
  color: #303133;
}

.el-year-table td {
  text-align: center;
  padding: 20px 3px;
  cursor: pointer;
}

.el-year-table td.today .cell {
  color: #4d89ff;
  font-weight: 700;
}

.el-year-table td.disabled .cell {
  background-color: #f5f7fa;
  cursor: not-allowed;
  color: #c0c4cc;
}

.el-year-table td.disabled .cell:hover {
  color: #c0c4cc;
}

.el-year-table td .cell {
  width: 48px;
  height: 32px;
  display: block;
  line-height: 32px;
  color: #606266;
  margin: 0 auto;
}

.el-year-table td .cell:hover {
  color: #4d89ff;
}

.el-date-range-picker {
  width: 646px;
}

.el-date-range-picker.has-sidebar {
  width: 756px;
}

.el-date-range-picker table {
  table-layout: fixed;
  width: 100%;
}

.el-date-range-picker .el-picker-panel__body {
  min-width: 513px;
}

.el-date-range-picker .el-picker-panel__content {
  margin: 0;
}

.el-date-range-picker__header {
  position: relative;
  text-align: center;
  height: 28px;
}

.el-date-range-picker__header [class*='arrow-left'] {
  float: left;
}

.el-date-range-picker__header [class*='arrow-right'] {
  float: right;
}

.el-date-range-picker__header div {
  font-size: 16px;
  font-weight: 500;
  margin-right: 50px;
}

.el-date-range-picker__content {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 16px;
}

.el-date-range-picker__content.is-left {
  border-right: 1px solid #e4e4e4;
}

.el-date-range-picker__content .el-date-range-picker__header div {
  margin-left: 50px;
  margin-right: 50px;
}

.el-date-range-picker__editors-wrap {
  box-sizing: border-box;
  display: table-cell;
}

.el-date-range-picker__editors-wrap.is-right {
  text-align: right;
}

.el-date-range-picker__time-header {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 8px 5px 5px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.el-date-range-picker__time-header > .el-icon-arrow-right {
  font-size: 20px;
  vertical-align: middle;
  display: table-cell;
  color: #303133;
}

.el-date-range-picker__time-picker-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}

.el-date-range-picker__time-picker-wrap .el-picker-panel {
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 1;
  background: #fff;
}

.el-date-picker {
  width: 322px;
}

.el-date-picker.has-sidebar.has-time {
  width: 434px;
}

.el-date-picker.has-sidebar {
  width: 438px;
}

.el-date-picker.has-time .el-picker-panel__body-wrapper {
  position: relative;
}

.el-date-picker .el-picker-panel__content {
  width: 292px;
}

.el-date-picker table {
  table-layout: fixed;
  width: 100%;
}

.el-date-picker__editor-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}

.el-date-picker__time-header {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 8px 5px 5px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.el-date-picker__header {
  margin: 12px;
  text-align: center;
}

.el-date-picker__header--bordered {
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebeef5;
}

.el-date-picker__header--bordered + .el-picker-panel__content {
  margin-top: 0;
}

.el-date-picker__header-label {
  font-size: 16px;
  font-weight: 500;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  color: #606266;
}

.el-date-picker__header-label.active,
.el-date-picker__header-label:hover {
  color: #4d89ff;
}

.el-date-picker__prev-btn {
  float: left;
}

.el-date-picker__next-btn {
  float: right;
}

.el-date-picker__time-wrap {
  padding: 10px;
  text-align: center;
}

.el-date-picker__time-label {
  float: left;
  cursor: pointer;
  line-height: 30px;
  margin-left: 10px;
}

.time-select {
  margin: 5px 0;
  min-width: 0;
}

.time-select .el-picker-panel__content {
  max-height: 200px;
  margin: 0;
}

.time-select-item {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
}

.time-select-item.selected:not(.disabled) {
  color: #4d89ff;
  font-weight: 700;
}

.time-select-item.disabled {
  color: #e4e7ed;
  cursor: not-allowed;
}

.time-select-item:hover {
  background-color: #f5f7fa;
  font-weight: 700;
  cursor: pointer;
}

.el-date-editor {
  position: relative;
  display: inline-block;
  text-align: left;
}

.el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 220px;
}

.el-date-editor--monthrange.el-input,
.el-date-editor--monthrange.el-input__inner {
  width: 300px;
}

.el-date-editor--daterange.el-input,
.el-date-editor--daterange.el-input__inner,
.el-date-editor--timerange.el-input,
.el-date-editor--timerange.el-input__inner {
  width: 350px;
}

.el-date-editor--datetimerange.el-input,
.el-date-editor--datetimerange.el-input__inner {
  width: 400px;
}

.el-date-editor--dates .el-input__inner {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-date-editor .el-icon-circle-close {
  cursor: pointer;
}

.el-date-editor .el-range__icon {
  font-size: 14px;
  margin-left: -5px;
  color: #c0c4cc;
  float: left;
  line-height: 32px;
}

.el-date-editor .el-range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 39%;
  text-align: center;
  font-size: 14px;
  color: #606266;
}

.el-date-editor .el-range-input::-moz-placeholder {
  color: #c0c4cc;
}

.el-date-editor .el-range-input::placeholder {
  color: #c0c4cc;
}

.el-date-editor .el-range-separator {
  display: inline-block;
  height: 100%;
  padding: 0 5px;
  margin: 0;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  width: 5%;
  color: #303133;
}

.el-date-editor .el-range__close-icon {
  font-size: 14px;
  color: #c0c4cc;
  width: 25px;
  display: inline-block;
  float: right;
  line-height: 32px;
}

.el-range-editor.el-input__inner {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
}

.el-range-editor .el-range-input {
  line-height: 1;
}

.el-range-editor.is-active,
.el-range-editor.is-active:hover {
  border-color: #4d89ff;
}

.el-range-editor--medium.el-input__inner {
  height: 36px;
}

.el-range-editor--medium .el-range-separator {
  line-height: 28px;
  font-size: 14px;
}

.el-range-editor--medium .el-range-input {
  font-size: 14px;
}

.el-range-editor--medium .el-range__close-icon,
.el-range-editor--medium .el-range__icon {
  line-height: 28px;
}

.el-range-editor--small.el-input__inner {
  height: 32px;
}

.el-range-editor--small .el-range-separator {
  line-height: 24px;
  font-size: 13px;
}

.el-range-editor--small .el-range-input {
  font-size: 13px;
}

.el-range-editor--small .el-range__close-icon,
.el-range-editor--small .el-range__icon {
  line-height: 24px;
}

.el-range-editor--mini.el-input__inner {
  height: 28px;
}

.el-range-editor--mini .el-range-separator {
  line-height: 20px;
  font-size: 12px;
}

.el-range-editor--mini .el-range-input {
  font-size: 12px;
}

.el-range-editor--mini .el-range__close-icon,
.el-range-editor--mini .el-range__icon {
  line-height: 20px;
}

.el-range-editor.is-disabled {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
  cursor: not-allowed;
}

.el-range-editor.is-disabled:focus,
.el-range-editor.is-disabled:hover {
  border-color: #e4e7ed;
}

.el-range-editor.is-disabled input {
  background-color: #f5f7fa;
  color: #c0c4cc;
  cursor: not-allowed;
}

.el-range-editor.is-disabled input::-moz-placeholder {
  color: #c0c4cc;
}

.el-range-editor.is-disabled input::placeholder {
  color: #c0c4cc;
}

.el-range-editor.is-disabled .el-range-separator {
  color: #c0c4cc;
}

.el-picker-panel {
  color: #606266;
  border: 1px solid #e4e7ed;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
  line-height: 30px;
  margin: 5px 0;
}

.el-picker-panel__body-wrapper::after,
.el-picker-panel__body::after {
  content: '';
  display: table;
  clear: both;
}

.el-picker-panel__content {
  position: relative;
  margin: 15px;
}

.el-picker-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  text-align: right;
  background-color: #fff;
  position: relative;
  font-size: 0;
}

.el-picker-panel__shortcut {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  line-height: 28px;
  font-size: 14px;
  color: #606266;
  padding-left: 12px;
  text-align: left;
  outline: 0;
  cursor: pointer;
}

.el-picker-panel__shortcut:hover {
  color: #4d89ff;
}

.el-picker-panel__shortcut.active {
  background-color: #e6f1fe;
  color: #4d89ff;
}

.el-picker-panel__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
}

.el-picker-panel__btn[disabled] {
  color: #ccc;
  cursor: not-allowed;
}

.el-picker-panel__icon-btn {
  font-size: 12px;
  color: #303133;
  border: 0;
  background: 0 0;
  cursor: pointer;
  outline: 0;
  margin-top: 8px;
}

.el-picker-panel__icon-btn:hover {
  color: #4d89ff;
}

.el-picker-panel__icon-btn.is-disabled {
  color: #bbb;
}

.el-picker-panel__icon-btn.is-disabled:hover {
  cursor: not-allowed;
}

.el-picker-panel__link-btn {
  vertical-align: middle;
}

.el-picker-panel [slot='sidebar'],
.el-picker-panel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-right: 1px solid #e4e4e4;
  box-sizing: border-box;
  padding-top: 6px;
  background-color: #fff;
  overflow: auto;
}

.el-picker-panel [slot='sidebar'] + .el-picker-panel__body,
.el-picker-panel__sidebar + .el-picker-panel__body {
  margin-left: 110px;
}

.el-time-spinner.has-seconds .el-time-spinner__wrapper {
  width: 33.3%;
}

.el-time-spinner__wrapper {
  max-height: 190px;
  overflow: auto;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
}

.el-time-spinner__wrapper
  .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
  padding-bottom: 15px;
}

.el-time-spinner__wrapper.is-arrow {
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

.el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
  transform: translateY(-32px);
}

.el-time-spinner__wrapper.is-arrow
  .el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #fff;
  cursor: default;
}

.el-time-spinner__arrow {
  font-size: 12px;
  color: #909399;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.el-time-spinner__arrow:hover {
  color: #4d89ff;
}

.el-time-spinner__arrow.el-icon-arrow-up {
  top: 10px;
}

.el-time-spinner__arrow.el-icon-arrow-down {
  bottom: 10px;
}

.el-time-spinner__input.el-input {
  width: 70%;
}

.el-time-spinner__input.el-input .el-input__inner {
  padding: 0;
  text-align: center;
}

.el-time-spinner__list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.el-time-spinner__list::after,
.el-time-spinner__list::before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
}

.el-time-spinner__item {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #606266;
}

.el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #f5f7fa;
  cursor: pointer;
}

.el-time-spinner__item.active:not(.disabled) {
  color: #303133;
  font-weight: 700;
}

.el-time-spinner__item.disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}

.el-time-panel {
  margin: 5px 0;
  border: 1px solid #e4e7ed;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  position: absolute;
  width: 180px;
  left: 0;
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: content-box;
}

.el-time-panel__content {
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.el-time-panel__content::after,
.el-time-panel__content::before {
  content: '';
  top: 50%;
  position: absolute;
  margin-top: -15px;
  height: 32px;
  z-index: -1;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-top: 6px;
  text-align: left;
  border-top: 1px solid #e4e7ed;
  border-bottom: 1px solid #e4e7ed;
}

.el-time-panel__content::after {
  left: 50%;
  margin-left: 12%;
  margin-right: 12%;
}

.el-time-panel__content::before {
  padding-left: 50%;
  margin-right: 12%;
  margin-left: 12%;
}

.el-time-panel__content.has-seconds::after {
  left: calc(100% / 3 * 2);
}

.el-time-panel__content.has-seconds::before {
  padding-left: calc(100% / 3);
}

.el-time-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  height: 36px;
  line-height: 25px;
  text-align: right;
  box-sizing: border-box;
}

.el-time-panel__btn {
  border: none;
  line-height: 28px;
  padding: 0 5px;
  margin: 0 5px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
  color: #303133;
}

.el-time-panel__btn.confirm {
  font-weight: 800;
  color: #4d89ff;
}

.el-time-range-picker {
  width: 354px;
  overflow: visible;
}

.el-time-range-picker__content {
  position: relative;
  text-align: center;
  padding: 10px;
}

.el-time-range-picker__cell {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 7px 7px;
  width: 50%;
  display: inline-block;
}

.el-time-range-picker__header {
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
}

.el-time-range-picker__body {
  border-radius: 2px;
  border: 1px solid #e4e7ed;
}

.el-popover {
  position: absolute;
  background: #fff;
  min-width: 150px;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  padding: 12px;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  word-break: break-all;
}

.el-popover--plain {
  padding: 18px 20px;
}

.el-popover__title {
  color: #303133;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}

.el-popover:focus,
.el-popover:focus:active,
.el-popover__reference:focus:hover,
.el-popover__reference:focus:not(.focusing) {
  outline-width: 0;
}

.v-modal-enter {
  animation: 0.2s v-modal-in;
}

.v-modal-leave {
  animation: 0.2s forwards v-modal-out;
}

@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.el-popup-parent--hidden {
  overflow: hidden;
}

.el-message-box {
  display: inline-block;
  width: 420px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  font-size: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  overflow: hidden;
  backface-visibility: hidden;
}

.el-message-box__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.el-message-box__wrapper::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.el-message-box__header {
  position: relative;
  padding: 15px 15px 10px;
}

.el-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #303133;
}

.el-message-box__headerbtn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  outline: 0;
  background: 0 0;
  font-size: 16px;
  cursor: pointer;
}

.el-message-box__headerbtn .el-message-box__close {
  color: #919aab;
}

.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
  color: #4d89ff;
}

.el-message-box__content {
  padding: 10px 15px;
  color: #606266;
  font-size: 14px;
}

.el-message-box__container {
  position: relative;
}

.el-message-box__input {
  padding-top: 15px;
}

.el-message-box__input input.invalid,
.el-message-box__input input.invalid:focus {
  border-color: #ff4d4d;
}

.el-message-box__status {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px !important;
}

.el-message-box__status::before {
  padding-left: 1px;
}

.el-message-box__status + .el-message-box__message {
  padding-left: 36px;
  padding-right: 12px;
}

.el-message-box__status.el-icon-success {
  color: #3cd69d;
}

.el-message-box__status.el-icon-info {
  color: #919aab;
}

.el-message-box__status.el-icon-warning {
  color: #ffa74d;
}

.el-message-box__status.el-icon-error {
  color: #ff4d4d;
}

.el-message-box__message {
  margin: 0;
}

.el-message-box__message p {
  margin: 0;
  line-height: 24px;
}

.el-message-box__errormsg {
  color: #ff4d4d;
  font-size: 12px;
  min-height: 18px;
  margin-top: 2px;
}

.el-message-box__btns {
  padding: 5px 15px 0;
  text-align: right;
}

.el-message-box__btns button:nth-child(2) {
  margin-left: 10px;
}

.el-message-box__btns-reverse {
  flex-direction: row-reverse;
}

.el-message-box--center {
  padding-bottom: 30px;
}

.el-message-box--center .el-message-box__header {
  padding-top: 30px;
}

.el-message-box--center .el-message-box__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-message-box--center .el-message-box__status {
  position: relative;
  top: auto;
  padding-right: 5px;
  text-align: center;
  transform: translateY(-1px);
}

.el-message-box--center .el-message-box__message {
  margin-left: 0;
}

.el-message-box--center .el-message-box__btns,
.el-message-box--center .el-message-box__content {
  text-align: center;
}

.el-message-box--center .el-message-box__content {
  padding-left: 27px;
  padding-right: 27px;
}

.msgbox-fade-enter-active {
  animation: 0.3s msgbox-fade-in;
}

.msgbox-fade-leave-active {
  animation: 0.3s msgbox-fade-out;
}

@keyframes msgbox-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes msgbox-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}

.el-breadcrumb {
  font-size: 14px;
  line-height: 1;
}

.el-breadcrumb::after,
.el-breadcrumb::before {
  display: table;
  content: '';
}

.el-breadcrumb::after {
  clear: both;
}

.el-breadcrumb__separator {
  margin: 0 9px;
  font-weight: 700;
  color: #c0c4cc;
}

.el-breadcrumb__separator[class*='icon'] {
  margin: 0 6px;
  font-weight: 400;
}

.el-breadcrumb__item {
  float: left;
}

.el-breadcrumb__inner {
  color: #606266;
}

.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
  font-weight: 700;
  text-decoration: none;
  transition: color cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #303133;
}

.el-breadcrumb__inner a:hover,
.el-breadcrumb__inner.is-link:hover {
  color: #4d89ff;
  cursor: pointer;
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
  font-weight: 400;
  color: #606266;
  cursor: text;
}

.el-breadcrumb__item:last-child .el-breadcrumb__separator {
  display: none;
}

.el-form--label-left .el-form-item__label {
  text-align: left;
}

.el-form--label-top .el-form-item__label {
  float: none;
  display: inline-block;
  text-align: left;
  padding: 0 0 10px;
}

.el-form--inline .el-form-item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.el-form--inline .el-form-item__label {
  float: none;
  display: inline-block;
}

.el-form--inline .el-form-item__content {
  display: inline-block;
  vertical-align: top;
}

.el-form--inline.el-form--label-top .el-form-item__content {
  display: block;
}

.el-form-item {
  margin-bottom: 22px;
}

.el-form-item::after,
.el-form-item::before {
  display: table;
  content: '';
}

.el-form-item::after {
  clear: both;
}

.el-form-item .el-form-item {
  margin-bottom: 0;
}

.el-form-item .el-input__validateIcon {
  display: none;
}

.el-form-item--medium .el-form-item__content,
.el-form-item--medium .el-form-item__label {
  line-height: 36px;
}

.el-form-item--small .el-form-item__content,
.el-form-item--small .el-form-item__label {
  line-height: 32px;
}

.el-form-item--small.el-form-item {
  margin-bottom: 18px;
}

.el-form-item--small .el-form-item__error {
  padding-top: 2px;
}

.el-form-item--mini .el-form-item__content,
.el-form-item--mini .el-form-item__label {
  line-height: 28px;
}

.el-form-item--mini.el-form-item {
  margin-bottom: 18px;
}

.el-form-item--mini .el-form-item__error {
  padding-top: 1px;
}

.el-form-item__label-wrap {
  float: left;
}

.el-form-item__label-wrap .el-form-item__label {
  display: inline-block;
  float: none;
}

.el-form-item__label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding: 0 12px 0 0;
  box-sizing: border-box;
}

.el-form-item__content {
  line-height: 40px;
  position: relative;
  font-size: 14px;
}

.el-form-item__content::after,
.el-form-item__content::before {
  display: table;
  content: '';
}

.el-form-item__content::after {
  clear: both;
}

.el-form-item__content .el-input-group {
  vertical-align: top;
}

.el-form-item__error {
  color: #ff4d4d;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
}

.el-form-item__error--inline {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  margin-left: 10px;
}

.el-form-item.is-required:not(.is-no-asterisk)
  .el-form-item__label-wrap
  > .el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  content: '*';
  color: #ff4d4d;
  margin-right: 4px;
}

.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus {
  border-color: #ff4d4d;
}

.el-form-item.is-error .el-input-group__append .el-input__inner,
.el-form-item.is-error .el-input-group__prepend .el-input__inner {
  border-color: transparent;
}

.el-form-item.is-error .el-input__validateIcon {
  color: #ff4d4d;
}

.el-form-item--feedback .el-input__validateIcon {
  display: inline-block;
}

.el-tabs__header {
  padding: 0;
  position: relative;
  margin: 0 0 15px;
}

.el-tabs__active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #4d89ff;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  list-style: none;
}

.el-tabs__new-tab {
  float: right;
  border: 1px solid #d3dce6;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin: 12px 0 9px 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: #d3dce6;
  cursor: pointer;
  transition: 0.15s;
}

.el-tabs__new-tab .el-icon-plus {
  transform: scale(0.8, 0.8);
}

.el-tabs__new-tab:hover {
  color: #4d89ff;
}

.el-tabs__nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
}

.el-tabs__nav-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e4e7ed;
  z-index: 1;
}

.el-tabs__nav-wrap.is-scrollable {
  padding: 0 20px;
  box-sizing: border-box;
}

.el-tabs__nav-scroll {
  overflow: hidden;
}

.el-tabs__nav-next,
.el-tabs__nav-prev {
  position: absolute;
  cursor: pointer;
  line-height: 44px;
  font-size: 12px;
  color: #909399;
}

.el-tabs__nav-next {
  right: 0;
}

.el-tabs__nav-prev {
  left: 0;
}

.el-tabs__nav {
  white-space: nowrap;
  position: relative;
  transition: transform 0.3s;
  float: left;
  z-index: 2;
}

.el-tabs__nav.is-stretch {
  min-width: 100%;
  display: flex;
}

.el-tabs__nav.is-stretch > * {
  flex: 1;
  text-align: center;
}

.el-tabs__item {
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  position: relative;
}

.el-tabs__item:focus,
.el-tabs__item:focus:active {
  outline: 0;
}

.el-tabs__item:focus.is-active.is-focus:not(:active) {
  box-shadow: 0 0 2px 2px #4d89ff inset;
  border-radius: 3px;
}

.el-tabs__item .el-icon-close {
  border-radius: 50%;
  text-align: center;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-left: 5px;
}

.el-tabs__item .el-icon-close:before {
  transform: scale(1);
  display: inline-block;
}

.el-tabs__item .el-icon-close:hover {
  background-color: #c0c4cc;
  color: #fff;
}

.el-tabs__item.is-active {
  color: #4d89ff;
}

.el-tabs__item:hover {
  color: #4d89ff;
  cursor: pointer;
}

.el-tabs__item.is-disabled {
  color: #c0c4cc;
  cursor: default;
}

.el-tabs__content {
  overflow: hidden;
  position: relative;
}

.el-tabs--card > .el-tabs__header {
  border-bottom: 1px solid #e4e7ed;
}

.el-tabs--card > .el-tabs__header .el-tabs__nav-wrap::after {
  content: none;
}

.el-tabs--card > .el-tabs__header .el-tabs__nav {
  border: 1px solid #e4e7ed;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
}

.el-tabs--card > .el-tabs__header .el-tabs__active-bar {
  display: none;
}

.el-tabs--card > .el-tabs__header .el-tabs__item .el-icon-close {
  position: relative;
  font-size: 12px;
  width: 0;
  height: 14px;
  vertical-align: middle;
  line-height: 15px;
  overflow: hidden;
  top: -2px;
  right: -2px;
  transform-origin: 100% 50%;
}

.el-tabs--card > .el-tabs__header .el-tabs__item {
  border-bottom: 1px solid transparent;
  border-left: 1px solid #e4e7ed;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.el-tabs--card > .el-tabs__header .el-tabs__item:first-child {
  border-left: none;
}

.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover {
  padding-left: 13px;
  padding-right: 13px;
}

.el-tabs--card
  > .el-tabs__header
  .el-tabs__item.is-closable:hover
  .el-icon-close {
  width: 14px;
}

.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
  border-bottom-color: #fff;
}

.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable {
  padding-left: 20px;
  padding-right: 20px;
}

.el-tabs--card
  > .el-tabs__header
  .el-tabs__item.is-active.is-closable
  .el-icon-close {
  width: 14px;
}

.el-tabs--border-card {
  background: #fff;
  border: 1px solid #dcdfe6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
}

.el-tabs--border-card > .el-tabs__content {
  padding: 15px;
}

.el-tabs--border-card > .el-tabs__header {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4e7ed;
  margin: 0;
}

.el-tabs--border-card > .el-tabs__header .el-tabs__nav-wrap::after {
  content: none;
}

.el-tabs--border-card > .el-tabs__header .el-tabs__item {
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid transparent;
  margin-top: -1px;
  color: #909399;
}

.el-tabs--border-card > .el-tabs__header .el-tabs__item + .el-tabs__item,
.el-tabs--border-card > .el-tabs__header .el-tabs__item:first-child {
  margin-left: -1px;
}

.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
  color: #4d89ff;
  background-color: #fff;
  border-right-color: #dcdfe6;
  border-left-color: #dcdfe6;
}

.el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item:not(.is-disabled):hover {
  color: #4d89ff;
}

.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-disabled {
  color: #c0c4cc;
}

.el-tabs--border-card
  > .el-tabs__header
  .is-scrollable
  .el-tabs__item:first-child {
  margin-left: 0;
}

.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  padding-left: 0;
}

.el-tabs--bottom .el-tabs__item.is-bottom:last-child,
.el-tabs--bottom .el-tabs__item.is-top:last-child,
.el-tabs--top .el-tabs__item.is-bottom:last-child,
.el-tabs--top .el-tabs__item.is-top:last-child {
  padding-right: 0;
}

.el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2) {
  padding-left: 20px;
}

.el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:last-child {
  padding-right: 20px;
}

.el-tabs--bottom .el-tabs__header.is-bottom {
  margin-bottom: 0;
  margin-top: 10px;
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
  border-bottom: 0;
  border-top: 1px solid #dcdfe6;
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
  margin-top: -1px;
  margin-bottom: 0;
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
  border: 1px solid transparent;
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
  margin: 0 -1px -1px;
}

.el-tabs--left,
.el-tabs--right {
  overflow: hidden;
}

.el-tabs--left .el-tabs__header.is-left,
.el-tabs--left .el-tabs__header.is-right,
.el-tabs--left .el-tabs__nav-scroll,
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__header.is-left,
.el-tabs--right .el-tabs__header.is-right,
.el-tabs--right .el-tabs__nav-scroll,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
  height: 100%;
}

.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__active-bar.is-right,
.el-tabs--right .el-tabs__active-bar.is-left,
.el-tabs--right .el-tabs__active-bar.is-right {
  top: 0;
  bottom: auto;
  width: 2px;
  height: auto;
}

.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-bottom: 0;
}

.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i {
  transform: rotateZ(90deg);
}

.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
  left: auto;
  top: 0;
}

.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next {
  right: auto;
  bottom: 0;
}

.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
  padding: 30px 0;
}

.el-tabs--left .el-tabs__nav-wrap.is-left::after,
.el-tabs--left .el-tabs__nav-wrap.is-right::after,
.el-tabs--right .el-tabs__nav-wrap.is-left::after,
.el-tabs--right .el-tabs__nav-wrap.is-right::after {
  height: 100%;
  width: 2px;
  bottom: auto;
  top: 0;
}

.el-tabs--left .el-tabs__nav.is-left,
.el-tabs--left .el-tabs__nav.is-right,
.el-tabs--right .el-tabs__nav.is-left,
.el-tabs--right .el-tabs__nav.is-right {
  float: none;
}

.el-tabs--left .el-tabs__item.is-left,
.el-tabs--left .el-tabs__item.is-right,
.el-tabs--right .el-tabs__item.is-left,
.el-tabs--right .el-tabs__item.is-right {
  display: block;
}

.el-tabs--left .el-tabs__header.is-left {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}

.el-tabs--left .el-tabs__nav-wrap.is-left {
  margin-right: -1px;
}

.el-tabs--left .el-tabs__nav-wrap.is-left::after {
  left: auto;
  right: 0;
}

.el-tabs--left .el-tabs__active-bar.is-left {
  right: 0;
  left: auto;
}

.el-tabs--left .el-tabs__item.is-left {
  text-align: right;
}

.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left {
  display: none;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
  border-left: none;
  border-right: 1px solid #e4e7ed;
  border-bottom: none;
  border-top: 1px solid #e4e7ed;
  text-align: left;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
  border-right: 1px solid #e4e7ed;
  border-top: none;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
  border: 1px solid #e4e7ed;
  border-right-color: #fff;
  border-left: none;
  border-bottom: none;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
  border-top: none;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
  border-bottom: none;
}

.el-tabs--left.el-tabs--card .el-tabs__nav {
  border-radius: 4px 0 0 4px;
  border-bottom: 1px solid #e4e7ed;
  border-right: none;
}

.el-tabs--left.el-tabs--card .el-tabs__new-tab {
  float: none;
}

.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
  border-right: 1px solid #dfe4ed;
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
  border: 1px solid transparent;
  margin: -1px 0 -1px -1px;
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
  border-color: #d1dbe5 transparent;
}

.el-tabs--right .el-tabs__header.is-right {
  float: right;
  margin-bottom: 0;
  margin-left: 10px;
}

.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-left: -1px;
}

.el-tabs--right .el-tabs__nav-wrap.is-right::after {
  left: 0;
  right: auto;
}

.el-tabs--right .el-tabs__active-bar.is-right {
  left: 0;
}

.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
  display: none;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
  border-bottom: none;
  border-top: 1px solid #e4e7ed;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
  border-left: 1px solid #e4e7ed;
  border-top: none;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
  border: 1px solid #e4e7ed;
  border-left-color: #fff;
  border-right: none;
  border-bottom: none;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
  border-top: none;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
  border-bottom: none;
}

.el-tabs--right.el-tabs--card .el-tabs__nav {
  border-radius: 0 4px 4px 0;
  border-bottom: 1px solid #e4e7ed;
  border-left: none;
}

.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
  border-left: 1px solid #dfe4ed;
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
  border: 1px solid transparent;
  margin: -1px -1px -1px 0;
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
  border-color: #d1dbe5 transparent;
}

.slideInLeft-transition,
.slideInRight-transition {
  display: inline-block;
}

.slideInRight-enter {
  animation: 0.3s slideInRight-enter;
}

.slideInRight-leave {
  position: absolute;
  left: 0;
  right: 0;
  animation: 0.3s slideInRight-leave;
}

.slideInLeft-enter {
  animation: 0.3s slideInLeft-enter;
}

.slideInLeft-leave {
  position: absolute;
  left: 0;
  right: 0;
  animation: 0.3s slideInLeft-leave;
}

@keyframes slideInRight-enter {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0);
  }
}

@keyframes slideInRight-leave {
  0% {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform-origin: 0 0;
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes slideInLeft-enter {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0);
  }
}

@keyframes slideInLeft-leave {
  0% {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
}

.el-tree {
  position: relative;
  cursor: default;
  background: #fff;
  color: #606266;
}

.el-tree__empty-block {
  position: relative;
  min-height: 60px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.el-tree__empty-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #909399;
  font-size: 14px;
}

.el-tree__drop-indicator {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #4d89ff;
}

.el-tree-node {
  white-space: nowrap;
  outline: 0;
}

.el-tree-node:focus > .el-tree-node__content {
  background-color: #f5f7fa;
}

.el-tree-node.is-drop-inner > .el-tree-node__content .el-tree-node__label {
  background-color: #4d89ff;
  color: #fff;
}

.el-tree-node__content {
  display: flex;
  align-items: center;
  height: 26px;
  cursor: pointer;
}

.el-tree-node__content > .el-tree-node__expand-icon {
  padding: 6px;
}

.el-tree-node__content > label.el-checkbox {
  margin-right: 8px;
}

.el-tree-node__content:hover {
  background-color: #f5f7fa;
}

.el-tree.is-dragging .el-tree-node__content {
  cursor: move;
}

.el-tree.is-dragging .el-tree-node__content * {
  pointer-events: none;
}

.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
  cursor: not-allowed;
}

.el-tree-node__expand-icon {
  cursor: pointer;
  color: #c0c4cc;
  font-size: 12px;
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}

.el-tree-node__expand-icon.expanded {
  transform: rotate(90deg);
}

.el-tree-node__expand-icon.is-leaf {
  color: transparent;
  cursor: default;
}

.el-tree-node__label {
  font-size: 14px;
}

.el-tree-node__loading-icon {
  margin-right: 8px;
  font-size: 14px;
  color: #c0c4cc;
}

.el-tree-node > .el-tree-node__children {
  overflow: hidden;
  background-color: transparent;
}

.el-tree-node.is-expanded > .el-tree-node__children {
  display: block;
}

.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background-color: #f1f6ff;
}

.el-alert {
  width: 100%;
  padding: 8px 16px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  opacity: 1;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}

.el-alert.is-light .el-alert__closebtn {
  color: #c0c4cc;
}

.el-alert.is-dark .el-alert__closebtn,
.el-alert.is-dark .el-alert__description {
  color: #fff;
}

.el-alert.is-center {
  justify-content: center;
}

.el-alert--success.is-light {
  background-color: #ecfbf5;
  color: #3cd69d;
}

.el-alert--success.is-light .el-alert__description {
  color: #3cd69d;
}

.el-alert--success.is-dark {
  background-color: #3cd69d;
  color: #fff;
}

.el-alert--info.is-light {
  background-color: #f4f5f7;
  color: #919aab;
}

.el-alert--info.is-dark {
  background-color: #919aab;
  color: #fff;
}

.el-alert--info .el-alert__description {
  color: #919aab;
}

.el-alert--warning.is-light {
  background-color: #fff6ed;
  color: #ffa74d;
}

.el-alert--warning.is-light .el-alert__description {
  color: #ffa74d;
}

.el-alert--warning.is-dark {
  background-color: #ffa74d;
  color: #fff;
}

.el-alert--error.is-light {
  background-color: #ffeded;
  color: #ff4d4d;
}

.el-alert--error.is-light .el-alert__description {
  color: #ff4d4d;
}

.el-alert--error.is-dark {
  background-color: #ff4d4d;
  color: #fff;
}

.el-alert__content {
  display: table-cell;
  padding: 0 8px;
}

.el-alert__icon {
  font-size: 16px;
  width: 16px;
}

.el-alert__icon.is-big {
  font-size: 28px;
  width: 28px;
}

.el-alert__title {
  font-size: 14px;
  line-height: 18px;
}

.el-alert__title.is-bold {
  font-weight: 700;
}

.el-alert .el-alert__description {
  font-size: 12px;
  margin: 5px 0 0;
}

.el-alert__closebtn {
  font-size: 12px;
  opacity: 1;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}

.el-alert__closebtn.is-customed {
  font-style: normal;
  font-size: 12px;
  top: 9px;
}

.el-alert-fade-enter,
.el-alert-fade-leave-active {
  opacity: 0;
}

.el-notification {
  display: flex;
  width: 330px;
  padding: 14px 26px 14px 13px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #ebeef5;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s, transform 0.3s, left 0.3s, right 0.3s, top 0.4s,
    bottom 0.3s;
  overflow: hidden;
}

.el-notification.right {
  right: 16px;
}

.el-notification.left {
  left: 16px;
}

.el-notification__group {
  margin-left: 13px;
  margin-right: 8px;
}

.el-notification__title {
  font-weight: 700;
  font-size: 16px;
  color: #303133;
  margin: 0;
}

.el-notification__content {
  font-size: 14px;
  line-height: 21px;
  margin: 6px 0 0;
  color: #606266;
  text-align: justify;
}

.el-notification__content p {
  margin: 0;
}

.el-notification__icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
}

.el-notification__closeBtn {
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
  color: #909399;
  font-size: 16px;
}

.el-notification__closeBtn:hover {
  color: #606266;
}

.el-notification .el-icon-success {
  color: #3cd69d;
}

.el-notification .el-icon-error {
  color: #ff4d4d;
}

.el-notification .el-icon-info {
  color: #919aab;
}

.el-notification .el-icon-warning {
  color: #ffa74d;
}

.el-notification-fade-enter.right {
  right: 0;
  transform: translateX(100%);
}

.el-notification-fade-enter.left {
  left: 0;
  transform: translateX(-100%);
}

.el-notification-fade-leave-active {
  opacity: 0;
}

.el-input-number {
  position: relative;
  display: inline-block;
  width: 180px;
  line-height: 38px;
}

.el-input-number .el-input {
  display: block;
}

.el-input-number .el-input__inner {
  -webkit-appearance: none;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}

.el-input-number__decrease,
.el-input-number__increase {
  position: absolute;
  z-index: 1;
  top: 1px;
  width: 40px;
  height: auto;
  text-align: center;
  background: #f5f7fa;
  color: #606266;
  cursor: pointer;
  font-size: 13px;
}

.el-input-number__decrease:hover,
.el-input-number__increase:hover {
  color: #4d89ff;
}

.el-input-number__decrease:hover:not(.is-disabled)
  ~ .el-input
  .el-input__inner:not(.is-disabled),
.el-input-number__increase:hover:not(.is-disabled)
  ~ .el-input
  .el-input__inner:not(.is-disabled) {
  border-color: #4d89ff;
}

.el-input-number__decrease.is-disabled,
.el-input-number__increase.is-disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}

.el-input-number__increase {
  right: 1px;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #dcdfe6;
}

.el-input-number__decrease {
  left: 1px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #dcdfe6;
}

.el-input-number.is-disabled .el-input-number__decrease,
.el-input-number.is-disabled .el-input-number__increase {
  border-color: #e4e7ed;
  color: #e4e7ed;
}

.el-input-number.is-disabled .el-input-number__decrease:hover,
.el-input-number.is-disabled .el-input-number__increase:hover {
  color: #e4e7ed;
  cursor: not-allowed;
}

.el-input-number--medium {
  width: 200px;
  line-height: 34px;
}

.el-input-number--medium .el-input-number__decrease,
.el-input-number--medium .el-input-number__increase {
  width: 36px;
  font-size: 14px;
}

.el-input-number--medium .el-input__inner {
  padding-left: 43px;
  padding-right: 43px;
}

.el-input-number--small {
  width: 130px;
  line-height: 30px;
}

.el-input-number--small .el-input-number__decrease,
.el-input-number--small .el-input-number__increase {
  width: 32px;
  font-size: 13px;
}

.el-input-number--small .el-input-number__decrease [class*='el-icon'],
.el-input-number--small .el-input-number__increase [class*='el-icon'] {
  transform: scale(0.9);
}

.el-input-number--small .el-input__inner {
  padding-left: 39px;
  padding-right: 39px;
}

.el-input-number--mini {
  width: 130px;
  line-height: 26px;
}

.el-input-number--mini .el-input-number__decrease,
.el-input-number--mini .el-input-number__increase {
  width: 28px;
  font-size: 12px;
}

.el-input-number--mini .el-input-number__decrease [class*='el-icon'],
.el-input-number--mini .el-input-number__increase [class*='el-icon'] {
  transform: scale(0.8);
}

.el-input-number--mini .el-input__inner {
  padding-left: 35px;
  padding-right: 35px;
}

.el-input-number.is-without-controls .el-input__inner {
  padding-left: 15px;
  padding-right: 15px;
}

.el-input-number.is-controls-right .el-input__inner {
  padding-left: 15px;
  padding-right: 50px;
}

.el-input-number.is-controls-right .el-input-number__decrease,
.el-input-number.is-controls-right .el-input-number__increase {
  height: auto;
  line-height: 19px;
}

.el-input-number.is-controls-right
  .el-input-number__decrease
  [class*='el-icon'],
.el-input-number.is-controls-right
  .el-input-number__increase
  [class*='el-icon'] {
  transform: scale(0.8);
}

.el-input-number.is-controls-right .el-input-number__increase {
  border-radius: 0 4px 0 0;
  border-bottom: 1px solid #dcdfe6;
}

.el-input-number.is-controls-right .el-input-number__decrease {
  right: 1px;
  bottom: 1px;
  top: auto;
  left: auto;
  border-right: none;
  border-left: 1px solid #dcdfe6;
  border-radius: 0 0 4px;
}

.el-input-number.is-controls-right[class*='medium'] [class*='decrease'],
.el-input-number.is-controls-right[class*='medium'] [class*='increase'] {
  line-height: 17px;
}

.el-input-number.is-controls-right[class*='small'] [class*='decrease'],
.el-input-number.is-controls-right[class*='small'] [class*='increase'] {
  line-height: 15px;
}

.el-input-number.is-controls-right[class*='mini'] [class*='decrease'],
.el-input-number.is-controls-right[class*='mini'] [class*='increase'] {
  line-height: 13px;
}

.el-tooltip:focus:hover,
.el-tooltip:focus:not(.focusing) {
  outline-width: 0;
}

.el-tooltip__popper {
  position: absolute;
  border-radius: 4px;
  padding: 10px;
  z-index: 2000;
  font-size: 12px;
  line-height: 1.2;
  min-width: 10px;
  word-wrap: break-word;
}

.el-tooltip__popper .popper__arrow,
.el-tooltip__popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.el-tooltip__popper .popper__arrow {
  border-width: 6px;
}

.el-tooltip__popper .popper__arrow::after {
  content: ' ';
  border-width: 5px;
}

.el-tooltip__popper[x-placement^='top'] {
  margin-bottom: 12px;
}

.el-tooltip__popper[x-placement^='top'] .popper__arrow {
  border-top-color: #303133;
  border-bottom-width: 0;
}

.el-tooltip__popper[x-placement^='top'] .popper__arrow::after {
  bottom: 1px;
  margin-left: -5px;
  border-top-color: #303133;
  border-bottom-width: 0;
}

.el-tooltip__popper[x-placement^='bottom'] {
  margin-top: 12px;
}

.el-tooltip__popper[x-placement^='bottom'] .popper__arrow {
  top: -6px;
  border-top-width: 0;
  border-bottom-color: #303133;
}

.el-tooltip__popper[x-placement^='bottom'] .popper__arrow::after {
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #303133;
}

.el-tooltip__popper[x-placement^='right'] {
  margin-left: 12px;
}

.el-tooltip__popper[x-placement^='right'] .popper__arrow {
  left: -6px;
  border-right-color: #303133;
  border-left-width: 0;
}

.el-tooltip__popper[x-placement^='right'] .popper__arrow::after {
  bottom: -5px;
  left: 1px;
  border-right-color: #303133;
  border-left-width: 0;
}

.el-tooltip__popper[x-placement^='left'] {
  margin-right: 12px;
}

.el-tooltip__popper[x-placement^='left'] .popper__arrow {
  right: -6px;
  border-right-width: 0;
  border-left-color: #303133;
}

.el-tooltip__popper[x-placement^='left'] .popper__arrow::after {
  right: 1px;
  bottom: -5px;
  margin-left: -5px;
  border-right-width: 0;
  border-left-color: #303133;
}

.el-tooltip__popper.is-dark {
  background: #303133;
  color: #fff;
}

.el-tooltip__popper.is-light {
  background: #fff;
  border: 1px solid #303133;
}

.el-tooltip__popper.is-light[x-placement^='top'] .popper__arrow {
  border-top-color: #303133;
}

.el-tooltip__popper.is-light[x-placement^='top'] .popper__arrow::after {
  border-top-color: #fff;
}

.el-tooltip__popper.is-light[x-placement^='bottom'] .popper__arrow {
  border-bottom-color: #303133;
}

.el-tooltip__popper.is-light[x-placement^='bottom'] .popper__arrow::after {
  border-bottom-color: #fff;
}

.el-tooltip__popper.is-light[x-placement^='left'] .popper__arrow {
  border-left-color: #303133;
}

.el-tooltip__popper.is-light[x-placement^='left'] .popper__arrow::after {
  border-left-color: #fff;
}

.el-tooltip__popper.is-light[x-placement^='right'] .popper__arrow {
  border-right-color: #303133;
}

.el-tooltip__popper.is-light[x-placement^='right'] .popper__arrow::after {
  border-right-color: #fff;
}

.el-slider::after,
.el-slider::before {
  display: table;
  content: '';
}

.el-slider::after {
  clear: both;
}

.el-slider__runway {
  width: 100%;
  height: 6px;
  margin: 16px 0;
  background-color: #e4e7ed;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.el-slider__runway.show-input {
  margin-right: 160px;
  width: auto;
}

.el-slider__runway.disabled {
  cursor: default;
}

.el-slider__runway.disabled .el-slider__bar {
  background-color: #c0c4cc;
}

.el-slider__runway.disabled .el-slider__button {
  border-color: #c0c4cc;
}

.el-slider__runway.disabled .el-slider__button-wrapper.dragging,
.el-slider__runway.disabled .el-slider__button-wrapper.hover,
.el-slider__runway.disabled .el-slider__button-wrapper:hover {
  cursor: not-allowed;
}

.el-slider__runway.disabled .el-slider__button.dragging,
.el-slider__runway.disabled .el-slider__button.hover,
.el-slider__runway.disabled .el-slider__button:hover {
  transform: scale(1);
  cursor: not-allowed;
}

.el-slider__input {
  float: right;
  margin-top: 3px;
  width: 130px;
}

.el-slider__input.el-input-number--mini {
  margin-top: 5px;
}

.el-slider__input.el-input-number--medium {
  margin-top: 0;
}

.el-slider__input.el-input-number--large {
  margin-top: -2px;
}

.el-slider__bar {
  height: 6px;
  background-color: #4d89ff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
}

.el-slider__button-wrapper {
  height: 36px;
  width: 36px;
  position: absolute;
  z-index: 1001;
  top: -15px;
  transform: translateX(-50%);
  background-color: transparent;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: normal;
}

.el-slider__button-wrapper::after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}

.el-slider__button-wrapper .el-tooltip {
  vertical-align: middle;
  display: inline-block;
}

.el-slider__button-wrapper.hover,
.el-slider__button-wrapper:hover {
  cursor: grab;
}

.el-slider__button-wrapper.dragging {
  cursor: grabbing;
}

.el-slider__button {
  width: 16px;
  height: 16px;
  border: 2px solid #4d89ff;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.el-slider__button.dragging,
.el-slider__button.hover,
.el-slider__button:hover {
  transform: scale(1.2);
}

.el-slider__button.hover,
.el-slider__button:hover {
  cursor: grab;
}

.el-slider__button.dragging {
  cursor: grabbing;
}

.el-slider__stop {
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #fff;
  transform: translateX(-50%);
}

.el-slider__marks {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}

.el-slider__marks-text {
  position: absolute;
  transform: translateX(-50%);
  font-size: 14px;
  color: #919aab;
  margin-top: 15px;
}

.el-slider.is-vertical {
  position: relative;
}

.el-slider.is-vertical .el-slider__runway {
  width: 6px;
  height: 100%;
  margin: 0 16px;
}

.el-slider.is-vertical .el-slider__bar {
  width: 6px;
  height: auto;
  border-radius: 0 0 3px 3px;
}

.el-slider.is-vertical .el-slider__button-wrapper {
  top: auto;
  left: -15px;
  transform: translateY(50%);
}

.el-slider.is-vertical .el-slider__stop {
  transform: translateY(50%);
}

.el-slider.is-vertical.el-slider--with-input {
  padding-bottom: 58px;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input {
  overflow: visible;
  float: none;
  position: absolute;
  bottom: 22px;
  width: 36px;
  margin-top: 15px;
}

.el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input__inner {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__increase {
  top: 32px;
  margin-top: -1px;
  border: 1px solid #dcdfe6;
  line-height: 20px;
  box-sizing: border-box;
  transition: border-color cubic-bezier(0.645, 0.045, 0.355, 1);
}

.el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__decrease {
  width: 18px;
  right: 18px;
  border-bottom-left-radius: 4px;
}

.el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__increase {
  width: 19px;
  border-bottom-right-radius: 4px;
}

.el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__increase
  ~ .el-input
  .el-input__inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.el-slider.is-vertical.el-slider--with-input
  .el-slider__input:hover
  .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input
  .el-slider__input:hover
  .el-input-number__increase {
  border-color: #c0c4cc;
}

.el-slider.is-vertical.el-slider--with-input
  .el-slider__input:active
  .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input
  .el-slider__input:active
  .el-input-number__increase {
  border-color: #4d89ff;
}

.el-slider.is-vertical .el-slider__marks-text {
  margin-top: 0;
  left: 15px;
  transform: translateY(50%);
}

.el-loading-parent--relative {
  position: relative !important;
}

.el-loading-parent--hidden {
  overflow: hidden !important;
}

.el-loading-mask {
  position: absolute;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}

.el-loading-mask.is-fullscreen {
  position: fixed;
}

.el-loading-mask.is-fullscreen .el-loading-spinner {
  margin-top: -25px;
}

.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
  height: 50px;
  width: 50px;
}

.el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}

.el-loading-spinner .el-loading-text {
  color: #4d89ff;
  margin: 3px 0;
  font-size: 14px;
}

.el-loading-spinner .circular {
  height: 42px;
  width: 42px;
  animation: 2s linear infinite loading-rotate;
}

.el-loading-spinner .path {
  animation: 1.5s ease-in-out infinite loading-dash;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #4d89ff;
  stroke-linecap: round;
}

.el-loading-spinner i {
  color: #4d89ff;
}

.el-loading-fade-enter,
.el-loading-fade-leave-active {
  opacity: 0;
}

@keyframes loading-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}

.el-row {
  position: relative;
  box-sizing: border-box;
}

.el-row::after,
.el-row::before {
  display: table;
  content: '';
}

.el-row::after {
  clear: both;
}

.el-row--flex {
  display: flex;
}

.el-row--flex:after,
.el-row--flex:before {
  display: none;
}

.el-row--flex.is-justify-center {
  justify-content: center;
}

.el-row--flex.is-justify-end {
  justify-content: flex-end;
}

.el-row--flex.is-justify-space-between {
  justify-content: space-between;
}

.el-row--flex.is-justify-space-around {
  justify-content: space-around;
}

.el-row--flex.is-align-top {
  align-items: flex-start;
}

.el-row--flex.is-align-middle {
  align-items: center;
}

.el-row--flex.is-align-bottom {
  align-items: flex-end;
}

[class*='el-col-'] {
  float: left;
  box-sizing: border-box;
}

.el-col-0 {
  display: none;
  width: 0%;
}

.el-col-offset-0 {
  margin-left: 0;
}

.el-col-pull-0 {
  position: relative;
  right: 0;
}

.el-col-push-0 {
  position: relative;
  left: 0;
}

.el-col-1 {
  width: 4.16667%;
}

.el-col-offset-1 {
  margin-left: 4.16667%;
}

.el-col-pull-1 {
  position: relative;
  right: 4.16667%;
}

.el-col-push-1 {
  position: relative;
  left: 4.16667%;
}

.el-col-2 {
  width: 8.33333%;
}

.el-col-offset-2 {
  margin-left: 8.33333%;
}

.el-col-pull-2 {
  position: relative;
  right: 8.33333%;
}

.el-col-push-2 {
  position: relative;
  left: 8.33333%;
}

.el-col-3 {
  width: 12.5%;
}

.el-col-offset-3 {
  margin-left: 12.5%;
}

.el-col-pull-3 {
  position: relative;
  right: 12.5%;
}

.el-col-push-3 {
  position: relative;
  left: 12.5%;
}

.el-col-4 {
  width: 16.66667%;
}

.el-col-offset-4 {
  margin-left: 16.66667%;
}

.el-col-pull-4 {
  position: relative;
  right: 16.66667%;
}

.el-col-push-4 {
  position: relative;
  left: 16.66667%;
}

.el-col-5 {
  width: 20.83333%;
}

.el-col-offset-5 {
  margin-left: 20.83333%;
}

.el-col-pull-5 {
  position: relative;
  right: 20.83333%;
}

.el-col-push-5 {
  position: relative;
  left: 20.83333%;
}

.el-col-6 {
  width: 25%;
}

.el-col-offset-6 {
  margin-left: 25%;
}

.el-col-pull-6 {
  position: relative;
  right: 25%;
}

.el-col-push-6 {
  position: relative;
  left: 25%;
}

.el-col-7 {
  width: 29.16667%;
}

.el-col-offset-7 {
  margin-left: 29.16667%;
}

.el-col-pull-7 {
  position: relative;
  right: 29.16667%;
}

.el-col-push-7 {
  position: relative;
  left: 29.16667%;
}

.el-col-8 {
  width: 33.33333%;
}

.el-col-offset-8 {
  margin-left: 33.33333%;
}

.el-col-pull-8 {
  position: relative;
  right: 33.33333%;
}

.el-col-push-8 {
  position: relative;
  left: 33.33333%;
}

.el-col-9 {
  width: 37.5%;
}

.el-col-offset-9 {
  margin-left: 37.5%;
}

.el-col-pull-9 {
  position: relative;
  right: 37.5%;
}

.el-col-push-9 {
  position: relative;
  left: 37.5%;
}

.el-col-10 {
  width: 41.66667%;
}

.el-col-offset-10 {
  margin-left: 41.66667%;
}

.el-col-pull-10 {
  position: relative;
  right: 41.66667%;
}

.el-col-push-10 {
  position: relative;
  left: 41.66667%;
}

.el-col-11 {
  width: 45.83333%;
}

.el-col-offset-11 {
  margin-left: 45.83333%;
}

.el-col-pull-11 {
  position: relative;
  right: 45.83333%;
}

.el-col-push-11 {
  position: relative;
  left: 45.83333%;
}

.el-col-12 {
  width: 50%;
}

.el-col-offset-12 {
  margin-left: 50%;
}

.el-col-pull-12 {
  position: relative;
  right: 50%;
}

.el-col-push-12 {
  position: relative;
  left: 50%;
}

.el-col-13 {
  width: 54.16667%;
}

.el-col-offset-13 {
  margin-left: 54.16667%;
}

.el-col-pull-13 {
  position: relative;
  right: 54.16667%;
}

.el-col-push-13 {
  position: relative;
  left: 54.16667%;
}

.el-col-14 {
  width: 58.33333%;
}

.el-col-offset-14 {
  margin-left: 58.33333%;
}

.el-col-pull-14 {
  position: relative;
  right: 58.33333%;
}

.el-col-push-14 {
  position: relative;
  left: 58.33333%;
}

.el-col-15 {
  width: 62.5%;
}

.el-col-offset-15 {
  margin-left: 62.5%;
}

.el-col-pull-15 {
  position: relative;
  right: 62.5%;
}

.el-col-push-15 {
  position: relative;
  left: 62.5%;
}

.el-col-16 {
  width: 66.66667%;
}

.el-col-offset-16 {
  margin-left: 66.66667%;
}

.el-col-pull-16 {
  position: relative;
  right: 66.66667%;
}

.el-col-push-16 {
  position: relative;
  left: 66.66667%;
}

.el-col-17 {
  width: 70.83333%;
}

.el-col-offset-17 {
  margin-left: 70.83333%;
}

.el-col-pull-17 {
  position: relative;
  right: 70.83333%;
}

.el-col-push-17 {
  position: relative;
  left: 70.83333%;
}

.el-col-18 {
  width: 75%;
}

.el-col-offset-18 {
  margin-left: 75%;
}

.el-col-pull-18 {
  position: relative;
  right: 75%;
}

.el-col-push-18 {
  position: relative;
  left: 75%;
}

.el-col-19 {
  width: 79.16667%;
}

.el-col-offset-19 {
  margin-left: 79.16667%;
}

.el-col-pull-19 {
  position: relative;
  right: 79.16667%;
}

.el-col-push-19 {
  position: relative;
  left: 79.16667%;
}

.el-col-20 {
  width: 83.33333%;
}

.el-col-offset-20 {
  margin-left: 83.33333%;
}

.el-col-pull-20 {
  position: relative;
  right: 83.33333%;
}

.el-col-push-20 {
  position: relative;
  left: 83.33333%;
}

.el-col-21 {
  width: 87.5%;
}

.el-col-offset-21 {
  margin-left: 87.5%;
}

.el-col-pull-21 {
  position: relative;
  right: 87.5%;
}

.el-col-push-21 {
  position: relative;
  left: 87.5%;
}

.el-col-22 {
  width: 91.66667%;
}

.el-col-offset-22 {
  margin-left: 91.66667%;
}

.el-col-pull-22 {
  position: relative;
  right: 91.66667%;
}

.el-col-push-22 {
  position: relative;
  left: 91.66667%;
}

.el-col-23 {
  width: 95.83333%;
}

.el-col-offset-23 {
  margin-left: 95.83333%;
}

.el-col-pull-23 {
  position: relative;
  right: 95.83333%;
}

.el-col-push-23 {
  position: relative;
  left: 95.83333%;
}

.el-col-24 {
  width: 100%;
}

.el-col-offset-24 {
  margin-left: 100%;
}

.el-col-pull-24 {
  position: relative;
  right: 100%;
}

.el-col-push-24 {
  position: relative;
  left: 100%;
}

@media only screen and (max-width: 767px) {
  .el-col-xs-0 {
    display: none;
    width: 0%;
  }

  .el-col-xs-offset-0 {
    margin-left: 0;
  }

  .el-col-xs-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-xs-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-xs-1 {
    width: 4.16667%;
  }

  .el-col-xs-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-xs-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-xs-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-xs-2 {
    width: 8.33333%;
  }

  .el-col-xs-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-xs-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-xs-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-xs-3 {
    width: 12.5%;
  }

  .el-col-xs-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-xs-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-xs-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-xs-4 {
    width: 16.66667%;
  }

  .el-col-xs-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-xs-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-xs-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-xs-5 {
    width: 20.83333%;
  }

  .el-col-xs-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-xs-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-xs-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-xs-6 {
    width: 25%;
  }

  .el-col-xs-offset-6 {
    margin-left: 25%;
  }

  .el-col-xs-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-xs-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-xs-7 {
    width: 29.16667%;
  }

  .el-col-xs-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-xs-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-xs-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-xs-8 {
    width: 33.33333%;
  }

  .el-col-xs-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-xs-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-xs-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-xs-9 {
    width: 37.5%;
  }

  .el-col-xs-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-xs-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-xs-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-xs-10 {
    width: 41.66667%;
  }

  .el-col-xs-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-xs-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-xs-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-xs-11 {
    width: 45.83333%;
  }

  .el-col-xs-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-xs-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-xs-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-xs-12 {
    width: 50%;
  }

  .el-col-xs-offset-12 {
    margin-left: 50%;
  }

  .el-col-xs-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-xs-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-xs-13 {
    width: 54.16667%;
  }

  .el-col-xs-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-xs-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-xs-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-xs-14 {
    width: 58.33333%;
  }

  .el-col-xs-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-xs-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-xs-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-xs-15 {
    width: 62.5%;
  }

  .el-col-xs-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-xs-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-xs-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-xs-16 {
    width: 66.66667%;
  }

  .el-col-xs-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-xs-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-xs-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-xs-17 {
    width: 70.83333%;
  }

  .el-col-xs-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-xs-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-xs-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-xs-18 {
    width: 75%;
  }

  .el-col-xs-offset-18 {
    margin-left: 75%;
  }

  .el-col-xs-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-xs-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-xs-19 {
    width: 79.16667%;
  }

  .el-col-xs-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-xs-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-xs-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-xs-20 {
    width: 83.33333%;
  }

  .el-col-xs-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-xs-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-xs-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-xs-21 {
    width: 87.5%;
  }

  .el-col-xs-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-xs-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-xs-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-xs-22 {
    width: 91.66667%;
  }

  .el-col-xs-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-xs-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-xs-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-xs-23 {
    width: 95.83333%;
  }

  .el-col-xs-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-xs-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-xs-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-xs-24 {
    width: 100%;
  }

  .el-col-xs-offset-24 {
    margin-left: 100%;
  }

  .el-col-xs-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-xs-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .el-col-sm-0 {
    display: none;
    width: 0%;
  }

  .el-col-sm-offset-0 {
    margin-left: 0;
  }

  .el-col-sm-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-sm-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-sm-1 {
    width: 4.16667%;
  }

  .el-col-sm-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-sm-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-sm-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-sm-2 {
    width: 8.33333%;
  }

  .el-col-sm-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-sm-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-sm-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-sm-3 {
    width: 12.5%;
  }

  .el-col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-sm-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-sm-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-sm-4 {
    width: 16.66667%;
  }

  .el-col-sm-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-sm-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-sm-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-sm-5 {
    width: 20.83333%;
  }

  .el-col-sm-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-sm-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-sm-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-sm-6 {
    width: 25%;
  }

  .el-col-sm-offset-6 {
    margin-left: 25%;
  }

  .el-col-sm-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-sm-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-sm-7 {
    width: 29.16667%;
  }

  .el-col-sm-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-sm-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-sm-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-sm-8 {
    width: 33.33333%;
  }

  .el-col-sm-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-sm-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-sm-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-sm-9 {
    width: 37.5%;
  }

  .el-col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-sm-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-sm-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-sm-10 {
    width: 41.66667%;
  }

  .el-col-sm-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-sm-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-sm-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-sm-11 {
    width: 45.83333%;
  }

  .el-col-sm-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-sm-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-sm-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-sm-12 {
    width: 50%;
  }

  .el-col-sm-offset-12 {
    margin-left: 50%;
  }

  .el-col-sm-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-sm-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-sm-13 {
    width: 54.16667%;
  }

  .el-col-sm-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-sm-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-sm-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-sm-14 {
    width: 58.33333%;
  }

  .el-col-sm-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-sm-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-sm-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-sm-15 {
    width: 62.5%;
  }

  .el-col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-sm-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-sm-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-sm-16 {
    width: 66.66667%;
  }

  .el-col-sm-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-sm-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-sm-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-sm-17 {
    width: 70.83333%;
  }

  .el-col-sm-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-sm-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-sm-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-sm-18 {
    width: 75%;
  }

  .el-col-sm-offset-18 {
    margin-left: 75%;
  }

  .el-col-sm-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-sm-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-sm-19 {
    width: 79.16667%;
  }

  .el-col-sm-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-sm-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-sm-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-sm-20 {
    width: 83.33333%;
  }

  .el-col-sm-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-sm-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-sm-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-sm-21 {
    width: 87.5%;
  }

  .el-col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-sm-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-sm-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-sm-22 {
    width: 91.66667%;
  }

  .el-col-sm-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-sm-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-sm-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-sm-23 {
    width: 95.83333%;
  }

  .el-col-sm-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-sm-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-sm-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-sm-24 {
    width: 100%;
  }

  .el-col-sm-offset-24 {
    margin-left: 100%;
  }

  .el-col-sm-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-sm-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .el-col-md-0 {
    display: none;
    width: 0%;
  }

  .el-col-md-offset-0 {
    margin-left: 0;
  }

  .el-col-md-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-md-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-md-1 {
    width: 4.16667%;
  }

  .el-col-md-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-md-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-md-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-md-2 {
    width: 8.33333%;
  }

  .el-col-md-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-md-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-md-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-md-3 {
    width: 12.5%;
  }

  .el-col-md-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-md-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-md-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-md-4 {
    width: 16.66667%;
  }

  .el-col-md-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-md-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-md-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-md-5 {
    width: 20.83333%;
  }

  .el-col-md-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-md-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-md-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-md-6 {
    width: 25%;
  }

  .el-col-md-offset-6 {
    margin-left: 25%;
  }

  .el-col-md-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-md-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-md-7 {
    width: 29.16667%;
  }

  .el-col-md-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-md-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-md-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-md-8 {
    width: 33.33333%;
  }

  .el-col-md-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-md-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-md-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-md-9 {
    width: 37.5%;
  }

  .el-col-md-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-md-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-md-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-md-10 {
    width: 41.66667%;
  }

  .el-col-md-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-md-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-md-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-md-11 {
    width: 45.83333%;
  }

  .el-col-md-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-md-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-md-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-md-12 {
    width: 50%;
  }

  .el-col-md-offset-12 {
    margin-left: 50%;
  }

  .el-col-md-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-md-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-md-13 {
    width: 54.16667%;
  }

  .el-col-md-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-md-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-md-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-md-14 {
    width: 58.33333%;
  }

  .el-col-md-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-md-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-md-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-md-15 {
    width: 62.5%;
  }

  .el-col-md-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-md-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-md-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-md-16 {
    width: 66.66667%;
  }

  .el-col-md-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-md-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-md-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-md-17 {
    width: 70.83333%;
  }

  .el-col-md-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-md-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-md-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-md-18 {
    width: 75%;
  }

  .el-col-md-offset-18 {
    margin-left: 75%;
  }

  .el-col-md-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-md-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-md-19 {
    width: 79.16667%;
  }

  .el-col-md-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-md-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-md-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-md-20 {
    width: 83.33333%;
  }

  .el-col-md-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-md-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-md-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-md-21 {
    width: 87.5%;
  }

  .el-col-md-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-md-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-md-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-md-22 {
    width: 91.66667%;
  }

  .el-col-md-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-md-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-md-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-md-23 {
    width: 95.83333%;
  }

  .el-col-md-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-md-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-md-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-md-24 {
    width: 100%;
  }

  .el-col-md-offset-24 {
    margin-left: 100%;
  }

  .el-col-md-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-md-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .el-col-lg-0 {
    display: none;
    width: 0%;
  }

  .el-col-lg-offset-0 {
    margin-left: 0;
  }

  .el-col-lg-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-lg-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-lg-1 {
    width: 4.16667%;
  }

  .el-col-lg-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-lg-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-lg-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-lg-2 {
    width: 8.33333%;
  }

  .el-col-lg-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-lg-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-lg-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-lg-3 {
    width: 12.5%;
  }

  .el-col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-lg-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-lg-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-lg-4 {
    width: 16.66667%;
  }

  .el-col-lg-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-lg-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-lg-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-lg-5 {
    width: 20.83333%;
  }

  .el-col-lg-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-lg-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-lg-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-lg-6 {
    width: 25%;
  }

  .el-col-lg-offset-6 {
    margin-left: 25%;
  }

  .el-col-lg-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-lg-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-lg-7 {
    width: 29.16667%;
  }

  .el-col-lg-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-lg-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-lg-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-lg-8 {
    width: 33.33333%;
  }

  .el-col-lg-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-lg-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-lg-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-lg-9 {
    width: 37.5%;
  }

  .el-col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-lg-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-lg-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-lg-10 {
    width: 41.66667%;
  }

  .el-col-lg-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-lg-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-lg-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-lg-11 {
    width: 45.83333%;
  }

  .el-col-lg-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-lg-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-lg-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-lg-12 {
    width: 50%;
  }

  .el-col-lg-offset-12 {
    margin-left: 50%;
  }

  .el-col-lg-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-lg-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-lg-13 {
    width: 54.16667%;
  }

  .el-col-lg-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-lg-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-lg-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-lg-14 {
    width: 58.33333%;
  }

  .el-col-lg-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-lg-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-lg-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-lg-15 {
    width: 62.5%;
  }

  .el-col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-lg-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-lg-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-lg-16 {
    width: 66.66667%;
  }

  .el-col-lg-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-lg-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-lg-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-lg-17 {
    width: 70.83333%;
  }

  .el-col-lg-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-lg-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-lg-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-lg-18 {
    width: 75%;
  }

  .el-col-lg-offset-18 {
    margin-left: 75%;
  }

  .el-col-lg-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-lg-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-lg-19 {
    width: 79.16667%;
  }

  .el-col-lg-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-lg-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-lg-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-lg-20 {
    width: 83.33333%;
  }

  .el-col-lg-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-lg-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-lg-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-lg-21 {
    width: 87.5%;
  }

  .el-col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-lg-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-lg-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-lg-22 {
    width: 91.66667%;
  }

  .el-col-lg-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-lg-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-lg-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-lg-23 {
    width: 95.83333%;
  }

  .el-col-lg-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-lg-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-lg-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-lg-24 {
    width: 100%;
  }

  .el-col-lg-offset-24 {
    margin-left: 100%;
  }

  .el-col-lg-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-lg-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width: 1920px) {
  .el-col-xl-0 {
    display: none;
    width: 0%;
  }

  .el-col-xl-offset-0 {
    margin-left: 0;
  }

  .el-col-xl-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-xl-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-xl-1 {
    width: 4.16667%;
  }

  .el-col-xl-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-xl-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-xl-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-xl-2 {
    width: 8.33333%;
  }

  .el-col-xl-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-xl-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-xl-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-xl-3 {
    width: 12.5%;
  }

  .el-col-xl-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-xl-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-xl-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-xl-4 {
    width: 16.66667%;
  }

  .el-col-xl-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-xl-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-xl-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-xl-5 {
    width: 20.83333%;
  }

  .el-col-xl-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-xl-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-xl-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-xl-6 {
    width: 25%;
  }

  .el-col-xl-offset-6 {
    margin-left: 25%;
  }

  .el-col-xl-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-xl-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-xl-7 {
    width: 29.16667%;
  }

  .el-col-xl-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-xl-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-xl-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-xl-8 {
    width: 33.33333%;
  }

  .el-col-xl-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-xl-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-xl-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-xl-9 {
    width: 37.5%;
  }

  .el-col-xl-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-xl-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-xl-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-xl-10 {
    width: 41.66667%;
  }

  .el-col-xl-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-xl-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-xl-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-xl-11 {
    width: 45.83333%;
  }

  .el-col-xl-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-xl-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-xl-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-xl-12 {
    width: 50%;
  }

  .el-col-xl-offset-12 {
    margin-left: 50%;
  }

  .el-col-xl-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-xl-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-xl-13 {
    width: 54.16667%;
  }

  .el-col-xl-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-xl-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-xl-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-xl-14 {
    width: 58.33333%;
  }

  .el-col-xl-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-xl-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-xl-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-xl-15 {
    width: 62.5%;
  }

  .el-col-xl-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-xl-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-xl-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-xl-16 {
    width: 66.66667%;
  }

  .el-col-xl-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-xl-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-xl-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-xl-17 {
    width: 70.83333%;
  }

  .el-col-xl-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-xl-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-xl-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-xl-18 {
    width: 75%;
  }

  .el-col-xl-offset-18 {
    margin-left: 75%;
  }

  .el-col-xl-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-xl-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-xl-19 {
    width: 79.16667%;
  }

  .el-col-xl-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-xl-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-xl-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-xl-20 {
    width: 83.33333%;
  }

  .el-col-xl-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-xl-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-xl-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-xl-21 {
    width: 87.5%;
  }

  .el-col-xl-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-xl-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-xl-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-xl-22 {
    width: 91.66667%;
  }

  .el-col-xl-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-xl-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-xl-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-xl-23 {
    width: 95.83333%;
  }

  .el-col-xl-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-xl-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-xl-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-xl-24 {
    width: 100%;
  }

  .el-col-xl-offset-24 {
    margin-left: 100%;
  }

  .el-col-xl-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-xl-push-24 {
    position: relative;
    left: 100%;
  }
}

.el-upload {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
}

.el-upload__input {
  display: none;
}

.el-upload__tip {
  font-size: 12px;
  color: #606266;
  margin-top: 7px;
}

.el-upload iframe {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.el-upload--picture-card {
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  cursor: pointer;
  line-height: 146px;
  vertical-align: top;
}

.el-upload--picture-card i {
  font-size: 28px;
  color: #8c939d;
}

.el-upload--picture-card:hover,
.el-upload:focus {
  border-color: #4d89ff;
  color: #4d89ff;
}

.el-upload:focus .el-upload-dragger {
  border-color: #4d89ff;
}

.el-upload-dragger {
  background-color: #fff;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  box-sizing: border-box;
  width: 360px;
  height: 180px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.el-upload-dragger .el-icon-upload {
  font-size: 67px;
  color: #c0c4cc;
  margin: 40px 0 16px;
  line-height: 50px;
}

.el-upload-dragger + .el-upload__tip {
  text-align: center;
}

.el-upload-dragger ~ .el-upload__files {
  border-top: 1px solid #dcdfe6;
  margin-top: 7px;
  padding-top: 5px;
}

.el-upload-dragger .el-upload__text {
  color: #606266;
  font-size: 14px;
  text-align: center;
}

.el-upload-dragger .el-upload__text em {
  color: #4d89ff;
  font-style: normal;
}

.el-upload-dragger:hover {
  border-color: #4d89ff;
}

.el-upload-dragger.is-dragover {
  background-color: rgba(32, 159, 255, 0.06);
  border: 2px dashed #4d89ff;
}

.el-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.el-upload-list__item {
  transition: 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  font-size: 14px;
  color: #606266;
  line-height: 1.8;
  margin-top: 5px;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}

.el-upload-list__item .el-progress {
  position: absolute;
  top: 20px;
  width: 100%;
}

.el-upload-list__item .el-progress__text {
  position: absolute;
  right: 0;
  top: -13px;
}

.el-upload-list__item .el-progress-bar {
  margin-right: 0;
  padding-right: 0;
}

.el-upload-list__item:first-child {
  margin-top: 10px;
}

.el-upload-list__item .el-icon-upload-success {
  color: #3cd69d;
}

.el-upload-list__item .el-icon-close {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: 0.75;
  color: #606266;
}

.el-upload-list__item .el-icon-close:hover {
  opacity: 1;
}

.el-upload-list__item .el-icon-close-tip {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  cursor: pointer;
  opacity: 1;
  color: #4d89ff;
}

.el-upload-list__item:hover {
  background-color: #f5f7fa;
}

.el-upload-list__item:hover .el-icon-close {
  display: inline-block;
}

.el-upload-list__item:hover .el-progress__text {
  display: none;
}

.el-upload-list__item.is-success .el-upload-list__item-status-label {
  display: block;
}

.el-upload-list__item.is-success .el-upload-list__item-name:focus,
.el-upload-list__item.is-success .el-upload-list__item-name:hover {
  color: #4d89ff;
  cursor: pointer;
}

.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip {
  display: inline-block;
}

.el-upload-list__item.is-success:active,
.el-upload-list__item.is-success:not(.focusing):focus {
  outline-width: 0;
}

.el-upload-list__item.is-success:active .el-icon-close-tip,
.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,
.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip {
  display: none;
}

.el-upload-list.is-disabled
  .el-upload-list__item:hover
  .el-upload-list__item-status-label {
  display: block;
}

.el-upload-list__item-name {
  color: #606266;
  display: block;
  margin-right: 40px;
  overflow: hidden;
  padding-left: 4px;
  text-overflow: ellipsis;
  transition: color 0.3s;
  white-space: nowrap;
}

.el-upload-list__item-name [class^='el-icon'] {
  height: 100%;
  margin-right: 7px;
  color: #909399;
  line-height: inherit;
}

.el-upload-list__item-status-label {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: inherit;
  display: none;
}

.el-upload-list__item-delete {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 12px;
  color: #606266;
  display: none;
}

.el-upload-list__item-delete:hover {
  color: #4d89ff;
}

.el-upload-list--picture-card {
  margin: 0;
  display: inline;
  vertical-align: top;
}

.el-upload-list--picture-card .el-upload-list__item {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  margin: 0 8px 8px 0;
  display: inline-block;
}

.el-upload-list--picture-card .el-upload-list__item .el-icon-check,
.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check {
  color: #fff;
}

.el-upload-list--picture-card .el-upload-list__item .el-icon-close,
.el-upload-list--picture-card
  .el-upload-list__item:hover
  .el-upload-list__item-status-label {
  display: none;
}

.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text {
  display: block;
}

.el-upload-list--picture-card .el-upload-list__item-name {
  display: none;
}

.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  width: 100%;
  height: 100%;
}

.el-upload-list--picture-card .el-upload-list__item-status-label {
  position: absolute;
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: #13ce66;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}

.el-upload-list--picture-card .el-upload-list__item-status-label i {
  font-size: 12px;
  margin-top: 11px;
  transform: rotate(-45deg);
}

.el-upload-list--picture-card .el-upload-list__item-actions {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
}

.el-upload-list--picture-card .el-upload-list__item-actions::after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}

.el-upload-list--picture-card .el-upload-list__item-actions span {
  display: none;
  cursor: pointer;
}

.el-upload-list--picture-card .el-upload-list__item-actions span + span {
  margin-left: 15px;
}

.el-upload-list--picture-card
  .el-upload-list__item-actions
  .el-upload-list__item-delete {
  position: static;
  font-size: inherit;
  color: inherit;
}

.el-upload-list--picture-card .el-upload-list__item-actions:hover {
  opacity: 1;
}

.el-upload-list--picture-card .el-upload-list__item-actions:hover span {
  display: inline-block;
}

.el-upload-list--picture-card .el-progress {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  width: 126px;
}

.el-upload-list--picture-card .el-progress .el-progress__text {
  top: 50%;
}

.el-upload-list--picture .el-upload-list__item {
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px 10px 10px 90px;
  height: 92px;
}

.el-upload-list--picture .el-upload-list__item .el-icon-check,
.el-upload-list--picture .el-upload-list__item .el-icon-circle-check {
  color: #fff;
}

.el-upload-list--picture
  .el-upload-list__item:hover
  .el-upload-list__item-status-label {
  background: 0 0;
  box-shadow: none;
  top: -2px;
  right: -12px;
}

.el-upload-list--picture .el-upload-list__item:hover .el-progress__text {
  display: block;
}

.el-upload-list--picture
  .el-upload-list__item.is-success
  .el-upload-list__item-name {
  line-height: 70px;
  margin-top: 0;
}

.el-upload-list--picture
  .el-upload-list__item.is-success
  .el-upload-list__item-name
  i {
  display: none;
}

.el-upload-list--picture .el-upload-list__item-thumbnail {
  vertical-align: middle;
  display: inline-block;
  width: 70px;
  height: 70px;
  float: left;
  position: relative;
  z-index: 1;
  margin-left: -80px;
  background-color: #fff;
}

.el-upload-list--picture .el-upload-list__item-name {
  display: block;
  margin-top: 20px;
}

.el-upload-list--picture .el-upload-list__item-name i {
  font-size: 70px;
  line-height: 1;
  position: absolute;
  left: 9px;
  top: 10px;
}

.el-upload-list--picture .el-upload-list__item-status-label {
  position: absolute;
  right: -17px;
  top: -7px;
  width: 46px;
  height: 26px;
  background: #13ce66;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 1px 1px #ccc;
}

.el-upload-list--picture .el-upload-list__item-status-label i {
  font-size: 12px;
  margin-top: 12px;
  transform: rotate(-45deg);
}

.el-upload-list--picture .el-progress {
  position: relative;
  top: -7px;
}

.el-upload-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  cursor: default;
}

.el-upload-cover::after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}

.el-upload-cover img {
  display: block;
  width: 100%;
  height: 100%;
}

.el-upload-cover__label {
  position: absolute;
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: #13ce66;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}

.el-upload-cover__label i {
  font-size: 12px;
  margin-top: 11px;
  transform: rotate(-45deg);
  color: #fff;
}

.el-upload-cover__progress {
  display: inline-block;
  vertical-align: middle;
  position: static;
  width: 243px;
}

.el-upload-cover__progress + .el-upload__inner {
  opacity: 0;
}

.el-upload-cover__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.el-upload-cover__interact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  text-align: center;
}

.el-upload-cover__interact .btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 60px;
}

.el-upload-cover__interact .btn span {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.el-upload-cover__interact .btn:not(:first-child) {
  margin-left: 35px;
}

.el-upload-cover__interact .btn:hover {
  transform: translateY(-13px);
}

.el-upload-cover__interact .btn:hover span {
  opacity: 1;
}

.el-upload-cover__interact .btn i {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: inherit;
  margin: 0 auto 5px;
}

.el-upload-cover__title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  height: 36px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  text-align: left;
  padding: 0 10px;
  margin: 0;
  line-height: 36px;
  font-size: 14px;
  color: #303133;
}

.el-upload-cover + .el-upload__inner {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.el-progress {
  position: relative;
  line-height: 1;
}

.el-progress__text {
  font-size: 14px;
  color: #606266;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 1;
}

.el-progress__text i {
  vertical-align: middle;
  display: block;
}

.el-progress--circle,
.el-progress--dashboard {
  display: inline-block;
}

.el-progress--circle .el-progress__text,
.el-progress--dashboard .el-progress__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  transform: translate(0, -50%);
}

.el-progress--circle .el-progress__text i,
.el-progress--dashboard .el-progress__text i {
  vertical-align: middle;
  display: inline-block;
}

.el-progress--without-text .el-progress__text {
  display: none;
}

.el-progress--without-text .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
  display: block;
}

.el-progress--text-inside .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
}

.el-progress.is-success .el-progress-bar__inner {
  background-color: #3cd69d;
}

.el-progress.is-success .el-progress__text {
  color: #3cd69d;
}

.el-progress.is-warning .el-progress-bar__inner {
  background-color: #ffa74d;
}

.el-progress.is-warning .el-progress__text {
  color: #ffa74d;
}

.el-progress.is-exception .el-progress-bar__inner {
  background-color: #ff4d4d;
}

.el-progress.is-exception .el-progress__text {
  color: #ff4d4d;
}

.el-progress-bar {
  padding-right: 50px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: -55px;
  box-sizing: border-box;
}

.el-progress-bar__outer {
  height: 6px;
  border-radius: 100px;
  background-color: #ebeef5;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.el-progress-bar__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #4d89ff;
  text-align: right;
  border-radius: 100px;
  line-height: 1;
  white-space: nowrap;
  transition: width 0.6s;
}

.el-progress-bar__inner::after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}

.el-progress-bar__innerText {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  margin: 0 5px;
}

@keyframes progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 32px 0;
  }
}

.el-time-spinner {
  width: 100%;
  white-space: nowrap;
}

.el-spinner {
  display: inline-block;
  vertical-align: middle;
}

.el-spinner-inner {
  animation: 2s linear infinite rotate;
  width: 50px;
  height: 50px;
}

.el-spinner-inner .path {
  stroke: #ececec;
  stroke-linecap: round;
  animation: 1.5s ease-in-out infinite dash;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.el-message {
  min-width: 380px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  position: fixed;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  background-color: #edf2fc;
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: flex;
  align-items: center;
}

.el-message.is-center {
  justify-content: center;
}

.el-message.is-closable .el-message__content {
  padding-right: 16px;
}

.el-message p {
  margin: 0;
}

.el-message--info .el-message__content {
  color: #919aab;
}

.el-message__icon {
  margin-right: 10px;
}

.el-message__content {
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

.el-message__content:focus {
  outline-width: 0;
}

.el-message__closeBtn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #c0c4cc;
  font-size: 16px;
}

.el-message__closeBtn:focus {
  outline-width: 0;
}

.el-message__closeBtn:hover {
  color: #909399;
}

.el-message .el-icon-success {
  color: #3cd69d;
}

.el-message .el-icon-error {
  color: #ff4d4d;
}

.el-message .el-icon-info {
  color: #919aab;
}

.el-message .el-icon-warning {
  color: #ffa74d;
}

.el-message-fade-enter,
.el-message-fade-leave-active {
  opacity: 0;
  transform: translate(-50%, -100%);
}

.el-badge {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.el-badge__content {
  background-color: #ff4d4d;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff;
}

.el-badge__content.is-fixed {
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(-50%) translateX(100%);
}

.el-badge__content.is-fixed.is-dot {
  right: 5px;
}

.el-badge__content.is-dot {
  height: 8px;
  width: 8px;
  padding: 0;
  right: 0;
  border-radius: 50%;
}

.el-badge__content--primary {
  background-color: #4d89ff;
}

.el-badge__content--success {
  background-color: #3cd69d;
}

.el-badge__content--warning {
  background-color: #ffa74d;
}

.el-badge__content--info {
  background-color: #919aab;
}

.el-badge__content--danger {
  background-color: #ff4d4d;
}

.el-card {
  border-radius: 4px;
  border: 1px solid #ebeef5;
  background-color: #fff;
  overflow: hidden;
  color: #303133;
  transition: 0.3s;
}

.el-card.is-always-shadow,
.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.el-card__header {
  padding: 18px 20px;
  border-bottom: 1px solid #ebeef5;
  box-sizing: border-box;
}

.el-card__body {
  padding: 20px;
}

.el-rate {
  height: 20px;
  line-height: 1;
}

.el-rate:active,
.el-rate:focus {
  outline-width: 0;
}

.el-rate__item {
  display: inline-block;
  position: relative;
  font-size: 0;
  vertical-align: middle;
}

.el-rate__icon {
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-right: 6px;
  color: #c0c4cc;
  transition: 0.3s;
}

.el-rate__icon.hover {
  transform: scale(1.15);
}

.el-rate__icon .path2 {
  position: absolute;
  left: 0;
  top: 0;
}

.el-rate__decimal {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
}

.el-rate__text {
  font-size: 14px;
  vertical-align: middle;
}

.el-steps {
  display: flex;
}

.el-steps--simple {
  padding: 13px 8%;
  border-radius: 4px;
  background: #f5f7fa;
}

.el-steps--horizontal {
  white-space: nowrap;
}

.el-steps--vertical {
  height: 100%;
  flex-flow: column;
}

.el-step {
  position: relative;
  flex-shrink: 1;
}

.el-step:last-of-type .el-step__line {
  display: none;
}

.el-step:last-of-type.is-flex {
  flex-basis: auto !important;
  flex-shrink: 0;
  flex-grow: 0;
}

.el-step:last-of-type .el-step__description,
.el-step:last-of-type .el-step__main {
  padding-right: 0;
}

.el-step__head {
  position: relative;
  width: 100%;
}

.el-step__head.is-process {
  color: #303133;
  border-color: #303133;
}

.el-step__head.is-wait {
  color: #c0c4cc;
  border-color: #c0c4cc;
}

.el-step__head.is-success {
  color: #3cd69d;
  border-color: #3cd69d;
}

.el-step__head.is-error {
  color: #ff4d4d;
  border-color: #ff4d4d;
}

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

.el-step__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  box-sizing: border-box;
  background: #fff;
  transition: 0.15s ease-out;
}

.el-step__icon.is-text {
  border-radius: 50%;
  border: 2px solid;
  border-color: inherit;
}

.el-step__icon.is-icon {
  width: 40px;
}

.el-step__icon-inner {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

.el-step__icon-inner[class*='el-icon']:not(.is-status) {
  font-size: 25px;
  font-weight: 400;
}

.el-step__icon-inner.is-status {
  transform: translateY(1px);
}

.el-step__line {
  position: absolute;
  border-color: inherit;
  background-color: #c0c4cc;
}

.el-step__line-inner {
  display: block;
  border: 1px solid;
  transition: 0.15s ease-out;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-color: inherit;
}

.el-step__main {
  white-space: normal;
  text-align: left;
}

.el-step__title {
  font-size: 16px;
  line-height: 38px;
}

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

.el-step__title.is-wait {
  color: #c0c4cc;
}

.el-step__title.is-success {
  color: #3cd69d;
}

.el-step__title.is-error {
  color: #ff4d4d;
}

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

.el-step__description {
  padding-right: 10%;
  margin-top: -5px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

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

.el-step__description.is-wait {
  color: #c0c4cc;
}

.el-step__description.is-success {
  color: #3cd69d;
}

.el-step__description.is-error {
  color: #ff4d4d;
}

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

.el-step.is-horizontal {
  display: inline-block;
}

.el-step.is-horizontal .el-step__line {
  height: 2px;
  top: 11px;
  left: 0;
  right: 0;
}

.el-step.is-vertical {
  display: flex;
}

.el-step.is-vertical .el-step__head {
  flex-grow: 0;
  width: 24px;
}

.el-step.is-vertical .el-step__main {
  padding-left: 10px;
  flex-grow: 1;
}

.el-step.is-vertical .el-step__title {
  line-height: 24px;
  padding-bottom: 8px;
}

.el-step.is-vertical .el-step__line {
  width: 2px;
  top: 0;
  bottom: 0;
  left: 11px;
}

.el-step.is-vertical .el-step__icon.is-icon {
  width: 24px;
}

.el-step.is-center .el-step__head,
.el-step.is-center .el-step__main {
  text-align: center;
}

.el-step.is-center .el-step__description {
  padding-left: 20%;
  padding-right: 20%;
}

.el-step.is-center .el-step__line {
  left: 50%;
  right: -50%;
}

.el-step.is-simple {
  display: flex;
  align-items: center;
}

.el-step.is-simple .el-step__head {
  width: auto;
  font-size: 0;
  padding-right: 10px;
}

.el-step.is-simple .el-step__icon {
  background: 0 0;
  width: 16px;
  height: 16px;
  font-size: 12px;
}

.el-step.is-simple .el-step__icon-inner[class*='el-icon']:not(.is-status) {
  font-size: 18px;
}

.el-step.is-simple .el-step__icon-inner.is-status {
  transform: scale(0.8) translateY(1px);
}

.el-step.is-simple .el-step__main {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-grow: 1;
}

.el-step.is-simple .el-step__title {
  font-size: 16px;
  line-height: 20px;
}

.el-step.is-simple:not(:last-of-type) .el-step__title {
  max-width: 50%;
  word-break: break-all;
}

.el-step.is-simple .el-step__arrow {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-step.is-simple .el-step__arrow::after,
.el-step.is-simple .el-step__arrow::before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 15px;
  width: 1px;
  background: #c0c4cc;
}

.el-step.is-simple .el-step__arrow::before {
  transform: rotate(-45deg) translateY(-4px);
  transform-origin: 0 0;
}

.el-step.is-simple .el-step__arrow::after {
  transform: rotate(45deg) translateY(4px);
  transform-origin: 100% 100%;
}

.el-step.is-simple:last-of-type .el-step__arrow {
  display: none;
}

.el-carousel {
  position: relative;
}

.el-carousel--horizontal {
  overflow-x: hidden;
}

.el-carousel--vertical {
  overflow-y: hidden;
}

.el-carousel__container {
  position: relative;
  height: 300px;
}

.el-carousel__arrow {
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  background-color: rgba(31, 45, 61, 0.11);
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
}

.el-carousel__arrow--left {
  left: 16px;
}

.el-carousel__arrow--right {
  right: 16px;
}

.el-carousel__arrow:hover {
  background-color: rgba(31, 45, 61, 0.23);
}

.el-carousel__arrow i {
  cursor: pointer;
}

.el-carousel__indicators {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.el-carousel__indicators--horizontal {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.el-carousel__indicators--vertical {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.el-carousel__indicators--outside {
  bottom: 26px;
  text-align: center;
  position: static;
  transform: none;
}

.el-carousel__indicators--outside .el-carousel__indicator:hover button {
  opacity: 0.64;
}

.el-carousel__indicators--outside button {
  background-color: #c0c4cc;
  opacity: 0.24;
}

.el-carousel__indicators--labels {
  left: 0;
  right: 0;
  transform: none;
  text-align: center;
}

.el-carousel__indicators--labels .el-carousel__button {
  height: auto;
  width: auto;
  padding: 2px 18px;
  font-size: 12px;
}

.el-carousel__indicators--labels .el-carousel__indicator {
  padding: 6px 4px;
}

.el-carousel__indicator {
  background-color: transparent;
  cursor: pointer;
}

.el-carousel__indicator:hover button {
  opacity: 0.72;
}

.el-carousel__indicator--horizontal {
  display: inline-block;
  padding: 12px 4px;
}

.el-carousel__indicator--vertical {
  padding: 4px 12px;
}

.el-carousel__indicator--vertical .el-carousel__button {
  width: 2px;
  height: 15px;
}

.el-carousel__indicator.is-active button {
  opacity: 1;
}

.el-carousel__button {
  display: block;
  opacity: 0.48;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: 0.3s;
}

.carousel-arrow-left-enter,
.carousel-arrow-left-leave-active {
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
}

.carousel-arrow-right-enter,
.carousel-arrow-right-leave-active {
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
}

.el-carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}

.el-carousel__item.is-active {
  z-index: 2;
}

.el-carousel__item.is-animating {
  transition: transform 0.4s ease-in-out;
}

.el-carousel__item--card {
  width: 50%;
  transition: transform 0.4s ease-in-out;
}

.el-carousel__item--card.is-in-stage {
  cursor: pointer;
  z-index: 1;
}

.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
  opacity: 0.12;
}

.el-carousel__item--card.is-active {
  z-index: 2;
}

.el-carousel__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.24;
  transition: 0.2s;
}

.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
  transition: opacity 0.2s linear;
}

.fade-in-linear-enter,
.fade-in-linear-leave,
.fade-in-linear-leave-active {
  opacity: 0;
}

.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
  transition: opacity 0.2s linear;
}

.el-fade-in-linear-enter,
.el-fade-in-linear-leave,
.el-fade-in-linear-leave-active {
  opacity: 0;
}

.el-fade-in-enter-active,
.el-fade-in-leave-active {
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.el-fade-in-enter,
.el-fade-in-leave-active {
  opacity: 0;
}

.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.el-zoom-in-center-enter,
.el-zoom-in-center-leave-active {
  opacity: 0;
  transform: scaleX(0);
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center top;
}

.el-zoom-in-top-enter,
.el-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}

.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center bottom;
}

.el-zoom-in-bottom-enter,
.el-zoom-in-bottom-leave-active {
  opacity: 0;
  transform: scaleY(0);
}

.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
  opacity: 1;
  transform: scale(1, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: top left;
}

.el-zoom-in-left-enter,
.el-zoom-in-left-leave-active {
  opacity: 0;
  transform: scale(0.45, 0.45);
}

.collapse-transition {
  transition: height 0.3s ease-in-out, padding-top 0.3s ease-in-out,
    padding-bottom 0.3s ease-in-out;
}

.horizontal-collapse-transition {
  transition: width 0.3s ease-in-out, padding-left 0.3s ease-in-out,
    padding-right 0.3s ease-in-out;
}

.el-list-enter-active,
.el-list-leave-active {
  transition: 1s;
}

.el-list-enter,
.el-list-leave-active {
  opacity: 0;
  transform: translateY(-30px);
}

.el-opacity-transition {
  transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.el-collapse {
  border-top: 1px solid #ebeef5;
  border-bottom: 1px solid #ebeef5;
}

.el-collapse-item.is-disabled .el-collapse-item__header {
  color: #bbb;
  cursor: not-allowed;
}

.el-collapse-item__header {
  display: flex;
  align-items: center;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  color: #303133;
  cursor: pointer;
  border-bottom: 1px solid #ebeef5;
  font-size: 14px;
  font-weight: 500;
  transition: border-bottom-color 0.3s;
  outline: 0;
}

.el-collapse-item__arrow {
  margin: 0 8px 0 auto;
  transition: transform 0.3s;
  font-weight: 300;
}

.el-collapse-item__arrow.is-active {
  transform: rotate(90deg);
}

.el-collapse-item__header.focusing:focus:not(:hover) {
  color: #4d89ff;
}

.el-collapse-item__wrap {
  will-change: height;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #ebeef5;
}

.el-collapse-item__content {
  font-size: 13px;
  color: #303133;
  line-height: 1.769230769230769;
}

.el-collapse-item:last-child {
  margin-bottom: -1px;
}

.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.el-popper .popper__arrow {
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}

.el-popper .popper__arrow::after {
  content: ' ';
  border-width: 6px;
}

.el-popper[x-placement^='top'] {
  margin-bottom: 12px;
}

.el-popper[x-placement^='top'] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #ebeef5;
  border-bottom-width: 0;
}

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

.el-popper[x-placement^='bottom'] {
  margin-top: 12px;
}

.el-popper[x-placement^='bottom'] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #ebeef5;
}

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

.el-popper[x-placement^='right'] {
  margin-left: 12px;
}

.el-popper[x-placement^='right'] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #ebeef5;
  border-left-width: 0;
}

.el-popper[x-placement^='right'] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}

.el-popper[x-placement^='left'] {
  margin-right: 12px;
}

.el-popper[x-placement^='left'] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #ebeef5;
}

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

.el-tag {
  background-color: #edf3ff;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #4d89ff;
  border: 1px solid #dbe7ff;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
}

.el-tag.is-hit {
  border-color: #4d89ff;
}

.el-tag .el-tag__close {
  color: #4d89ff;
}

.el-tag .el-tag__close:hover {
  color: #fff;
  background-color: #4d89ff;
}

.el-tag.el-tag--info {
  background-color: #f4f5f7;
  border-color: #e9ebee;
  color: #919aab;
}

.el-tag.el-tag--info.is-hit {
  border-color: #919aab;
}

.el-tag.el-tag--info .el-tag__close {
  color: #919aab;
}

.el-tag.el-tag--info .el-tag__close:hover {
  color: #fff;
  background-color: #919aab;
}

.el-tag.el-tag--success {
  background-color: #ecfbf5;
  border-color: #d8f7eb;
  color: #3cd69d;
}

.el-tag.el-tag--success.is-hit {
  border-color: #3cd69d;
}

.el-tag.el-tag--success .el-tag__close {
  color: #3cd69d;
}

.el-tag.el-tag--success .el-tag__close:hover {
  color: #fff;
  background-color: #3cd69d;
}

.el-tag.el-tag--warning {
  background-color: #fff6ed;
  border-color: #ffeddb;
  color: #ffa74d;
}

.el-tag.el-tag--warning.is-hit {
  border-color: #ffa74d;
}

.el-tag.el-tag--warning .el-tag__close {
  color: #ffa74d;
}

.el-tag.el-tag--warning .el-tag__close:hover {
  color: #fff;
  background-color: #ffa74d;
}

.el-tag.el-tag--danger {
  background-color: #ffeded;
  border-color: #ffdbdb;
  color: #ff4d4d;
}

.el-tag.el-tag--danger.is-hit {
  border-color: #ff4d4d;
}

.el-tag.el-tag--danger .el-tag__close {
  color: #ff4d4d;
}

.el-tag.el-tag--danger .el-tag__close:hover {
  color: #fff;
  background-color: #ff4d4d;
}

.el-tag .el-icon-close {
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px;
  right: -5px;
}

.el-tag .el-icon-close::before {
  display: block;
}

.el-tag--dark {
  background-color: #4d89ff;
  border-color: #4d89ff;
  color: #fff;
}

.el-tag--dark.is-hit {
  border-color: #4d89ff;
}

.el-tag--dark .el-tag__close {
  color: #fff;
}

.el-tag--dark .el-tag__close:hover {
  color: #fff;
  background-color: #71a1ff;
}

.el-tag--dark.el-tag--info {
  background-color: #919aab;
  border-color: #919aab;
  color: #fff;
}

.el-tag--dark.el-tag--info.is-hit {
  border-color: #919aab;
}

.el-tag--dark.el-tag--info .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--info .el-tag__close:hover {
  color: #fff;
  background-color: #a7aebc;
}

.el-tag--dark.el-tag--success {
  background-color: #3cd69d;
  border-color: #3cd69d;
  color: #fff;
}

.el-tag--dark.el-tag--success.is-hit {
  border-color: #3cd69d;
}

.el-tag--dark.el-tag--success .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--success .el-tag__close:hover {
  color: #fff;
  background-color: #63deb1;
}

.el-tag--dark.el-tag--warning {
  background-color: #ffa74d;
  border-color: #ffa74d;
  color: #fff;
}

.el-tag--dark.el-tag--warning.is-hit {
  border-color: #ffa74d;
}

.el-tag--dark.el-tag--warning .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--warning .el-tag__close:hover {
  color: #fff;
  background-color: #ffb971;
}

.el-tag--dark.el-tag--danger {
  background-color: #ff4d4d;
  border-color: #ff4d4d;
  color: #fff;
}

.el-tag--dark.el-tag--danger.is-hit {
  border-color: #ff4d4d;
}

.el-tag--dark.el-tag--danger .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--danger .el-tag__close:hover {
  color: #fff;
  background-color: #ff7171;
}

.el-tag--plain {
  background-color: #fff;
  border-color: #b8d0ff;
  color: #4d89ff;
}

.el-tag--plain.is-hit {
  border-color: #4d89ff;
}

.el-tag--plain .el-tag__close {
  color: #4d89ff;
}

.el-tag--plain .el-tag__close:hover {
  color: #fff;
  background-color: #4d89ff;
}

.el-tag--plain.el-tag--info {
  background-color: #fff;
  border-color: #d3d7dd;
  color: #919aab;
}

.el-tag--plain.el-tag--info.is-hit {
  border-color: #919aab;
}

.el-tag--plain.el-tag--info .el-tag__close {
  color: #919aab;
}

.el-tag--plain.el-tag--info .el-tag__close:hover {
  color: #fff;
  background-color: #919aab;
}

.el-tag--plain.el-tag--success {
  background-color: #fff;
  border-color: #b1efd8;
  color: #3cd69d;
}

.el-tag--plain.el-tag--success.is-hit {
  border-color: #3cd69d;
}

.el-tag--plain.el-tag--success .el-tag__close {
  color: #3cd69d;
}

.el-tag--plain.el-tag--success .el-tag__close:hover {
  color: #fff;
  background-color: #3cd69d;
}

.el-tag--plain.el-tag--warning {
  background-color: #fff;
  border-color: #ffdcb8;
  color: #ffa74d;
}

.el-tag--plain.el-tag--warning.is-hit {
  border-color: #ffa74d;
}

.el-tag--plain.el-tag--warning .el-tag__close {
  color: #ffa74d;
}

.el-tag--plain.el-tag--warning .el-tag__close:hover {
  color: #fff;
  background-color: #ffa74d;
}

.el-tag--plain.el-tag--danger {
  background-color: #fff;
  border-color: #ffb8b8;
  color: #ff4d4d;
}

.el-tag--plain.el-tag--danger.is-hit {
  border-color: #ff4d4d;
}

.el-tag--plain.el-tag--danger .el-tag__close {
  color: #ff4d4d;
}

.el-tag--plain.el-tag--danger .el-tag__close:hover {
  color: #fff;
  background-color: #ff4d4d;
}

.el-tag--medium {
  height: 28px;
  line-height: 26px;
}

.el-tag--medium .el-icon-close {
  transform: scale(0.8);
}

.el-tag--small {
  height: 24px;
  padding: 0 8px;
  line-height: 22px;
}

.el-tag--small .el-icon-close {
  transform: scale(0.8);
}

.el-tag--mini {
  height: 20px;
  padding: 0 5px;
  line-height: 19px;
}

.el-tag--mini .el-icon-close {
  margin-left: -3px;
  transform: scale(0.7);
}

.el-cascader {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 40px;
}

.el-cascader:not(.is-disabled):hover .el-input__inner {
  cursor: pointer;
  border-color: #c0c4cc;
}

.el-cascader .el-input {
  cursor: pointer;
}

.el-cascader .el-input .el-input__inner {
  text-overflow: ellipsis;
}

.el-cascader .el-input .el-input__inner:focus {
  border-color: #4d89ff;
}

.el-cascader .el-input .el-icon-arrow-down {
  transition: transform 0.3s;
  font-size: 14px;
}

.el-cascader .el-input .el-icon-arrow-down.is-reverse {
  transform: rotateZ(180deg);
}

.el-cascader .el-input .el-icon-circle-close:hover {
  color: #909399;
}

.el-cascader .el-input.is-focus .el-input__inner {
  border-color: #4d89ff;
}

.el-cascader--medium {
  font-size: 14px;
  line-height: 36px;
}

.el-cascader--small {
  font-size: 13px;
  line-height: 32px;
}

.el-cascader--mini {
  font-size: 12px;
  line-height: 28px;
}

.el-cascader.is-disabled .el-cascader__label {
  z-index: 2;
  color: #c0c4cc;
}

.el-cascader__dropdown {
  margin: 5px 0;
  font-size: 14px;
  background: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.el-cascader__tags {
  position: absolute;
  left: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  text-align: left;
  box-sizing: border-box;
}

.el-cascader__tags .el-tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 2px 0 2px 6px;
  text-overflow: ellipsis;
  background: #f0f2f5;
}

.el-cascader__tags .el-tag:not(.is-hit) {
  border-color: transparent;
}

.el-cascader__tags .el-tag > span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-cascader__tags .el-tag .el-icon-close {
  flex: none;
  background-color: #c0c4cc;
  color: #fff;
}

.el-cascader__tags .el-tag .el-icon-close:hover {
  background-color: #909399;
}

.el-cascader__suggestion-panel {
  border-radius: 4px;
}

.el-cascader__suggestion-list {
  max-height: 204px;
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  color: #606266;
  text-align: center;
}

.el-cascader__suggestion-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  padding: 0 15px;
  text-align: left;
  outline: 0;
  cursor: pointer;
}

.el-cascader__suggestion-item:focus,
.el-cascader__suggestion-item:hover {
  background: #f5f7fa;
}

.el-cascader__suggestion-item.is-checked {
  color: #4d89ff;
  font-weight: 700;
}

.el-cascader__suggestion-item > span {
  margin-right: 10px;
}

.el-cascader__empty-text {
  margin: 10px 0;
  color: #c0c4cc;
}

.el-cascader__search-input {
  flex: 1;
  height: 24px;
  min-width: 60px;
  margin: 2px 0 2px 15px;
  padding: 0;
  color: #606266;
  border: none;
  outline: 0;
  box-sizing: border-box;
}

.el-cascader__search-input::-moz-placeholder {
  color: #c0c4cc;
}

.el-cascader__search-input::placeholder {
  color: #c0c4cc;
}

.el-color-predefine {
  display: flex;
  font-size: 12px;
  margin-top: 8px;
  width: 280px;
}

.el-color-predefine__colors {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.el-color-predefine__color-selector {
  margin: 0 0 8px 8px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.el-color-predefine__color-selector:nth-child(10n + 1) {
  margin-left: 0;
}

.el-color-predefine__color-selector.selected {
  box-shadow: 0 0 3px 2px #4d89ff;
}

.el-color-predefine__color-selector > div {
  display: flex;
  height: 100%;
  border-radius: 3px;
}

.el-color-predefine__color-selector.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.el-color-hue-slider {
  position: relative;
  box-sizing: border-box;
  width: 280px;
  height: 12px;
  background-color: red;
  padding: 0 2px;
}

.el-color-hue-slider__bar {
  position: relative;
  background: linear-gradient(
    to right,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  height: 100%;
}

.el-color-hue-slider__thumb {
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.el-color-hue-slider.is-vertical {
  width: 12px;
  height: 180px;
  padding: 2px 0;
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
  background: linear-gradient(
    to bottom,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}

.el-color-svpanel {
  position: relative;
  width: 280px;
  height: 180px;
}

.el-color-svpanel__black,
.el-color-svpanel__white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.el-color-svpanel__white {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.el-color-svpanel__black {
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}

.el-color-svpanel__cursor {
  position: absolute;
}

.el-color-svpanel__cursor > div {
  cursor: head;
  width: 4px;
  height: 4px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3),
    0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translate(-2px, -2px);
}

.el-color-alpha-slider {
  position: relative;
  box-sizing: border-box;
  width: 280px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.el-color-alpha-slider__bar {
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
  height: 100%;
}

.el-color-alpha-slider__thumb {
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.el-color-alpha-slider.is-vertical {
  width: 20px;
  height: 180px;
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}

.el-color-dropdown {
  width: 300px;
}

.el-color-dropdown__main-wrapper {
  margin-bottom: 6px;
}

.el-color-dropdown__main-wrapper::after {
  content: '';
  display: table;
  clear: both;
}

.el-color-dropdown__btns {
  margin-top: 6px;
  text-align: right;
}

.el-color-dropdown__value {
  float: left;
  line-height: 26px;
  font-size: 12px;
  color: #000;
  width: 160px;
}

.el-color-dropdown__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
}

.el-color-dropdown__btn[disabled] {
  color: #ccc;
  cursor: not-allowed;
}

.el-color-dropdown__btn:hover {
  color: #4d89ff;
  border-color: #4d89ff;
}

.el-color-dropdown__link-btn {
  cursor: pointer;
  color: #4d89ff;
  text-decoration: none;
  padding: 15px;
  font-size: 12px;
}

.el-color-dropdown__link-btn:hover {
  color: tint(#4d89ff, 20%);
}

.el-color-picker {
  display: inline-block;
  position: relative;
  line-height: normal;
  height: 40px;
}

.el-color-picker.is-disabled .el-color-picker__trigger {
  cursor: not-allowed;
}

.el-color-picker--medium {
  height: 36px;
}

.el-color-picker--medium .el-color-picker__trigger {
  height: 36px;
  width: 36px;
}

.el-color-picker--medium .el-color-picker__mask {
  height: 34px;
  width: 34px;
}

.el-color-picker--small {
  height: 32px;
}

.el-color-picker--small .el-color-picker__trigger {
  height: 32px;
  width: 32px;
}

.el-color-picker--small .el-color-picker__mask {
  height: 30px;
  width: 30px;
}

.el-color-picker--small .el-color-picker__empty,
.el-color-picker--small .el-color-picker__icon {
  transform: translate3d(-50%, -50%, 0) scale(0.8);
}

.el-color-picker--mini {
  height: 28px;
}

.el-color-picker--mini .el-color-picker__trigger {
  height: 28px;
  width: 28px;
}

.el-color-picker--mini .el-color-picker__mask {
  height: 26px;
  width: 26px;
}

.el-color-picker--mini .el-color-picker__empty,
.el-color-picker--mini .el-color-picker__icon {
  transform: translate3d(-50%, -50%, 0) scale(0.8);
}

.el-color-picker__mask {
  height: 38px;
  width: 38px;
  border-radius: 4px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  cursor: not-allowed;
  background-color: rgba(255, 255, 255, 0.7);
}

.el-color-picker__trigger {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  padding: 4px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 0;
  position: relative;
  cursor: pointer;
}

.el-color-picker__color {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.el-color-picker__color.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.el-color-picker__color-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.el-color-picker__empty {
  font-size: 12px;
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.el-color-picker__icon {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.el-color-picker__panel {
  position: absolute;
  z-index: 10;
  padding: 6px;
  box-sizing: content-box;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 14px;
}

.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  transition: border-color cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: Arial;
}

.el-textarea__inner::-moz-placeholder {
  color: #c0c4cc;
}

.el-textarea__inner::placeholder {
  color: #c0c4cc;
}

.el-textarea__inner:hover {
  border-color: #c0c4cc;
}

.el-textarea__inner:focus {
  outline: 0;
  border-color: #4d89ff;
}

.el-textarea .el-input__count {
  color: #919aab;
  background: #fff;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}

.el-textarea.is-disabled .el-textarea__inner {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
  cursor: not-allowed;
}

.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #c0c4cc;
}

.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #c0c4cc;
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: #ff4d4d;
}

.el-textarea.is-exceed .el-input__count {
  color: #ff4d4d;
}

.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}

.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}

.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}

.el-input::-webkit-scrollbar-corner {
  background: #fff;
}

.el-input::-webkit-scrollbar-track {
  background: #fff;
}

.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}

.el-input .el-input__clear {
  color: #c0c4cc;
  font-size: 14px;
  cursor: pointer;
  transition: color cubic-bezier(0.645, 0.045, 0.355, 1);
}

.el-input .el-input__clear:hover {
  color: #909399;
}

.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #919aab;
  font-size: 12px;
}

.el-input .el-input__count .el-input__count-inner {
  background: #fff;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}

.el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}

.el-input__inner::-ms-reveal {
  display: none;
}

.el-input__inner::-moz-placeholder {
  color: #c0c4cc;
}

.el-input__inner::placeholder {
  color: #c0c4cc;
}

.el-input__inner:hover {
  border-color: #c0c4cc;
}

.el-input__inner:focus {
  outline: 0;
  border-color: #4d89ff;
}

.el-input__suffix {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  color: #c0c4cc;
  transition: 0.3s;
  pointer-events: none;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.el-input__prefix {
  position: absolute;
  height: 100%;
  left: 5px;
  top: 0;
  text-align: center;
  color: #c0c4cc;
  transition: 0.3s;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  -webkit-transition: 0.3s;
  line-height: 40px;
}

.el-input__icon:after {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-input.is-active .el-input__inner {
  outline: 0;
  border-color: #4d89ff;
}

.el-input.is-disabled .el-input__inner {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
  cursor: not-allowed;
}

.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #c0c4cc;
}

.el-input.is-disabled .el-input__inner::placeholder {
  color: #c0c4cc;
}

.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

.el-input.is-exceed .el-input__inner {
  border-color: #ff4d4d;
}

.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #ff4d4d;
}

.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input--medium {
  font-size: 14px;
}

.el-input--medium .el-input__inner {
  height: 36px;
  line-height: 36px;
}

.el-input--medium .el-input__icon {
  line-height: 36px;
}

.el-input--small {
  font-size: 13px;
}

.el-input--small .el-input__inner {
  height: 32px;
  line-height: 32px;
}

.el-input--small .el-input__icon {
  line-height: 32px;
}

.el-input--mini {
  font-size: 12px;
}

.el-input--mini .el-input__inner {
  height: 28px;
  line-height: 28px;
}

.el-input--mini .el-input__icon {
  line-height: 28px;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}

.el-input-group__append,
.el-input-group__prepend {
  background-color: #f5f7fa;
  color: #919aab;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}

.el-input-group__append:focus,
.el-input-group__prepend:focus {
  outline: 0;
}

.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
  display: inline-block;
  margin: -10px -20px;
}

.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}

.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}

.el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.el-transfer {
  font-size: 14px;
}

.el-transfer__buttons {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}

.el-transfer__button {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  background-color: #4d89ff;
  font-size: 0;
}

.el-transfer__button.is-with-texts {
  border-radius: 4px;
}

.el-transfer__button.is-disabled,
.el-transfer__button.is-disabled:hover {
  border: 1px solid #dcdfe6;
  background-color: #f5f7fa;
  color: #c0c4cc;
}

.el-transfer__button:first-child {
  margin-bottom: 10px;
}

.el-transfer__button:nth-child(2) {
  margin: 0;
}

.el-transfer__button i,
.el-transfer__button span {
  font-size: 14px;
}

.el-transfer__button [class*='el-icon-'] + span {
  margin-left: 0;
}

.el-transfer-panel {
  border: 1px solid #ebeef5;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  max-height: 100%;
  box-sizing: border-box;
  position: relative;
}

.el-transfer-panel__body {
  height: 246px;
}

.el-transfer-panel__body.is-with-footer {
  padding-bottom: 40px;
}

.el-transfer-panel__list {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  height: 246px;
  overflow: auto;
  box-sizing: border-box;
}

.el-transfer-panel__list.is-filterable {
  height: 194px;
  padding-top: 0;
}

.el-transfer-panel__item {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  display: block !important;
}

.el-transfer-panel__item + .el-transfer-panel__item {
  margin-left: 0;
}

.el-transfer-panel__item.el-checkbox {
  color: #606266;
}

.el-transfer-panel__item:hover {
  color: #4d89ff;
}

.el-transfer-panel__item.el-checkbox .el-checkbox__label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
  padding-left: 24px;
  line-height: 30px;
}

.el-transfer-panel__item .el-checkbox__input {
  position: absolute;
  top: 8px;
}

.el-transfer-panel__filter {
  text-align: center;
  margin: 15px;
  box-sizing: border-box;
  display: block;
  width: auto;
}

.el-transfer-panel__filter .el-input__inner {
  height: 32px;
  width: 100%;
  font-size: 12px;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 30px;
}

.el-transfer-panel__filter .el-input__icon {
  margin-left: 5px;
}

.el-transfer-panel__filter .el-icon-circle-close {
  cursor: pointer;
}

.el-transfer-panel .el-transfer-panel__header {
  height: 40px;
  line-height: 40px;
  background: #f5f7fa;
  margin: 0;
  padding-left: 15px;
  border-bottom: 1px solid #ebeef5;
  box-sizing: border-box;
  color: #000;
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox {
  display: block;
  line-height: 40px;
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
  font-size: 16px;
  color: #303133;
  font-weight: 400;
}

.el-transfer-panel
  .el-transfer-panel__header
  .el-checkbox
  .el-checkbox__label
  span {
  position: absolute;
  right: 15px;
  color: #909399;
  font-size: 12px;
  font-weight: 400;
}

.el-transfer-panel .el-transfer-panel__footer {
  height: 40px;
  background: #fff;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ebeef5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.el-transfer-panel .el-transfer-panel__footer::after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}

.el-transfer-panel .el-transfer-panel__footer .el-checkbox {
  padding-left: 20px;
  color: #606266;
}

.el-transfer-panel .el-transfer-panel__empty {
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 6px 15px 0;
  color: #909399;
  text-align: center;
}

.el-transfer-panel .el-checkbox__label {
  padding-left: 8px;
}

.el-transfer-panel .el-checkbox__inner {
  height: 14px;
  width: 14px;
  border-radius: 3px;
}

.el-transfer-panel .el-checkbox__inner::after {
  height: 6px;
  width: 3px;
  left: 4px;
}

.el-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  box-sizing: border-box;
  min-width: 0;
}

.el-container.is-vertical {
  flex-direction: column;
}

.el-header {
  padding: 0 20px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.el-aside {
  overflow: auto;
  box-sizing: border-box;
  flex-shrink: 0;
}

.el-main {
  display: block;
  flex: 1;
  flex-basis: auto;
  overflow: auto;
  box-sizing: border-box;
  padding: 20px;
}

.el-footer {
  padding: 0 20px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.el-timeline {
  margin: 0;
  font-size: 14px;
  list-style: none;
}

.el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
  display: none;
}

.el-timeline-item {
  position: relative;
  padding-bottom: 20px;
}

.el-timeline-item__wrapper {
  position: relative;
  padding-left: 28px;
  top: -3px;
}

.el-timeline-item__tail {
  position: absolute;
  left: 4px;
  height: 100%;
  border-left: 2px solid #e4e7ed;
}

.el-timeline-item__icon {
  color: #fff;
  font-size: 13px;
}

.el-timeline-item__node {
  position: absolute;
  background-color: #e4e7ed;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.el-timeline-item__node--normal {
  left: -1px;
  width: 12px;
  height: 12px;
}

.el-timeline-item__node--large {
  left: -2px;
  width: 14px;
  height: 14px;
}

.el-timeline-item__node--primary {
  background-color: #4d89ff;
}

.el-timeline-item__node--success {
  background-color: #3cd69d;
}

.el-timeline-item__node--warning {
  background-color: #ffa74d;
}

.el-timeline-item__node--danger {
  background-color: #ff4d4d;
}

.el-timeline-item__node--info {
  background-color: #919aab;
}

.el-timeline-item__dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.el-timeline-item__content {
  color: #303133;
}

.el-timeline-item__timestamp {
  color: #909399;
  line-height: 1;
  font-size: 13px;
}

.el-timeline-item__timestamp.is-top {
  margin-bottom: 8px;
  padding-top: 4px;
}

.el-timeline-item__timestamp.is-bottom {
  margin-top: 8px;
}

.el-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

.el-link.is-underline:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid #4d89ff;
}

.el-link.is-disabled {
  cursor: not-allowed;
}

.el-link [class*='el-icon-'] + span {
  margin-left: 5px;
}

.el-link.el-link--default {
  color: #606266;
}

.el-link.el-link--default:hover {
  color: #4d89ff;
}

.el-link.el-link--default:after {
  border-color: #4d89ff;
}

.el-link.el-link--default.is-disabled {
  color: #c0c4cc;
}

.el-link.el-link--primary {
  color: #4d89ff;
}

.el-link.el-link--primary:hover {
  color: #71a1ff;
}

.el-link.el-link--primary:after {
  border-color: #4d89ff;
}

.el-link.el-link--primary.is-disabled {
  color: #a6c4ff;
}

.el-link.el-link--primary.is-underline:hover:after {
  border-color: #4d89ff;
}

.el-link.el-link--danger {
  color: #ff4d4d;
}

.el-link.el-link--danger:hover {
  color: #ff7171;
}

.el-link.el-link--danger:after {
  border-color: #ff4d4d;
}

.el-link.el-link--danger.is-disabled {
  color: #ffa6a6;
}

.el-link.el-link--danger.is-underline:hover:after {
  border-color: #ff4d4d;
}

.el-link.el-link--success {
  color: #3cd69d;
}

.el-link.el-link--success:hover {
  color: #63deb1;
}

.el-link.el-link--success:after {
  border-color: #3cd69d;
}

.el-link.el-link--success.is-disabled {
  color: #9eebce;
}

.el-link.el-link--success.is-underline:hover:after {
  border-color: #3cd69d;
}

.el-link.el-link--warning {
  color: #ffa74d;
}

.el-link.el-link--warning:hover {
  color: #ffb971;
}

.el-link.el-link--warning:after {
  border-color: #ffa74d;
}

.el-link.el-link--warning.is-disabled {
  color: #ffd3a6;
}

.el-link.el-link--warning.is-underline:hover:after {
  border-color: #ffa74d;
}

.el-link.el-link--info {
  color: #919aab;
}

.el-link.el-link--info:hover {
  color: #a7aebc;
}

.el-link.el-link--info:after {
  border-color: #919aab;
}

.el-link.el-link--info.is-disabled {
  color: #c8cdd5;
}

.el-link.el-link--info.is-underline:hover:after {
  border-color: #919aab;
}

.el-divider {
  background-color: #dcdfe6;
  position: relative;
}

.el-divider--horizontal {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
}

.el-divider--vertical {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin: 0 8px;
  vertical-align: middle;
  position: relative;
}

.el-divider__text {
  position: absolute;
  background-color: #fff;
  padding: 0 20px;
  font-weight: 500;
  color: #303133;
  font-size: 14px;
}

.el-divider__text.is-left {
  left: 20px;
  transform: translateY(-50%);
}

.el-divider__text.is-center {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.el-divider__text.is-right {
  right: 20px;
  transform: translateY(-50%);
}

.el-image__error,
.el-image__inner,
.el-image__placeholder {
  width: 100%;
  height: 100%;
}

.el-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.el-image__inner {
  vertical-align: top;
}

.el-image__inner--center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.el-image__placeholder {
  background: #f5f7fa;
}

.el-image__error {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background: #f5f7fa;
  color: #c0c4cc;
  vertical-align: middle;
}

.el-image__preview {
  cursor: pointer;
}

.el-image-viewer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.el-image-viewer__btn {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.8;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.el-image-viewer__close {
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
}

.el-image-viewer__canvas {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.el-image-viewer__actions {
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 282px;
  height: 44px;
  padding: 0 23px;
  background-color: #606266;
  border-color: #fff;
  border-radius: 22px;
}

.el-image-viewer__actions__inner {
  width: 100%;
  height: 100%;
  text-align: justify;
  cursor: default;
  font-size: 23px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.el-image-viewer__prev {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
  border-color: #fff;
  left: 40px;
}

.el-image-viewer__next {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
  border-color: #fff;
  right: 40px;
  text-indent: 2px;
}

.el-image-viewer__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
}

.viewer-fade-enter-active {
  animation: 0.3s viewer-fade-in;
}

.viewer-fade-leave-active {
  animation: 0.3s viewer-fade-out;
}

@keyframes viewer-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes viewer-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}

.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.el-button + .el-button {
  margin-left: 10px;
}

.el-button:focus,
.el-button:hover {
  color: #4d89ff;
  border-color: #cadcff;
  background-color: #edf3ff;
}

.el-button:active {
  color: #457be6;
  border-color: #457be6;
  outline: 0;
}

.el-button::-moz-focus-inner {
  border: 0;
}

.el-button [class*='el-icon-'] + span {
  margin-left: 5px;
}

.el-button.is-plain:focus,
.el-button.is-plain:hover {
  background: #fff;
  border-color: #4d89ff;
  color: #4d89ff;
}

.el-button.is-plain:active {
  background: #fff;
  border-color: #457be6;
  color: #457be6;
  outline: 0;
}

.el-button.is-active {
  color: #457be6;
  border-color: #457be6;
}

.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #ebeef5;
}

.el-button.is-disabled.el-button--text {
  background-color: transparent;
}

.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:focus,
.el-button.is-disabled.is-plain:hover {
  background-color: #fff;
  border-color: #ebeef5;
  color: #c0c4cc;
}

.el-button.is-loading {
  position: relative;
  pointer-events: none;
}

.el-button.is-loading:before {
  pointer-events: none;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.35);
}

.el-button.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}

.el-button.is-circle {
  border-radius: 50%;
  padding: 12px;
}

.el-button--primary {
  color: #fff;
  background-color: #4d89ff;
  border-color: #4d89ff;
}

.el-button--primary:focus,
.el-button--primary:hover {
  background: #71a1ff;
  border-color: #71a1ff;
  color: #fff;
}

.el-button--primary:active {
  background: #457be6;
  border-color: #457be6;
  color: #fff;
  outline: 0;
}

.el-button--primary.is-active {
  background: #457be6;
  border-color: #457be6;
  color: #fff;
}

.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
  color: #fff;
  background-color: #a6c4ff;
  border-color: #a6c4ff;
}

.el-button--primary.is-plain {
  color: #4d89ff;
  background: #edf3ff;
  border-color: #b8d0ff;
}

.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
  background: #4d89ff;
  border-color: #4d89ff;
  color: #fff;
}

.el-button--primary.is-plain:active {
  background: #457be6;
  border-color: #457be6;
  color: #fff;
  outline: 0;
}

.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover {
  color: #94b8ff;
  background-color: #edf3ff;
  border-color: #dbe7ff;
}

.el-button--success {
  color: #fff;
  background-color: #3cd69d;
  border-color: #3cd69d;
}

.el-button--success:focus,
.el-button--success:hover {
  background: #63deb1;
  border-color: #63deb1;
  color: #fff;
}

.el-button--success:active {
  background: #36c18d;
  border-color: #36c18d;
  color: #fff;
  outline: 0;
}

.el-button--success.is-active {
  background: #36c18d;
  border-color: #36c18d;
  color: #fff;
}

.el-button--success.is-disabled,
.el-button--success.is-disabled:active,
.el-button--success.is-disabled:focus,
.el-button--success.is-disabled:hover {
  color: #fff;
  background-color: #9eebce;
  border-color: #9eebce;
}

.el-button--success.is-plain {
  color: #3cd69d;
  background: #ecfbf5;
  border-color: #b1efd8;
}

.el-button--success.is-plain:focus,
.el-button--success.is-plain:hover {
  background: #3cd69d;
  border-color: #3cd69d;
  color: #fff;
}

.el-button--success.is-plain:active {
  background: #36c18d;
  border-color: #36c18d;
  color: #fff;
  outline: 0;
}

.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:hover {
  color: #8ae6c4;
  background-color: #ecfbf5;
  border-color: #d8f7eb;
}

.el-button--warning {
  color: #fff;
  background-color: #ffa74d;
  border-color: #ffa74d;
}

.el-button--warning:focus,
.el-button--warning:hover {
  background: #ffb971;
  border-color: #ffb971;
  color: #fff;
}

.el-button--warning:active {
  background: #e69645;
  border-color: #e69645;
  color: #fff;
  outline: 0;
}

.el-button--warning.is-active {
  background: #e69645;
  border-color: #e69645;
  color: #fff;
}

.el-button--warning.is-disabled,
.el-button--warning.is-disabled:active,
.el-button--warning.is-disabled:focus,
.el-button--warning.is-disabled:hover {
  color: #fff;
  background-color: #ffd3a6;
  border-color: #ffd3a6;
}

.el-button--warning.is-plain {
  color: #ffa74d;
  background: #fff6ed;
  border-color: #ffdcb8;
}

.el-button--warning.is-plain:focus,
.el-button--warning.is-plain:hover {
  background: #ffa74d;
  border-color: #ffa74d;
  color: #fff;
}

.el-button--warning.is-plain:active {
  background: #e69645;
  border-color: #e69645;
  color: #fff;
  outline: 0;
}

.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:hover {
  color: #ffca94;
  background-color: #fff6ed;
  border-color: #ffeddb;
}

.el-button--danger {
  color: #fff;
  background-color: #ff4d4d;
  border-color: #ff4d4d;
}

.el-button--danger:focus,
.el-button--danger:hover {
  background: #ff7171;
  border-color: #ff7171;
  color: #fff;
}

.el-button--danger:active {
  background: #e64545;
  border-color: #e64545;
  color: #fff;
  outline: 0;
}

.el-button--danger.is-active {
  background: #e64545;
  border-color: #e64545;
  color: #fff;
}

.el-button--danger.is-disabled,
.el-button--danger.is-disabled:active,
.el-button--danger.is-disabled:focus,
.el-button--danger.is-disabled:hover {
  color: #fff;
  background-color: #ffa6a6;
  border-color: #ffa6a6;
}

.el-button--danger.is-plain {
  color: #ff4d4d;
  background: #ffeded;
  border-color: #ffb8b8;
}

.el-button--danger.is-plain:focus,
.el-button--danger.is-plain:hover {
  background: #ff4d4d;
  border-color: #ff4d4d;
  color: #fff;
}

.el-button--danger.is-plain:active {
  background: #e64545;
  border-color: #e64545;
  color: #fff;
  outline: 0;
}

.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:hover {
  color: #ff9494;
  background-color: #ffeded;
  border-color: #ffdbdb;
}

.el-button--info {
  color: #fff;
  background-color: #919aab;
  border-color: #919aab;
}

.el-button--info:focus,
.el-button--info:hover {
  background: #a7aebc;
  border-color: #a7aebc;
  color: #fff;
}

.el-button--info:active {
  background: #838b9a;
  border-color: #838b9a;
  color: #fff;
  outline: 0;
}

.el-button--info.is-active {
  background: #838b9a;
  border-color: #838b9a;
  color: #fff;
}

.el-button--info.is-disabled,
.el-button--info.is-disabled:active,
.el-button--info.is-disabled:focus,
.el-button--info.is-disabled:hover {
  color: #fff;
  background-color: #c8cdd5;
  border-color: #c8cdd5;
}

.el-button--info.is-plain {
  color: #919aab;
  background: #f4f5f7;
  border-color: #d3d7dd;
}

.el-button--info.is-plain:focus,
.el-button--info.is-plain:hover {
  background: #919aab;
  border-color: #919aab;
  color: #fff;
}

.el-button--info.is-plain:active {
  background: #838b9a;
  border-color: #838b9a;
  color: #fff;
  outline: 0;
}

.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:hover {
  color: #bdc2cd;
  background-color: #f4f5f7;
  border-color: #e9ebee;
}

.el-button--medium {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.el-button--medium.is-round {
  padding: 10px 20px;
}

.el-button--medium.is-circle {
  padding: 10px;
}

.el-button--small {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
}

.el-button--small.is-round {
  padding: 9px 15px;
}

.el-button--small.is-circle {
  padding: 9px;
}

.el-button--mini {
  padding: 5px 7px;
  font-size: 12px;
  border-radius: 3px;
}

.el-button--mini.is-round {
  padding: 5px 7px;
}

.el-button--mini.is-circle {
  padding: 5px;
}

.el-button--text {
  border-color: transparent;
  color: #4d89ff;
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
}

.el-button--text:focus,
.el-button--text:hover {
  color: #71a1ff;
  border-color: transparent;
  background-color: transparent;
}

.el-button--text:active {
  color: #457be6;
  border-color: transparent;
  background-color: transparent;
}

.el-button--text.is-disabled,
.el-button--text.is-disabled:focus,
.el-button--text.is-disabled:hover {
  border-color: transparent;
}

.el-button-group {
  display: inline-block;
  vertical-align: middle;
}

.el-button-group::after,
.el-button-group::before {
  display: table;
  content: '';
}

.el-button-group::after {
  clear: both;
}

.el-button-group > .el-button {
  float: left;
  position: relative;
}

.el-button-group > .el-button + .el-button {
  margin-left: 0;
}

.el-button-group > .el-button.is-disabled {
  z-index: 1;
}

.el-button-group > .el-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-button-group > .el-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-button-group > .el-button:first-child:last-child {
  border-radius: 4px;
}

.el-button-group > .el-button:first-child:last-child.is-round {
  border-radius: 20px;
}

.el-button-group > .el-button:first-child:last-child.is-circle {
  border-radius: 50%;
}

.el-button-group > .el-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.el-button-group > .el-button:not(:last-child) {
  margin-right: -1px;
}

.el-button-group > .el-button.is-active,
.el-button-group > .el-button:not(.is-disabled):active,
.el-button-group > .el-button:not(.is-disabled):focus,
.el-button-group > .el-button:not(.is-disabled):hover {
  z-index: 1;
}

.el-button-group > .el-dropdown > .el-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--primary:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--primary:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--success:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--success:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--success:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--warning:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--warning:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--danger:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--danger:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--info:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--info:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.el-button-group .el-button--info:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

.el-calendar {
  background-color: #fff;
}

.el-calendar__header {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid #ebeef5;
}

.el-calendar__title {
  color: #000;
  align-self: center;
}

.el-calendar__body {
  padding: 12px 20px 35px;
}

.el-calendar-table {
  table-layout: fixed;
  width: 100%;
}

.el-calendar-table thead th {
  padding: 12px 0;
  color: #606266;
  font-weight: 400;
}

.el-calendar-table:not(.is-range) td.next,
.el-calendar-table:not(.is-range) td.prev {
  color: #c0c4cc;
}

.el-calendar-table td {
  border-bottom: 1px solid #ebeef5;
  border-right: 1px solid #ebeef5;
  vertical-align: top;
  transition: background-color 0.2s;
}

.el-calendar-table td.is-selected {
  background-color: #f2f8fe;
}

.el-calendar-table td.is-today {
  color: #4d89ff;
}

.el-calendar-table tr:first-child td {
  border-top: 1px solid #ebeef5;
}

.el-calendar-table tr td:first-child {
  border-left: 1px solid #ebeef5;
}

.el-calendar-table tr.el-calendar-table__row--hide-border td {
  border-top: none;
}

.el-calendar-table .el-calendar-day {
  box-sizing: border-box;
  padding: 8px;
  height: 85px;
}

.el-calendar-table .el-calendar-day:hover {
  cursor: pointer;
  background-color: #f2f8fe;
}

.el-backtop {
  position: fixed;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #4d89ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 5;
}

.el-backtop:hover {
  background-color: #f2f6fc;
}

.el-page-header {
  display: flex;
  line-height: 24px;
}

.el-page-header__left {
  display: flex;
  cursor: pointer;
  margin-right: 40px;
  position: relative;
}

.el-page-header__left::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dcdfe6;
}

.el-page-header__left .el-icon-back {
  font-size: 18px;
  margin-right: 6px;
  align-self: center;
}

.el-page-header__title {
  font-size: 14px;
  font-weight: 500;
}

.el-page-header__content {
  font-size: 18px;
  color: #303133;
}

.el-checkbox {
  color: #606266;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 30px;
}

.el-checkbox.is-bordered {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
}

.el-checkbox.is-bordered.is-checked {
  border-color: #4d89ff;
}

.el-checkbox.is-bordered.is-disabled {
  border-color: #ebeef5;
  cursor: not-allowed;
}

.el-checkbox.is-bordered + .el-checkbox.is-bordered {
  margin-left: 10px;
}

.el-checkbox.is-bordered.el-checkbox--medium {
  padding: 7px 20px 7px 10px;
  border-radius: 4px;
  height: 36px;
}

.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  line-height: 17px;
  font-size: 14px;
}

.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
  height: 14px;
  width: 14px;
}

.el-checkbox.is-bordered.el-checkbox--small {
  padding: 5px 15px 5px 10px;
  border-radius: 3px;
  height: 32px;
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  line-height: 15px;
  font-size: 12px;
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  height: 12px;
  width: 12px;
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}

.el-checkbox.is-bordered.el-checkbox--mini {
  padding: 3px 15px 3px 10px;
  border-radius: 3px;
  height: 28px;
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  line-height: 12px;
  font-size: 12px;
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  height: 12px;
  width: 12px;
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}

.el-checkbox__input {
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.el-checkbox__input.is-disabled .el-checkbox__inner {
  border-color: #dcdfe6;
  cursor: not-allowed;
}

.el-checkbox__input.is-disabled .el-checkbox__inner::after {
  cursor: not-allowed;
  border-color: #c0c4cc;
}

.el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
  cursor: not-allowed;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #f2f6fc;
  border-color: #dcdfe6;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #c0c4cc;
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  background-color: #f2f6fc;
  border-color: #dcdfe6;
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
  background-color: #c0c4cc;
  border-color: #c0c4cc;
}

.el-checkbox__input.is-disabled + span.el-checkbox__label {
  color: #c0c4cc;
  cursor: not-allowed;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #4d89ff;
  border-color: #4d89ff;
}

.el-checkbox__input.is-checked .el-checkbox__inner::after {
  transform: rotate(45deg) scaleY(1);
}

.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #4d89ff;
}

.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #4d89ff;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #4d89ff;
  border-color: #4d89ff;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #fff;
  height: 2px;
  transform: scale(0.5);
  left: 0;
  right: 0;
  top: 5px;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  display: none;
}

.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
    background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}

.el-checkbox__inner:hover {
  border-color: #4d89ff;
}

.el-checkbox__inner::after {
  box-sizing: content-box;
  content: '';
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}

.el-checkbox__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

.el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 14px;
}

.el-checkbox:last-of-type {
  margin-right: 0;
}

.el-checkbox-button {
  position: relative;
  display: inline-block;
}

.el-checkbox-button__inner {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  position: relative;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0;
}

.el-checkbox-button__inner.is-round {
  padding: 12px 20px;
}

.el-checkbox-button__inner:hover {
  color: #4d89ff;
}

.el-checkbox-button__inner [class*='el-icon-'] {
  line-height: 0.9;
}

.el-checkbox-button__inner [class*='el-icon-'] + span {
  margin-left: 5px;
}

.el-checkbox-button__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
  color: #fff;
  background-color: #4d89ff;
  border-color: #4d89ff;
  box-shadow: -1px 0 0 0 #94b8ff;
}

.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
  border-left-color: #4d89ff;
}

.el-checkbox-button.is-disabled .el-checkbox-button__inner {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #ebeef5;
  box-shadow: none;
}

.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
  border-left-color: #ebeef5;
}

.el-checkbox-button:first-child .el-checkbox-button__inner {
  border-left: 1px solid #dcdfe6;
  border-radius: 4px 0 0 4px;
  box-shadow: none !important;
}

.el-checkbox-button.is-focus .el-checkbox-button__inner {
  border-color: #4d89ff;
}

.el-checkbox-button:last-child .el-checkbox-button__inner {
  border-radius: 0 4px 4px 0;
}

.el-checkbox-button--medium .el-checkbox-button__inner {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 0;
}

.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  padding: 10px 20px;
}

.el-checkbox-button--small .el-checkbox-button__inner {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
}

.el-checkbox-button--small .el-checkbox-button__inner.is-round {
  padding: 9px 15px;
}

.el-checkbox-button--mini .el-checkbox-button__inner {
  padding: 5px 7px;
  font-size: 12px;
  border-radius: 0;
}

.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  padding: 5px 7px;
}

.el-checkbox-group {
  font-size: 0;
}

.el-radio {
  color: #606266;
  font-weight: 500;
  line-height: 1;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  outline: 0;
  font-size: 14px;
  margin-right: 30px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.el-radio.is-bordered {
  padding: 12px 20px 0 10px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  height: 40px;
}

.el-radio.is-bordered.is-checked {
  border-color: #4d89ff;
}

.el-radio.is-bordered.is-disabled {
  cursor: not-allowed;
  border-color: #ebeef5;
}

.el-radio.is-bordered + .el-radio.is-bordered {
  margin-left: 10px;
}

.el-radio--medium.is-bordered {
  padding: 10px 20px 0 10px;
  border-radius: 4px;
  height: 36px;
}

.el-radio--medium.is-bordered .el-radio__label {
  font-size: 14px;
}

.el-radio--medium.is-bordered .el-radio__inner {
  height: 14px;
  width: 14px;
}

.el-radio--small.is-bordered {
  padding: 8px 15px 0 10px;
  border-radius: 3px;
  height: 32px;
}

.el-radio--small.is-bordered .el-radio__label {
  font-size: 12px;
}

.el-radio--small.is-bordered .el-radio__inner {
  height: 12px;
  width: 12px;
}

.el-radio--mini.is-bordered {
  padding: 6px 15px 0 10px;
  border-radius: 3px;
  height: 28px;
}

.el-radio--mini.is-bordered .el-radio__label {
  font-size: 12px;
}

.el-radio--mini.is-bordered .el-radio__inner {
  height: 12px;
  width: 12px;
}

.el-radio:last-child {
  margin-right: 0;
}

.el-radio__input {
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.el-radio__input.is-disabled .el-radio__inner {
  border-color: #e4e7ed;
  cursor: not-allowed;
}

.el-radio__input.is-disabled .el-radio__inner::after {
  cursor: not-allowed;
  background-color: #f5f7fa;
}

.el-radio__input.is-disabled .el-radio__inner + .el-radio__label {
  cursor: not-allowed;
}

.el-radio__input.is-disabled.is-checked .el-radio__inner {
  border-color: #e4e7ed;
}

.el-radio__input.is-disabled + span.el-radio__label {
  color: #c0c4cc;
  cursor: not-allowed;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: #4d89ff;
}

.el-radio__input.is-checked .el-radio__inner::after {
  transform: translate(-50%, -50%) scale(1);
}

.el-radio__input.is-checked + .el-radio__label {
  color: #4d89ff;
}

.el-radio__input.is-focus .el-radio__inner {
  border-color: #4d89ff;
}

.el-radio__inner {
  border: 1px solid #dcdfe6;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
}

.el-radio__inner:hover {
  border-color: #4d89ff;
}

.el-radio__inner::after {
  border-radius: 100%;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease-in;
}

.el-radio__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  box-shadow: 0 0 2px 2px #4d89ff;
}

.el-radio__label {
  font-size: 14px;
  padding-left: 10px;
}

.el-scrollbar {
  overflow: hidden;
  position: relative;
}

.el-scrollbar:active > .el-scrollbar__bar,
.el-scrollbar:focus > .el-scrollbar__bar,
.el-scrollbar:hover > .el-scrollbar__bar {
  opacity: 1;
  transition: opacity 340ms ease-out;
}

.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}

.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}

.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: #dadbdd;
  transition: background-color 0.3s;
}

.el-scrollbar__thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}

.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 120ms ease-out;
}

.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}

.el-scrollbar__bar.is-vertical > div {
  width: 100%;
}

.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}

.el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}

.el-cascader-panel {
  display: flex;
  border-radius: 4px;
  font-size: 14px;
}

.el-cascader-panel.is-bordered {
  border: 1px solid #e4e7ed;
  border-radius: 4px;
}

.el-cascader-menu {
  min-width: 180px;
  box-sizing: border-box;
  color: #606266;
  border-right: 1px solid #e4e7ed;
}

.el-cascader-menu:last-child {
  border-right: none;
}

.el-cascader-menu:last-child .el-cascader-node {
  padding-right: 20px;
}

.el-cascader-menu__wrap {
  height: 204px;
}

.el-cascader-menu__list {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  box-sizing: border-box;
}

.el-cascader-menu__hover-zone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.el-cascader-menu__empty-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #c0c4cc;
}

.el-cascader-node {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px 0 20px;
  height: 34px;
  line-height: 34px;
  outline: 0;
}

.el-cascader-node.is-selectable.in-active-path {
  color: #606266;
}

.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
  color: #4d89ff;
  font-weight: 700;
}

.el-cascader-node:not(.is-disabled) {
  cursor: pointer;
}

.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
  background: #f5f7fa;
}

.el-cascader-node.is-disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}

.el-cascader-node__prefix {
  position: absolute;
  left: 10px;
}

.el-cascader-node__postfix {
  position: absolute;
  right: 10px;
}

.el-cascader-node__label {
  flex: 1;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-cascader-node > .el-radio {
  margin-right: 0;
}

.el-cascader-node > .el-radio .el-radio__label {
  padding-left: 0;
}

.el-avatar {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background: #c0c4cc;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.el-avatar > img {
  display: block;
  height: 100%;
  vertical-align: middle;
}

.el-avatar--circle {
  border-radius: 50%;
}

.el-avatar--square {
  border-radius: 4px;
}

.el-avatar--icon {
  font-size: 18px;
}

.el-avatar--large {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.el-avatar--medium {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.el-avatar--small {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

@keyframes el-drawer-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes rtl-drawer-in {
  0% {
    transform: translate(100%, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes rtl-drawer-out {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(100%, 0);
  }
}

@keyframes ltr-drawer-in {
  0% {
    transform: translate(-100%, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes ltr-drawer-out {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

@keyframes ttb-drawer-in {
  0% {
    transform: translate(0, -100%);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes ttb-drawer-out {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, -100%);
  }
}

@keyframes btt-drawer-in {
  0% {
    transform: translate(0, 100%);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes btt-drawer-out {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 100%);
  }
}

.el-drawer {
  position: absolute;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
    0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  outline: 0;
}

.el-drawer.rtl {
  animation: 0.3s rtl-drawer-out;
  right: 0;
}

.el-drawer__open .el-drawer.rtl {
  animation: 0.3s 1ms rtl-drawer-in;
}

.el-drawer.ltr {
  animation: 0.3s ltr-drawer-out;
  left: 0;
}

.el-drawer__open .el-drawer.ltr {
  animation: 0.3s 1ms ltr-drawer-in;
}

.el-drawer.ttb {
  animation: 0.3s ttb-drawer-out;
  top: 0;
}

.el-drawer__open .el-drawer.ttb {
  animation: 0.3s 1ms ttb-drawer-in;
}

.el-drawer.btt {
  animation: 0.3s btt-drawer-out;
  bottom: 0;
}

.el-drawer__open .el-drawer.btt {
  animation: 0.3s 1ms btt-drawer-in;
}

.el-drawer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}

.el-drawer__header {
  align-items: center;
  color: #72767b;
  display: flex;
}

.el-drawer__header > :first-child {
  flex: 1;
}

.el-drawer__title {
  margin: 0;
  flex: 1;
  line-height: inherit;
  font-size: 1rem;
}

.el-drawer__close-btn {
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: inherit;
  background-color: transparent;
}

.el-drawer__body {
  flex: 1;
}

.el-drawer__body > * {
  box-sizing: border-box;
}

.el-drawer.ltr,
.el-drawer.rtl {
  height: 100%;
  top: 0;
  bottom: 0;
}

.el-drawer.btt,
.el-drawer.ttb {
  width: 100%;
  left: 0;
  right: 0;
}

.el-drawer__container {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.el-drawer-fade-enter-active {
  animation: 0.3s el-drawer-fade-in;
}

.el-drawer-fade-leave-active {
  animation: 0.3s reverse el-drawer-fade-in;
}

.el-statistic {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  text-align: center;
}

.el-statistic .head {
  margin-bottom: 4px;
  color: #00000073;
  font-size: 14px;
}

.el-statistic .con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.el-statistic .con .number {
  font-size: 20px;
  padding: 0 4px;
}

.el-statistic .con span {
  display: inline-block;
  margin: 0;
  line-height: 100%;
}

.el-popconfirm__main {
  display: flex;
  align-items: center;
}

.el-popconfirm__icon {
  margin-right: 5px;
}

.el-popconfirm__action {
  text-align: right;
  margin: 0;
}

@keyframes el-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.el-skeleton {
  width: 100%;
}

.el-skeleton__first-line,
.el-skeleton__paragraph {
  height: 16px;
  margin-top: 16px;
  background: #f2f2f2;
}

.el-skeleton.is-animated .el-skeleton__item {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: 1.4s infinite el-skeleton-loading;
}

.el-skeleton__item {
  background: #f2f2f2;
  display: inline-block;
  height: 16px;
  border-radius: 4px;
  width: 100%;
}

.el-skeleton__circle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.el-skeleton__circle--lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.el-skeleton__circle--md {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.el-skeleton__button {
  height: 40px;
  width: 64px;
  border-radius: 4px;
}

.el-skeleton__p {
  width: 100%;
}

.el-skeleton__p.is-last {
  width: 61%;
}

.el-skeleton__p.is-first {
  width: 33%;
}

.el-skeleton__text {
  width: 100%;
  height: 13px;
}

.el-skeleton__caption {
  height: 12px;
}

.el-skeleton__h1 {
  height: 20px;
}

.el-skeleton__h3 {
  height: 18px;
}

.el-skeleton__h5 {
  height: 16px;
}

.el-skeleton__image {
  width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.el-skeleton__image svg {
  fill: #dcdde0;
  width: 22%;
  height: 22%;
}

.el-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 0;
}

.el-empty__image {
  width: 160px;
}

.el-empty__image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: contain;
  object-fit: contain;
}

.el-empty__image svg {
  fill: #dcdde0;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.el-empty__description {
  margin-top: 20px;
}

.el-empty__description p {
  margin: 0;
  font-size: 14px;
  color: #909399;
}

.el-empty__bottom {
  margin-top: 20px;
}

.el-descriptions {
  box-sizing: border-box;
  font-size: 14px;
  color: #303133;
}

.el-descriptions__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.el-descriptions__title {
  font-size: 16px;
  font-weight: 700;
}

.el-descriptions__body {
  color: #606266;
  background-color: #fff;
}

.el-descriptions__body .el-descriptions__table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell {
  box-sizing: border-box;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}

.el-descriptions__body
  .el-descriptions__table
  .el-descriptions-item__cell.is-left {
  text-align: left;
}

.el-descriptions__body
  .el-descriptions__table
  .el-descriptions-item__cell.is-center {
  text-align: center;
}

.el-descriptions__body
  .el-descriptions__table
  .el-descriptions-item__cell.is-right {
  text-align: right;
}

.el-descriptions .is-bordered {
  table-layout: auto;
}

.el-descriptions .is-bordered .el-descriptions-item__cell {
  border: 1px solid #ebeef5;
  padding: 12px 10px;
}

.el-descriptions :not(.is-bordered) .el-descriptions-item__cell {
  padding-bottom: 12px;
}

.el-descriptions--medium.is-bordered .el-descriptions-item__cell {
  padding: 10px;
}

.el-descriptions--medium:not(.is-bordered) .el-descriptions-item__cell {
  padding-bottom: 10px;
}

.el-descriptions--small {
  font-size: 12px;
}

.el-descriptions--small.is-bordered .el-descriptions-item__cell {
  padding: 8px 10px;
}

.el-descriptions--small:not(.is-bordered) .el-descriptions-item__cell {
  padding-bottom: 8px;
}

.el-descriptions--mini {
  font-size: 12px;
}

.el-descriptions--mini.is-bordered .el-descriptions-item__cell {
  padding: 6px 10px;
}

.el-descriptions--mini:not(.is-bordered) .el-descriptions-item__cell {
  padding-bottom: 6px;
}

.el-descriptions-item {
  vertical-align: top;
}

.el-descriptions-item__container {
  display: flex;
}

.el-descriptions-item__container .el-descriptions-item__content,
.el-descriptions-item__container .el-descriptions-item__label {
  display: inline-flex;
  align-items: baseline;
}

.el-descriptions-item__container .el-descriptions-item__content {
  flex: 1;
}

.el-descriptions-item__label.has-colon::after {
  content: ':';
  position: relative;
  top: -0.5px;
}

.el-descriptions-item__label.is-bordered-label {
  font-weight: 700;
  color: #909399;
  background: #fafafa;
}

.el-descriptions-item__label:not(.is-bordered-label) {
  margin-right: 10px;
}

.el-descriptions-item__content {
  word-break: break-word;
  overflow-wrap: break-word;
}

.el-result {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 30px;
}

.el-result__icon svg {
  width: 64px;
  height: 64px;
}

.el-result__title {
  margin-top: 20px;
}

.el-result__title p {
  margin: 0;
  font-size: 20px;
  color: #303133;
  line-height: 1.3;
}

.el-result__subtitle {
  margin-top: 10px;
}

.el-result__subtitle p {
  margin: 0;
  font-size: 14px;
  color: #606266;
  line-height: 1.3;
}

.el-result__extra {
  margin-top: 30px;
}

.el-result .icon-success {
  fill: #3cd69d;
}

.el-result .icon-error {
  fill: #ff4d4d;
}

.el-result .icon-info {
  fill: #919aab;
}

.el-result .icon-warning {
  fill: #ffa74d;
}

.el-radio__inner::after {
  background-color: #4d89ff;
  width: 8px;
  height: 8px;
}

.el-radio__input.is-checked .el-radio__inner {
  background: #fff;
}

.el-radio__inner {
  width: 16px;
  height: 16px;
}

.el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  background: #b0b0b0;
}

.el-radio__input.is-disabled .el-radio__inner,
.el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #efefef;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: #efefef;
}

.el-table .el-table__cell {
  padding: 0;
  height: 50px;
}

.el-table .el-table__empty-block {
  display: none;
}

.el-table th.el-table__cell,
.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background: var(--hd-blue-gray-2);
}

.el-date-table td span {
  border-radius: 2px;
}

.el-date-table td.start-date div {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-date-table td.end-date div {
  margin-right: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-date-table td.in-range div:hover span {
  border: 1px solid #4d89ff;
}

.el-rate__icon.el-icon-star-on {
  color: #fadb14 !important;
}

.el-transfer-panel__filter .el-input__inner {
  border-radius: 2px;
}

.el-pagination {
  font-weight: 500;
}

.el-message {
  z-index: 9999 !important;
}

.el-message--error,
.el-message--success,
.el-message--warning {
  background: #fff;
  border-color: transparent;
  box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05),
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.el-message--error .el-message__content,
.el-message--success .el-message__content,
.el-message--warning .el-message__content {
  color: rgba(0, 0, 0, 0.65);
}

.el-message-box__content {
  min-height: 40px;
}

.el-tabs__item {
  color: var(--hd-blue-gray-9);
  padding: 0 15px;
}

.el-tabs--border-card > .el-tabs__header {
  background: rgba(0, 0, 0, 0.02);
}

.el-tabs__nav-wrap::after {
  height: 0;
}

.el-tabs__header {
  border-bottom: 1px solid var(--hd-blue-gray-3);
}

.el-dialog__header {
  border-bottom: 1px solid #ebeef5;
  padding: 16px 24px;
}

.el-collapse {
  border: 1px solid #d7d7d7;
}

.el-collapse-item__content,
.el-collapse-item__header {
  padding-left: 16px;
}

.el-collapse-item__content {
  padding: 14px 16px;
}

.el-collapse-item__header.is-active {
  border-bottom: 1px solid #ebeef5;
}

.el-drawer__header {
  padding: 15px;
  border-bottom: 1px solid #ebeef5;
  margin-bottom: 0;
  color: var(--hd-blue-gray-10);
  font-size: 16px;
  font-weight: 600;
}

.el-drawer__body {
  padding: 0;
  overflow: auto;
}

.el-date-table td.available:hover span {
  border: 1px solid #4d89ff;
}

.el-date-table td.selected div,
.el-date-table td.selected span {
  border-radius: 2px;
}

.el-popover__title {
  font-weight: 600;
}

.el-popper {
  min-width: 100px;
}

.el-select__tags-text {
  max-width: 140px;
}

.el-form-item label {
  position: relative;
  padding-left: 10px !important;
}

.el-menu.el-menu--horizontal {
  border: none;
}

.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border: none;
  color: var(--hd-blue);
}

.el-menu--horizontal > .el-menu-item,
.el-menu--horizontal > .el-submenu .el-submenu__title {
  height: 54px;
  line-height: 54px;
}

.el-menu--horizontal .el-menu .el-menu-item.is-active {
  border-radius: 4px;
  color: var(--hd-blue);
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  background: var(--hd-blue-gray-1);
  border-radius: 4px;
  color: var(--hd-blue);
}

.el-menu--popup {
  min-width: 130px;
}

.el-range-input {
  background: var(--hd-card-background);
}

.el-tooltip__popper {
  max-width: 1880px;
}

.el-table-column--selection {
  width: 200px;
}

.el-form-item__content .el-select {
  width: 100%;
}

.el-select-dropdown {
  width: 100px;
}

.el-cascader__tags .el-tag {
  background: var(--hd-blue-gray-1);
  height: 26px;
  line-height: 26px;
}

.el-table--enable-row-transition .el-table__body td.el-table__cell {
  transition: background-color linear;
}

.el-button {
  transition: border-color linear, background-color linear, color 0.1s;
}

.el-submenu__title {
  transition: border-color linear, background-color linear;
}

.el-tabs--border-card > .el-tabs__header .el-tabs__item {
  transition: linear;
}

.el-checkbox__inner {
  transition: border-color linear, background-color linear, color 0.1s;
}

.el-input__icon,
.el-menu-item,
.el-radio-button__inner,
.el-switch__core {
  transition: linear;
}

.el-tree .el-tree-node__content {
  padding: 10px;
  height: 40px;
  box-sizing: border-box;
}

.huiju-time-picker .el-time-panel__footer {
  display: none;
}
.huiju-message-box .el-message-box__title {
  font-weight: bold;
}
.huiju-message-box .el-message-box__content {
  min-height: unset;
}
.huiju-three-layout {
  width: 100%;
  height: calc(100% - 48px);
  position: relative;
  box-sizing: border-box;
  flex: 1;
}
.huiju-three-layout .huiju-content-body {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  gap: 20px;
  padding: 20px;
}
.huiju-three-layout .huiju-content-body .huiju-side-box {
  height: 100%;
}
.huiju-three-layout .huiju-content-body .huiju-side-box .huiju-side-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: var(--hd-card-background);
}
.huiju-three-layout .huiju-content-body .huiju-side-box .huiju-side-container .huiju-side-title {
  padding: 17px 20px;
  font-weight: bold;
  color: var(--hd-text-85);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.huiju-three-layout .huiju-content-body .huiju-side-box .huiju-side-container .huiju-side-content {
  width: 100%;
  height: 0;
  flex: 1;
  overflow: auto;
}
.huiju-three-layout .huiju-content-body .huiju-content-box {
  width: 0;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: var(--hd-card-background);
}
.huiju-three-layout .huiju-content-body .huiju-content-box .huiju-search-box {
  box-sizing: border-box;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.huiju-three-layout .huiju-content-body .huiju-content-box .huiju-search-box .huiju-search-content,
.huiju-three-layout .huiju-content-body .huiju-content-box .huiju-search-box .huiju-search-btn {
  display: flex;
  align-items: center;
}
.huiju-three-layout .huiju-content-body .huiju-content-box .huiju-search-box .huiju-search-content {
  flex-wrap: wrap;
  gap: 16px;
}
.huiju-three-layout .huiju-content-body .huiju-content-box .huiju-search-box .huiju-search-btn {
  height: 32px;
}
.huiju-three-layout .huiju-content-body .huiju-content-box .huiju-search-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--hd-blue-gray-2);
  opacity: 0.75;
}
.huiju-three-layout .huiju-content-body .huiju-content-box .huiju-search-box > .row {
  width: 100%;
  display: flex;
  align-items: center;
}
.huiju-three-layout .huiju-content-body .huiju-content-box .huiju-table-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.huiju-three-layout .huiju-content-body .huiju-content-box .huiju-table-box .huiju-table-title-box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 16px;
}
.huiju-three-layout .huiju-content-body .huiju-content-box .huiju-table-box .huiju-table-title-box .huiju-table-title {
  color: var(--hd-blue-gray-10);
  font-size: 16px;
  font-weight: bold;
}
.huiju-three-layout .huiju-content-body .huiju-content-box .huiju-table-box .huiju-table-title-box .huiju-control-btn-box {
  display: flex;
  gap: 8px;
}
.huiju-three-layout .huiju-content-body .huiju-content-box .huiju-table-box .huiju-table-content-box {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  flex: 0 1 auto;
  overflow: hidden;
  padding: 0 16px;
}
.huiju-three-layout .huiju-content-body .huiju-content-box .huiju-table-box .huiju-table-footer-box {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
}
.huiju-drawer .el-drawer__body {
  display: flex;
  flex-direction: column;
}
.huiju-drawer .el-drawer__body .huiju-drawer-body {
  box-sizing: border-box;
  height: 0;
  width: 100%;
  flex: 1;
  overflow: auto;
}
.huiju-drawer .el-drawer__body .huiju-drawer-footer {
  height: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 24px;
  border-top: 1px solid var(--hd-gray-4);
}
.huiju-dialog .el-dialog {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: calc(100vh - 20px);
}
.huiju-dialog .el-dialog .el-dialog__body {
  flex: 1;
  overflow: auto;
  padding: 0;
  max-height: unset;
}
.huiju-dialog .el-dialog.is-fullscreen {
  max-height: unset;
}
.huiju-collapse .el-collapse-item__header {
  padding-left: 25px;
  position: relative;
}
.huiju-collapse .el-collapse-item__header .el-collapse-item__arrow {
  position: absolute;
  left: 0;
}
.huiju-cascader {
  cursor: pointer;
  height: 32px;
}
.huiju-cascader .el-cascader--small,
.huiju-cascader .el-input--small,
.huiju-cascader .el-cascader--small .el-input--small .el-input__inner {
  height: 32px !important;
}
.huiju-cascader .el-cascader__search-input {
  display: none;
  background: transparent;
}
.huiju-cascader .el-cascader__search-input::-moz-placeholder {
  color: transparent;
}
.huiju-cascader .el-cascader__search-input::placeholder {
  color: transparent;
}
.huiju-cascader .el-cascader__tags {
  display: flex;
  align-items: center;
  height: 100%;
}
.huiju-cascader .el-tag.el-tag--info {
  background-color: #f4f5f7;
  border-color: #e9ebee;
  color: var(--hd-blue-gray-9);
  font-weight: 500;
  font-size: 12px;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.huiju-cascader .el-tag.el-tag--info span {
  height: 19px;
  line-height: 19px;
}
.huiju-cascader .el-tag.el-tag--info .el-tag__close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5px;
}
.huiju-cascader-popper .el-radio__inner {
  display: none;
}
.huiju-cascader-popper .el-cascader-node {
  padding-left: 0;
  padding-right: 0 !important;
}
.huiju-cascader-popper .el-cascader-node .el-cascader-node__prefix {
  display: none;
}
.huiju-cascader-popper .el-cascader-node .el-cascader-node__label {
  padding: 0;
}
.huiju-cascader-popper .el-cascader-node .el-cascader-node__label .huiju-cascader-node {
  padding-left: 20px;
  padding-right: 30px;
}
.huiju-checkbox-cascader-popper .el-checkbox .is-checked .el-checkbox__inner::after {
  display: block;
}
.huiju-checkbox-cascader-popper .el-checkbox__inner::after {
  display: none;
}
.huiju-radio-group.el-radio-group {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.huiju-radio-group.el-radio-group .el-radio-button {
  box-shadow: none !important;
}
.huiju-radio-group.el-radio-group .el-radio-button .el-radio-button__inner {
  background-color: var(--hd-card-background);
  color: var(--hd-blue-gray-9);
}
.huiju-radio-group.el-radio-group .is-active .el-radio-button__inner {
  background-color: var(--hd-blue-1);
  color: var(--hd-blue);
}
.huiju-radio-group.el-radio-group .is-disabled .el-radio-button__inner {
  background-color: var(--hd-blue-gray-1);
  color: var(--hd-blue-gray-4);
}
.huiju-chart-tooltip {
  background-color: var(--hd-card-background) !important;
}
.huiju-chart-tooltip * {
  color: var(--hd-text-65) !important;
}
.huiju-custom-tooltip-effect-table {
  max-width: 400px;
}
.huiju-remote-select .el-select__caret::before {
  content: '\e6e1';
}
.huiju-remote-select .is-focus .el-select__caret {
  transform: rotateZ(0deg) !important;
}
.huiju-custome-slim-switch {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.huiju-custome-slim-switch .el-switch__core {
  height: 10px;
}
.huiju-custome-slim-switch .el-switch__core::after {
  transform: translate(-5px, -4px);
}
.huiju-custome-slim-switch.is-checked .el-switch__core::after {
  transform: translate(5px, -4px);
}
.huiju-transfer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.huiju-transfer .el-transfer-panel {
  height: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  min-width: 200px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.huiju-transfer .el-transfer-panel .el-transfer-panel__body {
  height: calc(100% - 40px);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.huiju-transfer .el-transfer-panel .el-transfer-panel__body .el-transfer-panel__list {
  flex: 1;
}
.huiju-transfer .el-transfer__buttons {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.huiju-transfer .el-transfer__buttons .el-button {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 0;
}
.huiju-document-viewer {
  width: 100%;
  height: calc(100vh - 200px);
  overflow: auto;
  background: transparent;
}
.huiju-document-viewer-docx,
.huiju-document-viewer-pdf {
  width: 100%;
  height: 100%;
}
.huiju-document-viewer .unsupported {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
  color: var(--hd-blue-gray-12);
}
.huiju-document-viewer .vue-office-docx-main {
  background: transparent !important;
}
.huiju-document-viewer .vue-office-docx-main .docx-wrapper {
  padding: 0 !important;
  background: transparent !important;
}
.huiju-document-viewer .vue-office-docx-main .docx-wrapper .docx {
  width: 100% !important;
  box-shadow: 0 0 0 1px var(--hd-blue-gray-3) !important;
  margin-bottom: 0 !important;
  background-color: var(--hd-card-background);
  color: var(--hd-text-85);
}
.huiju-document-viewer .huiju-document-viewer-pdf {
  background: transparent !important;
}
.huiju-document-viewer .huiju-document-viewer-pdf .vue-office-pdf-wrapper {
  background: transparent !important;
}
.huiju-base-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--hd-blue-gray-12);
  padding-left: 15px;
  position: relative;
  padding-bottom: 2px;
}
.huiju-base-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 16px;
  background: var(--hd-blue);
}
.huiju-badge-dot {
  position: relative;
}
.huiju-badge-dot::before {
  content: '';
  position: absolute;
  top: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--hd-red);
  border-radius: 50%;
}
.huiju-status-tag {
  display: inline-block;
}
.huiju-status-tag .bubbleTag {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 4px;
  box-shadow: 0 0 0 2px currentColor inset;
  line-height: 1;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--hd-card-background);
}
.huiju-status-tag .bubbleButton {
  cursor: pointer;
  background-color: var(--hd-blue-1);
  box-shadow: 0 0 0 2px var(--hd-blue-4) inset;
  color: var(--hd-blue);
}
.huiju-status-tag .bubbleButton:hover {
  color: var(--hd-blue);
  filter: brightness(0.98);
}
.huiju-status-tag .defaultTag {
  background-color: var(--hd-card-background);
  box-shadow: 0 0 0 2px var(--hd-gray) inset;
  color: var(--hd-blue-gray-9);
}
.huiju-status-tag .infoTag {
  background-color: var(--hd-blue-gray-2);
  box-shadow: 0 0 0 2px var(--hd-blue-gray-5) inset;
  color: var(--hd-blue-gray-9);
}
.huiju-status-tag .successTag {
  background-color: var(--hd-green-1);
  box-shadow: 0 0 0 2px var(--hd-green-4) inset;
  color: var(--hd-green);
}
.huiju-status-tag .errorTag {
  background-color: var(--hd-red-1);
  box-shadow: 0 0 0 2px var(--hd-red-4) inset;
  color: var(--hd-red);
}
.huiju-status-tag .primaryTag {
  background-color: var(--hd-blue-1);
  box-shadow: 0 0 0 2px var(--hd-blue-4) inset;
  color: var(--hd-blue);
}
.huiju-status-tag .warningTag {
  background-color: var(--hd-orange-1);
  box-shadow: 0 0 0 2px var(--hd-orange-4) inset;
  color: var(--hd-orange);
}
.huiju-search {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
}
.huiju-search .huiju-search-label {
  white-space: nowrap;
  color: var(--hd-text-85);
}
.huiju-search .huiju-search-body {
  display: flex;
  align-items: center;
  gap: 10px;
}
.huiju-importer {
  position: relative;
}
.huiju-importer-drawer-body {
  height: 100%;
  box-sizing: border-box;
  padding: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.huiju-importer-drawer-body .import-operation {
  border: 1px solid;
  border-color: var(--hd-blue-gray-3);
  border-radius: 4px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.huiju-importer-drawer-body .import-operation .import-operation-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.huiju-importer-drawer-body .import-operation .import-operation-content .download-template,
.huiju-importer-drawer-body .import-operation .import-operation-content .upload-file {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.huiju-importer-drawer-body .import-operation .import-operation-content .download-template .title,
.huiju-importer-drawer-body .import-operation .import-operation-content .upload-file .title {
  color: var(--hd-blue-gray-10);
  margin-bottom: 14px;
  margin-left: -14px;
}
.huiju-importer-drawer-body .import-operation .import-operation-content .download-template .image,
.huiju-importer-drawer-body .import-operation .import-operation-content .upload-file .image {
  display: flex;
}
.huiju-importer-drawer-body .import-operation .import-operation-content .download-template .image img,
.huiju-importer-drawer-body .import-operation .import-operation-content .upload-file .image img {
  width: 54px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.huiju-importer-drawer-body .import-operation .import-operation-content .download-template .file-name,
.huiju-importer-drawer-body .import-operation .import-operation-content .upload-file .file-name {
  color: var(--hd-blue-gray-7);
  margin: 7px 0 10px;
}
.huiju-importer-drawer-body .import-operation .import-operation-content .download-template .import-progress,
.huiju-importer-drawer-body .import-operation .import-operation-content .upload-file .import-progress {
  width: calc(100% - 24px);
  margin-left: 12px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.huiju-importer-drawer-body .import-operation .import-operation-content .download-template {
  box-shadow: 1px 0 0 var(--hd-blue-gray-3);
}
.huiju-importer-drawer-body .import-operation .import-operation-tips {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--hd-blue-gray-7);
  font-size: 12px;
}
.huiju-importer-drawer-body .import-operation .import-operation-tips .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.huiju-importer-drawer-body .import-operation .import-operation-tips .desc {
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.huiju-importer-drawer-body .import-operation .split-line {
  width: 100%;
  height: 1px;
  background-color: var(--hd-blue-gray-3);
}
.huiju-importer-drawer-body .import-records {
  flex: 1;
  overflow: hidden;
}
.huiju-importer-drawer-body .import-records .success-num {
  color: var(--hd-green);
}
.huiju-importer-drawer-body .import-records .fail-num {
  color: var(--hd-red);
}
.huiju-importer-dialog {
  text-align: center;
}
.huiju-importer-dialog .tips {
  font-size: 24px;
  font-weight: 600;
  margin: 16px 0 8px 0;
}
.huiju-importer-dialog .error {
  color: var(--hd-blue-gray-7);
  margin-bottom: 21px;
}
.huiju-importer-dialog .success {
  color: var(--hd-blue-gray-7);
  margin-bottom: 47px;
}
.huiju-importer-dialog .error-num {
  color: var(--hd-orange-6);
}
.huiju-importer-dialog .success-num {
  color: var(--hd-green-6);
}
.huiju-importer-dialog .result-icon {
  font-size: 70px;
}
.huiju-importer-dialog .result-icon.el-icon-success {
  color: var(--hd-green-6);
}
.huiju-importer-dialog .result-icon.el-icon-warning {
  color: var(--hd-red-6);
}
.huiju-tooltip-trigger {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
.huiju-tooltip-helper {
  position: fixed;
  background-color: #333;
  color: #fff;
  box-sizing: border-box;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  white-space: pre-wrap;
  word-break: break-word;
  max-width: 50vw;
}
.huiju-tooltip-helper .tooltip-content {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
}
.huiju-tooltip-helper .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 0;
}
.huiju-tooltip-helper[data-placement='top'] .tooltip-arrow {
  top: 100%;
  border-top: 8px solid #333;
  border-bottom: none;
}
.huiju-tooltip-helper[data-placement='bottom'] .tooltip-arrow {
  bottom: 100%;
  border-top: none;
  border-bottom: 8px solid #333;
}
.huiju-tooltip-helper[data-show] {
  opacity: 1;
  pointer-events: auto;
}
.huiju-file-upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  /* 已上传文件列表样式 */
  /* 提示信息样式 */
}
.huiju-file-upload .uploaded-files {
  width: 100%;
  border: 1px solid var(--hd-blue-gray-2);
  border-radius: 8px;
  padding: 10px 8px;
  box-sizing: border-box;
}
.huiju-file-upload .uploaded-files .uploaded-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed var(--hd-blue-gray-2);
  gap: 8px;
}
.huiju-file-upload .uploaded-files .uploaded-file:last-child {
  border-bottom: none;
}
.huiju-file-upload .uploaded-files .uploaded-file-name {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  overflow: hidden;
}
.huiju-file-upload .uploaded-files .uploaded-file-name-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.huiju-file-upload .uploaded-files .uploaded-file-name .iconfont {
  font-size: 22px;
  color: var(--hd-blue-gray-9);
}
.huiju-file-upload .uploaded-files .uploaded-file-delete {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.huiju-file-upload .uploaded-files .uploaded-file-delete .iconfont {
  font-size: 22px;
}
.huiju-file-upload .uploaded-files .uploaded-file-delete:hover .iconfont {
  color: var(--hd-blue) !important;
}
.huiju-file-upload .upload-tip {
  color: var(--hd-blue-gray-7);
}
.huiju-data-picker .el-range-input {
  flex: 1;
}
.huiju-data-picker.no-clearable .el-input__icon.el-range__close-icon {
  display: none;
}
.huiju-email-autocomplete {
  width: 100%;
}
.huiju-email-autocomplete-popper .el-autocomplete-suggestion__list {
  display: flex;
  flex-direction: column;
}
.huiju-email-autocomplete-popper .el-autocomplete-suggestion__list li {
  line-height: normal;
}
.huiju-email-autocomplete-popper.hide-popper {
  display: none !important;
}
.ezuikit-flv-player {
  background-color: #000;
  position: relative;
}
.ezplayer-control-global-fullscreen {
  display: none !important;
}
/* 遮罩层 - 覆盖整个主体区域 */
.subject-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg);
  z-index: 900;
  /* 内容容器 */
}
.subject-overlay .subject-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.subject-overlay .subject-container .subject-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 20px;
  border-bottom: 1px solid var(--hd-blue-gray-3);
  box-shadow: 0 2px 4px var(--hd-shadow-08);
  z-index: 1;
}
.subject-overlay .subject-container .subject-header .header-title {
  color: var(--hd-blue-gray-10);
  font-size: 16px;
  font-weight: 600;
}
.subject-overlay .subject-container .subject-header .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.subject-overlay .subject-container .subject-header .header-actions .close-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border: 2px solid transparent;
  /* 图标样式 - 加粗大叉 */
  /* hover 状态 - 背景变色 + 图标旋转 360 度 */
}
.subject-overlay .subject-container .subject-header .header-actions .close-btn .el-icon-close {
  font-size: 20px;
  font-weight: bold;
  color: var(--hd-text-65);
  line-height: 1;
  display: inline-block;
  transition: all 0.3s ease;
}
.subject-overlay .subject-container .subject-header .header-actions .close-btn:hover {
  background-color: var(--hd-bg-3);
  transform: rotate(360deg);
}
.subject-overlay .subject-container .subject-header .header-actions .close-btn:hover .el-icon-close {
  color: var(--hd-text-65);
}
.subject-overlay .subject-container .subject-body {
  flex: 1;
  overflow: auto;
}
.subject-overlay .subject-container .subject-footer {
  padding: 15px 20px;
  border-top: 1px solid var(--hd-blue-gray-3);
  text-align: right;
  box-shadow: 0 -2px 4px var(--hd-shadow-05);
}
/* 过渡动画 - 从右侧滑入 */
.slide-fade-enter-active,
.slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(100%);
  opacity: 0;
}

.copy-to-clipboard-button[data-v-68cc188e] {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.copy-to-clipboard-button[data-v-68cc188e]:hover {
  opacity: 0.8;
}
.copy-to-clipboard-button-icon[data-v-68cc188e] {
  cursor: pointer;
  color: var(--hd-blue);
  font-weight: normal;
}
.copy-to-clipboard-button-icon[data-v-68cc188e]:hover {
  opacity: 0.8;
}

.dragePaper .draggableDiv[data-v-ebb93b4e] {
  position: fixed;
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dragePaper .draggableDiv img[data-v-ebb93b4e] {
  -webkit-user-drag: none;
}
.dragePaper .draggableDiv .click-prevented[data-v-ebb93b4e] {
  pointer-events: none;
}


.hls-player {
  display: block;
  overflow: hidden;
  position: relative;
}
.hls-player .plyr,
.hls-player .plyr__video-wrapper {
  width: 100%;
  height: 100%;
}
.hls-player-video {
  width: 100%;
  height: 100%;
}

/* 关闭 Plyr 大播放按钮，避免切换摄像头时左上角闪烁 */
.hls-player .plyr__control--overlaid {
  display: none;
}

/* 控制栏确保在最顶层 */
.hls-player .plyr__controls {
  z-index: 10;
}

/*
 * loading 由 v-loading 动态插入，无 Vue scoped 标记；
 * 须用 custom-class + 全局样式，且 z-index 低于抽屉/对话框（约 2000）
 */
.hls-player-loading-mask {
  z-index: 20 !important;
}


.horizontal-scroller[data-v-c26232ea] {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.scroll-content[data-v-c26232ea] {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-content[data-v-c26232ea]::-webkit-scrollbar {
  display: none;
}
.scroll-content--static[data-v-c26232ea] {
  flex: 1;
  white-space: nowrap;
}
.scroll-button[data-v-c26232ea] {
  flex-shrink: 0;
  margin: 0 4px;
  height: 100%;
  padding: 0 10px;
}

.circle-checkbox-container[data-v-54a70166] {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 8px;
}
.circle-checkbox-container:hover .circle-checkbox[data-v-54a70166] {
  opacity: 0.8;
}
.circle-checkbox[data-v-54a70166] {
  width: calc(var(--0377d4cd) * 1px);
  height: calc(var(--0377d4cd) * 1px);
  box-sizing: border-box;
  border: 2px solid var(--hd-blue);
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-checkbox.checked[data-v-54a70166] {
  border-color: var(--hd-blue);
  background-color: transparent;
}
.inner-dot[data-v-54a70166] {
  width: calc(var(--0377d4cd) / 2 * 1px);
  height: calc(var(--0377d4cd) / 2 * 1px);
  background-color: var(--hd-blue);
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.scale-enter-to[data-v-54a70166],
.scale-leave[data-v-54a70166] {
  transform: scale(1);
}
.scale-enter[data-v-54a70166],
.scale-leave-to[data-v-54a70166] {
  transform: scale(0);
}

[data-v-9e04a66c] .el-loading-mask {
  z-index: 3333 !important;
  position: fixed;
}
[data-v-9e04a66c] .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  color: var(--hd-blue);
  font-weight: bold;
}
[data-v-9e04a66c] .el-input-number {
  width: 100%;
}
[data-v-9e04a66c] .el-input-number .el-input__inner {
  text-align: left;
}
[data-v-9e04a66c] .is-disabled {
  cursor: not-allowed;
}
[data-v-9e04a66c] .is-disabled .el-input__inner,[data-v-9e04a66c] .is-disabled .el-textarea__inner {
  background: var(--hd-blue-gray-2);
  border-color: var(--hd-blue-gray-5);
  color: var(--hd-blue-gray-9);
}
[data-v-9e04a66c] .el-select .el-input.is-disabled .el-input__inner:hover {
  border-color: var(--hd-blue-gray-5);
}
[data-v-9e04a66c] .el-select__tags-text {
  color: var(--hd-blue-gray-9);
  font-weight: 500;
}
[data-v-9e04a66c] .el-range-editor.is-disabled {
  background: var(--hd-blue-gray-2);
  border-color: var(--hd-blue-gray-5);
  color: var(--hd-blue-gray-9);
}
[data-v-9e04a66c] .el-range-editor.is-disabled input {
  background: var(--hd-blue-gray-2);
  color: var(--hd-blue-gray-9);
}
[data-v-9e04a66c] .el-form--label-top .el-form-item__label {
  padding-bottom: 0 !important;
}
[data-v-9e04a66c] .el-transfer {
  display: flex;
  align-items: center;
}
[data-v-9e04a66c] .el-transfer .el-transfer-panel {
  height: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  min-width: 200px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
[data-v-9e04a66c] .el-transfer .el-transfer-panel .el-transfer-panel__body {
  height: calc(100% - 40px);
  flex: 1;
  display: flex;
  flex-direction: column;
}
[data-v-9e04a66c] .el-transfer .el-transfer-panel .el-transfer-panel__body .el-transfer-panel__list {
  flex: 1;
}
[data-v-9e04a66c] .el-transfer .el-transfer__buttons {
  display: flex;
  flex-direction: column;
}
[data-v-9e04a66c] .el-transfer .el-transfer__buttons .el-button {
  margin-left: 0;
}
[data-v-9e04a66c] .el-tree {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
[data-v-9e04a66c] .el-dialog__body {
  padding: 24px 32px;
  max-height: calc(100vh - 220px);
  overflow: auto;
}

.paginationBox .table-pagination[data-v-e68b897c] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}

.TimeTimeline[data-v-779c788c] {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 56px;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}
.TimeTimeline.is-dragging[data-v-779c788c] {
  cursor: grabbing;
}
.TimeTimeline__canvas[data-v-779c788c] {
  display: block;
  width: 100%;
  height: 100%;
}
.TimeTimeline__cursor-label[data-v-779c788c] {
  position: absolute;
  top: 4px;
  padding: 2px 6px;
  font-size: 12px;
  color: #fff;
  background: rgba(64, 158, 255, 0.9);
  border-radius: 3px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
}
.TimeTimeline__scale-tip[data-v-779c788c] {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: 2;
}
.TimeTimeline__scale-tip .reset[data-v-779c788c] {
  margin-left: 8px;
  color: #409eff;
  cursor: pointer;
  pointer-events: auto;
}
.TimeTimeline__scale-tip .reset[data-v-779c788c]:hover {
  color: #66b1ff;
}

