@charset "UTF-8";
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #1E293B; background: #F8FAFC; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px;width: 100%;}
i { font-family: "iconfont" !important; font-size: 16px; font-style:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* 头部 */
.ctop-bar { background: #FFFFFF; border-bottom: 1px solid #E2E8F0; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.ctop-bar .container { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 16px; }
.ctop-lgo { display: flex; align-items: center; flex-shrink: 0; }
.ctop-lgo img { height: 44px; width: auto; display: block; image-rendering: auto; }
.ctop-sch { flex: 1; max-width: 520px; min-width: 180px; position: relative; margin: 0 12px; }
.ctop-sch input { width: 100%; height: 44px; padding: 0 48px 0 18px; border: 2px solid #E2E8F0; border-radius: 60px; font-size: 15px; background: #F8FAFC; transition: 0.3s cubic-bezier(0.4,0,0.2,1); outline: none; color: #1E293B; font-family: inherit; }
.ctop-sch input:focus { border-color: #6366F1; background: #FFFFFF; box-shadow: 0 0 0 4px rgba(99,102,241,0.25); }
.ctop-sch input::placeholder { color: #94A3B8; }
.ctop-sbt { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border: none; background: #6366F1; color: #fff; border-radius: 50%; cursor: pointer; font-size: 18px; transition: 0.3s cubic-bezier(0.4,0,0.2,1); display: flex; align-items: center; justify-content: center; }
.ctop-sbt:hover { background: #4F46E5; transform: translateY(-50%) scale(1.05); }
.ctop-sbt i { font-size: 18px; }
/* 顶部排行榜专属入口胶囊 (全站 Header 统一组件，高度 44px 与语言栏严格拉齐) */
.ctop-rank-link { display: inline-flex; align-items: center; justify-content: center; gap: 6px; height: 44px; box-sizing: border-box; padding: 0 16px; border-radius: 60px; font-size: 14px; font-weight: 500; color: #4338CA; background: linear-gradient(135deg, #EEF2FF 0%, #FAF5FF 100%); border: 1px solid rgba(99, 102, 241, 0.25); text-decoration: none; box-shadow: 0 2px 6px rgba(99, 102, 241, 0.08); transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); white-space: nowrap; margin-right: 10px; }
.ctop-rank-link:hover { background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%); color: #FFFFFF; border-color: #4338CA; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35); }
.ctop-rank-link .ctop-rank-ico { font-size: 18px; color: #F59E0B; transition: transform 0.25s ease, color 0.25s ease; }
.ctop-rank-link:hover .ctop-rank-ico { color: #FDE047; transform: scale(1.15) rotate(-6deg); }
.ri-trophy-line {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 16.9378C16.9538 16.4437 20 13.0796 20 9V3H4V9C4 13.0796 7.04618 16.4437 11 16.9378V19H7V21H17V19H13V16.9378ZM18 5V9C18 12.3137 15.3137 15 12 15C8.68629 15 6 12.3137 6 9V5H18ZM1 5H3V9H1V5ZM23 5V9H21V5H23Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 16.9378C16.9538 16.4437 20 13.0796 20 9V3H4V9C4 13.0796 7.04618 16.4437 11 16.9378V19H7V21H17V19H13V16.9378ZM18 5V9C18 12.3137 15.3137 15 12 15C8.68629 15 6 12.3137 6 9V5H18ZM1 5H3V9H1V5ZM23 5V9H21V5H23Z'/%3E%3C/svg%3E");
}

.ctop-rgt { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.ctop-lng { position: relative; flex-shrink: 0; }
.ctop-lcr { display: flex; align-items: center; gap: 6px; padding: 8px 16px; border: 2px solid #E2E8F0; border-radius: 60px; font-size: 14px; font-weight: 500; color: #1E293B; cursor: pointer; background: #FFFFFF; transition: 0.3s cubic-bezier(0.4,0,0.2,1); justify-content: center; height: 44px; user-select: none; }
.ctop-lng.open .ctop-lcr, .ctop-lng:hover .ctop-lcr { border-color: #6366F1; color: #6366F1; }
.ctop-lic { font-size: 16px; color: #6366F1; }
.ctop-arw { display: inline-block; transform: rotate(90deg); font-size: 14px; color: #94A3B8; transition: transform 0.25s ease, color 0.25s ease; }
.ctop-lng.open .ctop-arw { transform: rotate(-90deg); color: #6366F1; }
.ctop-lop { position: absolute; top: calc(100% + 4px); right: 0; left: auto; background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.05); padding: 10px; z-index: 100; list-style: none; width: 420px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; pointer-events: none; opacity: 0; transform: translateY(-4px); transition: opacity 0.2s ease, transform 0.2s ease; }
.ctop-lop::before { content: ''; position: absolute; top: -10px; left: 0; right: 0; height: 10px; background: transparent; }
.ctop-lng.open .ctop-lop, .ctop-lng:hover .ctop-lop { pointer-events: auto; opacity: 1; transform: translateY(0); }
.ctop-lng.closed .ctop-lop { pointer-events: none !important; opacity: 0 !important; transform: translateY(-4px) !important; }
.ctop-lop li { padding: 8px 8px; font-size: 13px; cursor: pointer; border-radius: 8px; transition: all 0.2s ease; color: #475569; display: flex; align-items: center; white-space: nowrap; }
.ctop-lop li:hover { background: #EEF2FF; color: #6366F1; }
.ctop-lop li.active { background: #F1F5F9; color: #6366F1; font-weight: 600; }
.ctop-qr { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: none; border-radius: 50%; background: #F1F4F9; transition: 0.3s cubic-bezier(0.4,0,0.2,1); cursor: pointer; position: relative; }
.ctop-qr i { font-size: 20px; color: #64748B; transition: 0.3s; }
.ctop-qr:hover { background: #E8EDF5; }
.ctop-qr:hover i { color: #6366F1; }
.ctop-qpp { position: absolute; top: calc(100% + 4px); left: 50%; transform: translateX(-50%); background: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); padding: 12px; z-index: 10; width: 120px; text-align: center; max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.3s ease, opacity 0.3s ease; height: 135px; }
.ctop-qpp::before { content: ''; position: absolute; top: -10px; left: 0; right: 0; height: 10px; background: transparent; }
.ctop-qr:hover .ctop-qpp { max-height: 200px; opacity: 1; }
.ctop-qpp canvas { display: block; margin: 0 auto; max-width: 100%; }
.ctop-qpp span { font-size: 12px; color: #666; display: block; margin-top: 6px; }
/* 苹果手机 */.ctop-lcr,.ctop-qr {cursor: pointer;}.ctop-lng:focus-within .ctop-lop,.ctop-lng:hover .ctop-lop { opacity: 1; pointer-events: auto; transform: translateY(0);}
/* 首页 */
.cind-snv { position: fixed; left: 20px; top: 70%; transform: translateY(-50%); z-index: 99; display: flex; flex-direction: column; gap: 12px; }
.cind-nit { position: relative; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: #FFFFFF; box-shadow: 0 4px 16px rgba(0,0,0,0.12); transition: 0.3s cubic-bezier(0.4,0,0.2,1); cursor: default; border: 1px solid rgba(99,102,241,0.15); }
.cind-nit:hover { background: #6366F1; border-color: #6366F1; transform: scale(1.08); box-shadow: 0 6px 24px rgba(99,102,241,0.35); }
.cind-nit i { font-size: 22px; color: #6366F1; transition: 0.3s; }
.cind-nit:hover i { color: #fff; }
.cind-lbl { position: absolute; left: calc(100% + 14px); top: 50%; transform: translateY(-50%); background: #1E293B; color: #fff; padding: 4px 14px; border-radius: 30px; font-size: 14px; font-weight: 500; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.25s ease, transform 0.25s ease; transform: translateY(-50%) scale(0.95); }
.cind-nit:hover .cind-lbl { opacity: 1; transform: translateY(-50%) scale(1); }
.cind-nit .cind-lbl::before { content: ''; position: absolute; left: -6px; top: 50%; transform: translateY(-50%); border: 6px solid transparent; border-right-color: #1E293B; }
.cind-nit.active { background: #6366F1; border-color: #6366F1; }
.cind-nit.active i { color: #fff; }
.cind-ban { width: 100%; overflow: hidden; position: relative; height: 440px; }
.cind-swr { width: 100%; height: 100%; position: relative; }
.cind-fls { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 6; opacity: 0; background: radial-gradient(ellipse at center, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); transition: opacity 0.4s ease; }
.cind-fls.active { opacity: 1; }
.cind-str { position: relative; width: 100%; height: 100%; }
.cind-sld { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 40px 24px; background-size: 100% 100% !important; background-position: center; background-repeat: no-repeat; color: #fff; text-align: center; z-index: 1; pointer-events: none; opacity: 0; transform: scale(0.92); transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s ease; }
.cind-sld.active { opacity: 1; transform: scale(1); z-index: 2; pointer-events: auto; }
.cind-sld.prev { opacity: 0; transform: scale(0.92); z-index: 0; }
.cind-sld:nth-child(1) { background: url("../images/bg1.jpg") 0 0/100% 100% no-repeat; }
.cind-sld:nth-child(2) { background: url("../images/bg2.jpg") 0 0/100% 100% no-repeat; }
.cind-scn { position: relative; z-index: 2; max-width:1000px; width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; }
.cind-tmn { font-size: 48px; font-weight: 800; letter-spacing: -1px; line-height: 1.2; margin-bottom: 12px; text-shadow: 0 4px 30px rgba(0,0,0,0.4); animation: titleGlow 3s ease-in-out infinite; }
.cind-tmn .highlight { color: #A5B4FC; }
@keyframes titleGlow { 0%,100% { text-shadow: 0 4px 30px rgba(0,0,0,0.4), 0 0 20px rgba(99,102,241,0); } 50% { text-shadow: 0 4px 50px rgba(0,0,0,0.3), 0 0 60px rgba(99,102,241,0.25); } }
.cind-sbt, .cind-dsc, .cind-sts, .cind-bls { opacity: 0; transform: translateY(20px); }
.cind-sbt.anim { animation: slideUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s forwards; }
.cind-dsc.anim { animation: slideUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.12s forwards; }
.cind-sts.anim { animation: slideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.19s forwards; }
.cind-bls.anim { animation: slideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.19s forwards; }
.cind-sit.anim { animation: popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
.cind-bdg.anim { animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
.cind-sit.anim:nth-child(1) { animation-delay: 0.24s; }
.cind-sit.anim:nth-child(2) { animation-delay: 0.30s; }
.cind-sit.anim:nth-child(3) { animation-delay: 0.36s; }
.cind-bdg.anim:nth-child(1) { animation-delay: 0.20s; }
.cind-bdg.anim:nth-child(2) { animation-delay: 0.24s; }
.cind-bdg.anim:nth-child(3) { animation-delay: 0.28s; }
.cind-bdg.anim:nth-child(4) { animation-delay: 0.32s; }
.cind-bdg.anim:nth-child(5) { animation-delay: 0.36s; }
.cind-bdg.anim:nth-child(6) { animation-delay: 0.40s; }
.cind-bdg.anim:nth-child(7) { animation-delay: 0.44s; }
.cind-bdg.anim:nth-child(8) { animation-delay: 0.48s; }
.cind-bdg.anim:nth-child(9) { animation-delay: 0.52s; }
.cind-bdg.anim:nth-child(10) { animation-delay: 0.56s; }
@keyframes slideUp { 0% { opacity: 0; transform: translateY(30px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes popIn { 0% { opacity: 0; transform: translateY(20px) scale(0.7); } 70% { opacity: 1; transform: translateY(-4px) scale(1.05); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
.cind-sbt { font-size: 20px; font-weight: 500; letter-spacing: 2px; margin-bottom: 14px; color: rgba(255,255,255,0.92); text-shadow: 0 2px 12px rgba(0,0,0,0.3); }
.cind-dsc { font-size: 18px; max-width: 600px; opacity: 0.9; line-height: 1.6; margin-bottom: 24px; text-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.cind-sld:nth-child(1) .cind-dsc { max-width: 700px; }
.cind-sts { display: flex; gap: 40px; flex-wrap: wrap; justify-content: center; }
.cind-sit { display: flex; flex-direction: column; align-items: center; }
.cind-sit .number { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,0.4); }
.cind-sit .label { font-size: 14px; opacity: 0.8; letter-spacing: 1px; }
.cind-bls { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; justify-content: center; }
.cind-bdg { background: rgba(255,255,255,0.15); backdrop-filter: blur(4px); padding: 6px 18px; border-radius: 60px; font-size: 14px; font-weight: 500; border: 1px solid rgba(255,255,255,0.2); color: #fff; }
.cind-dts { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; gap: 14px; z-index: 10; }
.cind-dts span { width: 14px; height: 14px; border-radius: 50%; background: rgba(255,255,255,0.4); cursor: pointer; transition: 0.3s cubic-bezier(0.4,0,0.2,1); border: none; }
.cind-dts span.active { background: #fff; transform: scale(1.25); box-shadow: 0 0 16px rgba(255,255,255,0.7); }
.cind-dts span:hover { background: rgba(255,255,255,0.8); }
.cind-sec { padding: 56px 0 64px; scroll-margin-top: 80px; }
.cind-shd { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; flex-wrap: wrap; gap: 12px; }
.cind-shd h2 { font-size: 28px; font-weight: 800; letter-spacing: -0.5px; display: flex; align-items: center; gap: 10px; }
.cind-shd h2 i { font-size: 28px; color: #6366F1; }
.cind-mlk { color: #6366F1; font-weight: 600; font-size: 15px; display: flex; align-items: center; gap: 6px; transition: 0.3s cubic-bezier(0.4,0,0.2,1); padding: 6px 14px; border-radius: 60px; }
.cind-mlk:hover { background: #6366F1; color: #fff; transform: translateX(4px); }
.cind-mlk i { font-size: 14px; transition: transform 0.2s; }
.cind-mlk:hover i { transform: translateX(4px); }
.cind-cnv { display: flex; flex-wrap: wrap; gap: 8px 12px; margin-bottom: 12px; }
.cind-cnv a { display: inline-block; padding: 6px 18px; border-radius: 60px; font-size: 14px; font-weight: 500; color: #64748B; background: transparent; border: none; transition: 0.3s cubic-bezier(0.4,0,0.2,1); cursor: default; }
.cind-cnv a:hover { background: #EEF2FF; color: #6366F1; }
.cind-cnv a.atab { background: #EEF2FF; color: #6366F1; font-weight: 600; }
.cind-cnv a.atab:hover { background: #6366F1; color: #fff; }
.cind-cgd { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cind-crd { background: #FFFFFF; border-radius: 16px; padding: 24px 22px 26px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); border: 1px solid #E2E8F0; transition: 0.3s cubic-bezier(0.4,0,0.2,1); display: flex; flex-direction: column; position: relative; }
.cind-crd:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); transform: translateY(-4px); border-color: #818CF8; }
.cind-cct { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.cind-clg { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; flex-shrink: 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.cind-clg i { font-size: 26px; color: #fff; }
.cind-cnm { font-size: 18px; font-weight: 700; color: #1E293B; }
.cind-cnm small { font-weight: 400; font-size: 14px; color: #64748B; margin-left: 6px; }
.cind-cdc { color: #64748B; font-size: 14px; line-height: 1.6; margin-bottom: 16px; flex: 1; }
.cind-clk { display: inline-flex; align-items: center; gap: 8px; padding: 8px 20px; border-radius: 60px; background: #EEF2FF; color: #6366F1; font-weight: 600; font-size: 14px; transition: 0.3s cubic-bezier(0.4,0,0.2,1); align-self: flex-start; border: none; cursor: pointer; }
.cind-clk i { font-size: 14px; }
.cind-clk:hover { background: #6366F1; color: #fff; box-shadow: 0 4px 16px rgba(99,102,241,0.25); transform: translateX(4px); }
.cind-cmd { background: #FFFFFF; }
.cind-cag { background: #F8FAFC; }
.cind-ctl { background: #FFFFFF; }
.cind-crd { animation: fadeUp 0.5s ease both; }
@keyframes fadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
.cind-crd:nth-child(1) { animation-delay: 0.02s; }
.cind-crd:nth-child(2) { animation-delay: 0.06s; }
.cind-crd:nth-child(3) { animation-delay: 0.10s; }
.cind-crd:nth-child(4) { animation-delay: 0.14s; }
.cind-crd:nth-child(5) { animation-delay: 0.18s; }
.cind-crd:nth-child(6) { animation-delay: 0.22s; }
.cind-crd:nth-child(7) { animation-delay: 0.26s; }
.cind-crd:nth-child(8) { animation-delay: 0.30s; }
.cind-crd:nth-child(9) { animation-delay: 0.34s; }

/* 尾部 */
.cfoot-ft { background: #1E293B; color: rgba(255,255,255,0.7); padding: 36px 20px 32px; border-top: 1px solid rgba(255,255,255,0.06); text-align: center; font-size: 14px; display: flex; align-items: center; justify-content: center; width: 100%; }
.cfoot-ft .container { display: grid; grid-template-columns: 1fr 1fr 4.8fr; gap: 40px; }
.cfoot-ft h4 { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 14px; }
.cfoot-ft ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.cfoot-ft ul li a { font-size: 14px; transition: 0.3s cubic-bezier(0.4,0,0.2,1); display: inline-flex; align-items: center; gap: 6px; }
.cfoot-ft ul li a:hover { color: #fff; transform: translateX(4px); }
.cfoot-st { display: flex; flex-wrap: wrap; gap: 10px 14px; }
.cfoot-st a { font-size: 13px; color: rgba(255,255,255,0.72); padding: 6px 14px; border-radius: 5px; border: 1px solid rgba(255,255,255,0.1); transition: 0.25s cubic-bezier(0.4,0,0.2,1); line-height: 1.4; white-space: nowrap; text-align: center; flex: 0 0 auto; }
.cfoot-st a:hover { background: rgba(99,102,241,0.18); border-color: #6366F1; color: #fff; transform: translateY(-2px); }
.cfoot-bt { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; margin-top: 16px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 14px; }
.cfoot-sc { display: flex; gap: 20px; align-items: center; }
.cfoot-sc a, .cfoot-lt, .cfoot-qt { display: flex; align-items: center; justify-content: center; padding: 6px 10px; border-radius: 60px; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.6); transition: 0.3s cubic-bezier(0.4,0,0.2,1); font-size: 14px; cursor: default; border: none; text-decoration: none; min-width: 36px; }
.cfoot-sc a:hover, .cfoot-lt:hover, .cfoot-qt:hover { background: #6366F1; color: #fff; transform: translateY(-2px); }
.cfoot-sc a i, .cfoot-lt i, .cfoot-qt i { font-size: 20px; }
.cfoot-lt { position: relative; }
.cfoot-lp { position: absolute; bottom: calc(100% + 10px); left: 50%; transform: translateX(-50%); background: #fff; color: #1E293B; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); padding: 8px 0; min-width: 120px; list-style: none; z-index: 10; max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.3s ease, opacity 0.3s ease; }
.cfoot-lt:hover .cfoot-lp { max-height: 300px; opacity: 1; }
.cfoot-lp li { padding: 6px 20px; cursor: pointer; transition: 0.3s cubic-bezier(0.4,0,0.2,1); font-size: 14px; }
.cfoot-lp li:hover { background: #EEF2FF; color: #6366F1; }
.cfoot-qt { position: relative; }
.cfoot-qp { position: absolute; bottom: calc(100% + 10px); left: 50%; transform: translateX(-50%); background: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); padding: 12px; z-index: 10; width: 120px; text-align: center; max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.3s ease, opacity 0.3s ease; }
.cfoot-qt:hover .cfoot-qp { max-height: 200px; opacity: 1; }
.cfoot-qp canvas { display: block; margin: 0 auto; }
.cfoot-qp span { font-size: 12px; color: #666; display: block; margin-top: 6px; }

/* 列表页 */
.c-li-pge { padding: 24px 0 16px; margin-bottom: 20px; position: relative; }
.c-li-ttl { font-size: 26px; font-weight: 800; color: #0F172A; display: flex; align-items: center; gap: 12px; position: relative; z-index: 1; }
.c-li-ttl i { font-size: 26px; color: #6366F1; }
.c-li-bdg { font-size: 14px; font-weight: 500; color: #6366F1; background: #EEF2FF; padding: 2px 14px; border-radius: 60px; margin-left: 4px; letter-spacing: 0.3px; }
.c-li-dvd { height: 2px; background: linear-gradient(to right, #6366F1 0%, #EEF2FF 100%); margin: 10px 0 14px; border: 0; opacity: 0.25; position: relative; z-index: 1; }
.c-li-sub { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; position: relative; z-index: 1; }
.c-li-all { display: inline-block; padding: 4px 18px; border-radius: 60px; font-size: 14px; font-weight: 600; color: #fff; background: #6366F1; transition: 0.3s; text-decoration: none; border: none; cursor: pointer; line-height: 1.6; box-shadow: 0 2px 8px rgba(99,102,241,0.2); }
.c-li-all:hover { background: #4F46E5; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(99,102,241,0.3); }
.c-li-tag { display: inline-block; padding: 4px 16px; border-radius: 60px; font-size: 14px; font-weight: 500; color: #475569; background: #F1F5F9; transition: 0.3s; text-decoration: none; border: none; cursor: pointer; line-height: 1.6; border: 1px solid transparent; }
.c-li-tag:hover { background: #EEF2FF; color: #6366F1; border-color: #C7D2FE; transform: translateY(-1px); }
.c-li-bx { background: #FFFFFF; margin: 0 0 30px; overflow: hidden; border-radius: 12px; border: 1px solid #EEF2FF; }
.c-li-hd { display: flex; align-items: center; padding: 12px 24px; background: #F8FAFC; font-weight: 700; font-size: 13px; color: #64748B; letter-spacing: 0.5px; text-transform: uppercase; border-bottom: 1px solid #EEF2FF; gap: 12px; }
.c-li-hic { width: 52px; flex-shrink: 0; text-align: center; }
.c-li-hnm { flex: 2; min-width: 110px; }
.c-li-hds { flex: 3; min-width: 140px; }
.c-li-hctr { flex: 0.8; min-width: 65px; text-align: center; }
.c-li-hct { flex: 1.5; min-width: 100px; text-align: center; }
.c-li-hlk { flex: 0 0 190px; flex-shrink: 0; text-align: center; }
.c-li-row { display: flex; align-items: center; padding: 14px 24px; transition: background 0.2s; border-bottom: 1px solid #F8FAFC; gap: 12px; }
.c-li-row:last-child { border-bottom: none; }
.c-li-row:nth-child(even) { background: #FAFBFC; }
.c-li-ico { width: 52px; flex-shrink: 0; text-align: center; }
.c-li-ico i { font-size: 22px; color: #fff; border-radius: 12px; padding: 8px; display: inline-block; width: 42px; height: 42px; line-height: 26px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.c-li-nam { flex: 2; min-width: 110px; font-weight: 700; font-size: 16px; color: #0F172A; }
.c-li-dsc { flex: 3; min-width: 140px; font-size: 14px; color: #64748B; line-height: 1.5; padding-right: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.c-li-ctr { flex: 0.8; min-width: 65px; text-align: center; font-size: 13px; font-weight: 500; color: #64748B; white-space: nowrap; }
.c-li-ctg { flex: 1.5; min-width: 100px; text-align: center; overflow: hidden; display: flex; justify-content: center; align-items: center; }
.c-li-ctg span { font-size: 13px; font-weight: 500; color: #64748B; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; display: inline-block; padding: 0 4px; }
.c-li-lnk { flex: 0 0 190px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; gap: 8px; }
.c-li-btn-vw { display: inline-flex; align-items: center; justify-content: center; gap: 4px; padding: 6px 12px; border-radius: 60px; background: #F8FAFC; color: #64748B; font-weight: 500; font-size: 13px; transition: 0.25s cubic-bezier(0.4,0,0.2,1); border: 1px solid #E2E8F0; cursor: pointer; text-decoration: none; white-space: nowrap; }
.c-li-btn-vw:hover { background: #EEF2FF; color: #6366F1; border-color: #C7D2FE; transform: translateY(-1px); }
.c-li-btn-vw i { font-size: 13px; }
.c-li-btn-go { display: inline-flex; align-items: center; justify-content: center; gap: 4px; padding: 6px 14px; border-radius: 60px; background: #EEF2FF; color: #6366F1; font-weight: 600; font-size: 13px; transition: 0.25s cubic-bezier(0.4,0,0.2,1); border: 1px solid transparent; cursor: pointer; text-decoration: none; white-space: nowrap; }
.c-li-btn-go:hover { background: #6366F1; color: #fff; box-shadow: 0 4px 12px rgba(99,102,241,0.25); transform: translateY(-1px); }
.c-li-btn-go i { font-size: 13px; }
.c-li-pg { display: flex; justify-content: center; align-items: center; gap: 8px; padding: 20px 0 48px; flex-wrap: wrap; }
.c-li-pb { display: inline-flex; align-items: center; gap: 6px; padding: 6px 18px; border-radius: 60px; font-size: 14px; font-weight: 600; color: #64748B; background: #F1F5F9; transition: 0.3s; text-decoration: none; border: none; cursor: pointer; }
.c-li-pb:hover { background: #6366F1; color: #fff; }
.c-li-pb i { font-size: 14px; }
.c-li-pn { padding: 6px 14px; border-radius: 60px; font-size: 14px; font-weight: 600; color: #64748B; background: transparent; transition: 0.3s; text-decoration: none; border: none; cursor: pointer; min-width: 36px; text-align: center; }
.c-li-pn:hover { background: #EEF2FF; color: #6366F1; }
.c-li-pn.active { background: #6366F1; color: #fff; box-shadow: 0 4px 12px rgba(99,102,241,0.25); }

/*详细页*/
.cd-page { padding: 20px 0 20px; }
.cd-crumb { display: flex; align-items: center; gap: 6px; font-size: 0.9rem; color: #94A3B8; margin-bottom: 20px; flex-wrap: wrap; }
.cd-crumb a { color: #94A3B8; transition: color 0.2s; }
.cd-crumb a:hover { color: #6366F1; }
.cd-crumb .sep { color: #CBD5E1; }
.cd-crumb .curr { color: #1E293B; font-weight: 600; }
.cd-hero { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; background: #fff; border-radius: 20px; border: 1px solid #E8EDF5; padding: 32px 36px; margin-bottom: 0; box-shadow: 0 1px 4px rgba(0,0,0,0.02); }
.cd-logo { width: 100px; height: 100px; border-radius: 30px; flex-shrink: 0; overflow: hidden; background: #F8FAFC; border: 1px solid #E8EDF5; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.cd-logo img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.cd-main { flex: 1; min-width: 200px; }
.cd-title { font-size: 1.8rem; font-weight: 800; color: #0F172A; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 6px; letter-spacing: -0.5px; }
.cd-tag { display: inline-flex; align-items: center; gap: 4px; padding: 2px 14px; border-radius: 60px; font-size: 0.8rem; font-weight: 500; background: #EEF2FF; color: #4F46E5; }
.cd-tgray { background: #F1F5F9; color: #64748B; }
.cd-tpop {background: transparent;color:#ff6600; font-weight: 600; }
.cd-tpop i { color:#ff6600; }
.cd-tweb { background: #F0F9FF; color: #0369A1; }
.cd-tweb i { color: #0369A1; }
.cd-tweb a { color: #0369A1; text-decoration: underline; text-underline-offset: 2px; }
.cd-tweb a:hover { color: #0C4A6E; }
.cd-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.cd-desc { font-size: 1rem; color: #475569; line-height: 1.7; max-width: 600px; }
.cd-acts { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }
.cd-btnm { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 35px; border-radius: 60px; background: #6366F1; color: #fff; font-weight: 600; font-size: 0.95rem; transition: 0.3s; box-shadow: 0 2px 8px rgba(99,102,241,0.20); white-space: nowrap; border: none; cursor: pointer; }
.cd-btnm:hover { background: #4F46E5; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(99,102,241,0.30); color: #fff; }
.cd-btns { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 9px 23px; border-radius: 60px; background: #F8FAFC; color: #64748B; font-weight: 500; font-size: 0.85rem; border: 1px solid #E8EDF5; transition: 0.25s; white-space: nowrap; cursor: pointer; }
.cd-btns:hover { background: #EEF2FF; color: #6366F1; border-color: #C7D2FE; }
.cd-slist { margin-top: 24px; display: flex; flex-direction: column; gap: 0; background: #fff; border-radius: 16px; border: 1px solid #E8EDF5; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.02); }
.cd-sblk { position: relative; display: flex; align-items: flex-start; gap: 16px; padding: 18px 38px; border-bottom: 1px solid #F1F5F9; transition: background 0.2s; }
.cd-sblk:last-child { border-bottom: none; }
.cd-sblk:hover { background: #FAFBFC; }
.cd-sblk::before { content: ''; position: absolute; left: 28px; top: 22px; width: 4px; height: 20px; background: #6366F1; border-radius: 4px; }
.cd-cont { flex: 1; min-width: 0; padding-top: 2px; padding-left: 12px; }
.cd-ttl { font-size: 1.1rem; font-weight: 700; color: #0F172A; margin-bottom: 6px; line-height: 1.4; }
.cd-body { font-size: 1rem; color: #475569; line-height: 1.7; }
.cd-body p { margin-bottom: 8px; }
.cd-body strong { color: #0F172A; font-weight: 600; }
.cd-body .cd-site { margin-top: 8px; font-size: 0.95rem; }
.cd-body .cd-site a { color: #0369A1; text-decoration: underline; }
.cd-body .cd-img { margin-top: 14px; overflow: hidden; }
.cd-body .cd-img img { max-width: 100%; height: auto; display: block; border-radius: 12px; border: 1px solid #E8EDF5; }
.cd-rsec { margin-top: 32px; }
.cd-rhd { font-size: 1.1rem; font-weight: 700; color: #0F172A; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.cd-rhd i { color: #6366F1; font-size: 1.1rem; }
.cd-rgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cd-ritem { background: #fff; border-radius: 14px; border: 1px solid #E8EDF5; padding: 14px 18px; display: flex; align-items: center; gap: 14px; transition: 0.3s; overflow: hidden; min-width: 0; }
.cd-ritem:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.05); transform: translateY(-2px); border-color: #C7D2FE; }
.cd-ricon { width: 42px; height: 42px; border-radius: 12px; overflow: hidden; flex-shrink: 0; background: #F1F5F9; border: 1px solid #E8EDF5; display: flex; align-items: center; justify-content: center; }
.cd-ricon img { width: 100%; height: 100%; object-fit: contain; padding: 6px; background: #fff; }
.cd-rinfo { flex: 1; min-width: 0; }
.cd-rname { font-weight: 700; font-size: 0.95rem; color: #0F172A; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cd-rdesc { font-size: 0.8rem; color: #94A3B8; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cd-rlink { flex-shrink: 0; font-size: 0.8rem; color: #6366F1; font-weight: 600; padding: 4px 14px; border-radius: 60px; background: #EEF2FF; transition: 0.25s; }
.cd-rlink:hover { background: #6366F1; color: #fff; }

/*响应式*/
@media (min-width: 768px) {
    .pc-no, .navCir{ display: none; }
}
@media (max-width: 992px) {
	  /* 首页 */
    .cind-cgd { grid-template-columns: repeat(2, 1fr); }
    .cind-tmn { font-size: 36px; }
    .cind-sbt { font-size: 14px; padding: 7px 20px; margin-bottom: 16px; }
    .cind-dsc { font-size: 16px; }
    .cind-sit .number { font-size: 28px; }
    .cind-ban { height: 380px; }
    .cind-snv { left: 12px; }
    .cind-nit { width: 42px; height: 42px; }
    .cind-nit i { font-size: 18px; }
    /*尾部*/
    .cfoot-ft .container { grid-template-columns: 1fr 1fr 3fr; gap: 30px; }
    /* 列表页 */
    .c-li-hd { padding: 10px 16px; font-size: 12px; }
    .c-li-row { padding: 12px 16px; flex-wrap: wrap; }
    .c-li-hic { width: 44px; }
    .c-li-hnm { flex: 1; min-width: 100px; }
    .c-li-nam { flex: 1; min-width: 100px; font-size: 15px; }
    .c-li-hds { flex: 2; min-width: 120px; }
    .c-li-dsc { flex: 2; min-width: 120px; font-size: 13px; }
    .c-li-hctr { flex: 0 0 70px; }
    .c-li-ctr { flex: 0 0 70px; font-size: 12px; }
    .c-li-hct { flex: 0 0 80px; }
    .c-li-ctg { flex: 0 0 80px; }
    .c-li-ctg span { font-size: 12px; }
    .c-li-hlk { flex: 0 0 100px; }
    .c-li-lnk { flex: 0 0 100px; }
    .c-li-pge { padding: 20px 0 12px; }
    .c-li-ttl { font-size: 22px; }
    .c-li-ttl i { font-size: 22px; }
    /*详细页*/
    .cd-hero { padding: 24px 24px; gap: 20px; }
    .cd-logo { width: 80px; height: 80px; }
    .cd-title { font-size: 1.6rem; }
}
@media (max-width: 768px) {
	.m-no,.cind-snv,.c-li-ctg span,.c-li-brd,.cfoot-ft{display: none!important;}
	.f18,.cind-shd h2,.cind-cnm,.cfoot-ft h4,.c-li-ttl,.c-li-nam{font-size: 1.2rem;}
	.f16,.cind-mlk,.cind-cdc,.cind-clk,.cind-cnv a,.cfoot-st a,.ctop-lcr,.c-li-bdg,.c-li-tag, .c-li-all,.c-li-dsc,.c-li-lnk a,.c-li-pb i,.c-li-pn,.ctop-lop li{font-size: 1rem;}
	.f14,.c-li-bdg{font-size:.85rem;}
	.container{padding:0 10px;}
	body{background:linear-gradient(180deg,#F8FAFC 150px, transparent 400px);}
	/* 头部 */
  	.ctop-lop{width: calc(100vw - 20px);grid-template-columns: repeat(2, 1fr);}
  	.mainind{margin-bottom: 3.5rem;}
	/* 首页 */
	  .cind-shd{margin-bottom:.5rem;}
    .ctop-bar .container { flex-wrap: wrap; height: auto; padding: 12px 10px; gap: 10px; }
    .ctop-lgo img { height: 36px; }
    .ctop-sch { order: 3; flex: 1 1 100%; max-width: 100%; margin: 4px 0 0; }
    .ctop-rgt { margin-left: auto; gap: 10px; }
    .ctop-lcr {border: 0;}
    .ctop-rank-txt { display: none; }
    .ctop-rank-link { padding: 0; border-radius: 50%; width: 36px; height: 36px; justify-content: center; }
    .ctop-rank-link .ctop-rank-ico { font-size: 16px; margin: 0; }

    .ctop-qr { width: 36px; height: 36px; }
    .ctop-qr i { font-size: 16px; }
    .ctop-qpp { width: 100px; padding: 8px; height: 115px; }
    .ctop-qpp canvas { width: 80px; height: 80px; }
    .cind-ban { height: 340px;border-radius: 1rem;margin: .5rem 10px;width: calc(100vw - 20px);overflow: hidden;}
    .cind-sld { padding: 30px 16px; }
    .cind-tmn { font-size: 28px; }
    .cind-sbt { font-size: 16px; margin-bottom: 12px; }
    .cind-dsc { font-size: 14px; max-width: 100%; }
    .cind-sts { gap: 20px; }
    .cind-sit .number { font-size: 24px; }
    .cind-sec {padding: 1rem 0; scroll-margin-top: 80px;border-radius: 1rem;background: #F8FAFC;margin-top: .5rem;}
    .cind-cgd { grid-template-columns: 1fr; gap: 16px; }
    .cind-crd { padding: 18px 16px 20px; }
    .cind-cnv { gap: 6px 10px; }
    .cind-cnv a{background:#F8FAFC;}
    .cind-cag .cind-cnv a{background:#fff;}
    /*尾部*/
    .cfoot-ft .container { grid-template-columns: 1fr; gap: 24px; }
    .cfoot-bt { flex-direction: column; text-align: center; }
    .cfoot-ft{border-radius: 1rem;margin: .5rem 10px;padding: 1rem;}
    /*m foot*/
    .navCir { position: fixed; bottom: 0px; width: 100%; z-index:90; background:#ffffff; box-shadow: 1px 1px 6px 2px rgba(0,0,0,.1);margin-bottom: -1px;}
    .navCir li { display: block; width: 20%; padding: 3px 0; float: left; text-align: center; font-size: .75rem; list-style: none; }
    .navCir li i { display: block; font-size: 1.5rem; }
    .navCir li:nth-child(3) i { font-size: 1.3rem; margin: .1rem 0; }
    .navCir li:nth-child(4) i { font-size: 1.7rem; margin: -0.1rem 0; }
    .navCir li a { font-size: .75rem; color:#666; padding: 0.1rem; display: block; line-height: 1.2; text-decoration: none; }
    .navCir .cart-info { position: absolute; width: 100%; text-align: center; top: 50%; margin-top: -4px; left: 0; padding: 0; display: block; line-height: 1; }
    .navCir .cart-info .cart-qty { position: absolute; top: -20px; right: 6.6rem; width: 15px; height: 15px; display: block; font-size: 9px; font-weight: 600; color: var(--text-white); background-color: var(--color-ff6600); text-align: center; line-height: 15px; border-radius: 20px; box-shadow: -1px 1px 2px 0 var(--shadow-30); }
    .navCir li.active a, .navCir li.active a:visited { color:#fff; background-color: #6366F1 !important; display: block; border-radius: .5rem; margin: 0 5px; }
    .navCir li.active a:hover { color: #fff; }
    /* 列表页 */
    .c-li-pge { padding: 16px 0 10px; margin-bottom: 12px; }
    .c-li-ttl {gap: 8px; }
    .c-li-ttl i { font-size: 20px; }
    .c-li-dvd { margin: 8px 0 10px; }
    .c-li-bx { border-radius: 10px; margin-bottom: 16px; }
    .c-li-hd { display: none; }
    .c-li-row { padding: 12px 14px; flex-wrap: wrap; gap: 6px 10px; }
    .c-li-row:nth-child(even) { background: #FAFBFC; }
    .c-li-dsc { flex: 1 1 100%; min-width: auto;padding-right: 0; order: 3; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;margin: 0 10px;}
    .c-li-ctg { flex: 0 0 auto; order: 4; }
    .c-li-lnk { flex: 0 0 auto; order: 5; margin-left: auto; }
    .c-li-pg{padding: 1rem 0;}
    /*详细页*/
    .cd-page { padding: 16px 0 12px; }
    .cd-hero { padding: 18px 16px; flex-direction: column; align-items: center; text-align: center; gap: 14px; border-radius: 16px; }
    .cd-logo { width: 68px; height: 68px; border-radius: 16px; }
    .cd-main { min-width: auto; width: 100%; }
    .cd-title { font-size: 1.4rem; justify-content: center; }
    .cd-meta { justify-content: center; }
    .cd-desc { font-size: 1rem; text-align: left; }
    .cd-acts { width: 100%; flex-direction: row; flex-wrap: wrap; justify-content: center; }
    .cd-acts .cd-btnm, .cd-acts .cd-btns { flex: 1 1 auto; min-width: 110px; font-size: 0.85rem; padding: 9px 16px; }
    .cd-sblk { padding: 14px 16px; gap: 12px; }
    .cd-sblk::before { left: 12px; top: 18px; }
    .cd-cont { padding-left: 8px; }
    .cd-ttl { font-size: 1rem; }
    .cd-body { font-size: 1rem; }
    .cd-rgrid { grid-template-columns: repeat(1, 1fr); gap: 10px; }
    .cd-ritem { padding: 12px 14px; }
    .cd-rname,.cd-rdesc,.cd-rlink{ font-size: 1rem; }

}
