@media screen and (max-width: 1000px) {
  .apply-step-warp {
    width: 100%;
    padding-top: 1.06667rem;
  }
  .apply-step-warp .apply-title {
    display: none;
  }
  .apply-step-warp .mobile-apply-title {
    display: block;
    font-size: 0.37333rem;
    line-height: 0.37333rem;
    margin-bottom: 1.06667rem;
    font-weight: 700;
    color: rgba(255, 147, 54, 0.85);
  }
  .apply-step-warp .apply-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
  }
  .apply-step-warp .apply-steps > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .apply-step-warp, .apply-step-warp .apply-steps .apply-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .apply-step-warp .apply-steps .apply-step .step-num {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-weight: 700;
    font-size: 0.64rem;
    margin-bottom: 0.53333rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(181, 193, 253, 0.25));
    border: 0.05333rem solid rgba(255, 255, 255, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0.05333rem 0.32rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.05333rem 0.32rem rgba(0, 0, 0, 0.5);
    border-radius: 0.21333rem;
  }
  .apply-step-warp .apply-steps .apply-step .step-title {
    font-size: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.16rem;
  }
  .apply-step-warp .apply-steps .apply-step .step-tip {
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #fff;
    opacity: 0.8;
  }
  .apply-step-warp .apply-steps .apply-line {
    width: 1.06667rem;
    top: 0.8rem;
  }
}