.picBgset.spEvent {
    width: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.picBgset.spEvent>a {
    line-height: 1;
}

.picBgset.spEvent>a>img {
    width: 100%;
}

.couponEvent {
    box-sizing: border-box;

}

.couponEvent ul {
    position: relative;
}

.couponEvent ul li {
    flex-basis: 100%;
    text-align: center;
    /* margin-top: -10px; */
    /* margin-bottom: 40px; */
    /* margin-left: 32%; */
    padding: 0 10px;
}

.couponEvent ul li button {
    /* position: absolute;
    top: 0;
    right: 0.5%; */
    padding: 0;
    background-color: transparent;
    border: 0;
    outline: none;
    width: 100%;
    /* height: 99%; */
}

.couponEvent ul li button img {
    width: 100%;
    /* max-height: 100%;
    width: auto; */
}

.couponEvent ul li button::before {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 4;
    width: 100%;
    color: #fff;
    font-size: 34px;

    /* transform: rotate(-9deg); */
}


.hasGET img,
.hasFULL img {
    filter: brightness(.3);
}

.hasGET:before {
    content: "✦✦ 已領取 ✦✦";
}

.hasFULL:before {
    content: "✤ 已額滿 ✤";
}

.error_info {
    color: #fff;
    font-size: large;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

/*優惠券標題*/

.couponEvent ul {
    position: relative;
    /* width: 100%;  */
    width: 1200px;
    min-height: 251px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #f3ded9; */
    overflow: hidden;
    justify-content: space-between;
    /* background: url(https://photo.polylulu.com.tw/photo/act/20250101-new/coupon_bg_pc.jpg) no-repeat center top; */
    background-size: 100% auto;
}

@media(max-width:1279px) {
    .couponEvent ul {
        /* background: url(https://photo.polylulu.com.tw/photo/act/20250101-new/coupon_bg_pc.jpg) no-repeat center top; */
        background-size: 100% auto;
        padding: 0 18%;
    }


}

@media(min-width:1920px) {
    .couponEvent {
        /* height: 432px; */
    }

}


@media(max-width: 1279px) and (min-width:768px) {
    .picBgset.spEvent {
        /* margin-top: 8vw; */
    }

    .couponEvent ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        min-height: 20.7vw;
        padding: 0;
    }

    /* .couponEvent ul li button {
        width: 54%;
        padding: 0;
    } */

    .couponEvent ul li button::before {
        top: 34%;
        font-size: 30px;
    }

    /* .couponEvent {
            margin-top: -1.5vw;
        } */
    .coupon_title img {
        width: 100%;
    }


}

@media (max-width: 767px) {


    .couponEvent {
        /* background: #e8e2e2 url(https://photo.polylulu.com.tw/photo/act/20230329/couponbg-m.jpg) no-repeat center top; */

        /* background-size: auto 100%; */
        /* height: 164vw; */
        /* padding-top: 3vw; */
    }

    .couponEvent ul {
        width: 100%;
        min-width: 100%;
        flex-direction: column;
        justify-content: center;
        min-height: 35vw;
        margin-top: 0;
        /* margin-bottom: 3vw; */
        /* padding: 0 10px; */
        /* background: url(https://photo.polylulu.com.tw/photo/act/20250101-new/coupon_bg_m.jpg)no-repeat center top; */
        background-size: 97% auto;
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: row-reverse; */
        justify-content: center;
        /* margin-top: 1.5vw; */
        padding: 0;
        /* padding-bottom: 3.5vw; */
    }

    .couponEvent ul li {
        flex-basis: 100%;
    }

    .couponEvent ul li button {
        top: 0;
        left: 2%;
        width: 96%;
        /* height: auto; */
        padding: 0;
    }

    .couponEvent ul li img {
        max-width: 100%;
    }


    .couponEvent ul li button::before {
        /* position: absolute; */
        top: 25%;
        font-size: 30px;
        transform: rotate(0deg);
    }

    /*優惠券標題*/
    .coupon_title img {
        width: 100%;
        margin: 0 auto;
    }


}