.mt4 {
  margin-top: 4px;
}

.mt24 {
  margin-top: 24px;
}

.mt8 {
  margin-top: 8px;
}

.mb12 {
  margin-bottom: 12px;
}

.mr8 {
  margin-right: 8px;
}

.mr6 {
  margin-right: 6px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb16 {
  margin-bottom: 16px;
}

.mt16 {
  margin-top: 16px;
}

.mr24 {
  margin-right: 24px;
}

.mt27 {
  margin-top: 27px;
}

.mt12 {
  margin-top: 12px;
}

.mb16 {
  margin-bottom: 16px;
}

.mt2 {
  margin-top: 2px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex {
  display: flex;
}

.aliCent {
  align-items: center;
}

.justStart {
  justify-content: flex-start;
}

.justBet {
  justify-content: space-between;
}

.flexCol {
  display: flex;
  flex-direction: column;
}

.txt {
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.couponItemW {
  display: flex;
  flex-wrap: wrap;

  transition: height 0.3s;
  /* 可选：加上过渡动画会让展开更丝滑 */

  /* overflow: hidden; */
  /* height: 117px; */

  height: auto;
}

/* .couponItem {
 width: 288px;
 height: 106px;
 background: linear-gradient(180deg, #FDF7F0 0%, #F9F8F8 100%);
 border-radius: 8px;
 border: 1px solid #ECECEC;
 padding: 16px 20px 8px 16px;
  background-image: url('../img/quanBg.png');
  background-repeat: no-repeat, no-repeat;
   background-position: right 10px center, center;
  
  background-size: 80px auto, cover;
} */

.couponItem {
  width: 288px;
  height: 106px;
  box-sizing: border-box;

  border-radius: 8px;
  border: 1px solid #ECECEC;
  padding: 16px 20px 8px 16px;

  background-image: url('../img/quanBg.png'), linear-gradient(180deg, #FDF7F0 0%, #F9F8F8 100%);

  background-repeat: no-repeat, no-repeat;
  background-position: right 0 bottom 0, 0 0;
  background-size: 114px auto, 100% 100%;

  margin-bottom: 16px;
  margin-right: 16px;

  cursor: pointer;
}

.couponItemW .couponItem:nth-child(n+4) {
  display: none;
}

/* 当容器拥有 expanded 类名时，全部显示 */
.couponItemW.expanded .couponItem:nth-child(n+4) {
  display: block;
  /* 或者 block，取决于你原本的 display */
}

.couponItem:nth-child(3n) {
  margin-right: 0;
}

.couponItemAct {
  border: 1px solid #FF6933;
}

.discountTitle {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #181818;
}

.discountTime {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #9F9F9F;
}

.usedTntroduce {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #9F9F9F;
  display: inline-block;
}

.markDown {
  width: 9px;
  height: 5px;
}

.informationWrap {
  display: flex;
  flex-direction: column;
}

.userIntroductInfor {
  position: absolute;
  width: 288px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.11);
  opacity: 1;
  border-radius: 4px;
  padding: 21px 8px;
  z-index: 1;
  top: 42px;
  right: -20px;
}

.inforItem {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B1B1B1;
  display: flex;
  margin-top: 8px;
  text-align: left;
  word-break: break-all;
}

.markUp,
.showUp {
  transform: rotate(180deg);
}

.discountUsering {
  cursor: pointer;
}

.discountTimeMark {
  position: relative;
}

.discountMark {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #515151;
  max-width: 245px;

  white-space: nowrap;
  /* 强制文本在一行内显示，不换行 */
  overflow: hidden;
  /* 超出容器宽度的内容隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 (...) */
  display: block;
  /* 确保元素是块级或行内块级 (如果是 span 标签需要加这行) */
}

.loadingTxt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #353535;
}

.couponWrap {
  display: flex;
  flex-direction: column;

}

.loadingTxtW {
  cursor: pointer;
}


.renderPayment {
  width: 896px;
  background: #F8F8F9;
  padding: 24px 16px;
  box-sizing: border-box;
  flex-direction: column;
}


.reItemLeft {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.reItemRight .rechargeType {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #181818;
}

.ticketInfo {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#type_12 {
  display: flex;
}

.payEarnTxt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #181818;
}

.rechargeNum {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #FF6700;
}

#rechargeNum {
  margin-left: 5px;
  display: inline-block;
}

/* 券的样式 */
.multiplePackageInput {
  flex: 1;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0A0A0A;
  border-radius: 4px;
}

.multiplePackageInput::-webkit-input-placeholder {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B9B9B9;
}

.multiplePackageInput::-moz-placeholder {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B9B9B9;
}

.multiplePackageInput:-moz-placeholder {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B9B9B9;
}

.multiplePackageInput:-ms-input-placeholder {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B9B9B9;
}

.multiplePackageInput::-webkit-outer-spin-button,
.multiplePackageInput::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.ErrorText {
  position: absolute;
  bottom: 0px;
  right: -142px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF4F20;
  display: none;
}

.canBeInpError .ErrorText {
  display: block;
}

.canBeInpError .multiplePackageInput {
  color: #FF4F20;
}

.canBeInpError {
  border-color: #FF4F20;
  position: relative;
}

/* 支付弹窗 */

.paymentPupopW {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.paymentPupopCon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  background-color: #FAFBFB;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  margin-left: -160px;
  margin-top: -160px;
  background-image: url('../img/PupopTop.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 46px;
}

.paymentTitle {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}

.paymentDeleIcon {
  cursor: pointer;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.paymentNumW {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #FF6933;
}

.payCodeWrap {
  width: 148px;
  height: 148px;
  position: relative;
}

.payCodeWrap .payCodeIcon {
  width: 100%;
  height: 100%;
}

.payCodeMask,
.qr-code-loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 148px;
  height: 148px;
  background: rgba(83, 83, 83, 0.6);
  color: #ffffff;
  text-align: center;
  display: none;
}

.payCodeMask .failureIcon {
  margin-top: 34px;
  margin-bottom: 10px;
}

.payCodeMask h3 {
  text-align: center;
}

.qr-code-loading i {
  display: inline-block;
  background-image: url(https://midas.gtimg.cn/midas/minipay_v2/images/sprite.5e2f61e2dedbc68b8b5c81275ba25d71.png);
  background-position: -92px -69px;
  width: 27px;
  height: 27px;
  -webkit-animation: loading 1.5s linear infinite;
  animation: loading 1.5s linear infinite;
  margin-top: 48px;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
    transform: translate3d(0, 0, 0) rotate(360deg)
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
    transform: translate3d(0, 0, 0) rotate(360deg)
  }
}

.payCodeTxt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
}

.multiplePackageInput {
  height: 30px;
  padding: 0 10px;
}

/* 渲染点充值-如果没有选择的券-要隐藏 */
.selectedCoupon {
  display: none;
}

#rightContent {
  overflow: visible;
}

.chargeLTitle {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #181818;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 24px;
  margin-bottom: 16px;
}

.chargeLTitleTxt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: rgba(24, 24, 24, 0.65);
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.noData {
    margin-top: 100px;
    height: 500px;
}

.taskblankInfo {
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 13px;
    color: #666;
    text-align: center;
    line-height: 44px;
    margin-left: 25px;
    padding-top: 10px;
}