/* AB模版网 做最好的织梦整站模板下载网站 Www.AdminBuy.Cn */
/* QQ：9490489 */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
@charset "utf-8";

/* 遥动直播 · 深蓝青绿主题（低刺激、易读） */

:root {
  --primary-color: #1e4a6e;
  --secondary-color: #334155;
  --accent-color: #0d9488;
  --dark-color: #f4f6f9;
  --darker-color: #e8ecf1;
  --light-color: #ffffff;
  --text-color: #1e293b;
  --text-light: #475569;
  --success-color: #0d9488;
  --warning-color: #d97706;
  --danger-color: #dc2626;
  --neon-pink: #0ea5e9;
  --neon-blue: #1e4a6e;
  --neon-purple: #0d9488;
  --neon-green: #0f766e;
  --neon-yellow: #0891b2;
  --box-shadow: 0 4px 24px rgba(30, 74, 110, 0.08);
  --box-shadow-hover: 0 12px 40px rgba(30, 74, 110, 0.12);
  --transition: all 0.3s ease;
  --neon-text-shadow: 0 1px 2px rgba(30, 74, 110, 0.06);
  --neon-box-shadow: 0 2px 12px rgba(30, 74, 110, 0.1);
}

/* 重置样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', 'Microsoft YaHei', -apple-system, BlinkMacSystemFont, sans-serif;
  width: 100%;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--dark-color);
  background-image: linear-gradient(to bottom, var(--dark-color), var(--darker-color));
  overflow-x: hidden;
}

ul, li {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: var(--secondary-color);
  transition: var(--transition);
  position: relative;
}

a:hover {
  color: var(--accent-color);
  text-shadow: none;
}

.clear {
  clear: both;
}

.ccsl {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 顶部导航 */
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  height: auto;
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.top .logo {
  display: flex;
  align-items: center;
}

.top .logo img {
  height: 60px;
  max-width: 300px;
  filter: drop-shadow(0 2px 8px rgba(30, 74, 110, 0.12));
}

.top .tel {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  text-shadow: none;
  letter-spacing: 1px;
}

/* 导航菜单 */
.nav {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 1px 3px rgba(30, 74, 110, 0.06);
  z-index: 1000;
}

.nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.nav ul li {
  position: relative;
}

.nav ul li a {
  display: block;
  padding: 16px 20px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: var(--transition);
  letter-spacing: 1px;
}

.nav ul li a i {
  margin-right: 6px;
  color: var(--neon-purple);
}

.nav ul li:hover a {
  color: var(--primary-color);
  text-shadow: none;
  background-color: rgba(30, 74, 110, 0.06);
}

.nav ul li.active a {
  color: var(--primary-color);
  text-shadow: none;
  background-color: rgba(13, 148, 136, 0.08);
  border-bottom: 2px solid var(--accent-color);
}

/* 页面内容部分 */
.part1, .part2, .part3 {
  padding: 80px 20px;
}

.contit {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.contit h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--primary-color);
  position: relative;
  display: inline-block;
  text-shadow: none;
  letter-spacing: 2px;
}

.contit h2:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 3px;
  background: var(--accent-color);
  box-shadow: none;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.contit span {
  display: block;
  font-size: 18px;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 25px;
  text-shadow: none;
}

/* 内容块样式 */
.part1_1, .part3_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.part3_L, .part3_R {
  flex: 1;
  min-width: 300px;
}

.part3_L img, .part3_R img {
  width: 100%;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  border: 2px solid transparent;
}

.part3_L img:hover, .part3_R img:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-hover);
  border: 2px solid rgba(13, 148, 136, 0.35);
}

.part3_L h3 {
  font-size: 28px;
  margin: 25px 0 15px;
  color: var(--primary-color);
  text-shadow: none;
  letter-spacing: 1px;
}

.part3_L p, .part3_R p {
  color: var(--text-color);
  line-height: 1.8;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
}

/* 按钮样式 */
.btn {
  display: inline-block;
  padding: 12px 30px;
  background: rgba(30, 74, 110, 0.08);
  color: var(--primary-color);
  border-radius: 30px;
  font-weight: 600;
  text-align: center;
  transition: var(--transition);
  border: 1px solid rgba(30, 74, 110, 0.25);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(30, 74, 110, 0.08);
  text-shadow: none;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  color: var(--light-color);
  background: linear-gradient(135deg, var(--primary-color) 0%, #0f766e 100%);
  box-shadow: var(--box-shadow-hover);
  text-shadow: none;
  transform: translateY(-2px);
}

.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: 0.5s;
}

