.package-container {
    width: 896px;
    margin: 0 auto;
    background: #fff url('./../img/newuser_xuandou_bg.png') no-repeat center top;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
padding-top: 20px;
padding-bottom: 21px;
box-sizing: border-box;
}
.limited-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: url("./../img/count_bg.png") no-repeat center center;
    color: #fff;
line-height: 30px;
font-family: Microsoft YaHei UI, Microsoft YaHei UI;
font-weight: 400;
font-size: 14px;
width: 95px;
height: 30px;
padding-left: 10px;
}
.package-title {
    text-align: center;
    margin-bottom: 24px;
}
.package-title h1 {
line-height: 28px;
font-family: Microsoft YaHei UI, Microsoft YaHei UI;
font-weight: bold;
font-size: 21px;
color: #FF6933;
}
.package-title h1 span{
    line-height: 28px;
font-family: Microsoft YaHei UI, Microsoft YaHei UI;
font-weight: bold;
font-size: 21px;
color: rgba(24, 24, 24, 1);
}
.package-title p {
line-height: 19px;
font-family: Microsoft YaHei UI, Microsoft YaHei UI;
font-weight: 400;
font-size: 14px;
color: #181818;
}
.package-card {
    margin: 0 auto;
    width: 298px;
padding: 16px 16px 8px 16px;
background: linear-gradient( 0deg, #FFF3EB 0%, #FFFFFF 100%);
border-radius: 8px;
border: 1px solid #FF6933;
text-align: left;
}
.price {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 20px;
color: #181818;
line-height: 20px;
}
.gift-desc {
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 12px;
color: #181818;
line-height: 20px;
padding-top: 2px;
}
.divider {
    height: 1px;
    background: #E8E8E8;
    margin-bottom: 8px;
    margin-top: 8px;
}
.actual-get {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}
.actual-get .label {
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 12px;
color: #9F9F9F;
line-height: 20px;
}
.actual-get .value {
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 12px;
color: rgba(24, 24, 24, 1);
line-height: 20px;
}
.actual-get .value .num{
    color: #FF6933;
    font-weight: 600;
}
.give-up {
    text-align: center;
    margin-top: 18px;
}
.give-up .link {
line-height: 17px;
font-family: Microsoft YaHei UI, Microsoft YaHei UI;
font-weight: 400;
font-size: 13px;
color: #181818;
cursor: pointer;
}
.give-up .link span{
    color: rgba(255, 105, 51, 1);
}
.give-up .link:hover span {
    color: rgba(255, 105, 51, 0.8);
}
.give-up .tip {
line-height: 16px;
font-family: Microsoft YaHei UI, Microsoft YaHei UI;
font-weight: 400;
font-size: 12px;
color: #666666;
padding-top: 2px;
}
.chargeNumW{
    margin-top: 0;
    margin-bottom: 0;
}
.firstPaySure {
    width: 360px;
    height: 42px;
    background: #FF6933;
    border-radius: 8px 8px 8px 8px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;

    margin: 48px 0;
    cursor: pointer;

    pointer-events: auto;
  }

  .firstPaySure:hover {
    opacity: 0.8;
  }
  .noClickPay {
    background-color: #F4F4F5;
    color: #ADACAB;
    pointer-events: none;
  }
