body {
  font:
    14px pxPingFangSC-Regular,
    Helvetica,
    Arial,
    Microsoft Yahei,
    sans-serif;
}
.phone {
  display: none;
}
.container {
  width: 96%;
  max-width: 1440px;
  margin: 0 auto;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main {
  flex: 1;
}
.footer,
.header {
  flex: 0;
}
/* 上下一篇 */
.orientation {
  margin: 20px 0 0;
  line-height: 1.6;
}
.orientation .next {
  margin: 10px 0 0;
}

/* 导航 */
.pc-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}
.pc-nav .nav {
  height: 80px;
  display: flex;
  align-items: center;
}
.pc-nav .nav .logo {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
.pc-nav .nav .logo .company {
  margin: 0 0 0 20px;
}
.pc-nav .nav .logo .company p:first-child {
  font-size: 28px;
  color: #000;
}
.pc-nav .nav .logo .company p:last-child {
  font-size: 16px;
  color: #005f3b;
  text-align: center;
}
.pc-nav .nav .logo img {
  max-width: 100%;
}
.pc-nav .nav .menu {
  display: flex;
  align-items: center;
}
.pc-nav .nav .menu li {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  height: 80px;
}
.pc-nav .nav .menu li a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 10px 20px;
}
.pc-nav .nav .menu li .down {
  margin-left: 6px;
}
.pc-nav .nav .menu li .line {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #005f3b;
}
.pc-nav .nav .menu li.cur {
}
.pc-nav .nav .menu li.cur .line {
  display: block;
}
.pc-nav .nav .menu .cur a {
  background: #f2f8ff;
  border: 1px solid #dcebfe;
  border-radius: 50px;
  color: #2563eb;
}
.pc-nav .nav .menu .cur .fa {
  color: #2563eb;
}
.pc-nav .nav .menu .menu-son {
  display: none;
  position: absolute;
  top: 79px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 160px;
  font-size: 14px;
  background: #fff;
  animation: fromBottomFade 0.6s ease both;
  -webkit-animation: fromBottomFade 0.6s ease both;
  border-radius: 16px;
  overflow: hidden;
}
.pc-nav .nav .menu .menu-son a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222;
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
  line-height: 23px;
  text-align: center;
  border-radius: 0px;
}
.pc-nav .nav .menu a:hover {
  color: var(--color-primary);
}
.pc-nav .nav .menu li:hover .line {
  display: block;
}
.pc-nav .nav .menu li:hover .menu-son {
  display: block;
}
.header-gap {
  height: 80px;
}

/* 内页导航 */
.sidenav {
  background-color: #f6fafc;
  box-shadow: 0 6px 12px 10px rgba(235, 241, 248, 0.975);
  /* border-bottom: 1px solid #e9e9e9; */
}
.sidenav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 80px;
}
.sidenav .right ul {
  display: flex;
}
.sidenav .right ul li a {
  color: #666666;
  padding: 6px 15px;
}
.sidenav .right ul li.cur a {
  color: #191919;
  font-weight: bold;
}

/* 主体 */
.tit-box {
  display: flex;
  align-items: end;
  position: relative;
  width: inherit;
  height: 80px;
  position: relative;
  z-index: 10;
}
.tit-box .tit {
  font-size: 48px;
  color: #007e48;
}
.tit-box .tit-en {
  font-size: 109px;
  color: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
  text-transform: uppercase;
}
.tit-box .tit-des {
  margin: 0 0 0 20px;
  font-size: 16px;
  color: #686868;
}

/* 首页banner */
.index-banner {
}
/* 内页banner */
.inside-banner {
}

.inset {
  padding: 30px 40px;
}
.modern-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(226, 232, 240, 0.8);
  padding: 40px;
}
.article .mt {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}
.article .mt h2 .icon {
  width: 20px;
  height: 20px;
  color: #2563eb;
}
.article .mt .count {
  color: #94a3b8;
}
.article .list .item {
  border-left: 4px solid #e2e8f0;
  display: flex;
  align-items: center;
  padding: 20px 16px;
  color: #64748b;
  transition: all 0.3s ease;
}
.article .list .item:hover {
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 0.04),
    rgba(37, 99, 235, 0.01)
  );
  border-left-color: #2563eb !important;
  padding-left: 1.5rem;
}
.article .list .item h3 {
  font-weight: normal;
  font-size: 16px;
  color: #1e293b;
  padding-bottom: 6px;
  line-height: 1.6;
}
.article .list .item .info {
  flex: 1;
}
.article .list .item .date {
  white-space: nowrap;
  padding-left: 16px;
  font-size: 12px;
}

