body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #f9f9f9; }
a {
  color: #007a33;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

a:hover {
  color: #004d1a;
  text-decoration: underline;
  text-decoration: none;
}

a:active {
  color: #002d13;
  text-decoration: none;
}
a:visited {
  /*color: #006622;*/
  text-decoration: none; /* 不显示下划线 */
}
a.card-link {
  display: inline-block;
  padding: 10px 16px;
  background-color: #007a33;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

a.card-link:hover {
  background-color: #005f26;
  transform: translateY(-2px);
  text-decoration: none;
}

a.card-link:active {
  transform: translateY(0);
  background-color: #004d1a;
}
.sidebar a {
  color: #002244;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sidebar a:hover {
  color: #007a33;
  text-decoration: underline;
}

			header, footer { background: #013369; color: white; padding: 1rem; text-align: center; }
			nav {
  background: #002244;
  padding: 0.5rem 1rem;
  line-height: 2;
}

nav a {
  color: #ffffff;
  margin-right: 1rem;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}

nav a:hover {
  color: #fcbf49; /* 或 #FFD700 更金黄一点 */
  border-bottom: 2px solid #fcbf49;
}
			.banner {
			  background: linear-gradient(135deg, #007a33, #fcbf49);
			  color: white;
			  text-align: center;
			  padding: 4rem 1rem;
			  font-size: 1.8rem;
			  animation: pulse 5s infinite;
			}
			@keyframes pulse {
			  0%, 100% { background-position: left; }
			  50% { background-position: right; }
			}
			section { padding: 2rem 1rem; max-width: 1200px; margin: auto; }
			h2 { border-left: 5px solid #007a33; padding-left: 10px; margin-bottom: 1rem; color: #002244; }
			.match-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; text-align: center;}
			.match-list { display: flex; flex-direction: column; gap: 1rem; }
			.match-item { background: #fff; padding: 1rem; border: 1px solid #ddd; border-radius: 6px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
			.match-time { font-weight: bold; color: #007a33; margin-bottom: 0.5rem; }
			.match-teams { font-size: 1.1rem;  align-items: center; gap: 0.5rem; }
			.match-stage { color: #666; font-size: 0.9rem; margin-top: 0.3rem; }
			.flag { width: 40px; height: 30px; background-size: cover; display: inline-block; vertical-align: middle; }
			.group-table-wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 2rem; }
			table { width: 100%; border-collapse: collapse; margin-bottom: 2rem; }
			th, td { border: 1px solid #ccc; padding: 8px; text-align: center; }
			.news-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
			.news-item { background: white; border: 1px solid #ddd; border-radius: 6px; overflow: hidden; }
			.news-item img { width: 100%; height: 120px; object-fit: cover; }
			.news-item p { padding: 0.5rem; margin: 0; }
			footer .partners, footer .links { margin-top: 1rem; }
			footer .links a { color: #ccc; margin: 0 8px; text-decoration: none; }
			.faq-item { margin-bottom: 1rem; cursor: pointer; background: #fff; border: 1px solid #ddd; border-radius: 6px; padding: 0.5rem 1rem; }
			.faq-question { font-weight: bold; }
			.faq-answer { display: none; margin-top: 0.5rem; color: #333; }
			.group-table {     width: 380px;
			border-collapse: collapse;
			margin: 12px 10px;
			float: left;
			font-size: 12px; }
			@media screen and (max-width: 600px) {
			  .group-table {     width: 100%;
			border-collapse: collapse;
			margin:6px 0;
			float: left;
			font-size: 12px; }
			  }
			.group-table th, .group-table td { border:1px solid #ddd; padding:6px 8px; }
			.group-table thead { background:#f5f5f5; }
			.group-table .num  { text-align:center; }
			.group-table .win  { color:#008000; }      /* 胜 绿色 */
			.group-table .lose { color:#c00; }         /* 负 红色  */
			.group-table .draw { color:#666; }         /* 平 灰色 */
			.group-table .pts  { font-weight:bold; }
			.faq-answer {
			  font-size: 14px;
			  transition: max-height 0.4s ease, padding 0.4s ease;
			}
			.faq-item.open .faq-answer {
			  max-height: 200px;
			  padding-top: 0.5rem;
			}
			@media screen and (max-width: 600px) {
			  .banner {
				font-size: 1.2rem;
				padding: 2rem 1rem;
			  }
			  nav a {
				display: block;
				margin: 0.5rem 0;
			  }
			  .match-teams {
				flex-direction: column;
				align-items: flex-start;
			  }
			  .news-item img {
				height: auto;
			  }
			}
			
			.container {
				  display: flex;
				  gap: 30px;
				  flex-wrap: wrap;
				  justify-content: center;
				  padding: 40px 20px;
				}
			
				.card {
				  background: rgba(255, 255, 255, 0.08);
				  backdrop-filter: blur(10px);
				  border-radius: 16px;
				  padding: 30px;
				  width: 312px;
				  transition: transform 0.4s ease, box-shadow 0.4s ease;
				  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
				  border: 1px solid rgba(255, 255, 255, 0.2);
				  cursor: pointer;
				}
			
				.card:hover {
				  transform: translateY(-10px) scale(1.02);
				  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
				}
			
				.card h2 {
				  font-size: 24px;
				  color: #FFD700;
				  margin-bottom: 15px;
				}
			
				.card p {
				  font-size: 16px;
				  line-height: 1.6;
				}
			
				@media (max-width: 768px) {
				  .container {
					flex-direction: column;
					align-items: center;
				  }
				}
				.jbjs{
				  margin: 0;
				  padding: 0;
				  background: linear-gradient(to right, #016A30, #0D5C27);
				  font-family: 'Segoe UI', sans-serif;
				  color: #fff;
				  display: flex;
				  justify-content: center;
				  align-items: center;
				  min-height:80vh;
				}
				
				.news-container {
			  display: flex;
			  gap: 20px;
			  margin-top: 20px;
			  flex-wrap: wrap;
			}
			
			.news-left {
			  flex: 0 0 65%;
			}
			
			.news-left a {
			  display: block;
			  position: relative;
			  overflow: hidden;
			  border-radius: 12px;
			}
			
			.news-left img {
			  width: 100%;
			  height: 360px;
			  object-fit: cover;
			  transition: transform 0.3s ease;
			  border-radius: 12px;
			}
			
			.news-left p {
			  font-size: 1.5em;
			  font-weight: bold;
			  margin-top: 10px;
			  color: #222;
			}
			
			.news-left a:hover img {
			  transform: scale(1.03);
			}
			
			.news-right {
			  flex: 0 0 35%;
			  display: flex;
			  flex-direction: column;
			  gap: 15px;
			}
			
			.news-item {
			  display: flex;
			  align-items: center;
			  gap: 10px;
			  background: #f9f9f9;
			  padding: 10px;
			  border-radius: 8px;
			  transition: background 0.3s ease;
			}
			
			.news-item img {
			  width: 90px;
			  height: 68px;
			  object-fit: cover;
			  border-radius: 6px;
			  transition: transform 0.3s ease;
			}
			
			.news-item p {
			  margin: 0;
			  font-size: 0.95em;
			  color: #333;
			}
			
			.news-item:hover {
			  background: #eee;
			}
			
			.news-item:hover img {
			  transform: scale(1.05);
			}
			/* 导航整体布局：左右结构 */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #002244;
  padding: 10px 20px;
  flex-wrap: wrap; /* 避免挤爆时掉行 */
}

.nav-left {
  display: flex;
  gap: 20px;
}

.navbar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}

.navbar a:hover {
  color: #FFD700;
}

/* 搜索框样式 */
.nav-search {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ccc;
  padding: 2px 10px;
  width: 200px;
      float: right;
}

.nav-search input[type="text"] {
  border: none;
  outline: none;
  padding: 6px 8px;
  font-size: 14px;
  background: transparent;
  width: 160px;
}

.nav-search button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  color: #007a33;
  padding-left: 4px;
  
}

/* 移动端适配 */
@media screen and (max-width: 600px) {
  .navbar {
    flex-direction: column;
    align-items: stretch;
  }
	
  .nav-left {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }

  .nav-search {
    justify-content: center;
	width: auto;
	    float: none;
  }

  .nav-search input[type="text"] {
    width: 100%;
  }
}
.taotai td{
	    border: none;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: center; /* ✅ 横向居中 */
  gap: 12px;
  padding: 20px;
  background-color: #013369;
  color: white;
  text-align: center;
}

.site-header .logo {
  height: 50px;
  width: auto;
}

.site-header .site-title {
  font-size: 1.8em;
  margin: 0;
  font-weight: bold;
}

.main-nav { background: #002244; }
.nav-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; }
.nav-list li { position: relative; }
.nav-list a {
  color: white; text-decoration: none; padding: 0.8rem 1rem; display: block;border-bottom: 2px solid #002244;
}
.nav-list li:hover > a { background: #013369; }
.submenu {
  position: absolute; top: 100%; left: 0;
  background: #002244; display: none; min-width: 160px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3); z-index: 10;
}
.submenu li a { padding: 0.6rem 1rem; }
.has-submenu:hover .submenu { display: block; }
.search-wrap { margin-left: auto; }
.search-wrap form {
  display: flex; align-items: center; padding: 0.5rem;
}
.search-wrap input {
  padding: 0.3rem 0.5rem; border-radius: 4px; border: none; margin-right: 0.5rem;
}
.search-wrap button {
  border: none; padding: 0.3rem 0rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}





 #sale-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(135deg, #ff4e50, #f9d423);
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    font-size: 16px;
    font-weight: bold;
    z-index: 9999;
    cursor: pointer;
    animation: float 3s ease-in-out infinite, glow 2s ease-in-out infinite;
    display: flex;
    align-items: center;
  }

  #sale-banner .close-btn {
    margin-left: 15px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
  }

  #sale-banner .close-btn:hover {
    background: rgba(255,255,255,0.6);
  }

  @keyframes float {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-8px);
    }
  }

  @keyframes glow {
    0%, 100% {
      box-shadow: 0 0 15px rgba(255, 78, 80, 0.6), 0 0 25px rgba(249, 212, 35, 0.6);
    }
    50% {
      box-shadow: 0 0 25px rgba(255, 78, 80, 1), 0 0 35px rgba(249, 212, 35, 1);
    }
  }