/* === Utilities (from utilities.css) === */
body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
  margin: 0;
  font-size: 0.16rem;
  cursor: default; /* 默认小光标 */
  transition: cursor 0.2s; /* 光标切换过渡，更丝滑 */
}
html, body { height: 100%; }
html {
   /*  font-size: 100px !important; 接近1440px宽度下的默认值，兜底初始显示 */
}

input {
  background-color: transparent;
  border: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

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

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid rgba(211, 220, 230, 1);
  padding: 0.08rem 0.12rem;
  text-align: left;
  vertical-align: middle;
}

thead th {
  font-weight: 600;
}


/* === Header (from flight.css) === */
.page {
  background-color: rgba(246, 246, 246, 1);
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 100vh;
}
.page-content {flex: 1;background-color: #F4F4F4;}

.site-header {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: 0.8rem;
  padding: 0px 0.2rem;
  position: relative;
}

.logo {
  width: 3rem;
  height: 0.6rem;
}

.utility-item {
  cursor: pointer;
}

.utility-label {
  overflow-wrap: break-word;
  white-space: nowrap;
  margin-left: 0.06rem;
}

.icon-utility {
  width: 0.2rem;
  height: 0.2rem;
}

.nav-list {
  font-weight: 700;
  height: 100%;
}

.nav-item {
  overflow-wrap: break-word;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 0.05rem solid transparent;
  cursor: pointer;
  text-decoration: none;
  color: rgba(0,0,0,0.8);
}

.nav-item:hover {
  font-weight: bold;
  color: rgba(30, 96, 201, 1);
}

.nav-item.activate {
  border-bottom: 0.05rem solid #1E60C9;
  font-weight: bold;
  color: rgba(30, 96, 201, 1);
}



/* === Footer (from flight.css) === */
.site-footer {
  background-color: #1E60C9;
  height: 2.38rem;
  width: 100vw;
  display: flex;
  padding: 0px 1.9rem;
  justify-content: space-between;
}

.footer__grid {
  width: 100%;
  margin: 0.3rem 0rem 0;
  display: flex;
  column-gap: 0.4rem;
  align-items: start;
  justify-content: space-between;
}

.footer__right {
    display: flex;
    justify-content: flex-end;
    column-gap: 0.75rem;
    align-items: center;
}

.hotline {
  width: 1.78rem;
  height: auto;
  gap: 0.1rem;
}

.hotline__title {
  width: 1.56rem;
  height: auto;
  gap: 0.1rem;
}

.hotline__icon {
  width: 1.4rem;
  height: auto;
}

.hotline__label {
  width: 1.56rem;
  height: 0.2rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.14rem;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 0.2rem;
}

.hotline__number {
  width: 1.78rem;
  height: 0.38rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.32rem;
  font-family: D-DIN-PRO-SemiBold;
  text-align: left;
  white-space: nowrap;
  line-height: 0.38rem;
  fon-weight: bold;
}

.footer__contacts {
  width: 100%;
  max-width: 3.6rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.14rem;
  font-family: PingFangSC-Regular;
  text-align: left;
  line-height: 0.28rem;
  margin-top: 0.08rem;
}

.footer__wechat {
  width: 0.85rem;
  height: auto;
  margin-top: 0.08rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05rem;
}

.footer__qr-wechat {
  width: 0.85rem;
  height: 0.85rem;
}

.footer__wechat-label {
  width: 0.84rem;
  height: 0.17rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.12rem;
  font-family: PingFangSC-Regular;
  text-align: center;
  white-space: nowrap;
  line-height: 0.17rem;
}

.footer__miniapp {
  width: 0.85rem;
  height: auto;
  margin-top: 0.08rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05rem;
}

.footer__qr-miniapp {
  width: 0.85rem;
  height: 0.85rem;
}

.footer__miniapp-label {
  width: 0.84rem;
  height: 0.17rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.12rem;
  font-family: PingFangSC-Regular;
  text-align: center;
  white-space: nowrap;
  line-height: 0.17rem;
}

.footer__divider {
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
  margin: 0.3rem auto 0;
}

.footer__meta {
  width: 100%;
  height: 0.17rem;
  margin: 0.2rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__copyright {
  width: 4.62rem;
  height: 0.17rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.12rem;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 0.17rem;
}

.footer__icp {
  height: 0.17rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.12rem;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 0.17rem;
}

.footer__legal {
  height: 0.17rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.12rem;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 0.17rem;
  text-decoration: none;
}



/* === Navigation Dropdown (from flight.css) === */
.nav-item-wrapper {
  position: static;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 4px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.15);
  padding: 0.2rem 1.6rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dropdown-side-title {
  font-size: 0.24rem;
  font-weight: 600;
  color: rgba(30, 96, 201, 1);
  width: 1.8rem;
  white-space: nowrap;
  text-align: right;
}

.dropdown-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  border-left: 1px solid #EFF2F7;
  padding-left: 0.8rem;
  margin-left: 0.4rem;
}

.nav-item-wrapper:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.dropdown-item {
  display: block;
  padding: 0.1rem 0.2rem;
  color: #333;
  text-decoration: none;
  font-size: 0.14rem;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
  margin-right: 0.1rem;
  font-weight: 400;
  flex-basis: 20%;
}

.dropdown-item:hover {
  background-color: rgba(30, 96, 201, 0.05);
  color: #1E60C9;
}

.dropdown-item.active {
  background-color: rgba(30, 96, 201, 0.05);
  color: #1E60C9;
}


/* === Sub Menu (from sub-menu.css) === */
.submenu-item {
  cursor: pointer;
  font-size: 0.18rem;
  line-height: 0.6rem;
  color: rgba(0,0,0,0.6);
  text-decoration: none;
}

.submenu-item:hover {
  color: rgba(30, 96, 201, 1);
}

.submenu-item.activate {
  color: rgba(30, 96, 201, 1);
  border-bottom: 0.04rem solid rgba(30, 96, 201, 1);
  font-weight: bold;
}

.sub-menu-outer-wrapper {
  width: 100vw;
  background-color: #fff;
}

.sub-menu-container {
  width: 10.24rem;
  min-height: 0.25rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  column-gap: 0.8rem;
  flex-wrap: wrap;
}

.sub-menu-toggle {
  text-align: right;
  cursor: pointer;
  color: rgba(0,0,0,0.6);
  font-size: 0.16rem;
  user-select: none;
  line-height: 0.64rem;
  position: absolute;
  top: 0;
  right: 0;
}

.sub-menu-toggle:hover {
  opacity: 0.8;
}

.toggle-icon {
  font-size: 0.12rem;
  margin-left: 0.04rem;
  display: inline-block;
  transition: transform 0.3s;
}
/**
.sub-menu-toggle.expanded .toggle-icon {
  transform: rotate(180deg);
}**/

.content-wrapper {
  width: 100vw;
}

.content {
  width: 10.24rem;
  display: flex;
  justify-content: flex-start;
  column-gap: 0.05rem;
  margin: 0.2rem auto;
}

.side-menu {
  min-width: 2.6rem;
  max-width: 3rem;
  padding: 0.3rem 0.15rem;
  background-color: #fff;
  border-radius: 0.06rem;
}

.article-wrapper {
  flex: 1;
  padding: 0.3rem 0.4rem;
  border-radius: 0.06rem;
}

.sub-menu-content-wrapper {
  flex: 1;
  background-color: #fff;
  border-radius: 0.06rem;
}


.subpage-menu-container {
    width: 10.24rem;
    min-height: 0.25rem;
    display: flex;
    justify-content: flex-start;
    column-gap: 0.6rem;
    flex-wrap: wrap;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
    margin: 0 auto;
    padding-right: 0.6rem;
}

.subpage-menu-container.collapsed {
    max-height: 0.64rem;
}

.article-menus {
  display: flex;
  padding: 0.2rem 0;
  margin: 0 0.4rem;
  border-bottom: 1px solid #ddd;
  gap: 0.1rem;
  flex-wrap: wrap;
}

.menu4th_text {
  border: 1px solid rgba(211, 220, 230, 1);
  border-radius: 0.06rem;
  padding: 0.1rem 0.36rem;
  font-size: 0.16rem;
  cursor: pointer;
  box-sizing: border-box;

  color: rgba(94, 109, 130, 1);
  font-weight: bold;
  text-decoration: none;
}

.menu4th_text.activate {
  background-color: rgba(30, 96, 201, 1);
  border: unset;
  color: #fff;
}
/**
.menu4th_text>a {
  color: rgba(94, 109, 130, 1);
  font-weight: bold;
  text-decoration: none;
}

.menu4th_text.activate>a {
  color: #fff;
}
**/
/* === Modal (from home.css) === */

.pagination {
  width: 100%;
  margin: 0.3rem auto 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pagination__controls {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.page-list {
  display: inline-flex;
  gap: 0.06rem;
}

.page-link {
  display: inline-block;
  padding: 0.06rem 0.1rem;
  border: 1px solid rgba(211, 220, 230, 1);
  border-radius: 0.04rem;
  color: rgba(102, 102, 102, 1);
  text-decoration: none;
  cursor: pointer;
  font-size: 0.13rem;
}

.page-link.active {
  background-color: #1E60C9;
  color: #fff;
  border-color: #1E60C9;
}

.page-link.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.hero {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 2rem;
}

.hero img {
  width: 100%;
}

.hero__heading {
  position: absolute;
  bottom: -1.4rem;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.24rem;
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 7px rgba(255, 255, 255, 0.6);
  text-stroke: 2px rgba(255, 255, 255, 0.3);
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3);
  transition: all 1s ease-in-out;
  pointer-events: none;
}

.hero__heading.show {
   bottom: 0.5rem;
   opacity: 1;
}

.hero__title {
  overflow-wrap: break-word;
  font-size: 0.36rem;
  font-weight: 700;
  white-space: nowrap;
}

.hero__subtitle {
  overflow-wrap: break-word;
  font-size: 0.2rem;
  line-height: 0.28rem;
  margin-top: 0.15rem;
}