#userLayout.user-layout-wrapper[data-v-091b291e] {
  height: 100%;
}
#userLayout.user-layout-wrapper.mobile .container .main[data-v-091b291e] {
  max-width: 368px;
  width: 98%;
}
#userLayout.user-layout-wrapper .container[data-v-091b291e] {
  width: 100%;
  min-height: 100%;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#1d6ae8), to(#1d6ae8));
  background-image: linear-gradient(to right top, #1d6ae8, #1d6ae8);
  background-size: 100%;
  position: relative;
}
#userLayout.user-layout-wrapper .container .filter-background[data-v-091b291e] {
  width: 100%;
  height: 100vh;
  background: url(/img/filter-bg.e0aa0106.webp) no-repeat 0 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#userLayout.user-layout-wrapper .container .filter-background .title[data-v-091b291e] {
  position: relative;
  text-align: center;
  padding: 0 0 42px 0;
  font-size: 40px;
  font-weight: bold;
  color: white;
}
#userLayout.user-layout-wrapper .container .filter-background .placeholder[data-v-091b291e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#userLayout.user-layout-wrapper .container .user-layout-content[data-v-091b291e] {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#userLayout.user-layout-wrapper .container .user-layout-content .content[data-v-091b291e] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
#userLayout.user-layout-wrapper .container .user-layout-content .placeholder[data-v-091b291e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top[data-v-091b291e] {
  text-align: center;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .header[data-v-091b291e] {
  height: 44px;
  line-height: 44px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .header .badge[data-v-091b291e] {
  position: absolute;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: -12px;
  margin-top: -10px;
  opacity: 0.8;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .header .logo[data-v-091b291e] {
  height: 44px;
  vertical-align: top;
  margin-right: 16px;
  border-style: none;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .header .title[data-v-091b291e] {
  font-size: 33px;
  color: rgba(0, 0, 0, 0.85);
  font-family: Avenir, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 600;
  position: relative;
  top: 2px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .desc[data-v-091b291e] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 12px;
  margin-bottom: 40px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .main[data-v-091b291e] {
  min-width: 260px;
  width: 368px;
  margin: 0 auto;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer[data-v-091b291e] {
  width: 100%;
  bottom: 0;
  padding: 0 16px;
  margin: 48px 0 24px;
  text-align: center;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer .links[data-v-091b291e] {
  margin-bottom: 8px;
  font-size: 14px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer .links a[data-v-091b291e] {
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer .links a[data-v-091b291e]:not(:last-child) {
  margin-right: 40px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer .copyright[data-v-091b291e] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
#userLayout.user-layout-wrapper .container a[data-v-091b291e] {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
.content[data-v-091b291e] {
    -webkit-box-flex: 3 !important;
        -ms-flex: 3 !important;
            flex: 3 !important;
}
}
@media screen and (max-width: 1199px) {
.content[data-v-091b291e] {
    -webkit-box-flex: 3 !important;
        -ms-flex: 3 !important;
            flex: 3 !important;
}
}

/*
 * @Author: CaoJ
 * @Date: 2022-11-02 16:32:46
 * @LastEditTime: 2022-11-11 13:58:46.172 +08:00 Friday PM
 * @LastEditors: CaoJ2020 CaoJian20132014@163.com
 * @FilePath: /leanin-cloud-dashboard/src/style/transition.less
 * @Description: 动画
 */
.up[data-v-1fc534be] {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.down[data-v-1fc534be] {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.fade-height-enter-active[data-v-1fc534be] {
  -webkit-transition: opacity 0.5s ease-in-out, max-height 0.4s ease-in-out;
  transition: opacity 0.5s ease-in-out, max-height 0.4s ease-in-out;
  max-height: 52px;
  overflow-y: hidden;
}
.fade-height-leave-active[data-v-1fc534be] {
  -webkit-transition: opacity 0.2s ease-in-out, max-height 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, max-height 0.4s ease-in-out;
  max-height: 200px;
  overflow-y: hidden;
}
.fade-height-enter[data-v-1fc534be],
.fade-height-leave-to[data-v-1fc534be] {
  opacity: 0;
  max-height: 0;
}
.fade-motion-enter-active[data-v-1fc534be],
.fade-motion-leave-active[data-v-1fc534be] {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.fade-motion-enter[data-v-1fc534be],
.fade-motion-leave-to[data-v-1fc534be] {
  opacity: 0;
}
.faded-down-enter-active[data-v-1fc534be],
.faded-down-leave-active[data-v-1fc534be] {
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.faded-down-enter[data-v-1fc534be],
.faded-down-leave-to[data-v-1fc534be] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.faded-up-enter-active[data-v-1fc534be],
.faded-up-leave-active[data-v-1fc534be] {
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.faded-up-enter[data-v-1fc534be],
.faded-up-leave-to[data-v-1fc534be] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.fade-items-enter-active[data-v-1fc534be],
.fade-items-leave-active[data-v-1fc534be] {
  -webkit-transition: opacity 0.4s ease-in-out, max-height 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, max-height 0.4s ease-in-out;
  max-height: 300px;
  overflow-y: hidden;
}
.fade-items-enter[data-v-1fc534be],
.fade-items-leave-to[data-v-1fc534be] {
  opacity: 0;
  max-height: 0;
}
.faded-enter-active[data-v-1fc534be],
.faded-leave-active[data-v-1fc534be] {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.faded-enter[data-v-1fc534be],
.faded-leave-to[data-v-1fc534be] {
  opacity: 0;
}
.translate-left-enter-active[data-v-1fc534be],
.translate-left-leave-active[data-v-1fc534be] {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.translate-left-enter[data-v-1fc534be] {
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0.9);
          transform: translateX(-50%) scale(0.9);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.translate-left-leave-to[data-v-1fc534be] {
  opacity: 0;
  -webkit-transform: translateX(50%) scale(0.9);
          transform: translateX(50%) scale(0.9);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.translate-right-enter-active[data-v-1fc534be],
.translate-right-leave-active[data-v-1fc534be] {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.translate-right-enter[data-v-1fc534be] {
  opacity: 0;
  -webkit-transform: translateX(50%) scale(0.9);
          transform: translateX(50%) scale(0.9);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.translate-right-leave-to[data-v-1fc534be] {
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0.9);
          transform: translateX(-50%) scale(0.9);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.translate-up-enter-active[data-v-1fc534be],
.translate-up-leave-active[data-v-1fc534be] {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  overflow: hidden;
}
.translate-up-enter[data-v-1fc534be] {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  overflow: hidden;
}
.translate-up-leave-to[data-v-1fc534be] {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  overflow: hidden;
}
.translate-down-enter-active[data-v-1fc534be],
.translate-down-leave-active[data-v-1fc534be] {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  overflow: hidden;
}
.translate-down-enter[data-v-1fc534be] {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  overflow: hidden;
}
.translate-down-leave-to[data-v-1fc534be] {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  overflow: hidden;
}
/* 淡入淡出效果 */
.fade-enter-active[data-v-1fc534be],
.fade-leave-active[data-v-1fc534be] {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.fade-enter-from[data-v-1fc534be],
.fade-leave-to[data-v-1fc534be] {
  opacity: 0;
}

.audio-wrap .self-audio[data-v-157dc386] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.audio-wrap .self-audio .audio-duration[data-v-157dc386] {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 6px;
  color: #333;
}
.audio-wrap .self-audio .audio-trigger[data-v-157dc386] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 40px;
  width: 150px;
  border-radius: 4px;
}
.audio-wrap .self-audio .audio-trigger .symbol[data-v-157dc386] {
  position: relative;
  width: 56px;
  height: 56px;
  padding: 10px;
  overflow: hidden;
}
.audio-wrap .self-audio .audio-trigger .symbol .circle[data-v-157dc386] {
  border: 5px solid #919191;
  border-radius: 50%;
  position: absolute;
}
.audio-wrap .self-audio .audio-trigger .symbol .first[data-v-157dc386] {
  width: 8px;
  height: 8px;
  background: #919191;
  top: 45px;
  left: 45px;
}
.audio-wrap .self-audio .audio-trigger .symbol .second[data-v-157dc386] {
  width: 30px;
  height: 30px;
  top: 35px;
  left: 35px;
}
.audio-wrap .self-audio .audio-trigger .symbol .third[data-v-157dc386] {
  width: 45px;
  height: 45px;
  top: 25px;
  left: 25px;
}
.audio-wrap .self-audio .audio-trigger.left[data-v-157dc386] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.audio-wrap .self-audio .audio-trigger.left .symbol[data-v-157dc386] {
  -webkit-transform: rotate(135deg) scale(0.5);
          transform: rotate(135deg) scale(0.5);
}
.audio-wrap .self-audio .audio-trigger.right[data-v-157dc386] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.audio-wrap .self-audio .audio-trigger.right .symbol[data-v-157dc386] {
  -webkit-transform: rotate(-45deg) scale(0.5);
          transform: rotate(-45deg) scale(0.5);
}
.audio-wrap .self-audio .symbol--avtive .second[data-v-157dc386] {
  -webkit-animation: bounce-157dc386 1s infinite 0.2s;
          animation: bounce-157dc386 1s infinite 0.2s;
}
.audio-wrap .self-audio .symbol--avtive .third[data-v-157dc386] {
  -webkit-animation: bounce-157dc386 1s infinite 0.4s;
          animation: bounce-157dc386 1s infinite 0.4s;
}
@-webkit-keyframes bounce-157dc386 {
0% {
    opacity: 0;
    /*初始状态 透明度为0*/
}
10% {
    opacity: 0.1;
    /*初始状态 透明度为0*/
}
20% {
    opacity: 0.2;
    /*初始状态 透明度为0*/
}
30% {
    opacity: 0.3;
    /*初始状态 透明度为0*/
}
40% {
    opacity: 0.4;
    /*初始状态 透明度为0*/
}
50% {
    opacity: 0.5;
    /*初始状态 透明度为0*/
}
60% {
    opacity: 0.6;
    /*初始状态 透明度为0*/
}
70% {
    opacity: 0.7;
    /*初始状态 透明度为0*/
}
80% {
    opacity: 0.8;
    /*初始状态 透明度为0*/
}
90% {
    opacity: 0.9;
    /*初始状态 透明度为0*/
}
100% {
    opacity: 1;
    /*结尾状态 透明度为1*/
}
}
@keyframes bounce-157dc386 {
0% {
    opacity: 0;
    /*初始状态 透明度为0*/
}
10% {
    opacity: 0.1;
    /*初始状态 透明度为0*/
}
20% {
    opacity: 0.2;
    /*初始状态 透明度为0*/
}
30% {
    opacity: 0.3;
    /*初始状态 透明度为0*/
}
40% {
    opacity: 0.4;
    /*初始状态 透明度为0*/
}
50% {
    opacity: 0.5;
    /*初始状态 透明度为0*/
}
60% {
    opacity: 0.6;
    /*初始状态 透明度为0*/
}
70% {
    opacity: 0.7;
    /*初始状态 透明度为0*/
}
80% {
    opacity: 0.8;
    /*初始状态 透明度为0*/
}
90% {
    opacity: 0.9;
    /*初始状态 透明度为0*/
}
100% {
    opacity: 1;
    /*结尾状态 透明度为1*/
}
}

.app-time-line-item:first-child .line-top[data-v-98d3aaba] {
  display: none;
}
.app-time-line-item:last-child .line-bottom[data-v-98d3aaba] {
  display: none;
}
.app-time-line-item[data-v-98d3aaba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  padding: 6px 6px 6px 32px;
  position: relative;
  cursor: pointer;
}
.app-time-line-item .topItem[data-v-98d3aaba],
.app-time-line-item .bottomItem[data-v-98d3aaba] {
  -webkit-transition: color 0.3s ease-in-out, font-weight 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, font-weight 0.3s ease-in-out;
  color: #666666;
  left: 0;
  top: 0;
  font-size: 13px;
}
.app-time-line-item .line-top[data-v-98d3aaba] {
  position: absolute;
  height: calc(50% - 8px);
  width: 1px;
  background-color: #999999;
  left: 16px;
  top: 0;
}
.app-time-line-item .line-bottom[data-v-98d3aaba] {
  position: absolute;
  height: calc(50% - 8px);
  width: 1px;
  background-color: #999999;
  left: 16px;
  bottom: 0;
}
.app-time-line-item .line-icon[data-v-98d3aaba] {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.app-time-line-item[data-v-98d3aaba]:hover {
  background-color: rgba(249, 117, 25, 0.1);
}
.app-time-line-item[data-v-98d3aaba]:active {
  background-color: rgba(249, 117, 25, 0.3);
}
.app-time-line-item.active[data-v-98d3aaba] {
  cursor: pointer;
}
.app-time-line-item.active .topItem[data-v-98d3aaba],
.app-time-line-item.active .bottomItem[data-v-98d3aaba] {
  color: #f97519;
}

.emotion[data-v-7ca07e93] {
  padding: 0 15px 15px;
  height: 200px;
  width: 300px;
  overflow-y: scroll;
}
.emotion .row[data-v-7ca07e93] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.emotion .row img[data-v-7ca07e93] {
  width: 30px;
  margin-bottom: 15px;
  cursor: pointer;
}

.wrap[data-v-4cf36e5a] {
  height: 36px;
  line-height: 36px;
}
.wrap i[data-v-4cf36e5a] {
  font-weight: 600;
}

.wrap[data-v-8fad5c10] {
  height: 36px;
  line-height: 36px;
}
.wrap i[data-v-8fad5c10] {
  font-weight: 600;
  cursor: pointer;
}
.floating-window[data-v-8fad5c10] {
  position: fixed;
  width: 400px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  z-index: 9999;
  padding: 12px;
}
.drag-header[data-v-8fad5c10] {
  cursor: move;
  background-color: #007bff;
  color: white;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px 4px 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.close-btn[data-v-8fad5c10] {
  cursor: pointer;
  font-size: 14px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: #fff;
  background: #1890ff;
}
::selection {
  color: #fff;
  background: #1890ff;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #1890ff;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 0 0 #1890ff;
          box-shadow: 0 0 0 0 #1890ff;
  -webkit-box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
          box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
          animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@-webkit-keyframes waveEffect {
  100% {
    -webkit-box-shadow: 0 0 0 #1890ff;
            box-shadow: 0 0 0 #1890ff;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes waveEffect {
  100% {
    -webkit-box-shadow: 0 0 0 #1890ff;
            box-shadow: 0 0 0 #1890ff;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
.swing-enter,
.swing-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  -webkit-animation-name: antSwingIn;
          animation-name: antSwingIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: antZoomIn;
          animation-name: antZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  -webkit-animation-name: antZoomOut;
          animation-name: antZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
          animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
          animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
          animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
          animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
          animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
          animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
          animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
          animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@-webkit-keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@-webkit-keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@-webkit-keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@-webkit-keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
@keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-pro-multi-tab {
  margin: -24px -24px 24px -24px;
  background: #fff;
}
.ant-pro-multi-tab .ant-tabs-bar {
  border-bottom: unset;
}
.topmenu .ant-pro-multi-tab-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.topmenu.content-width-Fluid .ant-pro-multi-tab-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.ant-pro-multi-tab {
  padding-top: 0;
  margin: unset;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-pro-multi-tab-tabs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-pro-multi-tab-dropdown {
  width: 30px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.ant-pro-multi-tab-dropdown .ant-dropdown-trigger {
  height: 36px !important;
  line-height: 36px !important;
}
.ant-pro-multi-tab .ant-tabs-nav-container {
  height: 36px !important;
}
.ant-pro-multi-tab .ant-tabs-tab {
  border-top: 0px !important;
  border-radius: 0 !important;
  max-height: 36px !important;
  line-height: 36px !important;
  background-color: white !important;
  margin-right: 0 !important;
  border-bottom-color: #fff !important;
}
.ant-pro-multi-tab .ant-tabs-tab-active {
  border-bottom: 1px solid #2080f0 !important;
}
.ant-pro-multi-tab .ant-tabs-tab-active .ant-tabs-close-x {
  color: unset !important;
}
.ant-pro-multi-tab .ant-tabs-tab-prev-icon-target,
.ant-pro-multi-tab .ant-tabs-tab-next-icon-target {
  font-size: 20px !important;
}
.ant-pro-multi-tab .ant-tabs-tab-prev-icon-target:hover,
.ant-pro-multi-tab .ant-tabs-tab-next-icon-target:hover {
  color: #2080f0;
}
.ant-pro-multi-tab .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:not(:first-child) {
  border-left: 0;
}


[data-v-31fccd04] .code-item .ant-form-item-children {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-v-31fccd04] .code-item .ant-input {
  width: calc(100% - 108px);
}
[data-v-31fccd04] .code-item img {
  width: 100px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
}

.header-notice[data-v-7b8b7c64] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 8px;
}
.header-notice span[data-v-7b8b7c64] {
  vertical-align: initial;
}
.notice-list[data-v-7b8b7c64] {
  overflow-y: scroll;
  height: 300px;
  padding: 10px;
}

.custom-layout-header[data-v-24df5264] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 36px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tel-wrap[data-v-24df5264] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 36px;
}
.tel-wrap .patient-name[data-v-24df5264] {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 8px;
}

/*
 * @Author: CaoJ
 * @Date: 2021-11-15 14:08:29
 * @Last Modified by: CaoJ
 * @Last Modified time: 2022-08-01 21:54:04
 * @Description: ''
 */
@font-face {
  font-family: "Source Han Sans VF";
  src: url("https://cdn.jsdelivr.net/npm/source-han-vf/source-han-sans-vf.min.css");
}
@font-face {
  font-family: "HarmonyOS Sans";
  src: url("https://fonts.cdnfonts.com/css/harmonyos-sans");
}
*,
html,
body {
  font-family: "Source Han Sans VF", "Source Han Sans SC", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/*
 * @Author: CaoJ
 * @Date: 2021-11-17 11:59:37
 * @Last Modified by: CaoJ
 * @Last Modified time: 2021-11-17 11:59:37
 * @Description: 隐藏滚动条
 */
.hidden-scrollbar {
  overflow: scroll;
}
.hidden-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.hidden-scrollbar::-webkit-scrollbar-button {
  background-color: rgba(0, 0, 0, 0);
}
.hidden-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.hidden-scrollbar::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
}
.hidden-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(228, 62, 62, 0);
}
.hidden-scrollbar::-webkit-scrollbar-corner {
  background-color: rgba(0, 0, 0, 0);
}
.hidden-scrollbar::-webkit-scrollbar-resizer {
  background-color: rgba(0, 0, 0, 0);
}
/*
 * @Author: CaoJ
 * @Date: 2022-09-07 18:26:10
 * @LastEditors: CaoJ2020 CaoJian20132014@163.com
 * @LastEditTime: 2026-07-02 15:26:46 星期四
 * @FilePath: src/style/table.less
 * @Description: 通用自定义表格与间距工具类
 * Copyright (C) 2022 杭州领翼信息技术有限公司. All rights reserved.
 */
@media print {
  table tr {
    page-break-inside: avoid;
  }
  table th,
  table td {
    padding: 2pt 4pt !important;
    border: 1px solid #333333;
    color: #333 !important;
  }
  table .no-border {
    border: 0;
  }
  table .vertical-top {
    vertical-align: top;
  }
  .ant-divider {
    height: 10pt !important;
    background: #000 !important;
  }
}
.fixed,
.table-layout-fixed {
  table-layout: fixed;
}
.mt {
  margin-top: 8px !important;
}
.mr {
  margin-right: 8px !important;
}
.mb {
  margin-bottom: 8px !important;
}
.ml {
  margin-left: 8px !important;
}
.pt {
  padding-top: 8px !important;
}
.pr {
  padding-right: 8px !important;
}
.pb {
  padding-bottom: 8px !important;
}
.pl {
  padding-left: 8px !important;
}
.custom-table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  text-align: center;
  color: #1f2937;
  background-color: #fff;
}
.custom-table tr th,
.custom-table tr td {
  padding: 8px 10px;
  border: 1px solid #eef0f4;
  line-height: 1.5;
  vertical-align: middle;
  white-space: pre-line;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.custom-table tr .no-border {
  border: 0;
}
.custom-table tr .vertical-top {
  vertical-align: top;
}
.custom-table thead tr {
  background: -webkit-gradient(linear, left top, left bottom, from(#fafbfc), to(#f8fafc));
  background: linear-gradient(180deg, #fafbfc 0%, #f8fafc 100%);
}
.custom-table thead tr th,
.custom-table thead tr td {
  color: #1f2937;
  font-weight: 600;
}
.custom-table .ceiling,
.custom-table tr.ceiling th,
.custom-table tr.ceiling td {
  z-index: 1;
  position: sticky;
  top: -1px;
  background-color: #f8fafc;
}
.custom-table tbody tr:hover td,
.custom-table tbody tr:hover th {
  background-color: #f8fafc;
}
.custom-table tbody tr td {
  color: #6b7280;
}
.custom-table .bg,
.custom-table .has-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#fafbfc), to(#f8fafc)) !important;
  background: linear-gradient(180deg, #fafbfc 0%, #f8fafc 100%) !important;
  color: #1f2937;
  font-weight: 600;
}
.custom-table .orange-bg {
  background-color: #fff8f3;
}
.custom-table .orange-color {
  color: #f97519;
  font-weight: 600;
}
.custom-table .left {
  text-align: left;
}
.custom-table .center {
  text-align: center;
}
.custom-table .right {
  text-align: right;
}
.custom-table .blod {
  font-weight: 600;
}
.custom-table .primary {
  color: #2080f0;
}
.custom-table .no-data {
  padding: 24px 8px;
  color: #6b7280;
  font-size: 13px;
}
.custom-table .mouse-enter {
  background-color: #f8fafc;
}
.custom-table.radius {
  border-radius: 8px;
  overflow: hidden;
}
.custom-table.radius thead tr:first-child th:first-child,
.custom-table.radius thead tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
.custom-table.radius thead tr:first-child th:last-child,
.custom-table.radius thead tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
.custom-table.radius tbody tr:last-child th:last-child,
.custom-table.radius tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.custom-table.radius tbody tr:last-child th:first-child,
.custom-table.radius tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.ant-modal.msg-dialog .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-modal.msg-dialog .title .round {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
}
.ant-modal.msg-dialog .title .online {
  background-color: #18ff4e;
}
.ant-modal.msg-dialog .title .outline {
  background-color: #f53d21;
}
.ant-modal.msg-dialog .ant-modal-body {
  padding: 0;
}
.ant-modal.msg-dialog .ant-modal-body .model-body {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .lt {
  width: 170px;
  height: 100%;
  overflow-y: scroll;
  background-color: #e8e8e8 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .lt .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .lt .items img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .lt .items div {
  padding-left: 10px;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .lt .items:hover {
  background-color: #c4c4c5;
  cursor: pointer;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .lt .active {
  background-color: #c4c4c5;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md {
  width: calc(100% - 170px - 270px);
  height: 100%;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp {
  width: 100%;
  height: 430px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f8fa !important;
  overflow-y: scroll;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .time {
  color: #9b9b9b;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap:not(:first-child) {
  margin-bottom: 10px;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap .msg-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap .msg-box img.avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap .msg-box div.msg {
  max-width: 75%;
  padding: 8px;
  border-radius: 4px;
  font-size: 15px;
  color: #4a4a4a;
  line-height: 1.3em;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap .lft div.msg {
  margin-left: 10px;
  background-color: #fff;
  position: relative;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap .lft div.msg:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  position: absolute;
  top: 9px;
  left: -8px;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap .lft .audio {
  margin-left: 10px;
  position: relative;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap .lft .audio:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  position: absolute;
  top: 9px;
  left: -8px;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap .lft .picture {
  margin-left: 10px;
  width: 120px;
  border-radius: 4px;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap .rgt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap .rgt div.msg {
  margin-right: 10px;
  background-color: #8fe365;
  position: relative;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap .rgt div.msg:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #8fe365;
  position: absolute;
  top: 9px;
  right: -8px;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap .rgt .audio {
  margin-right: 10px;
  position: relative;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap .rgt .audio:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #8fe365;
  position: absolute;
  top: 9px;
  right: -8px;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .tp .time-wrap .msg-wrap .rgt .picture {
  margin-right: 10px;
  width: 120px;
  border-radius: 4px;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .bt {
  height: calc(100% - 430px);
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .bt .operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding: 0 15px;
  background-color: #e8e8e8;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .bt .operate img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .bt .operate img:hover {
  cursor: pointer;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .bt .input-box {
  background-color: #f8f8fa;
  height: calc(100% - 70px);
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .bt .input-box .input {
  width: 100%;
  height: 100%;
  padding: 10px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  border: 0;
  outline: none;
  resize: none;
  background-color: #fff !important;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .bt .input-box .recordering {
  text-align: center;
  padding-top: 15px;
  background-color: #000000a6;
  height: 100%;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .bt .input-box .recordering div {
  color: #fff;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .bt .input-box .recordering div:first-child {
  font-size: 28px;
  font-weight: 600;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .md .bt .btn-box {
  padding: 8px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #f8f8fa;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .rt {
  width: 270px;
  height: 100%;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .rt .tp {
  padding: 15px;
  height: 210px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .rt .tp .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .rt .tp .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .rt .tp .avatar p {
  padding-left: 15px;
  margin: 0;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .rt .tp .avatar p:first-child {
  font-size: 18px;
  color: #2080f0;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .rt .tp .avatar p:first-child:hover {
  cursor: pointer;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .rt .tp .avatar p:last-child {
  font-size: 13px;
  color: #333;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .rt .tp .items {
  color: #333;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .rt .bt {
  height: calc(100% - 210px);
  overflow-y: scroll;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-modal.msg-dialog .ant-modal-body .model-body .rt .bt .title {
  background-color: #e1e2e3;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
@font-face {
  font-family: "digi";
  src: url(/fonts/DS-DIGI.9c7b3b69.TTF);
}
@font-face {
  font-family: "digib";
  src: url(/fonts/DS-DIGIB.5eca8f4b.TTF);
}
@font-face {
  font-family: "digii";
  src: url(/fonts/DS-DIGII.5112562c.TTF);
}
@font-face {
  font-family: "digit";
  src: url(/fonts/DS-DIGIT.56a27acf.TTF);
}
/*
 * @Author : CaoJ2020 CaoJian20132014@163.com
 * @Date : 2026-06-30 15:17:55 星期二
 * @LastEditors : CaoJ2020 CaoJian20132014@163.com
 * @LastEditTime : 2026-06-30 15:17:55 星期二
 * @FilePath : src/style/card-data-item.less
 * @Description : CardDataList 卡片列表统一样式（对齐 PlanInfoCard 视觉规范）
 * Copyright (C) 2026 杭州领翼信息技术有限公司. All rights reserved.
 */
.card-data-list-wrap-list-add {
  width: 100%;
  min-height: 120px;
  color: #6b7280;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px dashed #e8eaef;
  border-radius: 12px;
  background: #fafbfc;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.card-data-list-wrap-list-add img {
  width: 64px;
  opacity: 0.85;
}
.card-data-list-wrap-list-add .desc {
  font-size: 14px;
  padding-top: 8px;
  color: #6b7280;
}
.card-data-list-wrap-list-add:hover {
  border-color: #2080f0;
  background: rgba(24, 144, 255, 0.04);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.card-data-list-wrap-pagination {
  padding-top: 12px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plan-info-card-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #e8eaef;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.plan-info-card-wrap--shadow {
  -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 4px 12px rgba(16, 24, 40, 0.04);
          box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 4px 12px rgba(16, 24, 40, 0.04);
}
.plan-info-card-wrap:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 16px rgba(16, 24, 40, 0.1);
          box-shadow: 0 4px 16px rgba(16, 24, 40, 0.1);
}
.plan-info-card-wrap__badge {
  position: absolute;
  top: 12px;
  right: -30px;
  z-index: 2;
  width: 110px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.plan-info-card-wrap__badge--pass {
  background: #389e0d;
}
.plan-info-card-wrap__badge--pending {
  background: #d48806;
}
.plan-info-card-wrap__badge--reject {
  background: #cf1322;
}
.plan-info-card-wrap__badge--info {
  background: #1890ff;
}
.plan-info-card-wrap-tp {
  padding: 16px 16px 0;
}
.plan-info-card-wrap-tp-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  padding-right: 16px;
}
.plan-info-card-wrap-tp-title .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.plan-info-card-wrap-tp-title .title:hover {
  color: #2080f0;
}
.plan-info-card-wrap-tp-count {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.plan-info-card-wrap-tp-count--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.plan-info-card-wrap-tp-count .items {
  padding: 10px 6px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eef0f4;
  background: #fafbfc;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.plan-info-card-wrap-tp-count .items:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.plan-info-card-wrap-tp-count .items .stat-label {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
}
.plan-info-card-wrap-tp-count .items .count {
  margin-top: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.plan-info-card-wrap-tp-count .items--total .count {
  color: #389e0d;
}
.plan-info-card-wrap-tp-count .items--total:hover {
  background: #f6ffed;
  border-color: #b7eb8f;
}
.plan-info-card-wrap-tp-count .items--done .count {
  color: #2080f0;
}
.plan-info-card-wrap-tp-count .items--done:hover {
  background: #e6f7ff;
  border-color: #91d5ff;
}
.plan-info-card-wrap-tp-count .items--pending .count {
  color: #cf1322;
}
.plan-info-card-wrap-tp-count .items--pending:hover {
  background: #fff1f0;
  border-color: #ffa39e;
}
.plan-info-card-wrap-tp-count .items--warning .count {
  color: #d48806;
}
.plan-info-card-wrap-tp-count .items--warning:hover {
  background: #fffbe6;
  border-color: #ffe58f;
}
.plan-info-card-wrap-tp-count .items--danger .count {
  color: #cf1322;
}
.plan-info-card-wrap-tp-count .items--danger:hover {
  background: #fff1f0;
  border-color: #ffa39e;
}
.plan-info-card-wrap-tp-info {
  width: 100%;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plan-info-card-wrap-tp-info-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  padding: 3px 0;
}
.plan-info-card-wrap-tp-info-cell-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 88px;
  color: #6b7280;
}
.plan-info-card-wrap-tp-info-cell-label .anticon {
  font-size: 12px;
  color: #9ca3af;
}
.plan-info-card-wrap-tp-info-cell-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #374151;
}
.plan-info-card-wrap-bt {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  height: 40px;
  border-top: 1px solid #f0f0f0;
  background: #fafbfc;
}
.plan-info-card-wrap-bt .ant-btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0;
  color: #595959;
  font-size: 13px;
  border-radius: 0;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.plan-info-card-wrap-bt .ant-btn-link:hover {
  color: #2080f0;
  background: rgba(24, 144, 255, 0.06);
}
.plan-info-card-wrap-bt [class^="ant-icon"],
.plan-info-card-wrap-bt [class*=" ant-icon"] {
  font-size: 14px;
  margin-right: 4px;
  color: inherit;
}
.plan-info-card-wrap-bt .ant-popconfirm .ant-btn-link:hover {
  color: #ff4d4f;
  background: rgba(255, 77, 79, 0.06);
}
.patient-card-wrap,
.patient-info-card-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #e8eaef;
  background: #fff;
  font-size: 0;
  color: #333;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.patient-card-wrap--shadow,
.patient-info-card-wrap--shadow,
.patient-card-wrap.patient-card-shadow,
.patient-info-card-wrap.patient-card-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 4px 12px rgba(16, 24, 40, 0.04);
          box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 4px 12px rgba(16, 24, 40, 0.04);
}
.patient-card-wrap:hover,
.patient-info-card-wrap:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 16px rgba(16, 24, 40, 0.1);
          box-shadow: 0 4px 16px rgba(16, 24, 40, 0.1);
}
.patient-card-wrap-tp,
.patient-info-card-wrap-tp {
  width: 100%;
  min-height: 66px;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.patient-card-wrap-tp-lt,
.patient-info-card-wrap-tp-lt {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.patient-card-wrap-tp-rt,
.patient-info-card-wrap-tp-rt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.patient-card-wrap-tp-rt-tp,
.patient-info-card-wrap-tp-rt-tp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.patient-card-wrap-tp-rt-tp-name,
.patient-info-card-wrap-tp-rt-tp-name {
  font-size: 15px;
  color: #1f2937;
  padding-right: 8px;
  font-weight: 600;
}
.patient-card-wrap-tp-rt-bt,
.patient-info-card-wrap-tp-rt-bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  color: #6b7280;
  margin-top: 4px;
}
.patient-card-wrap-md,
.patient-info-card-wrap-md {
  width: 100%;
  padding: 8px 16px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.patient-card-wrap-md-cell,
.patient-info-card-wrap-md-cell {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  padding: 3px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.patient-card-wrap-md-cell-label,
.patient-info-card-wrap-md-cell-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #6b7280;
  text-align: left;
}
.patient-card-wrap-md-cell-value,
.patient-info-card-wrap-md-cell-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #374151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.patient-card-wrap-md-cell-value div:nth-child(1),
.patient-info-card-wrap-md-cell-value div:nth-child(1) {
  color: #374151;
}
.patient-card-wrap-md-cell-value div:nth-child(2),
.patient-info-card-wrap-md-cell-value div:nth-child(2) {
  color: #9ca3af;
  text-align: right;
}
.patient-card-wrap-bt,
.patient-info-card-wrap-bt {
  height: 40px;
  border-top: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #fafbfc;
}
.patient-card-wrap-bt .ant-btn-link,
.patient-info-card-wrap-bt .ant-btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 8px;
  color: #595959;
  font-size: 13px;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.patient-card-wrap-bt .ant-btn-link:hover,
.patient-info-card-wrap-bt .ant-btn-link:hover {
  color: #2080f0;
  background: rgba(24, 144, 255, 0.06);
}
.patient-card-wrap-bt a,
.patient-info-card-wrap-bt a {
  color: #2080f0;
  font-size: 13px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.patient-card-wrap-bt a:hover,
.patient-info-card-wrap-bt a:hover {
  color: #40a9ff;
}
.patient-card-wrap-bt .ant-divider-vertical,
.patient-info-card-wrap-bt .ant-divider-vertical {
  margin: 0;
  height: 16px;
  background: #e8eaef;
}
.patient-card-wrap-bt .ant-icon-shenglvehao,
.patient-info-card-wrap-bt .ant-icon-shenglvehao {
  font-size: 20px;
  font-weight: 600;
}
.patient-card-wrap-md-cell-label {
  width: 7em;
}
.patient-card-wrap-md-cell-value {
  width: calc(100% - 7em);
}
.patient-info-card-wrap {
  border-left: none;
  border-right: none;
  border-top: none;
}
.patient-info-card-wrap-md-cell-label {
  width: 5em;
  text-align: right;
}
.patient-info-card-wrap-md-cell-value {
  width: calc(100% - 5em);
}
.patient-info-card-wrap-bt {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
}
.patient-info-card-wrap-bt-lt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cf1322;
}
.patient-info-card-wrap-bt-rt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card-data-form-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #e8eaef;
  background: #fff;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.card-data-form-item--shadow {
  -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 4px 12px rgba(16, 24, 40, 0.04);
          box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 4px 12px rgba(16, 24, 40, 0.04);
}
.card-data-form-item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 16px rgba(16, 24, 40, 0.1);
          box-shadow: 0 4px 16px rgba(16, 24, 40, 0.1);
}
.card-data-form-item img {
  width: 100%;
  display: block;
}
.card-data-form-item__name,
.card-data-form-item__stage {
  position: absolute;
  font-weight: 500;
  color: #fff;
  width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.card-data-form-item__name {
  top: 30px;
  left: 30px;
  font-size: 20px;
  font-weight: 600;
}
.card-data-form-item__stage {
  top: 68px;
  left: 30px;
  font-size: 14px;
  opacity: 0.95;
}
.patient-card-bg-color {
  background: #fff !important;
}
.patient-card-shadow {
  border-radius: 12px !important;
  -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 4px 12px rgba(16, 24, 40, 0.04) !important;
          box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 4px 12px rgba(16, 24, 40, 0.04) !important;
}
.patient-card-animate:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
/*
 * @Author : CaoJ2020 CaoJian20132014@163.com
 * @Date : 2026-06-30 19:07:05 星期二
 * @LastEditors : CaoJ2020 CaoJian20132014@163.com
 * @LastEditTime : 2026-06-30 19:07:05 星期二
 * @FilePath : src/style/ant-table.less
 * @Description : 全局-Ant Design 表格样式增强
 * Copyright (C) 2026 杭州领翼信息技术有限公司. All rights reserved.
 */
.ant-table-wrapper .ant-table-pagination {
  padding-top: 12px;
  margin: 0;
}
.ant-table-wrapper .ant-table {
  color: #374151;
  font-size: 13px;
  line-height: 1.5;
}
.ant-table-wrapper .ant-table-content {
  border-radius: 8px;
  overflow: hidden;
}
.ant-table-wrapper .ant-table-thead > tr > th {
  padding: 10px 12px;
  color: #1f2937;
  font-weight: 600;
  background: #f8fafc;
  border-bottom: 1px solid #eef0f4;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.ant-table-wrapper .ant-table-thead > tr > th .ant-table-column-title {
  color: #1f2937;
}
.ant-table-wrapper .ant-table-thead > tr > th .ant-table-column-sorter {
  color: #9ca3af;
}
.ant-table-wrapper .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-up.on,
.ant-table-wrapper .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-down.on {
  color: #2080f0;
}
.ant-table-wrapper .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
  background: #f1f5f9;
}
.ant-table-wrapper .ant-table-tbody > tr > td {
  padding: 10px 12px;
  border-bottom: 1px solid #eef0f4;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.ant-table-wrapper .ant-table-tbody > tr > td .ant-tag {
  margin: 0;
}
.ant-table-wrapper .ant-table-tbody > tr:nth-child(even):not(.ant-table-row-selected):not(.red-row):not(.yellow-row):not(.green-row) > td {
  background: #fcfdfe;
}
.ant-table-wrapper .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected):not(.red-row):not(.yellow-row):not(.green-row) > td,
.ant-table-wrapper .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected):not(.red-row):not(.yellow-row):not(.green-row) > td {
  background: #f0f7ff;
}
.ant-table-wrapper .ant-table-tbody > tr.ant-table-row-selected > td {
  background: #e6f7ff;
}
.ant-table-wrapper .ant-table-placeholder {
  padding: 32px 16px;
}
.ant-table-wrapper .ant-table-placeholder .ant-empty-description {
  color: #9ca3af;
}
.ant-table-wrapper .ant-table-bordered .ant-table-thead > tr > th,
.ant-table-wrapper .ant-table-bordered .ant-table-tbody > tr > td {
  border-color: #eef0f4;
}
.ant-table-wrapper .ant-table-fixed-left,
.ant-table-wrapper .ant-table-fixed-right {
  -webkit-box-shadow: 6px 0 8px -4px rgba(16, 24, 40, 0.08);
          box-shadow: 6px 0 8px -4px rgba(16, 24, 40, 0.08);
}
.ant-table-wrapper .ant-table-fixed-right {
  -webkit-box-shadow: -6px 0 8px -4px rgba(16, 24, 40, 0.08);
          box-shadow: -6px 0 8px -4px rgba(16, 24, 40, 0.08);
}
.ant-table-wrapper .ant-table-body::-webkit-scrollbar,
.ant-table-wrapper .ant-table-header::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ant-table-wrapper .ant-table-body::-webkit-scrollbar-thumb,
.ant-table-wrapper .ant-table-header::-webkit-scrollbar-thumb {
  background: rgba(144, 147, 153, 0.45);
  border-radius: 4px;
}
.ant-table-wrapper .ant-table-body::-webkit-scrollbar-thumb:hover,
.ant-table-wrapper .ant-table-header::-webkit-scrollbar-thumb:hover {
  background: rgba(144, 147, 153, 0.65);
}
.ant-table-wrapper .ant-table-body::-webkit-scrollbar-track,
.ant-table-wrapper .ant-table-header::-webkit-scrollbar-track {
  background: transparent;
}
.ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0;
}
.ant-table-small .ant-table-thead > tr > th,
.ant-table-small .ant-table-tbody > tr > td {
  padding: 8px 10px;
}
.ant-table-thead > tr {
  background-color: #f8fafc;
}
.ant-table-thead > tr:hover {
  background-color: #f8fafc;
}
.enhanced-table-container .ant-table-tbody > tr.custom-hover > td,
.enhanced-table-container .ant-table-tbody > tr.custom-hover {
  background-color: var(--enhanced-selected-bg, #e6f7ff) !important;
}
@media (prefers-reduced-motion: reduce) {
  .ant-table-wrapper .ant-table-thead > tr > th,
  .ant-table-wrapper .ant-table-tbody > tr > td {
    -webkit-transition: none;
    transition: none;
  }
}
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  letter-spacing: -8px;
}
/*
 * @Author       : CaoJ2020 CaoJian20132014@163.com
 * @Date         : 2026-07-01 16:15:47 星期三
 * @LastEditors  : CaoJ2020 CaoJian20132014@163.com
 * @LastEditTime : 2026-07-01 16:34:41 星期三
 * @FilePath     : src/style/dataVisualization-modal.less
 * @Description  : 驾驶舱-详情弹窗深色主题与表格样式
 * Copyright (C) 2026 杭州领翼信息技术有限公司. All rights reserved.
 */
.dataVisualization-custom-modal {
  padding-bottom: 15px;
  -webkit-box-shadow: inset 0px 1px 20px 0px rgba(18, 142, 232, 0.2), 0 0 30px rgba(0, 223, 255, 0.1);
          box-shadow: inset 0px 1px 20px 0px rgba(18, 142, 232, 0.2), 0 0 30px rgba(0, 223, 255, 0.1);
  border: 2px solid #08488a;
  background: #050d4b;
  border-radius: 8px;
}
.dataVisualization-custom-modal .ant-modal-content {
  background: transparent;
}
.dataVisualization-custom-modal .ant-modal-header {
  background: transparent;
  border-bottom: 0;
  padding: 10px;
}
.dataVisualization-custom-modal .ant-modal-close {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dataVisualization-custom-modal .ant-modal-close:hover {
  color: #00dfff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.dataVisualization-custom-modal .ant-modal-close-x {
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dataVisualization-custom-modal .ant-modal-body {
  padding: 0 20px;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table {
  background: transparent !important;
  border: 0 !important;
}
.dataVisualization-custom-modal .ant-modal-body .dv-modal-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(0, 223, 255, 0.15);
}
.dataVisualization-custom-modal .ant-modal-body .ant-form {
  margin-bottom: 12px;
}
.dataVisualization-custom-modal .ant-modal-body .ant-form-item {
  margin-bottom: 8px;
}
.dataVisualization-custom-modal .ant-modal-body .ant-form-item-label > label {
  color: #ffffff;
  font-weight: 500;
}
.dataVisualization-custom-modal .ant-modal-body .ant-input,
.dataVisualization-custom-modal .ant-modal-body .ant-input-affix-wrapper {
  background-color: #184587;
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dataVisualization-custom-modal .ant-modal-body .ant-input:hover,
.dataVisualization-custom-modal .ant-modal-body .ant-input-affix-wrapper:hover,
.dataVisualization-custom-modal .ant-modal-body .ant-input:focus,
.dataVisualization-custom-modal .ant-modal-body .ant-input-affix-wrapper:focus {
  background-color: #1e54a8;
  border-color: #00dfff;
  -webkit-box-shadow: 0 0 8px rgba(0, 223, 255, 0.3);
          box-shadow: 0 0 8px rgba(0, 223, 255, 0.3);
}
.dataVisualization-custom-modal .ant-modal-body .ant-input-affix-wrapper .ant-input {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dataVisualization-custom-modal .ant-modal-body .ant-input-clear-icon,
.dataVisualization-custom-modal .ant-modal-body .ant-calendar-picker-icon,
.dataVisualization-custom-modal .ant-modal-body .ant-select-arrow-icon {
  color: rgba(255, 255, 255, 0.85);
}
.dataVisualization-custom-modal .ant-modal-body .ant-calendar-picker-input,
.dataVisualization-custom-modal .ant-modal-body .ant-select-selection {
  background-color: #184587;
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dataVisualization-custom-modal .ant-modal-body .ant-calendar-picker:hover .ant-calendar-picker-input,
.dataVisualization-custom-modal .ant-modal-body .ant-calendar-picker-focused .ant-calendar-picker-input,
.dataVisualization-custom-modal .ant-modal-body .ant-select-open .ant-select-selection,
.dataVisualization-custom-modal .ant-modal-body .ant-select-focused .ant-select-selection,
.dataVisualization-custom-modal .ant-modal-body .ant-select-selection:hover {
  background-color: #1e54a8;
  border-color: #00dfff;
  -webkit-box-shadow: 0 0 8px rgba(0, 223, 255, 0.3);
          box-shadow: 0 0 8px rgba(0, 223, 255, 0.3);
}
.dataVisualization-custom-modal .ant-modal-body .ant-calendar-range-picker-separator {
  color: #ffffff;
}
.dataVisualization-custom-modal .ant-modal-body .ant-btn {
  height: 32px;
  padding: 0 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dataVisualization-custom-modal .ant-modal-body .ant-btn.ant-btn-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#2de1fd), to(#0e5fff));
  background: linear-gradient(180deg, #2de1fd 0%, #0e5fff 100%);
  border: none;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(14, 95, 255, 0.4);
          box-shadow: 0 2px 8px rgba(14, 95, 255, 0.4);
}
.dataVisualization-custom-modal .ant-modal-body .ant-btn.ant-btn-primary:hover,
.dataVisualization-custom-modal .ant-modal-body .ant-btn.ant-btn-primary:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(#4de7ff), to(#2e7aff));
  background: linear-gradient(180deg, #4de7ff 0%, #2e7aff 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 4px 15px rgba(14, 95, 255, 0.6), 0 0 10px rgba(45, 225, 253, 0.4);
          box-shadow: 0 4px 15px rgba(14, 95, 255, 0.6), 0 0 10px rgba(45, 225, 253, 0.4);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.dataVisualization-custom-modal .ant-modal-body .ant-btn.ant-btn-primary:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 5px rgba(14, 95, 255, 0.4);
          box-shadow: 0 2px 5px rgba(14, 95, 255, 0.4);
}
.dataVisualization-custom-modal .ant-modal-body .ant-btn:not(.ant-btn-primary) {
  background-color: #184587;
  border: 1px solid rgba(0, 223, 255, 0.45);
  color: #ffffff;
}
.dataVisualization-custom-modal .ant-modal-body .ant-btn:not(.ant-btn-primary):hover,
.dataVisualization-custom-modal .ant-modal-body .ant-btn:not(.ant-btn-primary):focus {
  background-color: #1e54a8;
  border-color: #00dfff;
  color: #00dfff;
  -webkit-box-shadow: 0 0 10px rgba(0, 223, 255, 0.3);
          box-shadow: 0 0 10px rgba(0, 223, 255, 0.3);
}
.dataVisualization-custom-modal .ant-modal-body .ant-btn.ant-btn-round {
  min-width: 88px;
  padding: 0 18px;
  border-radius: 16px;
}
.dataVisualization-custom-modal .ant-modal-body .ant-btn .anticon {
  color: inherit;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-body {
  scrollbar-width: thin;
  scrollbar-color: rgba(14, 95, 255, 0.3) transparent;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-body::-webkit-scrollbar {
  height: 10px !important;
  width: 10px !important;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
  background: rgba(14, 95, 255, 0.3) !important;
  border-radius: 5px;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-body::-webkit-scrollbar-thumb:hover {
  background: rgba(14, 95, 255, 0.6) !important;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
  background: rgba(14, 95, 255, 0.3) !important;
  border-radius: 5px;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table *:not(.ant-tag) {
  background: transparent !important;
  color: #ffffff;
  border: 0 !important;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table *:not(.ant-tag):hover {
  background: transparent !important;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-thead tr {
  background: rgba(14, 95, 255, 0.2) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-thead tr:hover {
  background: rgba(14, 95, 255, 0.25) !important;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-thead tr th {
  background: rgba(14, 95, 255, 0.2) !important;
  color: #00dfff !important;
  font-weight: 600;
  padding: 12px 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-thead tr th:hover {
  background: rgba(14, 95, 255, 0.3) !important;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-thead tr th .ant-table-column-title {
  color: #00dfff !important;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-thead tr th .ant-table-column-sorter {
  color: rgba(0, 223, 255, 0.6);
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-thead tr th .ant-table-column-sorter .ant-table-column-sorter-up:hover,
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-thead tr th .ant-table-column-sorter .ant-table-column-sorter-down:hover,
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-thead tr th .ant-table-column-sorter .ant-table-column-sorter-up.on,
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-thead tr th .ant-table-column-sorter .ant-table-column-sorter-down.on {
  color: #00dfff;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-row {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-row:hover {
  background: rgba(0, 223, 255, 0.08) !important;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-row:hover td {
  background: transparent !important;
  color: #00dfff;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-tbody > tr > td {
  padding: 12px 8px;
  border-bottom: 1px solid rgba(0, 223, 255, 0.1) !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .custom-hover {
  background: transparent !important;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .odd-row {
  background: rgba(14, 95, 255, 0.1) !important;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .odd-row:hover {
  background: rgba(0, 223, 255, 0.12) !important;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .even-row {
  background: rgba(14, 95, 255, 0.2) !important;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .even-row:hover {
  background: rgba(0, 223, 255, 0.15) !important;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-placeholder {
  background: transparent !important;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-table .ant-table-placeholder .ant-empty-description {
  color: rgba(255, 255, 255, 0.6);
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination {
  margin-top: 16px;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination * {
  background: transparent;
  color: #ffffff;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-item {
  background: transparent;
  border: 1px solid rgba(0, 223, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-item:hover {
  border-color: #00dfff;
  background: rgba(0, 223, 255, 0.1);
  -webkit-box-shadow: 0 0 8px rgba(0, 223, 255, 0.3);
          box-shadow: 0 0 8px rgba(0, 223, 255, 0.3);
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-item a {
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-item a:hover {
  color: #00dfff;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-item-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#2de1fd), to(#0e5fff)) !important;
  background: linear-gradient(180deg, #2de1fd 0%, #0e5fff 100%) !important;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 8px rgba(14, 95, 255, 0.5);
          box-shadow: 0 2px 8px rgba(14, 95, 255, 0.5);
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-item-active a {
  color: #ffffff !important;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-item-active:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#4de7ff), to(#2e7aff)) !important;
  background: linear-gradient(180deg, #4de7ff 0%, #2e7aff 100%) !important;
  -webkit-box-shadow: 0 4px 12px rgba(14, 95, 255, 0.7);
          box-shadow: 0 4px 12px rgba(14, 95, 255, 0.7);
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-item-link,
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-prev .ant-pagination-item-link {
  background: transparent;
  border: 1px solid rgba(0, 223, 255, 0.3);
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-item-link:hover,
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-prev .ant-pagination-item-link:hover {
  border-color: #00dfff;
  color: #00dfff;
  background: rgba(0, 223, 255, 0.1);
  -webkit-box-shadow: 0 0 8px rgba(0, 223, 255, 0.3);
          box-shadow: 0 0 8px rgba(0, 223, 255, 0.3);
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-disabled .ant-pagination-item-link {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-disabled .ant-pagination-item-link:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-options-quick-jumper {
  color: #ffffff;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-options-quick-jumper input {
  background: #184587;
  border: 1px solid transparent;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-options-quick-jumper input:hover,
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-pagination .ant-pagination-options-quick-jumper input:focus {
  border-color: #00dfff;
  -webkit-box-shadow: 0 0 8px rgba(0, 223, 255, 0.3);
          box-shadow: 0 0 8px rgba(0, 223, 255, 0.3);
}
.dataVisualization-custom-modal .chat-title {
  color: #00dfff;
  font-weight: 600;
  font-size: 16px;
  text-shadow: 0 0 10px rgba(0, 223, 255, 0.3);
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-spin {
  color: #00dfff;
}
.dataVisualization-custom-modal .ant-modal-body .ant-table-wrapper .ant-spin .ant-spin-dot i {
  background-color: #00dfff;
}
/* 文本设置阴影 */
.text-shadow {
  text-shadow: 0 0 0.5px currentColor;
}
.success {
  color: #18a058;
}
.success:hover {
  color: #18a058;
}
.success:focus {
  color: #18a058;
}
.warning {
  color: #f0a020;
}
.warning:hover {
  color: #f0a020;
}
.warning:focus {
  color: #f0a020;
}
.error {
  color: #d03050;
}
.error:hover {
  color: #d03050;
}
.error:focus {
  color: #d03050;
}
.gray {
  color: #838181;
}
.gray:hover {
  color: #838181;
}
.gray:focus {
  color: #838181;
}
[class^="ant-icon"],
[class*="ant-icon"] {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="ant-icon"]:hover,
[class*="ant-icon"]:hover {
  cursor: pointer;
  color: #2080f0;
}
.primary {
  color: #2080f0;
  cursor: pointer;
}
.blod {
  font-weight: 900;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hover:hover {
  cursor: pointer;
  color: #2080f0;
  border-color: #2080f0 !important;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.border {
  border: 1px solid #e5e5e6;
}
.border-top {
  border-top: 1px solid #e5e5e6;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e6;
}
.ant-tag.ant-tag-has-color:last-child {
  margin-right: 0;
}
.heard-form .ant-form-item,
.heard-form .ant-form-item-label,
.heard-form .ant-form-item-control-wrapper,
.heard-form .ant-form-item-control {
  height: 32px;
  line-height: 32px;
}
.heard-form .mt {
  margin-top: 8px;
}
.form-list:not(:first-child) {
  padding-top: 8px;
}
.form-list .ant-list-item {
  padding: 0;
}
.form-list .ant-list-item:not(:first-child) {
  margin-top: 8px;
}
.form-list .ant-list-pagination {
  margin-top: 8px;
}
.ant-btn.ant-btn-link {
  padding: 0 8px;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.heard-tabs .ant-tabs-bar {
  margin: 0;
}
.heard-tabs .ant-tabs-content {
  padding-top: 8px;
}
.table-has-text-btn .ant-btn.ant-btn-link {
  height: 24px;
}
.green-btn {
  background-color: #18a058;
  color: #ffffff;
  border-color: #18a058;
  border-radius: 4px;
}
.green-btn:hover,
.green-btn:focus,
.green-btn [disabled="disabled"] {
  color: #ffffff;
  background-color: #4ab57c;
  border-color: #4ab57c;
}
.yellow-btn {
  background-color: #f0a020;
  color: #ffffff;
  border-color: #f0a020;
  border-radius: 4px;
}
.yellow-btn:hover,
.yellow-btn:focus,
.yellow-btn [disabled="disabled"] {
  color: #ffffff;
  background-color: #f9b74d;
  border-color: #f9b74d;
}
.green-btn.ant-tooltip-open,
.yellow-btn.ant-tooltip-open,
.red-btn.ant-tooltip-open {
  border-radius: 4px;
}
.red-btn {
  background-color: #d03050;
  color: #ffffff;
  border-color: #d03050;
  border-radius: 4px;
}
.red-btn:hover,
.red-btn:focus {
  color: #ffffff;
  background-color: #f05f7c;
  border-color: #f05f7c;
}
.ant-menu-item {
  padding-left: 35px !important;
}
.default-form .ant-form-item,
.default-form .ant-form-item-label,
.default-form .ant-form-item-control-wrapper,
.default-form .ant-form-item-control {
  height: 32px;
  line-height: 32px;
}
.default-form .ant-form-item {
  margin-bottom: 20px;
}
.ant-icon-xinxi-xianxingyuankuang {
  font-weight: 900;
  color: #2080f0;
  cursor: pointer;
}
.question-and-templete.ant-btn {
  margin-bottom: 8px;
}
.check-form-control .ant-form-item {
  margin-bottom: 0;
}
.height-110 {
  height: calc(100vh - 52px);
  overflow-y: scroll;
}
.height-120 {
  height: calc(100vh - 105px);
  overflow-y: scroll;
}
.ant-layout-content {
  margin-bottom: 0;
}
.ant-layout-footer {
  padding: 0;
}
.ant-btn.btn-has-no-padding {
  padding: 0 !important;
}
.custom-drawer.ant-drawer-right .ant-drawer-body {
  height: calc(100vh - 55px);
  overflow-y: scroll;
}
.custom-drawer.ant-drawer-right .ant-drawer-body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.list-checkbox .ant-checkbox-wrapper {
  margin-left: 0;
  margin-right: 8px;
}
.zoom-in-top-enter-active,
.zoom-in-top-leave-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.zoom-in-top-enter,
.zoom-in-top-leave-active {
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.ant-badge-count {
  height: 14px;
  line-height: 14px;
  padding: 0 4px;
}
.custon-form .ant-form-item-label,
.custon-form .ant-form-item-control-wrapper {
  width: 100%;
  text-align: left;
}
.ant-form-inline .ant-form-item {
  margin-right: 8px;
}
.ant-form-inline .ant-form-item .ant-form-item-label label {
  padding-right: 8px;
}
.preview-drawer .ant-drawer-body {
  padding: 8px;
}
.red-row.ant-table-row {
  background-color: #f8ecec !important;
}
.ant-table-tbody > tr.red-row.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background-color: #f8ecec !important;
}
.yellow-row.ant-table-row {
  background-color: #f6efe7 !important;
}
.ant-table-tbody > tr.yellow-row.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background-color: #f6efe7 !important;
}
.green-row.ant-table-row {
  background-color: #e7fae7 !important;
}
.ant-table-tbody > tr.green-row.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background-color: #e7fae7 !important;
}
.ant-modal-body {
  padding: 8px;
}
.ant-divider {
  background: #e2e1e1;
}
.ant-divider-horizontal {
  height: 1px;
}
.ant-divider-vertical {
  height: 1em;
}
.has-show-more {
  padding: 0 8px !important;
}
.ant-calendar-range-quick-selector .ant-tag {
  cursor: pointer;
}
.ant-modal-header,
.ant-modal-footer {
  background-color: #f5f5f5;
}
.ant-modal-body::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
.ant-modal-body::-webkit-scrollbar-thumb {
  background: rgba(144, 147, 153, 0.5);
}
.ant-modal-body::-webkit-scrollbar-track {
  background: transparent;
}
.ant-menu .ant-menu-item:not(.ant-menu-item-selected):hover {
  background-color: #212121;
  color: #2080f0;
}
.ant-radio-inner::after {
  width: 8px;
  height: 5px;
  content: "";
  border: 2px solid #2080f0;
  border-top: transparent;
  border-right: transparent;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
  border-radius: 0;
  top: 4px;
}
.ant-radio-checked .ant-radio-inner::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ant-radio-disabled .ant-radio-inner::after {
  background-color: #f5f5f5;
}
.ant-radio.ant-radio-checked.ant-radio-disabled .ant-radio-inner::after {
  border-color: #a1a0a0;
}
.ant-drawer-wrapper-body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.ant-drawer-wrapper-body::-webkit-scrollbar-button {
  background-color: rgba(0, 0, 0, 0);
}
.ant-drawer-wrapper-body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.ant-drawer-wrapper-body::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
}
.ant-drawer-wrapper-body::-webkit-scrollbar-thumb {
  background-color: rgba(228, 62, 62, 0);
}
.ant-drawer-wrapper-body::-webkit-scrollbar-corner {
  background-color: rgba(0, 0, 0, 0);
}
.ant-drawer-wrapper-body::-webkit-scrollbar-resizer {
  background-color: rgba(0, 0, 0, 0);
}
.dv-scroll-board.custom-scroll-board.not-scroll-board .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.dv-scroll-board.custom-scroll-board .rows .row-item {
  background-color: rgba(0, 0, 0, 0) !important;
}
.dv-scroll-board.custom-scroll-board .rows .row-item .ceil {
  padding: 0 5px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dv-scroll-board.custom-scroll-board .rows .row-item .ceil .circular {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.dv-scroll-board.custom-scroll-board .rows .row-item .ceil .circular.bg0 {
  background: linear-gradient(45deg, #abdcff, #0396ff);
}
.dv-scroll-board.custom-scroll-board .rows .row-item .ceil .circular.bg1 {
  background: linear-gradient(45deg, #feb692, #ea5455);
}
.dv-scroll-board.custom-scroll-board .rows .row-item .ceil .circular.bg2 {
  background: linear-gradient(45deg, #90f7ec, #32ccbc);
}
.dv-scroll-board.custom-scroll-board .rows .row-item .ceil .circular.bg3 {
  background: linear-gradient(45deg, #81fbb8, #28c76f);
}
.dv-scroll-board.custom-scroll-board .rows .row-item .ceil .circular.bg4 {
  background: linear-gradient(45deg, #fedb65, #ffa600);
}
.dv-scroll-board.custom-scroll-board .rows .row-item .ceil .circular.bg5 {
  background: linear-gradient(45deg, #fff6b7, #f6416c);
}
.dv-scroll-board.custom-scroll-board .rows .row-item .ceil .circular.bg6 {
  background: linear-gradient(45deg, #f6ceec, #d939cd);
}
.dv-scroll-board.custom-scroll-board .rows .row-item .ceil .circular.bg7 {
  background: linear-gradient(45deg, #ffaa85, #b3315f);
}
.dv-scroll-board.custom-scroll-board .rows .row-item .ceil .circular.bg8 {
  background: linear-gradient(45deg, #f0ff00, #58cffb);
}
.dv-scroll-board.custom-scroll-board .rows .row-item .ceil .circular.bg9 {
  background: linear-gradient(45deg, #c9ffbf, #ffafbd);
}
/*覆盖ant-design-vue 样式**/
.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.6);
  background-color: #f9f9f9;
}
.ant-select-disabled {
  color: rgba(0, 0, 0, 0.6);
}
.ant-select-disabled .ant-select-selection {
  background: #f9f9f9;
  cursor: not-allowed;
}
.dv-select {
  width: 220px;
  height: 32px;
  color: #00fff4;
  font-size: 20px;
  text-align: center;
}
.dv-select .ant-select-selection {
  background-color: transparent !important;
  border: 0;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dv-select .ant-select-selection__rendered {
  margin: 0;
}
.dv-select .ant-select-arrow {
  display: none;
}
.ant-transfer-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-transfer-list-body-customize-wrapper {
  padding: 0 0 8px;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 0;
}
.ant-popover-message:has(.download-classify-select) .ant-popover-message-title {
  padding-left: 0 !important;
  margin-top: 8px;
}
.white-tooltip .ant-tooltip-inner {
  background-color: #fff;
}
.white-tooltip .ant-tooltip-arrow:before {
  background-color: #fff;
}
.required {
  position: relative;
}
.required:before {
  font-size: 14px;
  font-family: SimSun, sans-serif;
  content: "*";
  color: #f5222d;
  position: absolute;
  top: 0px;
  left: -10px;
}
.custom-white-tooltip .ant-tooltip-inner {
  background-color: #fff;
  color: #000;
}
.custom-white-tooltip .ant-tooltip-arrow:before {
  background-color: #fff;
}
.digital-flop-card-tooltip .ant-tooltip-arrow:before {
  background-color: #1066c5;
}
.digital-flop-card-tooltip .ant-tooltip-inner {
  padding: 0;
  width: 500px;
  height: 340px;
  -webkit-box-shadow: #1d48c4 0px 0px 25px 3px inset;
          box-shadow: #1d48c4 0px 0px 25px 3px inset;
  border: 2px solid #1066c5;
  background-color: #060d48;
}
.digital-flop-card-tooltip .ant-tooltip-inner .digital-flop-card-tooltip-title {
  padding: 8px !important;
  height: 43px;
}
.digital-flop-card-tooltip .ant-tooltip-inner .digital-flop-card-tooltip-title .text {
  font-size: 16px;
}
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-jump-next,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-jump-prev,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-next,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-prev,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-item a,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-disabled .ant-pagination-item-link,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-disabled:focus .ant-pagination-item-link,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-disabled:focus a,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-disabled:hover .ant-pagination-item-link,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-disabled:hover a,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-disabled a,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-next a,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-prev a,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-jump-next a,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-item-link-icon,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-item-ellipsis {
  color: #fff !important;
}
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-next,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-prev,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-item,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-jump-next {
  background-color: #358ff1 !important;
  margin-right: 5px;
}
.digital-flop-card-tooltip .ant-tooltip-inner .ant-pagination-item.ant-pagination-item-active {
  background-color: #02417c !important;
  border-color: #02417c !important;
}
.digital-flop-card-tooltip .ant-tooltip-inner .dv-scroll-board .header {
  font-size: 14px;
}
.digital-flop-card-tooltip .ant-tooltip-inner .dv-scroll-board .rows .row-item {
  font-size: 12px;
}
.digital-flop-card-tooltip .ant-tooltip-inner .ant-select {
  color: #fff !important;
  z-index: 10000;
}
.digital-flop-card-tooltip .ant-tooltip-inner .ant-select-selection {
  background-color: #358ff1 !important;
  border: 0;
}
.digital-flop-card-tooltip .ant-tooltip-inner .ant-select-arrow,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-select-selection__clear,
.digital-flop-card-tooltip .ant-tooltip-inner .ant-select-selection__placeholder {
  color: #fff !important;
}
.no-parent.ant-menu-item {
  padding-left: 24px !important;
  padding-right: 34px !important;
}
.ant-menu-inline-collapsed .no-parent.ant-menu-item {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.ant-grid-search-form .ant-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-grid-search-form .ant-form-item-control-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.white-inner .ant-tooltip-inner {
  background: #fff;
}
.white-inner .ant-tooltip-arrow:before {
  background: #fff;
}
.header-notice-wrapper {
  top: 28px !important;
}
.custom-dropdown.ant-dropdown .ant-dropdown-menu {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom-dropdown.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
}
.custom-dropdown.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item > a {
  margin: 0;
  color: #1890ff;
}
.custom-dropdown.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.custom-dropdown.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .ant-btn {
  padding: 0 5px;
}
.custom-dropdown.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item div,
.custom-dropdown.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item span,
.custom-dropdown.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item a {
  height: 32px;
  line-height: 32px;
}
.custom-dropdown.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item a {
  padding: 0 5px;
}
.ant-popover-inner-content {
  max-width: 50vw;
}
.fow-task-operate-record-wrap-collapse:not(:last-child) {
  margin-bottom: 8px;
}
.fow-task-operate-record-wrap-collapse .ant-collapse-header {
  padding: 5px 40px 5px 8px !important;
}
.fow-task-operate-record-wrap-collapse .ant-collapse-content-box {
  padding: 8px !important;
}
html,
body,
#app,
#root {
  height: 100%;
}
.colorWeak {
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.ant-layout.layout-basic {
  height: 100vh;
  min-height: 100vh;
}
canvas {
  display: block;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,
ol {
  list-style: none;
}
.table-alert {
  margin-bottom: 16px;
}
.table-operator {
  margin-bottom: 18px;
}
.table-operator button {
  margin-right: 8px;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  margin-right: 0;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: inline-block;
  vertical-align: middle;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item > .ant-form-item-label {
  line-height: 32px;
  padding-right: 8px;
  width: auto;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control {
  height: 32px;
  line-height: 32px;
}
.table-page-search-wrapper .table-page-search-submitButtons {
  display: block;
  margin-bottom: 24px;
  white-space: nowrap;
}
.ant-form-item-label label {
  white-space: normal;
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
}
.ant-form-item-label label:after {
  content: none !important;
}
.ant-select {
  min-width: 60px;
}
.ant-input {
  min-width: 60px;
}
.ant-form-item {
  margin-bottom: 8px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.ant-tag.ant-tag-has-color:last-child {
  margin-right: 0;
}
.plan-form .ant-form-item-control-wrapper {
  border-left: 1px solid #e5e6e7;
  padding-left: 8px;
  padding-right: 8px;
}
.plan-form .ant-select {
  min-width: 10px;
}
.plan-form .ant-input {
  min-width: 10px;
}
.plan-form .ant-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hidden-scrollbar {
  overflow: scroll;
}
.hidden-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.hidden-scrollbar::-webkit-scrollbar-button {
  background-color: rgba(0, 0, 0, 0);
}
.hidden-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.hidden-scrollbar::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
}
.hidden-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(228, 62, 62, 0);
}
.hidden-scrollbar::-webkit-scrollbar-corner {
  background-color: rgba(0, 0, 0, 0);
}
.hidden-scrollbar::-webkit-scrollbar-resizer {
  background-color: rgba(0, 0, 0, 0);
}
.form-list:not(:first-child) {
  padding-top: 8px;
}
.form-list .ant-list-item {
  padding: 0;
}
.form-list .ant-list-pagination {
  margin-top: 10px;
}
.ant-table-wrapper .ant-table-pagination {
  padding-top: 10px;
  margin: 0;
}
.ant-btn.ant-btn-link {
  padding: 0 8px;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.heard-tabs .ant-tabs-bar {
  margin: 0;
}
.heard-tabs .ant-tabs-content {
  padding-top: 8px;
}
.ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0;
}
.need-desc-min-width .ant-descriptions-item-label {
  min-width: 100px;
}
.need-desc-static-width .ant-descriptions-item-label {
  width: 120px;
  min-width: 120px;
}
.ml1 {
  margin-left: 10px;
}
.textEllipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: #fff;
  background: #1890ff;
}
::selection {
  color: #fff;
  background: #1890ff;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #1890ff;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 0 0 #1890ff;
          box-shadow: 0 0 0 0 #1890ff;
  -webkit-box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
          box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
          animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@-webkit-keyframes waveEffect {
  100% {
    -webkit-box-shadow: 0 0 0 #1890ff;
            box-shadow: 0 0 0 #1890ff;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes waveEffect {
  100% {
    -webkit-box-shadow: 0 0 0 #1890ff;
            box-shadow: 0 0 0 #1890ff;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
.swing-enter,
.swing-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  -webkit-animation-name: antSwingIn;
          animation-name: antSwingIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: antZoomIn;
          animation-name: antZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  -webkit-animation-name: antZoomOut;
          animation-name: antZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
          animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
          animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
          animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
          animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
          animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
          animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
          animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
          animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@-webkit-keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@-webkit-keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@-webkit-keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@-webkit-keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
@keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