.article-show .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-show .info .title {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.article-show .info .date {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.article-show .info .date p:last-child {
  margin: 0 0 0 20px;
}
.article-show .editor {
  margin: 20px 0 0;
}

.article-img .detail {
  display: flex;
  flex-wrap: wrap;
}
.article-img .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.article-img .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.article-img .detail li .img-full {
  border-radius: 12px;
  height: 400px;
  overflow: hidden;
}
.article-img .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.article-img .detail li:hover img {
  transform: scale(1.1, 1.1);
}

.product .detail {
  display: flex;
  flex-wrap: wrap;
}
.product .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.product .detail li .img-full {
  border-radius: 12px;
  height: 240px;
  overflow: hidden;
}
.product .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.product .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.product-show .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-show .info .title {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.product-show .info .date {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.product-show .info .date p:last-child {
  margin: 0 0 0 20px;
}
.product-show .editor {
  margin: 20px 0 0;
  overflow-x: scroll;
}
.product-img .detail {
  display: flex;
  flex-wrap: wrap;
}
.product-img .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-img .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.product-img .detail li .img-full {
  border-radius: 12px;
  height: 400px;
  overflow: hidden;
}
.product-img .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.product-img .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.page .editor {
  font-size: 16px;
}
.job {
  padding: 30px 0;
}
.job .job-title {
  font-size: 44px;
  margin: 0 0 40px 0;
}
.job .detail a {
  padding: 38px 48px;
  background-color: #f8f8f8;
  display: block;
  margin: 0 0 20px 0;
}
.job .detail .title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  padding: 0 0 22px 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.job .detail .des {
  margin: 26px 0 0;
  font-size: 16px;
}
.job .detail .ask {
  margin: 14px 0 0;
  font-size: 16px;
}
.job .detail .des span,
.job .detail .ask span {
  font-weight: bold;
}

/* 底部波纹 */
.footerWave-box {
  position: relative;
  z-index: 50;
  width: 100%;
  overflow: hidden;
  height: 80px;
}
.footerWave {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 80px;
}
.footerWave > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footerWave .wave-g > use {
  animation: move-forever 12s linear infinite;
}
.footerWave .wave-g > use:nth-child(1) {
  animation-delay: -2s;
  opacity: 0.5;
}
.footerWave .wave-g > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
  opacity: 0.7;
}
.footerWave .wave-g > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/* 底部 */
.footer {
  background-color: #2563eb;
  color: #dbeafe;
  padding: 4rem 0;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}

.footer .waves-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  overflow: hidden;
}

.footer .wave {
  position: absolute;
  bottom: 0;
  width: 200%;
  fill: currentColor;
}

.footer .wave-1 {
  height: 16rem;
  color: rgba(30, 64, 175, 0.8);
  animation: wave 10s ease-in-out infinite;
}

.footer .wave-2 {
  height: 14rem;
  color: rgba(59, 130, 246, 0.6);
  animation: wave 20s ease-in-out infinite;
}

.footer .wave-3 {
  height: 12rem;
  color: rgba(30, 41, 59, 0.8);
  animation: wave-reverse 15s ease-in-out infinite;
}

@keyframes wave {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
}

@keyframes wave-reverse {
  0%,
  100% {
    transform: translateX(-25%);
  }
  50% {
    transform: translateX(0);
  }
}

.footer .particles-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.footer .glow-line {
  stroke: rgba(255, 255, 255, 0.15);
  stroke-width: 1.5;
  fill: none;
}

.footer .svg-glow-line {
  animation: glow-line 25s linear infinite;
}

@keyframes glow-line {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.footer .particle {
  fill: rgba(255, 255, 255, 0.6);
}

.footer .animate-float {
  animation: float 6s ease-in-out infinite;
}

.footer .animate-float-delayed {
  animation: float 6s ease-in-out infinite;
  animation-delay: 0.5s;
}

.footer .animate-pulse-fast {
  animation: pulse-fast 2s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse-fast {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

.footer .footer-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .footer .footer-content {
    font-size: 1rem;
    padding: 0 2.5rem;
  }
}

.footer .footer-info {
  margin-bottom: 2rem;
  line-height: 1.6;
}

.footer .footer-title {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}

.footer .footer-links {
  margin-bottom: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(59, 130, 246, 0.8);
}

.footer .footer-links * {
  color: #fff;
}

.footer .copyright {
  color: #bfdbfe;
}

/* 简介与公告 - Intro & Announcements */
#intro {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  position: relative;
}

.intro-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .intro-wrapper {
    grid-template-columns: 8fr 4fr;
    gap: 2.5rem;
  }
}

/* 简介 Bento 卡片 */
.intro-bento-card {
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(241, 245, 249, 0.8);
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .intro-bento-card {
    padding: 3rem;
  }
}

.intro-decorative-blur {
  position: absolute;
  right: -5rem;
  top: -5rem;
  width: 20rem;
  height: 20rem;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 50%;
  filter: blur(3rem);
  pointer-events: none;
  transition: transform 0.7s ease;
}

.intro-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}

.intro-icon-box {
  padding: 0.75rem;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  color: #2563eb;
  border-radius: 1rem;
  border: 1px solid rgba(59, 130, 246, 0.5);
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
}

.intro-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.intro-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1e293b;
}

