



.image-box img{
    border-radius: 4px;
}
.img-16-9-wrapper img.default-img{
          object-fit: cover !important;
}


.banner-section .slide-item{
    position: relative;
}
.banner-section .slide-item .slide-item-Text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.banner-section .slide-item .slide-item-Text .textZh1{
        font-size: 48px;
    font-weight: 500
}
.banner-section .slide-item .slide-item-Text .textZh2{
    font-size: 20px;
    font-weight: 300;
        margin-top: 25px;
}
.slide-item-Text-arcive-Box{
    width: 1200px;
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background: aqua;*/
}
.banner-section .slide-item .slide-item-Text-arcive{
    display: flex
;
    flex-direction: column;
        padding: 0 10px;
    
    
        width: 1200px;
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
 .banner-section .slide-item .slide-item-Text-arcive .textZh1{
        font-size: 48px;
    font-weight: 500
}
 .banner-section .slide-item .slide-item-Text-arcive .textZh2{
        font-size: 20px;
    font-weight: 300;
        margin-top: 25px;
}
.menu-auto-container {
  /*max-width: 100%;*/
  /*padding: 0 120px;*/
  
}

.menu-auto-container .logo-outer {
    /*position: absolute;*/
    /*width: 100%;*/
    /*padding: 36px 120px;*/
}

.menu-auto-container .logo-outer .logo-left {
display: flex
;
    align-items: center;
}

.menu-auto-container .main-menu-box {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  /* margin-left: 150px; */
}

.menu-auto-container .main-menu-box .sz {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.85);

}

.menu-auto-container .main-menu-box .dividing-line {
  width: 1px;
  height: 20px;
  background-color: #f3f3f3;
  margin: 0 39px;
}

