/* coupon_alert_1 */
.coupon_alert_1 {
    font: 1.2em/1.8em "hiragino sans gb", "Helvetica Neue", Helvetica, STHeiTi;
    /*background: #f8f8f8;*/
    color: #000;
}

/* coupon_img */
.coupon_alert_1 .coupon_img {
    width: 50%;
    margin: 0 auto -4.6rem auto;
}

/* coupon_box */
.coupon_alert_1 .coupon_box {
    width: 86%;
    margin: 0 auto;
    border-radius: 15px;
    background: #ffe9eb;
    padding: 14% 0 6% 0;
}

/* p_tit */
.coupon_alert_1 .coupon_box .p_tit {
    font-size: 1.25rem;
    color: #666666;
    text-align: center;
    letter-spacing: 2px;
}

/* box-group */
.coupon_alert_1 .coupon_box .box-group {
    padding: 0 1.2em;
    margin-bottom: 2rem;
    max-height: 30rem;
    overflow: scroll;
}

.coupon_alert_1 .coupon_box .box-group .item-group {
    margin-top: 1.4em;
    background: #fff;
    border-radius: 0.4em;
    display: flex;
    position: relative;
    box-shadow: 2px 2px 5px #fed8da;
    overflow: hidden;
    /*height: 7.6rem;*/
}

.coupon_alert_1 .coupon_box .box-group .item-group .item-left {
    width: 7em;
    box-sizing: border-box;
    padding: 1em 0 1em 0px;
    text-align: center;
    border-right: 0.1em dashed #d8dde1;
    position: relative;
    background: #ff7c82;
    display: flex;
    align-items: center;
}

.coupon_alert_1 .coupon_box .box-group .item-group .item-left .left-gb {
    position: absolute;
    left: 90%;
    top: 0;
    width: 1em;
    height: 100%;
    background: #ff7c82;
    background-image: radial-gradient(#fff 25%, #fff 40%, #ff7c82 45%);
    background-size: 10px 10px;
    background-repeat: repeat-y;
    background-position: 300% 1%;
}

.coupon_alert_1 .coupon_box .box-group .item-group .item-left .code-price {
    font-size: 4.6rem;
    color: #feddde;
    font-weight: bold;
    /*line-height: 5.6rem;*/
    letter-spacing: -4px;
}

.coupon_alert_1 .coupon_box .box-group .item-group .item-left .code-price .code-icon-1 {
    font-size: 1.25rem;
    color: #feddde;
}

.coupon_alert_1 .coupon_box .box-group .item-group .item-right {
    position: relative;
    flex: 1;
    padding: 1em 1em 0 1.2em;
}

.coupon_alert_1 .coupon_box .box-group .item-group .item-right .code-title {
    font-size: 1.4rem;
    line-height: 1.8rem
}

.coupon_alert_1 .coupon_box .box-group .item-group .item-right .code-time {
    position: absolute;
    color: #acacac;
    bottom: .5rem;
}

.coupon_alert_1 .coupon_box .coupon_btn {
    width: 68%;
    margin: 0 auto
}

.coupon_alert_1 .coupon_box .coupon_btn img {
    width: 100%
}