/* ew62rikfrdp2 | v1.69 */
/* ============================================
   足球投注指南 - 军事作战室风格全局样式
   配色：海军蓝 #0D1B2A / 暗蓝灰 #1B2838 / 琥珀黄 #FFB703
   ============================================ */

/* 字体引入 */
@import url('https://fonts.css-mw5sjc.sc-sf3qun/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap');

/* CSS变量 */
:root {
  --primary: #0D1B2A;
  --secondary: #1B2838;
  --accent: #FFB703;
  --accent-dark: #D4960A;
  --text-main: #E0E0E0;
  --text-light: #A0AEC0;
  --text-white: #FFFFFF;
  --border-color: #2D3F52;
  --card-bg: #152232;
  --card-hover: #1A2A3E;
  --danger: #E63946;
  --success: #2EC4B6;
  --font-heading: 'Noto Sans SC', sans-serif;
  --font-body: 'Noto Sans SC', sans-serif;
  --max-width: 1200px;
  --radius: 6px;
  --shadow: 0 4px 20px rgba(0,0,0,0.3);
  --transition: all 0.3s ease;
}

/* 重置 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* z3z8 */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  background-color: var(--primary);
  color: var(--text-main);
  line-height: 1.8;
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--accent-dark);
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 900;
  color: var(--text-white);
  line-height: 1.3;
  margin-bottom: 0.8em;
}

h1 { font-size: 2.2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.2rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }

p {
  margin-bottom: 1.2em;
  color: var(--text-main);
}

ul, ol {
  padding-left: 1.5em;
  margin-bottom: 1.2em;
}

li {
  margin-bottom: 0.5em;
}

/* 容器 */
._ebqunn {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============ 导航栏 ============ */
._nzpkki {
  background: var(--secondary);
  border-bottom: 2px solid var(--accent);
  padding: 15px 0;
  position: relative;
  z-index: 100;
}
/* 94i6ke */
.f7a80bx6z {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.sc-l8eth4 {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* rmjs8ov1 */
._yz22gy {
  width: 40px;
  height: 40px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--primary);
  font-weight: 900;
}

._ongu8k {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: 1px;
}

.css-2qxri9 {
  display: flex;
  list-style: none;
  gap: 25px;
  padding: 0;
  margin: 0;
}

.css-2qxri9 a {
  color: var(--text-light);
  font-size: 0.95rem;
  font-weight: 500;
  padding: 8px 0;
  position: relative;
  text-decoration: none;
}

.css-2qxri9 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width 0.3s ease;
}

.css-2qxri9 a:hover {
  color: var(--accent);
  text-decoration: none;
}

.css-2qxri9 a:hover::after {
  width: 100%;
}

/* 移动端菜单按钮 */
.o1ccayiq8u {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
}

.o1ccayiq8u span {
  width: 25px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  transition: var(--transition);
}

/* ============ 面包屑导航 ============ */
._ai3f9y {
  padding: 12px 0;
  background: rgba(27, 40, 56, 0.5);
  border-bottom: 1px solid var(--border-color);
}

.m8lys8n9ta {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
}

.m8lys8n9ta li::after {
  content: '›';
  margin-left: 8px;
  color: var(--text-light);
}

.m8lys8n9ta li:last-child::after {
  content: '';
}

.m8lys8n9ta a {
  color: var(--text-light);
}
/* y58puk */
.m8lys8n9ta a:hover {
  color: var(--accent);
}

.m8lys8n9ta .el-hja8ji {
  color: var(--accent);
}
/* hc1wom2ayv */
/* ============ 模块通用样式 ============ */
.css-aimq56 {
  padding: 60px 0;
  position: relative;
}

.tw-bz01jc {
  background: var(--secondary);
}

.r246hmm {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.r246hmm h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}

.r246hmm h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--accent);
}

.fk7i68ira {
  display: inline-block;
  background: var(--accent);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
/* 0wuzh8am */
/* ============ 卡片样式 ============ */
.i2dpun47m {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 25px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
/* zwz6lbm */
.i2dpun47m::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.i2dpun47m:hover {
  background: var(--card-hover);
  border-color: var(--accent);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

/* 脉冲动画 */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 183, 3, 0.3); }
  70% { box-shadow: 0 0 0 15px rgba(255, 183, 3, 0); }
/* gnj5wf36z0 */  100% { box-shadow: 0 0 0 0 rgba(255, 183, 3, 0); }
/* bvyfn7 */}

