#userLayout.user-layout-wrapper[data-v-ac5ebae6] {
  height: 100%;
}
#userLayout.user-layout-wrapper.mobile .container .main[data-v-ac5ebae6] {
  max-width: 368px;
  width: 98%;
}
#userLayout.user-layout-wrapper .container[data-v-ac5ebae6] {
  width: 100%;
  min-height: 100%;
  background: #f0f2f5 url(../img/loginBgc.31ea3f54.png) no-repeat 50%;
  background-size: 100%;
  padding: 110px 0 144px;
  position: relative;
}
#userLayout.user-layout-wrapper .container a[data-v-ac5ebae6] {
  text-decoration: none;
}
#userLayout.user-layout-wrapper .container .top[data-v-ac5ebae6] {
  text-align: center;
}
#userLayout.user-layout-wrapper .container .top .header[data-v-ac5ebae6] {
  height: 44px;
  line-height: 44px;
}
#userLayout.user-layout-wrapper .container .top .header .badge[data-v-ac5ebae6] {
  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 .top .header .logo[data-v-ac5ebae6] {
  height: 44px;
  vertical-align: top;
  margin-right: 16px;
  border-style: none;
}
#userLayout.user-layout-wrapper .container .top .header .title[data-v-ac5ebae6] {
  font-size: 33px;
  color: rgba(0, 0, 0, 0.85);
  font-family: 'Chinese Quote', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 600;
  position: relative;
  top: 2px;
}
#userLayout.user-layout-wrapper .container .top .desc[data-v-ac5ebae6] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 12px;
  margin-bottom: 40px;
}
#userLayout.user-layout-wrapper .container .main[data-v-ac5ebae6] {
  min-width: 260px;
  width: 60vw;
  margin: 0 auto;
}
#userLayout.user-layout-wrapper .container .footer[data-v-ac5ebae6] {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 16px;
  margin: 48px 0 24px;
  text-align: center;
}
#userLayout.user-layout-wrapper .container .footer .links[data-v-ac5ebae6] {
  margin-bottom: 8px;
  font-size: 14px;
}
#userLayout.user-layout-wrapper .container .footer .links a[data-v-ac5ebae6] {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
#userLayout.user-layout-wrapper .container .footer .links a[data-v-ac5ebae6]:not(:last-child) {
  margin-right: 40px;
}
#userLayout.user-layout-wrapper .container .footer .copyright[data-v-ac5ebae6] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.header[data-v-88ad976c] {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 0 35px;
}
.header .title[data-v-88ad976c] {
  padding: 0 25px;
  border-left: 1px solid #dadada;
}

.side-sider[data-v-13f0c5de] {
  background: #ffffff;
  border-right: 1px solid #f0f0f0;
}
.menu-title[data-v-13f0c5de] {
  display: flex;
  justify-content: center;
  padding: 16px 32px;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 8px;
}
/* 加强菜单的层次与选中态指示 */
[data-v-13f0c5de](.ant-menu-light .ant-menu-item) {
  position: relative;
  border-radius: 6px;
  margin: 4px 8px;
}
[data-v-13f0c5de](.ant-menu-light .ant-menu-item-selected) {
  background: rgba(76, 175, 80, 0.12) !important;
}
[data-v-13f0c5de](.ant-menu-light .ant-menu-item-selected::before) {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: #4caf50;
  border-radius: 2px;
}
[data-v-13f0c5de](.ant-menu-light .ant-menu-item:hover) {
  background: rgba(76, 175, 80, 0.08) !important;
}
[data-v-13f0c5de](.ant-menu-item-group-title) {
  color: #888;
  font-weight: 600;
  padding: 12px 16px;
}

.table-page-search-wrapper .ant-form-inline .ant-form-item {
  display: flex;
  margin-bottom: 24px;
  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;
}
.content .table-operator {
  margin-bottom: 18px;
}
.content .table-operator button {
  margin-right: 8px;
}

/*
 * The following styles are auto-applied to elements with
 * transition="page-transition" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the page transition by editing
 * these styles.
 */
.page-transition-enter {
  opacity: 0;
}
.page-transition-leave-active {
  opacity: 0;
}
.page-transition-enter .page-transition-container,
.page-transition-leave-active .page-transition-container {
  transform: scale(1.1);
}
/* 管理页面配色统一：沿用登录页的渐变背景与绿色主色 */
/* 全局白底黑字 */
#app {
  min-height: 100vh;
  background: #ffffff;
  color: #000000;
}
#app .ant-layout {
  background: #ffffff !important;
}
/* 顶部栏：白底细边 */
#app .ant-layout-header {
  background: #ffffff !important;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
