<style>
    #pay {
        min-height: 100vh;
        background-color: #eae9f1;
        position: relative;
        padding-bottom: 3.75rem;
    }

    .pay-return {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .65);
        z-index: 9999;
    }

    .pay-return-content {
        position: fixed;
        width: 300px;
        height: 450px;
        left: 52%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url(https://zx.tengzhihh.com/tfmlljgyqh/images/coupon_pop.e677a4f.png) 0 0 no-repeat;
        background-size: 91% 89%;
        padding: 40px 49px 0;
        text-align: center;
    }

    .get {
        font-size: 18px;
        color: #d38639;
    }

    .oreder {
        margin-top: -12px;
        font-size: 44px;
        font-weight: 800;
        color: red;
    }

    .order-money {
        text-align: center;
        background-color: #f7c796;
        width: 180px;
        height: 30px;
        line-height: 30px;
        color: #c87d4a;
        border: 1px solid #cc824f;
        font-size: 14px;
    }

    .cesuan {
        font-size: 14px;
        margin-left: -20px;
        color: #e4771c;
    }

    .pay-return-time1 {
        justify-content: center;
        margin-top: 80px;
        width: 300px;
        display: flex;
        text-align: center;
        align-items: center;
        font-size: 18px;
        margin-left: -60px;
        color: white;
    }

    .timer {
        background-color: #c9262b;
        padding: 5px;
        margin-left: 10px;
        text-align: center;
    }

    .pay-return-btn {
        margin-top: 15px;
        box-shadow: 0 0.4688rem 0.5625rem 0 rgba(138, 0, 12, .26), inset 0 0.2813rem 0.5625rem 0 #fff;
        background-color: #fb9d3f;
        height: 50px;
        width: 200px;
        border-radius: 40px;
        color: #89451d;
        font-size: 25px;
        margin-left: -15px;
        font-weight: 800;
        outline: none;
        border: none;
    }
    .clear{
        position: absolute;
        top: -30px;
        right: 0;
        bottom: 0;

    }
    .clear img {
    width: 23px;
    height: 23px;
    }