.btn:hover:before {
  left: 100%;
}

/* 卡片样式 */
.card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--box-shadow-hover);
  border: 1px solid rgba(13, 148, 136, 0.35);
}

.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: var(--transition);
}

.card:hover img {
  transform: scale(1.05);
  filter: brightness(1.1) contrast(1.1);
}

.card-content {
  padding: 25px;
}

.card-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--primary-color);
  text-shadow: none;
  letter-spacing: 1px;
}

.card-content p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* 直播主播卡片 */
ul.piclistul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

ul.piclistul li {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

ul.piclistul li:hover {
  transform: translateY(-8px);
  box-shadow: var(--box-shadow-hover);
  border: 1px solid rgba(13, 148, 136, 0.35);
}

ul.piclistul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: var(--transition);
}

ul.piclistul li:hover img {
  transform: scale(1.05);
  filter: brightness(1.1) contrast(1.1);
}

ul.piclistul li p {
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
  text-shadow: none;
  letter-spacing: 1px;
}

/* 页脚样式 */
.footer {
  background: var(--darker-color);
  color: var(--text-color);
  padding: 70px 0 40px;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  position: relative;
}

.footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    var(--neon-pink), 
    var(--neon-blue), 
    var(--neon-purple), 
    var(--neon-blue), 
    var(--neon-pink), 
    transparent
  );
  box-shadow: none;
}

.footer .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer1 {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
}

.footer1 .con {
  line-height: 1.8;
}

.footer1 .con h3 {
  color: var(--primary-color);
  text-shadow: none;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.footer1 .con p {
  margin-bottom: 15px;
}

.footer1 .con a {
  color: var(--accent-color);
  transition: var(--transition);
  text-shadow: none;
}

.footer1 .con a:hover {
  color: var(--primary-color);
  text-shadow: none;
}

.footer3 {
  text-align: center;
}

.footer3 div {
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: var(--box-shadow);
}

.footer3 img {
  width: 125px;
  height: 125px;
}

.footer3 p {
  margin-top: 15px;
  font-size: 14px;
  color: var(--text-light);
  text-shadow: none;
  letter-spacing: 1px;
}

/* 简洁页脚 */
.footer.footer-simple {
  padding: 40px 0 32px;
}

.footer.footer-simple::before {
  display: none;
}

.footer.footer-simple .footer-simple-inner {
  align-items: flex-start;
  gap: 2rem 3rem;
}

.footer-simple-primary {
  flex: 1 1 280px;
  min-width: 0;
}

.footer-simple-brand {
  margin: 0 0 0.75rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 0.02em;
}

.footer-simple-meta {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--text-light);
}

.footer-simple-primary .footer-simple-meta:last-of-type {
  margin-bottom: 0.15rem;
}

.footer-simple-links--under-address {
  margin-top: 0.5rem;
}

.footer-simple-secondary {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}

.footer-simple-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  justify-content: flex-start;
}

.footer-simple-links a {
  font-size: 0.875rem;
  color: var(--accent-color);
  white-space: nowrap;
}

.footer-simple-links a:hover {
  color: var(--primary-color);
}

.footer-simple-qr {
  text-align: center;
}

.footer-simple-qr img {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 8px;
  background: #fff;
  padding: 6px;
  box-sizing: content-box;
  box-shadow: var(--box-shadow);
}

.footer-simple-qr span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--text-light);
}

.footer-simple-bar {
  background: #e8ecf1;
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  padding: 12px 0;
  text-align: center;
  font-size: 13px;
}

.footer-simple-bar-line {
  margin: 0;
  line-height: 1.6;
  color: #64748b;
}

.footer-simple-bar-copy {
  color: #475569;
}

.footer-simple-bar-sep {
  color: #94a3b8;
}

.footer-simple-bar-icp {
  color: #64748b;
}

