@charset "utf-8";
/* theme_tytv TYTV游戏 - PC 皮肤覆盖（紫色电竞渐变风） */

/* ---- 品牌色重定义（默认 #1587a8 -> 电竞紫 #7c3aed）---- */
.mainBg{background-color:#7c3aed !important;}
.mainBorder{border-color:#7c3aed !important;}
.nav a:hover,.nav .current,.phbBox li .info .btn:hover,.smallSlider .smallDot i.current,.walkthroughLike ul li .btn:hover,.cont404 .btn:hover{background-color:#6325c9 !important;}
.titMod h3{border-bottom-color:#7c3aed !important;}
.crumbs a:hover,.moreLink:hover{color:#7c3aed !important;}
a:hover{color:#7c3aed;}

/* ---- 整体背景 ---- */
.tv-body{background:#f3f1fa;}

/* ---- 头部：紫色渐变 + 双层（信息行 + 导航行）---- */
.tv-header{background:linear-gradient(120deg,#7c3aed 0%,#a855f7 60%,#ec4899 100%);box-shadow:0 4px 14px rgba(124,58,237,.28);}
.tv-header .w1200{position:relative;padding:22px 0 0;}
.tv-logo{display:flex;align-items:center;float:left;height:50px;margin-right:40px;}
.tv-logo img{max-height:50px;}
.tv-logo .tv-logo-ico{display:inline-block;width:42px;height:42px;margin-right:10px;border-radius:11px;background:rgba(255,255,255,.18);background-image:url(/static/themes/theme_tytv/img/pad.svg);background-size:26px 26px;background-position:center;background-repeat:no-repeat;}
.tv-logo b{font-size:28px;font-weight:800;color:#fff;letter-spacing:1px;text-shadow:0 2px 6px rgba(0,0,0,.15);}
.tv-search{float:left;width:460px;height:44px;margin-top:2px;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.12);}
.tv-search input{float:left;width:344px;height:44px;line-height:44px;border:0;outline:0;padding:0 20px;font-size:14px;}
.tv-search button{float:right;display:flex;align-items:center;justify-content:center;width:100px;height:44px;border:0;cursor:pointer;background:#ec4899;color:#fff;font-size:15px;border-radius:0 22px 22px 0;}
.tv-search button:hover{background:#db2777;}
.tv-search .tv-ico-search{display:inline-block;width:16px;height:16px;margin-right:6px;background:url(/static/themes/theme_tytv/img/search.svg) no-repeat center/contain;}
.tv-hotkw{float:right;margin-top:14px;font-size:12px;}
.tv-hotkw a{color:rgba(255,255,255,.85);margin-left:14px;}
.tv-hotkw a:hover{color:#fff;text-decoration:underline;}
.tv-nav-wrap{margin-top:18px;background:rgba(0,0,0,.12);}
.tv-nav{display:flex;}
.tv-nav a{display:block;height:46px;line-height:46px;padding:0 26px;color:#fff;font-size:16px;font-weight:600;}
.tv-nav a:hover{background:rgba(255,255,255,.14);}
.tv-nav a.current{background:#fff;color:#7c3aed;border-radius:8px 8px 0 0;}

/* ---- 卡片细节 ---- */
.dfwrap .tabBox,.dfwrap .phbWrap,.dfwrap .hotTag,.dfwrap .titMod{border-radius:10px;}

/* ---- 页脚 ---- */
.tv-footer{background:#241b3a;color:#a99dc4;padding:30px 0;margin-top:24px;}
.tv-footer .tv-foot-nav{text-align:center;padding-bottom:14px;border-bottom:1px solid #3a2f57;}
.tv-footer .tv-foot-nav a{color:#cfc4e6;margin:0 16px;font-size:14px;}
.tv-footer .tv-foot-nav a:hover{color:#c084fc;}
.tv-footer .tv-foot-copy{text-align:center;padding-top:16px;font-size:13px;}
.tv-footer .tv-foot-copy a{color:#a99dc4;}
.tv-footer .tv-foot-copy a:hover{color:#c084fc;}
.tv-footer .tv-foot-tip{text-align:center;padding-top:8px;font-size:12px;color:#7a6f95;line-height:20px;}

/* ===================== 首页版式：电竞海报 + 榜单突出 ===================== */
.tv-home{padding-top:14px;}
.tv-sec{background:#fff;border-radius:12px;padding:18px 20px;margin-bottom:18px;}
.tv-sec-hd{display:flex;align-items:baseline;margin-bottom:16px;}
.tv-sec-hd h3{font-size:19px;font-weight:800;color:#241b3a;position:relative;padding-left:14px;}
.tv-sec-hd h3:before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:5px;border-radius:3px;background:linear-gradient(#a855f7,#7c3aed);}
.tv-sec-hd .tv-sub{margin-left:12px;font-size:13px;color:#a99dc4;}
.tv-sec-hd .tv-more{margin-left:auto;font-size:13px;color:#a99dc4;}
.tv-sec-hd .tv-more:hover{color:#7c3aed;}
.tv-posters{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;}
.tv-poster{display:block;text-align:center;padding:16px 8px;border-radius:14px;background:linear-gradient(160deg,#faf5ff,#f3eafe);transition:.2s;position:relative;}
.tv-poster:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(124,58,237,.18);}
.tv-poster-img{display:block;}
.tv-poster-img img{width:88px;height:88px;border-radius:22px;object-fit:cover;box-shadow:0 6px 14px rgba(124,58,237,.18);}
.tv-poster b{display:block;margin-top:10px;font-size:14px;color:#241b3a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tv-poster em{font-style:normal;font-size:12px;color:#9b8bbd;}
.tv-poster-dl{display:inline-block;margin-top:8px;padding:3px 18px;font-size:12px;color:#fff;background:linear-gradient(135deg,#a855f7,#7c3aed);border-radius:13px;}
.tv-cols{display:flex;gap:18px;margin-bottom:18px;}
.tv-hot{flex:1;background:#fff;border-radius:12px;padding:18px 20px;}
.tv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.tv-gcard{display:flex;align-items:center;padding:10px;border-radius:10px;background:#faf7ff;transition:.15s;}
.tv-gcard:hover{background:#f1e9fe;}
.tv-gcard img{width:58px;height:58px;border-radius:14px;object-fit:cover;margin-right:10px;}
.tv-gcard-info{flex:1;min-width:0;}
.tv-gcard-info b{display:block;font-size:14px;color:#241b3a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tv-gcard-info em{font-style:normal;font-size:12px;color:#9b8bbd;}
.tv-board{width:330px;background:linear-gradient(160deg,#2a1f47,#241b3a);border-radius:12px;padding:0 0 14px;overflow:hidden;}
.tv-board-hd{height:52px;line-height:52px;text-align:center;font-size:16px;font-weight:800;color:#fff;background:linear-gradient(90deg,#7c3aed,#ec4899);}
.tv-board ol{list-style:none;padding:8px 18px;}
.tv-board li{display:flex;align-items:center;height:38px;border-bottom:1px solid rgba(255,255,255,.08);}
.tv-board li a{flex:1;font-size:14px;color:#d8cfeb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tv-board li a:hover{color:#fff;}
.tv-num{display:inline-block;width:22px;height:22px;line-height:22px;text-align:center;border-radius:6px;font-size:12px;font-weight:700;color:#fff;background:rgba(255,255,255,.14);margin-right:12px;}
.tv-board li:nth-child(1) .tv-num{background:linear-gradient(135deg,#ffd166,#f59e0b);color:#241b3a;}
.tv-board li:nth-child(2) .tv-num{background:linear-gradient(135deg,#c0c7d0,#9aa3b2);color:#241b3a;}
.tv-board li:nth-child(3) .tv-num{background:linear-gradient(135deg,#ff9a76,#e8703f);color:#fff;}
.tv-board-light{background:#fff;}
.tv-board-light .tv-tags{padding:14px 18px;display:flex;flex-wrap:wrap;gap:10px;}
.tv-board-light .tv-tags a{padding:6px 14px;background:#f3eafe;border-radius:14px;font-size:13px;color:#7c3aed;}
.tv-board-light .tv-tags a:hover{background:#7c3aed;color:#fff;}
.tv-apps{display:grid;grid-template-columns:repeat(10,1fr);gap:12px;}
.tv-app{display:block;text-align:center;}
.tv-app img{width:64px;height:64px;border-radius:16px;object-fit:cover;transition:.2s;}
.tv-app:hover img{transform:translateY(-4px);box-shadow:0 8px 16px rgba(124,58,237,.18);}
.tv-app p{margin-top:6px;font-size:12px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tv-app:hover p{color:#7c3aed;}
.tv-news{list-style:none;}
.tv-news li{display:flex;align-items:center;height:36px;border-bottom:1px dashed #eee;}
.tv-news li a{flex:1;font-size:14px;color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tv-news li a:hover{color:#7c3aed;}
.tv-news li i{font-style:normal;font-size:12px;color:#bbb;}
