.banner-wrap {
  background-image: url(../images/index/index_banner.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 700px;
}
.banner-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 700px;
}

@media (max-width: 1299px) {
  .banner-content {
    overflow: hidden;
  }
}
.banner-left-section {
  flex: none;
  padding-top: 120px;
}
/* ===== 首页 banner 文字图片动画效果 ===== */
.banner-left-section .title-img {
  position: relative;
  width: 413px;
}

.banner-left-section .title-img img.title-img-base,
.banner-left-section .title-img img.title-img-mask {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.banner-left-section .title-img img.title-img-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  animation: maskReveal 1.5s ease-out forwards;
}

@keyframes maskReveal {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 30% 100%);
  }
}
.banner-left-section .title-hr-img {
  width: 81px;
}
.banner-left-section .title-hr-img img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.banner-right-section {
  flex: none;
   width: 768px;
    height: 701px;
    position: relative;
}
.banner-right-section img {
  width: 468px;
  height: 701px;
}
 #particles-js{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
.banner-bottom-hr {
  position: absolute;
  bottom: 0;
  height: 72px;
  left: -46px;
  right: -46px;
}
.three-info-wrap {
  position: relative;
  margin-top: -146px;
  display: flex;
  justify-content: space-between;
}
.three-info-item {
  flex: none;
  width: 360px;
}
.three-info-icon {
  display: block;
  width: 238px;
  height: 151px;
  margin: 0 auto;
}
.three-info-title-system {
  display: block;
  width: auto;
  height: 50px;
  margin: 0 auto;
  margin-top: 64px;
}
.three-info-title-amstar2 {
  display: block;
  width: auto;
  height: 50px;
  margin: 0 auto;
  margin-top: 64px;
}
.three-info-title-aiscoring {
  display: block;
  width: auto;
  height: 50px;
  margin: 0 auto;
  margin-top: 64px;
}
.three-info-text {
  height: 340px;
  margin-top: 38px;
  font-size: 18px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #333333;
  line-height: 25px;
}
.three-info-more-btn {
  display: block;
  width: 197px;
  height: 46px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}

/* 英语版本 */
body.lang-en .three-info-more-btn {
  background-image: url(../images/index/index_learn_more_en.png);
}
body.lang-en .three-info-more-btn:hover {
  background-image: url(../images/index/index_learn_more_en_active.png);
}

/* 法语版本 */
body.lang-fr .three-info-more-btn {
  background-image: url(../images/index/index_learn_more_fr.png);
}
body.lang-fr .three-info-more-btn:hover {
  background-image: url(../images/index/index_learn_more_fr_active.png);
}

/* 简体中文版本 */
body.lang-zh-CN .three-info-more-btn {
  background-image: url(../images/index/index_learn_more_zh_CN.png);
}
body.lang-zh-CN .three-info-more-btn:hover {
  background-image: url(../images/index/index_learn_more_zh_CN_active.png);
}

