.content-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-box .img-box {
  position: relative;
  width: 2.82rem;
  height: 4.55rem;
  background: url('../img/common/network_erro.png') center no-repeat;
  background-size: 100% 100%;
}
.content-box .img-box .tips-box {
  position: absolute;
  left: 0.96rem;
  bottom: 0.9rem;
  text-align: center;
}
.content-box .img-box .tips-box .tips-text {
  margin-top: 0.12rem;
  color: #666B80;
  font-size: 0.16rem;
}
.content-box .img-box .tips-box .tran-again {
  margin-top: 0.06rem;
  cursor: pointer;
  color: var(--color-primary);
  font-size: 0.16rem;
}
