/*
 * [需求]: 统一全页字号
 * [思路]: 1.抽 8 档变量 -> 2.模块标题走全局 .buaa-title -> 3.正文/辅助/表格各归一档
 */
.loder-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
}
.loader {
  width: 50px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%, var(--color-primary)) content-box;
  -webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
}
@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}
body {
  font-size: 0.26rem;
  background-color: #f1f5fa;
}
main {
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
  overflow-x: hidden;
  padding-bottom: 1rem;
}
.banner {
  position: relative;
  background-color: var(--color-primary);
}
.banner > img {
  display: block;
  height: calc(100vh - 1rem);
  width: 100vw;
  object-fit: cover;
}
.banner .banner-text {
  position: absolute;
  left: 0.5rem;
  top: 1rem;
  width: 6rem;
}
.banner .logo {
  margin-bottom: 0.5rem;
}
.banner .banner-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.4rem;
  width: 0.44rem;
  height: 0.44rem;
  animation: shake 1s infinite;
  cursor: pointer;
  z-index: 2;
}
.banner .banner-bottom {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  height: auto;
}
@media screen and (min-width: 500px) {
  .banner > img {
    width: 100vw;
    height: auto;
  }
}
@keyframes shake {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0px);
  }
  60% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.main-container-item {
  display: none;
}
.wrap {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.wrap .cont {
  padding: 0 0.3rem;
}
#fixedBottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 200;
  max-width: 750px;
  line-height: 1;
  background-color: var(--color-primary);
}
#fixedBottom .fixed-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  row-gap: 0.1rem;
}
#fixedBottom .fixed-item .img {
  width: 0.38rem;
  height: 0.38rem;
}
#fixedBottom .fixed-item .icon {
  display: block;
}
#fixedBottom .fixed-item .icon-on {
  display: none;
}
#fixedBottom .fixed-item .text {
  font-size: 0.24rem;
  color: #fff;
}
#fixedBottom .fixed-item.active .icon {
  display: none;
}
#fixedBottom .fixed-item.active .icon-on {
  display: block;
}
#fixedBottom .fixed-item.active .text {
  color: var(--color-active);
}
.float-consult {
  position: fixed;
  right: 0.3rem;
  bottom: 1.35rem;
  z-index: 999;
}
@media screen and (min-width: 750px) {
  .float-consult {
    right: calc(50% - 3.75rem + 0.3rem);
  }
}
.float-consult a {
  width: 1.16rem;
  height: 1.16rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  background: linear-gradient(135deg, #f5a623 0%, #e28822 100%);
  color: #ffffff;
  box-shadow: 0 0.08rem 0.22rem rgba(226, 136, 34, 0.45), 0 0 0 0.03rem rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: pulseConsult 2.4s infinite ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.float-consult a span {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.float-consult a .consult-icon {
  width: 0.36rem;
  height: 0.36rem;
  flex-shrink: 0;
  display: block;
}
.float-consult a:hover,
.float-consult a:active {
  transform: scale(1.08);
  box-shadow: 0 0.12rem 0.28rem rgba(226, 136, 34, 0.6), 0 0 0 0.05rem rgba(255, 255, 255, 0.6);
  color: #ffffff;
}
@keyframes pulseConsult {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
.buaa-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  font-family: "HarmonyOS_Sans_SC_Medium", "HarmonyOS Sans SC", sans-serif;
  font-size: 0.42rem;
  font-weight: bold;
  color: #2257e1;
  margin-bottom: 0.4rem;
}
.buaa-title::before {
  content: "";
  display: block;
  width: 0.65rem;
  height: 0.68rem;
  background: url(../images/title.png) center / contain no-repeat;
}
.sub-title {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin-bottom: 0.3rem;
  font-family: "HarmonyOS_Sans_SC_Medium", "HarmonyOS Sans SC", sans-serif;
  font-size: 0.36rem;
  color: #1c58e3;
  font-weight: bold;
}
.sub-title .icon {
  width: 0.44rem;
  height: 0.44rem;
  display: block;
}
.sub-tags {
  text-align: center;
  color: #1c58e3;
  font-size: 0.24rem;
  margin-bottom: 0.5rem;
}
.intro-box .buaa-title.center {
  margin-bottom: 0rem;
}
.intro-box .photo-area {
  position: relative;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  margin-bottom: 0.4rem;
}
.intro-box .photo-area img {
  position: relative;
  z-index: 2;
  display: block;
}
.intro-box .desc-area {
  color: #666;
}
.intro-box .desc-area .intro-desc {
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.intro-box .desc-area .intro-desc.expanded {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}
.intro-box .desc-area .more-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #ededed;
  color: #043786;
  line-height: 0.8rem;
  border-radius: 0.1rem;
  cursor: pointer;
}
.project-wrap {
  background-color: #f3f6fe;
  border-radius: 2.33rem 0 0 0;
  background-image: url(../images/project-wrap-bg.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.project-wrap .buaa-title {
  margin-bottom: 0rem;
}
.project-wrap .project-intro {
  margin-bottom: 0.6rem;
}
.project-wrap .project-intro::after {
  content: "";
  display: block;
  clear: both;
}
.project-wrap .project-intro .img-box {
  float: left;
  position: relative;
  margin-right: 0.3rem;
}
.project-wrap .project-intro .img-box img {
  position: relative;
  z-index: 2;
  display: block;
  width: 2.54rem;
}
.project-wrap .project-intro .mem-desc {
  color: #666;
  text-align: justify;
  margin-bottom: 0.2rem;
  line-height: 1.8;
  padding-top: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.project-wrap .project-intro .mem-desc.expanded {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}
.project-wrap .project-intro .more-btn {
  text-align: center;
  background-color: #fff;
  color: #043786;
  line-height: 0.6rem;
  border: 1px solid #eee;
  box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.05);
  border-radius: 0.05rem;
  cursor: pointer;
  margin-left: 2.84rem;
}
.project-wrap .project-intro .mem-desc.expanded + .more-btn {
  margin-left: 0;
  clear: both;
}
.project-wrap .target-box p {
  color: #666;
}
.history-wrap {
  background-image: url(../images/history-list-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.history-wrap #timelineSvg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.history-list {
  position: relative;
  overflow: visible;
  padding: 0.42rem;
}
.history-list.expanded .hidden-item {
  display: flex !important;
}
.history-list .history-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.48rem;
  z-index: 2;
  /* year-dot gap 0.12 + equilateral height 0.156, so tip-to-center == year-to-center */
  gap: 0.276rem;
  will-change: transform;
}
.history-list .history-item.hidden-item {
  display: none;
}
.history-list .year-box {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  flex-shrink: 0;
}
.history-list .year-box .year {
  width: 0.82rem;
  text-align: right;
  font-size: 0.32rem;
  color: #666;
  font-family: Arial, sans-serif;
  line-height: 1;
}
.history-list .year-box .dot {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.history-list .year-box .dot.blue {
  border: 0.035rem solid #1c58e3;
}
.history-list .year-box .dot.orange {
  border: 0.035rem solid var(--color-active);
}
.history-list .year-box .dot::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
}
.history-list .year-box .dot.blue::after {
  background-color: #1c58e3;
}
.history-list .year-box .dot.orange::after {
  background-color: var(--color-active);
}
.history-list .card {
  width: 4.5rem;
  flex: none;
  position: relative;
  border-radius: 1rem;
  padding: 0.18rem 0.3rem;
  display: flex;
  align-items: center;
  color: #fff;
  box-shadow: 0 0.06rem 0.18rem rgba(0, 0, 0, 0.1);
}
.history-list .card::before {
  content: "";
  position: absolute;
  left: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  /* equilateral: half-base 0.09, height 0.09 * sqrt(3) */
  border-width: 0.09rem 0.156rem 0.09rem 0;
  border-color: transparent;
}
.history-list .card.blue {
  background-color: #1c58e3;
}
.history-list .card.blue::before {
  border-right-color: #1c58e3;
}
.history-list .card.orange {
  background-color: var(--color-active);
}
.history-list .card.orange::before {
  border-right-color: var(--color-active);
}
.history-list .card .card-text {
  font-size: 0.22rem;
  line-height: 1.55;
  flex: 1;
  min-width: 0;
}
.history-list .more-btn {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ededed;
  color: #043786;
  line-height: 0.8rem;
  border-radius: 0.1rem;
  cursor: pointer;
  margin-top: 0.1rem;
}
/*
 * [需求]: 联系方式美化，好看简约直观
 * [思路]: 1.信息面板分行 -> 2.CSS线框小图标 -> 3.双码说明居中
 */
.contact-wrap {
  padding: 0.5rem 0 0.9rem;
  background: #fff;
}
.contact-wrap .contact-panel {
  position: relative;
  padding: 0.08rem 0.28rem 0.08rem 0.32rem;
  background: linear-gradient(180deg, #f7f9fd 0%, #fff 100%);
  border-left: 0.06rem solid #1c58e3;
}
.contact-wrap .contact-row {
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(28, 88, 227, 0.1);
}
.contact-wrap .contact-row:last-child {
  border-bottom: 0;
}
.contact-wrap .contact-label {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-bottom: 0.08rem;
  color: #1c58e3;
  font-weight: bold;
  line-height: 1.3;
}
.contact-wrap .contact-val {
  display: block;
  color: #222;
  line-height: 1.55;
  word-break: break-word;
}
.contact-wrap .contact-val a {
  color: #222;
  text-decoration: none;
}
.contact-wrap .contact-val a:active {
  color: #1c58e3;
}
.contact-wrap .contact-tels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.08rem 0.28rem;
}
.contact-wrap .contact-tels a {
  color: #1c58e3;
  font-weight: 600;
}
.contact-wrap .ci {
  position: relative;
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  flex-shrink: 0;
}
.contact-wrap .ci::before,
.contact-wrap .ci::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.contact-wrap .ci-pin::before {
  left: 50%;
  top: 0.01rem;
  width: 0.17rem;
  height: 0.17rem;
  margin-left: -0.085rem;
  border: 0.03rem solid #1c58e3;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
.contact-wrap .ci-pin::after {
  left: 50%;
  top: 0.07rem;
  width: 0.05rem;
  height: 0.05rem;
  margin-left: -0.025rem;
  background: var(--color-active);
  border-radius: 50%;
}
.contact-wrap .ci-phone::before {
  left: 0.05rem;
  top: 0.01rem;
  width: 0.17rem;
  height: 0.25rem;
  border: 0.03rem solid #1c58e3;
  border-radius: 0.04rem;
}
.contact-wrap .ci-phone::after {
  left: 0.09rem;
  bottom: 0.03rem;
  width: 0.08rem;
  height: 0.03rem;
  background: var(--color-active);
  border-radius: 0.02rem;
}
.contact-wrap .ci-mail::before {
  left: 0.01rem;
  top: 0.05rem;
  width: 0.26rem;
  height: 0.17rem;
  border: 0.03rem solid #1c58e3;
  border-radius: 0.02rem;
}
.contact-wrap .ci-mail::after {
  left: 0.05rem;
  top: 0.05rem;
  width: 0.18rem;
  height: 0.09rem;
  border-bottom: 0.03rem solid var(--color-active);
  border-left: 0.03rem solid var(--color-active);
  border-right: 0.03rem solid var(--color-active);
  transform: rotate(180deg) skewX(35deg) scaleY(0.55);
  transform-origin: center top;
  opacity: 0.95;
}
.contact-wrap .ci-web::before {
  left: 50%;
  top: 50%;
  width: 0.24rem;
  height: 0.24rem;
  margin: -0.12rem 0 0 -0.12rem;
  border: 0.03rem solid #1c58e3;
  border-radius: 50%;
}
.contact-wrap .ci-web::after {
  left: 50%;
  top: 50%;
  width: 0.1rem;
  height: 0.24rem;
  margin: -0.12rem 0 0 -0.05rem;
  border-left: 0.025rem solid var(--color-active);
  border-right: 0.025rem solid var(--color-active);
  border-radius: 50%;
}
.contact-wrap .qrcode-area {
  display: flex;
  justify-content: space-between;
  gap: 0.24rem;
  margin-top: 0.42rem;
  padding-top: 0.36rem;
  border-top: 1px dashed rgba(28, 88, 227, 0.22);
}
.contact-wrap .qrcode-item {
  flex: 1;
  text-align: center;
}
.contact-wrap .qrcode-item img {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 auto;
  object-fit: contain;
  background: #fff;
}
.contact-wrap .qrcode-item .qr-cap {
  margin: 0;
  color: #1c58e3;
  font-weight: bold;
  line-height: 1.3;
}
.contact-wrap .qrcode-item .qr-sub {
  margin: 0.14rem 0 0.02rem;
  color: #8a93a3;
  line-height: 1.3;
}
.honor-wrap {
  padding-top: 0.6rem;
}
.honor-wrap .honor-swiper {
  padding-bottom: 0.6rem;
}
.honor-wrap .honor-swiper .swiper-slide {
  transition: all 0.3s ease;
  transform: scale(0.9);
}
.honor-wrap .honor-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.honor-wrap .honor-swiper .swiper-slide .honor-card {
  background-color: #fff;
  border-radius: 0.15rem;
  overflow: hidden;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}
.honor-wrap .honor-swiper .swiper-slide .honor-card .pic {
  width: 100%;
  aspect-ratio: 26 / 17;
  overflow: hidden;
  position: relative;
  padding: 0.3rem;
}
.honor-wrap .honor-swiper .swiper-slide .honor-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.honor-wrap .honor-swiper .swiper-slide .honor-card .txt {
  background-color: #f0f0f0;
  color: #999;
  padding: 0.2rem;
  text-align: center;
  line-height: 1.5;
  min-height: 6em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 0.9em;
}
.honor-wrap .honor-swiper .swiper-slide.swiper-slide-active .honor-card {
  border-color: #1c58e3;
  box-shadow: 0 0 0.2rem rgba(28, 88, 227, 0.2);
}
.honor-wrap .honor-swiper .swiper-slide.swiper-slide-active .honor-card .txt {
  background-color: #1c58e3;
  color: #fff;
}
.honor-wrap .honor-swiper .swiper-pagination {
  bottom: 0;
}
.honor-wrap .honor-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #999;
  opacity: 0.5;
  margin: 0 0.08rem;
}
.honor-wrap .honor-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #666;
  opacity: 1;
}
.feature-wrap {
  background-image: url(../images/feature-wrap-bg.png);
  background-size: 100% auto;
}
.feature-wrap .clover-container {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.feature-wrap .clover-container .center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.feature-wrap .clover-container .center-icon img {
  width: 0.9rem;
  height: 0.9rem;
}
.feature-wrap .clover-container .clover-leaf {
  width: 50%;
  display: flex;
  position: relative;
}
.feature-wrap .clover-container .clover-leaf .text-content {
  position: absolute;
  width: 2.5rem;
  height: 2rem;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  z-index: 5;
}
.feature-wrap .clover-container .clover-leaf .text-content .num {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  font-family: Arial, sans-serif;
}
.feature-wrap .clover-container .clover-leaf .text-content .desc {
  color: #194595;
  font-size: 0.22rem;
  line-height: 1.4;
}
.feature-wrap .clover-container .clover-leaf .text-content .arrow {
  color: #194595;
  line-height: 1;
}
.feature-wrap .clover-container .clover-leaf.leaf-1 {
  justify-content: flex-end;
  align-items: flex-end;
}
.feature-wrap .clover-container .clover-leaf.leaf-1 .text-content {
  bottom: 0.2rem;
  right: 0.3rem;
  justify-content: flex-start;
  align-items: flex-end;
}
.feature-wrap .clover-container .clover-leaf.leaf-2 {
  justify-content: flex-start;
  align-items: flex-end;
}
.feature-wrap .clover-container .clover-leaf.leaf-2 .text-content {
  bottom: 0.2rem;
  left: 0.3rem;
  justify-content: flex-start;
}
.feature-wrap .clover-container .clover-leaf.leaf-3 {
  justify-content: flex-end;
  align-items: flex-start;
}
.feature-wrap .clover-container .clover-leaf.leaf-3 .text-content {
  top: 0.2rem;
  justify-content: flex-end;
  align-items: flex-end;
  right: 0.3rem;
}
.feature-wrap .clover-container .clover-leaf.leaf-4 {
  justify-content: flex-start;
  align-items: flex-start;
}
.feature-wrap .clover-container .clover-leaf.leaf-4 .text-content {
  top: 0.2rem;
  left: 0.2rem;
  justify-content: flex-end;
}
.feature-wrap .clover-container .clover-leaf img {
  max-width: 100%;
  display: block;
}
.feature-wrap .feature-list {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}
.feature-wrap .feature-list .feature-item {
  background: #ffffff;
  border-radius: 0.16rem;
  padding: 0.26rem 0.28rem;
  box-shadow: 0 0.04rem 0.16rem rgba(28, 88, 227, 0.06);
  border: 1px solid rgba(28, 88, 227, 0.08);
  position: relative;
  overflow: hidden;
}
.feature-wrap .feature-list .feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.06rem;
  background: #1c58e3;
}
.feature-wrap .feature-list .feature-item:nth-child(1)::before,
.feature-wrap .feature-list .feature-item:nth-child(3)::before {
  background: #e29338;
}
.feature-wrap .feature-list .feature-item:nth-child(1) .feature-hd .num,
.feature-wrap .feature-list .feature-item:nth-child(3) .feature-hd .num {
  color: #e29338;
}
.feature-wrap .feature-list .feature-item:nth-child(2)::before,
.feature-wrap .feature-list .feature-item:nth-child(4)::before {
  background: #1c58e3;
}
.feature-wrap .feature-list .feature-item:nth-child(2) .feature-hd .num,
.feature-wrap .feature-list .feature-item:nth-child(4) .feature-hd .num {
  color: #1c58e3;
}
.feature-wrap .feature-list .feature-item .feature-hd {
  display: flex;
  align-items: center;
  gap: 0.14rem;
  margin-bottom: 0.12rem;
}
.feature-wrap .feature-list .feature-item .feature-hd .num {
  font-size: 0.32rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 1;
  flex-shrink: 0;
}
.feature-wrap .feature-list .feature-item .feature-hd .title {
  font-size: 0.26rem;
  font-weight: bold;
  color: #1a2a4b;
  line-height: 1.4;
}
.feature-wrap .feature-list .feature-item .feature-desc {
  font-size: 0.22rem;
  color: #555555;
  line-height: 1.6;
  text-align: justify;
}
.direction-wrap {
  background-color: #1c58e3;
  padding: 0.7rem 0 0.9rem;
  position: relative;
  overflow: hidden;
  border-radius: 0 2.33rem 0 0;
}
.direction-wrap .cont {
  position: relative;
  z-index: 1;
}
.direction-wrap .buaa-title {
  color: #fff;
  margin-bottom: 0.48rem;
}
.direction-wrap .buaa-title::before {
  background-image: url(../images/title2.png);
}
.direction-wrap .direction-list {
  display: flex;
  flex-direction: column;
  gap: 0.36rem;
}
.direction-wrap .direction-item img {
  display: block;
  width: 100%;
}
.crowd-wrap {
  background-color: #fff;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  /* *
     * [需求]: 恢复适合人群拼图咬合
     * [思路]: 1.顶对齐按切图榫卯 -> 2.负边距收缝且行内居中 -> 3.04 按 03 顶榫下移
     */
}
.crowd-wrap .crowd-grid .crowd-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.crowd-wrap .crowd-grid .crowd-row.top {
  margin-bottom: -0.36rem;
}
.crowd-wrap .crowd-grid .crowd-item {
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  /* 372 / (372+338) */
  /* 338 / (372+338) */
  /* 333 / (333+379) */
  /* 379 / (333+379) — shift down so body aligns with 03 (03 image includes top tab) */
}
.crowd-wrap .crowd-grid .crowd-item img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.crowd-wrap .crowd-grid .crowd-item .desc {
  position: absolute;
  font-size: 0.22rem;
  line-height: 1.45;
  text-align: justify;
  word-break: break-all;
  z-index: 2;
}
.crowd-wrap .crowd-grid .crowd-item.item-1 {
  width: 52.4%;
  z-index: 2;
}
.crowd-wrap .crowd-grid .crowd-item.item-1 .desc {
  color: #fff;
  top: 0.86rem;
  left: 0.26rem;
  right: 0.78rem;
}
.crowd-wrap .crowd-grid .crowd-item.item-2 {
  width: 47.6%;
  margin-left: -0.22rem;
  z-index: 1;
}
.crowd-wrap .crowd-grid .crowd-item.item-2 .desc {
  color: #1c58e3;
  top: 0.86rem;
  left: 0.78rem;
  right: 0.26rem;
}
.crowd-wrap .crowd-grid .crowd-item.item-3 {
  width: 46.8%;
  z-index: 1;
}
.crowd-wrap .crowd-grid .crowd-item.item-3 .desc {
  color: #1c58e3;
  top: 1.08rem;
  left: 0.26rem;
  right: 0.78rem;
}
.crowd-wrap .crowd-grid .crowd-item.item-4 {
  width: 53.2%;
  margin-left: -0.22rem;
  margin-top: calc(46.8% * 31 / 333);
  z-index: 2;
}
.crowd-wrap .crowd-grid .crowd-item.item-4 .desc {
  color: #fff;
  top: 0.86rem;
  left: 0.78rem;
  right: 0.26rem;
}
/*
 * [需求]: 课程模块使用参与流程同款水印角标
 * [思路]: 1.底色放在模块上让水印透出 -> 2.正文透明叠字 -> 3.右下淡色大号序号
 */
.course-wrap {
  border-radius: 0 2.33rem 0 0;
  padding: 0.6rem 0 0.8rem;
}
.course-wrap .course-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.18rem;
  align-items: stretch;
}
.course-wrap .course-mod {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #f7f9fd;
  overflow: hidden;
  box-shadow: 0 0.04rem 0.12rem rgba(28, 88, 227, 0.08);
}
.course-wrap .course-mod .course-n {
  position: absolute;
  right: 0.1rem;
  bottom: 0.02rem;
  z-index: 0;
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1;
  color: rgba(28, 88, 227, 0.28);
  pointer-events: none;
  letter-spacing: 0.02em;
}
.course-wrap .course-mod .course-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.12rem;
  padding: 0.16rem;
  background: #1c58e3;
  box-sizing: border-box;
}
.course-wrap .course-mod .icon {
  width: 0.36rem;
  height: 0.36rem;
  flex-shrink: 0;
  display: block;
  filter: brightness(0) invert(1);
}
.course-wrap .course-mod .title {
  flex: 1;
  min-width: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  font-size: 0.24rem;
}
.course-wrap .course-mod .desc {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 0.16rem 0.16rem 0.32rem 0.16rem;
  color: #445066;
  line-height: 1.55;
  font-size: 0.22rem;
  background: transparent;
}
.course-wrap .course-mod:nth-child(4n + 2),
.course-wrap .course-mod:nth-child(4n + 3) {
  background: #fffaf2;
}
.course-wrap .course-mod:nth-child(4n + 2) .course-head,
.course-wrap .course-mod:nth-child(4n + 3) .course-head {
  background: var(--color-active);
}
.course-wrap .course-mod:nth-child(4n + 2) .course-n,
.course-wrap .course-mod:nth-child(4n + 3) .course-n {
  color: rgba(228, 172, 65, 0.36);
}
.course-wrap .course-mod.is-wide {
  grid-column: 1 / -1;
  width: 100%;
  justify-self: stretch;
}
.course-wrap .course-mod.is-wide .desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0.2rem;
  row-gap: 0.06rem;
  padding-right: 0.7rem;
}
.course-wrap .course-mod.is-wide .desc span {
  display: block;
}
.activity-wrap {
  background-color: #fff;
  border-radius: 0 2.33rem 0 0;
}
.activity-wrap .buaa-title {
  color: #1c58e3;
  margin-bottom: 0.6rem;
}
.activity-wrap .activity-swiper {
  padding-bottom: 0.6rem;
}
.activity-wrap .activity-swiper .swiper-pagination-bullet-active {
  background-color: #1c58e3;
}
.activity-wrap .activity-swiper .activity-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem;
  /* 末页仅2张：一行一张通栏大图 */
}
.activity-wrap .activity-swiper .activity-grid .activity-item {
  width: calc(50% - 0.1rem);
  position: relative;
}
.activity-wrap .activity-swiper .activity-grid .activity-item img {
  width: 100%;
  aspect-ratio: 337/200;
  object-fit: cover;
  display: block;
}
.activity-wrap .activity-swiper .activity-grid .activity-item .activity-name {
  background-image: linear-gradient(to bottom, #2762e800, #1c58e3);
  color: #fff;
  text-align: center;
  padding: 0.1rem;
  font-size: 0.22rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.activity-wrap .activity-swiper .activity-grid--large {
  flex-direction: column;
}
.activity-wrap .activity-swiper .activity-grid--large .activity-item {
  width: 100%;
}
.activity-wrap .activity-swiper .activity-grid--large .activity-item img {
  aspect-ratio: 690 / 320;
}
.activity-wrap .swiper-pagination {
  bottom: 0;
}
.student-profile-wrap {
  background-color: #f3f6fe;
  border-radius: 2.33rem 0 0 0;
  padding-bottom: 0;
}
.student-profile-wrap .buaa-title {
  color: #1c58e3;
  margin-bottom: 0.6rem;
}
.student-profile-wrap .buaa-title.center {
  margin-bottom: 0rem;
}
.student-profile-wrap .sub-tags {
  text-align: center;
  color: #1c58e3;
  font-size: 0.24rem;
  margin-bottom: 0.5rem;
}
.student-profile-wrap .profile-list .profile-item {
  margin-bottom: 0.6rem;
}
.student-profile-wrap .profile-list .profile-item:last-child {
  margin-bottom: 0;
}
.student-profile-wrap .profile-list .profile-item .profile-img img {
  width: 100%;
  display: block;
}
/* *
 * [需求]: 项目设置表格美化
 * [思路]: 1.顶部三指标 -> 2.事实清单左右结构 -> 3.培养方向序号徽章
 */
.setting-wrap {
  background: linear-gradient(178deg, #ffffff, #ffffff, #e6ecfc);
  padding-bottom: 0.2rem;
}
.setting-wrap .setting-sheet {
  background: #fff;
  border: 1px solid #dce6f8;
  border-radius: 0.16rem;
  box-shadow: 0 0.08rem 0.28rem rgba(28, 88, 227, 0.08);
  margin-bottom: 0.4rem;
  overflow: hidden;
  border-top: 0.06rem solid var(--color-active);
}
.setting-wrap .setting-kpis {
  display: grid;
  grid-template-columns: 1fr 0.9fr 1.28fr;
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
  border-bottom: 1px solid #e6eef8;
}
.setting-wrap .setting-kpi {
  text-align: center;
  padding: 0.32rem 0.08rem 0.28rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.setting-wrap .setting-kpi:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 22%;
  bottom: 22%;
  width: 1px;
  background: #d5deee;
}
.setting-wrap .setting-kpi:last-child {
  padding-left: 0.04rem;
  padding-right: 0.04rem;
}
.setting-wrap .setting-kpi strong {
  display: block;
  color: #1c58e3;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
.setting-wrap .setting-kpi span {
  display: block;
  margin-top: 0.08rem;
  color: #7a8699;
  font-size: 0.22rem;
  line-height: 1.3;
}
.setting-wrap .setting-kpi i {
  display: block;
  margin-top: 0.06rem;
  font-style: normal;
  color: var(--color-active);
  font-size: 0.16rem;
  line-height: 1.3;
  white-space: nowrap;
}
.setting-wrap .setting-kpi-note {
  padding: 0.16rem 0.24rem;
  color: var(--color-active);
  font-size: 0.22rem;
  line-height: 1.7;
  text-align: justify;
  background: #fffaf0;
  border-bottom: 1px solid #e6eef8;
}
.setting-wrap .setting-row {
  display: grid;
  grid-template-columns: 2.28rem 1fr;
  align-items: stretch;
  border-bottom: 1px solid #eef2f8;
}
.setting-wrap .setting-row:nth-child(even) {
  background: #f7f9fd;
}
.setting-wrap .setting-row:last-child {
  border-bottom: none;
}
.setting-wrap .setting-k {
  color: #1c58e3;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.45;
  background: #eef4ff;
  padding: 0.26rem 0.12rem 0.26rem 0.2rem;
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
}
.setting-wrap .setting-v {
  color: #333;
  line-height: 1.55;
  padding: 0.26rem 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.26rem;
}
.setting-wrap .setting-v em {
  display: block;
  margin-top: 0.08rem;
  font-style: normal;
  font-weight: 400;
  color: var(--color-active);
  font-size: 0.22rem;
  line-height: 1.6;
  text-align: justify;
}
.setting-wrap .setting-dirs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  counter-reset: dir;
}
.setting-wrap .setting-dirs li {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  counter-increment: dir;
  line-height: 1.4;
}
.setting-wrap .setting-dirs li::before {
  content: counter(dir);
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: #1c58e3;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* *
 * [需求]: 知行成长营 + 报考流程/奖学金/复试线板块
 * [思路]: 1.按设计图拆区块 -> 2.复用 sub-title/more-btn 风格 -> 3.表格与时间轴纯 CSS
 */
.camp-tip {
  color: #9aa3b2;
  font-size: 0.24rem;
}
.camp-wrap {
  background: #f3f6fe;
  border-radius: 2.33rem 0 0 0;
  /* 申请条件：圆圈序号列表（规范条文感） */
  /* 对比预览标签（定稿后可删） */
  /*
     * [需求]: 成长营安排双样式对比
     * [思路]: 1.样式A时间轴卡片 -> 2.样式B侧栏Tab面板 -> 3.标签区分供客户选型
     */
  /* 时间：紧凑表格 */
}
.camp-wrap .camp-intro {
  color: #666;
  line-height: 1.85;
  text-align: justify;
  margin-bottom: 0.48rem;
}
.camp-wrap .camp-h {
  color: #1c58e3;
  font-size: 0.32rem;
}
.camp-wrap .camp-condition {
  margin-bottom: 0.48rem;
}
.camp-wrap .camp-condition .camp-tip {
  color: var(--color-active);
  font-weight: bold;
}
.camp-wrap .camp-condition .condition-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: cond;
}
.camp-wrap .camp-condition .condition-list li {
  position: relative;
  padding-left: 0.48rem;
  margin-bottom: 0.16rem;
  color: #555;
  line-height: 1.75;
  text-align: justify;
  counter-increment: cond;
}
.camp-wrap .camp-condition .condition-list li::before {
  content: counter(cond);
  position: absolute;
  left: 0;
  top: 0.06rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: #1c58e3;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.34rem;
  text-align: center;
}
.camp-wrap .camp-condition .condition-list li:last-child {
  margin-bottom: 0;
}
.camp-wrap .camp-arrange-compare {
  margin-bottom: 0.48rem;
}
.camp-wrap .camp-style-tag {
  display: inline-flex;
  align-items: center;
  margin: 0.2rem 0 0.16rem;
  padding: 0.06rem 0.16rem;
  border-radius: 0.04rem;
  background: #1c58e3;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.camp-wrap .camp-arrange {
  margin-bottom: 0.36rem;
  /* 样式B：侧栏 Tab + 背景图面板 */
}
.camp-wrap .camp-arrange .arrange-lead {
  color: #666;
  font-weight: normal;
  line-height: 1.85;
}
.camp-wrap .camp-arrange .arrange-lead span {
  color: var(--color-active);
}
.camp-wrap .camp-arrange .arrange-track {
  position: relative;
  padding-left: 0.08rem;
}
.camp-wrap .camp-arrange .arrange-step {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  gap: 0.16rem;
  position: relative;
  padding-bottom: 0.28rem;
}
.camp-wrap .camp-arrange .arrange-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0.52rem;
  top: 0.52rem;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #1c58e3, #c5d3ef);
}
.camp-wrap .camp-arrange .arrange-step:last-child {
  padding-bottom: 0;
}
.camp-wrap .camp-arrange .arrange-mark {
  position: relative;
  z-index: 1;
  width: 1.08rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.camp-wrap .camp-arrange .arrange-mark span {
  display: block;
  min-width: 6em;
  padding: 0 0.08rem;
  line-height: 0.44rem;
  text-align: center;
  background: #1c58e3;
  color: #fff;
  font-size: 0.22rem;
  font-weight: bold;
  border-radius: 0.06rem;
  box-shadow: 0 0.04rem 0.1rem rgba(28, 88, 227, 0.22);
}
.camp-wrap .camp-arrange .arrange-body {
  min-width: 0;
  padding: 0.3rem;
  background: #fff;
  border: 1px solid #e6ecf6;
  border-left: 0.06rem solid var(--color-active);
  border-radius: 0 0.08rem 0.08rem 0;
}
.camp-wrap .camp-arrange .arrange-body p {
  margin: 0;
  color: #666;
  line-height: 1.85;
  text-align: justify;
}
.camp-wrap .camp-arrange .arrange-body a {
  color: #666;
  word-break: break-all;
}
.camp-wrap .camp-arrange--panel {
  margin: 0 -0.3rem 0.48rem;
  padding: 0.4rem 0.3rem 0.48rem;
  background: url("../images/camp-arrange-bg.png") center / cover no-repeat;
}
.camp-wrap .camp-arrange--panel .arrange-panel-hd .sub-title {
  color: #fff;
}
.camp-wrap .camp-arrange--panel .arrange-panel-hd .sub-title .text {
  color: #fff;
}
.camp-wrap .camp-arrange--panel .arrange-panel-hd .arrange-lead {
  color: rgba(255, 255, 255, 0.92);
  margin: 0.12rem 0 0.28rem;
  font-size: 0.24rem;
}
.camp-wrap .camp-arrange--panel .arrange-panel {
  display: flex;
  min-height: 3.6rem;
  background: rgba(255, 255, 255, 0.82);
}
.camp-wrap .camp-arrange--panel .arrange-tabs {
  width: 2.4rem;
  flex-shrink: 0;
  background: rgba(4, 55, 134, 0.04);
  display: flex;
  flex-direction: column;
}
.camp-wrap .camp-arrange--panel .arrange-tab {
  appearance: none;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0.3rem 0.2rem;
  text-align: left;
  color: #666;
  font-size: 0.24rem;
  cursor: pointer;
  position: relative;
}
.camp-wrap .camp-arrange--panel .arrange-tab em {
  font-style: normal;
  font-weight: bold;
  color: #1c58e3;
  min-width: 0.4rem;
}
.camp-wrap .camp-arrange--panel .arrange-tab span {
  flex: 1;
  font-weight: bold;
}
.camp-wrap .camp-arrange--panel .arrange-tab i {
  flex-shrink: 0;
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.06rem;
  position: relative;
  display: block;
  /* 未选中/选中共用同一占位，箭头用伪元素居中 */
}
.camp-wrap .camp-arrange--panel .arrange-tab i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  border-right: 2px solid #c5cddb;
  border-bottom: 2px solid #c5cddb;
  transform: translate(-35%, -55%) rotate(-45deg);
}
.camp-wrap .camp-arrange--panel .arrange-tab.is-active {
  background: rgba(4, 55, 134, 0.11);
  color: #222;
  /* 选中蓝条用伪元素，避免挤占导致文字错位 */
}
.camp-wrap .camp-arrange--panel .arrange-tab.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.06rem;
  background: #1c58e3;
}
.camp-wrap .camp-arrange--panel .arrange-tab.is-active i {
  background: #1c58e3;
  border-radius: 50%;
}
.camp-wrap .camp-arrange--panel .arrange-tab.is-active i::after {
  width: 0.08rem;
  height: 0.08rem;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: translate(-35%, -55%) rotate(-45deg);
}
.camp-wrap .camp-arrange--panel .arrange-panels {
  flex: 1;
  min-width: 0;
  padding: 0.3rem;
}
.camp-wrap .camp-arrange--panel .arrange-pane {
  display: none;
}
.camp-wrap .camp-arrange--panel .arrange-pane.is-active {
  display: block;
}
.camp-wrap .camp-arrange--panel .arrange-pane h4 {
  margin: 0 0 0.2rem;
  color: #222;
  font-size: 0.32rem;
  line-height: 1;
}
.camp-wrap .camp-arrange--panel .arrange-pane ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.camp-wrap .camp-arrange--panel .arrange-pane li {
  position: relative;
  padding-left: 0.28rem;
  color: #555;
}
.camp-wrap .camp-arrange--panel .arrange-pane li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.16rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #555;
}
.camp-wrap .camp-arrange--panel .arrange-pane li a {
  color: #1c58e3;
  word-break: break-all;
}
.camp-wrap .camp-schedule {
  margin-bottom: 0.48rem;
}
.camp-wrap .camp-schedule .schedule-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -0.06rem;
  padding: 0 0.06rem;
}
.camp-wrap .camp-schedule .camp-table {
  width: 100%;
  min-width: 6.4rem;
  border-collapse: collapse;
  font-size: 0.22rem;
  text-align: center;
  background: #fff;
}
.camp-wrap .camp-schedule .camp-table th,
.camp-wrap .camp-schedule .camp-table td {
  border: 1px solid #d6e2f5;
  padding: 0.12rem 0.06rem;
  line-height: 1.35;
  white-space: nowrap;
}
.camp-wrap .camp-schedule .camp-table thead th {
  background: #1c58e3;
  color: #fff;
  font-weight: 500;
}
.camp-wrap .camp-schedule .camp-table tbody td {
  color: #444;
}
.camp-wrap .camp-schedule .camp-table tbody tr:nth-child(even) {
  background: #f5f8fd;
}
.camp-wrap .camp-schedule .camp-table tbody td:first-child {
  color: #1c58e3;
  font-weight: 600;
}
.camp-wrap .camp-schedule .camp-table tbody td:nth-child(5) {
  color: #1c58e3;
  font-weight: 600;
}
.camp-wrap .camp-process {
  /* 双列步骤卡：左右布局 + 水印序号 */
}
.camp-wrap .camp-process .group-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.12rem;
  width: 100%;
  margin: 0 0 0.2rem;
  color: #1c58e3;
  font-size: 0.32rem;
  font-weight: bold;
  text-align: left;
}
.camp-wrap .camp-process .group-title::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #1c58e3;
  flex-shrink: 0;
}
.camp-wrap .camp-process .process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem;
  margin: 0 0 0.28rem;
}
.camp-wrap .camp-process .process-card {
  position: relative;
  overflow: hidden;
  min-height: 1.6rem;
  padding: 0.3rem;
  background: linear-gradient(160deg, #ffffff 0%, #f4f7fd 100%);
  border-left: 0.06rem solid #1c58e3;
  border-radius: 0 0.1rem 0.1rem 0;
  box-sizing: border-box;
}
.camp-wrap .camp-process .process-card .process-n {
  position: absolute;
  right: 0.12rem;
  bottom: 0.06rem;
  z-index: 0;
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1;
  color: rgba(28, 88, 227, 0.28);
  pointer-events: none;
  letter-spacing: 0.02em;
}
.camp-wrap .camp-process .process-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #445066;
  line-height: 1.55;
  font-size: 0.22rem;
  word-break: break-word;
}
.camp-wrap .camp-process .process-card a {
  color: #1c58e3;
  word-break: break-all;
}
.camp-wrap .camp-process .process-card:nth-child(even) {
  background: linear-gradient(160deg, #fffaf2 0%, #fff 100%);
  border-left-color: var(--color-active);
}
.camp-wrap .camp-process .process-card:nth-child(even) .process-n {
  color: rgba(228, 172, 65, 0.32);
}
.camp-wrap .camp-process .process-card.is-wide {
  grid-column: 1 / -1;
  min-height: auto;
  background: linear-gradient(90deg, #eef3fc 0%, #ffffff 55%);
  border-left-color: #1c58e3;
}
.camp-wrap .camp-process .process-card.is-wide .process-n {
  color: rgba(28, 88, 227, 0.28);
}
.camp-wrap .camp-process .process-tip {
  margin-top: 0.2rem;
  color: #999;
  line-height: 1.7;
  font-size: 0.24rem;
}
.apply-wrap {
  background-color: #fff;
  border-radius: 0 2.33rem 0 0;
  /*
     * [需求]: 报考流程箭头改用切图；初试→复试回转弯按设计稿放大
     * [思路]: 1.横向 apply-arrow.png / -on.png -> 2.回转弯加高铺满 -> 3.is-on 滤镜偏蓝
     */
}
.apply-wrap .apply-steps {
  margin-bottom: 0.2rem;
  padding: 0.36rem 0 0;
}
.apply-wrap .apply-row {
  display: grid;
  align-items: start;
}
.apply-wrap .apply-row.apply-row-top {
  grid-template-columns: repeat(4, 1fr);
}
.apply-wrap .apply-row.apply-row-bottom {
  /* Align under top 01-03 */
  grid-template-columns: repeat(3, 1fr);
  width: 75%;
  margin: 0 25% 0 0;
}
.apply-wrap .apply-snake {
  position: relative;
  display: block;
  width: 100%;
  /* 设计稿双弯较大，需足够高度才能看清箭头 */
  height: 1.36rem;
  margin: -0.5rem 0 -0.4rem -0.1rem;
  pointer-events: none;
  z-index: 0;
}
.apply-wrap .apply-snake .snake-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
  transition: filter 0.25s ease;
}
.apply-wrap .apply-snake.is-on .snake-img {
  /* 仅有灰图时，选中态滤镜偏品牌蓝 */
  filter: brightness(0) saturate(100%) invert(28%) sepia(86%) saturate(2460%) hue-rotate(212deg) brightness(94%) contrast(95%);
}
.apply-wrap .step-item {
  position: relative;
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  /* 横向箭头图片：贴在两圆之间 */
}
.apply-wrap .step-item .step-icon {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto 0.1rem;
  border-radius: 50%;
  background: #a8a8a8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  font-weight: bold;
  box-sizing: border-box;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Show cut icon when file loads; hide number */
}
.apply-wrap .step-item .step-icon .step-img {
  width: 54%;
  height: auto;
  display: none;
  position: relative;
  z-index: 1;
}
.apply-wrap .step-item .step-icon .step-num {
  position: relative;
  z-index: 1;
}
.apply-wrap .step-item .step-icon.has-img .step-img {
  display: block;
}
.apply-wrap .step-item .step-icon.has-img .step-num {
  display: none;
}
.apply-wrap .step-item .step-name {
  font-size: 0.14rem;
  color: #888;
  line-height: 1.3;
  transition: color 0.25s ease;
  position: absolute;
  bottom: -0.1rem;
  word-break: break-all;
  left: 0;
  right: 0;
}
.apply-wrap .step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.32rem;
  left: calc(50% + 0.42rem);
  width: calc(100% - 0.84rem);
  height: 0.16rem;
  background: url("../images/apply-arrow.png") center / contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
.apply-wrap .step-item.done .step-icon {
  background: #8aa0c8;
}
.apply-wrap .step-item.done .step-name {
  color: #5a6f96;
}
.apply-wrap .step-item.done:not(:last-child)::after {
  background-image: url("../images/apply-arrow-on.png");
}
.apply-wrap .step-item.active .step-icon {
  background: #1c58e3;
  box-shadow: 0 0.06rem 0.14rem rgba(28, 88, 227, 0.28);
}
.apply-wrap .step-item.active .step-name {
  color: #1c58e3;
  font-weight: bold;
}
.apply-wrap .step-item.active:not(:last-child)::after {
  background-image: url("../images/apply-arrow-on.png");
}
.apply-wrap .apply-panels {
  position: relative;
  margin-bottom: 0.7rem;
  min-height: 3.4rem;
}
.apply-wrap .apply-panel {
  display: none;
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 0.2rem;
  padding: 0.42rem 0.36rem 0.48rem;
  line-height: 1.8;
  text-align: center;
  box-shadow: 0 0.12rem 0.28rem rgba(28, 88, 227, 0.28);
  opacity: 0;
  transform: translateY(0.12rem);
  background: url(../images/apply-panel-bg.png) center / cover no-repeat;
}
.apply-wrap .apply-panel.active {
  display: block;
}
.apply-wrap .apply-panel.is-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.apply-wrap .apply-panel .panel-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 1;
}
.apply-wrap .apply-panel p {
  margin: 0.1rem 0;
  position: relative;
  z-index: 1;
}
.scholarship-block .scholarship-intro {
  color: #666;
  margin-bottom: 0.3rem;
  line-height: 1.8;
}
.scholarship-block .scholarship-group {
  margin-bottom: 0.4rem;
}
.scholarship-block .scholarship-group .group-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.12rem;
  width: 100%;
  margin: 0 0 0.24rem;
  color: #1c58e3;
  font-size: 0.32rem;
  font-weight: bold;
  text-align: left;
}
.scholarship-block .scholarship-group .group-title::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #1c58e3;
  flex-shrink: 0;
}
.scholarship-block .scholarship-img {
  width: 5.61rem;
  margin: 0 auto;
}
.scholarship-block .scholarship-img img {
  display: block;
  width: 100%;
  height: auto;
}
.scholarship-block .scholarship-img:nth-child(2) {
  width: 5rem;
}
.score-block .score-table-wrap {
  overflow-x: auto;
}
.score-block .score-table {
  width: 100%;
  min-width: 6.6rem;
  border-collapse: collapse;
  text-align: center;
  font-size: 0.22rem;
}
.score-block .score-table th,
.score-block .score-table td {
  border: 1px solid #d6e2f5;
  padding: 0.18rem 0.08rem;
  line-height: 1.35;
}
.score-block .score-table thead th {
  background: #1c58e3;
  color: #fff;
  font-weight: normal;
}
.score-block .score-table thead th small {
  font-size: 0.18rem;
  opacity: 0.9;
}
.score-block .score-table tbody tr:nth-child(odd) {
  background: #fff;
}
.score-block .score-table tbody tr:nth-child(even) {
  background: #f3f7fd;
}
.score-block .score-table tbody td {
  color: #444;
}
.score-block .score-table tbody tr:nth-child(-n + 3) td {
  color: #1c58e3;
  font-weight: bold;
}
