* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  background: #000;
}

body {
  overflow-x: hidden;
}

/* 顶部导航栏 */
.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  height: 72px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  z-index: 1000;
}

.logo img {
  height: 40px;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  height: 100%;
  list-style: none;

  margin-left: auto;
}

.nav > li {
  position: relative;
  height: 100%;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.nav > li:hover {
  background: #7b4dff;
  color: #fff;
}

.nav > li.active {
  background: #eaeaea;
  color: #6f4cff;
  font-weight: 600;
}

.nav > li.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #7b4dff;
}

.has-dropdown span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dropdown-menu {
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  border: 1px solid rgba(255,255,255,0.08);
  display: none;
  min-width: 120px;
  z-index: 20;
}

.dropdown-menu a {
  display: block;
  padding: 12px 18px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.dropdown-menu a:hover {
  background: rgba(209, 58, 58, 0.08);
}

.has-dropdown:hover .dropdown-menu {
  display: block;
}

/* 视频区域 */
.hero-video {
  position: relative;
  width: 100%;
  height: calc(100vh - 72px);
  overflow: hidden;
  background: #000;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

/* 底部图片区域 */
.bottom-banner {
  width: 100%;
  background: #000;
}

.bottom-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.招商横幅 {
  position: relative;
  width: 100%;
  min-height: 530px;
  background: linear-gradient(120deg, rgba(45, 50, 78, 0.96), rgba(90, 95, 130, 0.92));
  color: #fff;
  overflow: hidden;
}

.招商横幅__overlay {
  box-sizing: border-box;
  width: 100%;
  min-height: 450px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 70px 80px 40px;
}

.招商横幅__left {
  flex: 1;
  min-width: 0;
}

.招商横幅__title {
  font-size: 56px;
  line-height: 1.2;
  margin: 0 0 40px;
  font-weight: 700;
}

.招商横幅__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}

.招商横幅__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 38px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
}

.招商横幅__btn--dark {
  background: #111;
  color: #fff;
}

.招商横幅__footer {
  box-sizing: border-box;
  width: 100%;
  background: rgba(0, 0, 0, 0.72);
  padding: 24px 80px;
  font-size: 18px;
  line-height: 1.7;
}

.click-area {
  position: absolute;
  left: 75px;
  bottom: 15px;
  width: 200px;
  height: 40px;
  cursor: pointer;
}

/* 页面切换 */
.page {
  display: none;
  width: 100%;
}

.page.active {
  display: block;
}

/* 用心服务首屏 */
.service-hero {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
}

.service-hero img {
  display: block;
  width: 100%;
  height: auto;
}

/* 用心服务整体区域 */
.service-cards {
  width: 100%;
  background: #f5f5f5;
  padding: 40px 0 60px;
}

.service-cards__wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 22px;
  align-items: stretch;
}

/* 左边主模块 */
.simple-service {
  min-height: 595px;
  background: #efedf6;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(76, 47, 145, 0.03);
}

.simple-service__top {
  padding: 34px 30px 0;
}

.simple-service__title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  color: #7b4dff;
  margin-bottom: 16px;
}

.simple-service__desc {
  font-size: 16px;
  line-height: 1.9;
  color: #222;
  max-width: 95%;
}

.simple-service__divider {
  margin-top: 22px;
  height: 1px;
  background: rgba(123, 77, 255, 0.12);
}

.simple-service__visual {
  position: relative;
  min-height: 420px;
  background-image: url("../img/mvkf.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.simple-service__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(238, 235, 247, 0.08) 0%,
    rgba(238, 235, 247, 0.03) 32%,
    rgba(238, 235, 247, 0) 100%
  );
}

.simple-service__text {
  position: absolute;
  left: 30px;
  top: 36px;
  z-index: 2;
  display: inline-block;
  background: #fff;
  color: #111;
  font-size: 17px;
  line-height: 1.8;
  padding: 16px 24px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

.simple-service__text::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
}

.simple-service__btn {
  position: absolute;
  left: 26px;
  bottom: 48px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 190px;
  height: 60px;
  padding: 0 28px;
  background: #0a0a0a;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-size: 19px;
  font-weight: 500;
  transition: transform 0.25s ease;
}

.simple-service__btn:hover {
  transform: translateY(-2px);
}

.simple-service__btn span {
  font-size: 24px;
  line-height: 1;
}

/* 右侧列表 */
.service-card-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}

.service-card--small {
  min-height: 184px;
  background: #efedf6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 42px;
  box-shadow: 0 2px 10px rgba(76, 47, 145, 0.03);
}

.service-card__small-text {
  flex: 1;
  min-width: 0;
}

.service-card__small-title {
  font-size: 22px;
  line-height: 1.4;
  color: #7b4dff;
  font-weight: 500;
  margin-bottom: 14px;
}

.service-card__small-desc {
  font-size: 17px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 18px;
}

