.loadingbg[data-v-f7251950] {
  background-color: #eef5f5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7;
}
.loadingbg .loading[data-v-f7251950] {
  height: 4.4375rem;
  left: 50%;
  margin: -2.0625rem 0 0 -2.0625rem;
  position: absolute;
  top: 50%;
  width: 4.4375rem;
}
.loadingbg .loading .loadingimg[data-v-f7251950] {
  display: block;
  height: 4.4375rem;
  margin: 0 auto;
  width: 4.4375rem;
}
.loadingbg .loading .loading_text[data-v-f7251950] {
  color: #999;
  font-size: .875rem;
  margin-top: .75rem;
  text-align: center;
}
.wrapper[data-v-1afe30c5] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-y: scroll;
  overscroll-behavior-y: none;
}
.wrapper[data-v-1afe30c5]::-webkit-scrollbar {
  display: none;
}
.coupon[data-v-1afe30c5] {
  background: #eef5f5;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.coupon[data-v-1afe30c5] .tc-field-extra {
  max-width: 40%;
}
.coupon[data-v-1afe30c5] .tc-field-extra-close {
  align-items: center;
  display: flex;
}
.coupon[data-v-1afe30c5] .tc-field-extra-suffix {
  overflow: hidden;
  width: 100%;
}
.coupon[data-v-1afe30c5] .tc-field-extra-suffix .tc-button > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.coupon-header[data-v-1afe30c5] {
  background: #fff;
  padding: 0 1rem;
  position: absolute;
  width: 100%;
  z-index: 8;
}
.coupon-header h2[data-v-1afe30c5] {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1rem;
}
.coupon-header[data-v-1afe30c5]:after {
  border-bottom: .03125rem solid #e4e4e4;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
}
.coupon-search[data-v-1afe30c5] {
  display: flex;
  margin-top: .5rem;
}
.coupon-search.hide-tab[data-v-1afe30c5] {
  margin-bottom: .5rem;
}
.coupon-tab[data-v-1afe30c5] {
  overflow-x: scroll;
}
.coupon-tab[data-v-1afe30c5],
.coupon-tab-item[data-v-1afe30c5] {
  align-items: center;
  display: flex;
  position: relative;
}
.coupon-tab-item[data-v-1afe30c5] {
  color: #000;
  flex: 1 1 33.33%;
  flex-direction: column;
}
.coupon-tab-item-title[data-v-1afe30c5] {
  align-items: center;
  border-radius: 1.25rem;
  display: flex;
  font-size: .875rem;
  margin-bottom: .125rem;
  margin-top: .375rem;
  padding: .375rem 1rem;
  white-space: nowrap;
}
.coupon-tab-item-line[data-v-1afe30c5] {
  backface-visibility: hidden;
  background-color: #00c868;
  bottom: 0;
  height: .125rem;
  position: absolute;
  transform: translate(-50%);
  transition: left .3s ease-in-out;
  width: 1.5rem;
}
.coupon-tab-item.active[data-v-1afe30c5] {
  color: #00c868;
  font-weight: 600;
}
.coupon-list[data-v-1afe30c5] {
  display: flex;
  flex-direction: column;
  margin-top: 5.75rem;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  padding: 0 1rem 3rem;
  position: relative;
  transition: top .5s cubic-bezier(.33, 1, .68, 1);
}
.coupon-list[data-v-1afe30c5]::-webkit-scrollbar {
  display: none;
}
.coupon-list.has-title[data-v-1afe30c5] {
  margin-top: 9.0625rem;
}
.coupon-list.has-title.has-filter[data-v-1afe30c5] {
  margin-top: 11.9375rem;
}
.coupon-list.has-title.hide-tab[data-v-1afe30c5] {
  margin-top: 5.9375rem;
}
.coupon-list.has-filter[data-v-1afe30c5] {
  margin-top: 8.625rem;
}
.coupon-list.hide-tab[data-v-1afe30c5] {
  margin-top: 3.625rem;
}
.coupon-list-item[data-v-1afe30c5] {
  background: #fff;
  border-radius: .5rem;
  display: flex;
  margin-bottom: .5rem;
  position: relative;
}
.coupon-list-item[data-v-1afe30c5] .coupon-list-item-warning {
  background: #fff7f2;
  border: .03125rem solid #ffd5c3;
  border-radius: 0 .25rem;
  color: #ff4d00;
  font-size: .625rem;
  padding: .0625rem .25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.coupon-list-item[data-v-1afe30c5] .coupon-list-item-success {
  background: #e8fff6;
  border: .03125rem solid #ccebd9;
  border-radius: 0 .25rem;
  color: #00b55e;
  font-size: .625rem;
  padding: .0625rem .25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.coupon-list-item[data-v-1afe30c5]:first-child {
  margin-top: 1rem;
}
.coupon-list-item-border[data-v-1afe30c5] {
  background: #e4e4e4;
  height: .0625rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -1rem;
  width: 100%;
}
.coupon-list-item-left[data-v-1afe30c5] {
  align-items: center;
  display: flex;
  padding: 1rem;
  position: relative;
}
.coupon-list-item-left-img[data-v-1afe30c5] {
  height: 1.5rem;
  width: 1.5rem;
}
.coupon-list-item-left-img img[data-v-1afe30c5] {
  display: block;
  height: 100%;
  width: 100%;
}
.coupon-list-item-line[data-v-1afe30c5] {
  margin: 1rem 0;
  position: relative;
}
.coupon-list-item-line[data-v-1afe30c5]:after {
  border-right: .0625rem dashed #e4e4e4;
  content: "";
  display: block;
  height: 100%;
  left: -.0625rem;
  position: absolute;
  top: 0;
}
.coupon-list-item-right[data-v-1afe30c5] {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  position: relative;
  width: 100%;
}
.coupon-list-item-right[data-v-1afe30c5]:before {
  border: .0625rem solid #eef5f5;
  border-bottom-left-radius: .75rem;
  border-bottom-right-radius: .75rem;
  top: -.0625rem;
}
.coupon-list-item-right[data-v-1afe30c5]:after,
.coupon-list-item-right[data-v-1afe30c5]:before {
  background: #eef5f5;
  content: "";
  display: block;
  height: .375rem;
  left: 0;
  position: absolute;
  transform: translate(-50%);
  width: .75rem;
}
.coupon-list-item-right[data-v-1afe30c5]:after {
  border: .0625rem solid #eef5f5;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  bottom: -.0625rem;
}
.coupon-list-item-right-title[data-v-1afe30c5] {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}
.coupon-list-item-right-subtitle[data-v-1afe30c5] {
  color: #000;
  font-size: .75rem;
  margin-bottom: .375rem;
  margin-top: .125rem;
}
.coupon-list-item-right-tips[data-v-1afe30c5] {
  color: #666;
  font-size: .75rem;
  font-weight: 400;
  margin-top: .125rem;
}
.coupon-list-item-right-tips[data-v-1afe30c5] .desc-default {
  color: #666;
}
.coupon-list-item-right-tips[data-v-1afe30c5] .desc-success span {
  color: #00b55e;
  margin: 0 .3125rem;
}
.coupon-list-item-right-tips[data-v-1afe30c5] .desc-fail {
  color: #ff4d00;
}
.coupon-list-item-right-order-no[data-v-1afe30c5] {
  color: #666;
  font-size: .75rem;
  font-weight: 400;
  margin-top: .125rem;
}
.coupon-list-item-right-unuse-tip[data-v-1afe30c5],
.coupon-list-item-right-usetime[data-v-1afe30c5] {
  color: #000;
  font-size: .75rem;
  font-weight: 400;
  margin-top: .5rem;
}
.coupon-list-item-right-unuse-tip[data-v-1afe30c5] {
  margin-top: .125rem !important;
}
.coupon-list-item-right-usetime[data-v-1afe30c5] {
  color: #666;
  font-size: .75rem;
  font-weight: 400;
  margin-top: .125rem;
}
.coupon-list-item-right-footer[data-v-1afe30c5] {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: space-between;
  margin-top: .5rem;
}
.coupon-list-item-right-footer.mt8[data-v-1afe30c5] {
  margin-top: .5rem;
}
.coupon-list-item-right-footer-detail[data-v-1afe30c5] {
  color: #00c868;
  font-size: .75rem;
  font-weight: 400;
  max-width: calc(100vw - 7.5rem);
  overflow: hidden;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coupon-list-item-right-footer-btn[data-v-1afe30c5] {
  border-radius: 2rem !important;
  font-weight: 500;
  height: 2.25rem !important;
  margin-left: auto;
}
.coupon-list-item-btn[data-v-1afe30c5] {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap-reverse;
}
.coupon-list-item-btn-use[data-v-1afe30c5] {
  border-radius: 2rem !important;
  font-weight: 500;
  height: 2.25rem !important;
  max-width: calc(100vw - 7.5rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coupon-list-item-btn-use.plain[data-v-1afe30c5] {
  border: .0625rem solid #00c868;
  color: #00c868;
}
.coupon-list .disabled[data-v-1afe30c5] {
  opacity: .4;
}
.coupon-list-tips[data-v-1afe30c5] {
  color: #999;
  font-size: .75rem;
  margin-bottom: .5rem;
}
.coupon-modal-content[data-v-1afe30c5] {
  color: #000;
  display: flex;
  flex-direction: column;
}
.coupon-modal-content-name[data-v-1afe30c5] {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin: 1rem 0;
}
.coupon-modal-content-code[data-v-1afe30c5] {
  font-size: .875rem;
}
.coupon-modal-content-code .copy[data-v-1afe30c5] {
  color: #00c868;
  margin-left: 1rem;
  position: relative;
}
.coupon-modal-content-code .copy[data-v-1afe30c5]:after {
  background: #e4e4e4;
  content: "";
  height: .625rem;
  left: -.5rem;
  position: absolute;
  top: 20%;
  transform: translate(-50%);
  width: .0625rem;
}
.coupon-modal-content-time[data-v-1afe30c5] {
  font-size: .875rem;
  margin-top: .5rem;
}
.coupon-modal-content-rule[data-v-1afe30c5] {
  border-top: .03125rem solid #e4e4e4;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}
.coupon-modal-content-rule-title[data-v-1afe30c5] {
  font-size: .875rem;
  font-weight: 700;
}
.coupon-modal-content-rule-info[data-v-1afe30c5] {
  font-size: .875rem;
  margin-top: .5rem;
  max-height: 17.5rem;
  overflow: auto;
  white-space: pre-wrap;
}
.coupon-modal-content-btn[data-v-1afe30c5] {
  border-radius: 2rem;
  height: 3rem;
  margin-bottom: .75rem;
  margin-top: 1.5rem;
}
.suffix-icon[data-v-1afe30c5] {
  align-items: center;
  border-radius: 3.875rem;
  display: flex;
  font-weight: 500;
  height: 2rem;
  justify-content: center;
  min-width: 4.75rem;
}
.suffix-icon > img[data-v-1afe30c5] {
  height: 1rem;
  width: 1rem;
}
.filter-wrap[data-v-1afe30c5] {
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: .75rem 0 .625rem;
}
.filter-wrap[data-v-1afe30c5],
.filter-wrap-box[data-v-1afe30c5] {
  align-items: center;
  display: flex;
}
.filter-wrap-box[data-v-1afe30c5] {
  background: #f7f8fb;
  border-radius: .25rem;
  color: #000;
  flex-shrink: 0;
  font-size: .75rem;
  height: 1.75rem;
  justify-content: center;
  margin-right: .5rem;
  padding: 0 .75rem;
  position: relative;
}
.filter-wrap-box[data-v-1afe30c5]:after {
  border: .0625rem solid transparent;
  border-radius: .5rem;
  content: "";
  height: 200%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scale(.5);
  transform-origin: 0 0;
  width: 200%;
}
.filter-wrap-box-logo[data-v-1afe30c5] {
  height: 1rem;
  margin-right: .25rem;
  width: 1rem;
}
.filter-wrap-box.active[data-v-1afe30c5] {
  background: #e6fff3;
  color: #00c868;
  position: relative;
}
.filter-wrap-box.active[data-v-1afe30c5]:after {
  border: .0625rem solid #00c868;
  border-radius: .5rem;
  content: "";
  height: 200%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scale(.5);
  transform-origin: 0 0;
  width: 200%;
}
.filter-content[data-v-1afe30c5] {
  padding: 0 1rem;
}
.filter-content-title[data-v-1afe30c5] {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
.filter-content-list[data-v-1afe30c5] {
  padding-bottom: 1.75rem;
}
.filter-content-list-item[data-v-1afe30c5] {
  align-items: center;
  display: flex;
  font-size: .875rem;
  height: 2.25rem;
  justify-content: space-between;
  width: 100%;
}
.filter-btn-wrap[data-v-1afe30c5] {
  align-items: center;
  box-shadow: 0 -.3125rem .625rem -.1875rem #0000000d;
  display: flex;
  padding: .75rem 1rem 0;
}
.filter-btn-wrap .sure-btn[data-v-1afe30c5] {
  border-radius: 2rem;
  flex: 1;
  font-weight: 600;
  height: 3rem;
  margin-left: .5rem;
}
.filter-btn-wrap .cancel-btn[data-v-1afe30c5] {
  background: #fff;
  border: .0625rem solid #00c868;
  border-radius: 2rem;
  color: #00c868;
  font-weight: 400;
  height: 3rem;
  width: 8rem;
}
.filter-btn-wrap .cancel-btn.active[data-v-1afe30c5]:before,
.filter-btn-wrap .cancel-btn[data-v-1afe30c5]:before {
  background: #fff !important;
}
.filter-icon[data-v-1afe30c5] {
  font-size: 1rem;
  margin-right: .25rem;
}
.retry-btn[data-v-1afe30c5] {
  border-radius: 2rem;
}
[data-v-1afe30c5] .tc-checkbox__child:after {
  box-sizing: border-box;
}
.success-exchange-modal {
  border-radius: 1rem;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 18.4375rem;
  -webkit-tap-highlight-color: transparent;
  background:
    linear-gradient(
      180deg,
      #00c868 25.55%,
      #fff);
  padding-top: 1rem;
}
.success-exchange-modal-title {
  color: #faff00;
  font-size: 1.375rem;
  font-weight: 700;
}
.success-exchange-modal-body {
  -o-border-image: url(https://pic5.reshg.com/i/ori/1IhUeYpjkju.png.webp) 18 18 18 216 fill;
  border-image: url(https://pic5.reshg.com/i/ori/1IhUeYpjkju.png.webp) 18 18 18 216 fill;
  border-image-width: .375rem .375rem .375rem 4.5rem;
  border-radius: .5rem;
  display: flex;
}
.success-exchange-modal-body.point {
  background: url(https://pic5.reshg.com/i/ori/1IhUpMKsZjO.png.webp) 50%/100% 100% no-repeat;
}
.success-exchange-modal-body-left {
  align-items: center;
  display: flex;
  padding: .75rem 1rem;
  position: relative;
}
.success-exchange-modal-body-left-img {
  height: 2rem;
  width: 2rem;
}
.success-exchange-modal-body-left-img img {
  display: block;
  height: 2rem;
  width: 2rem;
}
.success-exchange-modal-body-line {
  background: #e4e4e4;
  margin: 1rem 0;
  transform: scaleX(.5);
  width: .0625rem;
}
.success-exchange-modal-body-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-shrink: 0;
  padding: .75rem;
  position: relative;
  width: 12.375rem;
}
.success-exchange-modal-body-right-title {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}
.success-exchange-modal-body-right-subtitle {
  color: #000;
  font-size: .75rem;
  font-weight: 400;
  margin-top: .125rem;
  text-align: left;
}
.success-exchange-modal .success-exchange-modal-cancel-btn,
.success-exchange-modal .success-exchange-modal-use-now {
  height: 2.5rem;
}
.success-exchange-modal .success-exchange-modal-cancel-btn {
  margin-top: .5rem;
}
.success-exchange-modal .footer-wrap {
  background: #fff;
  box-shadow: 0 -.125rem .375rem #0000000d;
}
.success-exchange-modal .line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-align: start;
  -webkit-box-orient: vertical;
}
@keyframes fade-in-out {
  0% {
    background-color: #fff;
  }
  44% {
    background-color: #00b85514;
  }
  to {
    background-color: #fff;
  }
}
.animation-ease {
  animation-duration: 565ms;
  animation-iteration-count: 2;
  animation-name: fade-in-out;
  animation-timing-function: ease-in-out;
}
:deep(.tc-drawer__header) {
  margin: 1.5rem 0 .375rem;
}
.tc-toast__container {
  z-index: 997;
}
.coupon-modal .tc-drawer__header {
  margin: 1.5rem 0 .5rem;
}
