.error {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  background-color: black;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error .error-text,
.error .error-tips {
  width: 100%;
  margin: 0 10rpx;
  font-weight: 400;
  font-size: 28rpx;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  word-break: break-all;
  line-height: 1.2;
}
.error .error-tips {
  margin-top: 20rpx;
}
.error .error-tips .error-refresh {
  color: red;
  padding: 0 6rpx;
  cursor: pointer;
}