.module-title{
  text-align: center;
  position: relative;
  color: #fff;
}
.module-title p{
  font-size: 0.4rem;
  text-transform: uppercase;
  position: absolute;
  /* top: 0.14rem; */
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0.16;
  bottom: -0.5rem;
}
.module-title h2{
  font-size: 0.66rem;
  text-transform: uppercase;
  position: relative;
}
.banner img{
  cursor: pointer;
}


@media screen and (max-width: 750px) {
  .banner img{
    margin-bottom: -1px;
  }
}


@media screen and (min-width: 1200px) {
  .header nav .logo{
    width: 180px;
    height: 40px;
  }
}



/* election-schedule */
.election-schedule {
  background-image:url(../images/bg/mobile_1.jpg?v=1);
  background-size: 100% 100%;
  padding: 0.64rem 0 0.3rem;
}
.election-schedule .election-schedule-content{
  /* padding: 1rem 0 1.5rem; */
  padding: 1rem 0 0;
}
.election-schedule .election-schedule-list {
  justify-content: space-between;
  flex-wrap: wrap;
}
.election-schedule .election-schedule-list .election-schedule-item{
  width: 46%;
  margin-bottom: 0.5rem;
}
.election-schedule .election-schedule-list .election-schedule-item img{
  width: 100%;
}