.service-card__small-tip {
  display: inline-block;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

.service-card__icon {
  flex: 0 0 92px;
  font-size: 66px;
  line-height: 1;
  text-align: center;
  opacity: 0.18;
  margin-left: 22px;
}

/* 响应式 */
@media (max-width: 1100px) {
  .service-cards__wrap {
    grid-template-columns: 1fr;
  }

  .simple-service {
    min-height: auto;
  }

  .simple-service__visual {
    min-height: 420px;
  }
}

@media (max-width: 900px) {
  .招商横幅__overlay {
    flex-direction: column;
    padding: 40px 24px 30px;
  }

  .招商横幅__title {
    font-size: 34px;
  }

  .招商横幅__buttons {
    margin-bottom: 35px;
  }

  .招商横幅__btn {
    font-size: 18px;
    padding: 12px 24px;
  }

  .招商横幅__footer {
    padding: 18px 24px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 0 16px;
  }

  .nav > li {
    padding: 0 14px;
    font-size: 13px;
  }

  .service-cards {
    padding: 24px 0 36px;
  }

  .service-cards__wrap {
    width: calc(100% - 24px);
    gap: 16px;
  }

  .simple-service__top {
    padding: 22px 18px 0;
  }

  .simple-service__title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .simple-service__desc {
    font-size: 14px;
    line-height: 1.8;
  }

  .simple-service__divider {
    margin-top: 16px;
  }

  .simple-service__visual {
    min-height: 300px;
    background-position: center center;
    background-size: cover;
  }

  .simple-service__text {
    left: 16px;
    top: 18px;
    font-size: 14px;
    line-height: 1.7;
    padding: 12px 16px;
    max-width: 220px;
  }

  .simple-service__text::after {
    left: 20px;
    width: 16px;
    height: 16px;
    bottom: -8px;
  }

  .simple-service__btn {
    left: 16px;
    bottom: 18px;
    min-width: 150px;
    height: 48px;
    font-size: 16px;
    padding: 0 20px;
  }

  .simple-service__btn span {
    font-size: 20px;
  }

  .service-card-list {
    gap: 16px;
  }

  .service-card--small {
    min-height: auto;
    padding: 22px 18px;
  }

  .service-card__small-title {
    font-size: 18px;
  }

  .service-card__small-desc {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .service-card__small-tip {
    font-size: 14px;
  }

  .service-card__icon {
    font-size: 42px;
    flex-basis: 52px;
    margin-left: 12px;
  }
}
/* 常见问题 */
.faq-section {
  width: 100%;
  background: #f5f5f5;
  padding: 30px 0 80px;
}

.faq-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 52px;
  line-height: 1.2;
  color: #222;
  font-weight: 500;
  margin-bottom: 36px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background: #efefef;
  border-radius: 16px;
  overflow: hidden;
  padding: 0 28px;
}

.faq-question {
  width: 100%;
  border: none;
  background: transparent;
  padding: 30px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.faq-question span:first-child {
  font-size: 24px;
  line-height: 1.5;
  color: #7b4dff;
  font-weight: 500;
}

.faq-icon {
  flex: 0 0 auto;
  font-size: 26px;
  color: #999;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding-bottom 0.35s ease;
  padding-bottom: 0;
}

.faq-answer p {
  font-size: 17px;
  line-height: 2;
  color: #666;
  margin-bottom: 6px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 28px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .faq-section {
    padding: 20px 0 40px;
  }

  .faq-wrap {
    width: calc(100% - 24px);
  }

  .faq-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .faq-item {
    padding: 0 16px;
    border-radius: 12px;
  }

  .faq-question {
    padding: 18px 0 16px;
    gap: 12px;
  }

  .faq-question span:first-child {
    font-size: 18px;
    line-height: 1.5;
  }

  .faq-icon {
    font-size: 20px;
  }

  .faq-answer p {
    font-size: 14px;
    line-height: 1.8;
  }

  .faq-item.active .faq-answer {
    max-height: 700px;
    padding-bottom: 18px;
  }
}


 /* 生态服务首屏 */

 .ecosystem-hero {
  position: relative;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden; /* ✅ 关键：去掉滚动条 */
}

   .ecosystem-hero img {
  display: block;
  width: 1366px;
  height: auto;
  flex: 0 0 auto;
  max-width: none;
}

    .ecosystem-tabs {
      position: absolute;
      left: 50%;
      bottom: 6px;
      transform: translateX(-50%);
      width: 930px;
      display: flex;
      gap: 8px;
      z-index: 3;
    }

    .ecosystem-tab {
      flex: 1;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      color: #fff;
      font-size: 18px;
      cursor: pointer;
      background: rgba(8, 10, 28, 0.45);
      transition: 0.25s ease;
      user-select: none;
    }

    .ecosystem-tab.active {
      background: linear-gradient(90deg, #6b45f5 0%, #8f5dff 100%);
      font-weight: 600;
    }

   .ecosystem-tab__icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
}

.ecosystem-tab__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 保持比例 */
  display: block;
}

    .ecosystem-content {
      width: 100%;
      background: #f5f5f5;
      padding: 40px 0 60px;
    }

    .ecosystem-content__wrap {
      width: min(1120px, calc(100% - 40px));
      margin: 0 auto;
    }

    .ecosystem-panel {
      display: none;
      background: #fff;
      border-radius: 10px;
      padding: 32px;
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    }

    .ecosystem-panel.active {
      display: block;
    }

    .ecosystem-panel__title {
      font-size: 28px;
      line-height: 1.4;
      color: #222;
      margin-bottom: 16px;
      font-weight: 600;
    }

    .ecosystem-panel__desc {
      font-size: 16px;
      line-height: 1.9;
      color: #555;
      margin-bottom: 28px;
    }

    .ecosystem-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .ecosystem-card {
      background: #f7f4ff;
      border-radius: 8px;
      padding: 24px 20px;
      border: 1px solid rgba(123, 77, 255, 0.12);
    }

    .ecosystem-card h4 {
      font-size: 20px;
      color: #7b4dff;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .ecosystem-card p {
      font-size: 15px;
      line-height: 1.8;
      color: #444;
    }

    @media (max-width: 1400px) {
      .ecosystem-hero img {
  width: 100%;
  max-width: 1366px;
}
    }

    @media (max-width: 980px) {
      .ecosystem-tabs {
        width: calc(100% - 24px);
        bottom: 10px;
      }

      .ecosystem-tab {
        font-size: 14px;
        height: 58px;
        padding: 0 10px;
      }

      .ecosystem-tab__icon {
        width: 24px;
        height: 24px;
        font-size: 13px;
        flex-basis: 24px;
      }

      .ecosystem-cards {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      .ecosystem-content {
        padding: 24px 0 36px;
      }

      .ecosystem-content__wrap {
        width: calc(100% - 24px);
      }

      .ecosystem-panel {
        padding: 20px 16px;
      }

      .ecosystem-panel__title {
        font-size: 22px;
        margin-bottom: 12px;
      }

      .ecosystem-panel__desc {
        font-size: 14px;
        margin-bottom: 18px;
      }

      .ecosystem-tab {
        font-size: 12px;
        gap: 6px;
      }
    }
    /* 商家成长首屏 */
.merchant-hero {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.merchant-hero img {
  display: block;
  width: 100%;
  max-width: 1366px;
  height: auto;
}
.merchant-hero img {
  width: 100%;
  max-width: 1366px;
}
/* 右下角浮动联系按钮 */
.floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 3000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 140px;
  height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7b4dff 0%, #8f5dff 100%);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 28px rgba(123, 77, 255, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.floating-contact:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(123, 77, 255, 0.4);
}

.floating-contact__icon {
  font-size: 20px;
  line-height: 1;
}

.floating-contact__text {
  line-height: 1;
}

.floating-contact--icon-only {
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 0;
}

.floating-contact--icon-only .floating-contact__icon {
  font-size: 24px;
}

@media (max-width: 768px) {
  .floating-contact {
    right: 16px;
    bottom: 16px;
    min-width: 120px;
    height: 46px;
    padding: 0 14px;
    font-size: 14px;
  }

  .floating-contact--icon-only {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }

  .floating-contact--icon-only .floating-contact__icon {
    font-size: 20px;
  }
}
/* 导航栏申请入驻按钮 */
/* 申请入驻按钮 */
.nav > li.nav-apply {
  padding: 0;
  margin-left: 16px;
  background: transparent !important;
}

.nav > li.nav-apply:hover {
  background: transparent !important;
  color: inherit;
}

.nav > li.nav-apply::after {
  display: none !important;
}

.nav > li.nav-apply a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7b4dff 0%, #8f5dff 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nav > li.nav-apply a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(123, 77, 255, 0.35);
  color: #fff !important;
}

.nav > li.nav-apply a:visited,
.nav > li.nav-apply a:active,
.nav > li.nav-apply a:focus {
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 768px) {
  .nav > li.nav-apply {
    margin-left: 8px;
  }

  .nav > li.nav-apply a {
    height: 34px;
    padding: 0 14px;
    font-size: 12px;
  }
}
/* =========================
   招商横幅二维码
========================= */

.招商横幅__overlay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.招商横幅__left {
  flex: 1;
}

.招商横幅__right {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.招商横幅__qrcode {
  text-align: center;
}

.招商横幅__qrcode img {
  width: 180px;
  height: 180px;
  background: #fff;
  padding: 10px;
  border-radius: 16px;
  display: block;
}

.招商横幅__qrcode p {
  margin-top: 12px;
  color: #fff;
  font-size: 16px;
}




.mobile-menu-btn{
  display:none;
}


/* =========================
   手机端导航修复
========================= */

body.menu-open{
  overflow:hidden;
}

@media (max-width:768px){

  .mobile-menu-btn{
    display:flex;
    width:44px;
    height:44px;
    border:none;
    border-radius:12px;
    background:rgba(255,255,255,0.08);
    color:#fff;
    font-size:24px;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:10001;
  }

  .navbar{
    height:64px;
    padding:0 16px;
    z-index:10000;
  }

 .nav{
  position:fixed;
  top:64px;
  left:0;

  width:100%;

  background:#000;

  flex-direction:column;
  align-items:flex-start;

  max-height:0;
  overflow:hidden;

  transition:max-height .3s ease;

  z-index:9999;
}

  .nav.active{
    max-height:800px;
  }

  .nav > li{
    width:100%;
    height:58px;

    justify-content:flex-start;

    padding:0 20px;

    border-bottom:1px solid rgba(255,255,255,0.06);
  }

  .nav > li.active::after{
    display:none;
  }

  .dropdown-menu{
    position:static;
    transform:none;

    width:100%;

    border:none;
    border-radius:0;
  }

  .has-dropdown:hover .dropdown-menu{
    display:none;
  }

  .has-dropdown.active .dropdown-menu{
    display:block;
  }

  .hero-video{
    height:260px !important;
  }

}
/* =========================
   语言切换按钮优化
========================= */

.language-switch {
  padding: 0 14px !important;
}

.language-switch .lang-globe {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-switch .dropdown-menu a {
  font-size: 13px;
  padding: 10px 16px;
}

/* 手机端 */
@media (max-width: 768px) {

  .language-switch {
    padding: 0 20px !important;
  }

  .language-switch .lang-globe {
    font-size: 16px;
  }

  .language-switch .dropdown-menu a {
    font-size: 12px;
  }

}
/* =========================
   手机导航栏重构
========================= */

.navbar-right{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
}

/* 登录按钮 */
.mobile-login-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  height:34px;
  padding:0 14px;

  border-radius:999px;

  background:linear-gradient(
    90deg,
    #7b4dff 0%,
    #8f5dff 100%
  );

  color:#fff;
  text-decoration:none;

  font-size:13px;
  font-weight:600;
}

/* 语言按钮 */
.mobile-language{
  position:relative;

  width:36px;
  height:36px;

  border-radius:10px;

  background:rgba(255,255,255,0.08);

  display:flex;
  align-items:center;
  justify-content:center;

  color:#fff;

  cursor:pointer;
}

.mobile-language .dropdown-menu{
  right:0;
  left:auto;
  transform:none;
  top:46px;
}

/* 汉堡按钮 */
.mobile-menu-btn{
  width:36px;
  height:36px;

  border:none;
  border-radius:10px;

  background:rgba(255,255,255,0.08);

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:20px;

  cursor:pointer;
}

/* PC隐藏 */
@media (min-width:769px){

  .navbar-right{
    display:none;
  }

}
.navbar-right{
  display:flex;
  align-items:center;
  gap:8px;
  margin-left:auto;
}
.mobile-menu-btn,
.mobile-language{
  width:34px;
  height:34px;
}

.mobile-login-btn{
  height:34px;
  padding:0 12px;
  font-size:12px;
}

/* =========================
   导航最终修复
========================= */

/* PC隐藏手机导航 */
.navbar-right{
  display:none;
}

/* PC导航靠右 */
.nav{
  margin-left:auto;
}

/* 手机端 */
@media (max-width:768px){

  /* PC导航 */
  .nav{
    position:fixed;
    top:64px;
    left:0;

    width:100%;

    background:#000;

    flex-direction:column;
    align-items:flex-start;

    max-height:0;
    overflow:hidden;

    display:none;

    z-index:9999;
  }

  .nav.active{
  display:flex;
  height:auto;
}

  /* 手机右侧按钮 */
  .navbar-right{
    display:flex;
    align-items:center;
    gap:10px;

    margin-left:auto;
  }

  /* 菜单按钮 */
  .mobile-menu-btn{
    display:flex;

    width:36px;
    height:36px;

    border:none;
    border-radius:10px;

    background:rgba(255,255,255,0.08);

    color:#fff;

    align-items:center;
    justify-content:center;

    font-size:20px;

    cursor:pointer;
  }

  /* 登录按钮 */
  .mobile-login-btn{
    display:flex;
    align-items:center;
    justify-content:center;

    height:36px;
    padding:0 14px;

    border-radius:999px;

    background:linear-gradient(
      90deg,
      #7b4dff 0%,
      #8f5dff 100%
    );

    color:#fff;
    text-decoration:none;

    font-size:12px;
    font-weight:600;
  }

}
