@charset "UTF-8";
/**
 * @desc 颜色变量
 * @author 武迪
 */

/**
 * @desc 混合样式，避免编码时重复输入代码段,使用时@include调用
 * @author 武迪
 */
/* 清除浮动 */
/* 相对定位 */
/**
 * @desc 全局动画效果
 * @author 武迪
 */
/* fade */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.28s;
}

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

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

.fade-transform-enter {
  opacity: 0;
  transform: translateX(-0.9375rem);
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(0.9375rem);
}

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

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translateX(0.625rem);
}

.breadcrumb-move {
  transition: all 0.3s;
}

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

/**
 * @desc 覆盖elementui原有样式
 * @author 武迪
 */
.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-dialog {
  border-radius: 0.3125rem;
  margin-top: 8vh !important;
}

/* 弹出框的内容区内边距 */
.el-dialog__body {
  padding: 0.3125rem 0.625rem;
}

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

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

.el-range-separator {
  box-sizing: content-box;
}

/* 在ie关闭弹窗时会闪现，所以去除关闭动画 */
.el-dialog__wrapper.dialog-fade-leave-active {
  -webkit-animation: none !important;
          animation: none !important;
}

/* 整页loading加载时没有白色背景色，不然会造成晃眼的感觉
----------------------------------------------------------------------*/
.el-loading-mask.is-fullscreen {
  background-color: rgba(255, 255, 255, 0);
}

/* 查看图片时高亮显示右上角关闭按钮
----------------------------------------------------------------------*/
.el-image-viewer__close {
  background-color: #fff;
  color: #000;
}

/* element表头错位bug
------------------------------------------------------------------- */
.el-table th.gutter {
  display: table-cell !important;
}

.el-table colgroup.gutter {
  display: table-cell !important;
}

.el-table [class*=el-table__row--level] .el-table__expand-icon {
  margin-right: 0;
}

.el-table th > .cell {
  overflow: hidden;
  height: 1.25rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 油品对账单固定列：白底只加在表头/表体包装层；勿写在外层 .el-table__fixed，否则会盖住底部横向滚动条与左下角区域 */
.oil-reconciliation-table .el-table__fixed,
.oil-reconciliation-table .el-table__fixed-right {
  background-color: transparent;
}

.oil-reconciliation-table .el-table__fixed-header-wrapper,
.oil-reconciliation-table .el-table__fixed-body-wrapper {
  background-color: #ffffff;
}

@media screen and (max-width: 1025px) {
  .el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #f1f5f8;
  }
}

/* 统一修改tabs标签页的样式
----------------------------------------------------------------------*/
/* 点击状态变为蓝底白字 */
.el-tabs__item.is-active {
  background-color: #409eff;
  color: #fff;
}

/* 修改字体大小和内边距 */
.el-tabs__item {
  padding: 0 0.625rem !important;
  font-size: 0.5rem;
}
@media screen and (max-width: 1025px) {
  .el-tabs__item {
    font-size: 0.8125rem;
    height: 1.875rem !important;
    line-height: 1.875rem !important;
  }
}

/* 背景色为白色 */
.el-tabs__header {
  background-color: #fff;
  margin: 0;
}

/* tab的总高度为父元素高度 */
.el-tabs {
  height: 100%;
}

/* tab的内容高度父元素高度减去头部高度 */
.el-tabs__content {
  height: calc(100% - 1.40625rem);
}
@media screen and (max-width: 1025px) {
  .el-tabs__content {
    height: calc(100% - 2.03125rem);
  }
}

.el-tabs__content > div {
  height: 100%;
}

/* 整个tab的左右内边距为15px */
.el-tabs__nav-scroll {
  padding: 0 0.46875rem;
}

/* 表格详情展开行按钮消失
----------------------------------------------------------------------*/
.el-table__expand-column .cell {
  display: none;
}

.el-select .el-input.is-disabled .el-input__inner,
.el-input.is-disabled .el-input__inner {
  color: #333;
}

@media screen and (max-width: 1025px) {
  .el-input--mini .el-input__inner, .el-input--small .el-input__inner, .el-input--medium .el-input__inner, .el-input--suffix .el-input__inner, .el-input-number--mini, .el-range-editor--mini.el-input__inner, .el-range-editor--mini .el-range-separator, .el-form-item--mini .el-form-item__label, .el-form-item--small .el-form-item__label, .el-form-item--medium .el-form-item__label, .el-form-item--mini .el-form-item__content {
    height: 1.40625rem;
    line-height: 1.40625rem;
  }
  .el-checkbox__inner {
    width: 0.625rem;
    height: 0.625rem;
  }
  .el-checkbox__inner::after {
    left: 0.125rem;
    top: 0;
    width: 0.15625rem;
    height: 0.3125rem;
  }
  .el-input-number--mini .el-input-number__decrease, .el-input-number--mini .el-input-number__increase {
    height: 1.40625rem;
    line-height: 1.40625rem;
  }
}
/**
 * @desc 侧边栏样式
 * @author 武迪
 * 用大写PX，为了不转成rem
 */
#app {
  /* 移动端自适应 */
}
#app .main-container {
  min-height: 100%;
  transition: margin-left 0.28s;
  margin-left: 150PX;
  position: relative;
}
#app .sidebar-container {
  transition: width 0.28s;
  width: 150PX !important;
  background-color: #303133;
  height: 100%;
  position: fixed;
  font-size: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  /* 重置element-ui的样式 */
  /* 鼠标移入菜单 */
}
#app .sidebar-container .horizontal-collapse-transition {
  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 {
  height: 100%;
}
#app .sidebar-container.has-collapse .el-scrollbar {
  height: calc(100% - 50PX);
}
#app .sidebar-container.no-collapse .el-scrollbar {
  height: calc(100% - 120PX);
}
#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 .el-menu {
  border: none;
  height: 100%;
  width: 100% !important;
}
#app .sidebar-container .el-menu-item {
  height: 70PX;
  line-height: 70PX;
  font-size: 14PX;
}
#app .sidebar-container .submenu-title-noDropdown:hover,
#app .sidebar-container .el-submenu__title:hover {
  background-color: #4D4D4D !important;
}
#app .sidebar-container .is-active > .el-submenu__title {
  color: #FFFFFF !important;
}
#app .sidebar-container .el-menu-item.is-active {
  color: #FFFFFF !important;
  background-color: #4D4D4D !important;
  border-left: 0.15625rem solid #0068de;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title, #app .sidebar-container .el-submenu .el-menu-item {
  min-width: 150PX !important;
  background-color: #303133 !important;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover, #app .sidebar-container .el-submenu .el-menu-item:hover {
  background-color: #4D4D4D !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 .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 .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: 150PX !important;
}
#app .mobile .main-container {
  margin-left: 0;
}
#app .mobile .sidebar-container {
  transition: transform 0.28s;
  width: 150PX !important;
}
#app .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translate3d(-150PX, 0, 0);
}
#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  transition: none;
}

