/* ===== Mobile Adaptation (max-width: 768px) ===== */
.container {
  width: 100%;
}

.section-title {
  font-size: 0.44rem;
}

.banner-section {
  height: 4.5rem;
  background-position: center center;
}

.banner-logo {
  left: 0.3rem;
  top: 0.2rem;
  width: 1.5rem;
}

.notice-section {
  padding: 0.5rem 0.3rem;
}

.notice-card {
  width: 100%;
  padding: 0.3rem;
}

.notice-title {
  font-size: 0.32rem;
}

.notice-source {
  font-size: 0.22rem;
}

.notice-summary {
  width: 100%;
  font-size: 0.28rem;
}

.notice-illustration {
  width: 100%;
}

.news-section {
  padding: 0.2rem;
}

.news-grid {
  gap: 0.2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.news-card {
  width: 100%;
  max-width: 100%;
}

.news-card-title {
  font-size: 0.32rem;
}

.news-card-desc,
.news-card-date,
.news-card-link {
  font-size: 0.24rem;
}

.tab-section {
  padding: 0.8rem 0.3rem;
}

.tab-section-inner {
  width: 100%;
}

.tab-nav {
  gap: 0.15rem;
  margin: 0.3rem 0;
}

.tab-nav-item {
  font-size: 0.26rem;
  padding: 0.05rem 0.1rem;
}

.tab-content {
  padding: 0.25rem;
  min-height: auto;
}

.tab-panel-text {
  font-size: 0.28rem;
}

.outdoor-content-wrap {
  gap: 0.25rem;
}

.outdoor-card {
  width: 100%;
  padding: 0.3rem;
}

.outdoor-card-text {
  font-size: 0.28rem;
}

.outdoor-tab-btn {
  width: 1.72rem;
  height: 0.8rem;
  font-size: 0.24rem;
}

.stampede-section {
  padding: 0.8rem 0.3rem;
}

.stampede-container {
  width: 100%;
  padding: 0;
}

.stampede-card {
  padding: 0.3rem;
}

.stampede-card-text {
  font-size: 0.28rem;
}

.btn-outline {
  height: 0.44rem;
  font-size: 0.24rem;
}

.footer-section {
  height: 2rem;
}

/* ===== Fire Safety ===== */
.fire-safety-section {
  height: unset;
  background: url("../images/16.png") no-repeat center top;
  background-size: 100% auto;
  padding: 1.8rem 0 0.2rem !important;
}
.fire-safety-section .tab-nav {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.fire-safety-section .tab-panel-text {
  padding: 0;
}

/* ===== Traffic Safety ===== */
.traffic-safety-section {
  height: unset;
  background: url("../images/15.png") no-repeat center top;
  background-size: 100% auto;
  padding-top: 1.5rem;
}
.traffic-safety-section .tab-nav {
  margin-top: 2rem;
  margin-bottom: 0;
}
.traffic-safety-section .tab-panel-text {
  padding: 0;
}

/* ===== Outdoor Safety ===== */
.outdoor-safety-section {
  height: unset;
  background: url("../images/17.png") no-repeat center top;
  background-size: 100% auto;
  padding-top: 1.5rem;
}
.outdoor-safety-section .outdoor-content-wrap {
  margin-top: 1.5rem;
}

.qrcode-wrapper {
  padding: 0.5rem;
}
.qrcode-box {
  width: 2.4rem;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0.2rem;
  border-radius: 4px;
  font-size: 0.24rem;
}
.qrcode img {
  width: 100%;
}
.footer {
  padding: 0.5rem 0;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  background-color: #2A46F1;
}

.footer {
  text-align: center;
  color: #fff;
  background-color: #2A46F1;
  height: 1.8rem;
  overflow: hidden;
  margin-top: 0.5rem;
}

.page-wrap .bottom-small {
  background: #2A46F1;
  text-align: center;
  padding: 0.2rem 0;
  line-height: 0.35rem;
  width: 100%;
  /* margin-top:1rem; */
}

.page-wrap .bottom-small p {
  color: #ffffff;
}

.page-wrap .bottom-small p a {
  color: #ffffff !important;
}

.page-wrap .bottom {
  display: none;
}

.page-wrap .bottom-small {
  display: block;
}