/* 全局背景：你的深蓝渐变 */
.about-page[data-v-6b7423bf] {
  min-height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a144b), to(#080e37));
  background: linear-gradient(180deg, #0a144b 0%, #080e37 100%);
  color: #fff;
  padding-bottom: 90px;
  /* 给底部导航留空间 */
}
/* 顶部栏（跟你现在首页/全站风格一致） */
.about-header[data-v-6b7423bf] {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 54px;
  background: rgba(8, 14, 55, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}
/* 返回按钮 */
.back[data-v-6b7423bf] {
  position: absolute;
  left: 12px;
  top: 10px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  line-height: 1;
}
/* 标题居中：中文 + 英文 */
.title-wrap[data-v-6b7423bf] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.title-cn[data-v-6b7423bf] {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.5px;
}
.title-en[data-v-6b7423bf] {
  font-size: 12px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.75);
}
/* 内容区 */
.about-body[data-v-6b7423bf] {
  padding: 14px 14px 0;
}
/* 状态（加载/空） */
.state[data-v-6b7423bf] {
  padding: 14px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}
/* ✅ 单列往下排 */
.about-list[data-v-6b7423bf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
/* ✅ 卡片：一张大图 + 标题（示例图那种） */
.about-card[data-v-6b7423bf] {
  border-radius: 6px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(110, 100, 255, 0.22)), to(rgba(16, 18, 88, 0.62)));
  background: linear-gradient(180deg, rgba(110, 100, 255, 0.22) 0%, rgba(16, 18, 88, 0.62) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* 大图 */
.about-img[data-v-6b7423bf] {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: rgba(255, 255, 255, 0.06);
}
/* 标题在图下面 */
.about-title[data-v-6b7423bf] {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.92);
}
/* 顶部栏同页面背景色（不再用半透明深色条） */
.about-header[data-v-6b7423bf] {
  background: -webkit-gradient(linear, left top, left bottom, from(#0a144b), to(#080e37)) !important;
  background: linear-gradient(180deg, #0a144b 0%, #080e37 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: none !important;
}
/* 返回键：取消卡片感（无背景/无边框） */
.back[data-v-6b7423bf] {
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
/* 卡片标题文字：靠最右 */
.about-title[data-v-6b7423bf] {
  text-align: right !important;
}


/*# sourceMappingURL=chunk-67f2c7b6.f01ce3c8.css.map*/