.i2dpun47m:hover {
  animation: pulse 1.5s ease-in-out;
}

/* ============ 罗盘样式 ============ */
._lkqc95yj {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0 auto 30px;
}
/* purener47 */
._8u8g6x {
  width: 100%;
  height: 100%;
  border: 3px solid var(--accent);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 3uagak */
._8u8g6x::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed rgba(255, 183, 3, 0.3);
  animation: radarScan 4s linear infinite;
}

@keyframes radarScan {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.ymb8i1ich {
  width: 4px;
  height: 120px;
  background: linear-gradient(to top, var(--accent), var(--danger));
  position: absolute;
  top: 40px;
  left: 50%;
  transform-origin: bottom center;
  transform: translateX(-50%) rotate(35deg);
  border-radius: 2px;
  animation: needleSwing 6s ease-in-out infinite;
}

@keyframes needleSwing {
  0%, 100% { transform: translateX(-50%) rotate(35deg); }
  50% { transform: translateX(-50%) rotate(-15deg); }
}
/* zgzgtj0e08 */
.tw-xbtr8l {
  width: 80px;
  height: 80px;
  background: var(--secondary);
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-weight: 900;
  font-size: 0.85rem;
  color: var(--accent);
  text-align: center;
  line-height: 1.2;
}
/* kv15l4 */
.snspns2m {
  position: absolute;
  width: 100%;
  height: 100%;
}

._zq1xin {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent);
}

._zq1xin._96d9io { top: 8px; left: 50%; transform: translateX(-50%); }
._zq1xin.ntln083x { bottom: 8px; left: 50%; transform: translateX(-50%); }
._zq1xin.n3q9zvhui6 { right: 8px; top: 50%; transform: translateY(-50%); }
/* n3uh2c7 */._zq1xin.bz9ijh8 { left: 8px; top: 50%; transform: translateY(-50%); }

/* 雷达扫描效果 */
.el-bn2f1h {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(255, 183, 3, 0.15) 30deg, transparent 60deg);
  animation: radarScan 4s linear infinite;
}

/* ============ 投注日历 ============ */
.xv2v1ie0 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 20px;
}

.st-czy553 {
  text-align: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--accent);
  padding: 8px;
}

.sc-fx6bpw {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 12px 8px;
  text-align: center;
  min-height: 60px;
  transition: var(--transition);
  cursor: default;
}

.sc-fx6bpw.active {
  border-color: var(--accent);
  cursor: pointer;
}
/* 9q4euu */
.sc-fx6bpw.active:hover {
  background: var(--card-hover);
  box-shadow: 0 0 10px rgba(255, 183, 3, 0.2);
}
/* f7h6 */
.sc-fx6bpw ._9jwqbqxd {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-white);
}
/* w9ih */
.sc-fx6bpw.active ._9jwqbqxd {
  color: var(--accent);
}

.sc-fx6bpw .el-4t66fc {
  font-size: 0.7rem;
  color: var(--accent);
  margin-top: 4px;
}

.sc-fx6bpw.empty {
  background: transparent;
  border-color: transparent;
}

/* ============ 石碑/铁律样式 ============ */
.gc0jh4u6 {
  background: linear-gradient(145deg, #1a2a3e, #0f1c2e);
  border: 2px solid var(--border-color);
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  position: relative;
  box-shadow: inset 0 2px 10px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.3);
}

.gc0jh4u6::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 20%;
  right: 20%;
  height: 3px;
  background: var(--accent);
  border-radius: 0 0 3px 3px;
}

.gc0jh4u6 .sc-p4i4zp {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--accent);
  color: var(--primary);
  font-weight: 900;
  font-size: 1.5rem;
  border-radius: 50%;
  margin-bottom: 15px;
}

.gc0jh4u6 .st-k552ay {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 10px;
}

