/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::selection {
  text-shadow: none;
  background: #b3d4fc;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden, [hidden] {
  display: none !important;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  white-space: inherit;
  width: auto;
  margin: 0;
  position: static;
  overflow: visible;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media print {
  *, :before, :after {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: #fff !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

:root {
  --hu-color-primary: linear-gradient(0deg, #fe6936, #fb3f48);
}

button, .btn {
  background: var(--hu-color-primary);
  box-shadow: none;
  color: #fff;
  border: none;
  border-radius: 17px;
  width: 74px;
  height: 32px;
  font-size: 10px;
  font-weight: 400;
}

a.btn {
  place-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-grid;
}

button a {
  color: #fff;
  text-decoration: none;
}

.btn.disabled, button.disabled {
  color: #fff;
  background: #b4b4b4;
}

body {
  font-family: Arial Normal, Arial;
  background-repeat: round !important;
  background-size: cover !important;
}

.bg {
  min-height: 100vh;
}

.loading {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.loading-bar {
  background-color: #ccc;
  width: 4px;
  height: 18px;
  margin: 0 2px;
  animation: 1s ease-in-out infinite loading;
}

.loading-bar:first-child {
  animation-delay: -.4s;
}

.loading-bar:nth-child(2) {
  animation-delay: -.3s;
}

.loading-bar:nth-child(3) {
  animation-delay: -.2s;
}

.loading-bar:nth-child(4) {
  animation-delay: -.1s;
}

.loading-bar:nth-child(5) {
  animation-delay: 0s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1, 2.5);
  }

  40% {
    transform: scale(1);
  }
}

#banner-container #banner {
  width: 100%;
}

#czpt {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -10%;
  position: relative;
}

#czpt:after {
  content: "";
  background-size: cover;
  width: 162px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: -13px;
  left: 98px;
}

#xmpt {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

#czpt #czpt-header, #xmpt #xmpt-header {
  align-items: center;
  display: flex;
}

#czpt #czpt-header h4, #xmpt #xmpt-header h4 {
  color: #333;
  margin: 0 0 0 10px;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 800;
  line-height: 27px;
  position: relative;
}

#czpt #czpt-header h4:before, #xmpt #xmpt-header h4:before {
  content: "";
  background: linear-gradient(0deg, #fe6936, #fb3f48);
  width: 5px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: -11px;
}

#czpt #czpt-header a, #xmpt #xmpt-header a {
  color: #333;
  margin: 0;
  padding-right: 17px;
  font-family: Arial Negreta, Arial Normal, Arial;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

#czpt #czpt-header a:after, #xmpt #xmpt-header a:after {
  content: "";
  background: url("keyboard-arrow-right.7c2f7f13.png") 0 0 / cover;
  width: 7px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
}

.czpt-body, .xmpt-body {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  padding: 15px 0;
  display: flex;
}

.czpt-items, .xmpt-items {
  text-align: center;
  background: #e7e7e7;
  border-radius: 7px;
  width: calc(50% - 15px);
  margin-bottom: 15px;
  margin-left: 15px;
  padding-bottom: 10px;
  overflow: hidden;
}

.czpt-item-img, .xmpt-item-img {
  width: 100%;
}

.czpt-item-title, .xmpt-item-title {
  color: #333;
  margin-bottom: 4px;
  font-family: PingFang SC;
  font-size: 13px;
  font-weight: 800;
}

.xmpt-price {
  color: #7b7b7b;
  margin: 0 0 10px;
  font-family: PingFang SC;
  font-size: 10px;
  font-weight: 500;
  text-decoration: line-through;
}

.xmpt-items {
  padding-bottom: 5px;
}

.xmpt-items button {
  margin-bottom: 5px;
}

.czpy-detail {
  background: #fff;
  border-radius: 10px;
  margin: 15px;
  padding: 15px;
  display: flex;
}

.czpt-detail-img-container {
  margin-right: 20px;
}

