/* 布局 */

.home-apply-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.home-apply-le {
  position: sticky;
  top: 2.4rem;
}

.home-apply-ri {
  width: 75%;
}

/* 左侧锚点 */

.home-apply-le-ul {
  position: relative;
}

/* 线 */
.home-apply-le-ul::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 12px);
  background: #d0dbe1;
}

.halu-lis p {
  transition: all 0.3s;
  font-size: 0.18rem;
  color: #999999;
  font-weight: bold;
  padding-left: 17px;
  position: relative;
  cursor: pointer;
}

/* small dot */
.halu-lis p::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d0dbe1;
  transform: scale(1);
  transition: all 0.4s;
  z-index: 4;
}

/* big dot */
.halu-lis p::before {
  content: "";
  position: absolute;
  top: 0.9px;
  left: -4.6px;
  width: 16px;
  height: 16px;
  background: #d0dbe1;
  border-radius: 50%;
  z-index: 3;
  opacity: 0;
}

.halu-lis {
  margin-bottom: 50px;
}

.halu-lis:last-child {
  margin-bottom: 0px;
}

.halu-lis.act p {
  color: #00244d;
}

.halu-lis.act p::after {
  transform: scale(1.5);
  background: #00244d;
}

.halu-lis.act p::before {
  opacity: 1;
}

/* 右侧内容 */

.haru-li {
  box-sizing: border-box;
  margin-bottom: 37px;
}

.haru-li-box {
  position: relative;
  transform: perspective(8rem) rotateX(30deg);
  opacity: 0.4;
}

.haru-li:first-child .haru-li-box {
  transform: inherit !important;
  opacity: 1;
}

.haru-li-img {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.haru-li-img img {
  width: 100%;
}

.haru-li-cry {
  width: 45%;
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
}

.haru-li-cry .meta {
  box-sizing: border-box;
  border-left: 0.04rem solid rgba(255, 255, 255, 1);
  border-top: 0.04rem solid rgba(255, 255, 255, 1);
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.2rem 0.22rem 0.28rem;
  overflow: hidden;
  color: rgba(52, 64, 84, 1);
  font-size: 0.18rem;
  line-height: 1.77777777;

  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
}

@media only screen and (max-width: 767px) {
  .home-apply-wrap {
    display: none;
  }
}