.gc0jh4u6 .qq98dao {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* ============ 术语卡片 ============ */
._b7vmo1s2 {
  background: var(--card-bg);
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  padding: 30px;
  position: relative;
}

._b7vmo1s2 ._seh3197t {
  position: absolute;
  top: -12px;
  left: 20px;
  background: var(--accent);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 15px;
  border-radius: 3px;
}
/* k5v84 */
._b7vmo1s2 .comdhcep1 {
  font-size: 1.6rem;
  color: var(--accent);
  margin-bottom: 10px;
}
/* 8nne8xj9fg */
._b7vmo1s2 .rx8tet416 {
  font-size: 1rem;
  color: var(--text-main);
  line-height: 1.8;
}

/* ============ 案例复盘列表 ============ */
._sjutdob {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  margin-bottom: 15px;
  transition: var(--transition);
}

._sjutdob:hover {
  border-color: var(--accent);
  background: var(--card-hover);
}

._0bc9wkv {
  width: 50px;
  height: 50px;
  background: var(--secondary);
  border: 2px solid var(--accent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.sc-5o0vwm h4 {
  font-size: 1rem;
  margin-bottom: 5px;
}

.sc-5o0vwm p {
  font-size: 0.85rem;
  color: var(--text-light);
  margin-bottom: 0;
}
/* c70a */
.el-ryx74c {
  font-size: 0.75rem;
  color: var(--text-light);
  margin-top: 5px;
}

/* ============ 比赛列表 ============ */
.nr92ivw0 {
  list-style: none;
  padding: 0;
}

._alheopme {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  margin-bottom: 10px;
  transition: var(--transition);
}

._alheopme:hover {
  border-color: var(--accent);
}

.st-ibew0y {
  font-weight: 700;
  color: var(--text-white);
}
/* 2a0ds */
._ei75i2 {
  font-size: 0.8rem;
  color: var(--accent);
  margin-bottom: 3px;
}

._orsf12l {
  font-size: 0.85rem;
  color: var(--text-light);
}
/* 2ss8belj */
.v4i2zocd {
  background: rgba(255, 183, 3, 0.1);
  border: 1px solid var(--accent);
  color: var(--accent);
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 700;
}

/* ============ 内页内容区 ============ */
._mg6vf5kz {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}
/* 5b2ffawyb7 */
._mg6vf5kz h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--accent);
}

._mg6vf5kz h2 {
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 4px solid var(--accent);
}

._mg6vf5kz h3 {
  font-size: 1.2rem;
  margin-top: 25px;
  color: var(--accent);
}

._mg6vf5kz table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
/* 9na67lsg7f */
._mg6vf5kz table th,
._mg6vf5kz table td {
  padding: 12px 15px;
  border: 1px solid var(--border-color);
  text-align: left;
}

._mg6vf5kz table th {
  background: var(--secondary);
  color: var(--accent);
  font-weight: 700;
}

._mg6vf5kz table tr:hover {
  background: rgba(255, 183, 3, 0.05);
}

._mg6vf5kz blockquote {
  background: var(--card-bg);
  border-left: 4px solid var(--accent);
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic;
  color: var(--text-light);
}

/* ============ 页脚 ============ */
.iv8yli5h4m {
  background: #080F1A;
  border-top: 2px solid var(--accent);
  padding: 50px 0 20px;
}

.drh34ywe {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.tw-z20vhm h4 {
  color: var(--accent);
  font-size: 1rem;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-color);
}

.tw-z20vhm ul {
  list-style: none;
  padding: 0;
}

.tw-z20vhm ul li {
  margin-bottom: 8px;
}

.tw-z20vhm ul li a {
  color: var(--text-light);
  font-size: 0.9rem;
}

.tw-z20vhm ul li a:hover {
  color: var(--accent);
}

._jyqhtlz {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

._jyqhtlz a {
  width: 36px;
  height: 36px;
  background: var(--secondary);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: 0.9rem;
  transition: var(--transition);
}

._jyqhtlz a:hover {
  background: var(--accent);
  color: var(--primary);
  border-color: var(--accent);
}

._t4xtx6u {
  background: rgba(230, 57, 70, 0.1);
  border: 1px solid var(--danger);
  border-radius: var(--radius);
  padding: 20px;
  margin: 30px 0;
  text-align: center;
}
/* mewrxj7yw */
._t4xtx6u h4 {
  color: var(--danger);
  margin-bottom: 10px;
}

._t4xtx6u p {
  color: var(--text-light);
  font-size: 0.85rem;
  margin-bottom: 0;
}

.tw-mcparw {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
  font-size: 0.8rem;
  color: var(--text-light);
}

/* ============ 按钮 ============ */
.st-b66xsn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: var(--transition);
  cursor: pointer;
  border: none;
}

.css-t4tzt4 {
  background: var(--accent);
  color: var(--primary);
}

.css-t4tzt4:hover {
  background: var(--accent-dark);
  color: var(--primary);
  text-decoration: none;
}

.zkmxnb2g {
  background: transparent;
  border: 2px solid var(--accent);
  color: var(--accent);
}

.zkmxnb2g:hover {
  background: var(--accent);
  color: var(--primary);
  text-decoration: none;
}

/* ============ 标签 ============ */
._cil5lal {
  display: inline-block;
  background: rgba(255, 183, 3, 0.15);
  color: var(--accent);
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 20px;
  margin: 3px;
  font-weight: 500;
}
/* qc99134g */
/* ============ 网格布局 ============ */
.st-15id0l {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
/* ee4j790e */
._lofjstj {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.css-yxxxp9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* ============ Hero区域 ============ */
.css-71vps9 {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.css-71vps9::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(13,27,42,0.95), rgba(27,40,56,0.85));
}

.css-71vps9 ._ebqunn {
  position: relative;
  z-index: 2;
}

/* ============ APP下载页 ============ */
._lwzpg3 {
  text-align: center;
  padding: 80px 20px;
}

.el-574nlo {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

._j8465x4b {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--card-bg);
  border: 2px solid var(--accent);
  border-radius: 10px;
  padding: 12px 25px;
  color: var(--text-white);
  transition: var(--transition);
}

._j8465x4b:hover {
  background: var(--accent);
  color: var(--primary);
  text-decoration: none;
}

._j8465x4b .wes8zum9f {
  font-size: 0.75rem;
  color: var(--text-light);
}

._j8465x4b:hover .wes8zum9f {
  color: var(--primary);
}

._j8465x4b ._xkm3led {
  font-size: 1.1rem;
  font-weight: 700;
}

/* ============ 响应式设计 ============ */
@media (max-width: 1024px) {
  .css-yxxxp9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .drh34ywe {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  html { font-size: 15px; }
  
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.5rem; }
/* js0s */  
  .o1ccayiq8u {
    display: flex;
  }
  
  .css-2qxri9 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--secondary);
    flex-direction: column;
    padding: 20px;
    gap: 15px;
    border-bottom: 2px solid var(--accent);
  }
  
  .css-2qxri9.active {
    display: flex;
  }
  
  .st-15id0l, ._lofjstj, .css-yxxxp9 {
    grid-template-columns: 1fr;
  }
/* ci1if2 */  
  .drh34ywe {
    grid-template-columns: 1fr;
  }
  
  .xv2v1ie0 {
    gap: 4px;
  }
  
  .sc-fx6bpw {
    padding: 8px 4px;
    min-height: 45px;
  }
  
  ._lkqc95yj {
    width: 260px;
    height: 260px;
  }
  
  .css-aimq56 {
    padding: 40px 0;
  }
  
  .css-71vps9 {
    padding: 50px 0;
  }
}
/* iws00l76yt */
@media (max-width: 480px) {
  html { font-size: 14px; }
  
  ._ebqunn {
    padding: 0 15px;
  }
  
  .i2dpun47m {
    padding: 18px;
  }
  
  ._lkqc95yj {
    width: 220px;
    height: 220px;
  }
}

