
.user-actions[data-v-6c7fe6d6] {
  display: flex;
  min-width: 100px;
  margin-right: 10px;
  text-align: right;
  align-items: center;
}
.user-dropdown-link[data-v-6c7fe6d6] {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.logo-mini[data-v-6c7fe6d6] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
.user-name[data-v-6c7fe6d6] {
  max-width: 128px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-6c7fe6d6] .user-actions .el-dropdown {
  float: right !important;
  display: block;
  width: auto;
  max-width: 200px;
  cursor: pointer;
}
[data-v-6c7fe6d6] .el-link {
  padding: 0 15px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #3a5bd9;
}
[data-v-6c7fe6d6] .el-dropdown {
  padding: 0 15px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #3a5bd9;
}
[data-v-6c7fe6d6] a {
  color: #3a5bd9;
}
.header[data-v-6c7fe6d6] {
  padding: 0;
  width: 100%;
  height: 65px;
  z-index: 1005;
  transition: all 0.3s ease;
  border-bottom: 1px solid #e0eaff;
  background-color: #fff;
}
.fixed-header[data-v-6c7fe6d6] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header-content[data-v-6c7fe6d6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px;
  height: 65px;
  position: relative;
}
.logo-container[data-v-6c7fe6d6] {
  display: flex;
  align-items: center;
  width: 200px;
  cursor: pointer;
}
.logo-container a[data-v-6c7fe6d6] {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2762ec;
}
.logo-image[data-v-6c7fe6d6] {
  height: 32px;
}
.logo-text[data-v-6c7fe6d6] {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}

/* 新增移动端菜单图标样式 */
.mobile-menu-toggle[data-v-6c7fe6d6] {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-icon[data-v-6c7fe6d6] {
  font-size: 20px;
  color: #2762ec;
  transition: all 0.3s;
}

/* 中间导航菜单 */
.nav-menu[data-v-6c7fe6d6] {
  flex: 1;
  display: flex;
  justify-content: center;
  width: 600px;
}
.menu-items[data-v-6c7fe6d6] {
  border-bottom: none;
  display: flex;
  margin: 0 auto;
}
.menu-item[data-v-6c7fe6d6] {
  padding: 0 15px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #3a5bd9;
}
.menu-text[data-v-6c7fe6d6] {
  font-size: 14px;
  font-weight: 700;
}

/* 只保留底部颜色条样式 */
.el-menu--horizontal > .el-menu-item.is-active[data-v-6c7fe6d6] {
  border-bottom: 2px solid #2762ec;
}

/* 确保所有el-menu-item具有相同的样式 */
.el-menu--horizontal > .el-menu-item[data-v-6c7fe6d6] {
  height: 65px;
  line-height: 65px;
}

/* 右侧区域 */
.header-right[data-v-6c7fe6d6] {
  display: flex;
  text-align: right;

  justify-content: flex-end;
}
.search[data-v-6c7fe6d6] {
  border: 1px solid #c7d7fe;
  width: 252px !important;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
}
.search-input[data-v-6c7fe6d6] {
  display: block;
  flex: 1;
  height: 100%;
  padding: 0 10px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #4563a1;
  background: #ffffff;
  box-shadow: none;
  border-radius: 9999px;
}
.login-button[data-v-6c7fe6d6] {
  white-space: nowrap;
}

/* 移动端菜单 */
.mobile-menu[data-v-6c7fe6d6] {
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  height: calc(100vh - 65px);
  background-color: #ffffff;
  z-index: 999;
  overflow-y: auto;
  transition: all 0.3s ease;
}
.mobile-menu-items[data-v-6c7fe6d6] {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.mobile-menu-item[data-v-6c7fe6d6] {
  display: flex;
  align-items: center;
  padding: 15px;
  color: #303133;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #ebeef5;
  transition: all 0.3s;
}
.mobile-menu-item i[data-v-6c7fe6d6] {
  margin-right: 10px;
  font-size: 20px;
}
.mobile-menu-item[data-v-6c7fe6d6]:hover,
.mobile-menu-item[data-v-6c7fe6d6]:active {
  background-color: #f5f7fa;
  color: #2762ec;
}
.sub-menu[data-v-6c7fe6d6] {
  margin-left: 20px;
}
.sub-menu a[data-v-6c7fe6d6] {
  display: block;
  padding: 5px 0;
  color: #303133;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
}
.sub-menu a[data-v-6c7fe6d6]:hover {
  color: #2762ec;
}
.login-item[data-v-6c7fe6d6] {
  margin-top: 20px;
  background-color: #f0f8ff;
  border-radius: 4px;
  border: none;
  color: #2762ec;
}

/* PC端和移动端显示控制 */
.pc-only[data-v-6c7fe6d6] {
  display: flex;
}
.mobile-only[data-v-6c7fe6d6] {
  display: none;
}

/* 响应式样式 */
@media (max-width: 768px) {
.header[data-v-6c7fe6d6] {
    height: 65px;
}
.search[data-v-6c7fe6d6] {
    display: none !important;
}
.header-content[data-v-6c7fe6d6] {
    padding: 0 15px;
    justify-content: space-between;
    height: 65px;
}
.logo-container[data-v-6c7fe6d6] {
    width: auto;
    margin-right: 10px;
}
.logo-text[data-v-6c7fe6d6] {
    /* display: none; */
}
.logo-image[data-v-6c7fe6d6] {
    height: 28px;
}
.mobile-menu-toggle[data-v-6c7fe6d6] {
    display: flex;
}
.pc-only[data-v-6c7fe6d6] {
    display: none;
}
.mobile-only[data-v-6c7fe6d6] {
    display: flex;
}
}

/* 超小屏幕优化 */
@media (max-width: 480px) {
.pc-only[data-v-6c7fe6d6] {
    display: none;
}
.search[data-v-6c7fe6d6] {
    display: none !important;
}
.mobile-menu-item[data-v-6c7fe6d6] {
    padding: 12px;
    font-size: 15px;
}
.sub-menu a[data-v-6c7fe6d6] {
    font-size: 13px;
}
}
a[data-v-6c7fe6d6] {
  text-decoration: none;
}


.footer[data-v-5c764cbe] {
  background-color: #f5f7fa;
  border-top: 1px solid #e5e7eb;
  height: 120px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom[data-v-5c764cbe] {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;

  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;

  color: #4563a1;
}
a[data-v-5c764cbe] {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;

  color: #4563a1;
  text-decoration: none;
}
li[data-v-5c764cbe] {
  list-style: none;
  margin-left: 10px;
  padding: 0;
  color: #000;
}
ul[data-v-5c764cbe] {
  margin: 0;
  padding: 0;
  display: flex;
}
.dsee[data-v-5c764cbe] {
  flex: 1;
  display: flex;
}
.icp[data-v-5c764cbe] {
  margin-left: 50px;
}
@media (max-width: 768px) {
.uls[data-v-5c764cbe] {
    display: none !important;
}
.footer[data-v-5c764cbe] {
    padding: 0 10px;
    box-sizing: border-box;
}
}
@media (max-width: 767px) {
.dsee[data-v-5c764cbe] {
    display: block;
    width: 100%;
    text-align: center;
}
.icp[data-v-5c764cbe] {
    margin-left: 0;
    margin-top: 10px;
}
}


.el-slider__bar {
  background-color: #2762ec !important;
}
.el-slider__button {
  border-color: #2762ec !important;
}
.el-form-item__content {
  width: 100% !important;
}
.el-button {
  margin-right: 0 !important;
}
.el-form-item__label {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px !important;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #121b2b !important;
}

/* 修改主色调（所有使用 primary 的地方都会变） */
.el-button--primary,
.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #2762ec !important;
  /* 新颜色 */
  border-color: #2762ec !important;
}

/* 修改菜单栏选中颜色 */
.el-menu-item,
.el-submenu__title {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.el-menu--popup,
.el-menu-item {
  width: 100px !important;
}
.el-menu-item.is-active {
  color: #2762ec !important;
}

/* .el-button--default {
  color: #000 !important;
} */

/* 通用设置 */
.el-input__inner::-moz-placeholder {
  /* Firefox 19+ */
  color: #4563a1 !important;
  opacity: 1;
}
.el-input__inner::placeholder {
  /* 标准写法 */
  color: #4563a1 !important;
  background-color: #f6f9fd !important;
}

/* 针对 textarea 同理 */
.el-textarea__inner::-moz-placeholder {
  color: #4563a1 !important;
  background-color: #f6f9fd !important;
}
.el-textarea__inner::placeholder {
  color: #4563a1 !important;
  background-color: #f6f9fd !important;
}
.el-textarea__inner {
  background-color: #f6f9fd !important;
  border-radius: 6px !important;
}
.el-form-item__label {
  padding-bottom: 0 !important;
}
.el-form-item {
  margin-bottom: 15px !important;
}
.custom-confirm-button {
  color: #fff !important;
}


body {
  margin: 0;
  padding: 0;
  font-family: Inter, 'Inter Fallback', Avenir, Helvetica, Arial, sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  background-color: #f5f7fa;
}
.el-message {
  z-index: 3000 !important;
  /* 高于 Dialog 遮罩层 */
}
.text-gradient {
  /* 定义渐变背景 */
  background: linear-gradient(90deg, #2762ec 0%, #3b82f6 50%, #8b5cf6 100%);

  /* 文字裁剪效果（兼容写法） */
  -webkit-background-clip: text;
  /* Safari/Chrome */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 关键属性 */
  color: transparent;

  /* 可选：添加流动动画 */
  /* background-size: 200% auto;
animation: gradient-flow 3s linear infinite; */
}
#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main-content {
  /* flex: 1; */
  min-height: calc(100vh - 120px);
  /* padding-top: 65px; */
  /* 为固定header留出空间 */
  position: relative;
  overflow: hidden;
}

/* 全局样式重置，确保元素素之间的间距一致 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* 确保el-menu在各页面样式一致 */
.el-menu.el-menu--horizontal {
  border-bottom: none;
}

/* 移动端底部导航栏 */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  z-index: 990;
  justify-content: space-around;
  align-items: center;
}
.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  color: #909399;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.3s;
}
.nav-item i {
  font-size: 22px;
  margin-bottom: 2px;
}
.nav-item.active {
  color: #2662ec;
}
.el-menu--popup {
  min-width: 100px !important;
}
.el-input__inner {
  background-color: #f6f9fd !important;
  border-radius: 6px !important;
}
.my-select-dialog {
  display: flex;
  align-items: center;
.el-dialog__header {
    padding: 15px 15px 10px;
}
.el-dialog__body {
    padding: 10px 15px;
}
}
.my-select-dialog .el-dialog__header {
  padding: 15px 15px 10px;
}
.my-select-dialog .el-dialog__body {
  padding: 10px 15px;
}

/* 移动端适配 */
@media (max-width: 768px) {
.main-content {
    /* 为底部导航留出空间 */
}
body {
    overflow-x: hidden;
    /* 防止在移动设备上出现水平滚动 */
}

  /* 调整element-ui组件在移动端的表现 */
.el-message {
    min-width: 80% !important;
    width: 80% !important;
}

  /* 增强移动端触摸体验 */
input,
  button,
  .el-button {
    -webkit-tap-highlight-color: transparent;
}

  /* 移动端点击态反馈 */
.el-button:active {
    transform: scale(0.98);
}

  /* 显示移动端底部导航 */
.mobile-bottom-nav {
    display: flex;
}
}

/* 超小屏幕适配 */
@media (max-width: 480px) {
  /* 调整超小屏幕上的间距 */
.el-row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.el-col {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.nav-item {
    font-size: 11px;
}
.nav-item i {
    font-size: 20px;
}
.my-select-dialog .el-dialog {
    width: 80% !important;
}
}