@media (min-width: 1024px) {
  .intro-title {
    font-size: 2rem;
  }
}

.intro-text {
  color: #475569;
  line-height: 1.8;
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 10;
}

.intro-text p {
  margin: 0;
}

.intro-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px) {
  .intro-stats {
    gap: 1.5rem;
  }
}

.intro-stat-item {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(0.5rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(241, 245, 249, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.intro-stat-item:hover {
  background: rgba(59, 130, 246, 0.05);
  border-color: rgba(59, 130, 246, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.intro-stat-icon {
  width: 2rem;
  height: 2rem;
  color: #2563eb;
  margin-bottom: 0.75rem;
}

.intro-stat-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
}

.intro-stat-label {
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 0.25rem;
}

/* 公告 Bento 卡片 */
.notice-bento-card {
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(241, 245, 249, 0.8);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .notice-bento-card {
    padding: 2.5rem;
  }
}

.notice-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}

.notice-icon-box {
  padding: 0.75rem;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  color: #2563eb;
  border-radius: 1rem;
  border: 1px solid rgba(59, 130, 246, 0.5);
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
}

.notice-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.notice-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1e293b;
}

@media (min-width: 1024px) {
  .notice-title {
    font-size: 2rem;
  }
}

.notice-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 10;
}

.notice-item {
  display: block;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(0.5rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(241, 245, 249, 0.8);
  transition: all 0.3s ease;
  text-decoration: none;
}

.notice-item:hover {
  border-color: rgba(37, 99, 235, 0.3);
  background: rgba(59, 130, 246, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.notice-date {
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 600;
  background: #f1f5f9;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  display: inline-block;
}

.notice-text {
  font-size: 0.875rem;
  color: #334155;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
  margin: 0;
}

.notice-item:hover .notice-text {
  color: #2563eb;
}

.notice-view-all {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #2563eb;
  margin-top: 1.5rem;
  padding: 0.875rem;
  background: rgba(59, 130, 246, 0.05);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
  text-decoration: none;
}

.notice-view-all:hover {
  color: #ffffff;
  background: #2563eb;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.notice-arrow-icon {
  width: 1rem;
  height: 1rem;
}

#intro .intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 1024px) {
  #intro .intro-grid {
    grid-template-columns: 8fr 4fr;
    gap: 2.5rem;
  }
}

/* 简介卡片 */
.intro-card {
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .intro-card {
    padding: 3rem;
  }
}

.intro-card .decorative-blur {
  position: absolute;
  right: -5rem;
  top: -5rem;
  width: 20rem;
  height: 20rem;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 50%;
  filter: blur(3rem);
  pointer-events: none;
  transition: transform 0.7s ease;
}

.intro-card:hover .decorative-blur {
  transform: scale(1.1);
}

.intro-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}

.intro-card .header-icon {
  padding: 0.75rem;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.1),
    rgba(59, 130, 246, 0.2)
  );
  color: #2563eb;
  border-radius: 1rem;
  border: 1px solid rgba(59, 130, 246, 0.25);
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
}

