.zo-header {
    display: flex;
    align-items: center;
    height: 100px;
    position: relative;
    color: #333;
    z-index: 100;
    padding: 0 180px;
    transition: color 0.3s ease-in-out;
}
.zo-header a{
  transition: color 0.3s ease-in-out;
}

.zo-header .logo {
    display: block;
    height: 76px;
    display: flex;
    align-items: center;
}

.zo-header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zo-header .zo-header-nav {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 180px;
    font-weight: 600;
}
.zo-header .zo-header-nav > ul {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-around;
}
.zo-header .zo-header-nav > ul > li {
    position: relative;
    text-align: center;
    flex: 1;
    transition: transform 0.3s ease-in-out;
}

.zo-header .zo-header-nav > ul ul {
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding-top: 10px;
    z-index: 100;
    transition: all 0.6s ease;
    width: var(--child-width);
    transform: translateX(var(--item-width));
}
.zo-header .zo-header-nav > ul ul a {
  color: #333;
  padding-bottom: 10px;
  display: block;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}
.zo-header .zo-header-nav > ul ul a:hover {
  opacity: 0.8;
  color: var(--zo-hover-color);
}
.zo-header .zo-header-nav > ul a {
    color: #333;
    font-size: 14px;
}

.zo-header .zo-header-nav > ul > li:hover > ul {
    display: block;
    opacity: 1;
}
.zo-header .zo-header-nav > ul > li:hover {
  transform: scale(1.1);
  z-index: 99;
  background-color: #fff;
}

.zo-header-expand {
    display: flex;
    align-items: center;
}
.zo-header-expand .search-box {
    margin-right: 18px;
}
.zo-header-expand .iconfont {
    font-size: 20px;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}


/* 语言切换器样式 */
.language-switcher select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
}


.custom-lang-select {
    position: relative;
    display: inline-block;
    height: 30px;
    flex-shrink: 0;
}

/* 美化并隐藏默认下拉外观 */
.custom-lang-select select {
    opacity: 0; /* 透明但保留点击功能 */
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


.post-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: var(--zo-space);
    padding-bottom: calc(var(--zo-space) / 2);
}
.post-navigation .prev {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    padding-left: 38px;
    padding-right: 38px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #00000026;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}
.post-navigation .prev:hover {
    background-color: #f5f5f5;
}

.post-navigation .next {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    padding-left: 38px;
    padding-right: 38px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #00000026;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}
.post-navigation .next:hover {
    background-color: #f5f5f5;
}




.nav-breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 10px;
    display: flex;
    align-items: center;
  }
  
  .nav-breadcrumb .breadcrumb-item {
    color: #878787;
    font-size: 14px;
    font-weight: 500;
  }
  
  .nav-breadcrumb a.breadcrumb-item {
    color: #878787;
    font-size: 14px;
    font-weight: 500;
  }
  
  .nav-breadcrumb .breadcrumb-item-separator {
    color: #878787;
    font-size: 14px;
    font-weight: 500;
  }
  .nav-breadcrumb .breadcrumb-item:last-child {
    color: #333;
  }
  

  .zo-header-expand-contact {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-left: 10px;
  }
  
  .zo-header-expand-contact a {
    display: block;
  }
  
  .zo-header-expand-contact a img {
    width: 26px;
    height: 26px;
  }


  .info-slider {
    width: 378px;
}
.category-menu {
    margin-bottom: var(--zo-space);
}
.category-menu a {
    display: block;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #C8C8C8;
    transition: all 0.3s ease-in-out;
}
.category-menu a.active {
    color: #0070ff;
}
.category-menu a:hover {
    color: #0070ff;
    opacity: 0.8;
}
.info-slider-content-title {
    font-size: 38px;
    color: var(--zo-brand-color);
    font-weight: 400;
    margin-bottom: 20px;
}
.info-slider-content-item {
    border: 1px solid #0000000F;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: var(--zo-space);
    transition: all 0.3s ease-in-out;
}
.info-slider-content-item:hover {
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.16);
}
.info-slider-content-item h3 a {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}
.info-slider-content-item-date {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
    margin-top: 10px;
}
.info-slider-content-item-desc {
    font-size: 18px;
    color: #666666;
    line-height: 1.2;
}

.home-section3-desc-text-more {
    display: block;
    width: 143px;
    height: 52px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    line-height: 52px;
    text-align: center;
    background-color: #7E93A9;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.g_card_img {
    aspect-ratio: 382 / 518 !important;
}
.info-card:hover {
    transform: scale(1.02);
}

.info-card-category {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.info-card-category-item {
    padding: 3px 10px;
    border-radius: 4px;
    background: #fff;
    color: #000;
    color: #333;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #00000026;
}

.flex_nav_p {
    position: fixed;
    right: 20px;
    bottom: 15vh;
    z-index: 999;
    background-color: #fff;
    padding: 20px 3px;
    border-radius: 50px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.flex_nav_p .flex_nav_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.flex_nav_p .flex_nav_item:last-child {
    padding-bottom: 0;
}
.flex_nav_p .flex_nav_item:hover {
    opacity: 0.8;
}
.flex_nav_p .flex_nav_item img {
    display: block;
    width: 30px;
}
.flex_nav_p .flex_nav_item span {
    display: block;
    text-align: center;
    color: #00a9c3;
    font-size: 10px;
    padding-top: 2px;
    font-weight: bold;
}