/* 菜单收缩时 */
.el-menu--vertical {
  /* 当子菜单太长出现滚动条时 */
}
.el-menu--vertical > .el-menu .svg-icon {
  margin-right: 16PX;
}
.el-menu--vertical .nest-menu .el-submenu > .el-submenu__title:hover,
.el-menu--vertical .el-menu-item:hover {
  background-color: #4D4D4D !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;
}

/**
 * @desc 自定义可公用部分
 * @author 武迪
 */
/* 内容块第一个div内部高度100% */
.app-main {
  height: 100vh;
}

.app-main > div {
  width: 100%;
  height: 100%;
  background-color: #F2F6FC;
}

/* tabs下的内容区统一内边距15px,因为有的有二级tabs，比如商品模块，有的没有tabs,比如订单模块，所以哪个模块需要自己引用 */
.common-tabs .el-tabs__active-bar {
  left: -0.625rem;
}
.common-tabs .el-tabs__content > div {
  padding: 0.46875rem;
  overflow: auto;
}

/* 公用的内边距为15px */
.common-padding {
  padding: 0.46875rem;
  height: 100%;
  overflow: auto;
}

/* 公用的卡片阴影和圆角 */
.common-border {
  background: #FFFFFF;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
  padding: 0.46875rem;
  height: 100%;
}

/* 公用的表头+内容形式 */
.common-title {
  height: 0.9375rem;
  font-size: 0.5rem;
  font-weight: 600;
  color: #303133;
  display: flex;
  justify-content: space-between;
}
.common-title .common-head {
  border-left: 0.09375rem solid #409EFF;
  padding-left: 0.3125rem;
}

.common-content {
  height: calc(100% - 0.9375rem);
  overflow: auto;
}

.common-nodata {
  height: calc(100% - 0.9375rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  text-align: center;
  font-size: 16PX;
}
.common-nodata img {
  display: block;
  margin: 0 auto 0.3125rem auto;
}

/* 公用的（查询条件加表格）样式，采用flex布局让表格铺满屏幕,因为项目在收银机上表格高度为0，为解决此问题，表格样式嵌套两层div */
.common-form-table {
  position: relative;
  display: flex;
  flex-direction: column;
}
.common-form-table > div:nth-child(2) {
  flex: auto;
  position: relative;
}
.common-form-table > div:nth-child(2) > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* 表单详情页面为disabled时input字体颜色（比如input由会灰色变为黑色，radio高亮显示等） */
.detail .el-input.is-disabled .el-input__inner {
  color: #000;
}
.detail .el-radio.is-bordered.is-checked {
  border: 0.03125rem solid #409eff;
}
.detail .el-radio.is-bordered.is-checked .el-radio__input.is-disabled + span.el-radio__label {
  color: #000;
}
.detail .el-radio__input.is-disabled.is-checked .el-radio__inner {
  border-color: #409EFF;
  background: #409EFF;
}
.detail .el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  background-color: #fff;
}
.detail .el-radio.is-checked .el-radio__input.is-disabled + span.el-radio__label {
  color: #000;
}
.detail .el-textarea.is-disabled .el-textarea__inner {
  color: #000;
}
.detail .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #409eff;
  border-color: #409eff;
}
.detail .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #409eff;
}

/*滚动条整体样式*/
::-webkit-scrollbar {
  width: 0.3125rem;
  height: 0.3125rem;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
  border-radius: 0.3125rem;
  background-color: #B9B9B9;
  background-image: -webkit-linear-gradient(45deg, rgba(144, 147, 153, 0.2) 25%, transparent 25%, transparent 50%, rgba(144, 147, 153, 0.2) 50%, rgba(144, 147, 153, 0.2) 75%, transparent 75%, transparent);
}

