/* IOS微信、UC浏览器阻止字体大小调整 */
body {
  -webkit-text-size-adjust: none !important;
}
body {
  -webkit-text-size-adjust: 100% !important;
}
.mobile-box {
  display: none !important;
}
.web-box {
  display: block !important;
}
.module-box {
  width: 1400px;
  margin: 0 auto;
}
.module-box .module-title {
  min-width: 228px;
  display: inline-block;
  margin: 40px auto 0;
  color: #2a3840;
  position: relative;
  font-size: 40px;
  color: #061219;
  line-height: 56px;
  font-weight: 500;
}
.main {
  min-width: 1400px;
  font-family: AlibabaPuHuiTi_2_45_Light;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 100px;
  color: #fff;
  background: linear-gradient(180deg, #004ad5 0%, #0018a4 100%);
  box-sizing: border-box;
}
.main * {
  box-sizing: border-box;
}
.main img {
  width: 100%;
}
.main .intro {
  position: relative;
}
.main .intro .intro-bg {
  display: flex;
  flex-direction: column;
}
.main .icon {
  width: 1400px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 80px;
  right: 3%;
  width: 60px;
  height: 98px;
  cursor: pointer;
  background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/linghang/2025/back-web.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.main .other-r {
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  margin-top: 20px;
}
.subject-header .header-box,
.footer .about {
  width: 1400px;
}
@media screen and (max-width: 750px) {
  .mobile-box {
    display: block !important;
  }
  .subject-header,
  .footer,
  .web-box {
    display: none !important;
  }
  .module-box {
    width: 100%;
    margin: 0 auto;
  }
  .module-box .module-title {
    min-width: 1.8rem;
    margin: 0.4rem auto 0;
    font-size: 0.4rem;
    line-height: 0.56rem;
    font-weight: 500;
  }
  .main {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    padding-bottom: 1rem;
  }
  .main .intro .module-title::after {
    content: '';
    width: 0.62rem;
    height: 0.03rem;
    margin-top: 0.14rem;
  }
  .main .back-btn {
    position: absolute;
    top: 0.6rem;
    right: 0.3rem;
    font-size: 0.21rem;
    line-height: 0.22rem;
    background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/linghang/back-icon.png) no-repeat;
    background-size: 0.22rem 0.2rem;
    padding-left: 0.27rem;
  }
  .main .other-r {
    font-size: 0.2rem;
    line-height: 0.28rem;
    margin-top: 0.2rem;
  }
}
.one-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.two-line {
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.bold {
  font-weight: 500;
}