/* ============ 懒加载图片 ============ */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.3s ease;
}

img[loading="lazy"].mgew7u1fa,
img.mgew7u1fa {
  opacity: 1;
}

/* ============ 辅助类 ============ */
._2jcpnn4 { text-align: center; }
.xmr2x7hfx { color: var(--accent); }
.el-8sm5zr { color: var(--danger); }
.eaixj41ii { color: var(--text-light); }
._1rosmi { margin-bottom: 20px; }
.tw-4p2n6w { margin-bottom: 30px; }
.tw-p1pmcy { margin-bottom: 40px; }
._tpc1m8fe { margin-top: 20px; }
.h55dhy8i { margin-top: 30px; }
.sc-yvakpm { margin-top: 40px; }
/* st08102yz */
/* 分隔线 */
.el-kwhy1s {
  width: 60px;
  height: 3px;
  background: var(--accent);
  margin: 20px auto;
}

/* 战情板边框效果 */
._xs9h45q {
  border: 1px solid var(--border-color);
  position: relative;
}

._xs9h45q::before,
._xs9h45q::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-color: var(--accent);
}

._xs9h45q::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid;
  border-left: 2px solid;
}

._xs9h45q::after {
  bottom: -1px;
  right: -1px;
  border-bottom: 2px solid;
  border-right: 2px solid;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  width: 8px;
}
/* 9olv85fq7z */
::-webkit-scrollbar-track {
  background: var(--primary);
}
/* ui4yyv */
::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--accent);
}
/* eoul */
/* s0ntr2on3alxr1xl */