.intro-card .header-icon i {
  width: 1.75rem;
  height: 1.75rem;
}

.intro-card .header-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1e293b;
  margin-left: 0.75rem;
}

@media (min-width: 1024px) {
  .intro-card .header-title {
    font-size: 2rem;
  }
}

.intro-card .intro-content {
  color: #475569;
  line-height: 1.8;
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 10;
}

.intro-card .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px) {
  .intro-card .stats-grid {
    gap: 1.5rem;
  }
}

.intro-card .stat-item {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(0.5rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(241, 245, 249, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.intro-card .stat-item:hover {
  background: rgba(59, 130, 246, 0.05);
  border-color: rgba(59, 130, 246, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.intro-card .stat-item i {
  width: 2rem;
  height: 2rem;
  color: #2563eb;
  margin-bottom: 0.75rem;
}

.intro-card .stat-item .stat-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
}

.intro-card .stat-item .stat-label {
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 0.25rem;
}

.intro-card .card-svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16rem;
  height: 16rem;
  pointer-events: none;
  transform: translate(25%, 25%);
}

/* 公告卡片 */
#notice .notice-svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  pointer-events: none;
  transform: translate(25%, -25%);
}

#notice {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  #notice {
    padding: 2.5rem;
  }
}

#notice .notice-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}

#notice .notice-icon {
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.1),
    rgba(59, 130, 246, 0.2)
  );
  color: #2563eb;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
}

#notice .notice-icon i {
  width: 1.75rem;
  height: 1.75rem;
}

#notice .notice-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1e293b;
}

@media (min-width: 1024px) {
  #notice .notice-title {
    font-size: 2rem;
  }
}

#notice .notice-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 10;
}

#notice .notice-item {
  display: block;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(0.5rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(241, 245, 249, 0.8);
  transition: all 0.3s ease;
}

#notice .notice-item:hover {
  border-color: rgba(37, 99, 235, 0.3);
  background: rgba(59, 130, 246, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

#notice .notice-item .notice-date {
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 600;
  background: #f1f5f9;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  display: inline-block;
}

#notice .notice-item .notice-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #334155;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

#notice .notice-item:hover .notice-text {
  color: #2563eb;
}

#notice .view-all {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #2563eb;
  margin-top: 1.5rem;
  padding: 0.875rem;
  background: rgba(59, 130, 246, 0.05);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

#notice .view-all:hover {
  color: #ffffff;
  background: #2563eb;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

#notice .view-all i {
  width: 1rem;
  height: 1rem;
}

/* 活动列表 - Activities Section */
#activities {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem 2rem;
  position: relative;
}

#activities .section-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 10;
}

#activities .section-title {
  font-size: 2.25rem;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}

#activities .section-divider {
  width: 5rem;
  height: 0.375rem;
  background: linear-gradient(90deg, #2563eb, #2563eb);
  border-radius: 1rem;
  margin: 0 auto 1.5rem;
}

#activities .section-desc {
  font-size: 1.125rem;
  color: #64748b;
  max-width: 42rem;
  margin: 0 auto;
}

#activities .activities-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  #activities .activities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  #activities .activities-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

#activities .activity-card {
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(241, 245, 249, 0.8);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

#activities .activity-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 12px 30px -8px rgba(0, 0, 0, 0.15);
}

#activities .activity-card .card-image {
  position: relative;
  overflow: hidden;
  height: 12rem;
  margin: 0.5rem;
  border-radius: 1rem;
  background: rgba(59, 130, 246, 0.1);
}

#activities .activity-card .card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

#activities .activity-card:hover .card-image img {
  transform: scale(1.1);
}

#activities .activity-card .card-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

#activities .activity-card .card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}

#activities .activity-card:hover .card-title {
  color: #2563eb;
}