/* 内页页眉与正文（与首页 hero / 内容卡片一致） */
.page-header {
  background: linear-gradient(120deg, rgba(30, 74, 110, 0.88) 0%, rgba(15, 118, 110, 0.82) 100%),
    url('http://oss.gzpu.com/2025/5/xintiao/bg-neon2.jpg') center/cover;
  color: #fff;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.page-header .neon-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #38bdf8, #0d9488, #38bdf8, transparent);
  box-shadow: none;
}

.page-header .main h1 {
  font-size: 48px;
  margin: 0 0 12px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
  letter-spacing: 3px;
}

.page-header-sub {
  font-size: 20px;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.95;
  color: #e0f2fe;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: none;
}

.page-header--tall {
  padding: 80px 0;
}

.page-header-lead {
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.55;
  opacity: 0.95;
  color: #e0f2fe;
  letter-spacing: 0.04em;
  text-transform: none;
  text-shadow: none;
}

.page-header .neon-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.page-header .neon-dots > div {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.page-header .neon-dots > div:nth-child(1) {
  top: 20%;
  left: 10%;
  background: #38bdf8;
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.5);
  animation: neon-pulse 3s infinite;
}

.page-header .neon-dots > div:nth-child(2) {
  top: 70%;
  left: 80%;
  background: #0d9488;
  box-shadow: 0 0 8px rgba(13, 148, 136, 0.5);
  animation: neon-pulse 4s infinite;
}

.page-header .neon-dots > div:nth-child(3) {
  top: 30%;
  left: 95%;
  background: #7dd3fc;
  box-shadow: 0 0 8px rgba(125, 211, 252, 0.45);
  animation: neon-pulse 5s infinite;
}

.page-header + .main {
  margin-bottom: 80px;
}

