@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 .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 .3s; }

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

.breadcrumb-move {
  transition: all .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 {
  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; }

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

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.1753250103653.png) no-repeat;
  background-size: cover;
}
.login-container .login-img[data-v-37dfd6fc] {
    background: url(../../static/img/login.1753250103653.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;
            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;
        animation-name: cloudLeft-cb6dfc12;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid[data-v-cb6dfc12] {
        width: 1.4375rem;
        top: 0.3125rem;
        left: 13.125rem;
        opacity: 0;
        animation-name: cloudMid-cb6dfc12;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right[data-v-cb6dfc12] {
        width: 1.9375rem;
        top: 3.125rem;
        left: 15.625rem;
        opacity: 0;
        animation-name: cloudRight-cb6dfc12;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        animation-delay: 1s;
}
@keyframes cloudLeft-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 cloudMid-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 cloudRight-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;
      animation-name: slideUp-cb6dfc12;
      animation-duration: 0.5s;
      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;
      animation-name: slideUp-cb6dfc12;
      animation-duration: 0.5s;
      animation-delay: 0.1s;
      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;
      animation-name: slideUp-cb6dfc12;
      animation-duration: 0.5s;
      animation-delay: 0.2s;
      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;
      animation-name: slideUp-cb6dfc12;
      animation-duration: 0.5s;
      animation-delay: 0.3s;
      animation-fill-mode: forwards;
}
@keyframes slideUp-cb6dfc12 {
0% {
    transform: translateY(1.875rem);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}


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

.navbar[data-v-4ace4340] {
  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] {
    line-height: 46PX;
    height: 100%;
    float: left;
    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] {
    float: right;
    height: 100%;
    font-size: 14PX;
    line-height: 50PX;
    padding: 0 20PX;
    display: flex;
    align-items: center;
}
.navbar .right-menu[data-v-4ace4340]:focus {
      outline: none;
}
.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: 52PX;
      margin-top: 10PX;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-logo-close[data-v-6494804b] {
      width: 46PX;
      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: 50PX;
      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: 0rpx;
  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;
}

