html,
body,
#app,
#root {
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Microsoft YaHei, PingFang SC, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  letter-spacing: 0.4px;
}
body {
  padding: 0;
  margin: 0;
}
.jee-theme {
  color: #11966b;
}
.jee-back {
  color: #f5f5f5;
}
.jee-card-back {
  color: #FFF;
}
.jee-theme-mask {
  color: rgba(194, 214, 204, 0.1);
}
.jee-strengthen {
  color: #C2D6CC;
}
.jee-theme-hover {
  color: #1b9b72;
}
.jee-warning {
  color: #FF4B33;
}
.jee-inside-link {
  color: #15b783;
}
.jee-external-link {
  color: #AE1B6E;
}
.jee-theme {
  color: #11966b;
}
.jee-back {
  color: #f5f5f5;
}
.jee-card-back {
  color: #FFF;
}
.jee-theme-mask {
  color: rgba(194, 214, 204, 0.1);
}
.jee-strengthen {
  color: #C2D6CC;
}
.jee-theme-hover {
  color: #1b9b72;
}
.jee-warning {
  color: #FF4B33;
}
.jee-inside-link {
  color: #15b783;
}
.jee-external-link {
  color: #AE1B6E;
}
.jee-theme-back-color {
  background-color: #11966b;
}
.jee-back-color {
  background-color: #f5f5f5;
}
.jee-card-back-color {
  background-color: #FFF;
}
.jee-theme-mask-back-color {
  background-color: rgba(194, 214, 204, 0.1);
}
.jee-strengthen-back-color {
  background-color: #C2D6CC;
}
.jee-theme-hover-back-color {
  background-color: #1b9b72;
}
.jee-warning-back-color {
  background-color: #FF4B33;
}
.jee-inside-link-back-color {
  background-color: #15b783;
}
.jee-external-link-back-color {
  background-color: #AE1B6E;
}
.colorWeak {
  filter: invert(80%);
}
.ant-layout .layout-basic {
  height: 100vh;
  min-height: 100vh;
}
canvas {
  display: block;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f0f2f5;
}
ul,
ol {
  list-style: none;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: #b3b3b3;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.03);
}
::-webkit-scrollbar-thumb:hover {
  background: #a6a6a6;
}
::-webkit-scrollbar-thumb:active {
  background: #8c8c8c;
}
.ant-table-body {
  overflow-x: auto !important;
}
.ant-page-header-heading {
  display: none;
}
.table-alert {
  margin-bottom: 16px;
}
.table-operator {
  margin-bottom: 18px;
}
.table-operator button {
  margin-right: 8px;
}
.table-page-search-wrapper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 30px;
  padding-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  background: #fafafa;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item {
  display: flex;
  margin-right: 0;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control-wrapper {
  flex: 1 1;
  display: inline-block;
  vertical-align: middle;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item > .ant-form-item-label {
  line-height: 32px;
  padding-right: 8px;
  width: auto;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control {
  height: 32px;
  line-height: 32px;
}
.table-page-search-wrapper .table-page-search-submitButtons {
  display: block;
  margin-bottom: 24px;
  white-space: nowrap;
}
.ant-pro-sider-menu-sider .light {
  box-shadow: none;
}
.ant-card-body {
  padding: 0 !important;
}
.ant-card {
  border-radius: 10px;
  overflow: hidden;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #11966b;
}
.ant-input:focus {
  border-color: #11966b;
}
.drawer-btn-center {
  box-sizing: border-box;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  padding: 10px 16px;
  background: #ffffff;
  text-align: center;
  z-index: 2;
}
.drawer-btn-center:first-child {
  margin-right: 80px;
}
.drawer-btn-center button {
  margin: 0;
  padding: 3px 20px;
}
.els {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ant-pro-basicLayout-content {
  margin: 0;
  padding: 15px;
}
.ant-table-align-left {
  padding-left: 38px;
}
.mg-b-30 {
  margin-bottom: 30px;
}
.table-head-ground {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.table-head-ground .table-layer {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
}
.table-head-layout {
  min-width: 220px;
  max-width: 240px;
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 30px !important;
  margin-right: 16px !important;
}
.result-err {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  overflow: auto;
}
.result-err div {
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
}
.result-err div p.big-text {
  font-size: 36px;
  font-weight: 700;
}
.margin-botomt-5 {
  margin-bottom: 5px;
}
.ant-menu-item {
  display: flex !important;
  align-items: center;
}
.verification-container[data-v-6b89c375] {
  text-align: center;
}
.verification-container .description[data-v-6b89c375] {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}
.verification-container .verification-form .input-label[data-v-6b89c375] {
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 16px;
  text-align: left;
}
.verification-container .verification-form .code-inputs[data-v-6b89c375] {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;
}
.verification-container .verification-form .code-inputs input[data-v-6b89c375] {
  width: 48px;
  height: 48px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  color: #1a1a1a;
  background: #fff;
  transition: all 0.3s;
}
.verification-container .verification-form .code-inputs input[data-v-6b89c375]:focus {
  border-color: #00b96b;
  box-shadow: 0 0 0 2px rgba(0, 185, 107, 0.2);
  outline: none;
}
.verification-container .verification-form .verify-button[data-v-6b89c375] {
  width: 100%;
  height: 48px;
  font-size: 16px;
  margin-bottom: 24px;
}
.verification-container .verification-form .resend-section[data-v-6b89c375] {
  text-align: center;
  margin-bottom: 24px;
}
.verification-container .verification-form .resend-section .resend-text[data-v-6b89c375] {
  color: #666;
  margin-right: 8px;
}
.verification-container .verification-form .resend-section .resend-link[data-v-6b89c375] {
  color: #00b96b;
  cursor: pointer;
  text-decoration: none;
}
.verification-container .verification-form .resend-section .resend-link.disabled[data-v-6b89c375] {
  color: #999;
  cursor: not-allowed;
}
.verification-container .verification-form .resend-section .resend-link[data-v-6b89c375]:hover:not(.disabled) {
  color: #009f5d;
}
[data-v-f0c0afc4] .ant-form-item {
  margin-bottom: 20px;
}
#userLayout.user-layout-wrapper[data-v-692f7012] {
  height: 100%;
}
#userLayout.user-layout-wrapper.mobile .container .main[data-v-692f7012] {
  max-width: 368px;
  width: 98%;
}
#userLayout.user-layout-wrapper .container[data-v-692f7012] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  background: #f5f8fa;
  background-size: cover;
  position: relative;
}
#userLayout.user-layout-wrapper .container .user-layout-lang[data-v-692f7012] {
  width: 100%;
  height: 0;
  text-align: right;
}
#userLayout.user-layout-wrapper .container .user-layout-content[data-v-692f7012] {
  background-color: #ffffff;
  border-radius: 20px;
  /* 圆角 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 50px 25px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top[data-v-692f7012] {
  text-align: center;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .header[data-v-692f7012] {
  height: 44px;
  line-height: 44px;
  margin-bottom: 80px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .header .badge[data-v-692f7012] {
  position: absolute;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: -12px;
  margin-top: -10px;
  opacity: 0.8;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .header .logo[data-v-692f7012] {
  vertical-align: top;
  border-style: none;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .header .title[data-v-692f7012] {
  font-size: 33px;
  color: rgba(0, 0, 0, 0.85);
  font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  position: relative;
  top: 2px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .desc[data-v-692f7012] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 40px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #252626;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  line-height: 28px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .desc span[data-v-692f7012] {
  margin-left: 10px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .main[data-v-692f7012] {
  min-width: 260px;
  width: 368px;
  margin: 0 auto;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer[data-v-692f7012] {
  width: 100%;
  bottom: 0;
  padding: 0 16px;
  margin: 48px 0 24px;
  text-align: center;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer .links[data-v-692f7012] {
  margin-bottom: 8px;
  font-size: 14px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer .links a[data-v-692f7012] {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer .links a[data-v-692f7012]:not(:last-child) {
  margin-right: 40px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer .copyright[data-v-692f7012] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
#userLayout.user-layout-wrapper .container a[data-v-692f7012] {
  text-decoration: none;
}
.user-layout-login label[data-v-692f7012] {
  font-size: 14px;
}
.user-layout-login .forge-password[data-v-692f7012] {
  font-size: 14px;
  color: #11966b;
}
.user-layout-login button.login-button[data-v-692f7012] {
  padding: 0 15px;
  font-size: 16px;
  height: 40px;
  width: 100%;
}
.user-layout-login .user-login-other[data-v-692f7012] {
  text-align: left;
  margin-top: 24px;
  line-height: 22px;
}
.user-layout-login .user-login-other .item-icon[data-v-692f7012] {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.2);
  margin-left: 16px;
  vertical-align: middle;
  cursor: pointer;
  transition: color 0.3s;
}
.user-layout-login .user-login-other .item-icon[data-v-692f7012]:hover {
  color: #1b9b72;
}
.user-layout-login .user-login-other .register[data-v-692f7012] {
  float: right;
}
.user-layout-login .code[data-v-692f7012] {
  display: flex;
  justify-content: space-between;
}
.user-layout-login .code .code-input[data-v-692f7012] {
  width: 216px;
}
.user-layout-login .code .code-img[data-v-692f7012] {
  width: 137px;
  height: 40px;
  background-color: #ddd;
}
.user-layout-login .code .code-img img[data-v-692f7012] {
  width: 137px;
  height: 40px;
}
.user-layout-login .submit[data-v-692f7012] {
  margin-top: 30px;
}
.vercode-mask[data-v-692f7012] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.vercode-mask[data-v-692f7012]:hover {
  cursor: pointer;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #11966b;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #11966b, 0 0 5px #11966b;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #11966b;
  border-left-color: #11966b;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#userLayout.user-layout-wrapper[data-v-43f6a094] {
  height: 100%;
}
#userLayout.user-layout-wrapper.mobile .container .main[data-v-43f6a094] {
  max-width: 368px;
  width: 98%;
}
#userLayout.user-layout-wrapper .container[data-v-43f6a094] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  background: #f5f8fa;
  background-size: cover;
  position: relative;
}
#userLayout.user-layout-wrapper .container .user-layout-lang[data-v-43f6a094] {
  width: 100%;
  height: 0;
  text-align: right;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top[data-v-43f6a094] {
  text-align: center;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .header[data-v-43f6a094] {
  height: 44px;
  line-height: 44px;
  margin-bottom: 80px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .header .badge[data-v-43f6a094] {
  position: absolute;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: -12px;
  margin-top: -10px;
  opacity: 0.8;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .header .logo[data-v-43f6a094] {
  vertical-align: top;
  border-style: none;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .header .title[data-v-43f6a094] {
  font-size: 33px;
  color: rgba(0, 0, 0, 0.85);
  font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  position: relative;
  top: 2px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .desc[data-v-43f6a094] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 40px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #252626;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  line-height: 28px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .top .desc span[data-v-43f6a094] {
  margin-left: 10px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .main[data-v-43f6a094] {
  min-width: 260px;
  width: 368px;
  margin: 0 auto;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer[data-v-43f6a094] {
  width: 100%;
  bottom: 0;
  padding: 0 16px;
  margin: 48px 0 24px;
  text-align: center;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer .links[data-v-43f6a094] {
  margin-bottom: 8px;
  font-size: 14px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer .links a[data-v-43f6a094] {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer .links a[data-v-43f6a094]:not(:last-child) {
  margin-right: 40px;
}
#userLayout.user-layout-wrapper .container .user-layout-content .footer .copyright[data-v-43f6a094] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
#userLayout.user-layout-wrapper .container a[data-v-43f6a094] {
  text-decoration: none;
}
.subMenu-title[data-v-3d7093f4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.subMenu-title .sub-menu-item-text[data-v-3d7093f4] {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.subMenu-title .prompt[data-v-3d7093f4] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e61717;
  margin-right: 3px;
  flex-shrink: 0;
}
.sub-menu-title-text[data-v-3d7093f4] {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
[data-v-3d7093f4] .ant-menu-submenu-title {
  display: flex;
  align-items: center;
}
[data-v-3d7093f4] .ant-menu-submenu-title .sub-menu-title-text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-3d7093f4] .ant-menu-submenu-title .ant-tooltip {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.sider-header[data-v-7344f15a] {
  display: flex;
  align-items: center;
  height: 56px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
/*
  菜单栏部分
*/
[data-v-7344f15a] .jeepay-menu {
  height: 100%;
  position: relative;
  /* 菜单项文本溢出处理 */
  /* 确保菜单项内容正确对齐 */
}
[data-v-7344f15a] .jeepay-menu .ant-menu-inline {
  border-right: none;
  background: none !important;
}
[data-v-7344f15a] .jeepay-menu .ant-menu-root {
  /*
      ant-d-vue menu子节点与父节点相差24px 太大， 改为父子节点相差16px
    */
}
[data-v-7344f15a] .jeepay-menu .ant-menu-root .no-child {
  padding-left: 16px !important;
}
[data-v-7344f15a] .jeepay-menu .ant-menu-root > .ant-menu-submenu .ant-menu-submenu-title {
  padding-left: 16px !important;
}
[data-v-7344f15a] .jeepay-menu .ant-menu-root > .ant-menu-submenu .ant-menu-item {
  padding-left: 32px !important;
}
[data-v-7344f15a] .jeepay-menu .ant-menu-root > .ant-menu-submenu .ant-menu-submenu .ant-menu-submenu-title {
  padding-left: 32px !important;
}
[data-v-7344f15a] .jeepay-menu .ant-menu-root > .ant-menu-submenu .ant-menu-submenu .ant-menu-item {
  padding-left: 48px !important;
}
[data-v-7344f15a] .jeepay-menu .ant-menu-root {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  /* 滚动条整体样式 */
  /* 滚动条滑块 */
  /* 滚动条轨道 */
}
[data-v-7344f15a] .jeepay-menu .ant-menu-root::-webkit-scrollbar {
  border-radius: 10px;
  /* 滑块的边角圆滑度 */
  width: 6px;
  /* 这实际上控制的是滚动条整体区域的宽度，而非滚动条的"滑块" */
  height: 1px;
  /* 对于水平滚动条，这个值可能不重要，但保持一致性 */
}
[data-v-7344f15a] .jeepay-menu .ant-menu-root::-webkit-scrollbar-thumb {
  background: #d0d2d4;
  /* 滑块的颜色 */
  border-radius: 20px;
  /* 滑块的边角圆滑度 */
}
[data-v-7344f15a] .jeepay-menu .ant-menu-root::-webkit-scrollbar-track {
  background: transparent;
  /* 轨道的颜色 */
}
[data-v-7344f15a] .jeepay-menu .menu-item-text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
[data-v-7344f15a] .jeepay-menu .ant-menu-item {
  display: flex !important;
  align-items: center !important;
}
[data-v-7344f15a] .jeepay-menu .ant-menu-item .anticon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}
[data-v-7344f15a] .jeepay-menu .ant-menu-item .menu-item-text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-7344f15a] .jeepay-menu .ant-menu-item .ant-tooltip {
  display: flex !important;
  align-items: center !important;
  flex: 1;
  min-width: 0;
}
[data-v-7344f15a] .jeepay-menu .ant-menu-submenu-title {
  display: flex !important;
  align-items: center !important;
}
[data-v-7344f15a] .jeepay-menu .ant-menu-submenu-title .anticon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}
[data-v-7344f15a] .jeepay-menu .ant-menu-submenu-title .sub-menu-title-text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-7344f15a] .jeepay-menu .ant-menu-submenu-title .ant-tooltip {
  display: flex !important;
  align-items: center !important;
  flex: 1;
  min-width: 0;
}
[data-v-7344f15a] .jeepay-menu .ant-layout-sider-children {
  display: flex;
  flex-direction: column;
  padding: 0;
}
/* 同时，可能需要调整子菜单的列表项的内边距或外边距来确保整体布局的美观 */
.ant-menu-vertical .ant-menu-item[data-v-7344f15a],
.ant-menu-vertical .ant-menu-submenu-title[data-v-7344f15a] {
  margin-left: 12px !important;
  /* 如果需要，可以调整这个值 */
}
/*
  抽屉部分
*/
[data-v-7344f15a] .jeepay-drawer {
  padding: 0;
}
[data-v-7344f15a] .jeepay-drawer :deep(.ant-drawer-body) {
  padding: 0;
}
.foot[data-v-7344f15a] {
  padding: 50px 0 30px;
  text-align: center;
}
[data-v-7344f15a] .ant-menu-submenu-popup .ant-menu-item {
  display: flex;
  align-items: center;
}
[data-v-c359c4fe] .ant-pro-global-header-layout-side {
  background-color: transparent;
  box-shadow: none;
  padding: 25px 25px;
}
.router-name[data-v-c359c4fe] {
  display: inline-block;
  margin-right: 15px;
  color: #000;
  font-size: 20px;
}
.refash[data-v-c359c4fe] {
  display: flex;
  align-items: center;
  justify-self: center;
  height: 100%;
}
.refash .icon-style[data-v-c359c4fe] {
  flex: 1;
  line-height: 56px;
  display: inline-block;
  height: 100%;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  padding: 0 20px;
}
.refash .icon-style[data-v-c359c4fe]:hover {
  color: #000 !important;
}
.refash .icon-main[data-v-c359c4fe] {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.customhead[data-v-c359c4fe] {
  background-color: #fff;
  z-index: 9;
  position: fixed;
  top: 0;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  height: 56px;
}
.customhead .tabs[data-v-c359c4fe] {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.self-info[data-v-c359c4fe] {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 20px;
  border-left: 1px solid #eee;
}
.self-info[data-v-c359c4fe]:hover {
  cursor: pointer;
}
.self-info .square[data-v-c359c4fe] {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.self-info .square[data-v-c359c4fe]:hover {
  cursor: pointer;
}
.icon-rotate[data-v-c359c4fe] {
  animation: rotateAnimation-c359c4fe 0.3s linear;
  /* 动画名称、时长和速度曲线 */
}
/* 定义旋转动画 */
@keyframes rotateAnimation-c359c4fe {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.customfoot[data-v-c359c4fe] {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ant-layout-sider-children {
  border-right: 1px solid #08174212;
  background: transparent;
  padding-bottom: 30px;
}
.ant-menu-inline-collapsed {
  padding: 0 10px !important;
}
.ant-menu-submenu-title {
  margin: 0 auto;
}
.ant-menu-vertical.ant-menu-sub {
  padding: 5px;
}
.ant-menu-item-selected a {
  color: inherit !important;
}
.ant-menu-item .ant-menu-item-icon + span {
  transition: 0s;
}
.ant-layout-header {
  background-color: transparent;
  height: auto !important;
  width: 100%;
  padding: 25px 0 !important;
  line-height: inherit !important;
}
aside {
  max-width: 300px;
}
aside::before {
  position: absolute;
  background-color: #11966b;
  width: 10px;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
}
/*
  菜单栏底部  亮色与暗色
*/
.menu-footer-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 20px;
  border-top: 1px solid #eff1f4;
}
.menu-footer-box .menu-footer {
  box-sizing: border-box;
  padding: 8px 20px;
  border: 1px solid #eff0f2;
  cursor: pointer;
  border-radius: 8px;
  background: #eff0f2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #535454;
  transition: 0.3s ease;
  margin-bottom: 16px;
}
.menu-footer-box .menu-footer:hover {
  border: 1px dashed var(--ant-primary-color);
  color: var(--ant-primary-color);
  background: #2691ff26;
}
.menu-footer-box .menu-footer .bi-circle-half {
  transform: rotate(45deg);
  transition: 0.2s ease;
}
.menu-footer-box .menu-footer span {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-left: 8px;
  transition: 0.2s ease;
}
.menu-footer-box .version {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #eff1f4;
}
.menu-footer-box .version .label {
  color: rgba(0, 0, 0, 0.5);
}
.menu-footer-box-dark {
  border-top: 1px solid #a6adb4;
}
.menu-footer-box-dark .menu-footer {
  background: rgba(235, 238, 242, 0);
  border: 1px dashed #4d5c6a;
  color: #fff;
}
.menu-footer-box-dark .menu-footer .bi-circle-half {
  transform: rotate(225deg);
}
.menu-footer-box-dark .menu-footer .verson p span {
  color: #ffffff;
}
.menu-footer-box-dark .version {
  border-top: 1px solid #a6adb4;
  color: #fff;
}
.menu-footer-box-dark .version .label {
  color: #fff;
}

.ant-layout-header {
  background-color: transparent !important;
  padding: 0 !important;
}
.ant-layout-content {
  padding: 80px 20px 20px;
  margin: 0;
  height: auto;
}
.ant-layout:first-child .ant-layout {
  /* background-color: #fff; */
  overflow-y: scroll;
  overflow-x: hidden;
}
