body.v-tour--active{pointer-events:none}.v-tour{pointer-events:auto}.v-tour__target--highlighted{-webkit-box-shadow:0 0 0 4px rgba(0,0,0,.4);box-shadow:0 0 0 4px rgba(0,0,0,.4);pointer-events:auto;z-index:9999}.v-tour__target--relative{position:relative}.v-step[data-v-54f9a632]{background:#50596c;color:#fff;max-width:320px;border-radius:3px;-webkit-box-shadow:transparent 0 0 0 0,transparent 0 0 0 0,rgba(0,0,0,.1) 0 4px 6px -1px,rgba(0,0,0,.06) 0 2px 4px -1px;box-shadow:0 0 0 0 transparent,0 0 0 0 transparent,0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:1rem;pointer-events:auto;text-align:center;z-index:10000}.v-step--sticky[data-v-54f9a632]{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.v-step--sticky .v-step__arrow[data-v-54f9a632]{display:none}.v-step__arrow[data-v-54f9a632],.v-step__arrow[data-v-54f9a632]:before{position:absolute;width:10px;height:10px;background:inherit}.v-step__arrow[data-v-54f9a632]{visibility:hidden}.v-step__arrow--dark[data-v-54f9a632]:before{background:#454d5d}.v-step__arrow[data-v-54f9a632]:before{visibility:visible;content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:-5px}.v-step[data-popper-placement^=top]>.v-step__arrow[data-v-54f9a632]{bottom:-5px}.v-step[data-popper-placement^=bottom]>.v-step__arrow[data-v-54f9a632]{top:-5px}.v-step[data-popper-placement^=right]>.v-step__arrow[data-v-54f9a632]{left:-5px}.v-step[data-popper-placement^=left]>.v-step__arrow[data-v-54f9a632]{right:-5px}.v-step__header[data-v-54f9a632]{margin:-1rem -1rem .5rem;padding:.5rem;background-color:#454d5d;border-top-left-radius:3px;border-top-right-radius:3px}.v-step__content[data-v-54f9a632]{margin:0 0 1rem 0}.v-step__button[data-v-54f9a632]{background:transparent;border:.05rem solid #fff;border-radius:.1rem;color:#fff;cursor:pointer;display:inline-block;font-size:.8rem;height:1.8rem;line-height:1rem;outline:none;margin:0 .2rem;padding:.35rem .4rem;text-align:center;text-decoration:none;-webkit-transition:all .2s ease;transition:all .2s ease;vertical-align:middle;white-space:nowrap}.v-step__button[data-v-54f9a632]:hover{background-color:hsla(0,0%,100%,.95);color:#50596c}
.promptBox {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
  box-shadow: 0px 8px 40px -10px rgba(0, 0, 0, 0.1) !important;
}
.promptBox .promptTitle {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
.promptBox .el-dialog__body {
  padding: 14px 20px 36px 24px !important;
}
.promptBox .noRemind,
.promptBox .noRemind:hover {
  background: rgba(0, 0, 0, 0.06);
  border: none;
  color: #333333;
  height: 32px;
  margin-right: 6px;
}
.promptBox .el-button {
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
}

/* fade begin */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
/* fade end */
/* page-fade begin */
.page-fade-enter-active,
.page-fade-leave-active {
  transition: opacity 0.3s;
}
.page-fade-enter,
.page-fade-leave-active {
  opacity: 0;
}
/*page-fade end */
.el-input__suffix .el-input__suffix-inner {
  border-color: none;
}
.el-input__suffix .el-input__suffix-inner .el-icon-circle-close:before {
  content: '\e79d' !important;
  font-size: 16px;
}

.language-list {
  width: 100%;
  height: 100%;
  margin-bottom: 4px;
}
.language-item {
  width: 100%;
  height: 36px;
  color: #333333;
  line-height: 35px;
}
.language-content {
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 4px;
  padding-left: 16px;
  padding-right: 12px;
  border-radius: 8px;
}
.language-content:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.language-active {
  color: #1E6FFF;
}
.language-select {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/img/selected.4ed04261.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.region-list[data-v-b3341c00] {
  width: 100%;
  height: 100%;
  padding: 4px;
}
.region-item[data-v-b3341c00] {
  width: 100%;
  height: 100%;
  line-height: 35px;
}
.country-contents[data-v-b3341c00] {
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  cursor: pointer;
}
.country-contents .content_sp[data-v-b3341c00] {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
}
.country-contents .country-active[data-v-b3341c00] {
  color: #1E6FFF;
}
.country-contents[data-v-b3341c00]:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.region-name[data-v-b3341c00] {
  width: 100%;
  height: 28px;
  font-size: 12px;
  color: #999999;
  padding-left: 16px;
  line-height: 28px;
}
.country-select[data-v-b3341c00] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/img/selected.4ed04261.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.language-box {
  bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.language-box .lang-icon {
  width: 16px;
  height: 16px;
  background: url(/img/icon_language.2d8c1a65.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}
.language-box .lang-label {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 8px 8px 8px 12px;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  border-radius: 6px;
}
.language-box .lang-label:hover,
.language-box .lang-label-active {
  background-color: rgba(0, 0, 0, 0.7);
}


iframe[data-v-41fb1da4] {
    border: 0;
}

.guide-overlay[data-v-6bd7bd11] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: all;
}
.guide-mask[data-v-6bd7bd11] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.guide-mask svg[data-v-6bd7bd11] {
  width: 100%;
  height: 100%;
}
.guide-highlight[data-v-6bd7bd11] {
  position: absolute;
  border-radius: 4px;
  pointer-events: none;
  z-index: 10000;
  transition: all 0.3s ease;
  background: transparent;
}
.guide-popup[data-v-6bd7bd11] {
  position: absolute;
  width: 320px;
  min-height: 180px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(129, 143, 163, 0.4);
  z-index: 10001;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.guide-arrow[data-v-6bd7bd11] {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 10002;
}
.guide-arrow-bottom[data-v-6bd7bd11] {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  filter: drop-shadow(0 2px 4px rgba(129, 143, 163, 0.2));
}
.guide-arrow-top[data-v-6bd7bd11] {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
  filter: drop-shadow(0 -2px 4px rgba(129, 143, 163, 0.2));
}
.guide-arrow-right[data-v-6bd7bd11] {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff;
  filter: drop-shadow(2px 0 4px rgba(129, 143, 163, 0.2));
}
.guide-arrow-left[data-v-6bd7bd11] {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
  filter: drop-shadow(-2px 0 4px rgba(129, 143, 163, 0.2));
}
.guide-close[data-v-6bd7bd11] {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 28px;
  color: #333333;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s;
}
.guide-title[data-v-6bd7bd11] {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
  padding-right: 24px;
  height: 22px;
  line-height: 22px;
}
.guide-content[data-v-6bd7bd11] {
  flex: 1;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}
.guide-content p[data-v-6bd7bd11] {
  margin: 0 0 8px 0;
}
.guide-content p[data-v-6bd7bd11]:last-child {
  margin-bottom: 0;
}
.guide-footer[data-v-6bd7bd11] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  height: 30px;
}
.guide-pagination[data-v-6bd7bd11] {
  font-size: 14px;
  color: #999999;
}
.guide-next-btn[data-v-6bd7bd11] {
  padding: 8px 12px;
  background: #1E6FFF;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.guide-fade-enter-active[data-v-6bd7bd11],
.guide-fade-leave-active[data-v-6bd7bd11] {
  transition: opacity 0.3s;
}
.guide-fade-enter[data-v-6bd7bd11],
.guide-fade-leave-to[data-v-6bd7bd11] {
  opacity: 0;
}

.cloud-space[data-v-32971133] {
  max-height: 98px;
  background: #1E6FFF;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 16px 12px 16px;
}
.cloud-space .equity-info[data-v-32971133] {
  width: 100%;
  padding: 6px 8px 2px 8px;
  min-height: 42px;
  display: flex;
  flex-direction: column;
}
.cloud-space .equity-info .equity-type[data-v-32971133] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.cloud-space .equity-info .equity-type .equity-name[data-v-32971133] {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
  margin-right: 2px;
}
.cloud-space .equity-info .equity-type .equity-name.no-equity[data-v-32971133] {
  line-height: 42px;
  color: #222222;
}
.cloud-space .equity-info .equity-period[data-v-32971133] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cloud-space .equity-info .equity-period .equity-date[data-v-32971133] {
  color: rgba(255, 255, 255, 0.72);
  line-height: 16px;
  font-size: 12px;
  margin-right: 4px;
}
.cloud-space .equity-info .equity-expired-tips[data-v-32971133] {
  font-size: 11px;
  line-height: 16px;
  color: #898989;
  margin-top: 4px;
  margin-bottom: 4px;
}
.cloud-space .equity-info .equity-content[data-v-32971133] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.cloud-space .cloud-info[data-v-32971133] {
  height: 56px;
  padding: 12px 10px 14px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
}
.cloud-space .cloud-info .cloud-details[data-v-32971133] {
  flex: 1;
}
.cloud-space .cloud-info .cloud-details .cloud-size-num[data-v-32971133] {
  width: 100%;
  height: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cloud-space .cloud-info .cloud-details .cloud-size-num .cloud-expiration[data-v-32971133] {
  color: rgba(34, 34, 34, 0.8);
}
.cloud-space .cloud-info .cloud-details .cloud-size-num span[data-v-32971133] {
  color: #ffffff;
  line-height: 16px;
  font-size: 12px;
}
.cloud-space .cloud-info .cloud-buy[data-v-32971133] {
  min-width: 64px;
  height: 28px;
  border-radius: 8px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  color: #1E6FFF;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  padding: 0 14px;
  margin-left: 20px;
  white-space: nowrap;
}
.cloud-space .expirationTime[data-v-32971133] {
  width: calc(100% + 15px);
  color: rgba(51, 51, 51, 0.8);
  line-height: 16px;
  font-size: 12px;
  margin-bottom: 4px;
  transform: scale(0.9);
  transform-origin: left center;
  padding-left: 12px;
}
.cloud-space[data-v-32971133] .el-progress-bar__outer {
  height: 5px !important;
  background-color: #1E6FFF !important;
}
.cloud-space.expired[data-v-32971133] {
  background-color: #D6DFEE;
}
.cloud-space.expired .equity-info .equity-type .equity-name[data-v-32971133] {
  color: #222222;
}
.cloud-space.expired .cloud-details .cloud-size-num span[data-v-32971133] {
  color: rgba(34, 34, 34, 0.8);
}
.cloud-space.expired .cloud-buy[data-v-32971133] {
  background: #1E6FFF;
  color: #fff;
}
.nav-header[data-v-32971133] {
  height: 56px;
}
.nav-header .top-operation[data-v-32971133] {
  -webkit-app-region: drag;
  height: 24px;
  padding-right: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-header .top-operation .operation[data-v-32971133] {
  -webkit-app-region: no-drag;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  cursor: pointer;
}
.nav-header .top .search-input[data-v-32971133] {
  width: 442px;
  height: 32px;
}
.nav-header .top .title[data-v-32971133] {
  cursor: pointer;
}
.nav-header .top .el-col[data-v-32971133] {
  position: relative;
}
.nav-header .top .el-col .logoImg[data-v-32971133] {
  width: 32px;
  margin: 0 16px 0 12px;
  height: 32px;
  border-radius: 4px;
}
.nav-header .top .el-col h4[data-v-32971133] {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 56px;
  margin: 0;
}
.nav-header .top .el-col .el-badge[data-v-32971133] {
  width: 100%;
  vertical-align: baseline;
}
.nav-header .top .el-col .line[data-v-32971133] {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #4d7cff;
  height: 3px;
  width: 0px;
}
.nav-header .topRight[data-v-32971133] {
  -webkit-app-region: drag;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 14px;
}
.nav-header .topRight .drag[data-v-32971133] {
  display: flex;
  margin-right: 40px;
  height: 48px;
}
.nav-header .topRight .user-info[data-v-32971133] {
  -webkit-app-region: no-drag;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.nav-header .topRight .user-info .photo[data-v-32971133] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.nav-header .topRight .user-info .equity[data-v-32971133] {
  height: 24px;
  padding: 5px 6px 5px 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  background-color: #ff6e44;
  border-radius: 0 16px 16px 0;
  transform: translateX(-5px);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav-header .topRight .user-info .equity span[data-v-32971133] {
  margin-left: 2px;
}
.nav-header .topRight .user-info .equity i[data-v-32971133] {
  margin: 0 4px 0 2px;
}
.el-badge__content.is-fixed[data-v-32971133] {
  top: calc(50% - 8px) !important;
  right: calc(50% - 25px) !important;
}
.popover-style[data-v-32971133] {
  margin-top: 5px !important;
  width: 240px;
  height: 230px;
  padding: 0;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(129, 143, 163, 0.4);
  border-radius: 4px 10px 1px 10px;
  border: 1px solid #e4e7ed;
}
.popover-style[data-v-32971133] .popper__arrow {
  display: none;
}
.popover-style .popover-user[data-v-32971133] {
  margin: 20px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.popover-style .popover-user .photo[data-v-32971133] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.popover-style .popover-user .popover-tel[data-v-32971133] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.popover-style .popover-language[data-v-32971133],
.popover-style .popover-help[data-v-32971133] {
  width: 100%;
  height: 38px;
  padding: 0 8px;
  margin-bottom: 4px;
}
.popover-style .popover-language span[data-v-32971133],
.popover-style .popover-help span[data-v-32971133] {
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
}
.popover-style .popover-language i[data-v-32971133],
.popover-style .popover-help i[data-v-32971133] {
  float: right;
  margin-right: 13px;
  padding-top: 10.5px;
  font-size: 16px;
  color: #999999;
}
.popover-style .popover-language .el-popover__reference[data-v-32971133],
.popover-style .popover-help .el-popover__reference[data-v-32971133] {
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 14px;
  line-height: 44px;
  padding-left: 12.5px;
  border-radius: 4px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.popover-style .popover-language .el-popover__reference i[data-v-32971133],
.popover-style .popover-help .el-popover__reference i[data-v-32971133] {
  transform: rotate(-180deg);
}
.popover-style .popover-language .el-popover__reference[data-v-32971133]:hover,
.popover-style .popover-help .el-popover__reference[data-v-32971133]:hover {
  background-color: #F5F6F9;
}
.popover-style .popover-logout[data-v-32971133] {
  width: 100%;
  height: 38px;
  padding: 0 8px;
  margin-bottom: 8px;
}
.popover-style .popover-logout .logoutBtn[data-v-32971133] {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  padding-left: 12.5px;
  border-radius: 4px;
  cursor: pointer;
  word-break: keep-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
}
.popover-style .popover-logout .logoutBtn i[data-v-32971133] {
  transform: rotate(-180deg);
}
.popover-style .popover-logout .logoutBtn[data-v-32971133]:hover {
  background-color: #F5F6F9;
}
.popover-style .popover-tel[data-v-32971133] {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
}

.cloud-space-buy .el-dialog {
  width: 884px;
  height: 686px;
  position: relative;
  overflow: visible;
  border: none;
  padding: 21px 32px;
}
.cloud-space-buy .el-dialog .dialog-title {
  line-height: 24px;
}
.cloud-space-buy .el-dialog .dialog-title .dialog-name span {
  font-weight: 600;
}
.cloud-space-buy .el-dialog .el-dialog__body {
  position: relative;
}
.download-center .el-dialog {
  width: 884px;
  position: relative;
  overflow: visible;
  border: none;
}
.download-center .el-dialog .dialog-title {
  line-height: 24px;
}
.download-center .el-dialog .el-dialog__body {
  position: relative;
}
.nav-header .left-menu-customDialog {
  width: 560px;
  height: 350px;
  border-radius: 8px;
}
.nav-header .left-menu-customDialog .el-dialog__header {
  padding: 0;
}
.nav-header .left-menu-customDialog .el-dialog__body {
  padding: 0;
}
.nav-header .left-menu-customDialog .el-dialog__body div:nth-child(1) {
  display: flex;
  align-items: center;
  height: 60px;
  margin: 10px 0 5px 0;
}
.nav-header .left-menu-customDialog .el-dialog__body div:nth-child(1) span {
  margin-left: 4px;
  height: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}
.nav-header .left-menu-customDialog .el-dialog__body div:nth-child(2),
.nav-header .left-menu-customDialog .el-dialog__body div:nth-child(3),
.nav-header .left-menu-customDialog .el-dialog__body div:nth-child(4) {
  margin-bottom: 16px;
}
.nav-header .left-menu-customDialog .el-dialog__body div:nth-child(2) p,
.nav-header .left-menu-customDialog .el-dialog__body div:nth-child(3) p,
.nav-header .left-menu-customDialog .el-dialog__body div:nth-child(4) p {
  width: 100%;
}
.nav-header .left-menu-customDialog .el-dialog__body div:nth-child(2) .p1,
.nav-header .left-menu-customDialog .el-dialog__body div:nth-child(3) .p1,
.nav-header .left-menu-customDialog .el-dialog__body div:nth-child(4) .p1 {
  margin-bottom: 8px;
  height: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}
.nav-header .left-menu-customDialog .el-dialog__body div:nth-child(2) .p2,
.nav-header .left-menu-customDialog .el-dialog__body div:nth-child(3) .p2,
.nav-header .left-menu-customDialog .el-dialog__body div:nth-child(4) .p2 {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  word-break: keep-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.ul-list {
  width: 100%;
  height: 100%;
  padding: 3px 0;
}
.ul-list .ul-item {
  width: 100%;
  height: 38px;
  line-height: 35px;
  padding: 0 8px;
}
.ul-list .ul-item .ul-content {
  padding-left: 20px;
  cursor: pointer;
  padding-right: 16px;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 38px;
}
.ul-list .ul-item .ul-content:hover {
  background-color: #F5F6F9;
}
.ul-list .ul-item.active {
  color: #1E6FFF;
}
.ul-list .ul-item.active .ul-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.ul-list .ul-item.active .ul-content i {
  display: inline-block !important;
}

.custom-loading-mask[data-v-2b26b136] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.custom-loading-spinner[data-v-2b26b136] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loading-text[data-v-2b26b136] {
  color: #fff;
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.fade-enter-active[data-v-2b26b136],
.fade-leave-active[data-v-2b26b136] {
  transition: opacity 0.3s;
}
.fade-enter[data-v-2b26b136],
.fade-leave-to[data-v-2b26b136] {
  opacity: 0;
}

