@charset "UTF-8";

/* fade */
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.28s;
  transition: opacity 0.28s;
}

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

/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fade-transform-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.fade-transform-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.breadcrumb-move {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.breadcrumb-leave-active {
  position: absolute;
}

.el-breadcrumb__inner,
.el-breadcrumb__inner a {
  font-weight: 400 !important;
}

/* 上传相关
*/
.el-upload input[type=file] {
  display: none !important;
}

.el-upload__input {
  display: none;
}

/**
表单相关
**/
.el-form-item {
  margin-bottom: 0;
}

.el-input.is-active .el-input__inner, .el-input__inner:focus {
  border: 1px solid #316bfc !important;
}

.el-input__inner:hover:not(:focus) {
  border: 1px solid #316bfc !important;
}

.el-input .el-input__inner {
  font-weight: 400;
  color: #364162;
}

/* 修改 el-select 文字样式 */
.el-select {
  font-weight: 400;
  color: #364162;
}

/* 修改下拉框中选项的文字样式 */
.el-select-dropdown .el-select-dropdown__item {
  overflow: hidden;
  font-weight: 400;
  color: #364162;
}

.el-date-editor .el-range-input {
  font-weight: 400;
  color: #364162;
}

.el-date-table th {
  font-weight: 400;
  color: #364162;
}

.el-dialog {
  -webkit-transform: none;
          transform: none;
  left: 0;
  position: relative;
  margin: 0 auto;
}

.upload-container .el-upload {
  width: 100%;
}
.upload-container .el-upload .el-upload-dragger {
  width: 100%;
  height: 12.5rem;
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #316BFC;
  border-color: #316BFC;
}

.el-table {
  width: 100%;
  border-radius: 8px 8px 0 0;
  border: 1px solid #DEE4F4;
  border-bottom: none;
  /* 显示表格的竖线 */
}
.el-table .el-table__body tr:nth-child(even) {
  background-color: rgba(239, 243, 255, 0.4);
  /* 修改为你想要的偶数行颜色 */
}
.el-table .el-table__body-wrapper table, .el-table .el-table__header-wrapper table {
  border-collapse: collapse;
}
.el-table .el-table__body-wrapper tr {
  border-bottom: none;
}
.el-table .el-table__body-wrapper td, .el-table .el-table__header-wrapper th {
  border-bottom: none;
}
.el-table .el-table__body-wrapper td {
  border-right: 1px solid #DEE4F4;
}
.el-table .el-table__header-wrapper th {
  border-right: 1px solid #DEE4F4;
}

.el-table th {
  background: #EFF3FF;
  border: 1px solid #DEE4F4;
  font-size: 14px;
  font-weight: bold;
  color: #525D7F;
}

.el-button--primary {
  min-width: 112px;
  height: 40px;
  background: #316bfc;
  font-weight: 500;
  color: #FFFFFF;
}

.el-button--default {
  min-width: 112px;
  font-size: 14px;
  height: 40px;
  font-weight: 400;
  color: #4F5B81;
}

.el-button:hover {
  background: rgba(49, 107, 252, 0.9);
  border-color: rgba(49, 107, 252, 0.9);
  color: #FFFFFF;
}

.el-button:focus {
  background: #316bfc;
  color: #FFFFFF;
}

.el-dropdown-menu a {
  display: block;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #316BFC !important;
}

.el-form-item--feedback .el-input__validateIcon {
  display: none;
}

.my_confirm {
  width: 440px;
  height: 280px;
  padding-bottom: 32px;
}
.my_confirm .el-message-box__header {
  padding: 24px 0 0 0;
}
.my_confirm .el-message-box__header .el-message-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 24px;
  font-size: 16px;
}
.my_confirm .el-message-box__content {
  padding-left: 40px;
  padding-right: 40px;
}
.my_confirm .el-message-box__status {
  font-size: 60px !important;
  color: orange;
  margin-left: 3px;
}

#app .main-container {
  min-height: 100%;
  -webkit-transition: margin-left 0.28s;
  transition: margin-left 0.28s;
  margin-left: 248px;
  position: relative;
}
#app .sidebar-container {
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  width: 248px !important;
  background-color: #1B1D28;
  height: 100%;
  position: fixed;
  font-size: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
}
#app .sidebar-container .horizontal-collapse-transition {
  -webkit-transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
  transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
}
#app .sidebar-container .scrollbar-wrapper {
  overflow-x: hidden !important;
}
#app .sidebar-container .el-scrollbar__bar.is-vertical {
  right: 0;
}
#app .sidebar-container .el-scrollbar {
  padding-top: 50px;
  height: 100%;
}
#app .sidebar-container.has-logo .el-scrollbar {
  height: calc(100% - 70px);
}
#app .sidebar-container .is-horizontal {
  display: none;
}
#app .sidebar-container a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#app .sidebar-container .svg-icon {
  margin-right: 16px;
}
#app .sidebar-container .sub-el-icon {
  margin-right: 12px;
  margin-left: -2px;
}
#app .sidebar-container .el-menu {
  border: none;
  height: 100%;
  width: 100% !important;
}
#app .sidebar-container .submenu-title-noDropdown {
  position: relative;
}
#app .sidebar-container .submenu-title-noDropdown:hover,
#app .sidebar-container .el-submenu__title:hover {
  background-color: rgba(81, 125, 255, 0.2) !important;
}
#app .sidebar-container .is-active > .el-submenu__title {
  color: #D8DBE2 !important;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title, #app .sidebar-container .el-submenu .el-menu-item {
  min-width: 248px !important;
  background-color: #1B1D28;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover, #app .sidebar-container .el-submenu .el-menu-item:hover {
  background-color: rgba(81, 125, 255, 0.2) !important;
}
#app .hideSidebar .sidebar-container {
  width: 54px !important;
}
#app .hideSidebar .main-container {
  margin-left: 54px;
}
#app .hideSidebar .submenu-title-noDropdown {
  padding: 0 !important;
  position: relative;
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
  padding: 0 !important;
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip .svg-icon {
  margin-left: 20px;
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip .sub-el-icon {
  margin-left: 19px;
}
#app .hideSidebar .el-submenu {
  overflow: hidden;
}
#app .hideSidebar .el-submenu > .el-submenu__title {
  padding: 0 !important;
}
#app .hideSidebar .el-submenu > .el-submenu__title .svg-icon {
  margin-left: 20px;
}
#app .hideSidebar .el-submenu > .el-submenu__title .sub-el-icon {
  margin-left: 19px;
}
#app .hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}
#app .hideSidebar .el-menu--collapse .el-submenu > .el-submenu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}
#app .el-menu--collapse .el-menu .el-submenu {
  min-width: 248px !important;
}
#app .mobile .main-container {
  margin-left: 0px;
}
#app .mobile .sidebar-container {
  -webkit-transition: -webkit-transform 0.28s;
  transition: -webkit-transform 0.28s;
  transition: transform 0.28s;
  transition: transform 0.28s, -webkit-transform 0.28s;
  width: 248px !important;
}
#app .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translate3d(-248px, 0, 0);
          transform: translate3d(-248px, 0, 0);
}
#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  -webkit-transition: none;
  transition: none;
}

