@charset "big5";

/* CSS Document */
body {
    min-width: 1200px;
    color: #333;
    font: 15px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "A?aGA¡Ñ???A", "A¡Ñ?A Pro", "¡Ps2OcuAe", "sans-serif";
}

a {
    display: block;
    text-decoration: none;
    transition: .3s ease-in-out;
}

:focus {
    outline: none;
}

i {
    font-style: normal;
}

.header,
.footer {
    width: 100%;
    background: #fff;
}

.hd_pc {
    width: 100%;
    background: #fff;
}

.hd_m {
    display: none;
}

.display_pc {
    display: block;
}

.display_m {
    display: none;
}

/*main*/
.main {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../images/main_bg.jpg) center top #80110e;
}

/*kv*/
.kv_wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    background: url("../images/kv_bg.png")no-repeat center top, #80110e;
}

.kv_container {
    position: relative;
    z-index: 1;
    margin: auto;
    width: 1200px;
    height: 695px;
}

.kv_slogan {
    position: absolute;
    top: 36px;
    left: 344px;
    z-index: 1;
}

.kv_text {
    position: absolute;
    top: 195px;
    left: 344px;
    z-index: 2;
}

.kv_smoky {
    position: absolute;
    top: 250px;
    left: 448px;
    animation: steam 4.5s ease infinite;
    z-index: 2;
}

@keyframes steam {
    50% {
        opacity: 1;
    }

    100% {
        top: 150px;
        opacity: 0;
    }
}

@keyframes steam02 {
    100% {
        top: 5vw;
        opacity: 0;
    }
}

.kv_lamp_L {
    position: absolute;
    top: 2px;
    right: 225px;
    z-index: 2;
}

.kv_lamp_R {
    position: absolute;
    top: -20px;
    left: 244px;
    z-index: 2;
}

.kv_meat {
    position: absolute;
    top: 283px;
    right: 198px;
    z-index: 2;
}

.kv_shrimp {
    position: absolute;
    top: 287px;
    left: 180px;
    z-index: 2;
}

/*event*/
.event_wrapper {
    position: relative;
    width: 100%;
}

.event_container {
    position: relative;
    z-index: 2;
    width: 1121px;
    margin: auto;
    height: 475px;
    background: url("../images/event_bg.png")no-repeat center top;
}

