/* °l²ÆÆæ¼£ºì½ðÖ÷Ìâ */
:root {
  --fc-bg: #130003;
  --fc-red: #a60816;
  --fc-gold: #f4ba34;
  --fc-text: #fff4d8;
  --fc-muted: #dfae74;
  --fc-panel-2: rgba(108, 8, 14, .72);
  --fc-border: rgba(255, 207, 83, .38);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  color: var(--fc-text);
  font-family: "Microsoft YaHei", "PingFang SC", SimSun, Arial, sans-serif;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 221, 104, .26), transparent 26rem),
    radial-gradient(circle at 15% 18%, rgba(228, 29, 46, .28), transparent 22rem),
    radial-gradient(circle at 86% 28%, rgba(244, 186, 52, .16), transparent 20rem),
    linear-gradient(180deg, #4c020a 0%, #210106 48%, #070001 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 230, 150, .045) 0 1px, transparent 1px 86px),
    repeating-linear-gradient(0deg, rgba(255, 230, 150, .03) 0 1px, transparent 1px 86px);
  mask-image: radial-gradient(circle at center, black 0%, transparent 74%);
}

a {
  color: inherit;
  text-decoration: none;
}

.cs-clear::after {
  content: "";
  display: table;
  clear: both;
}

.wrapbg,
.page {
  position: relative;
  z-index: 2;
  min-width: 1180px;
  min-height: 100vh;
}

.wrapbg_top {
  min-height: 100vh;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(38, 1, 6, .88);
  border-bottom: 1px solid rgba(255, 207, 83, .34);
  box-shadow: 0 10px 36px rgba(0, 0, 0, .42);
  backdrop-filter: blur(12px);
}

.main {
  padding-top: 78px;
}

.nav_div,
.nav {
  width: 1180px;
  margin: 0 auto;
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav_logo,
.nav-logo {
  width: 238px;
  height: 68px;
  display: flex;
  align-items: center;
  margin-right: auto;
}

.logo-svg {
  display: block;
  width: 238px;
  height: 68px;
  overflow: visible;
  filter: drop-shadow(0 7px 16px rgba(255, 171, 28, .26));
  transition: transform .25s ease, filter .25s ease;
}

.nav_logo:hover .logo-svg,
.nav-logo:hover .logo-svg {
  transform: translateY(-1px);
  filter: drop-shadow(0 9px 22px rgba(255, 207, 83, .34));
}

.nav a:not(.nav_logo):not(.nav-logo),
.nav-link {
  position: relative;
  min-width: 92px;
  height: 42px;
  padding: 0 14px;
  color: #ffe1a1;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  border-radius: 999px;
  transition: .24s ease;
}

.nav a:not(.nav_logo):not(.nav-logo)::after,
.nav-link::after {
  content: "";
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 4px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fff2ad, transparent);
  opacity: 0;
  transition: .24s ease;
}

.nav a:not(.nav_logo):not(.nav-logo):hover,
.nav-link:hover,
.nav-link.active {
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 207, 83, .2), rgba(166, 8, 22, .36));
  box-shadow: inset 0 0 0 1px rgba(255, 226, 132, .36);
}

.nav a:not(.nav_logo):not(.nav-logo):hover::after,
.nav-link:hover::after,
.nav-link.active::after {
  opacity: 1;
}

.nav_text1 {
  margin: 0;
}

.hero {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding: 72px 0 52px;
  text-align: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-logo {
  display: block;
  width: 452px;
  height: auto;
  margin: 0 auto;
  overflow: visible;
  filter: drop-shadow(0 20px 46px rgba(0, 0, 0, .5)) drop-shadow(0 0 32px rgba(255, 207, 83, .24));
}

.hero-desc {
  width: 680px;
  margin: 25px auto 0;
  color: #ffe5ad;
  font-size: 18px;
  line-height: 1.9;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .48);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 32px;
}