.page-header + .main .content-container {
  padding: 40px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.content-container > .content {
  color: var(--text-color);
  line-height: 1.8;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.content-container > .content h1,
.content-container > .content h2,
.content-container > .content h3,
.content-container > .content h4,
.content-container > .content h5,
.content-container > .content h6 {
  color: #1e4a6e;
  text-shadow: none;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.content-container > .content p {
  margin-bottom: 15px;
  text-shadow: none;
}

.content-container > .content strong,
.content-container > .content b {
  color: #0d9488;
  text-shadow: none;
}

.content-container > .content a {
  color: #0d9488;
  text-decoration: none;
  text-shadow: none;
  transition: color 0.2s ease;
}

.content-container > .content a:hover {
  color: #1e4a6e;
  text-shadow: none;
}

.content-container > .content ul,
.content-container > .content ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.content-container > .content li {
  margin-bottom: 8px;
}

.content-container > .content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.content-container > .content th {
  background: rgba(30, 74, 110, 0.06);
  color: #1e4a6e;
  text-shadow: none;
  padding: 12px;
  text-align: left;
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.content-container > .content td {
  padding: 12px;
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.content-container > .content tr:hover {
  background: rgba(13, 148, 136, 0.05);
}

.content-container > .content br + br {
  display: none;
}

/* 首页 home/index */
.hero-section {
  background: linear-gradient(120deg, rgba(30, 74, 110, 0.88) 0%, rgba(15, 118, 110, 0.82) 100%),
    url('http://oss.gzpu.com/2025/5/xintiao/bg-neon.jpg') center/cover;
  color: #fff;
  padding: 100px 0;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.hero-section .neon-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #38bdf8, #0d9488, #38bdf8, transparent);
  box-shadow: none;
}

.hero-section-title {
  font-size: 60px;
  margin: 0 0 20px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.25);
  letter-spacing: 3px;
}

.hero-section-lead {
  font-size: 22px;
  max-width: 800px;
  margin: 0 auto 40px;
  opacity: 0.95;
  color: #e0f2fe;
  letter-spacing: 2px;
}

.hero-cta {
  display: inline-block;
  padding: 15px 40px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.hero-cta:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-2px);
}

.hero-cta-label {
  position: relative;
  z-index: 2;
}

.hero-cta-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}

.hero-cta:hover .hero-cta-shine {
  left: 100%;
}

.hero-section .hero-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.hero-section .hero-dots > div {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.hero-section .hero-dots > div:nth-child(1) {
  top: 20%;
  left: 10%;
  background: #38bdf8;
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.5);
  animation: neon-pulse 3s infinite;
}

.hero-section .hero-dots > div:nth-child(2) {
  top: 70%;
  left: 80%;
  background: #0d9488;
  box-shadow: 0 0 8px rgba(13, 148, 136, 0.5);
  animation: neon-pulse 4s infinite;
}

.hero-section .hero-dots > div:nth-child(3) {
  top: 40%;
  left: 90%;
  background: #7dd3fc;
  box-shadow: 0 0 8px rgba(125, 211, 252, 0.45);
  animation: neon-pulse 5s infinite;
}

.hero-section .hero-dots > div:nth-child(4) {
  top: 80%;
  left: 30%;
  background: #38bdf8;
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.5);
  animation: neon-pulse 3.5s infinite;
}

.hero-section .hero-dots > div:nth-child(5) {
  top: 30%;
  left: 70%;
  background: #0d9488;
  box-shadow: 0 0 8px rgba(13, 148, 136, 0.5);
  animation: neon-pulse 4.5s infinite;
}

.main.home-about {
  margin-bottom: 80px;
}

.content-container.home-about-panel {
  text-align: left;
  padding: 40px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 4px 24px rgba(30, 74, 110, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
}

.home-about-title {
  font-size: 32px;
  margin: 0 0 30px;
  color: #1e4a6e;
  position: relative;
  padding-left: 20px;
  letter-spacing: 2px;
  text-align: left;
}

.home-about-title-bar {
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 4px;
  background: linear-gradient(180deg, #0d9488, #1e4a6e);
  border-radius: 4px;
}

.home-about-lead {
  line-height: 1.8;
  margin: 0 0 20px;
  color: #1a1a1a;
  text-align: left;
}

.home-about-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.home-about-block {
  position: relative;
  padding-left: 25px;
}

.home-about-marker {
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.home-about-marker--teal {
  background: #0d9488;
  box-shadow: 0 2px 8px rgba(13, 148, 136, 0.35);
}

.home-about-marker--sky {
  background: #0ea5e9;
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.35);
}

.home-about-block h3 {
  font-size: 20px;
  margin: 0 0 15px;
  letter-spacing: 1px;
}

.home-about-block--vision h3 {
  color: #1e4a6e;
}

.home-about-block--mission h3 {
  color: #0f766e;
}

.home-about-block p {
  margin: 0;
  color: #1a1a1a;
  line-height: 1.8;
}

/* 网络表演页（Home/page/wlbiaoyan） */
.page-wlbiaoyan--video-only {
  margin-bottom: 80px;
}

.wlbiaoyan-video-wrap {
  max-width: 960px;
  margin: 0 auto 24px;
  border-radius: 12px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 8px 32px rgba(30, 74, 110, 0.15);
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.wlbiaoyan-video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.wlbiaoyan-anchor-line {
  margin: 0;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 0.06em;
}

.page-wlbiaoyan .streamer-section {
  padding-bottom: 40px;
}

.streamer-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

.streamer-card .streamer-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.streamer-card-media {
  position: relative;
  overflow: hidden;
}

.streamer-card-media img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: transform 0.35s ease;
}

.streamer-card:hover .streamer-card-media img {
  transform: scale(1.03);
}

.streamer-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(15, 15, 26, 0), rgba(15, 15, 26, 0.65));
  pointer-events: none;
}

.streamer-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(13, 148, 136, 0.28);
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid rgba(13, 148, 136, 0.55);
  color: #fff;
  font-size: 14px;
}

.streamer-card-body {
  padding: 25px;
  text-align: center;
}

.streamer-card-body h3 {
  font-size: 24px;
  margin: 0 0 10px;
  color: var(--primary-color);
  letter-spacing: 1px;
}

.streamer-card-body p {
  margin: 0 0 20px;
  color: var(--text-color);
  line-height: 1.6;
}

.platform-intro-wrap {
  margin-top: 20px;
  margin-bottom: 80px;
}

.platform-intro-wrap h2 {
  font-size: 28px;
  margin: 0 0 28px;
  color: var(--primary-color);
  text-align: center;
  letter-spacing: 2px;
}

.platform-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
}

.platform-feature-item {
  text-align: center;
  padding: 22px 18px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.6);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.platform-feature-item:hover {
  box-shadow: var(--box-shadow-hover);
  border-color: rgba(13, 148, 136, 0.35);
}