.czpt-detail-img {
  border-radius: 7px;
  width: 130px;
}

.czpt-detail-title {
  color: #333;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Arial Negreta, Arial Normal, Arial;
  font-size: 16px;
  font-weight: 700;
}

.czpt-detail-description {
  color: #929292;
  margin: 0;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
}

.czpt-detail-activity-price {
  color: #fe1929;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: PingFang SC, serif;
  font-size: 14px;
  font-weight: bold;
}

.czpt-detail-activity-price span {
  color: #fe1929;
  font-family: Arial Normal, Arial;
  font-size: 20px;
  font-weight: bold;
}

.czpy-detail-countdown {
  text-align: center;
  color: #333;
  padding: 10px;
  font-family: Arial Normal, Arial;
  font-size: 14px;
  font-weight: bold;
}

.czpy-detail-countdown-time {
  color: #fd4149;
}

.czpy-detail-countdown .box {
  text-align: center;
  color: #fff;
  background: linear-gradient(276deg, #fe6936, #fb3f48);
  border-radius: 4px;
  place-content: center;
  align-items: center;
  width: 32px;
  height: 27px;
  margin: 4px;
  font-family: PingFang SC;
  font-weight: 800;
  display: inline-flex;
}

.czpy-detail-participant {
  text-align: center;
  color: #333;
  font-family: Arial Normal, Arial;
  font-size: 14px;
  font-weight: 400;
}

.czpy-detail-participant .avatars-container {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.czpy-detail-participant .avatars-container .avatar {
  border: 1px solid #fd4149;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-top: 5px;
  margin-left: 8px;
  margin-right: 8px;
}

.czpy-detail-participant .avatars-container div.avatar {
  background: #f8f9f9;
  border: 1px dashed #b4b4b4;
  place-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.czpy-detail-participant .avatars-container div.avatar svg {
  color: #b4b4b4;
  width: 28px;
  height: 28px;
}

.czpy-detail-participant .avatars-container .avatar-container {
  display: inline-block;
  position: relative;
}

.avatar-badge {
  width: 44px;
  position: absolute;
  top: 30px;
  left: 9px;
}

button img {
  vertical-align: bottom;
  width: 15px;
  margin-right: 10px;
}

.czpy-detail-participant .czpy-detail-participant-text {
  color: #7f7f7f;
  font-family: Arial Normal, Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.czpy-detail-participant-text {
  margin: 20px 0;
}

.czpy-detail-participant .tips {
  color: #fd4149;
  font-family: Arial Normal, Arial;
  font-size: 16px;
  font-weight: bold;
}

.czpy-detail-participant .czpy-detail-participant-text a {
  color: #f90;
  text-decoration: none;
}

.czpy-detail-pay {
  text-align: center;
  padding: 10px;
}

.czpy-detail-pay button {
  color: #fff;
  letter-spacing: normal;
  background: linear-gradient(276deg, #fe6936, #fb3f48);
  border: none;
  border-radius: 20px;
  padding: 10px 15px;
  font-family: Arial Normal, Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.czpt-content {
  background: #fff;
  border-radius: 10px;
  margin: 15px;
  padding: 15px;
}

.czpt-content-title {
  text-align: center;
  margin: 0;
}

.czpt-activity-detail {
  background: #fff;
  border-radius: 10px;
  margin: 15px;
  padding: 15px;
}

.qt-pt {
  height: 220px;
  margin: 10px 0;
  padding: 0 10px;
  overflow: auto;
}

.qt-pt-item {
  border-bottom: 1px solid #e3e3e3;
  align-content: center;
  align-items: center;
  padding: 15px 0;
  display: flex;
}

.qt-pt-item .avatar {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-right: 10px;
}

.qt-pt-item-context {
  flex-grow: 1;
  font-size: 13px;
}

.qt-pt-item-context .tips {
  margin-left: 6px;
}

.qt-pt-item-context .tips span {
  color: #fd4149;
}

.czpt-activity-detail-title {
  color: #333;
  margin: 0 0 0 10px;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 800;
  line-height: 27px;
  position: relative;
}

.czpt-activity-detail-title:before {
  content: "";
  background: linear-gradient(0deg, #fe6936, #fb3f48);
  width: 5px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: -11px;
}

.czpt-activity-detail-context {
  margin-top: 10px;
  padding: 10px 10px 20px;
  font-size: 14px;
}

.App-page {
  background: #f8f8fa;
  min-height: 100vh;
  padding-top: 51px;
}

.TopBar {
  z-index: 10000;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 53px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.TopBar div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.TopBar button {
  color: #a7a7a7;
  background: #f8f8fa;
  width: 67px;
  height: 33px;
  padding: 0;
  font-size: 13px;
}

.TopBar button.active {
  color: #fff;
  background: #23b7b6;
}

.wdpt-item-card {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}

.wdpt-item-card .wdpt-item-card-header, .tips, .wdpt-item-card .wdpt-item-card-footer .tips {
  color: #b0b0b0;
  margin: 0;
  font-size: 13px;
}

.wdpt-item-card .wdpt-item-card-body {
  border-bottom: 1px dashed #b0b0b0;
  margin: 10px 0;
  padding: 15px 0;
}

.wdpt-item-card-content {
  display: flex;
}

.wdpt-item-card-context-sn {
  color: #929292;
  margin: 0;
  font-family: PingFang SC;
  font-size: 13px;
  font-weight: 500;
}

.wdpt-item-card-context {
  flex-grow: 1;
}

.wdpt-item-card-context-original-price, .wdpt-item-card-context-activity-price, .wdpt-item-card-context-pay-price {
  color: #929292;
  margin: 0;
  font-size: 12px;
}

.wdpt-item-card-context-original-price {
  text-decoration: line-through;
}

.wdpt-item-card-context {
  flex-direction: column;
  display: flex;
}

.wdpt-item-card-context .avatars-container {
  flex-grow: 1;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.wdpt-item-card-context .avatar-container:first-child {
  margin-left: -11px;
}

.wdpt-item-card-context .avatar-container {
  margin-left: -30px;
}

.wdpt-item-card-footer {
  align-items: center;
  display: flex;
}

.wdpt-item-card-footer button {
  background: #23b7b6;
  padding: 8px 11px;
}

.wdpt-item-container {
  padding: 5px 8px;
}

.wdpt-item-container .wdpt-item-card {
  margin: 5px 0;
  padding: 5px;
}

.wdpt-item-card-header {
  padding: 13px 9px;
}

.wdpt-item-card-header .tips {
  color: #b0b0b0;
  margin: 0;
  font-size: 13px;
}

.wdpt-item-card .wdpt-item-card-body {
  margin: 0;
  padding: 7px 9px;
}

.wdpt-item-card .wdpt-item-card-body .wdpt-item-card-content {
  margin-bottom: 14px;
}

.wdpt-item-card-content .wdpt-item-card-img-container {
  margin-right: 15px;
}

.wdpt-item-card-content .wdpt-item-card-img-container .wdpt-item-card-img {
  border-radius: 4px;
  width: 120px;
}

.wdpt-item-card-context-title {
  margin: 0 0 10px;
  font-size: 15px;
}

.wdpt-item-card-context-sn {
  color: #929292;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 500;
}

.wdpt-item-card-context-original-price, .wdpt-item-card-context-activity-price, .wdpt-item-card-context-pay-price {
  color: #929292;
  text-align: right;
  margin: 2px 0;
  font-size: 10px;
}

.wdpt-item-card-context-pay-price {
  color: #23b7b6;
  font-size: 14px;
  font-weight: bold;
}

.wdpt-item-card-context-pay-price span {
  font-size: 18px;
}

.wdpt-item-card-context .avatars-container div.avatar {
  background: #f8f9f9;
  border: 1px solid #fff;
  place-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.wdpt-item-card-footer button {
  background: #23b7b6;
  width: 74px;
  height: 28px;
}

.wdpt-item-card-footer button.outlined {
  color: #23b7b6;
  background: none;
  border: 1px solid #23b7b6;
  padding: 0;
}

.wdpt-item-card-footer {
  padding: 13px 9px;
}

.wdpt-item-card-footer .czpy-detail-countdown .box {
  width: 23px;
  height: 21px;
}

.wdpt-item-status1 {
  background: url("已成功.55a4c846.png") 0 0 / cover;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.wdpt-item-status2 {
  background: url("进行中.4b6cf3a1.png") 0 0 / cover;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.wdpt-item-status3 {
  background: url("已超时.6ec16e03.png") 0 0 / cover;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.wdpt-item-status4 {
  background: url("待支付.48177654.png") 0 0 / cover;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.htmlContent, .htmlContent img {
  width: 100%;
}

span#originalPrice {
  color: #7a7a7a;
  font-size: 13px;
  text-decoration: line-through;
}

.wdpt-item-card-context .avatars-container .avatar {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.wdpt-item-card-context .avatars-container svg {
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 86px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.wdpt-btn {
  border-radius: 7px;
  width: 32px;
  height: 91px;
  position: fixed;
  bottom: 212px;
  right: 19px;
  box-shadow: 2px 2px 4px #c94246;
}

.wdpt-btn a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.tksj {
  text-align: center;
  color: #7b7b7b;
  background: #f8f9f9;
  border-radius: 6px;
  height: 38px;
  margin: 5px 0;
  line-height: 38px;
}

.tksj span {
  color: #f77377;
}

.dzf-tisp {
  color: #fff;
  background: #ff0007;
  border-radius: 30px;
  place-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-weight: bold;
  display: flex;
  position: absolute;
  top: -6px;
  right: -3px;
}

#czpt:after {
  content: "";
  background-position: top;
  background-size: cover;
  width: 162px;
  height: 30px;
  margin: auto;
  display: inline-block;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
}

.czpt-activity-detail-context {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}

.htmlContent p {
  margin: 0;
  padding: 0;
}

button, .btn {
  width: 76px;
  height: 29px;
}

#czpt, #xmpt {
  background-color: #fff;
  margin: 18px 14px;
  padding: 35px 19px 19px;
}

#czpt {
  margin-top: -10%;
}

.xmpt-items button {
  width: 63px;
  margin-bottom: 5px;
}

.xmpt-items button:nth-child(odd) {
  margin-left: 4px;
}

.wdpt-item-card-footer .czpy-detail-countdown {
  text-align: left;
  padding: 0;
  font-size: 11px;
}

.wdpt-item-card-context .avatars-container div.avatar {
  color: #dedede;
  background: #f8f9f9;
  border: 1px solid #fff;
  place-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.wdpt-item-card-context .avatar-container {
  width: 34px;
  height: 34px;
  margin-left: -13px;
}

.dialog-box-bg {
  background: #00000087;
  place-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.dialog-box {
  color: #fff;
  background: url("背景@2x.57637a93.png") 0 0 / cover;
  width: 324px;
  height: 381px;
}

.dialog-box-content {
  text-align: center;
  padding: 43px;
}

.dialog-box-content p {
  margin-top: 196px;
  font-size: 15px;
}

.dialog-box-content button {
  background: url("按钮@2x.e00c06d2.png") 0 0 / cover;
  width: 230px;
  height: 53px;
}

.noAuth {
  height: 100vh;
  display: flex;
}

.noAuth .noAuthBox {
  align-items: center;
  width: calc(100vw - 40px);
  height: 100vh;
  padding: 0 55px;
  display: flex;
}

.noAuth .noAuthP {
  text-align: center;
  align-content: center;
  width: 100%;
  margin: 0;
  font-size: 40px;
}

.noAuth .noAuthBtn {
  width: 250px;
  font-size: 26px;
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%);
}

/*# sourceMappingURL=index.47ca9330.css.map */