.hero-btn {
  position: relative;
  min-width: 166px;
  height: 56px;
  border-radius: 12px;
  color: #4b0403;
  font-size: 18px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
  letter-spacing: 2px;
  background: linear-gradient(180deg, #fff6c6, #ffd157 48%, #d77705);
  box-shadow: 0 13px 32px rgba(255, 177, 40, .34), inset 0 0 0 1px rgba(255, 255, 255, .56);
  overflow: hidden;
}

.hero-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -42%;
  width: 34%;
  transform: skewX(-20deg);
  background: rgba(255, 255, 255, .5);
  animation: shine 3.2s ease-in-out infinite;
}

.hero-btn.secondary {
  color: #ffe9ad;
  background: linear-gradient(180deg, rgba(157, 8, 18, .92), rgba(83, 3, 9, .92));
  box-shadow: inset 0 0 0 1px rgba(255, 211, 91, .48), 0 13px 32px rgba(0, 0, 0, .28);
}

.content,
.section,
.sec_man {
  width: 1180px;
  margin: 0 auto;
}

.part,
.game-set,
.mod_service,
.inner {
  margin: 0 auto 36px;
}

.mod_newstab,
.game-set,
.mod_service,
.inner {
  position: relative;
  border: 1px solid var(--fc-border);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 207, 83, .12), transparent 28%),
    linear-gradient(180deg, var(--fc-panel-2), rgba(30, 1, 5, .84));
  box-shadow: 0 20px 60px rgba(0, 0, 0, .32);
  overflow: hidden;
}

.mod_newstab::before,
.game-set::before,
.mod_service::before,
.inner::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 241, 168, .9), transparent);
}

.newtabs,
.pic_tabs,
.service_hd,
.inner_hd {
  height: 58px;
  margin: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 207, 83, .2);
  color: #fff1ad;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  background: linear-gradient(90deg, rgba(180, 12, 23, .42), transparent);
}

.newtabs p {
  margin: 0;
}

.newcoms,
.newcom_box {
  overflow: visible !important;
}

.new_list {
  margin: 0;
  padding: 20px 24px 24px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 0;
}

.new_list li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  height: 42px;
  border-bottom: 1px solid rgba(255, 207, 83, .12);
  color: #ffe5ad;
}

.new_tit {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tit_label {
  display: inline-block;
  width: 78px;
  height: 25px;
  margin-right: 10px;
  color: #5b0403;
  font-size: 12px;
  font-weight: 900;
  line-height: 25px;
  text-align: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff3b8, #efb127);
}

.new_date {
  flex: 0 0 auto;
  color: #c88d5b;
  font-size: 12px;
}

.set-content,
.inner_main {
  padding: 24px 28px;
  color: #ffe4aa;
  line-height: 1.9;
}

.set-content table,
.inner_main table,
.download_table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(255, 207, 83, .34);
  border-radius: 14px;
  background: rgba(31, 2, 6, .58);
}

.set-content th,
.set-content td,
.inner_main th,
.inner_main td,
.download_table th,
.download_table td {
  padding: 12px 16px;
  border: 1px solid rgba(255, 207, 83, .18);
}

.set-content th,
.inner_main th,
.download_table th {
  color: #5b0403;
  font-size: 17px;
  letter-spacing: 1px;
  background: linear-gradient(180deg, #fff1af, #e89919);
}

.set-content td:first-child,
.inner_main td:first-child,
.download_table td:first-child {
  width: 145px;
  color: #ffdb83;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background: rgba(255, 207, 83, .08);
}

.set-content td:last-child,
.inner_main td:last-child,
.download_table td:last-child {
  color: #ffe7b3;
}

.service_body {
  padding: 22px 24px;
  text-align: center;
}

.service_body p {
  margin: 0 0 10px;
  color: #ffe4aa;
  font-size: 16px;
  font-weight: 700;
}

.service_body p:last-child,
.kf_qq {
  margin-bottom: 0;
  color: #ffcf59;
  font-size: 20px;
  letter-spacing: 1px;
}

.site-icp {
  width: 1180px;
  margin: 18px auto 0;
  padding: 18px 0 44px;
  color: #d7a66d;
  text-align: center;
}

@keyframes shine {
  0%, 42% { left: -42%; }
  60%, 100% { left: 120%; }
}