#activities .activity-card .card-title .card-code {
  font-size: 0.875rem;
  font-weight: 900;
  color: rgba(37, 99, 235, 0.5);
}

#activities .activity-card .card-desc {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#activities .activity-card .card-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 1rem;
}

#activities .activity-card .card-btn {
  padding: 0.625rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #475569;
  text-align: center;
  transition: all 0.2s ease;
}

#activities .activity-card .card-btn:hover {
  border-color: #cbd5e1;
  background: #e2e8f0;
}

#activities .activity-card .card-btn.primary {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

#activities .activity-card .card-btn.primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

/* 图片资讯汇 - Image News Section */
#news {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem 1.5rem 0;
  position: relative;
  z-index: 10;
}

#news .news-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

@media (min-width: 768px) {
  #news .news-header {
    flex-direction: row;
    align-items: flex-end;
  }
}

#news .header-content {
  display: flex;
  flex-direction: column;
  margin: 0;
}

#news .header-title {
  font-size: 2.25rem;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  letter-spacing: -0.025em;
}

#news .title-icon {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 1rem;
  color: #2563eb;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#news .title-icon i {
  width: 1.75rem;
  height: 1.75rem;
}

#news .header-desc {
  font-size: 1rem;
  color: #64748b;
}

#news .view-more {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2563eb;
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1rem;
  transition: color 0.3s ease;
}

@media (min-width: 768px) {
  #news .view-more {
    margin-top: 0;
  }
}

#news .view-more:hover {
  color: #1d4ed8;
}

#news .view-more i {
  width: 1rem;
  height: 1rem;
}

#news #newsContainer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  #news #newsContainer {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

#news .news-card {
  width: 100%;
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.6);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

#news .news-card:hover {
  box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.3);
}

#news .news-card .card-image-container {
  position: relative;
  height: 15rem;
  overflow: hidden;
  margin: 0.5rem;
  border-radius: 1rem;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

#news .news-card .card-image-container i {
  width: 4rem;
  height: 4rem;
  color: #cbd5e1;
  transition: transform 0.5s ease;
}

#news .news-card:hover .card-image-container i {
  transform: scale(1.25);
}

#news .news-card .image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 41, 59, 0.1);
  transition: background 0.3s ease;
}
#news .news-card .image-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news .news-card:hover .image-overlay {
  background: transparent;
}

#news .news-card .card-body {
  padding: 1.5rem;
  background: #ffffff;
}

#news .news-card .card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

#news .news-card:hover .card-title {
  color: #2563eb;
}

#news .news-card .card-text {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* ==============================================
   活动详情页面样式 (Activity Detail Page)
   ============================================== */

/* 活动详情容器 - 12列网格布局 */
.activity-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

@media (min-width: 1024px) {
  .activity-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    padding: 3rem 2.5rem;
  }

  /* 左侧内容区 - 占8列 */
  .activity-left {
    grid-column: span 8;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  /* 右侧边栏 - 占4列 */
  .activity-right {
    grid-column: span 4;
  }
}