.el-menu--vertical > .el-menu .svg-icon {
  margin-right: 16px;
}
.el-menu--vertical > .el-menu .sub-el-icon {
  margin-right: 12px;
  margin-left: -2px;
}
.el-menu--vertical .nest-menu .el-submenu > .el-submenu__title:hover,
.el-menu--vertical .el-menu-item:hover {
  background-color: rgba(81, 125, 255, 0.2) !important;
}
.el-menu--vertical > .el-menu--popup {
  max-height: 100vh;
  overflow-y: auto;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-track-piece {
  background: #d3dce6;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar {
  width: 6px;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-thumb {
  background: #99a9bf;
  border-radius: 20px;
}

.el-menu-item {
  font-size: 14px;
  font-weight: 400;
}

.el-submenu__title {
  font-size: 14px;
  font-weight: 400;
}

.el-submenu .el-menu-item {
  padding: 0 75px !important;
}

.el-menu-item.is-active {
  background: -webkit-gradient(linear, left top, right top, from(rgba(81, 125, 255, 0.2)), color-stop(97%, rgba(81, 125, 255, 0.2)), color-stop(90%, #316BFC), to(#316BFC)) !important;
  background: linear-gradient(to right, rgba(81, 125, 255, 0.2), rgba(81, 125, 255, 0.2) 97%, #316BFC 90%, #316BFC) !important;
}

@media (min-width: 1410px) and (max-width: 1920px) {
  .app-main > .container {
    min-width: 1688px;
  }
}
@media (max-width: 1409px) {
  .app-main > .container {
    min-width: 1150px;
  }
}
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: sans-serif;
}

label {
  font-weight: 700;
  overflow-y: auto;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.app-container {
  padding: 20px;
}

.export-compare-container {
  float: left;
}

div.dialog-define > div.el-dialog__body > div {
  padding: 25px !important;
}


html {
  font-size: 16px;
}
body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.verification-right-div[data-v-55ca000a] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  height: 100%;
  padding: 1px;
}
.verification-right-div .verification-right-pad[data-v-55ca000a] {
  position: relative;
  cursor: pointer;
  height: 100%;
  padding-right: 16px;
  min-width: 100px;
  border-radius: 4px;
  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;
}
.verification-right-div .verification-right-pad .verification-right-pad-split[data-v-55ca000a] {
  position: absolute;
  left: 0;
  width: 1px;
  height: 16px;
  background: #DEE4F4;
}
.verification-right-div .verification-right-pad .verification-right-pad-text[data-v-55ca000a] {
  margin-left: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #316BFC;
  line-height: 21px;
}

.captcha-container[data-v-47083ef4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.captcha-group[data-v-47083ef4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.captcha-canvas[data-v-47083ef4] {
  cursor: pointer;
  border-radius: 4px;
  background-color: #f5f5f5;
}
.refresh-btn[data-v-47083ef4] {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  background-color: #f0f0f0;
  cursor: pointer;
  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;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.refresh-btn[data-v-47083ef4]:hover {
  background-color: #e0e0e0;
}

@charset "UTF-8";
[data-v-37dfd6fc] .el-dropdown-menu__item:focus {
  background: rgba(49, 107, 252, 0.1);
  color: #364162;
}

/* 使用深度选择器确保样式能应用到 Element UI 组件 */
[data-v-37dfd6fc] .el-tabs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30%;
  width: 1px;
  height: 40%;
  background-color: #dcdfe6 !important;
}
[data-v-37dfd6fc] .el-tabs__nav-wrap::after {
  width: 0 !important;
}
[data-v-37dfd6fc] .el-tabs__item {
  font-size: 16px;
  color: #9CA5BC;
  font-weight: 500;
}
[data-v-37dfd6fc] .el-tabs__item.is-active {
  color: #364162;
  font-weight: 500;
}
[data-v-37dfd6fc] .el-tabs__active-bar {
  background-color: #316BFC !important;
}
[data-v-37dfd6fc] .el-tabs__item:hover {
  color: #364162;
}

/* 样式 */
.account-container[data-v-37dfd6fc] {
  height: 100%;
  width: 100%;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#BBE4F5), color-stop(46%, #E1EDFB), to(#E1D5ED));
  background: linear-gradient(90deg, #BBE4F5 0%, #E1EDFB 46%, #E1D5ED 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 100% 100%;
}
.account-container .choose-language[data-v-37dfd6fc] {
  cursor: pointer;
  position: absolute;
  right: 80px;
  top: 28px;
  height: 16px;
}
.account-container .choose-language .el-dropdown-link[data-v-37dfd6fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.account-container .choose-language .choose-language-img[data-v-37dfd6fc] {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-container .choose-language .choose-language-text[data-v-37dfd6fc] {
  font-weight: 400;
  font-size: 14px;
  color: #364162;
  line-height: 21px;
  font-style: normal;
}
.account-container .center-content[data-v-37dfd6fc] {
  width: 940px;
  height: 524px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 4px 22px 0 rgba(87, 118, 182, 0.28);
          box-shadow: 0 4px 22px 0 rgba(87, 118, 182, 0.28);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.account-container .center-content .left-div[data-v-37dfd6fc] {
  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;
  margin-left: 60px;
}
.account-container .center-content .left-div .left-img[data-v-37dfd6fc] {
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-container .center-content .right-div[data-v-37dfd6fc] {
  width: 360px;
  margin-left: 80px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.account-container .center-content .right-div .right-div-title[data-v-37dfd6fc] {
  width: 100%;
  height: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #4F5B81;
  line-height: 30px;
}
.account-container .center-content .right-div .login-form[data-v-37dfd6fc] {
  margin-top: 30px;
}
.account-container .center-content .right-div .right-detail-top[data-v-37dfd6fc] {
  cursor: pointer;
  position: relative;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-container .center-content .right-div .right-detail-top .right-detail-top-back[data-v-37dfd6fc] {
  position: absolute;
  left: 0;
  width: 50px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #C4CCE5;
  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;
}
.account-container .center-content .right-div .right-detail-top .right-detail-top-back .right-detail-top-img[data-v-37dfd6fc] {
  width: 16px;
  height: 16px;
  background-image: url("/static/login/icon_back_normal@2x.png");
  background-size: cover;
  /* 让背景图在div内完全显示并保持纵横比 */
  background-position: center;
  /* 将背景图放置在div的中心 */
  background-repeat: no-repeat;
  /* 防止背景图重复 */
}
.account-container .center-content .right-div .right-detail-top .right-detail-top-text[data-v-37dfd6fc] {
  font-size: 16px;
  font-weight: 500;
  color: #364162;
}
.account-container .center-content .right-div .right-detail-top-back[data-v-37dfd6fc]:hover {
  border: 1px solid #316BFC;
}
.account-container .center-content .right-div .right-detail-top-back:hover .right-detail-top-img[data-v-37dfd6fc] {
  background-image: url("/static/login/icon_back_hover@2x.png");
}
.account-container .center-content .right-div .right-detail-top-back[data-v-37dfd6fc]:active {
  background: #316BFC;
}
.account-container .center-content .right-div .right-choose[data-v-37dfd6fc] {
  width: 100%;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-container .center-content .right-div .right-choose .right-choose-button[data-v-37dfd6fc] {
  cursor: pointer;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #C4CCE5;
  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;
}
.account-container .center-content .right-div .right-choose .right-choose-button .right-choose-text[data-v-37dfd6fc] {
  font-size: 16px;
  font-weight: 500;
  color: #364162;
}
.account-container .center-content .right-div .right-choose-button[data-v-37dfd6fc]:hover {
  background: rgba(49, 107, 252, 0.9);
}
.account-container .center-content .right-div .right-choose-button:hover .right-choose-text[data-v-37dfd6fc] {
  color: #FFFFFF;
}
.account-container .center-content .right-div .right-choose-button[data-v-37dfd6fc]:active {
  background: #316bfc;
}
.account-container .center-content .right-div .right-choose-button:active .right-choose-text[data-v-37dfd6fc] {
  color: #FFFFFF;
}
.account-container .center-content .right-div .right-div-forget-tag[data-v-37dfd6fc] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-container .center-content .right-div .right-div-forget-tag .right-div-forget-tag-left[data-v-37dfd6fc] {
  font-weight: 500;
  font-size: 16px;
  color: #364162;
  line-height: 24px;
}
.account-container .center-content .right-div .right-div-forget-tag .right-div-forget-tag-right[data-v-37dfd6fc] {
  cursor: pointer;
  position: absolute;
  right: 0;
  font-weight: 500;
  font-size: 16px;
  color: #316BFC;
  line-height: 24px;
}
.account-container .center-content .right-div .right-div-tab[data-v-37dfd6fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-top: 48px;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-container .center-content .right-div .right-div-tab .right-div-tab-text[data-v-37dfd6fc] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-container .center-content .right-div .right-div-tab .right-div-tab-text .right-div-tab-font[data-v-37dfd6fc] {
  width: 80px;
  font-size: 16px;
  font-weight: 500;
  color: #9CA5BC;
  line-height: 24px;
}
.account-container .center-content .right-div .right-div-tab .right-div-tab-x[data-v-37dfd6fc] {
  width: 1px;
  height: 16px;
  background: #DEE4F4;
}
.account-container .center-content .right-div .right-div-tab-select[data-v-37dfd6fc] {
  height: 4px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.account-container .center-content .right-div .right-div-tab-select .right-div-tab-select-one[data-v-37dfd6fc] {
  position: absolute;
  width: 80px;
  height: 4px;
  left: 0;
  background: #316BFC;
}
.account-container .center-content .right-div .right-div-tab-select .right-div-tab-select-two[data-v-37dfd6fc] {
  position: absolute;
  left: 114px;
  width: 64px;
  height: 4px;
  background: #316BFC;
}
.account-container .center-content .right-div .right-div-input[data-v-37dfd6fc] {
  margin-top: 44px;
  width: 100%;
}
.account-container .center-content .right-div .right-div-button[data-v-37dfd6fc] {
  margin-top: 40px;
}
.account-container .center-content .right-div .right-div-agreement[data-v-37dfd6fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.account-container .center-content .right-div .right-div-agreement .right-div-agreement-text[data-v-37dfd6fc] {
  margin-left: 5px;
  width: calc(100% - 19px);
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #9CA5BC;
}
.account-container .center-content .right-div .right-div-forgetPass[data-v-37dfd6fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-container .center-content .right-div .right-div-forgetPass .right-div-forgetPass-text[data-v-37dfd6fc] {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #316BFC;
  line-height: 21px;
}

.my-checkbox[data-v-3bbab7da] {
  background: -webkit-gradient(linear, left top, right top, from(#2070FF), to(#7650FF));
  background: linear-gradient(90deg, #2070FF 0%, #7650FF 100%);
  border-radius: 20px;
  border: 1px solid rgb(96, 98, 102);
  padding: 8px 15px 8px 15px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}
.my-checkbox-no[data-v-3bbab7da] {
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid rgb(96, 98, 102);
  padding: 8px 15px 8px 15px;
  font-size: 14px;
  cursor: pointer;
}



.radio-box[data-v-bf1e264a] {
  cursor: pointer;
  font-size: 14px;
}
.circle-container[data-v-bf1e264a] {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #DCDFE6;
}
.circle-container-selected[data-v-bf1e264a] {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 5px solid #409EFF;
}

.edit-ask-item[data-v-86f503f2] {
  width: 710px;
  border: 1px solid #C4CCE5;
}
.edit-ask-item-content[data-v-86f503f2] {
  padding: 10px;
}
.clear-button[data-v-86f503f2] {
  width: 58px;
  background-color: rgba(255, 255, 255, 0);
  color: #4F5B81;
  border-color: #C4CCE5;
}
.clear-button[data-v-86f503f2]:hover {
  border-color: #316BFC;
}
.pc-back[data-v-78d674d4] {
  background-color: #191E29;
  color: #FFFFFF;
  padding: 20px;
  height: 100%;
}
.ask-list-title[data-v-78d674d4] {
  height: 70px;
  line-height: 70px;
  background-color: #FFFFFF;
  padding-left: 20px;
}

.hamburger[data-v-4e6f274c] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.hamburger.is-active[data-v-4e6f274c] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}


.vertical-equal-container[data-v-28994bf6] {
  /* 容器宽度由内容中最宽的项决定 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* 让容器在父元素中居中 */
  //margin: 0 auto;
}
.vertical-equal-item[data-v-28994bf6] {
  /* 每个项都占满容器宽度 */
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 8px;
  border-radius: 4px;
  text-align: right;
  height: 43px;
}

.choose-language-img[data-v-d16d6306] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.navbar-text-name[data-v-d16d6306] {
  font-size: 14px;
  margin-right: 8px;
  font-weight: 500;
  color: #364162;
}
.navbar-text-phone[data-v-d16d6306] {
  font-size: 12px;
  margin-right: 8px;
  font-weight: 400;
  color: #364162;
}
.navbar[data-v-d16d6306] {
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 26px 0 rgba(87, 118, 182, 0.08);
          box-shadow: 0 4px 26px 0 rgba(87, 118, 182, 0.08);
}
.navbar .choose-language-div[data-v-d16d6306] {
  position: absolute;
  right: 80px;
  z-index: 9999;
  top: 60px;
  width: 124px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar .choose-language[data-v-d16d6306] {
  margin-top: 5px;
  width: 180px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .hamburger-container[data-v-d16d6306] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 46px;
  height: 100%;
  float: left;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.navbar .hamburger-container[data-v-d16d6306]:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .breadcrumb-container[data-v-d16d6306] {
  float: left;
}
.navbar .right-menu[data-v-d16d6306] {
  height: 100%;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .right-menu[data-v-d16d6306]:focus {
  outline: none;
}
.navbar .right-menu .right-menu-item[data-v-d16d6306] {
  display: inline-block;
  padding: 0 8px;
  height: 100%;
  font-size: 18px;
  color: #5a5e66;
  vertical-align: text-bottom;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-d16d6306] {
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-d16d6306]:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .avatar-container[data-v-d16d6306] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.navbar .avatar-container .avatar-wrapper[data-v-d16d6306] {
  margin-top: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .avatar-container .avatar-wrapper .user-avatar[data-v-d16d6306] {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.navbar .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-d16d6306] {
  cursor: pointer;
  font-size: 12px;
}
.sidebarLogoFade-enter-active[data-v-6494804b] {
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.sidebarLogoFade-enter[data-v-6494804b],
.sidebarLogoFade-leave-to[data-v-6494804b] {
  opacity: 0;
}
.sidebar-logo-container[data-v-6494804b] {
  position: relative;
  width: 100%;
  height: 72px;
  line-height: 72px;
  background: #1b1d28;
  text-align: center;
  overflow: hidden;
}
.sidebar-logo-container .sidebar-logo-link[data-v-6494804b] {
  height: 100%;
  width: 100%;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-logo[data-v-6494804b] {
  width: 38.3px;
  height: 40px;
  vertical-align: middle;
  margin-right: 19px;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-title[data-v-6494804b] {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #FFFFFF;
  vertical-align: middle;
}
.sidebar-logo-container.collapse .sidebar-logo[data-v-6494804b] {
  margin-right: 0px;
}

.menu-icon[data-v-31ea41b3] {
  color: #7D8AB4;;
  width: 1em;
  height: 1em;
}
.sub-el-icon[data-v-31ea41b3] {
  color: currentColor;
  width: 1em;
  height: 1em;
}



.app-main[data-v-078753dd] {
  /*50 = navbar  */
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #F5F6FC;
}
.fixed-header + .app-main[data-v-078753dd] {
  padding-top: 50px;
}

.el-popup-parent--hidden .fixed-header[data-v-078753dd] {
  padding-right: 15px;
}
[data-v-13877386]:export {
  menuText: #D8DBE2;
  menuActiveText: #D8DBE2;
  subMenuActiveText: #D8DBE2;
  menuBg: #1B1D28;
  menuHover: rgba(81, 125, 255, 0.2);
  subMenuBg: #1B1D28;
  subMenuHover: rgba(81, 125, 255, 0.2);
  sideBarWidth: 248px;
}
.app-wrapper[data-v-13877386] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper[data-v-13877386]:after {
  content: "";
  display: table;
  clear: both;
}
.app-wrapper.mobile.openSidebar[data-v-13877386] {
  position: fixed;
  top: 0;
}
.drawer-bg[data-v-13877386] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}
.fixed-header[data-v-13877386] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: calc(100% - 248px);
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
}
.hideSidebar .fixed-header[data-v-13877386] {
  width: calc(100% - 3.375rem);
}
.mobile .fixed-header[data-v-13877386] {
  width: 100%;
}
.http404-container[data-v-6b3aeb0e] {
  width: 100%;
  height: 100%;
  padding: 0;
  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;
}
.http404-container .http404-container-left[data-v-6b3aeb0e] {
  width: 47.75rem;
  height: 42.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.http404-container .http404-container-right[data-v-6b3aeb0e] {
  height: 42.375rem;
  margin-left: 8.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.http404-container .http404-container-right .http404-container-right-title[data-v-6b3aeb0e] {
  font-weight: 500;
  font-size: 28px;
  color: #364162;
  line-height: 42px;
}
.http404-container .http404-container-right .http404-container-right-content[data-v-6b3aeb0e] {
  margin-top: 28px;
  font-weight: 400;
  font-size: 16px;
  color: #364162;
  line-height: 24px;
}
@charset "UTF-8";
.flex-row[data-v-51fc839c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.justify-between[data-v-51fc839c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-col[data-v-51fc839c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ut-button[data-v-51fc839c] {
  width: 8.5rem;
  height: 2.5rem;
  background: #2A2F3A;
  border-radius: 0.25rem;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.ut-button .ut-button-span[data-v-51fc839c] {
  width: 2rem;
  height: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
}
.ut-button[data-v-51fc839c]:hover {
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #2A2F3A;
          box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #2A2F3A;
  /* 添加阴影样式 */
}
.historys-container[data-v-51fc839c] {
  width: 100%;
}
.historys-container .historys-content[data-v-51fc839c] {
  height: 502px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 40px;
  overflow: auto;
  /* 添加滚动条 */
}
.historys-container .historys-content .historys-item[data-v-51fc839c] {
  cursor: pointer;
  margin: 12px;
  width: 192px;
  height: 240px;
  background: #000000;
  border-radius: 8px;
  border: 1px solid #525560;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
}
.historys-container .historys-content .historys-item .historys-choose[data-v-51fc839c] {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  right: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.historys-container .historys-content .historys-item .historys-img-div[data-v-51fc839c] {
  height: 211px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.historys-container .historys-content .historys-item .historys-img-div .historys-img[data-v-51fc839c] {
  width: 150px;
  height: 181px;
  -o-object-fit: cover;
     object-fit: cover;
}
.historys-container .historys-content .historys-item .historys-split[data-v-51fc839c] {
  height: 1px;
  background: #525560;
}
.historys-container .historys-content .historys-item .historys-bottom[data-v-51fc839c] {
  height: 28px;
  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;
  gap: 8px;
}
.historys-container .historys-content .historys-item .historys-bottom .historys-bottom-img[data-v-51fc839c] {
  width: 16px;
  height: 16px;
}
.historys-container .historys-content .historys-item .historys-bottom .historys-bottom-text[data-v-51fc839c] {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px;
}
.historys-container .my-button-group[data-v-51fc839c] {
  margin-top: 3rem;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.historys-container .my-button-group .my-button-div[data-v-51fc839c] {
  cursor: pointer;
  width: 136px;
  height: 40px;
  background: #242C3B;
  border-radius: 4px;
  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;
}
.historys-container .my-button-group .my-button-div .my-button-text[data-v-51fc839c] {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.historys-container .my-button-group .my-button-div[data-v-51fc839c]:hover {
  background: #2070FF;
}

/* 修改滚动条的轨道 */
[data-v-51fc839c]::-webkit-scrollbar {
  width: 6px;
  /* 设置滚动条的宽度 */
}

/* 修改滚动条的轨道背景颜色和圆角 */
[data-v-51fc839c]::-webkit-scrollbar-track {
  background-color: #242C3B;
  border-radius: 8px;
}

/* 修改滚动条的滑块 */
[data-v-51fc839c]::-webkit-scrollbar-thumb {
  width: 6px;
  /* 设置滑块的宽度 */
  background-color: #316BFC;
  border-radius: 8px;
  /* 设置滑块的圆角 */
}

/* 修改滚动条的滑块悬停样式 */
[data-v-51fc839c]::-webkit-scrollbar-thumb:hover {
  background-color: #1E4CA7;
  /* 修改悬停时的颜色 */
}

/* 修改滚动条的角落 */
[data-v-51fc839c]::-webkit-scrollbar-corner {
  background-color: #242C3B;
}
@charset "UTF-8";
[data-v-4581113e]::-webkit-scrollbar {
  width: 6px;
  /* 设置滚动条的宽度 */
}

/* 修改滚动条的轨道背景颜色和圆角 */
[data-v-4581113e]::-webkit-scrollbar-track {
  background-color: #DEE4F4;
  border-radius: 8px;
}

/* 修改滚动条的滑块 */
[data-v-4581113e]::-webkit-scrollbar-thumb {
  width: 6px;
  /* 设置滑块的宽度 */
  background-color: #C4CCE5;
  border-radius: 8px;
  /* 设置滑块的圆角 */
}

/* 修改滚动条的滑块悬停样式 */
[data-v-4581113e]::-webkit-scrollbar-thumb:hover {
  background-color: #C4CCE5;
  /* 修改悬停时的颜色 */
}

/* 修改滚动条的角落 */
[data-v-4581113e]::-webkit-scrollbar-corner {
  background-color: #DEE4F4;
}
@charset "UTF-8";
.flex-row[data-v-82d2f132] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.justify-between[data-v-82d2f132] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-col[data-v-82d2f132] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ut-button[data-v-82d2f132] {
  width: 8.5rem;
  height: 2.5rem;
  background: #2A2F3A;
  border-radius: 0.25rem;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.ut-button .ut-button-span[data-v-82d2f132] {
  width: 2rem;
  height: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
}
.ut-button[data-v-82d2f132]:hover {
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #2A2F3A;
          box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #2A2F3A;
  /* 添加阴影样式 */
}
.models-container[data-v-82d2f132] {
  width: 100%;
}
.models-container .models-content[data-v-82d2f132] {
  height: 502px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 40px;
  overflow: auto;
  /* 添加滚动条 */
}
.models-container .models-content .models-item[data-v-82d2f132] {
  cursor: pointer;
  margin: 12px;
  width: 192px;
  height: 240px;
  background: #000000;
  border-radius: 8px;
  border: 1px solid #525560;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
}
.models-container .models-content .models-item .models-choose[data-v-82d2f132] {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  right: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.models-container .models-content .models-item .models-img-div[data-v-82d2f132] {
  height: 211px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.models-container .models-content .models-item .models-img-div .models-img[data-v-82d2f132] {
  width: 150px;
  height: 181px;
  -o-object-fit: cover;
     object-fit: cover;
}
.models-container .models-content .models-item .models-split[data-v-82d2f132] {
  height: 1px;
  background: #525560;
}
.models-container .models-content .models-item .models-bottom[data-v-82d2f132] {
  height: 28px;
  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;
}
.models-container .models-content .models-item .models-bottom .models-bottom-img[data-v-82d2f132] {
  width: 16px;
  height: 16px;
}
.models-container .models-content .models-item .models-bottom .models-bottom-text[data-v-82d2f132] {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px;
}
.models-container .my-button-group[data-v-82d2f132] {
  margin-top: 3rem;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.models-container .my-button-group .my-button-div[data-v-82d2f132] {
  cursor: pointer;
  width: 136px;
  height: 40px;
  background: #242C3B;
  border-radius: 4px;
  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;
}
.models-container .my-button-group .my-button-div .my-button-text[data-v-82d2f132] {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.models-container .my-button-group .my-button-div[data-v-82d2f132]:hover {
  background: #2070FF;
}

/* 修改滚动条的轨道 */
[data-v-82d2f132]::-webkit-scrollbar {
  width: 6px;
  /* 设置滚动条的宽度 */
}

/* 修改滚动条的轨道背景颜色和圆角 */
[data-v-82d2f132]::-webkit-scrollbar-track {
  background-color: #242C3B;
  border-radius: 8px;
}

/* 修改滚动条的滑块 */
[data-v-82d2f132]::-webkit-scrollbar-thumb {
  width: 6px;
  /* 设置滑块的宽度 */
  background-color: #316BFC;
  border-radius: 8px;
  /* 设置滑块的圆角 */
}

/* 修改滚动条的滑块悬停样式 */
[data-v-82d2f132]::-webkit-scrollbar-thumb:hover {
  background-color: #1E4CA7;
  /* 修改悬停时的颜色 */
}

/* 修改滚动条的角落 */
[data-v-82d2f132]::-webkit-scrollbar-corner {
  background-color: #242C3B;
}
@charset "UTF-8";
.back-button[data-v-2fbe0477] {
  cursor: pointer;
  width: 90px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #FFA100;
  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;
}
.back-button .back-button__icon[data-v-2fbe0477] {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  background-size: cover;
  /* 让背景图在div内完全显示并保持纵横比 */
  background-position: center;
  /* 将背景图放置在div的中心 */
  background-repeat: no-repeat;
  /* 防止背景图重复 */
  background-image: url("/static/button/back_normal.png");
}
.back-button .back-button__text[data-v-2fbe0477] {
  font-size: 14px;
  font-weight: 500;
  color: #FFA100;
}
.back-button[data-v-2fbe0477]:hover {
  background: rgba(255, 161, 0, 0.1);
}
.back-button:hover .back-button__text[data-v-2fbe0477] {
  color: #FFA100;
}
.back-button[data-v-2fbe0477]:active {
  background: #FFA100;
}
.back-button:active .back-button__icon[data-v-2fbe0477] {
  background-image: url("/static/button/icon_back_click@2x.png");
}
.back-button:active .back-button__text[data-v-2fbe0477] {
  color: #FFFFFF;
}
.utech-radio-group__radio[data-v-2df94e76] {
  display: inline-block;
  background: #242c3c;
  border-radius: 20px;
}
.utech-radio-group__default[data-v-2df94e76] {
  background: #242c3c;
  display: inline-block;
}
@charset "UTF-8";
.utech-radio[data-v-512c0e04] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 13px 48px;
  background: #242c3c;
  border-radius: 20px;
  display: inline-block;
}
.utech-radio.is-checked[data-v-512c0e04] {
  background: -webkit-gradient(linear, left top, right top, from(#2070FF), to(#7650FF));
  background: linear-gradient(90deg, #2070FF 0%, #7650FF 100%);
  border-radius: 20px;
}
.utech-radio .utech-radio-label[data-v-512c0e04] {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #D0D5E3;
}
.utech-radio .utech-radio-label.is-checked[data-v-512c0e04] {
  color: #FFFFFF;
  /* 已选中时的文字颜色 */
}
.utech-radio:hover .utech-radio-label[data-v-512c0e04] {
  color: #FFFFFF;
}

.u-button-primary[data-v-a046153a] {
  height: 40px;
  padding: 13px 42px;
  border-radius: 4px;
  background: #316BFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
.u-button-primary-content[data-v-a046153a] {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.u-button-primary-icon[data-v-a046153a] {
    width: 16px;
    height: 16px;
    color: #FFFFFF;
}
}
.u-button-default[data-v-a046153a] {
  cursor: pointer;
  height: 40px;
  padding: 13px 42px;
  border-radius: 4px;
  border: 1px solid #C4CCE5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
.u-button-default-content[data-v-a046153a] {
    font-weight: 400;
    font-size: 14px;
    color: #4F5B81;
}
.u-button-default-icon[data-v-a046153a] {
    width: 16px;
    height: 16px;
    color: #7D8AB4;
}
}
.u-button-default[data-v-a046153a]:hover {
  background: rgba(49, 107, 252, 0.04);
  border: 1px solid #316BFC;
.u-button-default-content[data-v-a046153a] {
    color: #316BFC;
}
.u-button-default-icon[data-v-a046153a] {
    color: #316BFC;
}
}
.u-button-primary[data-v-a046153a]:hover {
  background: rgba(49, 107, 252, 0.9);
}
button[data-v-a046153a] {
  background-color: transparent; /* 去掉背景色 */
  border: none; /* 去掉边框 */
}

@charset "UTF-8";
.el-tag + .el-tag[data-v-7da09456] {
  margin-left: 10px;
}
.el-input[data-v-7da09456] .el-input__inner {
  background: #191E29;
  color: #A1A7B9;
  border: 1px solid #A1A7B9;
}
.el-select[data-v-7da09456] .el-input__inner {
  color: #A1A7B9;
  border: 1px solid #A1A7B9;
  background: #191E29;
}
.el-select[data-v-7da09456] .el-tag.el-tag--info {
  background-color: #242C3B;
  border-color: #242C3B;
  color: #D0D5E3;
}
.el-form[data-v-7da09456] .el-form-item__label {
  color: #A1A7B9;
}
.symptom-cases-container[data-v-7da09456] {
  width: 100%;
  height: 100%;
  background: #191E29;
  border-radius: 20px;
  overflow-y: auto;
  padding-bottom: 30px;
  position: relative;
}
.symptom-cases-container .symptom-cases-container-title[data-v-7da09456] {
  width: 100%;
  height: 70px;
  border-top-right-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(49, 107, 252, 0.2)), to(rgba(118, 80, 255, 0.2)));
  background: linear-gradient(to right, rgba(49, 107, 252, 0.2), rgba(118, 80, 255, 0.2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.symptom-cases-container .symptom-cases-container-title-text[data-v-7da09456] {
  margin-left: 40px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}
.symptom-cases-container[data-v-7da09456]::-webkit-scrollbar {
  display: none;
  /* 隐藏滚动条（仅适用于Webkit浏览器，如Chrome和Safari） */
}
.top-func-div[data-v-7cf37e5e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
}
.top-func-div .top-func-split[data-v-7cf37e5e] {
  margin-left: 20px;
  margin-right: 8px;
  width: 1px;
  height: 32px;
  background: #525560;
}
.top-func-div .top-func-tab[data-v-7cf37e5e] {
  cursor: pointer;
  padding-right: 18px;
  padding-left: 18px;
  height: 32px;
  background: #242C3B;
  border-radius: 16px;
  margin-left: 12px;
  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;
  gap: 8px;
}
.top-func-div .top-func-tab .top-func-img[data-v-7cf37e5e] {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-func-div .top-func-tab .top-func-text[data-v-7cf37e5e] {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px;
}
.bottom-volume-div[data-v-4a5bd9ac] {
  height: 38px;
  width: 600px;
}
.bottom-volume-div .bottom-volume-label-div[data-v-4a5bd9ac] {
  width: 600px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 142px;
}
.bottom-volume-div .bottom-volume-label-div .bottom-volume-label-item[data-v-4a5bd9ac] {
  width: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-volume-div .bottom-volume-label-div .bottom-volume-label-item .bottom-volume-label-item-text[data-v-4a5bd9ac] {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
}
.bottom-volume-div .bottom-volume-label-div .bottom-volume-label-item .bottom-volume-label-item-line[data-v-4a5bd9ac] {
  width: 1px;
  height: 8px;
  background: #A1A7B9;
}
.bottom-volume-div .bottom-volume-line[data-v-4a5bd9ac] {
  width: 600px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#E60101), color-stop(34%, #F4DE3D), color-stop(67%, #20FF00), to(#0002FF));
  background: linear-gradient(90deg, #E60101 0%, #F4DE3D 34%, #20FF00 67%, #0002FF 100%);
  border-radius: 5px;
}
@charset "UTF-8";
.flex-row[data-v-d4962982] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.justify-between[data-v-d4962982] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-col[data-v-d4962982] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ut-button[data-v-d4962982] {
  width: 8.5rem;
  height: 2.5rem;
  background: #2A2F3A;
  border-radius: 0.25rem;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.ut-button .ut-button-span[data-v-d4962982] {
  width: 2rem;
  height: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
}
.ut-button[data-v-d4962982]:hover {
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #2A2F3A;
          box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #2A2F3A;
  /* 添加阴影样式 */
}
.export-image-container[data-v-d4962982] {
  width: 100%;
}
.export-image-container .export-image-content[data-v-d4962982] {
  height: 502px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: auto;
  /* 添加滚动条 */
}
.export-image-container .export-image-content .export-image-item[data-v-d4962982] {
  cursor: pointer;
  margin: 12px;
  width: 150px;
  height: 200px;
  background: #000000;
  border-radius: 8px;
  border: 1px solid #525560;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
}
.export-image-container .export-image-content .export-image-item .export-image-choose[data-v-d4962982] {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  right: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.export-image-container .export-image-content .export-image-item .export-image-img-div[data-v-d4962982] {
  height: 173px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.export-image-container .export-image-content .export-image-item .export-image-img-div .export-image-img[data-v-d4962982] {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.export-image-container .export-image-content .export-image-item .export-image-split[data-v-d4962982] {
  height: 1px;
  background: #525560;
}
.export-image-container .export-image-content .export-image-item .export-image-bottom[data-v-d4962982] {
  height: 28px;
  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;
  gap: 8px;
}
.export-image-container .export-image-content .export-image-item .export-image-bottom .export-image-bottom-img[data-v-d4962982] {
  width: 16px;
  height: 16px;
}
.export-image-container .export-image-content .export-image-item .export-image-bottom .export-image-bottom-text[data-v-d4962982] {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px;
}
.export-image-container .my-button-group[data-v-d4962982] {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.export-image-container .my-button-group .my-button-div[data-v-d4962982] {
  cursor: pointer;
  width: 136px;
  height: 40px;
  background: #242C3B;
  border-radius: 4px;
  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;
}
.export-image-container .my-button-group .my-button-div .my-button-text[data-v-d4962982] {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.export-image-container .my-button-group .my-button-div[data-v-d4962982]:hover {
  background: #2070FF;
}

/* 修改滚动条的轨道 */
[data-v-d4962982]::-webkit-scrollbar {
  width: 6px;
  /* 设置滚动条的宽度 */
}

/* 修改滚动条的轨道背景颜色和圆角 */
[data-v-d4962982]::-webkit-scrollbar-track {
  background-color: #242C3B;
  border-radius: 8px;
}

/* 修改滚动条的滑块 */
[data-v-d4962982]::-webkit-scrollbar-thumb {
  width: 6px;
  /* 设置滑块的宽度 */
  background-color: #316BFC;
  border-radius: 8px;
  /* 设置滑块的圆角 */
}

/* 修改滚动条的滑块悬停样式 */
[data-v-d4962982]::-webkit-scrollbar-thumb:hover {
  background-color: #1E4CA7;
  /* 修改悬停时的颜色 */
}

/* 修改滚动条的角落 */
[data-v-d4962982]::-webkit-scrollbar-corner {
  background-color: #242C3B;
}
@charset "UTF-8";
.flex-row[data-v-be42b26e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.justify-between[data-v-be42b26e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-col[data-v-be42b26e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ut-button[data-v-be42b26e] {
  width: 8.5rem;
  height: 2.5rem;
  background: #2A2F3A;
  border-radius: 0.25rem;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.ut-button .ut-button-span[data-v-be42b26e] {
  width: 2rem;
  height: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
}
.ut-button[data-v-be42b26e]:hover {
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #2A2F3A;
          box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #2A2F3A;
  /* 添加阴影样式 */
}
.el-dialog__header[data-v-be42b26e] {
  padding: 0px;
}
.export-compare-container[data-v-be42b26e] {
  width: 1500px;
  padding: 10px;
  background-color: #161619;
}
.export-compare-container .export-compare-content[data-v-be42b26e] {
  width: 100%;
  height: 590px;
  overflow: hidden;
}
.export-compare-container .draw-button[data-v-be42b26e] {
  font-size: 25px;
  margin-top: 10px;
  height: 30px;
}
.export-compare-container .draw-button > div > i[data-v-be42b26e] {
  cursor: pointer;
}
.export-compare-container .draw-button > div > i[data-v-be42b26e]:hover {
  color: #409EFF;
}
.export-compare-container .draw-button > div > i[data-v-be42b26e]:not(:first-child) {
  margin-left: 15px;
}
.export-compare-container .draw-button > div > span[data-v-be42b26e] {
  cursor: pointer;
}
.export-compare-container .draw-button > div > span[data-v-be42b26e]:hover {
  color: #409EFF;
}
.export-compare-container .draw-button > div > span[data-v-be42b26e]:not(:first-child) {
  margin-left: 15px;
}
.export-compare-container .draw-button > div[data-v-be42b26e] {
  float: left;
  height: 25px;
  width: 25px;
  border-radius: 4px;
}
.export-compare-container .draw-button > div[data-v-be42b26e]:not(:first-child) {
  background-color: #FFFFFF;
  padding: 3px;
  background-clip: content-box;
  margin-left: 8px;
  cursor: pointer;
}
.export-compare-container .my-button-group[data-v-be42b26e] {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.export-compare-container .my-button-group .my-button-div[data-v-be42b26e] {
  cursor: pointer;
  width: 136px;
  height: 40px;
  background: #242C3B;
  border-radius: 4px;
  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;
}
.export-compare-container .my-button-group .my-button-div .my-button-text[data-v-be42b26e] {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.export-compare-container .my-button-group .my-button-div[data-v-be42b26e]:hover {
  background: #2070FF;
}
.disabled-div[data-v-be42b26e] {
  pointer-events: none;
  cursor: not-allowed;
}

/* 修改滚动条的轨道 */
[data-v-be42b26e]::-webkit-scrollbar {
  width: 6px;
  /* 设置滚动条的宽度 */
}

/* 修改滚动条的轨道背景颜色和圆角 */
[data-v-be42b26e]::-webkit-scrollbar-track {
  background-color: #242C3B;
  border-radius: 8px;
}

/* 修改滚动条的滑块 */
[data-v-be42b26e]::-webkit-scrollbar-thumb {
  width: 6px;
  /* 设置滑块的宽度 */
  background-color: #316BFC;
  border-radius: 8px;
  /* 设置滑块的圆角 */
}

/* 修改滚动条的滑块悬停样式 */
[data-v-be42b26e]::-webkit-scrollbar-thumb:hover {
  background-color: #1E4CA7;
  /* 修改悬停时的颜色 */
}

/* 修改滚动条的角落 */
[data-v-be42b26e]::-webkit-scrollbar-corner {
  background-color: #242C3B;
}
.right-menu-box-item[data-v-6a27f7eb] {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  cursor: pointer;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.right-menu-box-item .right-menu-box-item-img[data-v-6a27f7eb] {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  color: #b7babf;
}
.right-menu-box-item .right-menu-box-item-font-disabled[data-v-6a27f7eb] {
  color: #7A808F;
}
.right-menu-box-item .right-menu-box-item-font[data-v-6a27f7eb] {
  font-size: 14px;
  font-weight: 400;
  color: #D0D5E3;
  line-height: 21px;
}
.right-menu-box-item[data-v-6a27f7eb]:hover {
  background: #316BFC;
}
.right-menu-box-item:hover .right-menu-box-item-img[data-v-6a27f7eb] {
  color: #FFFFFF;
}
.right-menu-box-item:hover .right-menu-box-item-font[data-v-6a27f7eb] {
  color: #FFFFFF;
}
@charset "UTF-8";
.box_hidden[data-v-0cb61b6c] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96px;
  height: 24px;
  background: #242C3B;
  border-radius: 8px;
  opacity: 0.3;
}
.box_hidden .box_hidden_img[data-v-0cb61b6c] {
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_hidden .box_hidden_text[data-v-0cb61b6c] {
  font-size: 14px;
  font-weight: 400;
  color: #A1A7B9;
}
.box_hidden[data-v-0cb61b6c]:hover {
  opacity: 1;
}
.bottom-model-model-back[data-v-0cb61b6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -200px;
}
.bottom-model-model-back .bottom-model-div[data-v-0cb61b6c] {
  width: 100%;
  height: 96px;
  background: #242C3B;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-model-model-back .bottom-model-div .model-left[data-v-0cb61b6c] {
  cursor: pointer;
  width: 55px;
  height: 100%;
  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;
}
.bottom-model-model-back .bottom-model-div .model-left .model-left-img[data-v-0cb61b6c] {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bottom-model-model-back .bottom-model-div .model-right-box[data-v-0cb61b6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: auto;
}
.bottom-model-model-back .bottom-model-div .model-right-box .model-right[data-v-0cb61b6c] {
  margin: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 68px;
  height: 80px;
  background: #000000;
  border-radius: 4px;
  border: 1px solid #525560;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-model-model-back .bottom-model-div .model-right-box .model-right .model-right-img-div[data-v-0cb61b6c] {
  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;
  height: 60px;
}
.bottom-model-model-back .bottom-model-div .model-right-box .model-right .model-right-img-div .model-right-img[data-v-0cb61b6c] {
  width: 52px;
  height: 49px;
  background-size: cover;
  /* 让背景图片按比例缩放并占满 div */
  background-position: center;
  /* 让背景图片居中 */
  background-repeat: no-repeat;
  /* 防止背景图片重复显示 */
}
.bottom-model-model-back .bottom-model-div .model-right-box .model-right .model-right-wrapper[data-v-0cb61b6c] {
  width: 66px;
  height: 20px;
  background: rgba(49, 107, 252, 0.5);
  border-radius: 0 0 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.bottom-model-model-back .bottom-model-div .model-right-box .model-right .model-right-wrapper .model-right-text[data-v-0cb61b6c] {
  font-size: 12px;
  white-space: nowrap;
  font-weight: 400;
  color: #FFFFFF;
}
[data-v-0cb61b6c]::-webkit-scrollbar {
  width: 6px;
  /* 设置滚动条的宽度 */
  height: 4px;
}

/* 修改滚动条的轨道背景颜色和圆角 */
[data-v-0cb61b6c]::-webkit-scrollbar-track {
  background-color: #242C3B;
  border-radius: 8px;
}

/* 修改滚动条的滑块 */
[data-v-0cb61b6c]::-webkit-scrollbar-thumb {
  width: 6px;
  /* 设置滑块的宽度 */
  background-color: #316BFC;
  border-radius: 8px;
  /* 设置滑块的圆角 */
}

/* 修改滚动条的滑块悬停样式 */
[data-v-0cb61b6c]::-webkit-scrollbar-thumb:hover {
  background-color: #1E4CA7;
  /* 修改悬停时的颜色 */
}

/* 修改滚动条的角落 */
[data-v-0cb61b6c]::-webkit-scrollbar-corner {
  background-color: #242C3B;
}
.right-head-div[data-v-4d16029b] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.right-head-div .right-head-img[data-v-4d16029b] {
  width: 46px;
  height: 46px;
  -o-object-fit: cover;
     object-fit: cover;
}
.right-head-div .right-head-text[data-v-4d16029b] {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.u-carousel[data-v-cd58b35e] {
  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;
}
.u-carousel .u-carousel-img[data-v-cd58b35e] {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-carousel .u-carousel-select[data-v-cd58b35e] {
  background: #242C3B;
  border-radius: 4px;
  border: 1px solid #316BFC;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 9999;
}
.u-carousel .u-carousel-select .u-carousel-item[data-v-cd58b35e] {
  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;
  padding-left: 32px;
  padding-right: 32px;
  height: 32px;
}
.u-carousel .u-carousel-select .u-carousel-item .u-carousel-item-text[data-v-cd58b35e] {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  color: #D0D5E3;
  line-height: 21px;
}
.u-carousel .u-carousel-item[data-v-cd58b35e]:hover {
  background: #316BFC;
}
.u-carousel .u-carousel-item:hover .u-carousel-item-text[data-v-cd58b35e] {
  color: #FFFFFF;
}
@charset "UTF-8";
.u-video-button-base[data-v-29ecab35], .u-video-button-normal-active[data-v-29ecab35], .u-video-button-image-active[data-v-29ecab35], .u-video-button-image[data-v-29ecab35], .u-video-button-normal[data-v-29ecab35], .u-video-button-title-active[data-v-29ecab35], .u-video-button-title[data-v-29ecab35] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 40px;
  background: #242C3B;
}
.u-video-icon-base[data-v-29ecab35], .u-video-button-normal-active .u-video-normal-icon-active[data-v-29ecab35], .u-video-button-image-active .u-video-image-icon-active[data-v-29ecab35], .u-video-button-image .u-video-image-icon[data-v-29ecab35], .u-video-button-normal .u-video-normal-icon[data-v-29ecab35], .u-video-button-title-active .u-video-title-icon-active[data-v-29ecab35], .u-video-button-title .u-video-title-icon[data-v-29ecab35] {
  -o-object-fit: cover;
     object-fit: cover;
}
.u-video-normal-base[data-v-29ecab35], .u-video-button-normal-active .u-video-normal-content-active[data-v-29ecab35], .u-video-button-normal .u-video-normal-content[data-v-29ecab35], .u-video-button-title-active .u-video-title-content-active[data-v-29ecab35], .u-video-button-title .u-video-title-content[data-v-29ecab35] {
  font-weight: 400;
  font-size: 14px;
  color: #D0D5E3;
  white-space: nowrap;
  margin-left: 4px;
}
.u-video-button-title[data-v-29ecab35] {
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 24px;
}
.u-video-button-title .u-video-title-icon[data-v-29ecab35] {
  width: 16px;
  height: 16px;
  color: #b7babf;
}
.u-video-button-title[data-v-29ecab35]:hover {
  background: -webkit-gradient(linear, left top, right top, from(#2070FF), to(#7650FF));
  background: linear-gradient(90deg, #2070FF 0%, #7650FF 100%);
}
.u-video-button-title:hover .u-video-title-content[data-v-29ecab35] {
  color: #FFFFFF;
}
.u-video-button-title:hover .u-video-title-icon[data-v-29ecab35] {
  color: #FFFFFF;
}
.u-video-button-title-active[data-v-29ecab35] {
  background: -webkit-gradient(linear, left top, right top, from(#2070FF), to(#7650FF));
  background: linear-gradient(90deg, #2070FF 0%, #7650FF 100%);
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 24px;
}
.u-video-button-title-active .u-video-title-icon-active[data-v-29ecab35] {
  width: 16px;
  height: 16px;
  color: #FFFFFF;
}
.u-video-button-title-active .u-video-title-content-active[data-v-29ecab35] {
  color: #FFFFFF;
}
.u-video-button-normal[data-v-29ecab35] {
  border-radius: 4px;
  padding-left: 26px;
  padding-right: 26px;
}
.u-video-button-normal .u-video-normal-icon[data-v-29ecab35] {
  width: 16px;
  height: 16px;
  color: #b7babf;
}
.u-video-button-normal[data-v-29ecab35]:hover {
  background: #316BFC;
}
.u-video-button-normal:hover .u-video-normal-content[data-v-29ecab35] {
  color: #FFFFFF;
}
.u-video-button-normal:hover .u-video-normal-icon[data-v-29ecab35] {
  color: #FFFFFF;
}
.u-video-button-image[data-v-29ecab35] {
  border-radius: 4px;
}
.u-video-button-image .u-video-image-icon[data-v-29ecab35] {
  width: 32px;
  height: 32px;
  color: #b7babf;
}
.u-video-button-image[data-v-29ecab35]:hover {
  background: #316BFC;
}
.u-video-button-image:hover .u-video-image-icon[data-v-29ecab35] {
  color: #FFFFFF;
}
.u-video-button-image-active[data-v-29ecab35] {
  border-radius: 4px;
  background: #316BFC;
  position: relative;
  /* 为了定位小三角 */
}
.u-video-button-image-active .u-video-image-icon-active[data-v-29ecab35] {
  width: 32px;
  height: 32px;
  color: #FFFFFF;
}
.u-video-button-normal-active[data-v-29ecab35] {
  border-radius: 4px;
  padding-left: 26px;
  padding-right: 26px;
  position: relative;
  /* 为了定位小三角 */
  background: #316BFC;
}
.u-video-button-normal-active .u-video-normal-icon-active[data-v-29ecab35] {
  width: 16px;
  height: 16px;
  color: #FFFFFF;
}
.u-video-button-normal-active .u-video-normal-content-active[data-v-29ecab35] {
  color: #FFFFFF;
}
.u-video-button-normal-active[data-v-29ecab35]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #FFFFFF;
  border-left: 4px solid #FFFFFF;
  border-bottom-left-radius: 4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
button[data-v-29ecab35] {
  background-color: transparent;
  /* 去掉背景色 */
  border: none;
  /* 去掉边框 */
}
@charset "UTF-8";
.sunSlider[data-v-5a478156] {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1000;
  touch-action: none;
  -ms-touch-action: none;
  background-image: url("/static/sun.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 使用transform进行居中 */
}
@charset "UTF-8";
.video-bar-contain[data-v-7717d7cc] {
  height: 40px;
}
.video-bar-contain .video-bar-label-one[data-v-7717d7cc] {
  padding-top: 5px;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-bar-contain .video-bar-label-one .video-bar-label-legend-one[data-v-7717d7cc] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-bar-contain .video-bar-label-one .video-bar-label-legend-one .video-bar-label-legend-item[data-v-7717d7cc] {
  width: 80%;
}
.video-bar-contain .video-bar-label-one .video-bar-label-legend-one .video-bar-label-legend-item .video-bar-label-legend-item-text[data-v-7717d7cc] {
  font-weight: 400;
  font-size: 12px;
  color: #F0F1F3;
  /* 防止超出容器导致错乱 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}
.video-bar-contain .video-bar-label-one .video-bar-label-legend-one .video-bar-label-legend-max[data-v-7717d7cc] {
  text-align: right;
  width: 20%;
}
.video-bar-contain .video-bar-label-one .video-bar-label-legend-one .video-bar-label-legend-max .video-bar-label-legend-max-text[data-v-7717d7cc] {
  font-weight: 400;
  font-size: 12px;
  color: #49D3E5;
  /* 防止超出容器导致错乱 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}
.video-bar-contain .video-bar-label[data-v-7717d7cc] {
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-bar-contain .video-bar-label .video-bar-label-item[data-v-7717d7cc] {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-bar-contain .video-bar-label .video-bar-label-item .video-bar-label-item-color[data-v-7717d7cc] {
  width: 6px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7650FF), to(#2070FF));
  background: linear-gradient(180deg, #7650FF 0%, #2070FF 100%);
  border-radius: 1px;
}
.video-bar-contain .video-bar-label .video-bar-label-item .video-bar-label-item-text[data-v-7717d7cc] {
  font-weight: 400;
  font-size: 14px;
  color: #D0D5E3;
  line-height: 20px;
  margin-left: 6px;
  /* 防止超出容器导致错乱 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-bar-contain .video-bar-label .video-bar-label-legend[data-v-7717d7cc] {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
  row-gap: 4px;
}
.video-bar-contain .video-bar-label .video-bar-label-legend .video-bar-label-legend-item[data-v-7717d7cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-bar-contain .video-bar-label .video-bar-label-legend .video-bar-label-legend-item .video-bar-label-legend-color[data-v-7717d7cc] {
  width: 10px;
  height: 10px;
}
.video-bar-contain .video-bar-label .video-bar-label-legend .video-bar-label-legend-item .video-bar-label-legend-text[data-v-7717d7cc] {
  font-weight: 400;
  font-size: 12px;
  color: #F0F1F3;
  margin-left: 4px;
  /* 防止超出容器导致错乱 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}
.video-bar-contain .video-bar-chart[data-v-7717d7cc] {
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 6px;
}
.video-skin-chart-contain[data-v-7cb3fb6b] {
  height: 80px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.video-gauge-chart-contain[data-v-fafa7806] {
  width: 100%;
  height: 140px;
  padding-left: 50px;
  padding-right: 50px;
}
.video-gauge-chart-contain .video-gauge-chart[data-v-fafa7806] {
  width: 100%;
  height: 100%;
}
@charset "UTF-8";
.video-bar-contain .video-bar-label-one[data-v-0f801714] {
  padding-top: 5px;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-bar-contain .video-bar-label-one .video-bar-label-legend-one[data-v-0f801714] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
  row-gap: 4px;
}
.video-bar-contain .video-bar-label-one .video-bar-label-legend-one .video-bar-label-legend-item[data-v-0f801714] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-bar-contain .video-bar-label-one .video-bar-label-legend-one .video-bar-label-legend-item .video-bar-label-legend-color[data-v-0f801714] {
  width: 10px;
  height: 10px;
}
.video-bar-contain .video-bar-label-one .video-bar-label-legend-one .video-bar-label-legend-item .video-bar-label-legend-text[data-v-0f801714] {
  font-weight: 400;
  font-size: 12px;
  color: #F0F1F3;
  /* 防止超出容器导致错乱 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}
.video-bar-contain .video-bar-label[data-v-0f801714] {
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-bar-contain .video-bar-label .video-bar-label-item[data-v-0f801714] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-bar-contain .video-bar-label .video-bar-label-item .video-bar-label-item-color[data-v-0f801714] {
  width: 6px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7650FF), to(#2070FF));
  background: linear-gradient(180deg, #7650FF 0%, #2070FF 100%);
  border-radius: 1px;
}
.video-bar-contain .video-bar-label .video-bar-label-item .video-bar-label-item-text[data-v-0f801714] {
  font-weight: 400;
  font-size: 14px;
  color: #D0D5E3;
  line-height: 20px;
  margin-left: 6px;
  /* 防止超出容器导致错乱 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-bar-contain .video-bar-label .video-bar-label-legend[data-v-0f801714] {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
  row-gap: 4px;
}
.video-bar-contain .video-bar-label .video-bar-label-legend .video-bar-label-legend-item[data-v-0f801714] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-bar-contain .video-bar-label .video-bar-label-legend .video-bar-label-legend-item .video-bar-label-legend-color[data-v-0f801714] {
  width: 10px;
  height: 10px;
}
.video-bar-contain .video-bar-label .video-bar-label-legend .video-bar-label-legend-item .video-bar-label-legend-text[data-v-0f801714] {
  font-weight: 400;
  font-size: 12px;
  color: #F0F1F3;
  margin-left: 4px;
  /* 防止超出容器导致错乱 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}
.video-bar-contain .video-bar-chart[data-v-0f801714] {
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 6px;
}
.radar-chart-div[data-v-354ab776] {
  position: absolute;
  width: 100%;
  top: 56px;
  height: calc(100% - 56px);
  z-index: 1999;
  background: #191E29;
  padding: 20px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radar-chart-div .radar-chart-center-div[data-v-354ab776] {
  width: 100%;
  height: 100%;
}
.radar-chart-div .radar-chart-left-div[data-v-354ab776] {
  width: 400px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
}
.radar-chart-div .radar-chart-left-div .radar-chart-left-age[data-v-354ab776] {
  width: 400px;
  background: #242C3B;
  height: 300px;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.radar-chart-div .radar-chart-left-div .radar-chart-left-score[data-v-354ab776] {
  overflow-y: auto;
  width: 400px;
  background: #242C3B;
  height: 624px;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  scrollbar-width: none;
}
.radar-chart-div .radar-chart-left-div .radar-chart-left-score[data-v-354ab776]::-webkit-scrollbar {
  display: none;
  /* Chrome / Safari */
}
.radar-chart-div .radar-chart-right-div[data-v-354ab776] {
  width: 400px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
}
.radar-chart-div .radar-chart-right-div .radar-chart-right-skin[data-v-354ab776] {
  background: #242C3B;
  height: 300px;
  width: 400px;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow-y: auto;
  scrollbar-width: none;
}
.radar-chart-div .radar-chart-right-div .radar-chart-right-detail[data-v-354ab776] {
  width: 400px;
  background: #242C3B;
  height: 624px;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  scrollbar-width: none;
  overflow-y: auto;
}
.radar-chart-div .radar-chart-right-div .radar-chart-right-skin[data-v-354ab776]::-webkit-scrollbar {
  display: none;
  /* Chrome / Safari */
}
.radar-chart-div .radar-chart-right-div .radar-chart-right-detail[data-v-354ab776]::-webkit-scrollbar {
  display: none;
  /* Chrome / Safari */
}
@charset "UTF-8";
.container[data-v-db989578] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  background: black;
}
.container .head-navigation[data-v-db989578] {
  width: 100%;
  background: #191E29;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 999;
}
.container .head-navigation .left-div[data-v-db989578] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.container .head-navigation .left-div .home-btn[data-v-db989578] {
  cursor: pointer;
  width: 94px;
  height: 56px;
  background: #242C3B;
  border-radius: 0 36px 36px 0;
  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;
}
.container .head-navigation .left-div .home-btn .home-img[data-v-db989578] {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .head-navigation .left-div .home-btn[data-v-db989578]:hover {
  background: -webkit-gradient(linear, left top, right top, from(#2070FF), to(#7650FF));
  background: linear-gradient(90deg, #2070FF 0%, #7650FF 100%);
}
.container .head-navigation .left-div .back-btn[data-v-db989578] {
  cursor: pointer;
  width: 100px;
  height: 40px;
  background: #242B3B;
  border-radius: 4px;
  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;
  gap: 8px;
}
.container .head-navigation .left-div .back-btn .btn-img[data-v-db989578] {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .head-navigation .left-div .back-btn .btn-font[data-v-db989578] {
  font-size: 16px;
  font-weight: 400;
  color: #D0D5E3;
}
.container .head-navigation .left-div .back-btn[data-v-db989578]:hover {
  background: -webkit-gradient(linear, left top, right top, from(#2070FF), to(#7650FF));
  background: linear-gradient(90deg, #2070FF 0%, #7650FF 100%);
}
.container .head-navigation .center-div[data-v-db989578] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  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;
  gap: 12px;
  margin: 8px;
}
.container .head-navigation .right-div[data-v-db989578] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 8px;
}
.container .head-navigation .right-div .right-div-menu[data-v-db989578] {
  cursor: pointer;
  margin-left: auto;
  padding-right: 40px;
  width: 121px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .analysis-div[data-v-db989578] {
  position: absolute;
  width: 40%;
  right: 0;
  top: 56px;
  padding: 20px;
  height: calc(100% - 56px);
}
.container .analysis-div .analysis-detail[data-v-db989578] {
  height: 100%;
  background: #191E29;
  border-radius: 8px;
  padding: 28px;
}
.container .analysis-div .analysis-detail .analysis-detail-top[data-v-db989578] {
  overflow: auto;
  height: 56px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.container .analysis-div .analysis-detail .analysis-detail-top .analysis-detail-left[data-v-db989578] {
  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;
  gap: 8px;
}
.container .analysis-div .analysis-detail .analysis-detail-top .analysis-detail-left .analysis-detail-left-icon[data-v-db989578] {
  width: 4px;
  height: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2070FF), to(#7650FF));
  background: linear-gradient(180deg, #2070FF 0%, #7650FF 100%);
  border-radius: 1px;
}
.container .analysis-div .analysis-detail .analysis-detail-top .analysis-detail-left .analysis-detail-name-text[data-v-db989578] {
  font-size: 16px;
  white-space: nowrap;
  font-weight: 400;
  color: #FFFFFF;
}
.container .analysis-div .analysis-detail .analysis-detail-top .analysis-detail-score-text[data-v-db989578] {
  margin-left: 24px;
  font-size: 24px;
  white-space: nowrap;
  font-weight: 500;
  color: #FFFFFF;
}
.container .analysis-div .analysis-detail .analysis-detail-top .analysis-detail-level-text[data-v-db989578] {
  margin-left: 24px;
  font-size: 24px;
  white-space: nowrap;
  font-weight: bold;
}
.container .analysis-div .analysis-detail .analysis-detail-top .analysis-detail-level-recover[data-v-db989578] {
  margin-left: 24px;
  font-size: 24px;
  white-space: nowrap;
  font-weight: bold;
  cursor: pointer;
}
.container .analysis-div .analysis-detail .analysis-detail-top .analysis-detail-right-div[data-v-db989578] {
  margin-left: auto;
  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;
  gap: 8px;
}
.container .analysis-div .analysis-detail .analysis-detail-top .analysis-detail-right-div .analysis-detail-right-text[data-v-db989578] {
  font-size: 14px;
  white-space: nowrap;
  font-weight: 400;
  color: #D0D5E3;
}
.container .analysis-div .analysis-detail .analysis-detail-top .analysis-detail-right-div .analysis-detail-right-icon[data-v-db989578] {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .analysis-div .analysis-detail .analysis-detail-content[data-v-db989578] {
  height: calc(100% - 100px);
  padding-right: 28px;
  margin-top: 28px;
  overflow-y: auto;
}
.container .analysis-div .analysis-detail .analysis-detail-content .analysis-tags-mode[data-v-db989578] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  gap: 12px;
}
.container .analysis-div .analysis-detail .analysis-detail-content .analysis-tags-mode .analysis-tags-div[data-v-db989578] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  background: #242C3B;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 20px;
  cursor: pointer;
}
.container .analysis-div .analysis-detail .analysis-detail-content .analysis-tags-mode .analysis-tags-div .analysis-tags-image-list[data-v-db989578] {
  width: 16px;
  height: 16px;
}
.container .analysis-div .analysis-detail .analysis-detail-content .analysis-tags-mode .analysis-tags-div .analysis-tags-div-text[data-v-db989578] {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 16px;
}
.container .analysis-div .analysis-detail .analysis-detail-content .analysis-tags-mode .analysis-tags-div[data-v-db989578]:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 112, 255, 0.6)), to(rgba(118, 80, 255, 0.6)));
  background: linear-gradient(90deg, rgba(32, 112, 255, 0.6) 0%, rgba(118, 80, 255, 0.6) 100%);
}
.container .analysis-div .analysis-detail .analysis-detail-content .analysis-result[data-v-db989578] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .analysis-div .analysis-detail .analysis-detail-content .analysis-result .analysis-result-item[data-v-db989578] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 12px;
}
.container .analysis-div .analysis-detail .analysis-detail-content .analysis-result .analysis-result-item .analysis-result-item-value[data-v-db989578] {
  font-size: 40px;
  font-weight: 500;
  color: #FFFFFF;
}
.container .analysis-div .analysis-detail .analysis-detail-content .analysis-result .analysis-result-item .analysis-result-item-text[data-v-db989578] {
  font-size: 14px;
  font-weight: 400;
  color: #A1A7B9;
}
.container .analysis-div .analysis-detail .analysis-detail-content .analysis-description[data-v-db989578] {
  font-size: 14px;
  color: #A1A7B9;
}
.container .analysis-div .analysis-detail .analysis-detail-content .analysis-suggests[data-v-db989578] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 14px;
  margin-top: 34px;
}
.container .analysis-div .analysis-detail .analysis-detail-content .analysis-suggests .suggest-title[data-v-db989578] {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.container .analysis-div .analysis-detail .analysis-detail-content .analysis-suggests .suggest-content[data-v-db989578] {
  font-size: 14px;
  font-weight: 400;
  color: #A1A7B9;
}
.container .left-tab-div[data-v-db989578] {
  position: absolute;
  left: 0;
  /* 将元素左侧与父容器左侧对齐 */
  top: 56px;
  padding-top: 20px;
  /* 距离顶部20像素 */
  padding-bottom: 20px;
  z-index: 666;
  width: 132px;
  height: calc(100% - 56px);
}
.container .left-tab-div .left-tab[data-v-db989578] {
  width: 100%;
  height: 100%;
  background: #191E29;
  border-radius: 0 8px 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 4px;
  padding-top: 32px;
  overflow-y: auto;
}
.container .left-tab-div .left-tab .left-tab-choose[data-v-db989578] {
  cursor: pointer;
  position: relative;
  width: 120px;
  min-height: 56px;
  background: #242C3B;
  border-radius: 0 4px 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.container .left-tab-div .left-tab .left-tab-choose .left-tab-img[data-v-db989578] {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .left-tab-div .left-tab .left-tab-choose .left-tab-text[data-v-db989578] {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.container .left-tab-div .left-tab .left-tab-choose .left-tab-grade[data-v-db989578] {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 56px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF733C), to(#FF3F1C));
  background: linear-gradient(360deg, #FF733C 0%, #FF3F1C 100%);
  border-radius: 0 4px 4px 0;
}
.container .right-btn[data-v-db989578] {
  position: absolute;
  top: 80px;
  right: 40px;
  z-index: 999;
}
.container .right-btn .right-head-group[data-v-db989578] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.container .bottom-volume-dynamic[data-v-db989578] {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9003;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.container .bottom-volume-dynamic .bottom-volume-dynamic-text[data-v-db989578] {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.container .bottom-volume-card[data-v-db989578] {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9003;
}
.mirrorSlider[data-v-db989578] {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 60px;
  height: 30px;
  border-radius: 4px 4px 4px 4px;
  border: 0.0625rem solid #A7ABB8;
  z-index: 1000;
  touch-action: none;
  -ms-touch-action: none;
  background-image: url("/static/move.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 121.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sunSlider[data-v-db989578] {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1000;
  touch-action: none;
  -ms-touch-action: none;
  background-image: url("/static/sun.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 使用transform进行居中 */
}
.top-shooting[data-v-db989578] {
  position: absolute;
  top: 75px;
  left: 150px;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-shooting .top-shooting-text[data-v-db989578] {
  font-weight: 400;
  font-size: 14px;
  color: #D0D5E3;
  line-height: 21px;
}
.screenshot-div[data-v-db989578] {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.screenshot-div .screenshot-div-text[data-v-db989578] {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #D0D5E3;
  line-height: 24px;
}
.history-loading[data-v-db989578] {
  position: absolute;
  z-index: 9999;
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.history-loading .history-loading-div[data-v-db989578] {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 左侧水平居中 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中 */
}
.history-head[data-v-db989578] {
  position: absolute;
  top: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history-head .history-head-lay[data-v-db989578] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.history-head .history-head-lay .history-head-item[data-v-db989578] {
  width: 226px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #525560;
  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;
  gap: 8px;
}
.history-head .history-head-lay .history-head-item .history-head-img[data-v-db989578] {
  width: 16px;
  height: 16px;
}
.history-head .history-head-lay .history-head-item .history-head-text[data-v-db989578] {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.analysis-history-bottom[data-v-db989578] {
  position: absolute;
  z-index: 500;
  bottom: 0;
  left: calc(50% - 260px);
}
.analysis-history-bottom .analysis-history-bottom-pack[data-v-db989578] {
  position: relative;
  cursor: pointer;
  width: 520px;
  height: 24px;
  border-radius: 4px 4px 0 0;
  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;
  background: #242C3B;
}
.analysis-history-bottom .analysis-history-bottom-pack .analysis-history-bottom-pack-compare[data-v-db989578] {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: red;
  border-radius: 50%;
  left: 10px;
}
.analysis-history-bottom .analysis-history-bottom-pack .analysis-history-bottom-pack-img[data-v-db989578] {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.analysis-history-bottom .analysis-history-bottom-pack[data-v-db989578]:hover {
  background: #316BFC;
}
.analysis-history-bottom .analysis-history-bottom-content[data-v-db989578] {
  width: 520px;
  height: 176px;
  background: #191E29;
  border-radius: 0 0 8px 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 36px;
}
.analysis-history-bottom .analysis-history-bottom-content .analysis-history-bottom-content-row[data-v-db989578] {
  width: 440px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 110px;
}
.analysis-history-bottom .analysis-history-bottom-content .analysis-history-bottom-content-row .analysis-history-bottom-content-row-label[data-v-db989578] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #D0D5E3;
  line-height: 21px;
}
.analysis-history-bottom .analysis-history-bottom-content .analysis-history-bottom-content-row .analysis-history-bottom-content-row-score[data-v-db989578] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 21px;
}
.analysis-history-bottom .analysis-history-bottom-content .analysis-history-bottom-content-line[data-v-db989578] {
  width: 440px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
}
.analysis-history-btn[data-v-db989578] {
  position: absolute;
  cursor: pointer;
  z-index: 8000;
  width: 120px;
  height: 40px;
  background: #242C3B;
  border-radius: 20px;
  top: 66px;
  left: 30%;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  /* 使用transform进行居中 */
  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;
}
.analysis-history-btn .analysis-history-btn-text[data-v-db989578] {
  font-size: 14px;
  font-weight: 400;
  color: #D0D5E3;
  line-height: 21px;
  margin-left: 4px;
}
.analysis-history-btn .analysis-history-btn-img[data-v-db989578] {
  width: 16px;
  height: 16px;
  color: #b7babf;
  -o-object-fit: cover;
     object-fit: cover;
}
.analysis-history-btn[data-v-db989578]:hover {
  background: #2070FF;
}
.analysis-history-btn:hover .analysis-history-btn-text[data-v-db989578] {
  color: #FFFFFF;
}
.analysis-history-btn:hover .analysis-history-btn-img[data-v-db989578] {
  color: #FFFFFF;
}
.analysis-bottom[data-v-db989578] {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.analysis-bottom .analysis-bottom-lay[data-v-db989578] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  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;
}
.carouse-img[data-v-db989578] {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.el-dialog__wrapper[data-v-db989578] .el-dialog .el-dialog__title {
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  color: #FFFFFF;
  line-height: 24px;
}
.el-dialog__wrapper[data-v-db989578] .el-dialog .el-dialog__header {
  background-color: #161619;
}
.el-dialog__wrapper[data-v-db989578] .el-dialog .el-dialog__body {
  background-color: #161619;
}
.el-dialog__wrapper[data-v-db989578] .el-dialog .el-dialog__footer {
  background-color: #161619;
}
.proper-div[data-v-db989578] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
.proper-div .proper-item[data-v-db989578] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}
.proper-div .proper-item .proper-item-point[data-v-db989578] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.proper-div .proper-item .proper-item-level[data-v-db989578] {
  white-space: nowrap;
  min-width: 80px;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #00D467;
  line-height: 21px;
}
.proper-div .proper-item .proper-item-desc[data-v-db989578] {
  white-space: nowrap;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px;
}
.right-menu-box[data-v-db989578] {
  background: #242C3B;
  border-radius: 4px;
  position: absolute;
  z-index: 6666;
  right: 40px;
  top: 56px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: 8px;
  padding-bottom: 8px;
}
.left-tab[data-v-db989578]::-webkit-scrollbar {
  display: none;
  /* 隐藏滚动条（仅适用于Webkit浏览器，如Chrome和Safari） */
}
[data-v-db989578]::-webkit-scrollbar {
  width: 6px;
  /* 设置滚动条的宽度 */
  height: 4px;
}

/* 修改滚动条的轨道背景颜色和圆角 */
[data-v-db989578]::-webkit-scrollbar-track {
  background-color: #242C3B;
  border-radius: 8px;
}

/* 修改滚动条的滑块 */
[data-v-db989578]::-webkit-scrollbar-thumb {
  width: 6px;
  /* 设置滑块的宽度 */
  background-color: #316BFC;
  border-radius: 8px;
  /* 设置滑块的圆角 */
}

/* 修改滚动条的滑块悬停样式 */
[data-v-db989578]::-webkit-scrollbar-thumb:hover {
  background-color: #1E4CA7;
  /* 修改悬停时的颜色 */
}

/* 修改滚动条的角落 */
[data-v-db989578]::-webkit-scrollbar-corner {
  background-color: #242C3B;
}
.bottom-model[data-v-db989578] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 20px;
  z-index: 666;
  width: 100%;
  height: 96px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.radar-chart-open-div[data-v-db989578] {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 130px;
  background-image: url("/static/video-right-tab/video-right-open-radar.png");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  cursor: pointer;
  z-index: 2000;
}
.radar-chart-open-div .radar-chart-open-text[data-v-db989578] {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  /* 竖排文字，文字从右到左排列 */
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  /* 防止超出容器导致错乱 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 80px;
}
.other-btn[data-v-db989578] {
  position: absolute;
  right: 100px;
  bottom: 100px;
  z-index: 9994;
  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;
}
.other-btn .other-btn-div[data-v-db989578] {
  cursor: pointer;
  height: 38px;
  background: #242C3B;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.other-btn .other-btn-div .other-btn-span[data-v-db989578] {
  font-weight: 400;
  font-size: 14px;
  color: #D0D5E3;
}
.other-btn .other-btn-div-disabled[data-v-db989578] {
  cursor: not-allowed;
  height: 38px;
  background: #171C25;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.other-btn .other-btn-div-disabled .other-btn-span-disabled[data-v-db989578] {
  font-weight: 400;
  font-size: 14px;
  color: #7A808F;
}
.other-btn .other-btn-div[data-v-db989578]:hover {
  background: #316BFC;
}
.other-btn .other-btn-div:hover .other-btn-span[data-v-db989578] {
  color: #FFFFFF;
}
.hide-left-sidebar[data-v-db989578] {
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 25px;
  width: 100%;
}
.hide-left-sidebar[data-v-db989578]:hover {
  color: #316bfc;
  cursor: pointer;
}
.div-radius[data-v-db989578] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-top: 5px;
  margin-right: 5px;
}
.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
  background: rgba(49, 107, 252, 0.6);
  color: #FFFFFF;
}
.el-range-separator {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.device-info-class {
  color: #D0D5E3;
  font-size: 14px;
  height: 30px;
  padding-left: 40px;
}

.device-info {
  background-color: #161619;
  border-radius: 8px;
}
.trapezoid-border {
  width: 20px; /* 基宽 */
  height: 100px; /* 高度 */
  background: rgb(25, 30, 41);
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.trapezoid-border:hover {
  color: #316bfc;
  cursor: pointer;
}


.svg-icon[data-v-c8a70580] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.svg-external-icon[data-v-c8a70580] {
  background-color: currentColor;
  -webkit-mask-size: cover!important;
          mask-size: cover!important;
  display: inline-block;
}