.event {
    position: relative;
    width: 1120px;
    margin: auto;
    padding: 150px 25px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media(hover:hover) {

    .event_title a:hover,
    .event_order a:hover,
    .event_02 a:hover,
    .event_03 a:hover,
    .event_04 a:hover,
    .event_quiz a:hover {
        filter: brightness(110%);
        transform: scale(0.96);
    }
}

/**best_wrapper**/
.best_wrapper {
    width: 100%;
    margin: auto;
}

.title_img {
    display: flex;
    justify-content: center;
    margin: 30px;
}

.best {
    width: 100%;
    /* max-width: 100%; */
    max-width: 1120px;
    margin: auto;
}

.best1,
.best2,
.best3,
.best4 {
    box-sizing: border-box;
    padding-bottom: 40px;
    position: relative;
}

.best1 a,
.best2 a,
.best3 a,
.best4 a {
    font-size: 28px;
    line-height: 30px;
    display: block;
    width: auto;
    height: auto;
    transition: all .5s;
    filter: brightness(100%);
    transform: translateY(0);
}

.best1 a:hover,
.best2 a:hover,
.best3 a:hover,
.best4 a:hover {
    filter: brightness(120%);
    transform: translateY(-10px);
}

.content {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

/**prod**/
.prod_wrapper {
    position: relative;
}

.prod_container {
    position: relative;
    z-index: 100;
}

.ProductList {
    position: relative;
    z-index: 500;
    margin: auto;
    width: 1200px;
    overflow: hidden;
}

.ProductList:after {
    clear: both;
    display: table;
    content: '';
}

.ProductList .item {
    position: relative;
    float: left;
    width: 260px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 3px rgba(32, 61, 75, 0.6);
    left: 47px;
    top: 20px;
}

.ProductList .item > a {
    position: relative;
    display: block;
    transform: scale(.95);
}

.ProductList .ProductImg {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 260px;
    height: 260px;
}

.ProductList .ProductImg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: ease-out .1s;
    transition: ease-out .1s;
}

.ProductList .item > a:hover .ProductImg img {
    transform: scale(1.05);
    filter: brightness(110%);
}

.ProductList .ProductDesc {
    overflow: hidden;
    margin: 7px 7px 0;
    border-radius: 30px;
    background-image: linear-gradient(to right, #b8551c 0%, #963c06 100%);
    padding: 0 15px;
    height: 36px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 36px;
}

.item .ProductName {
    overflow: hidden;
    padding: 4px 5px;
    height: 40px;
    color: #000;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.item .ProducPrice,
.item .Event_Condition {
    padding: 3px 2px 0 2px;
    color: #F00;
    height: 50px;
}

.item .ProducPrice label {
    cursor: pointer;
}

.item .ProducPrice i {
    display: flex;
    flex-direction: column-reverse;
}

.item .ProducPrice i em span {
    margin: 0 10px 0 0;
    color: #747474;
}

.item .ProducPrice .prePrice span,
.item .Event_Condition i span {
    margin: 0 2px 0 2px;
    font-weight: 500;
    font-size: 34px;
    line-height: 30px;
}

.item .ProducPrice i em {
    color: #747474;
    font-style: normal;
    font-size: 13px;
}

.item .ProducPrice .price_txt {
    color: #F00;
    font-size: 15px;
    line-height: 26px;
}

/**group**/
.group {
    position: relative;    
    margin-bottom: 120px;
}
.group:before {
    content: '';
    position: absolute;
    top: 150px;
    bottom: 0;
    left: 0px;
    right: 0;
    margin: auto;
    background-image: url(../images/prod-bg.png);
    background-repeat: no-repeat;
    width: 1200px;
    height: 985px !important;
    z-index: -1;
}

/**title***/
.group .tit {
    display: flex;
    justify-content: center;
}

.seemore {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 0 100px;
}

.seemore a:hover {
    filter: brightness(110%);
    transform: scale(0.98);
}

/*bg_wrapper*/
.bg_wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.bg_fly {
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/float.png") center top;
}

/* Lightbox */
.lightbox {
    display: none;
    box-sizing: border-box;
    background: #fff;
    max-width: 500px;
    width: 80%;
    height: 80%;
    margin: auto;
    padding: 15px;
    border-radius: 20px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.lightbox-01 {
    background: #ffc148;
    height: 350px;
}

.lightbox .lightbox_head {
    position: relative;
}

.lightbox_content {
    box-sizing: border-box;
    background: #fff;
    width: 95%;
    margin: 0 auto auto;
    padding: 2em;
    border-radius: 20px;
    position: absolute;
    top: 90px;
    bottom: 4%;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.lightbox_mask {
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.lightbox_title {
    display: table;
    margin: auto;
    font-size: 35px;
    font-weight: bold;
    padding-top: 25px;
    color: #522b1a;
}

.lightbox_content h3 {
    color: #00589f;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-top: 15px;
}

.lightbox_content p {
    font-size: 16px;
    line-height: 1.5em;
}

.lightbox_close {
    color: #000;
    box-sizing: border-box;
    width: 31px;
    height: 31px;
    border-radius: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.lightbox_close .icon_close {
    color: #fff;
    width: 31px;
    height: 31px;
}

.lightbox_close .icon_close:before,
.lightbox_close .icon_close:after {
    width: 31px;
    box-shadow: 0 0 15px 3px #ff1100;
}

.icon_close {
    position: absolute;
    color: #000;
    margin-top: 0;
    margin-left: 0;
    width: 21px;
    height: 21px;
}

.icon_close:before {
    content: '';
    position: absolute;
    top: 10px;
    width: 21px;
    height: 3px;
    background-color: currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.icon_close:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 21px;
    height: 3px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box02 td {
    padding: 5px;
    font-size: 15px;
}

.lightbox_content li {
    font-size: 15px;
}


@media screen and (min-width: 1025px) {
    .NavArea {
        display: none;
        width: 115px;
        position: fixed;
        top: 125px;
        right: 5px;
        z-index: 999;
    }

    .go_top {
        display: block;
        cursor: pointer;
    }

    .Nav-wrapper {
        position: relative;
        width: 115px;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        background: rgb(0 0 0 / 80%);
        border-radius: 10px;
        padding: 5px 5px 20px 5px;
    }

    .float_tit {
        position: absolute;
        top: -109px;
        left: 5px;
    }

    .float_tit_pk {
        position: absolute;
        bottom: -108px;
        left: 3px;
    }

    .Nav-wrapper li a {
        position: relative;
        z-index: 500;
        color: #fff;
        cursor: pointer;
        font-weight: 600;
        padding: 3px 0;
        margin: 5px 0;
    }

    .Nav-wrapper li a:hover {
        color: #80110e;
        border-radius: 3px;
    }

    .Nav-wrapper li.float_tit_pk a:hover {
        background: none;
    }

    .Nav-wrapper li.gift {
        background: #ff6744;
        border-radius: 3px;
        font-size: 16px;
        line-height: 26px;
    }

    .Nav-wrapper li.gift:hover {
        background: #80110e;
    }

    .Nav-wrapper li.highlight0 {
        background-color: #0093a5;
        border-radius: 3px;
        color: #fff;
        margin-top: 5px;
    }

    .Nav-wrapper li.highlight0 > ul {
        border-top: 1px dotted;
    }

    .Nav-wrapper li.highlight0 p {
        line-height: 24px;
        font-weight: bold;
        color: #ffdd59;
    }

    .Nav-slide.active {
        background-color: #ffe644;
        border-radius: 3px;
    }

    .Nav-slide.active a {
        color: #80110e;
        background-color: #ffe644;
        border-radius: 3px;
    }

    .Nav-wrapper li.store {
        width: 98%;
        float: left;
        border-bottom: 1px dotted #fff;
        font-size: 16px;
    }

    .Nav-wrapper li.store a {
        color: #fff;
    }

    .Nav-wrapper li.store:last-child {
        border-bottom: none;
    }

    .Nav-wrapper li.store a:hover {
        color: #80110e;
    }

    li.Nav-slide.store.active a {
        color: #80110e;
    }

    .Nav-wrapper li.best {
        background: #2196F3;
        border-radius: 3px;
        line-height: 26px;
    }

    .Nav-wrapper li.highlight2 {
        font-size: 24px;
        border-radius: 0 0 20px 20px;
        padding-bottom: 20px;
        padding-left: 2px;
    }

    .Nav-wrapper li a:hover {
        color: #fff100;
    }

    @media(hover:hover) {
        .float_tit_pk:hover {
            filter: brightness(110%);
            transform: scale(0.98);
        }
    }

}

@media screen and (max-width:1024px) {
    body {
        width: 100vw;
        min-width: inherit;
        background-color: #000;
    }

    * {
        box-sizing: border-box;
    }

    .display_pc {
        display: none;
    }

    .display_m {
        display: block;
    }

    .gotop {
        background: url(//www.payeasy.com.tw/pay_event/pezlib/images/icon_top.png) no-repeat;
        height: 36px;
        position: fixed;
        right: 10px;
        width: 36px;
        bottom: 80px;
        z-index: 900;
        display: none;
    }

    .gotop a {
        display: block;
        width: 48px;
        height: 36px;
    }

    .float_wrapper {
        display: none;
    }

    .kv_wrapper {
        width: 100vw;
        background: url(../images/M_kv_bg.png) no-repeat top center;
        background-size: 100vw !important;
    }

    .kv_wrapper img {
        width: 100%;
    }

    .kv_container {
        width: 100vw;
        height: 75vw;
    }

    .kv_slogan {
        width: 46vw;
        top: 36px;
        left: 27vw;
    }

    .kv_text {
        width: 59vw;
        top: 24vw;
        left: 21vw;
    }

    .kv_lamp_L {
        width: 15vw;
        left: 13vw;
        top: 0vw;
    }

    .kv_lamp_R {
        width: 15vw;
        left: 73vw;
        top: 6vw;
    }

    .kv_smoky {
        width: 24vw;
        left: 13vw;
        top: 4vw;
    }

    .kv_meat {
        width: 32vw;
        left: 54vw;
        top: 35vw;
    }

    .kv_shrimp {
        width: 28vw;
        left: 11vw;
        top: 37vw;
    }

    .event_wrapper {}

    .event_wrapper img {
        width: 100%;
        padding: 8px;
    }

    .event_container {
        width: 100vw;
        background-size: 100%;
    }

    .event_title {
        width: 52vw;
        margin: auto;
        padding-top: 6.5vw;
    }

    .event {
        width: 100vw;
    }

    .best_container img {
        width: 100vw;
    }

    /**prod_m**/
    .prod_wrapper {
        padding-top: 10px;
    }

    .ProductList {}

    .group {
        width: 100vw;
        padding: 0 0 20px 0;
        margin-bottom: 40px;
    }

    .group:before {
        height: -webkit-fill-available !important;
        background-size: 100vw;
    }

    .group_title {
        width: 75vw;
        padding-bottom: 15px;
    }

    .group_title img {
        width: 100%;
    }

    .tit_01,
    .tit_02,
    .tit_03 {
        float: none;
        width: 100vw;
        padding: 0;
    }

    .group .tit img {
        width: 100%;
    }

    /**hotpot**/
    .hotpot_wrapper {
        margin-top: 13px;
        overflow: hidden;
    }

    .hotpot_main {
        width: 100vw;
    }

    .hotpot_product {
        width: 24vw;
        margin: 0.5vw;
    }

    .hotpot_product img {
        width: 100%;
    }

    .hotpot_img {
        height: 24vw;
    }

    .hotpot_detail {
        height: auto;
    }

    .hotpot_tit {
        line-height: 18px;
        font-size: 14px;
    }

    .hotpot_money {}

    .hotpot_money span.sign {
        font-size: 14px;
    }

    .hotpot_money span.price {
        font-size: 30px;
    }

    /**NavArea-top**/
    .NavArea {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 998;
    }

    .NavArea .Nav {
        position: relative;
        margin: 0;
        padding: 0;
        overflow-x: scroll;
        background: #000;
        border-bottom: 2px solid #ccc;
    }

    .NavArea .Nav ul {
        white-space: nowrap;
        width: max-content;
    }

    .NavArea .Nav li {
        z-index: 10;
        position: relative;
        float: left;
        padding: 0;
        overflow: hidden;
        width: auto;
        font-weight: inherit;
        text-align: center;
    }

    .NavArea .Nav a {
        color: #fff;
        text-decoration: none;
        position: relative;
        padding: 0 12px;
        height: 50px;
        font-size: 15px;
        line-height: 50px;
        font-weight: bold;
    }

    .Nav-slide.active a {
        color: yellow;
    }

    .Nav-slide.active a {
        color: yellow;
        font-weight: bold;
        border-bottom: 2px solid yellow;
        background: #525252;
    }

    .NavArea .Nav li span {
        display: inline-block;
    }

    .NavArea li.highlight0 p {
        display: none;
    }

    li.Nav-slide.gift {
        background: #0093a5;
    }

    li.Nav-slide.gift:hover {
        color: yellow;
        border-bottom: 2px solid yellow;
        background: #525252;
    }

    li.Nav-slide.pk {
        background: #80110e;
    }

    li.Nav-slide.pk:hover {
        color: yellow;
        border-bottom: 2px solid yellow;
        background: #525252;
    }

    li.Nav-slide.best {
        background: auto;
    }

    .bg_fly {
        background: none;
    }

}

@media screen and (max-width:768px) {
    .kv_smoky{display: none;}
    .event_wrapper img {
        width: 43vw;
        padding: 1vw 0.5vw;
    }

    .event_container {
        width: 100vw;
        height: 137vw;
        background: url("../images/M_event_bg.png")no-repeat center top;
        background-size: 100%;
    }

    .event {
        padding: 27.5% 6% 0;
        flex-wrap: wrap;
    }

    /**best_wrapper**/
    .best_wrapper {
        width: 100%;
        height: auto;
        margin: auto;
        background-size: cover;
    }

    .best_container {}

    .best {
        width: 100vw;
    }

    .title_img img {
        width: 100vw;
    }

    .best img {
        width: 100%;
    }

    .best1,
    .best2,
    .best3,
    .best4 {
        padding-bottom: 3vw;
    }

    /**prod_m**/
    .prod_wrapper {
        margin-top: 0vw;
    }

    .prod_container {}

    .ProductList {
        width: 100vw;
        right: 0;
    }

    .ProductList .item {
        width: 49vw;
        margin: 0 .5vw;
        margin-bottom: 10px;
        left: 0px;
        top: 0px;
    }

    .ProductList .ProductImg {
        width: 49vw;
        height: 49vw;
        border: 0;
    }

    .ProductList .ProductDesc {
        height: 36px;
        overflow: hidden;
        line-height: 36px;
        font-size: 14px;
        padding: 0 3px;
    }

    .item .ProductName {
        color: #000;
        height: 38px;
        overflow: hidden;
        font-size: 14px;
        text-align: center;
        padding: 4px 5px;
        line-height: 18px;
    }

    .item .ProducPrice span,
    .item .Event_Condition i span {
        font-size: 13px;
    }

    .item .ProducPrice .prePrice span,
    .item .Event_Condition i span {
        font-size: 24px;
    }

    /**group**/
    .group {
        margin: 0;
        padding-bottom: 10px;
    }

    .group .tit {
        width: 100vw;
        height: 21vw;
        overflow: hidden;
        background-size: contain;
    }

    .group .tit > div {
        width: 100vw;
        font-size: 32px;
        text-shadow: none;
        top: 0px;
    }

    .group .tit > div::after {
        font-size: 18px;
        line-height: 25px;
        margin-top: -3.5vw;
        letter-spacing: 5px;
    }

    /*.group .tit a {
        margin-top: calc(9vw - 14px);
        right: 6vw;
        background-size: contain;
        background: url("../images/m_more.png") right no-repeat;
        background-size: 45vw;
        margin-top: -3vw;
        width: 50vw;
        height: 12vw;
    }*/


    #group_1 .tit > div,
    #group_2 .tit > div,
    #group_3 .tit > div {
        background: none;
    }

    .ProductList .item_ .ProducPrice {
        height: 40px;
    }

    .prod_wrapper_bg {
        width: 100vw;
    }

    .prod_bg_item {
        height: calc(494vw + 1319px);
        margin-top: 16vw;
    }

    .prod_bg_item.prod_bg_00 {
        margin-top: 18vw;
    }
    .seemore{
        margin: 0 0 50px;
    }
    .seemore img {
        width: 80vw;
    }
}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}
