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;
}

.setDevice[data-v-05a30df2] {
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.left-menu-layout[data-v-05a30df2] {
  height: 100%;
  overflow-y: auto;
  background: #f7f7f7;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.left-menu-layout .header-logo-box[data-v-05a30df2] {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 12px;
}
.left-menu-layout .header-logo-box img[data-v-05a30df2] {
  width: 18px;
  height: 18px;
}
.left-menu-layout .header-logo-box .intl-log[data-v-05a30df2] {
  width: 125px;
  height: 20px;
}
.left-menu-layout .header-logo-box span[data-v-05a30df2] {
  text-align: left;
  color: #333333;
  line-height: 20px;
  font-size: 14px;
  margin-left: 8px;
  font-weight: 600;
}
.left-menu-layout .classify-box[data-v-05a30df2] {
  margin-top: 40px;
  padding: 0 8px;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.left-menu-layout .classify-box .classify-menus[data-v-05a30df2] {
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
}
.left-menu-layout .classify-box .classify-menus .classify-menus-name[data-v-05a30df2] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left-menu-layout .classify-box .classify-menus .classify-menus-item-icon[data-v-05a30df2] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  display: inline-block;
}
.left-menu-layout .classify-box .classify-menus span[data-v-05a30df2] {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  height: 22px;
}
.left-menu-layout .classify-box .classify-menus .number[data-v-05a30df2] {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 20px;
}
.left-menu-layout .classify-box .classify-menus .more-add-img[data-v-05a30df2] {
  width: 16px;
  height: 16px;
  display: none;
  margin-left: 4px;
  margin-right: 8px;
}
.left-menu-layout .classify-box .classify-child-menus[data-v-05a30df2] {
  width: 100%;
}
.left-menu-layout .classify-box .classify-child-menus .classify-child-item[data-v-05a30df2] {
  width: 100%;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  color: #333333;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 28px;
  margin-bottom: 4px;
}
.left-menu-layout .classify-box .classify-child-menus .classify-child-item .classify-child-item-box[data-v-05a30df2] {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex: 1;
}
.left-menu-layout .classify-box .classify-child-menus .classify-child-item .classify-child-item-icon[data-v-05a30df2] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-size: cover;
  background-position: center;
}
.left-menu-layout .classify-box .classify-child-menus .classify-child-item .classify-child-item-name[data-v-05a30df2] {
  color: #333333;
  margin-right: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 125px;
}
.left-menu-layout .classify-box .classify-child-menus .classify-child-item .classify-child-item-num[data-v-05a30df2] {
  color: #666666;
}
.left-menu-layout .classify-box .classify-child-menus .classify-child-item .classify-attributes-icon[data-v-05a30df2] {
  margin-right: 8px;
  display: none;
}
.left-menu-layout .classify-box .classify-menus[data-v-05a30df2]:hover,
.left-menu-layout .classify-box .classify-child-item[data-v-05a30df2]:hover {
  background: #e8e8e8;
}
.left-menu-layout .classify-box .classify-menus:hover .classify-attributes-icon[data-v-05a30df2],
.left-menu-layout .classify-box .classify-child-item:hover .classify-attributes-icon[data-v-05a30df2] {
  display: inline;
}
.left-menu-layout .classify-box .classify-menus:hover .more-add-img[data-v-05a30df2] {
  display: flex;
}
.left-menu-layout .classify-box .classify-menus-checked[data-v-05a30df2] {
  background: #e9f1ff !important;
}
.left-menu-layout .classify-box .classify-menus-checked span[data-v-05a30df2] {
  color: #1E6FFF !important;
}
.left-menu-layout .classify-box .classify-child-item-checked[data-v-05a30df2] {
  background: #e9f1ff;
}
.left-menu-layout .classify-box .classify-child-item-checked span[data-v-05a30df2] {
  color: #1E6FFF !important;
}
.left-menu-layout .trans-devices-box[data-v-05a30df2] {
  width: 222px;
  z-index: 100;
  padding-left: 20px;
  padding-right: 20px;
}
.left-menu-layout .trans-devices-box .trans-devices-box-title[data-v-05a30df2] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 14px;
}
.left-menu-layout .trans-devices-box .title-device[data-v-05a30df2] {
  font-size: 16px;
  text-align: left;
  color: #333333;
  line-height: 16px;
  cursor: pointer;
}
.left-menu-layout .trans-devices-box .title-devices[data-v-05a30df2] {
  font-size: 16px;
  text-align: left;
  color: #333333;
  line-height: 16px;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions[data-v-05a30df2] {
  width: 168px;
  background: #e9f1ff;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 20px;
  padding: 4px 4px 16px 10px;
  box-sizing: border-box;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .t-img[data-v-05a30df2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .t-img .left-img[data-v-05a30df2] {
  width: 18px;
  height: 9px;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .t-img .el-img-pop[data-v-05a30df2] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/img/icon_right.f7b0ff8c.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .device-content[data-v-05a30df2] {
  width: 100%;
  text-align: center;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .device-content .cnt-img[data-v-05a30df2] {
  width: 88px;
  height: 89px;
  margin: 0 auto;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .device-content p[data-v-05a30df2] {
  font-size: 12px;
  color: #333333;
  margin: 10px 0 8px 0;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .device-content .btn[data-v-05a30df2] {
  height: 28px;
  border-radius: 15px;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  margin: auto;
  cursor: pointer;
  background-color: #1E6FFF;
  display: inline-block;
  padding: 0 12px;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .el-img-pop[data-v-05a30df2]:hover {
  background: url(/img/icon_right_hover.66d49447.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.add-classify-dialog-box .el-dialog__header[data-v-05a30df2] {
  padding: 24px 24px 0 0;
}
.add-classify-dialog-box .add-classify-dialog-title[data-v-05a30df2] {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #999999;
  line-height: 24px;
}
.add-classify-dialog-box .el-dialog__body[data-v-05a30df2] {
  padding: 8px 24px 0;
}
.add-classify-dialog-box .add-classify-dialog-name[data-v-05a30df2] {
  margin: 0;
  padding: 0;
}
.add-classify-dialog-box .add-classify-dialog-tips[data-v-05a30df2] {
  padding-top: 4px;
  padding-left: 16px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  color: #999999;
  line-height: 24px;
}
.add-classify-dialog-box .add-classify-dialog-name-warning[data-v-05a30df2] input {
  border-color: red;
}
.add-classify-dialog-box .add-classify-dialog-tips-warning[data-v-05a30df2] {
  color: #ff5e5e;
}

.el-popover--plain {
  padding: 18px 20px !important;
}
.device-model {
  padding: 0 !important;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 12px !important;
  box-shadow: 0px 8px 40px -10px rgba(0, 0, 0, 0.1) !important;
}
.device-model .el-dialog__header {
  display: none;
}
.device-model .el-dialog__body {
  padding: 16px 12px 40px 12px !important;
  box-sizing: border-box;
}
.device-model .el-dialog__body .dialog-header {
  width: 100%;
  height: 20px;
}
.device-model .el-dialog__body .dialog-header .close-icon {
  width: 20px;
  height: 20px;
  float: right;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAWVJREFUWEftmE9KxTAQxpNcw1uUdCl4gK7FtxO8SC4iuFJx3QMILlt6C6+RkYgPSkma+eczQrssk29+/aYzaWpN45dtnM8cgNIKHQ7+moMhBDeO422M8XNZlg9potz6ruuunXNXwzC8hRBiLqZYYu/9HQC8GGOic+5hmqYnTci+7+9jjI/GGGetPc3z/EoCTE9nrX1PAtqQa7ikDQA3pSrtNslWSMNJqma1i6mCe68BR6sKmBJyhLegXA0UoBSSC5fyogG5kBI4MiAVUgrHAsRCasCxAWuQWnAiwBJkun/eITQGPKlJcjNu69ZPjNruIwbMOPltosauIy7x2dGNi20BNl3iXLc20yR7o+TPxwwGABOD+QAmdzElMSW2BEsC5CTkrFnDogEliSRrUYCSBIVZiR7kVUANOAnk/z00NX/s9N6fAOBZc+Nfd6f44N78rw/MlL9ETLWLLwGxl+MAlFbgcFDq4BfA+sg49ysAhwAAAABJRU5ErkJggg==) 0 0 no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.device-model .el-dialog__body .model-title {
  font-size: 16px;
  color: #333333;
  margin-left: 12px;
  margin-bottom: 24px;
}
.device-model .el-dialog__body .center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.device-model .el-dialog__body .center .content-model {
  width: 192px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 12px;
}
.device-model .el-dialog__body .center .content-model:nth-child(3n) {
  margin-right: 0 !important;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions {
  width: 168px;
  background: #e9f1ff;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .t-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .t-img .left-img {
  width: 18px;
  height: 9px;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .t-img .el-img-pop {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/img/icon_right.f7b0ff8c.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .device-content {
  width: 100%;
  text-align: center;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .device-content .cnt-img {
  width: 88px;
  height: 89px;
  margin: 0 auto;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .device-content p {
  font-size: 12px;
  color: #333333;
  margin: 10px 0 8px 0;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .device-content .btn {
  height: 28px;
  border-radius: 15px;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  margin: auto;
  cursor: pointer;
  background-color: #1E6FFF;
  display: inline-block;
  padding: 0 12px;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .el-img-pop:hover {
  background: url(/img/icon_right_hover.66d49447.svg) 0 0 no-repeat;
  background-size: 100%;
}
.device-model .el-dialog__body .center .content-model .SR {
  font-size: 12px;
  color: #999999;
}
.device_SR503G,
.device_SR503 {
  background: url(/img/SR503.831394e6.webp) 0 0 no-repeat;
  background-size: 100% 100%;
}
.device_SR703 {
  background: url(/img/SR703.5d777bf3.webp) 0 0 no-repeat;
  background-size: 100% 100%;
}

/* fade begin */
.fade-enter-active[data-v-ed3d6134],
.fade-leave-active[data-v-ed3d6134] {
  transition: opacity 0.3s;
}
.fade-enter[data-v-ed3d6134],
.fade-leave-active[data-v-ed3d6134] {
  opacity: 0;
}
/* fade end */
/* page-fade begin */
.page-fade-enter-active[data-v-ed3d6134],
.page-fade-leave-active[data-v-ed3d6134] {
  transition: opacity 0.3s;
}
.page-fade-enter[data-v-ed3d6134],
.page-fade-leave-active[data-v-ed3d6134] {
  opacity: 0;
}
/*page-fade end */
.el-header[data-v-ed3d6134] {
  height: 64px !important;
  line-height: 56px;
  background: #ffffff;
  z-index: 1;
}
.el-main[data-v-ed3d6134] {
  background-color: #fff;
  padding: 0;
  overflow: hidden;
}
.main-layout[data-v-ed3d6134] {
  width: 100%;
  height: 100%;
  min-width: 900px;
}
.main-layout .frame-container[data-v-ed3d6134] {
  position: relative;
  top: 60px;
  left: 240px;
  width: calc(100% - 240px);
  height: calc(100% - 60px);
  overflow: hidden;
}
.main-layout .frame-container > div[data-v-ed3d6134] {
  height: calc(100%);
  overflow: auto;
}
.main-layout .el-container[data-v-ed3d6134] {
  height: 100%;
}
.main-layout > .el-container.is-vertical[data-v-ed3d6134] {
  height: 100%;
}
.main-layout > .el-container.is-vertical > .el-container[data-v-ed3d6134] {
  height: calc(100% - 60px);
}

.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;
}

