﻿* { box-sizing: border-box; }
html { min-height: 100%; overflow-x: hidden; scrollbar-width: none; }
::-webkit-scrollbar { width: 0; height: 0; }
body {
  min-height: 100vh;
  margin: 0;
  color: #f8fafc;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  background: linear-gradient(145deg, rgba(8, 16, 29, .86), rgba(12, 20, 34, .96)), url("../image/tmbj.webp") center top / 760px auto no-repeat, #09111f;
}
a { color: inherit; text-decoration: none; }
p { margin: 0; }
img { max-width: 100%; vertical-align: middle; }
.website_body_main { width: 100%; margin: 0 auto; padding: 24px; }
.main_top { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 0 0 18px; }
.main_left, .main_right { width: 100%; min-width: 0; margin: 0; }
.main_left_zx { display: none; }
.main_left_gg { padding: 0; border: 0; background: transparent; box-shadow: none; }
.hero_puzzle { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.hero_tile {
  min-height: 230px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  cursor: pointer;
  background-color: #0b1728;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover, min(58%, 260px) auto;
  box-shadow: 0 18px 46px rgba(0,0,0,.28);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.hero_tile:hover, .css_dtxg:hover { transform: translateY(-2px); border-color: rgba(255,224,138,.5); box-shadow: 0 24px 62px rgba(0,0,0,.36); }
.hero_tile::before { content: ""; position: absolute; inset: 0; background: linear-gradient(95deg, rgba(9,17,31,.98) 0%, rgba(9,17,31,.82) 62%, rgba(9,17,31,.32) 100%); }
.hero_tile_ky { background-image: linear-gradient(135deg, rgba(14,55,68,.42), rgba(185,80,67,.36)), url("../image/dbjmn.webp"); }
.hero_tile_jy { background-image: linear-gradient(135deg, rgba(184,126,45,.45), rgba(18,31,50,.48)), url("../image/lg.webp"); }
.hero_tile_ayx { background-image: linear-gradient(135deg, rgba(110,78,154,.5), rgba(18,31,50,.5)), url("../image/zrag.webp"); }
.hero_tile_hy { background-image: linear-gradient(135deg, rgba(19,118,119,.44), rgba(18,31,50,.5)), url("../image/haoyun-live.webp"); }
.hero_tile_wz { position: relative; z-index: 2; width: 100%; height: 100%; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; }
.hero_badge { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border: 1px solid rgba(56,214,199,.4); border-radius: 6px; color: #9ff4e8; background: rgba(8,17,30,.36); font-size: 13px; font-weight: 800; }
.hero_title { margin-top: 14px; color: #fff; font-size: 24px; font-weight: 900; line-height: 1.16; }
.hero_desc { max-width: 72%; margin-top: 10px; color: #dce7f5; font-size: 14px; line-height: 1.45; }
.hero_tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.hero_tags span { display: inline-flex; align-items: center; min-height: 24px; padding: 0 8px; border: 1px solid rgba(255,224,138,.35); border-radius: 6px; color: #ffe08a; background: rgba(8,17,30,.32); font-size: 12px; font-weight: 800; }
.hero_cta { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; margin-top: auto; padding: 0 14px; border-radius: 6px; color: #101828; background: linear-gradient(135deg, #fff, #ffe08a); font-size: 13px; font-weight: 900; box-shadow: 0 14px 30px rgba(255,211,105,.18); }
.main_right { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.main_right_1, .main_right_2, .main_right_3, .main_right_4, .main_bottom_box, .main_wz { border: 1px solid rgba(255,255,255,.12); border-radius: 8px; box-shadow: 0 18px 46px rgba(0,0,0,.26); backdrop-filter: blur(16px); }
.main_right_1, .main_right_2, .main_right_3, .main_right_4 { min-height: 152px; display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 12px; align-items: center; overflow: hidden; cursor: pointer; padding: 14px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.main_right_1 { background: linear-gradient(135deg, rgba(45,91,122,.82), rgba(24,43,65,.9)); }
.main_right_2 { background: linear-gradient(135deg, rgba(186,128,48,.84), rgba(74,47,25,.92)); }
.main_right_3 { background: linear-gradient(135deg, rgba(114,88,143,.78), rgba(35,42,76,.94)); }
.main_right_4 { background: linear-gradient(135deg, rgba(18,111,111,.82), rgba(21,30,51,.95)); }
.main_right_tp { width: 78px; height: 78px; overflow: hidden; border-radius: 8px; background: rgba(255,255,255,.1); }
.main_right_tp img { width: 100%; height: 100%; object-fit: cover; }
.main_right_tp_4 img { object-position: 64% center; }
.icon { width: 24px; height: 24px; margin-right: 7px; object-fit: contain; }
.main_right_wz { min-width: 0; }
.main_right_wz .cp_title { display: flex; align-items: center; color: #fff; font-size: 18px; font-weight: 800; line-height: 1.25; }
.main_right_wz .cp_desc { margin-top: 8px; color: #dce7f5; font-size: 13px; line-height: 1.4; }
.main_right_wz .cp_desc i { margin: 0 5px; color: #ffe08a; font-style: normal; }
.main_bottom { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 2px; }
.main_bottom_box { min-height: 158px; position: relative; overflow: hidden; cursor: pointer; padding: 24px; }
.main_bottom_1 { background: linear-gradient(135deg, rgba(65,54,164,.9), rgba(21,29,54,.94)); }
.main_bottom_1 { grid-column: span 2; }
.main_bottom_2 { background: linear-gradient(135deg, rgba(25,124,130,.82), rgba(20,46,58,.94)); }
.main_bottom_3 { background: linear-gradient(135deg, rgba(94,109,137,.84), rgba(25,35,58,.96)); }
.main_bottom_wz { position: relative; z-index: 2; max-width: 55%; }
.main_bottom_wz .cp_name { font-size: 24px; font-weight: 800; line-height: 1.2; }
.main_bottom_wz .cp_name i { margin: 0 6px; color: #ffe08a; font-style: normal; }
.main_bottom_wz .cp_desc { margin-top: 14px; color: #dce7f5; font-size: 15px; line-height: 1.55; }
.main_bottom_wz .cp_desc_m { display: none; }
.main_bottom_tp { position: absolute; right: 0; bottom: 0; width: 48%; height: 100%; background-position: right bottom; background-repeat: no-repeat; background-size: contain; }
.main_bottom_1_tp { background-image: url("../image/caiqiu.webp"); }
.main_bottom_2_tp { background-image: url("../image/tyqx1.webp"); }
.main_bottom_3_tp { background-image: url("../image/tyqx2.webp"); }
.main_wz { margin-top: 18px; overflow: hidden; background: rgba(15,25,41,.88); }
.main_wz_tip { padding: 18px 20px 6px; color: #dce7f5; font-size: 14px; line-height: 1.5; }
.main_wz_wz { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding: 14px 0 18px; }
.main_wz_wz_1 { grid-column: span 2; }
.main_wz_wz_btn a { display: flex; align-items: center; justify-content: center; min-height: 52px; border: 1px solid rgba(255,255,255,.14); border-radius: 6px; color: #fff; background: rgba(255,255,255,.07); font-size: 16px; font-weight: 800; }
@media (max-width: 980px) { .website_body_main { width: min(100% - 20px, 1180px); padding: 12px 0 20px; } .hero_puzzle { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; } .hero_tile { min-height: 142px; background-size: cover, 62% auto; } .hero_tile_wz { padding: 10px; } .hero_badge { min-height: 22px; padding: 0 7px; font-size: 11px; } .hero_title { margin-top: 7px; font-size: 16px; line-height: 1.15; } .hero_desc, .hero_tags { display: none; } .hero_cta { min-height: 30px; margin-top: 9px; padding: 0 10px; font-size: 12px; } .main_right { grid-template-columns: 1fr; gap: 12px; margin-top: 12px; } .main_right_1, .main_right_2, .main_right_3, .main_right_4 { min-height: 124px; grid-template-columns: 86px minmax(0, 1fr); padding: 14px; } .main_right_tp { width: 86px; height: 86px; } .main_bottom { grid-template-columns: 1fr; gap: 12px; margin-top: 12px; } .main_bottom_1 { grid-column: auto; } .main_bottom_box { min-height: 136px; padding: 20px; } .main_bottom_wz { max-width: 62%; } .main_bottom_wz .cp_name { font-size: 22px; } .main_bottom_wz .cp_desc { display: none; } .main_bottom_wz .cp_desc_m { display: block; margin-top: 12px; color: #dce7f5; font-size: 14px; line-height: 1.55; } .main_wz_wz { grid-template-columns: 1fr; } .main_wz_wz_1 { grid-column: auto; } }
@media (max-width: 380px) { .hero_title { font-size: 15px; } .hero_cta { font-size: 11px; } .main_right_1, .main_right_2, .main_right_3, .main_right_4 { grid-template-columns: 72px minmax(0, 1fr); } .main_right_tp { width: 72px; height: 72px; } .main_right_wz .cp_descs { display: none; } }