/* 繁体中文版本 */
body.lang-zh-TW .three-info-more-btn {
  background-image: url(../images/index/index_learn_more_zh_TW.png);
}
body.lang-zh-TW .three-info-more-btn:hover {
  background-image: url(../images/index/index_learn_more_zh_TW_active.png);
}
.three-info-hr {
  position: relative;
  margin-top: 63px;
  height: 24px;
}
.three-info-hr img {
  position: absolute;
  top: 0;
  height: 24px;
  left: 9px;
  right: 9px;
}
.login-wrap {
  margin-top: 80px;
  padding: 22px 40px 40px;
  box-sizing: border-box;
  background-image: url(../images/index/index_login_card_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.login-wrap-title {
  display: block;
  height: 56px;
  width: auto;
}
.login-wrap-content {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
}
.login-video {
  flex: none;
  width: 652px;
  height: 390px;
  border-radius: 8px;
  overflow: hidden;
}
.login-video-plugin {
  width: 100%;
  height: 100%;
}
.login-card {
  flex: none;
  width: 400px;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 32px 40px 32px;
  box-sizing: border-box;
}
.login-card-title {
  font-size: 36px;
  font-family:
    PingFang SC,
    PingFang SC-Semibold;
  font-weight: Semibold;
  text-align: left;
  color: #ffffff;
  line-height: 50px;
  font-weight: bold;
}
.login-card-form {
  margin-top: 20px;
}
.login-card-input {
  margin-bottom: 16px;
}
.login-card-form .login-card-input:last-child {
  margin-bottom: 0;
}
.login-card-input-label {
  font-size: 14px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
}
.login-card-input-plugin {
  margin-top: 8px;
}
.login-card-other-opt {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.other-opt-btn {
  font-size: 14px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
  margin-right: 32px;
  cursor: pointer;
}
.login-card-other-opt .other-opt-btn:last-child {
  margin-right: 0;
}
.login-card-btn {
  margin-top: 20px;
  width: 149px;
  height: 46px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 英语版本 */
body.lang-en .login-card-btn {
  background-image: url(../images/index/index_login_card_btn_en.png);
}
body.lang-en .login-card-btn:hover {
  background-image: url(../images/index/index_login_card_btn_en_active.png);
}

/* 法语版本 */
body.lang-fr .login-card-btn {
  background-image: url(../images/index/index_login_card_btn_fr.png);
}
body.lang-fr .login-card-btn:hover {
  background-image: url(../images/index/index_login_card_btn_fr_active.png);
}

/* 简体中文版本 */
body.lang-zh-CN .login-card-btn {
  background-image: url(../images/index/index_login_card_btn_zh_CN.png);
}
body.lang-zh-CN .login-card-btn:hover {
  background-image: url(../images/index/index_login_card_btn_zh_CN_active.png);
}

/* 繁体中文版本 */
body.lang-zh-TW .login-card-btn {
  background-image: url(../images/index/index_login_card_btn_zh_TW.png);
}
body.lang-zh-TW .login-card-btn:hover {
  background-image: url(../images/index/index_login_card_btn_zh_TW_active.png);
}
.aiscore-intro-wrap {
  margin-top: 100px;
  padding-top: 45.833%;
  background-image: url(../images/index/index_aiscoreing_card_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.aiscore-intro-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aiscore-intro-title {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto;
}
.aiscore-intro-nav-item {
  position: absolute;
  z-index: 6;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  transform-origin: center center; /* 等价于 50% 50%，简写为 center */
  /* 只保留transform的过渡效果，用于hover放大 */
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* 导航hover放大效果 */
.aiscore-intro-nav-item:hover {
  transform: scale(1.2);
}
.aiscore-intro-nav-item.subactive {
  transform: scale(2.5);
}
.aiscore-intro-nav-item.subactive:hover {
  transform: scale(2.7);
}
.aiscore-intro-nav-item.active {
  transform: scale(3);
}
.aiscore-intro-nav-item[data-index="0"] {
  top: 33.3%;
  left: 20.625%;
  background-image: url(../images/index/index_ai_intro_nav_0.png);
}
.aiscore-intro-nav-item.subactive[data-index="0"] {
  background-image: url(../images/index/index_ai_intro_nav_0_subactive.png);
}
.aiscore-intro-nav-item.active[data-index="0"] {
  background-image: url(../images/index/index_ai_intro_nav_0_active.png);
}
.aiscore-intro-nav-item[data-index="1"] {
  top: 23.5%;
  left: 35.489%;
  background-image: url(../images/index/index_ai_intro_nav_1.png);
}
.aiscore-intro-nav-item.subactive[data-index="1"] {
  background-image: url(../images/index/index_ai_intro_nav_1_subactive.png);
}
.aiscore-intro-nav-item.active[data-index="1"] {
  background-image: url(../images/index/index_ai_intro_nav_1_active.png);
}
.aiscore-intro-nav-item[data-index="2"] {
  top: 21%;
  left: 50.125%;
  background-image: url(../images/index/index_ai_intro_nav_2.png);
}
.aiscore-intro-nav-item.subactive[data-index="2"] {
  background-image: url(../images/index/index_ai_intro_nav_2_subactive.png);
}
.aiscore-intro-nav-item.active[data-index="2"] {
  background-image: url(../images/index/index_ai_intro_nav_2_active.png);
}
.aiscore-intro-nav-item[data-index="3"] {
  top: 24.093%;
  left: 62.291%;
  background-image: url(../images/index/index_ai_intro_nav_3.png);
}
.aiscore-intro-nav-item.subactive[data-index="3"] {
  background-image: url(../images/index/index_ai_intro_nav_3_subactive.png);
}
.aiscore-intro-nav-item.active[data-index="3"] {
  background-image: url(../images/index/index_ai_intro_nav_3_active.png);
}
.aiscore-intro-nav-item[data-index="4"] {
  top: 32%;
  left: 75.375%;
  background-image: url(../images/index/index_ai_intro_nav_4.png);
}
.aiscore-intro-nav-item.subactive[data-index="4"] {
  background-image: url(../images/index/index_ai_intro_nav_4_subactive.png);
}
.aiscore-intro-nav-item.active[data-index="4"] {
  background-image: url(../images/index/index_ai_intro_nav_4_active.png);
}
.aiscore-intro-nav-item.active::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -12px;
  width: 64px;
  height: 80px;
  background-image: url(../images/index/index_ai_intro_nav_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform-origin: center center; /* 等价于 50% 50%，简写为 center */
  /* 添加持续旋转动画 */
  animation: rotateNavBg 3s linear infinite;
}
/* 导航背景旋转动画 */
@keyframes rotateNavBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.aiscore-intro-item {
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* 使用 will-change 提示浏览器优化 */
  will-change: top, left, right, padding-top, transform;
  /* 添加位置和尺寸的平滑过渡 */
  transition:
    top 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    left 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    right 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    padding-top 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    z-index 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  /* 设置缩放中心点 */
  transform-origin: center center;

  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  padding: 24px 40px 16px;
  box-sizing: border-box;
  
}

.aiscore-intro-item[data-index="4"] {
     z-index: 1;
    top: 34.764%;
    left: 34.53%;
    right: 34.53%;
}
.aiscore-intro-item[data-index="3"] {
  z-index: 2;
     top: 42.56%;
  left: 30.44%;
  right: 30.44%;
}
.aiscore-intro-item[data-index="2"] {
  z-index: 3;
    top: 50.56%;
  left: 28.44%;
  right: 28.44%;
}
.aiscore-intro-item[data-index="1"] {
  z-index: 4;
    top: 58.78%;
  left: 26%;
  right: 26%;
  border: 4px solid #00c7bf;
}
.aiscore-intro-item[data-index="0"] {
  z-index: 5;
  top: 68.78%;
  left: 20.29%;
  right: 20.29%;
  background-image: url(../images/index/ai_score_intro_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.aiscore-intro-item[data-index="0"] .item-index{
  background-image: url(../images/index/ai_score_intro_index_bg_active.png);
  color: #fff;
}
.aiscore-intro-item[data-index="0"] .item-title{
  color: #ffffff;
}
.aiscore-intro-item[data-index="0"] .item-hr{
  color: #ffffff;
}

.aiscore-intro-item[data-index="0"] .item-desc{
  color: #ffffff;
}

/* 卡片hover放大效果 */
.aiscore-intro-item:hover {
  transform: scale(1.05);
}

.aiscore-intro-item[data-index="1"] .item-index{
  width: 73px;
  height: 36px;
  line-height: 36px;
  font-size: 22px;
  padding-left: 27px;
}
.aiscore-intro-item[data-index="1"] .item-title{
 font-size: 22px;
 line-height: 30px;
 padding-left: 42px;
}
.aiscore-intro-item[data-index="1"] .item-desc{
 font-size: 20px;
}

.aiscore-intro-item[data-index="2"] .item-index{
  width: 65px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  padding-left: 24px;
}
.aiscore-intro-item[data-index="2"] .item-title{
 font-size: 18px;
 line-height: 25px;
 padding-left: 32px;
}
.aiscore-intro-item[data-index="2"] .item-desc{
 font-size: 16px;
}
.aiscore-intro-item[data-index="3"] .item-index{
  width: 57px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  padding-left: 24px;
}
.aiscore-intro-item[data-index="3"] .item-title{
 font-size: 16px;
 line-height: 22px;
 padding-left: 24px;
}
.aiscore-intro-item[data-index="3"] .item-desc{
 font-size: 14px;
}
.aiscore-intro-item[data-index="4"] .item-index{
  width: 57px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  padding-left: 24px;
}
.aiscore-intro-item[data-index="4"] .item-title{
 font-size: 14px;
 line-height: 20px;
 padding-left: 26px;
}
.aiscore-intro-item[data-index="4"] .item-desc{
 font-size: 12px;
}




.aiscore-intro-item .item-index{
  position: absolute;
  left: 0;
  right: 24px;
  width: 97px;
  height: 48px;
  line-height: 48px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: bold;
  text-align: left;
  color: #333333;
  padding-left: 40px;
  box-sizing: border-box;
  background-image: url(../images/index/ai_score_intro_index_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.aiscore-intro-item .item-title{
  padding-left: 65px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: bold;
  text-align: left;
  color: #333333;
  line-height: 40px;
}
.aiscore-intro-item .item-hr{
  height: 1px;
  background-color: #e0e0e0;
  margin: 24px 0;
}
.aiscore-intro-item .item-desc{
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #333333;
  line-height: 28px;
}


.news-wrap {
  background-image: url(../images/index/index_news_wrap_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.new-wrap-content {
  padding: 100px 0;
}
.news-wrap-header {
  display: flex;
  align-items: center;
}

.news-tab-buttons {
  display: flex;
  align-items: center;
}

.news-wrap-header .header-icon {
  flex: none;
  width: auto;
  height: 80px;
  margin-right: 58px;
}
.news-tab-btn1 {
  flex: none;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  margin-right: 21px;
}
.news-tab-btn2 {
  flex: none;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
}

/* 英语版本 */
body.lang-en .news-tab-btn1 {
  width: 148px;
  background-image: url(../images/index/index_news_tab_trends_en.png);
}
body.lang-en .news-tab-btn1.active {
  width: 148px;
  background-image: url(../images/index/index_news_tab_trends_en_active.png);
}
body.lang-en .news-tab-btn2 {
  width: 98px;
  background-image: url(../images/index/index_news_tab_recruit_en.png);
}
body.lang-en .news-tab-btn2.active {
  width: 98px;
  background-image: url(../images/index/index_news_tab_recruit_en_active.png);
}

/* 法语版本 */
body.lang-fr .news-tab-btn1 {
  width: 254px;
  background-image: url(../images/index/index_news_tab_trends_fr.png);
}
body.lang-fr .news-tab-btn1.active {
  width: 254px;
  background-image: url(../images/index/index_news_tab_trends_fr_active.png);
}
body.lang-fr .news-tab-btn2 {
  width: 110px;
  background-image: url(../images/index/index_news_tab_recruit_fr.png);
}
body.lang-fr .news-tab-btn2.active {
  width: 110px;
  background-image: url(../images/index/index_news_tab_recruit_fr_active.png);
}

/* 简体中文版本 */
body.lang-zh-CN .news-tab-btn1 {
  width: 120px;
  background-image: url(../images/index/index_news_tab_trends_zh_CN.png);
}
body.lang-zh-CN .news-tab-btn1.active {
  width: 120px;
  background-image: url(../images/index/index_news_tab_trends_zh_CN_active.png);
}
body.lang-zh-CN .news-tab-btn2 {
  width: 84px;
  background-image: url(../images/index/index_news_tab_recruit_zh_CN.png);
}
body.lang-zh-CN .news-tab-btn2.active {
  width: 84px;
  background-image: url(../images/index/index_news_tab_recruit_zh_CN_active.png);
}

/* 繁体中文版本 */
body.lang-zh-TW .news-tab-btn1 {
  width: 120px;
  background-image: url(../images/index/index_news_tab_trends_zh_TW.png);
}
body.lang-zh-TW .news-tab-btn1.active {
  width: 120px;
  background-image: url(../images/index/index_news_tab_trends_zh_TW_active.png);
}
body.lang-zh-TW .news-tab-btn2 {
  width: 84px;
  background-image: url(../images/index/index_news_tab_recruit_zh_TW.png);
}
body.lang-zh-TW .news-tab-btn2.active {
  width: 84px;
  background-image: url(../images/index/index_news_tab_recruit_zh_TW_active.png);
}
.news-wrap-content {
  margin-top: 36px;
  background-image: url(../images//index/news_list_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 828px;
  padding: 48px 32px 24px;
}
.news-item {
  display: flex;
  cursor: pointer;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.6);
}
.news-list .news-item:last-child {
  margin-bottom: 0;
}
.news-post {
  flex: none;
  width: 374px;
  height: 184px;
  margin-right: 32px;
}
.news-content {
  flex: auto;
  overflow: hidden;
}
.news-title {
  height: 80px;
  font-size: 28px;
  font-family:
    PingFang SC,
    PingFang SC-Semibold;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  line-height: 40px;
}
.news-date {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.news-date-icon {
  width: 20px;
  height: 19px;
  opacity: 0.6;
}
.news-date-label {
  opacity: 0.72;
  font-size: 18px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #ffffff;
  line-height: 25px;
  margin-left: 12px;
}
.news-desc {
  margin-top: 9px;
  display: flex;
  align-items: center;
}
.news-desc-label {
  flex: auto;
  opacity: 0.72;
  font-size: 18px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #ffffff;
  line-height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}
.news-more-btn {
  flex: none;
  background-image: url(../images/index/news_more_arrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 56px;
  height: 32px;
}
.news-item:hover .news-title {
  color: #00c7bf;
}
.news-item:hover .news-desc-label {
  border-color: rgba(0, 199, 191, 1);
}
.news-item:hover .news-more-btn {
  background-image: url(../images/index/news_more_arrow_hover.png);
}
.news-wrap-footer {
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.2);
  padding: 11px 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news-wrap-more {
  width: 197px;
  height: 46px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 英语版本 */
body.lang-en .news-wrap-more {
  background-image: url(../images/index/learn_more_en_white.png);
}
body.lang-en .news-wrap-more:hover {
  background-image: url(../images/index/index_learn_more_en_active.png);
}

/* 法语版本 */
body.lang-fr .news-wrap-more {
  background-image: url(../images/index/learn_more_fr_white.png);
}
body.lang-fr .news-wrap-more:hover {
  background-image: url(../images/index/index_learn_more_fr_active.png);
}

/* 简体中文版本 */
body.lang-zh-CN .news-wrap-more {
  background-image: url(../images/index/learn_more_zh_CN_white.png);
}
body.lang-zh-CN .news-wrap-more:hover {
  background-image: url(../images/index/index_learn_more_zh_CN_active.png);
}

/* 繁体中文版本 */
body.lang-zh-TW .news-wrap-more {
  background-image: url(../images/index/learn_more_zh_TW_white.png);
}
body.lang-zh-TW .news-wrap-more:hover {
  background-image: url(../images/index/index_learn_more_zh_TW_active.png);
}
.news-pages {
  display: flex;
  align-items: center;
}
.news-page-icon {
  margin-left: 8px;
  width: 14px;
  height: 4px;
  opacity: 0.41;
  background: #ffffff;
  cursor: pointer;
}
.news-page-icon.active {
  width: 30px;
  opacity: 1;
}
.news-list-inner {
  min-height: 1px;
}
.news-fade-enter-active,
.news-fade-leave-active {
  transition: opacity 0.35s ease;
}
.news-fade-enter,
.news-fade-leave-to {
  opacity: 0;
}
.goals-wrap {
  padding-top: 100px;
  position: relative;
}
.goals-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 518px;
  height: 872px;
  background-image: url(../images/index/goals_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.goals-wrap-header {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto;
}
.goals-intro-list {
  position: relative;
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
}
.goals-intro-item {
  flex: none;
  width: 580px;
  height: 368px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 228px 56px 0;
  box-sizing: border-box;
  font-size: 18px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #ffffff;
  line-height: 25px;
}
.goals-intro-list .goals-intro-item:first-child {
  background-image: url(../images/index/goals_card1_bg.png);
}
.goals-intro-list .goals-intro-item:last-child {
  background-image: url(../images/index/goals_card2_bg.png);
}
.goals-data-list {
  margin-top: 80px;
  display: flex;
  align-items: flex-end;
  background: #00c7bf;
  padding: 81px 0 80px;
}
.goals-data-item {
  flex: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.goals-data-icon {
  width: 76px;
  height: 117px;
}
.goals-data-num {
  font-size: 48px;
  font-family:
    PingFang SC,
    PingFang SC-Semibold;
  font-weight: Semibold;
  text-align: left;
  color: #fff;
  line-height: 67px;
}
.goals-data-label {
  margin-top: 12px;
  font-size: 28px;
  font-family:
    PingFang SC,
    PingFang SC-Semibold;
  font-weight: Semibold;
  text-align: left;
  color: #fff;
  line-height: 40px;
}
.goals-data-hr {
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2px;
}
.goals-wrap-bottom-post {
  margin-top: 80px;
  display: block;
  width: 100%;
  height: auto;
}
.goals-wrap-bottom-desc {
  margin-top: 12px;
  font-size: 14px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
}
.goals-wrap-hr {
  margin-top: -387px;
  height: 487px;
  background: #003450;
}
.publication-wrap {
  background-image: url(../images/index/public_wrap_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 156px;
  padding-bottom: 167px;
}
.publication-wrap-title {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto;
}
.publication-wrap-content {
  margin-top: 72px;
  display: flex;
}
.publication-catalogue {
  flex: none;
  position: relative;
  padding-left: 12px;
  width: 170px;
}
.publication-catalogue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 304px;
  opacity: 0.24;
  background: #ffffff;
  border-radius: 20px;
}
.publication-catalogue-item {
  cursor: pointer;
  width: 69px;
  height: 46px;
  margin-bottom: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.publication-catalogue-item.active {
  width: 158px;
  height: 56px;
}
.publication-catalogue-item.item0 {
  background-image: url(../images/index/public_idx1.png);
}
.publication-catalogue-item.item0.active {
  background-image: url(../images/index/public_idx1_active.png);
}
.publication-catalogue-item.item1 {
  background-image: url(../images/index/public_idx2.png);
}
.publication-catalogue-item.item1.active {
  background-image: url(../images/index/public_idx2_active.png);
}
.publication-catalogue-item.item2 {
  background-image: url(../images/index/public_idx3.png);
}
.publication-catalogue-item.item2.active {
  background-image: url(../images/index/public_idx3_active.png);
}
.publication-catalogue-item.item3 {
  background-image: url(../images/index/public_idx4.png);
}
.publication-catalogue-item.item3.active {
  background-image: url(../images/index/public_idx4_active.png);
}
.publication-catalogue-item.item4 {
  background-image: url(../images/index/public_idx5.png);
}
.publication-catalogue-item.item4.active {
  background-image: url(../images/index/public_idx5_active.png);
}
.publication-list {
  margin-left: 30px;
  flex: auto;
  text-align: center;
}
.publication-item {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  will-change: opacity;
  transition: opacity 0.5s ease-in-out;
  box-sizing: border-box;
  padding: 24px;
}
.publication-item-top-box{
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 20px 24px;
}
.publication-item-top-box .top-box-row-one{
font-size: 16px;
font-family: PingFang SC, PingFang SC-Regular;
font-weight: Regular;
text-align: left;
color: #666666;
line-height: 22px;
}
.publication-item-top-box .top-box-row-hr{
  height: 1px;
  background-color: #e0e0e0;
  margin: 20px 0;
}
.publication-item-top-box .top-box-row-two{
  display: flex;
  overflow: hidden;
}
.publication-item-top-box .top-box-row-two img{
  flex: none;
  width: 32px;
  height: 25px;
  margin-right: 24px;
}
.publication-item-top-box .top-box-row-two span{
  flex: auto;
  overflow: hidden;
  font-size: 18px;
font-family: PingFang SC, PingFang SC-Semibold;
font-weight: bold;
text-align: left;
color: #333333;
line-height: 25px;
height: 50px;
}
.publication-item-middle-box{
  margin-top: 20px;
  border-left: 4px solid #004b72;
  background-color: rgba(0,199,191,0.12);
  padding: 20px 24px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #333333;
}
.publication-item-middle-box-text{
  line-height: 22px;
  height: 44px;
}
.publication-item-bottom-box{
  margin-top: 24px;
  display: flex;
}
.public-item-down{
  flex: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  /* 去掉默认蓝色，改成继承父元素颜色 */
  color: inherit;
  /* 可选：去掉点击时的高亮背景（移动端） */
  -webkit-tap-highlight-color: transparent;
}
.public-item-down span{
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: Regular;
  text-decoration: underline;
  text-align: left;
  color: #004b72;
  line-height: 22px;
  margin-right: 15px;
}
.public-item-down img{
  width: 22px;
height: 22px;
border: 1px solid #ff0000;
}

.publication-item.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.publication-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.publication-list .publication-item:nth-child(5n + 1)::after{
   width: 0%;
  height: 0%;
}

.publication-list .publication-item:nth-child(5n + 1) {
  z-index: 5;
}
.publication-list .publication-item:nth-child(5n + 2) {
  margin-top: -30%;
  width: 92.8%;
  z-index: 4;
}
.publication-list .publication-item:nth-child(5n + 3) {
  margin-top: -30%;
  width: 85.6%;
  z-index: 3;
}
.publication-list .publication-item:nth-child(5n + 4) {
  margin-top: -30%;
  width: 78.4%;
  z-index: 2;
}
.publication-list .publication-item:nth-child(5n + 5) {
  margin-top: -30%;
  width: 71.2%;
  z-index: 1;
}
.publication-list .publication-item:nth-child(5n + 2)::after {
  background: rgba(0, 52, 80, 0.2);
}
.publication-list .publication-item:nth-child(5n + 3)::after {
  background: rgba(0, 52, 80, 0.4);
}
.publication-list .publication-item:nth-child(5n + 4)::after {
  background: rgba(0, 52, 80, 0.6);
}
.publication-list .publication-item:nth-child(5n + 5)::after {
  background: rgba(0, 52, 80, 0.8);
}
.system-intro-wrap {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
.system-intro-item {
  flex: none;
  width: 580px;
  height: 510px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 72px 88px;
  box-sizing: border-box;
}
.system-intro-wrap .system-intro-item:first-child {
  background-image: url(../images/index/func_card1.png);
}
.system-intro-wrap .system-intro-item:last-child {
  background-image: url(../images/index/func_card2.png);
}
.intro-text {
  font-size: 28px;
  font-family:
    PingFang SC,
    PingFang SC-Semibold;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  line-height: 40px;
}

/* 法语版本字体调整 */
body.lang-fr .intro-text {
  font-size: 20px;
}
.system-tyr-btn {
  display: block;
  width: 197px;
  height: 46px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 英语版本 */
body.lang-en .system-tyr-btn {
  background-image: url(../images/index/try_btn_en.png);
}
body.lang-en .system-tyr-btn:hover {
  background-image: url(../images/index/try_btn_en_active.png);
}

/* 法语版本 */
body.lang-fr .system-tyr-btn {
  background-image: url(../images/index/try_btn_fr.png);
}
body.lang-fr .system-tyr-btn:hover {
  background-image: url(../images/index/try_btn_fr_active.png);
}

/* 简体中文版本 */
body.lang-zh-CN .system-tyr-btn {
  background-image: url(../images/index/try_btn_zh_CN.png);
}
body.lang-zh-CN .system-tyr-btn:hover {
  background-image: url(../images/index/try_btn_zh_CN_active.png);
}

/* 繁体中文版本 */
body.lang-zh-TW .system-tyr-btn {
  background-image: url(../images/index/try_btn_zh_TW.png);
}
body.lang-zh-TW .system-tyr-btn:hover {
  background-image: url(../images/index/try_btn_zh_TW_active.png);
}
.ques-wrap {
  background: #f5f5f5;
  padding: 100px 0;
}
.ques-list {
  display: flex;
  justify-content: space-between;
}
.ques-item {
  flex: none;
  width: 373px;
  padding: 24px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
}
.ques-post {
  display: block;
  width: 100%;
  height: auto;
}
.ques-text {
  margin-top: 20px;
  font-size: 28px;
  font-family:
    PingFang SC,
    PingFang SC-Semibold;
  font-weight: bold;
  text-align: left;
  color: #333333;
  line-height: 40px;
}
.ques-hr {
  height: 2px;
  background-color: #00c7bf;
  margin: 19px 0;
}
.ques-answer {
  font-size: 18px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #333333;
  line-height: 25px;
}
.ques-bottom-post {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.ques-bottom-desc {
  margin-top: 12px;
  font-size: 14px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #999999;
  line-height: 20px;
}
.author-intro-wrap {
  padding: 110px 0 50px;
}
.author-intro-title {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto;
}
.author-intro-content {
  margin-top: 72px;
  background-image: url(../images/index/author_card_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 32px;
  box-sizing: border-box;
}
.author-intro-top {
  display: flex;
  align-items: center;
}
.author-post {
  flex: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 20px;
}
.author-info {
  flex: auto;
}
.author-name {
  font-size: 28px;
  font-family:
    PingFang SC,
    PingFang SC-Semibold;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  line-height: 40px;
}
.author-info-more {
  margin-top: 12px;
}
.author-info-more {
  font-size: 18px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #ffffff;
  line-height: 25px;
}
.author-intro-bottom {
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #ffffff;
  line-height: 25px;
}
.partner-wrap {
  padding: 50px 0 100px;
}
.partner-wrap-title {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto;
}
.partner-list {
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  box-sizing: border-box;
  margin-top: 72px;
}
.partner-item {
  flex: none;
  width: 254px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.partner-item .post1 {
  width: 100%;
  height: 100%;
}
.partner-item .post2 {
  width: 156px;
  height: 94px;
}
.partner-item .post3 {
  width: 193px;
  height: 68px;
}
.partner-item .post4 {
  width: 151px;
  height: 73px;
}

/* Privacy 弹窗样式 */
.el-dialog__header {
  padding: 20px 40px 15px;
  border-bottom: 1px solid #e0e0e0;
}

/* 登录弹窗取消底部边框 */
.login-dialog .el-dialog__header {
  border-bottom: none;
}
.el-dialog__title {
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: bold;
  text-align: left;
  color: #333333;
  line-height: 33px;
}
.el-dialog__body {
  padding: 40px;
  max-height: 500px;
  overflow-y: auto;
}

.privacy-title {
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: bold;
  text-align: left;
  color: #333333;
  line-height: 40px;
  margin-bottom: 16px;
}
.privacy-text {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: normal;
  text-align: left;
  color: #333333;
  line-height: 25px;
  margin-bottom: 40px;
}
.privacy-text a {
  color: #003063;
  text-decoration: underline;
}
.privacy-text a:hover {
  color: #f00;
}

/* ========== 移动端适配 ========== */

/* 页面宽度小于1300px时隐藏溢出 */
@media (max-width: 1299px) {
  .banner-content {
    overflow: hidden;
  }
}

/* 移动端适配 (小于1200px) */
@media (max-width: 1199px) {
  .banner-wrap {
    background-size: cover;
    background-position: center center;
    height: 420px;
  }

  .banner-left-section {
    padding-top: 32px;
    padding-left: 5vw;
  }

  .banner-left-section .title-img {
    width: 90vw;
  }

  .banner-right-section {
    display: none;
   
  }

 

  .banner-bottom-hr {
    display: none;
  }

  .three-info-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .three-info-item {
    width: 100%;
    margin-bottom: 0;
    padding: 32px 16px 0;
    box-sizing: border-box;
  }

  .three-info-icon {
    width: 119px;
    height: 75.5px;
  }

  .three-info-title-system,
  .three-info-title-amstar2,
  .three-info-title-aiscoring {
    height: 36px;
    margin-top: 24px;
  }

  .three-info-text {
    height: auto;
    font-size: 14px;
    margin-top: 24px;
  }

  .three-info-more-btn {
    width: 98.5px;
    height: 23px;
    margin-top: 24px;
  }

  .three-info-hr {
    display: none;
  }

  .login-wrap-title {
    width: 100%;
    height: auto;
  }

  .login-wrap {
    margin-top: 32px;
    padding: 22px 16px 40px;
  }

  .login-wrap-content {
    flex-direction: column;
  }

  .login-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 1px solid #e0e0e0;
  }

  .login-card {
    width: 100%;
    margin-top: 20px;
    padding: 24px;
  }

  .login-card-title {
    font-size: 24px;
    line-height: 1.5;
  }

  .login-card-btn {
    width: 99px;
    height: 31px;
  }

  /* AI Score 介绍区域移动端适配 */
  .aiscore-intro-wrap {
    margin-top: 0;
    padding-top: 0;
    background-size: cover;
    background-position: center;
  }

  .aiscore-intro-title {
    height: 36px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .aiscore-intro-nav-item {
    display: none;
  }

  .aiscore-intro-item {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 90%;
    margin: 6px auto;
    transform: none !important;
    padding: 24px;
  }

  .aiscore-intro-item .item-index {
    width: 48.5px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding-left: 12px;
  }

  .aiscore-intro-item .item-title {
    padding-left: 36px;
    font-size: 16px;
    line-height: 22px;
  }

  .aiscore-intro-item .item-hr {
    margin: 12px 0;
  }

  .aiscore-intro-item .item-desc {
    font-size: 14px;
    line-height: 20px;
  }

  /* 为所有 data-index 的卡片统一移动端样式 */
  .aiscore-intro-item[data-index="1"] .item-index,
  .aiscore-intro-item[data-index="2"] .item-index,
  .aiscore-intro-item[data-index="3"] .item-index,
  .aiscore-intro-item[data-index="4"] .item-index {
    width: 48.5px !important;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 14px !important;
    padding-left: 12px !important;
  }

  .aiscore-intro-item[data-index="1"] .item-title,
  .aiscore-intro-item[data-index="2"] .item-title,
  .aiscore-intro-item[data-index="3"] .item-title,
  .aiscore-intro-item[data-index="4"] .item-title {
    padding-left: 36px !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .aiscore-intro-item[data-index="1"] .item-desc,
  .aiscore-intro-item[data-index="2"] .item-desc,
  .aiscore-intro-item[data-index="3"] .item-desc,
  .aiscore-intro-item[data-index="4"] .item-desc {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .aiscore-intro-item[data-index="0"],
  .aiscore-intro-item[data-index="1"],
  .aiscore-intro-item[data-index="2"],
  .aiscore-intro-item[data-index="3"],
  .aiscore-intro-item[data-index="4"] {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    right: auto;
  }

  .aiscore-intro-content {
    position: relative;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* News 区域移动端适配 */
  .new-wrap-content {
    padding: 32px 16px 0;
    box-sizing: border-box;
  }

  .news-wrap-header {
    flex-direction: column;
    align-items: center;
  }

  .news-wrap-header .header-icon {
    height: 32px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .news-tab-buttons {
    justify-content: center;
  }

  .news-tab-btn1 {
    height: 28px;
    margin-right: 21px;
  }

  .news-tab-btn2 {
    height: 28px;
  }

  /* 移动端按钮宽度调整 */
  body.lang-en .news-tab-btn1,
  body.lang-en .news-tab-btn1.active {
    width: 110px !important;
    background-size: contain !important;
  }

  body.lang-en .news-tab-btn2,
  body.lang-en .news-tab-btn2.active {
    width: 75px !important;
    background-size: contain !important;
  }

  body.lang-fr .news-tab-btn1,
  body.lang-fr .news-tab-btn1.active {
    width: 180px !important;
    background-size: contain !important;
  }

  body.lang-fr .news-tab-btn2,
  body.lang-fr .news-tab-btn2.active {
    width: 85px !important;
    background-size: contain !important;
  }

  body.lang-zh-CN .news-tab-btn1,
  body.lang-zh-CN .news-tab-btn1.active {
    width: 90px !important;
    background-size: contain !important;
  }

  body.lang-zh-CN .news-tab-btn2,
  body.lang-zh-CN .news-tab-btn2.active {
    width: 65px !important;
    background-size: contain !important;
  }

  body.lang-zh-TW .news-tab-btn1,
  body.lang-zh-TW .news-tab-btn1.active {
    width: 90px !important;
    background-size: contain !important;
  }

  body.lang-zh-TW .news-tab-btn2,
  body.lang-zh-TW .news-tab-btn2.active {
    width: 65px !important;
    background-size: contain !important;
  }

  .news-wrap-content {
    margin-top: 0;
    padding: 24px 16px;
    min-height: auto;
    background: none;
  }

  .news-item {
    flex-direction: column;
  }

  .news-post {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .news-title {
    height: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .news-date {
    margin-top: 4px;
  }

  .news-date-label {
    font-size: 14px;
  }

  .news-desc-label {
    font-size: 14px;
    line-height: 24px;
  }

  .news-more-btn {
    width: 40px;
    height: 24px;
  }

  .news-wrap-more {
    width: 150px;
    height: auto;
    aspect-ratio: 197 / 46;
  }

  .news-wrap-footer {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  /* Goals 区域移动端适配 */
  .goals-wrap {
    padding: 32px 16px 0;
    box-sizing: border-box;
  }

  .goals-wrap-header {
    height: 36px;
  }

  .goals-intro-list {
    margin-top: 24px;
    flex-direction: column;
    align-items: center;
  }

  .goals-intro-item {
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
    padding: 26px 35px 0 84px;
    font-size: 16px;
  }

  .goals-wrap::before {
    display: none;
  }

  .goals-data-list {
    margin-top: 12px;
    padding: 0;
    flex-direction: column;
  }

  .goals-data-item {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .goals-data-item:last-child {
    border-bottom: none;
  }

  .goals-data-hr {
    display: none;
  }

  .goals-wrap-bottom-post {
    margin-top: 24px;
  }

  .goals-data-num {
    font-size: 32px;
  }

  .goals-data-label {
    font-size: 24px;
  }

  .goals-wrap-hr {
    height: 410px;
  }

  /* Publication 区域移动端适配 */
  .publication-wrap {
    padding-top: 32px;
    padding-bottom: 16px;
  }

  .publication-wrap-title {
    height: 36px;
  }

  .publication-wrap-content {
    margin-top: 24px;
    flex-direction: column;
  }

  .publication-catalogue {
    display: none;
  }

  .publication-list {
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    box-sizing: border-box;
  }

  /* System Intro 区域移动端适配 */
  .system-intro-wrap {
    padding: 20px 16px 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
  }

  .system-intro-item {
    width: 100%;
    height: 316px;
    margin-bottom: 20px;
    padding: 24px 59px;
  }

  .intro-text {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  /* 移动端法语版本也要使用16px */
  body.lang-fr .intro-text {
    font-size: 16px !important;
  }

  .system-tyr-btn {
    width: 131px !important;
    height: 31px !important;
    background-size: contain !important;
  }

  /* Ques 区域移动端适配 */
  .ques-wrap {
    padding: 32px 16px;
  }

  .ques-list {
    flex-direction: column;
  }

  .ques-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .ques-text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .ques-hr {
    margin: 12px 0;
  }

  .ques-answer {
    font-size: 14px;
    line-height: 20px;
  }

  .ques-bottom-post {
    width: 100%;
    margin: 0;
    display: block;
  }

  .ques-bottom-desc {
    padding: 0;
  }

  /* Author Intro 区域移动端适配 */
  .author-intro-wrap {
    padding: 32px 0;
  }

  .author-intro-title {
    height: 36px;
  }

  .author-intro-content {
    margin-top: 24px;
    padding: 16px;
  }

  .author-name {
    font-size: 18px;
    line-height: 24px;
  }

  .author-info-more {
    font-size: 16px;
    line-height: 24px;
  }

  .author-intro-bottom {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  /* Partner 区域移动端适配 */
  .partner-wrap {
    padding: 0 16px 32px;
    box-sizing: border-box;
  }

  .partner-wrap-title {
    height: 36px;
  }

  .partner-list {
    flex-direction: column;
    margin-top: 24px;
    padding: 24px;
  }

  .partner-item {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .publication-item {
    width: 100% !important;
    display: block;
    vertical-align: top;
    margin-bottom: 16px;
    margin-top: 0 !important;
    position: relative;
    z-index: 1;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    padding: 16px;
  }

  .publication-item:nth-child(5n + 1),
  .publication-item:nth-child(5n + 2),
  .publication-item:nth-child(5n + 3),
  .publication-item:nth-child(5n + 4),
  .publication-item:nth-child(5n + 5) {
    margin-top: 0 !important;
    width: 100% !important;
    z-index: 1;
  }

  .publication-item::after {
    display: none;
  }

  .publication-item-top-box .top-box-row-hr {
    margin: 12px 0;
  }

  .publication-item-top-box .top-box-row-two span {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }

  .publication-item-middle-box {
    margin-top: 16px;
    padding: 16px;
    font-size: 14px;
  }

  .publication-item-bottom-box {
    margin-top: 16px;
  }

  .public-item-down span {
    font-size: 14px;
    margin-right: 12px;
  }

  .public-item-down img {
    width: 18px;
    height: 18px;
  }

  /* Privacy 弹窗移动端适配 */
  .el-dialog {
    width: 90% !important;
    max-width: 400px !important;
    margin: 0 auto !important;
  }

  .el-dialog__wrapper {
    padding: 16px;
  }

  .el-dialog__header {
    padding: 16px 20px 12px;
  }

  .el-dialog__title {
    font-size: 16px;
    line-height: 22px;
  }

  .el-dialog__headerbtn {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }

  .el-dialog__headerbtn .el-dialog__close {
    font-size: 18px;
  }

  .el-dialog__body {
    padding: 20px 20px 16px;
    max-height: 60vh;
  }

  .privacy-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .privacy-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .privacy-text a {
    font-size: 14px;
  }
}
