*[data-v-fdce2720] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}
.local-wrapper[data-v-fdce2720] {
  height: 100vh;
  background-color: #fff;
}
.payment-container[data-v-fdce2720] {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.left-section[data-v-fdce2720] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 366px;
  margin-top: 90px;
}
.right-section[data-v-fdce2720] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 90px;
  padding-left: 110px;
  background: #FFFFFF;
  position: relative;
  -webkit-box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.102);
          box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.102);
  height: 100%;
}
.right-section .content[data-v-fdce2720] {
  max-width: 406px;
  border-radius: 8px;
  border: 1px solid rgba(24, 32, 88, 0.1);
  padding: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.right-section .content .validity-section .scan-title[data-v-fdce2720] {
  font-family: "Open Sans-regular";
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #1A202C;
}
.right-section .content .validity-section .validity-badge[data-v-fdce2720] {
  font-family: "Open Sans-regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #182058;
}
.payment-method[data-v-fdce2720] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.5px solid #C9CDD4;
  padding-bottom: 23px;
}
.payment-method-label[data-v-fdce2720] {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #667085;
}
.payment-logo[data-v-fdce2720] {
  height: 32px;
  width: auto;
}
.payment-logo-placeholder[data-v-fdce2720] {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #3b82f6;
  padding: 8px 16px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(59, 130, 246, 0.2);
}
.validity-section[data-v-fdce2720] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 16px 0;
}
.validity-icon[data-v-fdce2720] {
  font-size: 14px;
}
.validity-text[data-v-fdce2720] {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3b82f6;
}
.qr-section[data-v-fdce2720] {
  text-align: center;
}
.warning-info[data-v-fdce2720] {
  font-family: "Open Sans-regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #F53F3F;
  margin: 16px 0;
}
.qr-code-container[data-v-fdce2720] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.ticket-item[data-v-fdce2720] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  gap: 10px;
}
.ticket-item .button[data-v-fdce2720] {
  padding: 0;
}
.ticket-item .button .icon-rongqi[data-v-fdce2720] {
  font-size: 20px;
  color: var(--color-primary);
}
.qr-code-image[data-v-fdce2720] {
  width: 300px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.download-btn[data-v-fdce2720] {
  position: relative;
  width: 100%;
  height: 44px;
  border-radius: 8px;
  padding: 8px 24px;
  background: #182058;
  color: #fff;
  font-family: "Open Sans-regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.download-btn .icon-down[data-v-fdce2720] {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 14px;
  height: 14px;
}
.download-icon[data-v-fdce2720] {
  font-size: 16px;
}
.error-msg[data-v-fdce2720] {
  text-align: center;
  padding: 100px 20px;
  max-width: 600px;
  margin: 0 auto;
}
.error-msg .unknow[data-v-fdce2720] {
  width: 120px;
  height: auto;
  margin-bottom: 24px;
}
.error-msg .tips[data-v-fdce2720] {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #667085;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
.local-wrapper[data-v-fdce2720] {
    background-color: #F9FAFB;
    padding: 16px;
    overflow-x: hidden;
}
.payment-container[data-v-fdce2720] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
}
.left-section[data-v-fdce2720],
.right-section[data-v-fdce2720] {
    background: #fff;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
}
.left-section .product-content[data-v-fdce2720] {
    padding: 0;
}
.left-section .order-summary[data-v-fdce2720] {
    padding: 0;
}
.right-section[data-v-fdce2720] {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.right-section .content[data-v-fdce2720] {
    padding: 16px;
}
.payment-method[data-v-fdce2720] {
    margin-bottom: 20px;
}
.payment-method-label[data-v-fdce2720] {
    font-size: 13px;
}
.payment-logo[data-v-fdce2720] {
    height: 28px;
}
.payment-logo-placeholder[data-v-fdce2720] {
    font-size: 14px;
    padding: 6px 12px;
}
.validity-section[data-v-fdce2720] {
    margin-bottom: 24px;
}
.validity-text[data-v-fdce2720] {
    font-size: 13px;
}
.scan-title[data-v-fdce2720] {
    font-size: 18px;
}
.warning-info[data-v-fdce2720] {
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 8px;
}
.qr-code-image[data-v-fdce2720] {
    width: 220px;
    height: 220px;
}
.download-btn[data-v-fdce2720] {
    padding: 14px 28px;
    font-size: 15px;
    min-width: 140px;
}
}
.left-section .order-summary {
  padding: 0;
}
.left-section .order-summary .product-content {
  padding: 0;
}
.local-wrapper .el-button--text {
  color: #182058;
}