/*滚动条里面轨道*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.15625rem rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 0.3125rem;
}

.df {
  display: flex;
}

.f-ac {
  align-items: center;
}

.fg-1 {
  flex-grow: 1;
}

/*收银机页面个别按钮隐藏的公用样式*/
@media screen and (max-width: 1025px) {
  .screen-size-change {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .screen-size-change {
    display: inline-block !important;
  }
}
.total-container {
  display: flex;
  padding: 0.3125rem 0;
  margin-top: 0.15625rem;
  justify-content: space-around;
  font-size: 0.625rem;
  font-weight: 600;
  background: #f0f9eb;
  color: #67C23A;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

label {
  font-weight: 700;
}

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

#app {
  height: 100%;
}

*,
*:before,
*:after {
  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;
}
@charset "UTF-8";
/* 修复input 背景不协调 和光标变色 */
@supports (-webkit-mask: none) and (not (cater-color: #303133)) {
.login-container .el-input input {
    color: #303133;
}
}
/* 重置 element-ui的样式*/
.login-container .el-input {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}
.login-container .el-input input {
  background: #FFFFFF !important;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  color: #303133;
  caret-color: #303133;
  font-size: 0.65625rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.login-container .el-input input:-webkit-autofill {
  box-shadow: 0 0 0 31.25rem #FFFFFF inset !important;
  -webkit-text-fill-color: #303133 !important;
}
.login-container .el-form-item {
  border: 0.03125rem solid #dddddd;
  background: #FFFFFF;
  border-radius: 0.15625rem;
  color: #454545;
  margin-bottom: 0.9375rem;
}
.login-container[data-v-37dfd6fc] {
  height: 100%;
  width: 100%;
  background: url(../../static/img/loginbg.1782383824053.png) no-repeat;
  background-size: cover;
}
.login-container .login-img[data-v-37dfd6fc] {
  background: url(../../static/img/login.1782383824053.png) no-repeat;
  background-clip: content-box;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.login-container .login-form[data-v-37dfd6fc] {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-container .login-form-div[data-v-37dfd6fc] {
  width: 80%;
  max-width: 19.6875rem;
  min-width: 15.625rem;
  height: 15.625rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.3125rem;
  padding: 0 1.25rem;
}
.login-container .login-form-title[data-v-37dfd6fc] {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #303133;
  text-align: center;
  margin: 2.5rem auto 1.5625rem auto;
}
.login-container .login-form-form[data-v-37dfd6fc] {
  position: relative;
  max-width: 15rem;
  min-width: 13.125rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.login-container .svg-container[data-v-37dfd6fc] {
  padding: 0.3125rem 0 0.3125rem 0.46875rem;
  color: #303133;
  vertical-align: middle;
  width: 1.4375rem;
  display: inline-block;
  font-size: 0.84375rem;
}
.login-container .show-pwd[data-v-37dfd6fc] {
  position: absolute;
  right: 0.3125rem;
  top: 0.375rem;
  font-size: 0.84375rem;
  color: #303133;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.login-container .login-button[data-v-37dfd6fc] {
  width: 100%;
  border-radius: 0.3125rem;
  font-size: 0.84375rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.wscn-http404-container[data-v-cb6dfc12] {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.wscn-http404[data-v-cb6dfc12] {
  position: relative;
  width: 37.5rem;
  padding: 0 1.5625rem;
  overflow: hidden;
}
.wscn-http404 .pic-404[data-v-cb6dfc12] {
  position: relative;
  float: left;
  width: 18.75rem;
  overflow: hidden;
}
.wscn-http404 .pic-404__parent[data-v-cb6dfc12] {
  width: 100%;
}
.wscn-http404 .pic-404__child[data-v-cb6dfc12] {
  position: absolute;
}
.wscn-http404 .pic-404__child.left[data-v-cb6dfc12] {
  width: 2.5rem;
  top: 0.53125rem;
  left: 6.875rem;
  opacity: 0;
  -webkit-animation-name: cloudLeft-data-v-cb6dfc12;
          animation-name: cloudLeft-data-v-cb6dfc12;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid[data-v-cb6dfc12] {
  width: 1.4375rem;
  top: 0.3125rem;
  left: 13.125rem;
  opacity: 0;
  -webkit-animation-name: cloudMid-data-v-cb6dfc12;
          animation-name: cloudMid-data-v-cb6dfc12;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right[data-v-cb6dfc12] {
  width: 1.9375rem;
  top: 3.125rem;
  left: 15.625rem;
  opacity: 0;
  -webkit-animation-name: cloudRight-data-v-cb6dfc12;
          animation-name: cloudRight-data-v-cb6dfc12;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes cloudLeft-data-v-cb6dfc12 {
0% {
    top: 0.53125rem;
    left: 6.875rem;
    opacity: 0;
}
20% {
    top: 1.03125rem;
    left: 5.875rem;
    opacity: 1;
}
80% {
    top: 2.53125rem;
    left: 2.875rem;
    opacity: 1;
}
100% {
    top: 3.03125rem;
    left: 1.875rem;
    opacity: 0;
}
}
@keyframes cloudLeft-data-v-cb6dfc12 {
0% {
    top: 0.53125rem;
    left: 6.875rem;
    opacity: 0;
}
20% {
    top: 1.03125rem;
    left: 5.875rem;
    opacity: 1;
}
80% {
    top: 2.53125rem;
    left: 2.875rem;
    opacity: 1;
}
100% {
    top: 3.03125rem;
    left: 1.875rem;
    opacity: 0;
}
}
@-webkit-keyframes cloudMid-data-v-cb6dfc12 {
0% {
    top: 0.3125rem;
    left: 13.125rem;
    opacity: 0;
}
20% {
    top: 1.25rem;
    left: 11.25rem;
    opacity: 1;
}
70% {
    top: 4.0625rem;
    left: 5.625rem;
    opacity: 1;
}
100% {
    top: 5rem;
    left: 3.75rem;
    opacity: 0;
}
}
@keyframes cloudMid-data-v-cb6dfc12 {
0% {
    top: 0.3125rem;
    left: 13.125rem;
    opacity: 0;
}
20% {
    top: 1.25rem;
    left: 11.25rem;
    opacity: 1;
}
70% {
    top: 4.0625rem;
    left: 5.625rem;
    opacity: 1;
}
100% {
    top: 5rem;
    left: 3.75rem;
    opacity: 0;
}
}
@-webkit-keyframes cloudRight-data-v-cb6dfc12 {
0% {
    top: 3.125rem;
    left: 15.625rem;
    opacity: 0;
}
20% {
    top: 3.75rem;
    left: 14.375rem;
    opacity: 1;
}
80% {
    top: 5.625rem;
    left: 10.625rem;
    opacity: 1;
}
100% {
    top: 6.25rem;
    left: 9.375rem;
    opacity: 0;
}
}
@keyframes cloudRight-data-v-cb6dfc12 {
0% {
    top: 3.125rem;
    left: 15.625rem;
    opacity: 0;
}
20% {
    top: 3.75rem;
    left: 14.375rem;
    opacity: 1;
}
80% {
    top: 5.625rem;
    left: 10.625rem;
    opacity: 1;
}
100% {
    top: 6.25rem;
    left: 9.375rem;
    opacity: 0;
}
}
.wscn-http404 .bullshit[data-v-cb6dfc12] {
  position: relative;
  float: left;
  width: 9.375rem;
  padding: 0.9375rem 0;
  overflow: hidden;
}
.wscn-http404 .bullshit__oops[data-v-cb6dfc12] {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25rem;
  color: #1482f0;
  opacity: 0;
  margin-bottom: 0.625rem;
  -webkit-animation-name: slideUp-data-v-cb6dfc12;
          animation-name: slideUp-data-v-cb6dfc12;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__headline[data-v-cb6dfc12] {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #222;
  font-weight: bold;
  opacity: 0;
  margin-bottom: 0.3125rem;
  -webkit-animation-name: slideUp-data-v-cb6dfc12;
          animation-name: slideUp-data-v-cb6dfc12;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__info[data-v-cb6dfc12] {
  font-size: 0.40625rem;
  line-height: 0.65625rem;
  color: grey;
  opacity: 0;
  margin-bottom: 0.9375rem;
  -webkit-animation-name: slideUp-data-v-cb6dfc12;
          animation-name: slideUp-data-v-cb6dfc12;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__return-home[data-v-cb6dfc12] {
  display: block;
  float: left;
  width: 3.4375rem;
  height: 1.125rem;
  background: #1482f0;
  border-radius: 3.125rem;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  font-size: 0.4375rem;
  line-height: 1.125rem;
  cursor: pointer;
  -webkit-animation-name: slideUp-data-v-cb6dfc12;
          animation-name: slideUp-data-v-cb6dfc12;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes slideUp-data-v-cb6dfc12 {
0% {
    transform: translateY(1.875rem);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes slideUp-data-v-cb6dfc12 {
0% {
    transform: translateY(1.875rem);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
.platform-center[data-v-d0694e64] {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at center, rgba(82, 223, 255, 0.18) 0%, rgba(82, 223, 255, 0) 34%), url(../../static/img/centerbg.1782383824053.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 30%;
  position: relative;
  color: #3386ec;
  font-size: 8rem;
}
.platform-center[data-v-d0694e64]::before, .platform-center[data-v-d0694e64]::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.platform-center[data-v-d0694e64]::before {
  inset: 0;
  background-image: linear-gradient(rgba(86, 211, 255, 0.05) 0.03125rem, transparent 0.03125rem), linear-gradient(90deg, rgba(86, 211, 255, 0.05) 0.03125rem, transparent 0.03125rem);
  background-size: 15rem 15rem;
  opacity: 0.32;
  -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 82%);
          mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 82%);
}
.platform-center[data-v-d0694e64]::after {
  left: 50%;
  bottom: 6%;
  transform: translateX(-50%);
  width: 38%;
  height: 11rem;
  background: radial-gradient(circle, rgba(62, 197, 255, 0.3) 0%, rgba(62, 197, 255, 0) 72%);
  filter: blur(4rem);
}
.platform-center .center-top[data-v-d0694e64] {
  width: 100%;
  height: 25%;
  position: absolute;
  top: 10%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-animation: pulseHalo-data-v-d0694e64 4.8s ease-in-out infinite;
          animation: pulseHalo-data-v-d0694e64 4.8s ease-in-out infinite;
}
.platform-center .center-top a[data-v-d0694e64] {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}
.platform-center .center-top a[data-v-d0694e64]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 150%;
  height: 9rem;
  background: radial-gradient(circle, rgba(75, 215, 255, 0.34) 0%, rgba(75, 215, 255, 0) 72%);
  filter: blur(3rem);
}
.platform-center .center-top .icon-content[data-v-d0694e64] {
  width: 50rem;
  text-align: center;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 0 6rem rgba(88, 228, 255, 0.35));
}
.platform-center .center-top .icon-text[data-v-d0694e64] {
  margin-top: 5rem;
  height: 25rem;
  text-align: center;
  line-height: 25rem;
  font-size: 10rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.5rem;
  text-shadow: 0 0 5rem rgba(101, 225, 255, 0.45);
}
.platform-center .content-one[data-v-d0694e64] {
  height: 40%;
  width: 100%;
  position: absolute;
  top: 35%;
  z-index: 99;
}
.platform-center .content-one .content-item[data-v-d0694e64] {
  position: absolute;
  width: 50rem;
  height: 75rem;
  background-image: url(../../static/img/centerbg1.1782383824053.png);
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: top;
  cursor: pointer;
  transition: transform 0.22s ease, filter 0.22s ease;
  -webkit-animation: nodeFloat-data-v-d0694e64 4.8s ease-in-out infinite;
          animation: nodeFloat-data-v-d0694e64 4.8s ease-in-out infinite;
}
.platform-center .content-one .content-item[data-v-d0694e64]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translateX(-50%);
  width: 88%;
  height: 1rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(92, 226, 255, 0.82), rgba(0, 0, 0, 0));
  opacity: 0.55;
  box-shadow: 0 0 5rem rgba(82, 219, 255, 0.35);
}
.platform-center .content-one .content-item[data-v-d0694e64]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18%;
  transform: translate(-50%, -50%);
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 201, 255, 0.4) 0%, rgba(84, 201, 255, 0.12) 45%, rgba(84, 201, 255, 0) 75%);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}
.platform-center .content-one .content-item[data-v-d0694e64]:hover {
  transform: translateY(-3rem) scale(1.04);
  filter: drop-shadow(0 0 0.9rem rgba(74, 194, 255, 0.45));
}
.platform-center .content-one .content-item[data-v-d0694e64]:hover::after {
  opacity: 1;
}
.platform-center .content-one .content-item[data-v-d0694e64]:hover::before {
  opacity: 1;
  box-shadow: 0 0 8rem rgba(110, 236, 255, 0.52);
}
.platform-center .content-one .content-item:hover .icon-text[data-v-d0694e64] {
  color: #ffffff;
  text-shadow: 0 0 0.3125rem rgba(128, 235, 255, 0.8);
  filter: brightness(1.15);
}
.platform-center .content-one .content-item:hover .icon-content[data-v-d0694e64] {
  filter: drop-shadow(0 0 0.8rem rgba(93, 223, 255, 0.55));
}
.platform-center .content-one .content-item .icon-content[data-v-d0694e64] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42.5rem;
  height: 42.5rem;
  margin: 0 auto;
  padding: 10.5rem;
  transition: filter 0.22s ease, transform 0.22s ease;
}
.platform-center .content-one .content-item .icon-content.flash[data-v-d0694e64] {
  padding: 14rem;
}
.platform-center .content-one .content-item .icon-text[data-v-d0694e64] {
  margin-top: 5rem;
  width: 100%;
  height: 15rem;
  background-image: url(../../static/img/leftone5.1782383824053.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 15rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 999;
  transition: filter 0.22s ease, text-shadow 0.22s ease, color 0.22s ease;
}
.platform-center .content-one .one-one[data-v-d0694e64] {
  left: 2%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.platform-center .content-one .one-two[data-v-d0694e64] {
  left: 15%;
  top: 25%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.platform-center .content-one .one-three[data-v-d0694e64] {
  left: 28%;
  top: 50%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.platform-center .content-one .one-four[data-v-d0694e64] {
  right: 15%;
  top: 30%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.platform-center .content-one .one-five[data-v-d0694e64] {
  right: 28%;
  top: 50%;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.platform-center .content-one .one-six[data-v-d0694e64] {
  right: 2%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.platform-center .content-one .content-other-item[data-v-d0694e64] {
  position: absolute;
  color: #fff;
}
.platform-center .content-one .content-other-item .icon-text[data-v-d0694e64] {
  height: 15rem;
  text-align: center;
  line-height: 15rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}
.platform-center .content-one .one-seven[data-v-d0694e64] {
  left: 45%;
  top: 81%;
}
.platform-center .content-one .one-eight[data-v-d0694e64] {
  right: 44%;
  top: 81%;
}
.platform-center .content-center[data-v-d0694e64] {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%);
  width: 28%;
  height: 12%;
  background-image: url(../../static/img/centericon7.1782383824053.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-animation: pulseGlow-data-v-d0694e64 4s ease-in-out infinite;
          animation: pulseGlow-data-v-d0694e64 4s ease-in-out infinite;
  z-index: 88;
}
.platform-center .content-two[data-v-d0694e64] {
  height: 30%;
  width: 100%;
  position: absolute;
  top: 65%;
}
.platform-center .content-two .content-item[data-v-d0694e64] {
  position: absolute;
  width: 50rem;
  height: 90rem;
  background-image: url(../../static/img/centerbg2.1782383824053.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  transition: transform 0.22s ease, filter 0.22s ease;
  -webkit-animation: nodeFloat-data-v-d0694e64 5.6s ease-in-out infinite;
          animation: nodeFloat-data-v-d0694e64 5.6s ease-in-out infinite;
}
.platform-center .content-two .content-item[data-v-d0694e64]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 72%;
  transform: translateX(-50%);
  width: 84%;
  height: 1rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(92, 226, 255, 0.82), rgba(0, 0, 0, 0));
  opacity: 0.55;
  box-shadow: 0 0 5rem rgba(82, 219, 255, 0.35);
}
.platform-center .content-two .content-item[data-v-d0694e64]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 201, 255, 0.4) 0%, rgba(84, 201, 255, 0.12) 45%, rgba(84, 201, 255, 0) 75%);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}
.platform-center .content-two .content-item[data-v-d0694e64]:hover {
  transform: translateY(-3rem) scale(1.04);
  filter: drop-shadow(0 0 0.9rem rgba(74, 194, 255, 0.45));
}
.platform-center .content-two .content-item[data-v-d0694e64]:hover::after {
  opacity: 1;
}
.platform-center .content-two .content-item[data-v-d0694e64]:hover::before {
  opacity: 1;
  box-shadow: 0 0 8rem rgba(110, 236, 255, 0.52);
}
.platform-center .content-two .content-item:hover .icon-text[data-v-d0694e64] {
  color: #ffffff;
  text-shadow: 0 0 0.3125rem rgba(128, 235, 255, 0.8);
  filter: brightness(1.15);
}
.platform-center .content-two .content-item:hover .icon-content[data-v-d0694e64] {
  filter: drop-shadow(0 0 0.8rem rgba(93, 223, 255, 0.55));
}
.platform-center .content-two .content-item .icon-content[data-v-d0694e64] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 30rem;
  margin: 0 auto;
  transition: filter 0.22s ease, transform 0.22s ease;
}
.platform-center .content-two .content-item .icon-content.flash[data-v-d0694e64] {
  transform: scale(1.06);
}
.platform-center .content-two .content-item .icon-text[data-v-d0694e64] {
  margin-top: 72%;
  width: 100%;
  height: 15rem;
  background-image: url(../../static/img/leftone5.1782383824053.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 15rem;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  transition: filter 0.22s ease, text-shadow 0.22s ease, color 0.22s ease;
}
.platform-center .content-two .two-one[data-v-d0694e64] {
  left: 2%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.platform-center .content-two .two-two[data-v-d0694e64] {
  left: 21%;
  top: 35%;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.platform-center .content-two .two-three[data-v-d0694e64] {
  left: calc(50% - 25rem);
  top: 48%;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.platform-center .content-two .two-four[data-v-d0694e64] {
  right: 21%;
  top: 35%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.platform-center .content-two .two-five[data-v-d0694e64] {
  right: 2%;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
@-webkit-keyframes nodeFloat-data-v-d0694e64 {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-2rem);
}
}
@keyframes nodeFloat-data-v-d0694e64 {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-2rem);
}
}
@-webkit-keyframes pulseGlow-data-v-d0694e64 {
0%, 100% {
    opacity: 0.6;
    transform: translateX(-50%) scale(0.98);
}
50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.03);
}
}
@keyframes pulseGlow-data-v-d0694e64 {
0%, 100% {
    opacity: 0.6;
    transform: translateX(-50%) scale(0.98);
}
50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.03);
}
}
@-webkit-keyframes pulseHalo-data-v-d0694e64 {
0%, 100% {
    filter: brightness(0.96);
}
50% {
    filter: brightness(1.06);
}
}
@keyframes pulseHalo-data-v-d0694e64 {
0%, 100% {
    filter: brightness(0.96);
}
50% {
    filter: brightness(1.06);
}
}
.platformContentMainDiv[data-v-3d7b28b0] {
  width: 100%;
  height: 100%;
}
.platformContentMainDiv .platformmainDiv[data-v-3d7b28b0] {
  height: 100%;
  background-image: radial-gradient(circle at 50% 18%, rgba(64, 175, 255, 0.16) 0%, rgba(64, 175, 255, 0) 28%), linear-gradient(180deg, rgba(8, 26, 52, 0.18) 0%, rgba(3, 11, 28, 0.52) 100%), url(../../static/img/platform-bg.1782383824053.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.platformContentMainDiv .platformmainDiv .screen-overlay[data-v-3d7b28b0] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.platformContentMainDiv .platformmainDiv .overlay-grid[data-v-3d7b28b0] {
  opacity: 0.4;
  background-image: linear-gradient(rgba(91, 201, 255, 0.08) 0.03125rem, transparent 0.03125rem), linear-gradient(90deg, rgba(91, 201, 255, 0.08) 0.03125rem, transparent 0.03125rem);
  background-size: 18rem 18rem;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.15) 100%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.platformContentMainDiv .platformmainDiv .overlay-radial[data-v-3d7b28b0] {
  background: radial-gradient(circle at 50% 0%, rgba(73, 214, 255, 0.22), rgba(73, 214, 255, 0) 42%), radial-gradient(circle at 14% 86%, rgba(74, 120, 255, 0.16), rgba(74, 120, 255, 0) 26%), radial-gradient(circle at 86% 82%, rgba(96, 250, 255, 0.16), rgba(96, 250, 255, 0) 24%);
}
.platformContentMainDiv .platformmainDiv .platformtitleDiv[data-v-3d7b28b0] {
  background-image: url(../../static/img/platform-toptitle.1782383824053.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 25rem;
  font-size: 12rem;
  color: #fff;
  text-align: center;
  line-height: 25rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.platformContentMainDiv .platformmainDiv .platformtitleDiv .title-glow[data-v-3d7b28b0] {
  position: absolute;
  left: 50%;
  top: 11rem;
  transform: translateX(-50%);
  width: 42%;
  height: 8rem;
  background: radial-gradient(circle, rgba(83, 224, 255, 0.36) 0%, rgba(83, 224, 255, 0) 72%);
  filter: blur(4rem);
  pointer-events: none;
}
.platformContentMainDiv .platformmainDiv .platformtitleDiv .current-time[data-v-3d7b28b0] {
  position: absolute;
  left: 10rem;
  top: 4rem;
  color: #a8eaff;
  font-size: 7.5rem;
  letter-spacing: 1rem;
  text-shadow: 0 0 4rem rgba(103, 220, 255, 0.4);
  white-space: nowrap;
  line-height: 1;
}
.platformContentMainDiv .platformmainDiv .platformtitleDiv .icon[data-v-3d7b28b0] {
  position: absolute;
  left: 0.5%;
  top: 2.5rem;
  font-size: 9rem;
  cursor: pointer;
  color: #ccc;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv[data-v-3d7b28b0] {
  height: calc(100% - 25rem);
  padding: 5rem 10rem;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .subTitle[data-v-3d7b28b0] {
  width: 100%;
  height: 25rem;
  background-image: url(../../static/img/platform-subtitle.1782383824053.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 25rem;
  font-weight: bold;
  font-size: 10rem;
  color: white;
  padding-left: 15rem;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .content-padding[data-v-3d7b28b0] {
  padding: 5rem 0;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformLeft[data-v-3d7b28b0] {
  width: 22%;
  height: 100%;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformLeft .leftOne[data-v-3d7b28b0] {
  width: 100%;
  height: 25%;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformLeft .leftOne .leftOneContent[data-v-3d7b28b0] {
  width: 100%;
  height: calc(100% - 1.5625rem);
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformLeft .leftTwo[data-v-3d7b28b0] {
  width: 100%;
  height: 45%;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformLeft .leftTwo .leftTwoContent[data-v-3d7b28b0] {
  width: 100%;
  height: calc(100% - 1.5625rem);
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformLeft .leftThree[data-v-3d7b28b0] {
  width: 100%;
  height: 30%;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformLeft .leftThree .leftThreeContent[data-v-3d7b28b0] {
  width: 100%;
  height: calc(100% - 1.5625rem);
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformCenter[data-v-3d7b28b0] {
  width: 56%;
  height: 100%;
  position: relative;
  -webkit-animation: centerFloat-data-v-3d7b28b0 6.5s ease-in-out infinite;
          animation: centerFloat-data-v-3d7b28b0 6.5s ease-in-out infinite;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformCenter[data-v-3d7b28b0]::before, .platformContentMainDiv .platformmainDiv .platformContentDiv .platformCenter[data-v-3d7b28b0]::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformCenter[data-v-3d7b28b0]::before {
  top: 6rem;
  width: 72%;
  height: 0.5rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(99, 230, 255, 0.72), rgba(0, 0, 0, 0));
  box-shadow: 0 0 7rem rgba(90, 218, 255, 0.45);
  -webkit-animation: energyLine-data-v-3d7b28b0 3.2s ease-in-out infinite;
          animation: energyLine-data-v-3d7b28b0 3.2s ease-in-out infinite;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformCenter[data-v-3d7b28b0]::after {
  bottom: 4rem;
  width: 56%;
  height: 6rem;
  background: radial-gradient(circle, rgba(89, 214, 255, 0.28) 0%, rgba(89, 214, 255, 0) 70%);
  filter: blur(3rem);
  -webkit-animation: pulseGlow-data-v-3d7b28b0 3.6s ease-in-out infinite;
          animation: pulseGlow-data-v-3d7b28b0 3.6s ease-in-out infinite;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformRight[data-v-3d7b28b0] {
  width: 22%;
  height: 100%;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformRight .rightOne[data-v-3d7b28b0] {
  width: 100%;
  height: 33%;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformRight .rightOne .rightOneContent[data-v-3d7b28b0] {
  width: 100%;
  height: calc(100% - 1.5625rem);
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformRight .rightTwo[data-v-3d7b28b0] {
  width: 100%;
  height: 33%;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformRight .rightTwo .rightTwoContent[data-v-3d7b28b0] {
  width: 100%;
  height: calc(100% - 1.5625rem);
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformRight .rightThree[data-v-3d7b28b0] {
  width: 100%;
  height: 34%;
}
.platformContentMainDiv .platformmainDiv .platformContentDiv .platformRight .rightThree .rightThreeContent[data-v-3d7b28b0] {
  width: 100%;
  height: calc(100% - 1.5625rem);
}
.platformContentMainDiv .back-content[data-v-3d7b28b0] {
  position: absolute;
  top: 10rem;
  z-index: 9999;
  left: 10rem;
  cursor: pointer;
  color: white;
  font-size: 8rem;
}
@-webkit-keyframes centerFloat-data-v-3d7b28b0 {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-2rem);
}
}
@keyframes centerFloat-data-v-3d7b28b0 {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-2rem);
}
}
@-webkit-keyframes pulseGlow-data-v-3d7b28b0 {
0%, 100% {
    opacity: 0.55;
    transform: translateX(-50%) scaleX(0.96);
}
50% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1.04);
}
}
@keyframes pulseGlow-data-v-3d7b28b0 {
0%, 100% {
    opacity: 0.55;
    transform: translateX(-50%) scaleX(0.96);
}
50% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1.04);
}
}
@-webkit-keyframes energyLine-data-v-3d7b28b0 {
0%, 100% {
    opacity: 0.55;
}
50% {
    opacity: 1;
}
}
@keyframes energyLine-data-v-3d7b28b0 {
0%, 100% {
    opacity: 0.55;
}
50% {
    opacity: 1;
}
}
.ding-check {
  width: 100%;
  height: 100% !important;
  background: radial-gradient(circle at top, rgba(36, 123, 255, 0.18), transparent 38%), linear-gradient(180deg, #06172f 0%, #081f3f 45%, #051224 100%);
  overflow: hidden;
}
.ding-check::before, .ding-check::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ding-check::before {
  background-image: linear-gradient(rgba(90, 212, 255, 0.04) 0.03125rem, transparent 0.03125rem), linear-gradient(90deg, rgba(90, 212, 255, 0.04) 0.03125rem, transparent 0.03125rem);
  background-size: 16rem 16rem;
  opacity: 0.35;
}
.ding-check::after {
  background: radial-gradient(circle at 50% 0%, rgba(82, 211, 255, 0.18), rgba(82, 211, 255, 0) 35%), radial-gradient(circle at 12% 88%, rgba(68, 113, 255, 0.12), rgba(68, 113, 255, 0) 25%), radial-gradient(circle at 88% 84%, rgba(98, 246, 255, 0.12), rgba(98, 246, 255, 0) 24%);
}
.ding-check > * {
  position: relative;
  z-index: 1;
}
.ding-check .iframe-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 20rem;
}
.ding-check .screen-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 20rem;
  padding: 0 8rem;
  background: linear-gradient(90deg, rgba(5, 29, 58, 0.9) 0%, rgba(14, 65, 124, 0.76) 50%, rgba(5, 29, 58, 0.9) 100%), linear-gradient(180deg, rgba(73, 223, 255, 0.06) 0%, rgba(73, 223, 255, 0) 100%);
  box-shadow: inset 0 -0.4rem 0 rgba(93, 203, 255, 0.35), 0 2rem 6rem rgba(0, 0, 0, 0.35);
}
.ding-check .screen-toolbar::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 68%;
  height: 0.6rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(97, 233, 255, 0.9), rgba(0, 0, 0, 0));
  box-shadow: 0 0 2rem rgba(88, 221, 255, 0.5);
}
.ding-check .toolbar-time {
  position: absolute;
  left: 8rem;
  top: 50%;
  transform: translateY(-50%);
  color: #a8eaff;
  font-size: 4rem;
  letter-spacing: 0.5rem;
  text-shadow: 0 0 1.6rem rgba(103, 220, 255, 0.4);
  white-space: nowrap;
}
.ding-check .back-btn {
  min-width: 38rem;
  height: 12rem;
  line-height: 12rem;
  text-align: center;
  padding: 0 6rem;
  color: #d9f6ff;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.6rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0.4rem solid rgba(93, 203, 255, 0.75);
  background: linear-gradient(180deg, rgba(34, 126, 255, 0.28) 0%, rgba(11, 48, 103, 0.6) 100%), linear-gradient(90deg, rgba(90, 222, 255, 0.1) 0%, rgba(90, 222, 255, 0) 100%);
  box-shadow: inset 0 0 5rem rgba(93, 203, 255, 0.18), 0 0 3rem rgba(42, 167, 255, 0.18);
  -webkit-clip-path: polygon(3rem 0, 100% 0, calc(100% - 3rem) 100%, 0 100%);
          clip-path: polygon(3rem 0, 100% 0, calc(100% - 3rem) 100%, 0 100%);
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
.ding-check .back-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(163, 244, 255, 0.55), rgba(255, 255, 255, 0));
  transform: skewX(-20deg);
  transition: left 0.28s ease;
}
.ding-check .back-btn:hover {
  color: #fff;
  border-color: #7fe8ff;
  box-shadow: inset 0 0 6rem rgba(127, 232, 255, 0.28), 0 0 4rem rgba(65, 191, 255, 0.35);
  transform: translateY(-0.4rem);
}
.ding-check .back-btn:hover::before {
  left: 110%;
}
.ding-check .screen-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #e9fbff;
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: 1.6rem;
  text-shadow: 0 0 3rem rgba(103, 220, 255, 0.45), 0 0 6rem rgba(103, 220, 255, 0.18);
}
.ding-check .iframe-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.ding-check .business-carousel {
  width: 100%;
  height: 100%;
}
.ding-check .business-carousel .el-carousel__container {
  height: 100%;
}
.ding-check .business-carousel .el-carousel__item {
  width: 100%;
  height: 100%;
}
.ding-check .business-carousel .el-carousel__arrow {
  width: 12rem;
  height: 12rem;
  background: rgba(7, 28, 56, 0.72);
  border: 0.3rem solid rgba(100, 228, 255, 0.7);
  box-shadow: 0 0 2rem rgba(79, 214, 255, 0.25), inset 0 0 2rem rgba(79, 214, 255, 0.16);
  color: #dffbff;
  font-size: 5rem;
  transition: all 0.2s ease;
}
.ding-check .business-carousel .el-carousel__arrow:hover {
  background: rgba(15, 62, 118, 0.88);
  border-color: #8cecff;
  color: #ffffff;
  box-shadow: 0 0 3rem rgba(79, 214, 255, 0.45), inset 0 0 2.6rem rgba(79, 214, 255, 0.22);
}
.ding-check .business-carousel .el-carousel__arrow--left {
  left: 3rem;
}
.ding-check .business-carousel .el-carousel__arrow--right {
  right: 3rem;
}
.ding-check .content-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.ding-check .content-iframe.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.ding-check .loading-tip {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.ding-check .loading-tip .content-box {
  font-size: 0.9375rem;
  padding: 0.9375rem;
  border-radius: 0.25rem;
  text-align: center;
  max-width: 12.5rem;
}
.markrt-ad-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  text-align: center;
}
.markrt-ad-box .ad-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
.markrt-ad-box .ad-img {
    width: 80%;
}
}
@media screen and (min-width: 1024px) {
.markrt-ad-box .ad-img {
    width: 60%;
}
}

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

.pwd-eye-icon[data-v-7356ca03] {
  margin-right: 0.15625rem;
  cursor: pointer;
  color: #303033;
}
.expiry-reminder[data-v-1270186c] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 360PX;
  min-width: 0;
  overflow: hidden;
  color: #f2647c;
  font-size: 0.4375rem;
  line-height: 1;
}
.expiry-reminder .el-icon-message-solid[data-v-1270186c] {
  flex-shrink: 0;
  margin-right: 0.1875rem;
  font-size: 0.5rem;
}
.expiry-reminder-viewport[data-v-1270186c] {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.expiry-reminder-track[data-v-1270186c] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
}
.expiry-reminder-track[data-v-1270186c]:not(.is-scrolling) {
  justify-content: left;
}
.expiry-reminder-track.is-scrolling[data-v-1270186c] {
  justify-content: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  -webkit-animation: expiry-marquee-data-v-1270186c var(--marquee-duration, 15s) linear infinite;
          animation: expiry-marquee-data-v-1270186c var(--marquee-duration, 15s) linear infinite;
  will-change: transform;
}
.expiry-reminder-track.is-scrolling[data-v-1270186c]:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.expiry-reminder-text[data-v-1270186c] {
  flex-shrink: 0;
}
.expiry-reminder-text--copy[data-v-1270186c] {
  margin-left: var(--marquee-gap, 32px);
}
@-webkit-keyframes expiry-marquee-data-v-1270186c {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-1 * var(--marquee-distance, 0px)));
}
}
@keyframes expiry-marquee-data-v-1270186c {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-1 * var(--marquee-distance, 0px)));
}
}
.navbar[data-v-4ace4340] {
  display: flex;
  align-items: center;
  height: 50PX;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 1PX 4PX rgba(0, 21, 41, 0.08);
}
.navbar .hamburger-container[data-v-4ace4340] {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  line-height: 46PX;
  height: 100%;
  background: #fff;
  cursor: pointer;
  transition: background 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.navbar .hamburger-container[data-v-4ace4340]:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .breadcrumb-container[data-v-4ace4340] {
  float: left;
}
.navbar .right-menu[data-v-4ace4340] {
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  height: 100%;
  font-size: 14PX;
  line-height: 50PX;
  padding: 0 20PX;
  display: flex;
  align-items: center;
  background: #fff;
}
.navbar .right-menu[data-v-4ace4340]:focus {
  outline: none;
}
.navbar .right-menu .expiry-reminder-slot[data-v-4ace4340] {
  margin-right: 16PX;
  flex-shrink: 1;
  min-width: 0;
}
.navbar .right-menu .switch-content[data-v-4ace4340] {
  display: flex;
  align-items: center;
  margin-right: 30PX;
}
.navbar .right-menu .switch-content .switch-label[data-v-4ace4340] {
  font-size: 14PX;
}
.navbar .right-menu .right-menu-item[data-v-4ace4340] {
  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-4ace4340] {
  cursor: pointer;
  transition: background 0.3s;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-4ace4340]:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .right-menu .avatar-container[data-v-4ace4340] {
  margin-right: 40PX;
}
.navbar .right-menu .avatar-container .avatar-wrapper[data-v-4ace4340] {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sidebarLogoFade-enter-active[data-v-6494804b] {
  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: 120PX;
  background: #303133;
  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: 82PX;
  height: 80PX;
  margin-top: 18PX;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-logo-close[data-v-6494804b] {
  width: 34PX;
  height: 34PX;
  margin-top: 6PX;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-title[data-v-6494804b] {
  margin: 0;
  color: #fff;
  font-weight: 500;
  line-height: 20PX;
  font-size: 18PX;
  font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
.sidebar-logo-container.collapse[data-v-6494804b] {
  height: 50PX;
}
.sidebar-logo-container.collapse .sidebar-logo[data-v-6494804b] {
  margin-right: 0PX;
}
@charset "UTF-8"
/**
 * @desc 颜色变量
 * @author 武迪
 */

.app-main[data-v-078753dd] {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fixed-header+.app-main[data-v-078753dd] {
  padding-top: 50PX;
}

@charset "UTF-8";
/**
 * @desc 混合样式，避免编码时重复输入代码段,使用时@include调用
 * @author 武迪
 */
/* 清除浮动 */
/* 相对定位 */
/**
 * @desc 颜色变量
 * @author 武迪
 */
[data-v-13877386]:export {
  menuText: #FFFFFF;
  menuActiveText: #FFFFFF;
  subMenuActiveText: #FFFFFF;
  menuBg: #303133;
  menuHover: #4D4D4D;
  subMenuBg: #303133;
  subMenuHover: #4D4D4D;
  sideBarWidth: 150PX;
}
.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% - 150PX);
  transition: width 0.28s;
}
.hideSidebar .fixed-header[data-v-13877386] {
  width: calc(100% - 54PX);
}
.mobile .fixed-header[data-v-13877386] {
  width: 100%;
}
.test[data-v-13877386] {
  position: fixed;
  top: 0 rpx;
  z-index: 9999;
}
.video[data-v-13877386] {
  position: fixed;
  top: -100%;
  width: 3.125rem;
  z-index: 9999;
}

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