@media screen and (min-width: 576px) {
  .election-schedule .election-schedule-content{
    padding: 1.3rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .election-schedule .election-schedule-list .election-schedule-item{
    width: 23%;
  }
  .election-schedule .election-schedule-content{
    padding: 1rem 0 2rem;
  }
}
@media screen and (min-width: 992px) {
  .election-schedule-list{
    /* width: 70%; */
    /* margin: 0 auto; */
  }
  .election-schedule .election-schedule-list .election-schedule-item{
    width: 200px;
  }
  .election-schedule .election-schedule-content{
    padding: 1rem 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .election-schedule .election-schedule-list .election-schedule-item{
    width: 228px;
  }
  .election-schedule .election-schedule-content{
    padding: 1rem 0 2rem;
  }
}



/* 关于我们 */
.about-us{
  background-image: url(../images/bg/mobile_2.jpg?v=1);
  background-size: 100% 100%;
  padding: 1.2rem 0 0.63rem;
}
.about-us .about-us-content-text{
  /* margin-bottom: 0.5rem; */
}
.about-us .module-title {
  color:#4221d0
}
.about-us .about-us-content{
  padding: 1rem 0 0.8rem;
}
.about-us .about-us-content p{
  font-size: 0.36rem;
  color: #3e2798;
  text-align: justify;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about-us {
      
  padding: 0 0 0.63rem;
  }
}
@media screen and (min-width: 1200px) {
  .about-us .about-us-content p{
    font-size: 21px;
  }
}


/* 往届轮播 */
.scale-carousel .swiper-button-prev,.scale-carousel .swiper-button-next{
  opacity: 0.8;
}
.past-picture-swiper .aubout-us-defalut-swiper .swiper-container, 
.past-picture-swiper .aubout-us-defalut-swiper .item-swiper-slide, 
.past-picture-swiper .aubout-us-defalut-swiper .picture{
  width: 100%;
  height: 100%;
}
.past-picture-swiper .aubout-us-defalut-swiper .swiper-container  .swiper-slide{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.past-picture-swiper .aubout-us-defalut-swiper .picture img{
  aspect-ratio: 1.5 / 1;
  width: 100%;
  height: 100%;
}
.past-picture-swiper .aubout-us-defalut-swiper{
  width: 100%;
  display: block;
  height: calc(((100vw - 0.6rem) / 680) * 453);
}
/* .past-picture-swiper  .aubout-us-carousel{
  display: none;
} */
.past-picture-swiper .aubout-us-defalut-swiper .swiper-button-prev,.past-picture-swiper .aubout-us-defalut-swiper .swiper-button-next{
  width: 0.8rem;
  height: 1rem;
  background-size: 0.8rem 1rem;
}
.scale-carousel .swiper-slide {
  width: 7rem;
  height: 4.636533rem;
}
.scale-carousel .swiper-button-prev,.scale-carousel .swiper-button-next{
    width: 0.5rem;
    height: 0.8rem;
    background-size: 0.5rem 0.8rem;
    top: 50%;
    transform: translateY(50%);
}
/* 平板尺寸：768px - 1199px显示2列 */
@media (min-width: 768px) {
  /* .about-us .aubout-us-defalut-swiper{
    display: none;
  }
  .about-us .aubout-us-carousel{
    display: block;
  } */
  .past-case-wrap{
    width: 92%;
    margin: 0 auto;
  }
  .scale-carousel .swiper-slide {
    width: 8.5rem;
    height: 5.6625rem;
  }
  .scale-carousel .swiper-button-prev{
    left: -0.5rem;
  }
  .scale-carousel .swiper-button-next{
    right:-0.5rem;
  }
  .scale-carousel .swiper-button-prev,.scale-carousel .swiper-button-next{
    width: 0.42rem;
    height: 0.525rem;
    background-size: 0.42rem 0.525rem;
  }
}
@media (min-width: 992px) {
  .past-case-wrap{
    width: 90%;
    margin: 0 auto;
  }
  .scale-carousel .swiper-slide {
    width: 600px;
    height: 399px;
  }
  .scale-carousel .swiper-button-prev{
    left: -40px;
  }
  .scale-carousel .swiper-button-next{
    right:-40px;
  }
  .scale-carousel .swiper-button-prev,.scale-carousel .swiper-button-next{
    width: 24px;
    height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .past-case-wrap{
    width: 1100px;
    margin: 0 auto;
  }
  .scale-carousel .swiper-slide {
    width: 680px;
    height: 453px;
  }
  .scale-carousel .swiper-button-prev{
    left: -50px;
  }
  .scale-carousel .swiper-button-next{
    right:-50px;
  }
  .scale-carousel .swiper-button-prev,.scale-carousel .swiper-button-next{
    opacity: 0.8;
    width: 24px;
    height: 30px;
  }
}




/* past-projects */
.past-projects{
  background-image: url(../images/bg/mobile_3.jpg);
  background-size: 100% 100%;
  padding:  0;
}
.past-projects .past-projects-content{
  padding: 1rem 0 0.5rem;
}
.past-projects .past-projects-content img{
  width: 100%;
  display: block;
}
.past-projects .past-projects-content .past-projects-picture{
  margin-bottom: 0.5rem;
}

/* think-tank 专家智库 */
.think-tank{
  background-image: url(../images/bg/mobile_4.jpg);
  background-size: 100% 100%;
  padding: 0.63rem 0 0;
}
.think-tank .think-tank-content{
  padding: 1.0666rem 0;
}
.think-tank .think-tank-content .motto_marquee_con{
  background-color: #461898;
  padding: 2.5px 0;
}
.think-tank .think-tank-content .motto_marquee_con{
  position: relative;
  width: 100%;
  overflow: hidden; 
  margin: 0 auto;
}
/* think-tank-cards-grid */
.think-tank-card{
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  margin: 2.5px;
}
.think-tank  table td:nth-child(4n + 1) .think-tank-card { 
  background-image: url(../images/expert/tx1.jpg);
}
.think-tank  table td:nth-child(4n + 2) .think-tank-card { 
  background-image: url(../images/expert/tx2.jpg);
}
.think-tank  table td:nth-child(4n + 3) .think-tank-card { 
  background-image: url(../images/expert/tx3.jpg);
}
.think-tank  table td:nth-child(4n + 4) .think-tank-card { 
  background-image: url(../images/expert/tx4.jpg);
}
.think-tank-card .card-content{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.think-tank-card .person-info{
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-top: 1.2rem;
  /* justify-content: center; */
  color: #fff;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.think-tank-card .person-info .person-name{
  font-size: 0.5rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.think-tank-card .person-info .person-description{
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.think-tank-card .person-picture{
  position: absolute;
  right: 0;
  bottom:0;
}
.think-tank-card .person-picture img{
  width: 100%;
}
.think-tank-card{
  width: 80vw;
  height: 5rem;
}
.think-tank-card .person-picture{
  width: 4.5rem;
}
.think-tank-card .person-info{
  width: calc(100% - 240px);
}
/* 平板尺寸：768px - 1199px显示2列 */
@media (min-width: 768px) and (max-width: 1199px) {
  .think-tank-card{
    width: calc(100vw / 2);
    height: 280px;
  }
  .think-tank-card .person-picture{
    width: 5rem;
    bottom: -50px;
  }
  .think-tank-card .person-info{
    width: calc(100% - 5rem);
  }
  .think-tank-card .person-info .person-name {
    font-size: 0.5rem;
  }
  .think-tank-card .person-info .person-description {
    font-size: 0.24rem;
  }
  
}
/* 桌面尺寸：1200px - 1919px显示3列 */
@media (min-width: 1200px) and (max-width: 1919px) {
  .think-tank-card{
    width: calc(100vw / 3);
    height: 280px;
  }
  .think-tank-card .person-picture{
    width: 240px;
  }
  .think-tank-card .person-info{
    width: calc(100% - 240px);
  }
  
}
/* 大屏尺寸：1920px+显示4列 */
@media (min-width: 1920px) {
  .think-tank-card{
    width: calc(100vw / 4);
    height: 280px;
  }
  .think-tank-card .person-picture{
    position: absolute;
    width: 225px;
    right: 0;
    bottom:0;
  }
  .think-tank-card .person-info{
    width: calc(100% - 225px);
  }
  .think-tank-card .person-info .person-name{
    font-size: 0.5rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
  }
  .think-tank-card .person-info{
    padding-top: 1.5rem;
    padding-left: 0.6rem;
  }
  .think-tank-card .person-info .person-description{
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
  }
}
/* 小屏幕优化 */
@media (max-width: 480px) {
 .think-tank-card{
    width: 80vw;
    height: 5rem;
  }
  .think-tank-card .person-picture{
    width: 4.5rem;
  }
  .think-tank-card .person-info{
    width: calc(100% - 4.5rem);
  }
  .think-tank-card .person-info .person-description{
    font-size: 0.28rem;
  }
}




/* information */
.information{
  background-image: url(../images/bg/mobile_5.jpg);
  background-size: 100% 100%;
  padding: 0.63rem 0;
}
.information-content{
  padding: 1rem 0 0.3rem;
}
.information-list {
  justify-content: space-between;
}
.information-list .information-item{
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.information-item .information-item-picture {
  width: 100%;
  padding-bottom: 66.48%;
  position: relative;
  overflow: hidden;
  display: block;
}
.information-item .information-item-picture img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.information-list .information-item .title{
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.1rem 0.2rem;
  font-size: 0.3rem;
  color:#fff;
}
.information-list .information-item .title p{
  display: -webkit-box;           
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;          
  overflow: hidden;               
}
.btn-more{
  width: 80%;
  max-width: 100%;
}
.btn-more img{
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.information-list .information-item{
  width: 48%;
}
@media screen and (min-width: 576px) {

}
@media screen and (min-width: 768px) {
  .information-list .information-item{
    width: 48%;
    margin-bottom: 40px;
  }
  .btn-more{
    width: 552px;
  }
}
@media screen and (min-width: 992px) {
  .information-list .information-item{
    display: block;
    position: relative;
    width: 30%;
    max-width: 364px;
  }
  /* .information-item .information-item-picture {
    width: 100%;
    padding-bottom: 66.48%;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .information-item .information-item-picture img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
  .information-list .information-item .title{
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .information-list .information-item{
    width: 340px;
    margin-bottom: 40px;
  }
  .information-list .information-item .title{
    font-size: 16px;
  }
}



.contact-us{
  background-image: url(../images/bg/mobile_6.jpg);
  background-size: 100% 100%;
  padding: 1.6rem 0 1.06666rem;
}
.page-index .contact-us{
  background-image: url(../images/bg/mobile_6.jpg);
  padding: 1rem 0 1.06666rem;
}
.contact-us .contact-us-header, 
.contact-us-header-content a{
  color: #ffffff;
}
.contact-us .contact-us-header .title{
    font-size: 0.65rem;
    margin-bottom: 0.5rem;
}
.contact-us .contact-us-header .contact-us-header-content p{
  margin-top: 0.1rem;
  font-size: 0.4rem;
  position: relative;
  padding-left: 0.5rem;
}
.contact-us .contact-us-header .contact-us-header-content p::before{
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  background-size: 100% 100%;
  position: absolute;
  top: 0.065rem;
  left: 0;
  background-size: 100% 100%;
}
.contact-us .contact-us-header .contact-us-header-content .contact-phone::before{
  background-image: url(../images/icon_mobile.png);
}
.contact-us .contact-us-header .contact-us-header-content .contact-email::before{
  background-image: url(../images/icon_email.png);
  /* top:6px; */
  top: 0.09rem;
}
.contact-us-header-content .item-contact-us{
  display: flex;
  align-items: center;
  margin-top: 0.15rem;
}
.contact-us-header-content .item-contact-us .icon{
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  background-size: 100% 100%;
}
.contact-us-header-content .item-contact-us .icon-phone{
  background-image: url(../images/icon_mobile.png);
}
.contact-us-header-content .item-contact-us .icon-email{
  background-image: url(../images/icon_email.png);
}
.contact-us-header-content .item-contact-us a{
  display: inline-block;
  font-size: 0.4rem;
  margin-left:0.15rem
}
.contact-us .contact-qr-codes{
  margin-top: 0.8rem;
  gap: 0.5rem;
}
.contact-us .contact-qr-codes .contact-qr-codes-item{
  width: 2.8rem;
}
.contact-us .contact-qr-codes .contact-qr-codes-item img{
  width: 100%;
}
.contact-qr-codes-name{
  margin-top: 0.2rem;
  color:#ffffff;
  font-size: 0.3rem;
  text-align: center;
}


@media screen and (min-width: 768px) {
  .contact-us{
    background-image: url(../images/bg/6.png);
  }
  .contact-us-content{
    display: flex;
    justify-content: space-between;
  }
  .contact-us .contact-us-header .title{
    font-size: 40px;
  }
  .contact-us .contact-us-header .contact-us-header-content p{
    font-size: 21px;
  }
  .contact-us .contact-us-header .contact-us-header-content p::before{
    top:5px;
  }
  .contact-us .contact-us-header .contact-us-header-content p.contact-email::before{
    top:8px;
  }
  .contact-us .contact-qr-codes{
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .contact-us .contact-us-header .contact-us-header-content p::before{
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background-size: 100% 100%;
    position: absolute;
    top:5.5px;
  }
  .contact-us .contact-us-header .contact-us-header-content .contact-email::before{
    top: 4px;
  }
  .contact-us-header-content .item-contact-us .icon{
    width: 18px;
    height: 18px;
    margin-top: 1px;
  }
  .contact-us-header-content .item-contact-us .icon.icon-email{
    margin-top: 1.5px;
  }
  .contact-us-header-content .item-contact-us a{
    font-size: 21px;
  }
}



@media screen and (min-width: 768px) {
  .election-schedule {
    background-image:url(../images/bg/1.jpg);
  }
  .about-us{
    background-image: url(../images/bg/2.jpg);
  }
  .past-projects{
    background-image: url(../images/bg/3.jpg);
  }
  .think-tank{
    background-image: url(../images/bg/4.jpg);
  }
  .information{
    background-image: url(../images/bg/5.jpg);
  }
}
@media screen and (min-width: 1200px) {
  .election-schedule-list,  
  .about-us-content, 
  .information-content,
  .contact-us .u-container{
    width: 1100px;
    margin: 0 auto;
  }
}





/* ----------------- export page ------------------------- */
.page-experts .experts-container{
  /* gap: 0.5rem; */
  justify-content: space-between;
  margin-top: 0.5rem;
}
/* .page-experts .experts-tips{
  margin: 10px 0 65px;
  text-align: center;
}
.page-experts .experts-tips span{
  font-size: 18px;
  letter-spacing: 0.3rem;
  position: relative;
}
.page-experts .experts-tips span:after{
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000000;
} */

.text-divider-container {
  max-width: 1200px;  /* é™åˆ¶æœ€å¤§å®½åº¦ */
  margin: 0 auto 50px;     /* å±…ä¸­ */
}
.text-divider-container .text-divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.text-divider-container .text-divider-line {
  flex-grow: 1;       /* è‡ªåŠ¨æ‹‰ä¼¸å æ»¡å‰©ä½™ç©ºé—´ */
  height: 1px;
  background-color: rgba(153,153,153,1);
}
.text-divider-container .text-divider-text {
  padding: 0 15px;    /* æ–‡å­—ä¸Žçº¿æ¡çš„é—´è· */
  font-size: 0.32;
  color: #999999;
  white-space: nowrap; /* é˜²æ­¢æ–‡å­—æ¢è¡Œ */
  letter-spacing: 5px;
}
@media (min-width:992px){
 .text-divider-container .text-divider-text{
    font-size: 16px;
  }
}

.page-experts .experts-container .experts-item{
  width: calc((100% - 0.5rem) / 2);
  margin-bottom: 0.5rem;
  cursor: pointer;
  overflow: hidden;
}
.page-experts .experts-container .experts-item .experts-item-picture{
  background-image: url(../images/expert_bg.png);
  background-size: 100% 100%;
  position: relative;
  height: 4.7rem;
}
.page-experts .experts-container .experts-item .experts-item-picture .person-avatar{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: -5px;
}
.page-experts .experts-container .experts-item .experts-item-icon-triangle{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
}
.page-experts .experts-container .experts-item img{
  width: 100%;
  height: 100%;
}
.page-experts .experts-container .experts-item .expert_name{
  font-size: 0.4rem;
  margin-top: 0.1rem;
  color: #333333;
}
.experts-item-content{
  margin-top: 0.3rem;
}
.page-experts .experts-container .experts-item .expert_company{
  color: #666666;
  font-size: 0.3rem;
  margin-top: 0.1rem;
}
@media (min-width: 576px) {
  .page-experts .experts-container .experts-item .experts-item-picture{
    height: 5.5rem;
  }
}
@media  (min-width: 640px) {
  /* .page-experts .experts-container{
    gap: 1rem 1.5rem;
  } */
  .page-experts .experts-container .experts-item{
    width: calc((100% - 1.5rem) / 2);
    margin-bottom: 0.5rem;
    cursor: pointer;
  }
  .page-experts .experts-container .experts-item .experts-item-picture{
    height: 5.565rem;
  }
}
/* 中等屏（平板） */
@media (min-width: 768px) { 
  .page-experts .experts-container{
    justify-content: flex-start;
  }
  .page-experts .experts-container{
    gap: 1.5rem;
  }
  .page-experts .experts-container .experts-item{
    width: calc((100% - 3rem) / 3);
    margin-bottom: 0.5rem;
    cursor: pointer;
  }
  .page-experts .experts-container .experts-item .experts-item-picture{
    height: 4rem;
  }
 }
/* 大屏（小型笔记本 / 横屏平板） */
@media (min-width: 992px) {
  .page-experts .experts-container{
    gap: 1.5rem;
  }
  .page-experts .experts-container .experts-item{
    width: calc((100% - 3rem) / 3);
  }
  .page-experts .experts-container .experts-item .experts-item-picture{
    height: 5.43328rem;
  }
 }
/* 平板尺寸：768px - 1199px显示2列 */
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-experts .experts-container{
    gap: 20px 1.5rem;
    margin-top: 0.5rem;
  }
  .page-experts .experts-container .experts-item{
    width: calc((100% - 3rem) / 3);
    margin-bottom: 0.5rem;
    cursor: pointer;
  }
  .page-experts .experts-container .experts-item .experts-item-picture{
    height: 5.67rem;
  }
}
/* 桌面尺寸：1200px - 1919px显示3列 */
@media (min-width: 1200px)  {
  .page-experts .experts-container{
            gap: 52px 222px;
    margin-top: 0.5rem;
  }
  .page-experts .experts-container .experts-item{
    width: 250px;
    margin-bottom: 0.5rem;
    cursor: pointer;
  }
  .page-experts .experts-container .experts-item .experts-item-picture{
    height: 261.09px;
  }
  .page-experts .experts-container .experts-item .experts-item-picture .person-avatar{
    bottom: 2px;
    left: -19px;
  }
}




/* @media screen and (min-width: 768px) {
  .page-experts .experts-container{
    gap: 10%;
  }
  .page-experts .experts-container .experts-item{
    width: calc((100% - 20%)  / 3);
    margin-bottom: 110px;
  }
  .page-experts .experts-container .experts-item .expert_name{
    font-size: 24px;
    color: #333333;
  }
  .page-experts .experts-container .experts-item .expert_company{
    color: #666666;
    font-size: 18px;
  }
} */





.loader img {
  width: 100px; 
  height: 100px; 
  animation: spin 2s linear infinite; 
}

@keyframes spin {
  from {
      transform: rotate(0deg); 
  }
  to {
      transform: rotate(360deg); 
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; /* é‡ç½® */
  height: 100%;
  flex-direction: column;
}

.modal-overlay .modal-container {
  overflow: hidden;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}
.video-modal-container .modal-container,
.image-modal-container .modal-container {
  border-radius: 8px;
}
.modal-overlay .modal-container .modal-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -10px;
}
.modal-overlay .modal-container .modal-content {
  padding-right: 0.8rem;
  text-align: center;
  max-height: 98vh;
  /* max-height: calc(90vh - 60px); */
  overflow: auto;
}
.modal-overlay .modal-container .modal-content img, 
.modal-overlay .modal-container .modal-content video {
  max-width: 100%;
  max-height: calc(90vh - 100px);
  display: block;
  margin: 0 auto;
}
@media (min-width:768px){
  .modal-overlay .modal-container .modal-close{
    top: -8px;
  right: 0;
  }
}
@media (min-width:992px){
  .modal-overlay .modal-container .modal-content {
    padding-right: 35px;
  }
  .modal-overlay .modal-container .modal-close{
    top: -8px;
    right: 0;
  }
}
.expert-basic-container {
  background-image: url(	https://res.variflight.com/www_carnoc/zt/subject_2025/mhcbj/images/expert/expert-basic-bg.png);
  background-repeat: repeat;
}
.expert-basic-picture{
   width: 100%;                  /* å®½åº¦100% */
  position: relative;
  padding-top: 104.9%;          /* é«˜åº¦ = å®½åº¦ * é«˜/å®½ */
  background-color: #c5c6e6;    /* å ä½èƒŒæ™¯ */
}
.expert-basic-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;           /* ä¿æŒæ¯”ä¾‹ï¼Œä¸è£å‰ª */
  max-height: auto;
}
.expert-basic-info{
  padding: 0 0.5rem 0.5rem 0.5rem;
  padding: 0 0.3rem 0.3rem 0.3rem;
  font-size: 0.32rem;
  text-align: justify;
  line-height: 1.5;
  color: #333333;
}
.expert-basic-info-text{
  max-height: 4rem;
  overflow-y: auto;
  text-align: justify;
  padding-right: 10px;
}
/* æ•´ä¸ªæ»šåŠ¨æ¡ */
.expert-basic-info-text::-webkit-scrollbar {
  width: 8px; /* æ»šåŠ¨æ¡å®½åº¦ */
  height: 8px; /* æ»šåŠ¨æ¡é«˜åº¦ */
}

/* æ»šåŠ¨æ¡è½¨é“ */
.expert-basic-info-text::-webkit-scrollbar-track {
  background: #d1d1e6; /* è½¨é“èƒŒæ™¯è‰² */
  border-radius: 10px; /* è½¨é“åœ†è§’ */
}

/* æ»šåŠ¨æ¡æ»‘å— */
.expert-basic-info-text::-webkit-scrollbar-thumb {
  background: #f1f1f1; /* æ»‘å—é¢œè‰² */
  border-radius: 10px; /* æ»‘å—åœ†è§’ */
}

/* æ»‘å—æ‚¬åœ */
.expert-basic-info-text::-webkit-scrollbar-thumb:hover {
  background: #d1d1e6; /* æ‚¬åœæ—¶çš„é¢œè‰² */
}

.img-placeholder {
  width: 100%;
  height: 300px;
}

@media (min-width: 600px){
  .expert-basic-container{
    width: 70%;
    margin: 0 auto;
  }
  .expert-basic-info{
    font-size: 0.28rem;
  }
}
@media (min-width:768px){
  .expert-basic-container{
    width: 340px;
    margin: 0 auto;
  }
  .expert-basic-info{
    font-size: 0.28rem;
    line-height: 24px;
  }
  .expert-basic-info-text{
    max-height: 170px;
    overflow-y: auto;
    text-align: justify;
    padding-right: 10px;
  }
}
@media (min-width:992px){
  .expert-basic-info{
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 992px) and (min-height: 500px) {
  .expert-basic-container{
    width: 300px;
    margin: 0 auto;
  }
  .expert-basic-info-text {
      max-height: 150px;
  }
}
@media (min-width: 992px) and (min-height: 600px) {
  .expert-basic-container{
    width: 340px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (min-height: 780px) {
  .expert-basic-container{
    width: 440px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (min-height: 1000px) {
  .expert-basic-container{
    width: 460px;
    margin: 0 auto;
  }
  .expert-basic-info-text{
    max-height: 190px;
  }
}



/* ---------------------- news page ---------------- */
.page-news .news-container{
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}
.page-news .news-container .news-list-wrap{
  gap: 0.6rem;
  flex-wrap: wrap;
}
.page-news .news-container .news-list-wrap .item-news{
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(153,153,153,0.35);
}
.page-news .news-container .news-list-wrap .item-news-content .title{
  font-size: 0.4rem;
  color: #333333;
  margin-top: 0.2rem;
  display: -webkit-box;          
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;        
  overflow: hidden;              
  text-overflow: ellipsis; 
}
.page-news .news-container .news-list-wrap .item-news-content .desc{
  margin-top: 0.2rem;
  font-size: 0.36rem;
  color: #868686;
  line-height: 1.5;
  display: -webkit-box;          
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;        
  overflow: hidden;              
  text-overflow: ellipsis;      
}
.page-news .news-container .news-list-wrap .item-news .item-news-picture{
      height: 5.56rem;
}
.page-news .news-container .news-list-wrap .item-news .item-news-picture img{
  height: 100%;
}
.page-news .news-container .news-list-wrap .item-news-content .tags{
  color: #999;
  margin-top: 0.6rem;
  font-size: 12px;
}
.page-news .news-container .news-list-wrap .item-news-content .tags .date{
  display: inline-flex;
  align-items: center;
}
.page-news .news-container .news-list-wrap .item-news-content .tags .date i{
  /* width: 0.23333rem;
  height: 0.23333rem; */
  width: 11px;
  height: 11px;
  display: inline-block;
  background-image: url(https://res.variflight.com/www_carnoc/zt/subject_2025/mhcbj/images/icon/date.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  top: -0.5px;  /* 👈 微调，让图标再往上提一点 */
}
.page-news .news-container .news-list-wrap .item-news-content .tags .date span{
  display: inline-block;
  line-height: 1;
  padding-left: 5px;
}
@media (min-width:768px){
  .page-news .news-container .news-list-wrap{
    row-gap: 30px;
    column-gap: 40px;
    flex-wrap: wrap;
  }
  .page-news .news-container .news-list-wrap .item-news{
    width: calc((100% - 40px ) / 2);
  }
  .page-news .news-container .news-list-wrap .item-news-content .title{
    font-size: 0.32rem;
  }
  .page-news .news-container .news-list-wrap .item-news .item-news-picture{
    height: 5rem;
    overflow: hidden;
  }
  .page-news .news-container .news-list-wrap .item-news .item-news-picture img{
    width: 100%;
    height: 100%;
  }
}
@media (min-width:992px){
  .page-news .news-container .news-list-wrap .item-news-content .tags .date i{
  top: -0.5px;  /* 👈 微调，让图标再往上提一点 */
  }
  .page-news .news-container .news-list-wrap{
    row-gap: 30px;
    column-gap: 20px;
    flex-wrap: wrap;
  }
  .page-news .news-container .news-list-wrap .item-news{
    width: calc((100% - 40px ) / 3);
  }
  .page-news .news-container .news-list-wrap .item-news-content .title{
    font-size: 16px;
  }
  .page-news .news-container .news-list-wrap .item-news .item-news-picture{
    height: 219px;
    overflow: hidden;
  }
  .page-news .news-container .news-list-wrap .item-news .item-news-picture img{
    width: 100%;
    height: 100%;
  }
  .page-news .news-container .news-list-wrap .item-news-content .tags .date::before{
    top: 3px;
  }
  .page-news .news-container .news-list-wrap .item-news-content .title{
    font-size: 20px;
  }
  .page-news .news-container .news-list-wrap .item-news-content .desc{
    font-size: 15px;
  }
}
@media (min-width:1200px){
  .page-news .news-container .news-list-wrap{
    row-gap: 30px;
    column-gap: 46px;
  }
  .page-news .news-container .news-list-wrap .item-news{
    width: calc((100% - 92px ) / 3);
  }
  .page-news .news-container .news-list-wrap .item-news-content .title{
    font-size: 20px;
  }
  .page-news .news-container .news-list-wrap .item-news-content .desc{
    font-size: 15px;
  }
}





.load_tips{
  text-align: center;
  padding: 0.5rem 0;
  font-size: 0.3rem;
  color: #999;
}




.tips{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  /* padding: 7px; */
  border-radius: 5px;
  font-size: 0.4rem;
  width: 5rem;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tips .tips-content{
  padding: 0.6rem 0;
  text-align: center;
  color: #333;
}
.tips .tips-footer{
  border-top: 0.01rem solid #d9d9d9;
  padding: 0.3rem 0;
  text-align: center;
  font-size: 0.38rem;
}