html,
body {
  background-color: #009ded;
}

.orderd-wrap {
  width: 100%;
  padding: 0.4rem 0;
}

.smry-box {
  width: 14.75rem;
  margin: 0 auto;
}

.smry-top {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  text-align: center;
  padding: 0.35rem 0 0.15rem;
}

.smry-title {
  color: #333;
  font-size: 0.6rem;
}

.taicket-panel,
.qr-main {
  background-color: #fff;
  overflow: hidden;
  margin-top: -1px;
  position: relative;
}

.taicket-panel .swiper-slide {
  font-size: 0.6rem;
  text-align: center;
  padding: 0.2rem 0;
  color: #333;
  overflow: hidden;
}

.taicket-panel .btn-scenic {
  color: #2a93ff;
}

.taicket-panel .swiper-slide p {
  color: #999;
  font-size: 0.5rem;
  margin-top: 0.1rem;
}

.taicket-panel .btn-scenic p {
  color: #2a93ff;
}

.taicket-panel .swiper-button-next,
.taicket-panel .swiper-button-prev {
  color: #007aff;
  --swiper-navigation-size: 44px;
}

.qr-main {
  background-color: #fff;
  text-align: center;
}

.qrcode-panel {
  background-color: #fff;
  width: 100%;
}

.fzm {
  color: #999;
  text-align: center;
  height: 1.35rem;
  line-height: 1.35rem;
  font-size: 0.4rem;
  margin-top: 0.25rem;
}

.qrcode-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.15rem 0 0.05rem;
  overflow: hidden;
}

.qrcode-img img,
.qrcode-img canvas,
#qrcode img,
#qrcode canvas {
  width: 280px !important;
  height: 280px !important;
  max-width: 280px !important;
  max-height: 280px !important;
  display: block !important;
  margin: 0 auto !important;
}

#qrcode {
  display: block !important;
  width: 280px !important;
  height: 280px !important;
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
}

.btn-fresh {
  text-align: center;
  color: #999;
  font-size: 0.4rem;
  margin-top: 0.1rem;
}

.qrcode-explian {
  text-align: center;
  color: #333;
  font-size: 0.65rem;
  margin-top: 0.1rem;
}

.font_colre {
  color: red;
}

.order-detail {
  background-color: #fff;
  padding: 0.2rem 1.2rem 0;
  margin-top: 0.25rem;
}

.oit {
  font-size: 0.6rem;
  color: #333;
  font-weight: normal;
}

.order-detail ul {
  margin-top: 0.2rem;
}

.order-detail ul li {
  line-height: 1rem;
  color: #969696;
  font-size: 0.6rem;
}

.order-list p {
  width: 100%;
  margin-left: 0.1rem;
  color: #969696;
  font-size: 0.6rem;
  line-height: 1rem;
}

.main-bg {
  width: 100%;
  height: 0.625rem;
  line-height: 0.625rem;
  text-align: center;
  color: #dfdfdf;
  font-size: 0.3rem;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.main-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  border-top: 1px dashed #dfdfdf;
  transform: translateY(-50%);
}

.main-bg::after,
.main-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--page-blue, #009ded);
  transform: translateY(-50%);
}

.main-bg::before {
  left: -0.25rem;
}

.main-bg::after {
  right: -0.25rem;
}

.main-bg p {
  height: 0.625rem;
  line-height: 0.625rem;
  padding: 0 1.2rem;
}

.beizhu {
  background-color: #fff;
  padding: 0.3rem 1.2rem 0;
  font-size: 0.65rem;
  color: #336;
  word-wrap: break-word;
  word-break: break-all;
}

.beizhu-con {
  font-size: 0.65rem;
  color: #336;
  margin-top: 0.3rem;
}

.foot-bg {
  width: 100%;
  height: 0.725rem;
  background-color: #fff;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.error-page {
  display: none;
  min-height: 50vh;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  padding: 1rem;
}

body.error .orderd-wrap {
  display: none;
}

body.error .error-page {
  display: flex;
}