/* 面包屑容器：纯白、轻阴影 */
#app .ant-breadcrumb {
  background: #ffffff !important;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
/* 侧边栏与菜单：白底黑字（配合 theme="light"） */
#app .ant-layout-sider {
  background: #ffffff !important;
  border-right: 1px solid #f0f0f0;
}
#app .ant-menu-light,
#app .ant-menu-light .ant-menu-inline.ant-menu-sub {
  background: #ffffff !important;
}
#app .ant-menu-light .ant-menu-item > a,
#app .ant-menu-light .ant-menu-submenu-title {
  color: #000000 !important;
}
#app .ant-menu-light .ant-menu-item-selected {
  background-color: rgba(76, 175, 80, 0.12) !important;
}
#app .ant-menu-light .ant-menu-item:hover {
  background-color: rgba(76, 175, 80, 0.08) !important;
}
/* 主按钮：沿用登录页绿色渐变 */
#app .ant-btn-primary {
  background-image: linear-gradient(135deg, #4caf50, #2e7d32);
  border: none;
}
#app .ant-btn-primary:hover,
#app .ant-btn-primary:focus {
  background-image: linear-gradient(135deg, #45a049, #2d6e2f);
}
/* 输入框交互高亮：绿色描边与轻投影 */
#app .ant-input:hover,
#app .ant-input:focus,
#app .ant-input-affix-wrapper:hover,
#app .ant-input-affix-wrapper-focused {
  border-color: #4caf50 !important;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1) !important;
}
/* 卡片：纯白与浅边框 */
#app .ant-card {
  background: #ffffff !important;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
/* 内容区域：适度内边距，增强层次 */
#app .ant-layout-content {
  padding: 16px;
}
/* 卡片头部：更清晰的分隔与层次 */
#app .ant-card-head {
  background: #fcfcfc;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 600;
}
/* 表格：标题加粗与浅灰底，行 hover 轻强调 */
#app .ant-table-thead > tr > th {
  background: #fafafa;
  font-weight: 600;
}
#app .ant-table-tbody > tr:hover > td {
  background: #fbfffb;
}

.c-modal-box.fullscreen {
  top: 0;
  left: 0;
  padding: 0;
}
.c-modal-box.fullscreen .ant-modal {
  top: 0;
  padding: 0;
  height: 100vh;
}
.c-modal-box.fullscreen .ant-modal-content {
  height: 100vh;
  border-radius: 0;
}
.c-modal-box.fullscreen .ant-modal-content .ant-modal-body {
  /* title 和 footer 各占 55px */
  height: calc(100% - 55px - 55px);
  overflow: auto;
}
.c-modal-box.fullscreen.no-title .ant-modal-body,
.c-modal-box.fullscreen.no-footer .ant-modal-body {
  height: calc(100% - 55px);
}
.c-modal-box.fullscreen.no-title.no-footer .ant-modal-body {
  height: 100%;
}
.c-modal-box .c-modal-title-row .left {
  width: calc(100% - 56px - 56px);
}
.c-modal-box .c-modal-title-row .right {
  width: 56px;
  position: inherit;
}
.c-modal-box .c-modal-title-row .right .ant-modal-close {
  right: 56px;
  color: rgba(0, 0, 0, 0.45);
}
.c-modal-box .c-modal-title-row .right .ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.c-modal-box.no-title .ant-modal-header {
  padding: 0px 24px;
  border-bottom: 0px !important;
}
@media (max-width: 767px) {
.c-modal-box.fullscreen {
    margin: 0;
    max-width: 100vw;
}
}

body {
  color: #1A1A1A;
}
body .header {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 0 35px;
}
body .header .title {
  padding: 0 25px;
  border-left: 1px solid #DADADA;
}
body #app {
  height: 100%;
}
body #app .contentBox {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
  box-sizing: border-box;
}
body #app .boxTitle {
  font-size: 1.142em;
  line-height: 3.174em;
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
}
body .green {
  color: #00AE5F;
}
body .red {
  color: #F92A2A;
}
body .page {
  padding: 16px 32px;
  background: #fff;
}
body .drawer-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  padding: 10px 16px;
  border-top: 1px solid #f0f0f0;
  background: #fff;
}