/* 活动详情卡片 */
.activity-detail-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(226, 232, 240, 0.8);
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.activity-detail-card:hover {
  box-shadow: 0 12px 30px -8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* 活动详情标题 */
.activity-detail-card .detail-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.activity-detail-card .detail-title i {
  color: #2563eb;
}

/* 活动介绍内容 */
.activity-detail-card .detail-content {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.8;
}

/* 技术支持区块 */
.activity-detail-card .tech-support {
  margin-top: 1rem;
  line-height: 1.6;
}

.activity-detail-card .tech-support .support-company {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1.25rem;
}

.activity-detail-card .tech-support .support-info {
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* 右侧活动卡片 */
.activity-detail-card.sidebar-card {
  text-align: center;
}

.activity-detail-card.sidebar-card .card-logo {
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border-radius: 1.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.activity-detail-card.sidebar-card .card-logo img {
  max-width: 100%;
  height: auto;
}

.activity-detail-card.sidebar-card .card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.activity-detail-card.sidebar-card .card-code {
  font-size: 1rem;
  color: #94a3b8;
  margin-bottom: 1.5rem;
}

/* 操作按钮组 */
.activity-detail-card.sidebar-card .card-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.activity-detail-card.sidebar-card .card-actions .action-btn {
  padding: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #475569;
  text-align: center;
  transition: all 0.2s ease;
}

.activity-detail-card.sidebar-card .card-actions .action-btn:hover {
  border-color: #cbd5e1;
  background: #e2e8f0;
}

.activity-detail-card.sidebar-card .card-actions .action-btn.primary {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.activity-detail-card.sidebar-card .card-actions .action-btn.primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

/* ==============================================
   页面头部样式 (Page Header for Activity)
   ============================================== */

/* 活动页面头部 */
.page-header.activity-header {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  position: relative;
  overflow: hidden;
}

.page-header.activity-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/banner5.jpg") center/cover;
  opacity: 0.3;
}

.page-header.activity-header .header-content {
  position: relative;
  z-index: 1;
}

.page-header.activity-header .activity-code {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.5rem;
}

/* 分页 */
.mypage {
  margin: 20px 0;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 4px;
}
.mypage .pagination > li {
  margin: 2px 0;
}
.mypage .pagination > li > a,
.mypage .pagination > li > span {
  display: block;
  padding: 6px 12px;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.mypage .pagination > li:first-child > a,
.mypage .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.mypage .pagination > li:last-child > a,
.mypage .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.mypage .pagination > li > a:hover,
.mypage .pagination > li > span:hover,
.mypage .pagination > li > a:focus,
.mypage .pagination > li > span:focus {
  color: var(--color-primary);
  background-color: #fff;
  border-color: #ddd;
}
.mypage .pagination > .active > a,
.mypage .pagination > .active > span,
.mypage .pagination > .active > a:hover,
.mypage .pagination > .active > span:hover,
.mypage .pagination > .active > a:focus,
.mypage .pagination > .active > span:focus {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  cursor: default;
}
.mypage .pagination > .disabled > span,
.mypage .pagination > .disabled > span:hover,
.mypage .pagination > .disabled > span:focus,
.mypage .pagination > .disabled > a,
.mypage .pagination > .disabled > a:hover,
.mypage .pagination > .disabled > a:focus {
  color: #9d9d9d;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
/* 公告详情页样式 */
.page-header {
  position: relative;
}
.header-banner {
  background: linear-gradient(to right, #3b82f6, #1d4ed8, #1e40af);
  padding: 48px 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: url("../images/banner5.jpg");
  background-blend-mode: overlay;
}
.header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(59, 130, 246, 0.8),
    rgba(30, 64, 175, 0.7),
    rgba(30, 64, 175, 0.8)
  );
}
.header-blur {
  position: absolute;
  inset: 0;
  opacity: 0.15;
}
.blur-circle-1 {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 288px;
  height: 288px;
  background: #93c5fd;
  border-radius: 50%;
  filter: blur(64px);
}
.blur-circle-2 {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 384px;
  height: 384px;
  background: #67e8f9;
  border-radius: 50%;
  filter: blur(64px);
}
.header-content {
  width: 96%;
  max-width: 1440px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #bfdbfe;
  font-size: 18px;
  margin-bottom: 12px;
}
.breadcrumb a {
  color: #fff;
  transition: color 0.2s;
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb-icon {
  width: 16px;
  height: 16px;
}
.breadcrumb span {
  color: #fff;
}
.page-title {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.page-subtitle {
  color: #93c5fd;
  font-size: 16px;
}
.main-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 24px 64px 40px;
}
.article-card {
  background: #fff;
  border-radius: 12px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 20px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #64748b;
  margin-bottom: 32px;
  transition: color 0.2s;
}
.back-link:hover {
  color: #3b82f6;
}
.back-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}
.back-link:hover .back-icon {
  transform: translateX(-4px);
}
.article-title {
  font-size: 24px;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 24px;
  line-height: 1.3;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid #f1f5f9;
}
.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #94a3b8;
}
.meta-icon {
  width: 16px;
  height: 16px;
}
.article-content {
  color: #334155;
  font-size: 16px;
  line-height: 1.75;
}
.article-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #f1f5f9;
}
.nav-item {
  color: #64748b;
  font-size: 14px;
}
.nav-item a {
  color: #64748b;
}
.nav-item a:hover {
  text-decoration: underline;
}
/* 组织机构页面样式 */
.tab-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.tab-buttons .tab-btn {
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  color: #64748b;
}
.tab-buttons .tab-btn:hover {
  color: #1e293b;
}
.tab-buttons .tab-btn.active {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.org-panel {
  margin: 0 auto;
}
.panel-note {
  font-size: 0.875rem;
  color: #94a3b8;
  margin-bottom: 2rem;
}
.org-item {
  margin-bottom: 2rem;
}
.org-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}
.org-content {
  color: #475569;
  line-height: 1.8;
}

/* 资讯页面样式 */
.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.news-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(226, 232, 240, 0.8);
  overflow: hidden;
}
.news-img-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.news-card:hover .news-img {
  transform: scale(1.05);
}
.news-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-date {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-bottom: 0.75rem;
}
.news-date .date-text {
  margin-left: 0.5rem;
}
.news-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
.news-card:hover .news-title {
  color: #2563eb;
}
.news-desc {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  gap: 0.5rem;
}
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #64748b;
  transition: all 0.3s ease;
}
.pagination a:hover {
  background: #eff6ff;
  color: #2563eb;
}
.pagination .current {
  background: #2563eb;
  color: #fff;
}

