@-webkit-keyframes zy {
    10% {
        transform: rotate(15deg)
    }
    20% {
        transform: rotate(-10deg)
    }
    30% {
        transform: rotate(5deg)
    }
    40% {
        transform: rotate(-5deg)
    }
    100%,
    50% {
        transform: rotate(0)
    }
}

@-moz-keyframes zy {
    10% {
        transform: rotate(15deg)
    }
    20% {
        transform: rotate(-10deg)
    }
    30% {
        transform: rotate(5deg)
    }
    40% {
        transform: rotate(-5deg)
    }
    100%,
    50% {
        transform: rotate(0)
    }
}

@-o-keyframes zy {
    10% {
        transform: rotate(15deg)
    }
    20% {
        transform: rotate(-10deg)
    }
    30% {
        transform: rotate(5deg)
    }
    40% {
        transform: rotate(-5deg)
    }
    100%,
    50% {
        transform: rotate(0)
    }
}

@keyframes zy {
    10% {
        transform: rotate(15deg)
    }
    20% {
        transform: rotate(-10deg)
    }
    30% {
        transform: rotate(5deg)
    }
    40% {
        transform: rotate(-5deg)
    }
    100%,
    50% {
        transform: rotate(0)
    }
}

@keyframes mobile {
    0% {
        transform: scale(1);
        opacity: 1;
        right: 50%;
        bottom: 30%
    }
    25% {
        transform: scale(.8);
        opacity: .75;
        left: auto;
        right: 40%;
        bottom: 25%
    }
    50% {
        transform: scale(.6);
        opacity: .5;
        left: auto;
        right: 25%;
        bottom: 20%
    }
    75% {
        transform: scale(.4);
        opacity: .25;
        right: 15%;
        bottom: 15%
    }
    100% {
        transform: scale(.2);
        opacity: 0;
        right: 10px;
        bottom: 50px
    }
}

@keyframes small {
    0%,
    25%,
    50% {
        transform: scale(0);
        opacity: 0
    }
    75% {
        transform: scale(.2);
        opacity: .2
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

.move .coupon-box,
.small-coupon.small-show {
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: .5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform-origin: right, bottom
}

.coupon-center {
    width: 100%;
    background: #f61e1e;
    box-shadow: inset 0 10px 34px #fb8333;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding-top: 28%
}

.move .coupon-box {
    margin-bottom: -10%;
    -webkit-animation-name: mobile
}

.coupon-red {
    color: red
}

.coupon-timer {
    font-size: 16px;
    margin: 35px auto 20px
}

.coupon-timer .timer-i {
    color: red;
    font-style: normal
}

.coupon-bottom {
    text-align: center;
    padding: 0 0 30px;
    margin-top: -30px
}

.coupon-bottom .adv-timer,
.coupon-bottom .coupon-timer .timer-i {
    color: #ff0
}

.coupon-bottom .coupon-timer .timer-i {
    background: 0 0
}

.coupon-top {
    width: 124%;
    position: absolute;
    top: -25%;
    left: -6.4%
}

#couponBox .coupon-btn {
    width: auto;
    min-width: 40%;
    padding: 0 15px;
    line-height: 40px;
    background-image: -webkit-linear-gradient(bottom, #efb185, #fdeecf);
    background-image: -o-linear-gradient(bottom, #efb185, #fdeecf);
    background-image: -ms-linear-gradient(bottom, #efb185, #fdeecf);
    background-image: linear-gradient(bottom, #efb185, #fdeecf);
    color: #df5a52 !important;
    font-size: 18px;
    border-radius: 40px;
    display: inline-block
}

.close-btn {
    display: block;
    margin: 30px auto 0;
    cursor: pointer;
    width: 25px
}

.small-coupon {
    width: 70px;
    height: auto;
    min-height: 70px;
    position: fixed;
    left: 0;
    bottom: 60px;
    padding-top: 14px;
    text-align: center;
    opacity: 0;
    z-index: -100
}

.AR-rtl .small-coupon {
    right: 0;
    left: auto
}

.small-coupon.small-show {
    -webkit-animation-name: small;
    z-index: 100
}

.small-coupon i {
    font-style: normal;
    font-size: 12px
}

.small-coupon .small-num {
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    position: absolute;
    top: 36px;
    left: 9px;
    color: #fff;
    width: 38px;
    font-size: 12px;
    text-align: center;
    background-color: transparent
}

.small-bottom,
.small-top {
    background-color: rgba(255, 241, 236, .7);
    width: 100%
}

.small-top {
    height: 10px;
    border: 1px solid rgba(242, 61, 0, .7);
    border-radius: 100% 100% 0 0;
    border-bottom: 0
}

.small-bottom {
    height: 50px;
    border: 1px solid rgba(242, 61, 0, .7);
    border-radius: 0 0 6px 6px;
    border-top: 0;
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px
}

.small-bottom p {
    font-size: 12px;
    margin-bottom: 0;
    color: #333
}

.coupon-title {
    width: auto;
    height: 25px;
    line-height: 25px;
    background: #fcdc55;
    color: #df5a52;
    font-size: 16px;
    padding: 0 0 0 20px;
    border-radius: 20px 0 0 20px;
    display: inline-block;
    position: relative;
    margin-left: -20px;
    font-weight: 600
}

.coupon-items {
    width: 100%;
    padding: 15px
}

.coupon-item {
    width: 100%;
    min-height: 65px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(transparent 0, transparent 4px, #fbd7be 4px);
    background-size: 15px 14px;
    background-position: 8px 0;
    background-color: #f61e1e;
    padding: 0 5px
}

.coupon-item .coupon-left {
    flex: 1;
    position: relative;
    padding: 8px 8px 8px 20px;
    height: 100%;
    text-align: left;
    background-color: #fbd7be;
    overflow: hidden
}

.coupon-item .coupon-left:after {
    bottom: -5px;
    top: auto
}

.coupon-zhe {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 60px;
    z-index: 5
}

.coupon-sale {
    color: #df5952;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.5rem
}

.coupon-sale i {
    font-size: .8rem;
    font-style: normal;
    margin-left: 8px
}

.coupon-sale span {
    font-size: 1.6rem;
    font-weight: 600
}

.coupon-full {
    color: #9c7750;
    position: relative;
    z-index: 6
}

.king,
.king2 {
    position: absolute;
    z-index: 9
}

.coupon-full .gui-money,
.coupon-sale .gui-money {
    display: inline-flex
}

.king {
    left: -15px;
    top: 35%;
    width: 70px
}

.king2 {
    right: -15px;
    top: 20%;
    width: 60px
}

@media screen and (max-width:640px) {
    .coupon-box,
    .move .coupon-box {
        margin-right: -40%
    }
    .move .coupon-box {
        margin-bottom: -30%
    }
    .coupon-center {
        padding-top: 5rem
    }
    .coupon-top {
        top: -23%;
        left: -6.1%
    }
    .coupon-item {
        background-size: 10px 9px;
        background-position: 5px 0
    }
}

.toast p i.iconS-YG3 {
    font-size: 36px
}