.platform-feature-item i {
  font-size: 38px;
  color: var(--accent-color);
  margin-bottom: 14px;
}

.platform-feature-item h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: var(--primary-color);
  letter-spacing: 1px;
}

.platform-feature-item p {
  margin: 0;
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.65;
}

/* 登录 / 注册（Home/page/login、reg） */
.auth-page-main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
}

.auth-panel {
  width: 100%;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.96);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 24px rgba(30, 74, 110, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.auth-panel .form-group {
  margin-bottom: 22px;
  text-align: center;
}

.auth-panel label {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

.auth-panel input[type="text"],
.auth-panel input[type="password"] {
  width: 100%;
  padding: 12px 15px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 8px;
  color: var(--text-color);
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-panel input[type="text"]:focus,
.auth-panel input[type="password"]:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}

.auth-panel .form-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.auth-panel .btn-auth {
  display: block;
  width: 80%;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-color) 0%, #0f766e 100%);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(30, 74, 110, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.auth-panel .btn-auth:hover {
  transform: translateY(-2px);
  box-shadow: var(--box-shadow-hover);
  color: #fff;
}

.auth-panel .auth-link {
  color: var(--accent-color);
  text-decoration: none;
  font-size: 15px;
}

.auth-panel .auth-link:hover {
  color: var(--primary-color);
}

.auth-panel .auth-links-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 4px;
}

/* 响应式设计 */
@media (max-width: 992px) {
  .main {
    padding: 0 15px;
  }
  
  .part1, .part2, .part3 {
    padding: 60px 15px;
  }
  
  .contit h2 {
    font-size: 34px;
  }
  
  .nav ul li a {
    padding: 14px 15px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .top {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }
  
  .top .logo {
    margin-bottom: 15px;
    justify-content: center;
  }
  
  .part3_L, .part3_R {
    flex: 100%;
  }
  
  .contit h2 {
    font-size: 30px;
  }
  
  .contit span {
    font-size: 16px;
  }

  .page-header .main h1 {
    font-size: 32px;
    letter-spacing: 2px;
  }

  .page-header-sub {
    font-size: 16px;
  }

  .hero-section-title {
    font-size: 36px;
    letter-spacing: 2px;
  }

  .hero-section-lead {
    font-size: 18px;
    padding: 0 12px;
  }
  
  .footer .main {
    flex-direction: column;
  }

  .footer-simple-secondary {
    align-items: center;
    width: 100%;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 15px;
  }
  
  .nav ul li a {
    padding: 10px 12px;
    font-size: 14px;
  }
  
  ul.piclistul {
    grid-template-columns: 1fr;
  }
  
  .contit h2 {
    font-size: 26px;
  }
  
  .btn {
    padding: 10px 25px;
    font-size: 15px;
  }
}

/* 动画效果 */
@keyframes neon-pulse {
  0% {
    box-shadow: 0 0 4px rgba(14, 165, 233, 0.35);
    opacity: 0.85;
  }
  50% {
    box-shadow: 0 0 12px rgba(14, 165, 233, 0.45);
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 4px rgba(14, 165, 233, 0.35);
    opacity: 0.85;
  }
}

/* 添加滚动时导航栏效果 */
.nav.scrolled {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 20px rgba(30, 74, 110, 0.08);
}

/* 添加全局样式修复 - 确保内容区域背景颜色正确 */
.part1_con, .part1_1, #doc-bd .container, #doc-bd .bd, .content-container {
  background: rgba(255, 255, 255, 0.96) !important;
  color: #1e293b !important;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  border: 1px solid rgba(148, 163, 184, 0.22);
}

/* 内容文本样式修复 */
.part1_con p, .part1_1 p, #doc-bd p, .content p, .part1 p {
  color: #1a1a1a !important;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  line-height: 1.8;
  margin-bottom: 15px;
}

