.aigc-pay-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99;
}
.aigc-pay-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.aigc-pay-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  min-width: 716px;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  box-sizing: border-box;
  padding: 0px 40px;
  min-height: 431px;
  padding-bottom: 30px;
}
.pay-main-top {
  height: 58px;
  display: flex;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #467af2;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.aigc-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.closeIcon {
  position: absolute;
  font-size: 16px;
  cursor: pointer;
  right: -16px;
  color: #bec2c6;
}
.pay-main-content {
  margin-top: 32px;
}
.pay-main-conetnt-info {
  background: #f6f6f6;
  border-radius: 10px 10px 10px 10px;
  padding: 20px 30px;
  box-sizing: border-box;
}
.info-li {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #454c59;
  margin-bottom: 12px;
}
.info-li-title{
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.pay-main-content-qrcode {
  margin-top: 49px;
  display: none;
  align-items: center;
  justify-content: flex-start;
}
.qrcode-box {
  width: 150px;
  height: 150px;
  margin-right: 30px;
}
.qrcode-pay-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qrcode-box .border-scan{
  width: 150px;
  height: 150px;
}
.qrcode-box .d-img{
  bottom: 135px;
  cursor: pointer;
}
.pay-balance,
.pay-money {
  font-family: 苹方-简, 苹方-简;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.money-txt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #d60b25;
}
.money-txt span {
  font-weight: 550;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.money-txt .need-pay {
  top: -3px;
}
.need-pay {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 28px;
  color: #d60b25;
}
.pay-way {
  font-family: 苹方-简, 苹方-简;
  font-weight: normal;
  font-size: 12px;
  color: #8c8c8c;
}
.pay-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.pay-main-content-balance {
  margin-top: 35px;
  padding-left: 32px;
  display: none;
}
.balance-money {
  font-family: 苹方-简, 苹方-简;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.aigc-pay-btn{
  width: 148px;
  height: 44px;
  background: #467AF2;
  border-radius: 6px 6px 6px 6px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
  margin: 20px auto;
  cursor: pointer;
}

.package-top {
  text-align: right;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #8f8f8f;
  margin-bottom: 10px;
}
.package-box {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.checkedActive {
  border: 2px solid #467af2 !important;
}
.package-box-li {
  width: 250px;
  height: 158px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #eaeceb;
  margin-right: 20px;
  cursor: pointer;
}
.package-box-li:last-child {
  margin-left: 0px !important;
}
.package-box-li-top {
  width: 86px;
  height: 30px;
  background: #f2f2f2;
  border-radius: 0px 16px 16px 0px;
  margin-top: 8px;
  font-family: 苹方-简, 苹方-简;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 30px;
}
.base .package-box-li-top {
  color: #467af2;
  background: linear-gradient(90deg, #f0f5ff 0%, #d0deff 100%);
}
.enjoy .package-box-li-top {
  color: #845832;
  background: linear-gradient(90deg, #feecd4 0%, #ffcf9b 100%);
}
.package-box-li-content {
  margin-top: 27px;
  margin-left: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #454c59;
}
.package-box-li-content span {
  height: 18px;
  display: inline-block;
  line-height: 18px;
  padding: 0px 3px;
  border-radius: 4px 4px 4px 4px;
  margin: 0px 3px;
}
.fresh .times-box {
  background: #f2f2f2;
}
.base .times-box {
  background: #edecfe;
}
.enjoy .times-box {
  background: #ffefde;
}
.package-box-li-bottom {
  font-family: 苹方-简, 苹方-简;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  margin-left: 24px;
}
.money-detail {
  font-size: 28px;
}
.times {
  display: inline-block;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #8f8f8f;
  margin-left: 12px;
}

.coupon-selector-wrapper {
    display: inline-block;
    position: relative;
}

.coupon-selector {
    cursor: pointer;
}

.coupon-selector .icon-xiala {
    font-size: 12px;
    margin-left: 4px;
    transition: transform 0.2s;
}

.coupon-selector-wrapper.active .icon-xiala {
    transform: rotate(180deg);
}

.coupon-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 110px;
    background: #fff;
    border: 1px solid #E6E8EA;
    border-radius: 8px;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.08);
    display: none;
    z-index: 10;
    padding: 6px;
    box-sizing: border-box;
}

.coupon-selector-wrapper.active .coupon-dropdown {
    display: block;
}

.coupon-option {
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    border-radius: 4px 4px 4px 4px;
    padding: 0 12px;
    font-size: 13px;
    color: #202020;
}

.coupon-option:hover {
    background-color: #F5F6F7;
}

.coupon-option.selected {
    background-color: #F5F6F7;
}

.buy-coupon-btn{
  border-bottom: 1px solid  #3e8bdb;
}
.buy-coupon-btn:hover{
  color: #666;
}