.content-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-box .img-box {
  width: 2.91rem;
  height: 2.08rem;
}
.content-box .img-box img {
  width: 100%;
  height: 100%;
}
.content-box .tips-box {
  text-align: center;
  color: #666B80;
  font-size: 0.16rem;
  margin-top: 0.5rem;
}
.content-box .tran-again {
  margin-top: 0.06rem;
  cursor: pointer;
  color: var(--color-primary);
  font-size: 0.16rem;
}

/* Codex not found polish */
.content-box {
  min-height: calc(100vh - 140px);
  background: #ffffff;
  border: 1px solid #e6ebf2;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(20, 34, 66, 0.04);
}
.content-box .tips-box {
  color: #667085;
}
.content-box .tran-again {
  font-weight: 700;
}
