body {
  width: 100%;
  min-width: 320px;
  font-size: 14px;
  font-family: -apple-system, 'Helvetica Neue', sans-serif;
  margin: 0 auto;
  /* line-height: 1.5; */
  background-color: #f6f6f6;
}

.top {
  background: url(../images/yybk.jpg) no-repeat;
  background-size: 100% 113%;
  width: 100%;
  height: 100px;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  line-height: 100px;
  color: #fff;
}

.content_father {
  display: none;
  padding: 20px 14px;
}

.content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px -1px 5px 0px #a7a7a7a1;

  margin-top: 10px;
}

.content .title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: #efefef solid 1px;
  width: 100%;
  font-size: 18px;
  text-align: center;
  padding: 5px 0;
  font-weight: 500;
  line-height: 2.2;
}

.content .title .iconfont {
  font-size: 18px;
  color: #095ce4;
  margin: 0 5px;
}

.content .detail {
  margin: 0px;
  padding: 10px;
  list-style: none;
}

.content .detail li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  padding: 18px 10px;
  font-size: 16px;
}

.content .detail li div:nth-child(1) {
  color: #676767;
  width: 54%;
  margin-right: 10%;
}

.content .detail li div:nth-child(2) {
  text-align: justify;
}

/* 步骤  */
.stepper-container {
  padding: 0 20px;
}

/* 步骤列表 */
.stepper-steps {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* 每个步骤的样式 */
.stepper-step {
  position: relative;
  padding: 15px 0;
  height: 60px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
}

/* 连接步骤的线 */
.stepper-step:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #ddd;
  z-index: 0;
}

.stepper-step:nth-last-child(1):before {
  display: none;
}

.stepper-step.completed:before {
  background-color: #28a745;
}

/* 步骤数字样式 */
.stepper-step .step-number {
  width: 20px;
  height: 20px;
  background-color: #ddd;
  border-radius: 50%;
  color: white;
  text-align: center;
  margin-right: 15px;
  transition: all 0.3s ease;

  z-index: 1;
}

.stepper-step.completed .step-number .iconfont {
  font-size: 20px;
  color: #28a745;
}

.stepper-step.current .step-number .iconfont {
  font-size: 20px;
  color: #007bff;
}

.stepper-step.fail .step-number .iconfont {
  font-size: 20px;
  color: #e80f0f;
}

.stepper-step .step-content {
  display: flex;
  flex-direction: column;
}
/* 文字样式 */
.stepper-step .step-text {
  font-weight: bold;
  margin-bottom: 8px;
}

.stepper-step .step-time {
  color: #888;
  font-size: 14px;
}

.noAuth {
  display: none;
  width: 100%;
  height: calc(100vh - 100px);
}

.noAuth img {
  height: 360px;
  padding-top: 100px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  display: block;
}

.noAuth .no_text {
  color: #8b8b8b;
  width: 100%;
  text-align: center;

  font-size: 22px;
  letter-spacing: 6px;
}
