
.main {
  padding: 1.6rem 1.42rem 0 1.42rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main .main-img{
  width: 2.42rem;
  height: 2.4rem;
}

.main .appli-success {
  margin: 0.24rem 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.main .reminder {
  margin-bottom: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #555;
}

.main .count {
  font-size: 13px;
  line-height: 18px;
  color: #999;
}


.main .goBack {
  margin: 0.48rem 0;
  border: 1px solid #1869FF;
  color: #1869FF;
  border-radius: 4px;
  padding: 0.2rem 0.64rem;
  background-color: #fff;
}