.logo-outer .free-trial-but {
  width: 110px;
  height: 32px;
  background: #2E74FF;
  border-radius: 16px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-outer .free-trial-but span {
  margin-right: 5px;
}

.free-trial-but:hover {
  background-color: #0056b3;
}

.free-trial-but .arrow {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

/* 下拉菜单样式 */
.dropdown-menu-selction {
  display: none;
  /* 默认隐藏 */
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  z-index: 1000;
  overflow: hidden;
}

.dropdown-item-selction {
  padding: 14px 16px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.dropdown-item-selction:hover {
  background-color: #f8f9fa;
}

.dropdown-item-selction.active {
  background-color: #e6f0ff;
  color: #0056b3;
}

.dropdown-item-selction strong {
  display: block;
  font-size: 15px;
}

.dropdown-item-selction p {
  font-size: 12px;
  color: #666;
  margin: 4px 0 0;
}

/* 最新 推荐tab */
.all-content-tab2 {
  background-color: #fff;
  width: 100%;
  display: flex;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  padding: 0px 20px;
  align-items: center;

}

.all-content-tab2 div:nth-child(2) {
  /*margin-left: 50px;*/
}

.all-content-tab2 > div a{
    font-weight: 400;
font-size: 14px;
color: rgba(0,0,0,0.85);
}

.all-content-tab2 > div {
  padding: 8px 16px;
  cursor: pointer;
  /*color: #666;*/
  position: relative;
  display: inline-block; /* 确保伪元素定位准确 */
}
/* 激活状态 */
.all-content-tab2 > div.active a {
  color: #000;
  font-weight: bold;
}

/* 绿色下划线 */
.all-content-tab2 > div.active::after {
  content: '';
  position: absolute;
  top: 63%;
  left: 50%;
  width: 50%;
  height: 2px;
  transform: translateX(-50%);
  background-color: #7ADEBA;
  border-radius: 1px;
}
/* 最新 推荐内容 */
.pageData-box {
    width: 100%;
  /* background-color: #fff; */
   margin-top: 10px; 
  /* padding: 20px; */

}

.pageData-box .pageArticle {
  background-color: #fff;
   border-bottom: 1px solid #e9e9e9; 
       /*padding: 0px 20px 20px 20px;*/
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  /* height: 176px; */
  padding: 30px 15px;
  width: 100%;
}

.pageData-box .pageArticle .pageDataLeft .article-title {
font-weight: 600;
font-size: 18px;
color: #333333;
  /* 限制最多 1 行 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pageData-box .pageArticle .pageDataLeft .article-info {
  font-weight: 400;
font-size: 15px;
color: rgba(0,0,0,0.45);
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 最多显示3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.no-underline{
     text-decoration: none;
}
.pageData-box .pageArticle:hover .article-title {
  color: #2E74FF;
  /* 变蓝，按你主题色调整 */
}

/* 数字分页器 */
/* 分页器外层容器：防止溢出，支持横向滚动（备用） */
.pagination-number {
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 30px;
  /*margin-top: 30px;*/
}

/* 主分页容器：在小屏上换行 */
.paginationNumBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
}

/* 分页按钮组 */
.paginationBut {
  display: flex;
  /* align-items: center; */
  gap: 4px;
}

/* 所有按钮和输入框统一尺寸（触控友好） */
.paginationBut button,
.jump-input,
.jump-area button {
  min-width: 36px;
  height: 36px;
  /* padding: 0 8px; */
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  text-align: center;
}

.paginationBut button.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #999;
  font-size: 14px;
}

.jump-input {
  width: 60px;
  text-align: center;
}


.page-numbers{
   
       display: flex
;
    align-items: center；
        justify-content: center;
}
.page-numbers li{
  min-width: 36px;
  height: 36px;
   padding: 0 8px; 
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  margin-right:8px;
   display: flex;
  justify-content: center;
  border-radius: 6px;
}
/* ===================底部========== */
.footer-bottom-logo {
  display: flex
  ;
      align-items: center;
      justify-content: center;
}

.footer-bottom-logo .logo {
  width: 284px !important;
  height: auto !important;
}
.footer-bottom-logo .jing {
  width: 24px !important;
  height: 24px !important;
  margin-right: 6px;
}
.footer-bottom-logo span {
       font-weight: 400; 
     font-size: 12px; 
     color: #FFFFFF; 
     /*line-height: 17px;*/
  margin-right:5px;
}
/* ===================和瓴羊专家一起========== */
.togetherLybg {
  background-image: url('../images/genealogy-index/togetherLyBG.png');
  background-size: 100% 100%;
  height: 364px !important;
}

.together-ly {
  /* position: absolute;
    top: 50%;
    transform: translateY(-50%) */
}

.together-ly .togetherly-title {
  font-weight: 500;
  font-size: 40px;
  color: #000000;
}

.together-ly .togetherly-but {
  width: 280px;
  height: 50px;
  background: linear-gradient(90deg, #2E51FF 0%, #2E85FF 100%);
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 50px;
}
.entry-content figure{
       text-align: center;
margin-top: 16px;
    margin-bottom:16px
}
 .entry-content p{
    font-weight: 400 !important;
    font-size: 15px !important;
    color: rgba(0, 0, 0, 0.65) !important;
    text-align: justify;
    font-style: normal;
    margin: 0 0 5px !important;
    line-height: 24px !important; 
}
 .entry-content h1{
font-weight: 600 !important;
font-size: 28px !important;
color: rgba(0,0,0,0.85) !important;
}
 .entry-content h2{
font-weight: 600 !important;
font-size: 24px !important;
color: rgba(0,0,0,0.85) !important;
margin-top: 30px !important;
}
 .entry-content h3{
font-weight: 600 !important;
font-size: 20px !important;
color: rgba(0,0,0,0.85) !important;
margin-top: 20px !important;
}
 .entry-content ul{

    font-style: normal;
}
 .entry-content ul li{
         list-style: disc !important;
      margin-left: 20px !important;
font-weight: 400 !important;
font-size: 15px !important;
color: rgba(0,0,0,0.65) !important;
line-height: 24px !important;
    text-align: justify;
    font-style: normal;
}
/*当屏幕尺寸小于760px时*/
@media (max-width: 767px) {
    .header-style-three{
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        padding: 0 !important;
      transform: none !important;
        border-radius: 0 !important;
    /*background: none;*/
}



            .banner-section .slide-item .slide-item-Text .textZh1{
      font-size: 13px;
}
.banner-section .slide-item .slide-item-Text .textZh2{
  font-size: 10px;
}
 .banner-section .slide-item .slide-item-Text-arcive .textZh1{
      font-size: 13px;
}
 .banner-section .slide-item .slide-item-Text-arcive .textZh2{
  font-size: 10px;
}
    
    .menu-auto-container .logo-outer{
        padding: 0;
    }
  .menu-auto-container .logo-outer .logo-left {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    width: 100%;
  }
.header-style-three .header-upper .nav-content {
    position: relative !important;
    left: 0% !important;
    transform: translateX(-50%);
}
  .sz {
    display: none;
  }

  .logo-outer .free-trial-but {
    display: none;
  }

  .together-ly .togetherly-title {
    font-size: 30px;
    line-height: 1.5;
  }

  .footer-bottom-logo {
    display: flex
    ;
            align-items: center;
            flex-direction: column;
  }

  .main-footer .footer-bottom .copyright img {
    margin: auto;
  }

  .all-content-tab {
    font-size: 14px;

    padding: 20px 0 0 0;
  }

  .all-content-tab2 {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
  }

  .pageData-box .pageArticle {

    display: flex;
    align-items: center;

    flex-direction: column-reverse;
  }
  .pageData-box .pageArticle .pageDataLeft {
margin-top: 10px;
  }
}


/*当屏幕尺寸大于768px时*/
@media (min-width: 768px) {
        .banner-section .slide-item .slide-item-Text .textZh1{
      font-size: 32px;
}
.banner-section .slide-item .slide-item-Text .textZh2{
  font-size: 13px;
}
 .banner-section .slide-item .slide-item-Text-arcive .textZh1{
      font-size: 32px;
}
 .banner-section .slide-item .slide-item-Text-arcive .textZh2{
  font-size: 13px;
}

}

/*当屏幕尺寸大于1200px时*/
@media (min-width: 1200px) {
    .banner-section .slide-item .slide-item-Text .textZh1{
      font-size: 48px;
}
.banner-section .slide-item .slide-item-Text .textZh2{
  font-size: 20px;
}
 .banner-section .slide-item .slide-item-Text-arcive .textZh1{
      font-size: 48px;
}
 .banner-section .slide-item .slide-item-Text-arcive .textZh2{
  font-size: 20px;
}
}


/* === 吸顶头部样式 === */
.header-style-three {
        height: 55px;
    max-width: 1280px;
    border-radius: 50px;
    position: absolute;
        top: 32px;
    /*padding: 0 20px;*/
        left: 50%;
    transform: translateX(-50%);
	background: #000;
	user-select: none;
	-webkit-user-drag: none;
	    transition: all 0.3s ease;
}
.main-header.header-style-three .header-upper{
    height: 100%;
}
.main-header.header-style-three.auto-container{
    height: 100%;
}
/* 滚动后固定在顶部 */
.main-header.header-style-three.fixed-header {
    position: fixed;
    top: 0px; /* 可根据设计调整，原 top:32px */
    left: 50%;
    transform: translateX(-50%);
    max-width: 1280px;
    z-index: 9999;
    background: #000;
    border-radius: 50px;
    padding: 0 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2); /* 可选：增加阴影提升层次 */
}

/* 滚动时的链接颜色变化（与你 JS 逻辑匹配） */
/*.main-header.fixed-header .main-menu .navigation > li:hover > a,*/
/*.main-header.fixed-header .main-menu .navigation > li.current > a {*/
/*    color: #1B71EC !important;*/
/*}*/



/* 自定义滚动条容器 - 固定在右侧 */
    .custom-scrollbar {
      position: fixed;
      top: 0;
      right: 0;
      width: 6px;
      height: 100vh;
      z-index: 9999;
      pointer-events: none; /* 不影响页面交互 */
      opacity: 0; /* 默认隐藏 */
      transition: opacity 0.3s ease;
    }

    /* 滚动时显示滚动条 */
    body.scrolling .custom-scrollbar {
      opacity: 1;
    }

    /* 滚动条轨道 */
    .scrollbar-track {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
    }

    /* 滚动条滑块 - 黑色半透明 */
    .scrollbar-thumb {
      position: absolute;
      right: 0;
      width: 6px;
      border-radius: 3px;
      background: rgba(0, 0, 0, 0.3); /* 黑色半透明 */
      transition: background 0.2s ease;
      cursor: pointer;
      pointer-events: auto; /* 滑块可交互 */
    }

    /* 滑块悬浮效果 */
    .scrollbar-thumb:hover {
      background: rgba(0, 0, 0, 0.5); /* 悬浮时加深 */
    }







