.picBgset.spEvent {
    width: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.picBgset.spEvent>a {
    line-height: 1;
}

.picBgset.spEvent>a>img {
    width: 100%;
}

.picBgset.spEvent.couponEvent {
    box-sizing: border-box;

}



.picBgset.spEvent.couponEvent ul li {
    flex-basis: 50%;
    text-align: center;
    margin-top: 87px;
    /* margin-bottom: 40px; */
    padding: 10px;
}

.picBgset.spEvent.couponEvent ul li button {
    position: relative;
    background-color: transparent;
    border: 0;
    outline: none;
}

.picBgset.spEvent.couponEvent ul li button img {
    width: 100%;
    height: auto;
}

.picBgset.spEvent.couponEvent ul li button::before {
    position: absolute;
    top: 38%;
    left: 0;
    z-index: 3;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.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%;
}

/*優惠券標題*/

.picBgset.spEvent.couponEvent ul {
    /* width: 100%;  */
    width: 1200px;
    min-height: 252px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(https://photo.polylulu.com.tw/photo/act/20250709/coupon_bg_pc.jpg) no-repeat center top;
    background-size: 100% auto;
}

@media(max-width:1279px) {

    .picBgset.spEvent.couponEvent ul {
        background: url(https://photo.polylulu.com.tw/photo/act/20250709/coupon_bg_pc.jpg) no-repeat center top;
        background-size: 100% auto;
        padding: 0 18%;
    }

    .picBgset.spEvent.couponEvent ul li {
        margin-top: 7.5vw;
    }
}

@media(min-width:1199px) {}


@media(max-width: 1279px) and (min-width:768px) {
    .picBgset.spEvent {
        /* margin-top: 8vw; */
    }

    .picBgset.spEvent.couponEvent ul {
        width: 100%;
        min-height: 21vw;
        /* margin-top: 20px; */
        padding: 0;


        .picBgset.spEvent.couponEvent ul li {
            margin-top: 2vw;
        }

        .picBgset.spEvent.couponEvent ul li button {
            padding: 0;
        }

        .picBgset.spEvent.couponEvent ul li button::before {
            font-size: 1.2rem;
        }

        /* .picBgset.spEvent.couponEvent {
            margin-top: -1.5vw;
        } */
        .coupon_title img {
            width: 100%;
        }


    }
}

@media (max-width: 767px) {




    .picBgset.spEvent.couponEvent ul {
        width: 100% !important;
        min-width: 100%;
        min-height: 7vw;
        /* flex-direction: column; */
        justify-content: center;
        margin-top: 0;
        /* margin-bottom: 3vw; */
        /* padding: 0 20px; */
        background: #ffffff url(https://photo.polylulu.com.tw/photo/act/20250709/coupon_bg_m.jpg)no-repeat center top;
        background-size: 100% auto;
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: row-reverse; */
        justify-content: center;
        /* margin-top: 1.5vw; */
        padding: 0 2%;
        /* padding-bottom: 3.5vw; */
    }

    .picBgset.spEvent.couponEvent ul li {
        /* flex-basis: 100%; */
        margin-top: 10vw;
        margin-bottom: 0;
        padding: 0;

        /* .picBgset.spEvent.couponEvent ul li:first-child {
        margin-top: 16vw;
    } */



        /*優惠券標題*/
        .coupon_title img {
            width: 100%;
            margin: 0 auto;
        }

    }


}

@media (max-width: 575px) {
    .picBgset.spEvent.couponEvent ul li button::before {
        top: 29%;
        font-size: 18px;
    }
}