html {
    background: #F7F9FF;
}

.coupon-list {
    height: 320px;
    width: 100%;
    margin: auto;
    padding-top: 20px;
}

.coupon-list li {
    padding: 0 20px;
    width: 230px;
    height: 279px;
    float: left;
    background: url("/resource/new2021/image/home/coupon.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
    margin-left: 30px;
}

.coupon-list-b {
    position: relative;
}

.coupon-list-t i {
    margin-top: 35px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 700;
}

.coupon-list-t p {
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
}

.coupon-list-b p {
    width: 190px;
    position: relative;
}

.coupon-list-b img {
    margin-top: 58px;
    margin-bottom: 10px;
}

.coupon-list-b .coupon-sn b {
    font-size: 28px;
    font-weight: 700;
    font-family: DINProM !important;
}

.coupon-list-b .coupon-sn {
    display: inline-block;
    color: #F56C6C;
    font-size: 12px;
}

.coupon-sn-original {
    font-size: 12px;
    color: #687896;
    text-decoration: line-through;
    position: absolute;
    right: 0;
    bottom: 6px;
}

.coupon-list-b a {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 42px;
    margin-top: 16px;
    background: linear-gradient(180deg, rgba(61, 127, 255, 1) 0%, rgba(0, 83, 252, 1) 64%, rgba(0, 59, 252, 1) 100%);
    border-radius: 2px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 16px;

}

.coupon-list-b a:hover {
    opacity: .8;
}

.news_banner-txt {
    margin-top: 45px;
}

.news_banner-txt .fadeInUp {
    text-align: left !important;
}

.coupon-nr-t {
    padding: 70px 70px 300px 70px;
    background-color: #fff;
    overflow: hidden;
}

.coupon-nr-t-l {
    width: 208px;
    height: 245px;
    background: #F7F9FF;
}

.coupon-nr-info {
    text-align: center;
    width: 208px;
    height: 245px;
    margin: 0 auto;
    background: url("/resource/new2021/image/home/coupon_details.png") no-repeat;
    background-size: 208px 245px;
}

.coupon-nr-info i {
    padding-top: 60px;
    margin-bottom: 7px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-family: DINProM !important;
}

.coupon-nr-info-x {
    margin-bottom: 10px;
    color: #8187A1;
    font-size: 12px;
    padding-top: 45px;
    width: 130px;
    margin: auto;
    text-align: left;
    padding-left: 5px;
}

.coupon-nr-t-r {
    margin-left: 250px;
}

.coupon-nr-t-r-t {
    font-family: PingFangSC-Medium, PingFang SC;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}

.coupon-xq {
    padding: 17px 16px;
    height: 130px;
    background: #F7F9FF;
    color: #666;
    font-size: 14px;
}

.coupon-nr-b {
    margin-top: 21px;
}

.coupon-nr-t-r button {
    width: 89px;
    height: 34px;
    background: linear-gradient(180deg, rgba(61, 127, 255, 1) 0%, rgba(0, 83, 252, 1) 64%, rgba(0, 59, 252, 1) 100%);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}

.coupon-nr-t-r button:hover {
    opacity: .8;
}

.disabled {
    cursor: no-drop !important;
    color: #ccc !important;
}

.use {
    color: #E6A23C !important;
    font-size: 14px;
}

.limit {
    color: #67C23A !important;
    font-size: 14px;
}

.coupon-xq p {
    margin-bottom: 6px;
    font-size: 14px !important;
}

.text-danger {
    color: #F56C6C !important;
}

.coupon-xq {
    margin-bottom: 25px;
    color: #666;
}

.coupon-xq span {
    font-size: 14px !important;
    color: #333;
    margin-right: 40px;
}

.buy-number {
    color: #666;
    font-size: 14px;
}

.buy-number.align-items_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buy-number-box {
    height: 34px;
    margin-left: 18px;
    margin-right: 20px;
    border: 1px solid #e1e6f0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.buy-number-box span {
    float: left;
    width: 34px;
    height: 34px;
    background-color: #e1e6f0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.buy-number-box #sl_btn_reduce.disabled {
    cursor: no-drop !important;
    color: #e1e6f0 !important;
}

.buy-number-box input {
    float: left;
    width: 100px;
    height: 34px;
    border-left: 1px solid #e1e6f0;
    border-right: 1px solid #e1e6f0;
    background-color: #fff;
    text-align: center;
    color: #333;
}

.or-table thead tr {
    text-align: center;
    background-color: #F7F9FF;
}

.or-table td, th {
    text-align: center !important;
}

.or-table td {
    background-color: #ffffff !important;
}

.validity {
    font-size: 14px;
    color: #F56C6C;
    padding-top: 5px;
    text-align: left;
    padding-left: 45px;
}

.tips-title {
    width: 60px !important;
    text-align: right;
    display: inline-block;
    margin-right: 20px;
}

#discount-tips {
    margin-left: 20px;
    cursor: pointer;
}