/* .check-order-pages {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;

  align-items: center;
  background-color: #fff;
}

.order-status {
  color: #716e6e;
  font-size: 44rpx;
  margin-top: 16rpx;
}

.server-qrcode {
  margin-top: 8vh;
  width: 340rpx;
  height: 340rpx;
}

.server-qrcode .qrcode-img {
  width: 100%;
  height: 100%;
}

.server-tips .tips-1,
.tips2 {
  color: #6d6767;
  font-size: 36rpx;
  text-align: center;
}

.btn-group {
  position: fixed;
  bottom: 6vh;
  width: 100%;
  left: 0;
  right: 0;
}

.btn-fail {
  width: 670rpx;
  height: 96rpx;
  line-height: 96rpx;
  margin: auto;
  border-radius: 64rpx;
  text-align: center;
  color: #fff;
  font-size: 32rpx;
  background-color: #5fa7ef;
}

.btn-success {
  width: 670rpx;
  height: 96rpx;
  line-height: 96rpx;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.btn-success .btn-sub {
  width: 320rpx;
  height: 96rpx;
  line-height: 96rpx;
  border-radius: 64rpx;
  text-align: center;
  color: #fff;
  font-size: 32rpx;
  background-color: #5fa7ef;
} */
.check-order-pages {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.order-status {
  color: #716e6e;
  font-size: 2.75rem; /* 44rpx / 16 */
  margin-top: 1rem; /* 16rpx / 16 */
}

.server-qrcode {
  margin-top: 8vh;
  width: 21.25rem; /* 340rpx / 16 */
  height: 21.25rem; /* 340rpx / 16 */
}

.server-qrcode .qrcode-img {
  width: 100%;
  height: 100%;
}

.btn-group {
  /* position: fixed; */
  padding-bottom: 6vh;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  column-gap: 0.4rem;
}

.btn-fail {
  width: 41.875rem; /* 670rpx / 16 */
  height: 6rem; /* 96rpx / 16 */
  line-height: 6rem; /* 96rpx / 16 */
  margin: auto;
  border-radius: 4rem; /* 64rpx / 16 */
  text-align: center;
  color: #fff;
  font-size: 2rem; /* 32rpx / 16 */
  background-color: #5fa7ef;
}

.btn-success {
  width: 41.875rem; /* 670rpx / 16 */
  height: 6rem; /* 96rpx / 16 */
  line-height: 6rem; /* 96rpx / 16 */
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.btn-group .btn-box {
  width: 4rem; /* 320rpx / 16 */
  height: 1.3rem; /* 96rpx / 16 */
  line-height: 1.3rem; /* 96rpx / 16 */
  text-align: center;
  font-size: 0.4rem;
  border-radius: 4rem; /* 64rpx / 16 */
  text-align: center;
  color: #fff;
  background-color: #5fa7ef;
  font-weight: 500;
  color: #fff;
}

.server-tips div {
  color: #999;
  text-align: center;
  font-size: 0.4rem;
}
.server-tips {
  margin-bottom: 2rem;
}

.qrcode-img {
  width: 7rem;
  height: 7rem;
  position: relative;
  margin-top: 0.4rem;
}
.qrcode-img::after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  bottom: -2px;
  height: 8px;
  background-color: #fff;
}

.content {
  width: 100vw;
  /* height: 100vh; */
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  /* justify-content: flex-end; */
  align-items: center;
}

.status-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.status-box .text {
  font-size: 0.4rem;
  text-align: center;
  font-weight: 500;
}

.ok-img,
.fail-img {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.4rem;
}

.fail-img {
  width: 2rem;
  height: 2rem;
}