@media (min-width: 1024px) {
  .header-banner {
    padding: 64px 0;
  }
  .article-card {
    padding: 48px;
  }
  .page-title {
    font-size: 36px;
  }
  .article-title {
    font-size: 30px;
  }
  .article-nav {
    flex-direction: row;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    font:
      14px pxPingFangSC-Regular,
      Helvetica,
      Arial,
      Microsoft Yahei,
      sans-serif;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none;
  }
  .container {
    margin: 0 15px;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
  }
  .main {
    flex: 1;
  }
  .footer,
  .header {
    flex: 0;
  }
  /* 上下一篇 */
  .orientation {
    margin: 20px 0 0;
    line-height: 1.6;
  }
  .orientation .next {
    margin: 10px 0 0;
  }

  /* 手机导航 */
  .phone-nav .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    margin: 0 auto;
    position: fixed;
    z-index: 10000;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  .phone-nav .logo img {
    height: 40px;
  }
  .header-gap {
    height: 50px;
  }
  .phone-nav .main_menu {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
    z-index: 500;
    background: #ffffff;
    height: 0px;
    overflow: auto;
    transition: all 350ms ease;
  }
  .phone-nav .show-main {
    height: calc(100% - 50px);
    transition: all 350ms ease;
    z-index: 10001;
  }
  .phone-nav .menu-top li {
    list-style: none;
    background: #f7f8f9;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #000000;
  }
  .phone-nav .menu-top li:first-child {
    margin-top: 10px;
  }
  .phone-nav .menu-top {
    background-color: rgba(255, 255, 255, 1);
    height: 0px;
    width: 92%;
    margin: auto;
    overflow: hidden;
    transition: all 350ms ease;
    color: #000000;
  }
  .phone-nav .show-menus {
    height: 100%;
    transition: all 350ms ease;
    overflow-y: scroll;
  }
  .phone-nav .menu-top a {
    text-indent: 24px;
    font-size: 16px;
    padding: 10px 0px;
    display: block;
    position: relative;
  }
  .phone-nav .submenu {
    max-height: 0px;
    overflow: hidden;
    transition: all 350ms ease;
  }
  .phone-nav .submenu a {
    padding-left: 20px;
    text-indent: 24px;
    font-size: 14px;
    line-height: 24px;
    transition: all 350ms ease;
    color: #000000;
  }
  .phone-nav .show-submenu {
    max-height: 5000px;
    transition: all 350ms ease;
  }
  .phone-nav .navigation .layui-icon-close,
  .phone-nav .menu-top .layui-icon-subtraction {
    display: none;
  }
  .phone-nav .menu-top .layui-icon {
    float: right;
    margin-right: 20px;
  }
  .phone-nav .menu-show .layui-icon {
    font-size: 24px;
  }

  .modern-card {
    padding: 10px;
  }
  .inset {
    padding: 10px 10px;
  }
  .container {
    margin: 0 10px;
  }
  .activity-detail-card.sidebar-card .card-actions .action-btn {
    font-size: 1rem;
  }
  #notice .notice-item .notice-text {
    font-size: 15px;
    line-height: 1.6;
    font-weight: normal;
  }
  #intro,
  #notice {
    padding: 10px;
  }
  .intro-bento-card {
    padding: 1.2rem;
  }
  .intro-title,
  .notice-title {
    font-size: 1.3rem;
  }
  .intro-text,
  .intro-content {
    font-size: 15px;
    line-height: 1.6;
  }
  .intro-stats,
  .stats-grid {
    gap: 0.6rem;
  }
  .intro-stat-item,
  .stat-item {
    padding: 1.1rem;
  }
  .intro-stat-value,
  .stat-value {
    font-size: 1.1rem;
  }
  .intro-stat-label,
  .stat-label {
    font-size: 0.8rem;
  }
  .notice-item {
    padding: 1.1rem;
  }
  .notice-text {
    font-size: 0.9rem;
  }
  .notice-date {
    font-size: 0.75rem;
  }
  #activities .section-title {
    font-size: 1.6rem;
  }
  #activities .activity-card .card-title .card-code{
    font-size: 15px;
  }
  #activities .activity-card .card-title {
    font-size: 16px;
  }
  #activities .activity-card .card-desc {
    font-size: 1rem;
  }
  #news .header-title {
    font-size: 1.6rem;
  }
  #news .news-card .card-title {
    font-size: 1rem;
  }
  #news .news-card .card-text {
    font-size: 0.85rem;
  }
  .footer .footer-title {
    font-size: 1.3rem;
  }
  .footer .footer-content {
    font-size: 0.85rem;
  }
  .header-content {
    margin: 0 15px;
  }

  /* 首页模块间距调整 */
  #intro {
    padding: 1.5rem 0.8rem;
  }
  #intro .intro-grid {
    gap: 1rem;
  }
  #activities {
    padding: 0 0.8rem 1.5rem;
  }
  #activities .section-header {
    margin-bottom: 1.2rem;
  }
  #activities .activities-grid {
    gap: 1rem;
  }
  #news {
    padding: 1.5rem 0.8rem 0;
  }
  #news #newsContainer {
    gap: 1rem;
  }
  .phone-nav {
    font-size: 16px;
    font-weight: bold;
  }
  #activities .activity-card .card-image img {
    object-fit: unset;
  }
  .article .list .item {
    border-left: 0px solid #e2e8f0;
    padding: 10px 6px;
    flex-direction: column;
    align-items: flex-start;
  }
  .article .list .item .info p {
    display: none;
  }
  .article .list .item .date {
    padding: 0;
  }
  .main-section {
    padding: 1rem 1.5rem;
  }
  .article-title {
    font-size: 18px;
  }
  .activity-container {
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
  .activity-detail-card {
    margin-bottom: 1.2rem;
  }
  .activity-detail-card:last-child {
    margin-bottom: 0;
  }
  .footer {
    margin-top: 1rem;
  }
  #activities .activity-card .card-btn {
    font-size: 1rem;
  }
}

/* 弹窗 */
/* 遮罩样式 */
.modal-overlay {
  position: fixed; /* 固定定位 */
  top: 0;
  left: 0;
  width: 100%; /* 宽度100% */
  height: 100%; /* 高度100% */
  background: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
  display: none; /* 默认不显示 */
  z-index: 1000; /* 确保遮罩层在所有内容之上 */
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
}

/* 弹窗内容样式 */
.modal-content {
  border-radius: 5px; /* 圆角 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 阴影效果 */
  position: relative; /* 相对定位 */
  z-index: 1001; /* 确保内容在遮罩之上 */
}

/* 显示遮罩和弹窗 */
.modal-overlay.active {
  display: flex; /* 使用flex布局使内容居中 */
}
.activityOpen {
  background: #fff;
  padding: 20px 30px;
  border-radius: 16px;
}
.activityOpen .title {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.activityOpen ul {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.activityOpen ul a {
  min-width: 240px;
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  background: #2563eb;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease;
}
.activityOpen ul li:nth-child(2n) a {
  background: #059669;
}
.activityOpen ul li:last-child a {
  background: #fff;
  color: #98a6ba;
}
