/* 優惠 */
.activity-page .activity-list .activity-item {
    margin-bottom: 1.5rem;
    position: relative;
}
.activity-page .activity-list .activity-item.is-open .activity-content {
    display: block;
}
.activity-page .activity-list .activity-item .activity-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.activity-page .activity-list .activity-item .activity-banner .ad_img {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    -ms-border-radius: .5em;
    -o-border-radius: .5em;
    border-radius: .5em;
}
.overtime {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14;
}
img.overtime_img {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: .5em;
    -ms-border-radius: .5em;
    -o-border-radius: .5em;
    border-radius: 0.5em;
    height: 100%;
}
.activity-page .activity-list .activity-item .activity-content {
    display: none;
    margin-top: .5rem;
    padding: 1rem;
    background: #F5F8FB;
    border: 1px solid #5f7888;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
}
.activity-page .activity-list .activity-item .act-btn {
    width: 50rem;
    text-align: center;
    line-height: 3.5rem;
    margin: 0 auto 1rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .2em;
    background: linear-gradient(180deg, #FFA048 0, #FF5924 100%);
    -webkit-border-radius: .6rem;
    -moz-border-radius: .6rem;
    -ms-border-radius: .6rem;
    -o-border-radius: .6rem;
    border-radius: .6rem;
    cursor: pointer;
}
.activity-page .activity-list .activity-item .content-wrap {
    color: #000;
}
.activity-page .activity-list .activity-item .content-wrap .item_title {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.5rem;
}
.activity-page .activity-list .activity-item .content-wrap .item_content {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
/* 跳框-轉轉樂 */
.luckyalert_title {
    width: 100%;
    height: 6.35rem;
    background: url(../images/cm/luckytitle.png?20220708) no-repeat top center;
    background-size: 100% auto;
}
.luckyalert_item {
    display: flex;
    justify-content: space-around;
}
.luckybtn_set {
    width: 13rem;
    height: 10rem;
    text-align: center;
    cursor: pointer;
}
.luckybtn_text {
    display: flex;
    width: 180px;
    height: auto;
    padding: 4rem 0 0;
    color: #fff;
    margin: 0 auto;
}
.luckybtn_bg1 {
    background: url(../images/cm/enter.png?20220708) no-repeat top center;
    background-size: 100% auto;
}
.luckybtn_bg2 {
    background: url(../images/cm/exit.png?20220708) no-repeat top center;
    background-size: 100% auto;
}
/* 優惠內容文字 */
h3.item_title {
    word-break: break-all;
    font-size: 2rem;
    font-weight: normal;
    margin-top: .4rem;
    margin-bottom: .3rem;
}
.item_content {
    color: #000;/*預設文字顏色*/
    text-align: left;
}
.item_content strong {
    line-height: 2.5rem;
}
/* 編輯器前台設定CSS */
.item_content .text-huge {
    font-size: 1.8em;
}
.item_content .text-big {
    font-size: 1.4em;
}
.item_content .text-small {
    font-size: .85em;
}
.item_content .text-tiny {
    font-size: .7em;
}
.ck-table-resized tbody tr td, .table tbody tr td {
    vertical-align: middle !important;
}
/* 寬度介於 1024px - 1300px (ipad) */
@media screen and (min-width: 1024px) and (max-width: 1300px) {
    /* 優惠 */
    .activity-page .wrap {
        width: 61.8rem;
        margin: 0 auto;
    }
}