.apply {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
}

.apply-header {
  width: 100vw;
  height: 2.5rem;
  background: #ffffff;
  box-shadow: 0px 0.0625rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.1);
}

.apply-header div {
  margin-left: 1.25rem;
  width: 5rem;
  height: 2.5rem;
  background: #377eff;
  border: 0.0625rem solid #377eff;
  font-weight: bold;
  font-size: 0.875rem;
  color: #ffffff;
  text-align: center;
  line-height: 2.5rem;
}

.apply-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 1.25rem;
}

.apply-content .apply-step {
  display: flex;
  align-items: center;
  height: 61px;
}
.apply-content .apply-step .step {
  display: flex;
  align-items: center;
}
.apply-content .apply-step .step .number {
  width: 1.125rem;
  height: 1.125rem;
  background: #d1d1d1;
  font-size: 0.75rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.375rem;
}
.apply-content .apply-step .step .number.active {
  background: #377eff;
}

.apply-content .apply-step .step .message {
  font-weight: bold;
  font-size: 0.75rem;
  color: #666666;
}
.apply-content .apply-step .step .message.active {
  color: #377eff;
}

.apply-content .apply-step .line {
  width: 1.5rem;
  height: 0.0625rem;
  background: #d1d1d1;
  margin: 0 0.8125rem;
}

.apply-content .row {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0.75rem;
}
.apply-content .row.last {
  margin-bottom: 0;
}

.apply-content .row .row-title {
  font-weight: bold;
  font-size: 0.875rem;
  color: #333333;
  position: relative;
  margin-bottom: 0.375rem;
}

.apply-content .row .row-title.active::before {
  content: '*';
  position: absolute;
  left: -10px;
  top: 0;
  color: #ff0000;
  font-size: 0.875rem;
}

.apply-content .row .row-input {
  width: 100%;
  display: flex;
  align-items: center;
}
.apply-content .row .row-input input {
  width: 100%;
  height: 2.8rem;
  background: #f2f2f2;
  border-radius: 0.375rem;
  border: 0.0625rem solid #c1c1c1;
  padding-left: 10px;
  font-size: 1rem;
}
.apply-content .row .row-input input::placeholder {
  color: #999999;
}

.apply-content .row .row-input .city-choose {
  width: 100%;
}

.apply-content .row .tip-message {
  font-size: 0.75rem;
  color: red;
  display: flex;
  display: none;
}
.apply-content .row .tip-message span {
  opacity: 0;
}

.apply-content .page-tip {
  margin-top: 1rem;
}

.apply-content .page-tip span,
a {
  font-weight: bold;
  font-size: 0.875rem;
  color: #333333;
  margin-top: 1rem;
}

.apply-content .page-tip a {
  color: #ff8324;
  text-decoration: underline;
  text-decoration-color: #ff8324;
}

.row-button {
  display: flex;
  margin-top: 0.5rem;
  flex-direction: column;
  width: 100%;
}

.row-button a {
  width: 100%;
  height: 3rem;
  border-radius: 1.875rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-button .submit {
  color: #ffffff;
  background: #377eff;
  margin-bottom: 0.3rem;
}
.row-button .return {
  color: #333333;
  background: #f1f2f6;
}