/* 标题样式修复 */
.part1_con h1, .part1_con h2, .part1_con h3,
.part1_con h4, .part1_con h5, .part1_con h6,
.part1_1 h1, .part1_1 h2, .part1_1 h3,
.part1_1 h4, .part1_1 h5, .part1_1 h6 {
  color: #1e4a6e !important;
  text-shadow: none;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/* 强调文本样式修复 */
.part1_con strong, .part1_con b,
.part1_1 strong, .part1_1 b {
  color: #0d9488 !important;
  text-shadow: none;
}

/* 链接样式修复 */
.part1_con a, .part1_1 a {
  color: #0d9488 !important;
  text-decoration: none;
  text-shadow: none;
  transition: all 0.3s ease;
}

.part1_con a:hover, .part1_1 a:hover {
  color: #1e4a6e !important;
  text-shadow: none;
}

/* 列表样式修复 */
.part1_con ul, .part1_con ol,
.part1_1 ul, .part1_1 ol {
  margin-left: 20px;
  margin-bottom: 20px;
  color: #1a1a1a !important;
}

.part1_con li, .part1_1 li {
  margin-bottom: 8px;
  color: #1a1a1a !important;
}

/* 移除所有白色背景 */
.wrapper, .container, .part1, .part1_1, .part1_con, .content, 
#doc-bd, .bd, body, html, div {
  background-color: transparent !important;
}

/* 额外的页面主体背景确保 */
body {
  background-color: #f4f6f9 !important;
  background-image: linear-gradient(to bottom, #f4f6f9, #e8ecf1) !important;
}

/* 强制应用背景样式到特定内容容器 */
.part1_con, .content {
  padding: 25px;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8) !important;
}

/* 添加霓虹角落装饰到内容区域 */
.part1_1 {
  position: relative;
  overflow: hidden;
  padding: 15px;
}



/* 标题区装饰 */
.contit {
  position: relative;
  background: linear-gradient(120deg, rgba(30, 74, 110, 0.92) 0%, rgba(15, 118, 110, 0.88) 100%), url('http://oss.gzpu.com/2025/5/xintiao/bg-neon2.jpg') center/cover !important;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}

.contit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #38bdf8, #0d9488, #38bdf8, transparent);
  box-shadow: none;
}

.contit h2 {
  font-size: 48px !important;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.2) !important;
  letter-spacing: 3px;
}

.contit span {
  font-size: 20px !important;
  color: rgba(224, 242, 254, 0.95) !important;
  text-shadow: none !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* 内容区域边框效果增强 */
.part1_con {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.25) !important;
  box-shadow: var(--box-shadow) !important;
}

/* 添加底部霓虹角落装饰 */
.part1_1:before, .part1_1:after, .part1_con:before, .part1_con:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
}

.part1_1:before, .part1_con:before {
  top: 0;
  left: 0;
  border-top: 2px solid rgba(13, 148, 136, 0.5);
  border-left: 2px solid rgba(13, 148, 136, 0.5);
  box-shadow: none;
}

.part1_1:after, .part1_con:after {
  top: 0;
  right: 0;
  border-top: 2px solid rgba(30, 74, 110, 0.35);
  border-right: 2px solid rgba(30, 74, 110, 0.35);
  box-shadow: none;
}



/* 强制背景深色 - 更高优先级 */
div.part1_con, div.part1_1, div.content {
  background-color: rgba(255, 255, 255, 0.96) !important;
}

/* 针对特定元素添加霓虹边框和背景 */
.part1_con > div, .part1_con > p, .part1_con > ul, .part1_con > ol,
.part1_1 > div, .part1_1 > p, .part1_1 > ul, .part1_1 > ol {
  color: #1a1a1a !important;
  background-color: transparent !important;
}

/* 确保协议内容区域样式一致 */
.wrapper {
  position: relative;
  background: #f4f6f9 !important;
}

/* 修复标题容器样式 */
div.contit div {
  background-color: transparent !important;
}

/* 全局添加霓虹发光点 */
.neon-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.neon-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  animation: neon-pulse 3s infinite;
}

.neon-dot-pink {
  background: #0ea5e9;
  box-shadow: 0 0 8px rgba(14, 165, 233, 0.4);
}

.neon-dot-blue {
  background: #0d9488;
  box-shadow: 0 0 8px rgba(13, 148, 136, 0.4);
  animation-delay: 0.5s;
}

.neon-dot-yellow {
  background: #1e4a6e;
  box-shadow: 0 0 8px rgba(30, 74, 110, 0.35);
  animation-delay: 1s;
}

/* 确保内容可见性 */
.part1_con, .part1_1 {
  position: relative;
  z-index: 2;
}