 /* ÌáÊ¾¿òÑùÊ½ */
        
        .shade {
            display: none;
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(96, 96, 97, 0.5);
            z-index: 1001;
        }
        
        .couponNotice {
            display: none;
            position: fixed;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            background: white;
            /* height: 480px; */
            width: 300px;
            border-radius: 5px;
            z-index: 1002;
            font-size: 18px;
            height: 60px;
            line-height: 60px;
            text-align: center;
        }
        
        .sureCouponNotice {
            display: none;
            position: fixed;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            background: white;
            /* height: 480px; */
            width: 300px;
            border-radius: 5px;
            z-index: 1002;
            font-size: 18px;
            text-align: center;
        }
        
        .sureCouponNotice .btn-group {
            width: 100%;
        }
        
        .sureCouponNotice .noticeText {
            height: 60px;
            line-height: 60px;
        }
        
        .sureCouponNotice .btn-group .btn {
            width: 50%;
            height: 40px;
        }