
.floating-button[data-v-236d91c8] {
  width: 50px;
  height: 150px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1999;
  /* background-color: aquamarine; */
  background: rgba(255, 255, 255, 0.27);
  border-radius: 25px;
}
.floating-button-new[data-v-236d91c8] {
  width: 70px;
  height: 80px;
  position: fixed;
  bottom: 180px;
  right: 10px;
  z-index: 1999;
  /* background-color: aquamarine; */
  /* background: white; */
  /* border-radius: 25px; */
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: zoomInOut-236d91c8 0.5s infinite alternate;
}
@keyframes zoomInOut-236d91c8 {
from {
    transform: scale(1);
}
to {
    transform: scale(1.1);
}
}
.marginTop[data-v-236d91c8] {
  margin-top: 10px;
}
.center-container[data-v-236d91c8] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

[data-v-1353207f]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.class-overlay[data-v-1353207f] {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1500;
}
.class-login-form[data-v-1353207f] {
  position: absolute;
  display: flex;
  padding-left: 50px;
  padding-right: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  background: #1c1d29;
}
.class-overlay-captcha-bind[data-v-1353207f] {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}
[data-v-3f797266]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.class-overlay[data-v-3f797266] {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1500;
}
.class-login-form[data-v-3f797266] {
  position: absolute;
  display: flex;
  padding-left: 50px;
  padding-right: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  background: #1c1d29;
}
.class-overlay-captcha-bind[data-v-3f797266] {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}
@font-face {
    font-family: 'DingTalk_JinBuTi';
    src: url(../fonts/DingTalk_JinBuTi.ttf) format('truetype');
}

@charset "UTF-8";

/* 全局样式 */
/* 滚动条的整体样式 */
::-webkit-scrollbar {
  width: 5px; /* 宽度 */
  height: 5px; /* 高度 */
}

/* 滚动条的轨道 */
::-webkit-scrollbar-track {
  background: #ccc; /* 轨道背景色 */
  border-radius: 5px; /* 轨道圆角 */
}

/* 滚动条的滑块 */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5); /* 滑块背景色 */
  border-radius: 5px; /* 滑块圆角 */
}

/* 滑块在悬停时的颜色 */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5); /* 悬停时的滑块背景色 */
}
#app .main-container {
  min-height: 100%;
  transition: margin-left 0.28s;
  margin-left: 210px;
  position: relative;
}
#app .sidebar-container {
  transition: width 0.28s;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  background-color: #701b87;
}
#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: 0px;
}
#app .sidebar-container .el-scrollbar {
  height: 100%;
}
#app .sidebar-container.has-logo .el-scrollbar {
  height: calc(100% - 50px);
}
#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 .is-active > .el-submenu__title {
  color: #ffffff !important;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title, #app .sidebar-container .el-submenu .el-menu-item {
  min-width: 210px !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: 210px !important;
}
#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  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 > .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;
}

:root {
  --el-border-radius-small: 10px;
  --el-border-radius-base: 10px;
  --el-color-primary: #4ebafa;
}

.el-avatar {
  --el-avatar-background-color: none !important;
  --el-avatar-bg-color: none !important;
}

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

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

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

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

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

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

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -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;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

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

div#driver-popover-item .driver-popover-title {
  color: #1890ff;
}

div#driver-popover-item .driver-popover-footer .driver-next-btn {
  background-color: #1890ff;
  color: white;
  text-shadow: none;
  border-radius: 4px;
}
[data-v-c8a70580]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.svg-icon[data-v-c8a70580] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.confirm-dialog-overlay[data-v-055d7028] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.confirm-dialog[data-v-055d7028] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
}
.confirm-dialog-header[data-v-055d7028] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.confirm-dialog-body[data-v-055d7028] {
    margin-bottom: 20px;
}
.confirm-dialog-footer[data-v-055d7028] {
    display: flex;
    justify-content: flex-end;
}
.confirm-button[data-v-055d7028], .cancel-button[data-v-055d7028] {
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
}
.confirm-button[data-v-055d7028] {
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 5px;
}
.cancel-button[data-v-055d7028] {
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 5px;
}
  
