/* ===== 背景：按截图二（深蓝，不要紫） ===== */
.set[data-v-91ea4588] {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a144b), to(#080e37)) !important;
  background: linear-gradient(180deg, #0a144b 0%, #080e37 100%) !important;
  color: #fff;
}
/* 外层背景兜底，避免出现其它色块 */
[data-v-91ea4588] body,[data-v-91ea4588] #app,[data-v-91ea4588] .app-main,[data-v-91ea4588] .page,[data-v-91ea4588] .content {
  background: -webkit-gradient(linear, left top, left bottom, from(#0a144b), to(#080e37)) !important;
  background: linear-gradient(180deg, #0a144b 0%, #080e37 100%) !important;
}
/* ===== 顶部导航：截图二是深蓝顶栏（不偏紫） ===== */
.set[data-v-91ea4588] .van-nav-bar {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 20, 75, 0.92)), to(rgba(8, 14, 55, 0.92))) !important;
  background: linear-gradient(180deg, rgba(10, 20, 75, 0.92) 0%, rgba(8, 14, 55, 0.92) 100%) !important;
  border-bottom: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.set[data-v-91ea4588] .van-nav-bar__title,
.set[data-v-91ea4588] .van-nav-bar .van-icon {
  color: #ffffff !important;
  font-weight: 700;
}
.set[data-v-91ea4588] .van-hairline--bottom::after {
  display: none !important;
}
/* ===== 列表区域 ===== */
.lang-list[data-v-91ea4588] {
  background: transparent !important;
  padding: 14px 14px 24px;
  margin-top: 0;
  font-size: 15px;
}
/* ===== 卡片：截图二是“深蓝玻璃面板”+细边框，不要紫跳出来 ===== */
.lang-item[data-v-91ea4588] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  height: 56px !important;
  padding: 0 16px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(167, 232, 255, 0.16) !important;
  background: radial-gradient(140px 90px at 18% 28%, rgba(167, 232, 255, 0.12), rgba(167, 232, 255, 0) 70%), -webkit-gradient(linear, left top, left bottom, from(rgba(14, 28, 92, 0.75)), to(rgba(8, 14, 55, 0.75))) !important;
  background: radial-gradient(140px 90px at 18% 28%, rgba(167, 232, 255, 0.12), rgba(167, 232, 255, 0) 70%), linear-gradient(180deg, rgba(14, 28, 92, 0.75) 0%, rgba(8, 14, 55, 0.75) 100%) !important;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
  margin: 0 0 12px 0 !important;
}
/* 选中项：更亮一点（更像截图二第一条） */
.lang-item.active[data-v-91ea4588] {
  border-color: rgba(167, 232, 255, 0.3) !important;
  background: radial-gradient(160px 110px at 18% 28%, rgba(167, 232, 255, 0.18), rgba(167, 232, 255, 0) 72%), -webkit-gradient(linear, left top, left bottom, from(rgba(20, 42, 120, 0.8)), to(rgba(8, 14, 55, 0.78))) !important;
  background: radial-gradient(160px 110px at 18% 28%, rgba(167, 232, 255, 0.18), rgba(167, 232, 255, 0) 72%), linear-gradient(180deg, rgba(20, 42, 120, 0.8) 0%, rgba(8, 14, 55, 0.78) 100%) !important;
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.46);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.46);
}
/* 左侧：国旗 + 文案 */
.lang-left[data-v-91ea4588] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* 国旗图标：圆形 + 白边（截图二就是这种） */
.flag-icon[data-v-91ea4588] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 6px 14px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 6px 14px rgba(0, 0, 0, 0.35);
}
/* 文案：默认白，选中高亮蓝 */
.lang-label[data-v-91ea4588] {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
}
.lang-item.active .lang-label[data-v-91ea4588] {
  color: #a7e8ff;
}
/* 右侧对勾：做成“蓝色”视觉（截图二是蓝勾） */
.check-icon[data-v-91ea4588] {
  width: 20px;
  height: 20px;
  /* 如果 duihao.png 本身不是蓝色，用滤镜拉到蓝色系 */
  -webkit-filter: brightness(1.1) saturate(1.2);
          filter: brightness(1.1) saturate(1.2);
  opacity: 0.95;
}


/*# sourceMappingURL=chunk-7e6836da.41d4fca9.css.map*/