@charset "UTF-8";

body {
    /* min-width: 1200px; */
    padding: 0;
    margin: 0;
    color: #333;
    font: 13px/1.6em "Century Gothic", Arial, "Microsoft JhengHei", "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif";
}

a {
    display: block;
    text-decoration: none;
}

:focus {
    outline: none;
}

i {
    font-style: normal;
}

.header {
    margin: auto;
    width: 100%;
    max-width: 1050px;
}

.footer {
    margin: auto;
    width: 100%;
}

.hd_pc {
    width: 100%;
    max-width: 1050px;
}

.hd_m,
.M_menu_wrap {
    display: none;
}

.pez_ft {
    height: 228px;
}

.header .hd_pc/*, .footer*/ { display: none !important; }

.main {
    background: url("../images/kv_bg.jpg") top center no-repeat, url("../images/bg_all.jpg") center 100vh repeat-y #99000c;
    width: 100%;
    min-height: 100vh;
    margin: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.gotop {
    display: none;
}

.display_pc {
    display: block;
}

.display_m {
    display: none;
}

/**飯店**/
.hotel_main {
    max-width: 1156px;
    margin: 280px auto 0;
    position: relative;
    z-index: 99;
}

.hotel_img {
    background-color: #fff;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 223px;
    margin-top: 5%;
    transition: all .5s linear;
}

.hotel_img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.hotel_detail {
    height: 120px;
}

/** tag wfe **/
.tag_wfe {
    background: url("//www.payeasy.com.tw/pezlib/images/tag_wfe_s.png") left;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    top: -5px;
}

.tag_wfe.checked {
    background-position: right;
}

.tag_wfe .brief {
    display: none;
    color: #f6f6f6 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    background: #66ccb8;
    text-align: center;
    width: 64px;
    position: absolute;
    left: 25px;
    top: -5px;
    z-index: 10;
}

.tag_wfe:hover .brief {
    display: block;
}

.tag_wfe.checked:hover .brief {
    display: none;
}

.tag_wfe .brief:after {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #66ccb8 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.tag_wfe:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: text-bottom;
}

/** promotionBlock_forVIPday 標籤 **/
.promotionBlock {
    position: relative;
}

.promotionBlock .activity {
    line-height: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 100;
}

.promotionBlock .activity img {
    width: 100%;
}

/** kv **/
.kv_bg {
    background: url('../images/kv_bg.jpg') no-repeat top center;
    max-width: 1960px;
    width: 100%;
    height: 609px;
    margin: auto;
    position: relative;
}
    .kv_bg_right {
        content: ' ';
        display: block;
        /* background: url('../images/kv_bg_bottom_left.png') center bottom no-repeat; */
        /* background-size: 100% 100%; */
        background: url('../images/kv_bg_bottom_left-red.png') center bottom no-repeat;
        width: 100%; height: 100%;
        position: absolute;
        top: 0; bottom: 0;
        left: -3px; right: 0;
        z-index: 3;
    }
        .kv_bg_right::before {
            content: ' ';
            display: block;
            background: url(../images/kv_cloud.png) center no-repeat;
            background-size: contain;
            width: 15%; height: 20%;
            position: absolute;
            /* top: 0; */ bottom: -10%;
            left: 25%; right: 0;
            z-index: 3;
        }
    .kv_bg_left {
        content: ' ';
        display: block;
        /* background: url('../images/kv_bg_bottom_right.png') center bottom no-repeat; */
        /* background-size: 100% 100%; */
        background: url('../images/kv_bg_bottom_right-red.png') center bottom no-repeat;
        width: 100%; height: 100%;
        position: absolute;
        top: 0; bottom: 0;
        left: 3px; right: 0;
        z-index: 3;
    }

.kv_logo {
    background: url('../images/bg_logo.png') center bottom no-repeat;
    background-size: 100% 100%;
    padding: 1.15em 1.25em;
	position: absolute;
	left: 10%;
	top: 0;
    border-radius: 0 0 10px 10px;
	transition: .2s ease-in-out;
	z-index: 999;
}

.kv_logo:hover {
	filter: brightness(150%);
	transform: translateY(-5px);
}

.kv {
    width: 98%;
    max-width: 1200px;
    height: 618px;
    margin: auto;
    border-radius: 0 0 35% 35%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.kv img {
    width: 100%;
    max-width: 100%;
}

.kv1 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 2;
    pointer-events: none;
}

    .kv1-main {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .slogan {
        width: 100%;
        max-width: 371px;
        max-height: 291px;
        padding-right: 3%;
        margin: auto;
        position: absolute;
        /* top: 0; bottom: 0; left: 0; right: 0; */
        /* top: 0; bottom: 88px; left: 0; right: 168px; */
        top: 0; bottom: 17%; left: 0; right: 12%;
    }

    .sub {
        max-width: 243px;
        position: absolute;
        bottom: 27%;
        left: 33%;
    }

.kv_left {
    /* width: 40%;
    position: absolute;
    left: 10%;
    bottom: -17%;
    z-index: 1; */
    width: 45%;
    position: absolute;
    left: 6%;
    bottom: -20%;
    z-index: 1;
}
.kv_left img { opacity: 0; } /*427x323*/
    .kv_tiger_tail {
        background: url('../images/kv_tiger_tail.png') center no-repeat;
        /* 279x279 */
        /* width: 100%; height: 100%; */
        width: 65%; height: 86%;
        position: absolute;
        bottom: 11%;
        right: -2.2%;
        z-index: 1;
    }
    .kv_tiger_body {
        background: url('../images/kv_tiger_body.png') center no-repeat;
        /* 260x260 */
        /* width: 100%; height: 100%; */
        width: 60%; height: 80%;
        margin: auto;
        position: absolute;
        top: 0; bottom: 0;
        left: 0; right: 0;
        z-index: 2;
    }
    .kv_tiger_palm {
        background: url('../images/kv_tiger_palm.png') center no-repeat;
        /* 279x279 */
        /* width: 100%; height: 100%; */
        width: 65%; height: 86%;
        position: absolute;
        bottom: 2%;
        left: 9%;
        z-index: 3;
    }
    .kv_tiger_leg { 
        background: url('../images/kv_tiger_leg.png') center no-repeat;
        /* 260x260 */
        /* width: 100%; height: 100%; */
        width: 60%; height: 80%;
        position: absolute;
        bottom: 10.5%;
        right: 7%;
        z-index: 3;
    }
    .kv_tiger_head {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        /* background: url('../images/kv_tiger_head.png') center no-repeat; */
        /* 205x205 */
        /* width: 100%; height: 100%; */
        width: 48%; height: 63%;
        position: absolute;
        top: -8%;
        left: 15%;
        z-index: 3;
    }
    .kv_tiger_head .img {
        /* display: block; content: ' ';*/
        background: url('../images/kv_tiger_head.png') center no-repeat;
        /* background-size: contain; */
        width: 100%; height: 100%;
        max-width: 100%; max-height: 100%;
        opacity: 1;
    }

.kv_right {
    width: 30.5%;
    position: absolute;
    right: 21%;
    /* left: 64%; */
    bottom: 12%;
    z-index: 3;
}

.kv_float {
    max-width: 1320px;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 6;
}
    .kv_float::before {
        content: ' ';
        display: block;
        background: url('../images/kv_bg_top_left.png') left top no-repeat;
        background-size: contain;
        width: 29%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .kv_float::after {
        content: ' ';
        display: block;
        background: url('../images/kv_bg_top_right.png') right top no-repeat;
        background-size: contain;
        width: 35%;
        height: 100%;
        position: absolute;
        top: -20px;
        right: 0;
        z-index: 1;
    }

.prod_rota {
    width: 498px;
    height: 425px;
    position: absolute;
    right: -19px;
    top: 110px;
    z-index: 2;
    overflow: hidden;
}

.swiper-wrapper {
    text-align: center;
}

/** 活動 **/
.event_wrapper {
    /*background: url(../images/all_bg_move.png) top center;*/
    width: 100%;
    padding: 50px 0 20px;
}

.event {
    box-sizing: border-box;
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.16px;
    position: relative;
    z-index: 2;
}

.event .bg_wrapper {}

.event-item {
    box-sizing: border-box;
    padding: 6px;
    position: relative;
}

.event-item a {
    color: #66ccb8;
    font-size: 28px;
    line-height: 30px;
    display: block;
    width: auto;
    height: auto;
}

.event .event1 {
    width: 50%;
    float: left;
}

.event .event2 {
    width: 50%;
    float: right;
}

.event img {
    width: 100%;
    max-width: 100%;
}

.event .event3 {
    width: 100%;
    clear: both;
    margin-top: -8%;
    position: relative;
}

.event .event3 a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.event .event3 a img {
    position: relative;
    z-index: 1;
}

.event a:hover {
    filter: brightness(110%);
}

/** prod **/
.prod_wrapper {
    position: relative;
    /*background: #f1577f;*/
    overflow: hidden;
}

.prod_container {
    padding-bottom: 70px;
    position: relative;
    z-index: 100;
    overflow: hidden;
}

.ProductList {
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 98%;
    /* max-width: 1200px; */
    max-width: 1092px;
    margin: auto;
    position: relative;
    /* right: -23px; */
    z-index: 500;
}

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

.ProductList .item,
.ProductList .item > a,
.ProductList .ProductImg {
    width: 265px;
}

.ProductList .item {
    float: left;
    /* margin-left: 6px; margin-right: 6px; */
    margin-left: auto; margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.ProductList .item > a {
    display: block;
    background: #fff;
    margin: auto;
    position: relative;
    border-radius: 5px;
}

.ProductList .ProductImg {
    padding-bottom: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

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

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

.ProductList .ProductDesc {
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    font-weight: bold;
    background: linear-gradient(90deg, #860305, #cb2f04);
    height: 36px;
    padding: 0 15px;
    margin: 6px 7px 0;
    border-radius: 30px;
    overflow: hidden;
}

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

.item .ProducPrice,
.item .Event_Condition {
    padding: 3px 2px 7px 2px;
    height: 35px;
    color: #0d5ec6;
}

.item .ProducPrice label {
    cursor: pointer;
}

.item .ProducPrice i em span {
    margin: 0 10px 0 0;
    color: #747474;
    font-weight: 100;
    font-size: 13px;
}

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

.item .ProducPrice i em {
    color: #747474;
    text-decoration: line-through;
    font-style: normal;
}

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

/** title **/
.tit {
    display: none;
    margin: auto;
}

.ProductList .item .sub_tit {
    display: block;
    text-align: center;
    /* width: 1084px; */
    width: 410%;
    position: absolute;
    top: -152px !important;
    left: 0 !important;
    z-index: 100;
}

.ProductList .item .sub_tit img {
    transition: .3s ease;
}

.ProductList .item .sub_tit a:hover img {
    filter: brightness(120%);
    margin-right: 10px;
}

/* .ProductList .item_0 .sub_tit, .ProductList .item_8 .sub_tit,
.ProductList .item_20 .sub_tit, .ProductList .item_32 .sub_tit,
.ProductList .item_44 .sub_tit, .ProductList .item_56 .sub_tit,
.ProductList .item_68 .sub_tit, .ProductList .item_72 .sub_tit,
.ProductList .item_80 .sub_tit, .ProductList .item_92 .sub_tit {}

.ProductList .item .sub_tit a {} */

.title_txt {
    /* font-size: 50px; line-height: 145px; */
    font-size: 50px;
    line-height: 1em;
    padding-top: 0.5em; padding-bottom: 1.4em;
    white-space: nowrap;
    background: url("../images/hot_title.png") no-repeat center;
    max-width: 605px;
    margin: auto;
    z-index: 9;
}

/* .item_0 .title_txt,.item_4 .title_txt {
    background: url("../images/discount_title.png") no-repeat center;
} */

.title_txt a {
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(109,0,4,0.8);
    -webkit-text-shadow: 2px 2px 2px rgba(109,0,4,0.8);
    -moz-text-shadow: 2px 2px 2px rgba(109,0,4,0.8);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /*  width: 405px; padding-left: 30%; justify-content: space-around; */
    padding-top: 5px; justify-content: center;
}

.title_txt a span {
    display: inline-block;
    /* background: url(../images/more.png) no-repeat center;
    background-size: contain; */
    /* width: 80px; height: 68px; */
    font-size: 16px; line-height: 2em;
    font-weight: normal;
    text-transform: uppercase;
    background: linear-gradient(0deg, #0e1336, #1a204b);
    width: 5em; height: 2em;
    margin-right: -4.5em; margin-left: 0.5em; margin-bottom: -1em;
    border-radius: 1.25em;
    box-shadow: inset 0 0 0 2px #d99521;
    border: 1px solid #1a204b;
}
.title_txt a span::before { color: #f3e4b6; content: 'more';}

.title_txt a b {
    font-size: 75%;
    line-height: 1.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-radius: 70px;
    background-color: rgba(29, 22, 105, 0.9);
}

/** 商品 **/
.ProductList .item:nth-child(8n+1), .ProductList .item:nth-child(8n+2), .ProductList .item:nth-child(8n+3), .ProductList .item:nth-child(8n+4) {
    /* margin-top: 235px; */
    margin-top: 212px !important;
    margin-bottom: 38px;
}

/** ProductListBG **/
.prod_container_bg {
    max-width: 1260px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0; left: 0;
}

.prod_container_bg > div:first-child {
    margin-top: 84px;
}
.prod_container_bg > div {
    margin-top: 41px;
    height: 1025px;
    background: url("../images/pid_bg.png") center top no-repeat;
}

/* .prod_container_bg_01, .prod_container_bg_02 {
    background: url("../images/pid_bg_01.png") center no-repeat;
    height: 465px;
    margin-top: 182px;
}
.prod_container_bg_01 {
    margin-bottom: 188px;
}
.prod_container_bg_02 {
    margin-bottom: 198px;
}

.prod_container_bg_03, .prod_container_bg_05, .prod_container_bg_07, .prod_container_bg_09, .prod_container_bg_11, .prod_container_bg_13, .prod_container_bg_15,
.prod_container_bg_04, .prod_container_bg_06, .prod_container_bg_08, .prod_container_bg_10, .prod_container_bg_12, .prod_container_bg_14, .prod_container_bg_16
{
    background: url("../images/pid_bg_02.png") top center no-repeat;
    height: 930px;
    margin-top: 131px;
    padding-top: 20px;
} */

.bg_move {
    background: url("../images/all_bg_move.png") top center repeat-y;
    width: 100%;
    height: 120%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0; right: 0;
    z-index: 1;
    /* animation: mymove 1s linear infinite; */
    pointer-events: none;
}

@keyframes mymove {

    0%,
    100% {
        margin-left: 0px;
    }

    50% {
        margin-top: 7px;
    }
}

/** float **/
.float_wrapper {
    display: none;
    width: 140px;
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 250;
}

.float_tit {}

.float_main {
    width: 138px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

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

.group_leftmenu {
    /* background: #c61619; */
    background-color: rgb(198,22,25,0.8);
    width: 100px;
    margin: -40px auto 0;
    padding-top: 40px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

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

.group_leftmenu li {
    font-size: 15px;
    text-align: center;
    background: transparent;
    margin: auto;
    padding: 5px 0 5px;
    position: relative;
}

.group_leftmenu li.highlight0 {
    font-size: 24px;
    line-height: 26px;
    border-radius: 20px 0 0 0;
    padding-top: 20px;
    padding-left: 2px;
    color: #efec9a;
    font-weight: bold;
}

.group_leftmenu li.highlight1 {
    padding-left: 2px;
}

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

.group_leftmenu li a {
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 500;
}

.group_leftmenu li a:hover,
.group_leftmenu li a:focus,
.group_leftmenu li a:active {
    color: #efec9a;
}

.group_leftmenu li:after {
    background: #efec9a;
    height: 2px;
    position: absolute;
    right: 51%; left: 51%;
    bottom: 0;
    z-index: 1;
    content: "";
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
}

.group_leftmenu li:hover:after,
.type_leftmenu li:focus:after,
.type_leftmenu li:active:after {
    right: 10%;
    left: 10%;
}

.group_leftmenu li.highlight0:after {
    background: transparent;
}

/** brand **/
.brand_wrapper {
    width: 100%;
    padding: 0 0 50px 0;
    height: 552px;
    overflow: hidden;
    background: url(../images/all_bg_move.png) top center;
}

.brand_title {
    width: 815px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.brand {
    width: 98%;
    max-width: 1200px;
    height: 375px;
    margin: 0 auto;
    position: relative;
}

.brand .swiper-container {
    width: 1150px;
    height: 410px;
}

.swiper-button {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 186px;
    z-index: 2;
}

.brand .swiper-slide {
    width: 250px;
    height: 375px;
    padding: 2px;
}

.brand .swiper-slide a img {
    width: 100%;
    border-radius: 10px;
}

.go-back-btn {
    text-align: center;
    margin-top: 5%; margin-bottom: 2%;
    position: relative;
    z-index: 3;
}
.go-back-btn a {
    color: white;
    display: block;
}

.go-back-btn img {
    max-width: 528px;
    width: 88%;
    margin: auto;
}

@media screen and (min-width: 1200px) {
    .bg_move {
        background: url(../images/all_bg_move.png) top center repeat-y;
        background-size: 100%;
    }
}

@media screen and (max-width: 1440px) {
    .kv_bg_right::before {
        left: 17%;
    }
}

@media screen and (max-width: 1200px) {
    .kv {
        border-radius: 0 0 28% 28%;
    }
    .kv_right {
        width: 45%;
        right: initial;
        left: 50%;
    }
    .kv_bg_right::before {
        width: 22%;
        left: 6%;
    }
    .kv_left {
        width: 52%;
        bottom: -18%;
        left: 0;
    }
    .kv_float { z-index: 1; }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .kv_left {
        width: 71%;
        left: -15%;
    }
    .kv_tiger_head {
        top: -3%;
        left: 17%;
    }
    .slogan {
        padding-right: 10%;
    }
}

@media screen and (max-width: 768px) {
    body {
        width: 100vw;
        min-width: inherit;
    }

    * {
        box-sizing: border-box;
    }

    .float_wrapper, .group_leftmenu { display: none !important; opacity: 0; }

    .header {
        width: 100vw;
    }

    .footer {
        display: none;
    }

    .hd_pc {
        display: none;
    }

    .hd_m {
        display: block;
    }

    .display_m {
        display: block;
    }

    .display_pc {
        display: none;
    }

    .tag_wfe {
        top: -4px;
    }

    .main {
        background: url(../images/bg_all_m.jpg) top center repeat-y #99000c;
        background-size: 100%;
        /* padding-bottom: 60px; */ /*單行*/
        padding-bottom: 85px; /*2行*/
    }

    .bg_move {
        display: none;
    }

    /** kv **/
    .kv_bg {
        /* background: url("../images/kv_bg.jpg") top center no-repeat;
        background-size: 275vw; */
        background: url("../images/kv_bg_m.png") top center no-repeat;
        background-size: contain;
        width: 100vw;
        height: 100vw;
    }

    .kv {
        width: 100vw;
        height: 100%;
    }

    .kv_logo { display: none; }

    .kv img {
        width: 100%;
    }

    .kv1 {
        width: 85vw;
        /* top: 5vw; */
    }

    .slogan {
        width: 65%;
        padding-right: 0;
        margin-top: 19vw;
        margin-right: 8vw;
    }
    
    .sub {
        width: 36%;
        bottom: 32%;
        left: 26%;
    }

    .kv_right {
        width: 46vw;
        bottom: 21%;
        right: 1%;
        left: initial;
    }

    .kv_bg_right, .kv_bg_left,
    .kv_left,
    .kv_float {
        display: none;
    }

    .prod_rota {
        width: 80vw;
        top: 84vw;
        right: 10vw;
        height: auto;
    }

    /** 活動 **/
    .event_wrapper {
        /*background: url(../images/all_bg_move.png) top center;*/
        width: 96vw;
        max-width: 735px;
        padding: 0;
        margin: -25px auto 2vw;
    }

    .event,
    .event .bg_wrapper {
        width: 100%;
        height: auto;
        max-height: initial;
    }

    .event .event-item {
        width: 100%;
        max-width: 735px;
        padding-top: 0;
        padding-bottom: 0;
    }
    /** event img **/
    .event .event-item img {
        width: 100%;
        max-width: 100%;
    }

    .event .bg_wrapper {
        display: block;
    }

    /** pord_m **/
    .prod_wrapper {
        padding: 0;
        /* background: #013b4a; */
    }

    .prod_container {
        padding-bottom: 20px;
    }

    .ProductList {
        display: grid;
        grid-template-columns: auto auto;
        width: 100vw;
        right: 0;
    }

    .ProductList .item {
        width: 49vw;
        /* margin-right: 0.5vw; margin-left: 0.5vw; */
        /* margin-top: 5px !important; */
        margin-bottom: 5px;
    }

    .ProductList .ProductImg {
        width: 46vw !important;
        height: 49vw !important;
    }

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

    .item .ProducPrice i em span {
        margin-right: 5px;
        font-size: 12px;
        font-weight: bold;
    }

    .item .ProductName {
        height: 40px;
        font-size: 14px;
        line-height: 18px;
    }

    .ProductList .ProductDesc {
        font-size: 12px;
        line-height: 26px;
        height: 26px;
    }

    .ProductList .item .sub_tit {
        width: 99vw;
        max-width: initial;
        margin: auto;
        left: 0 !important;
        right: 0 !important;
        top: -20vw/*title height*/ !important;
    }

    .ProductList .item .sub_tit .title_txt {
        /*line-height: 20vw;*//*title height*/
        background: url(../images/hot_title_m.png) no-repeat;
        background-size: 100%;
        max-width: initial;
        height: 20vw;/*title height*/
    }

    /* .item_0 .title_txt,.item_4 .title_txt,
    .ProductList .item.item_0 .sub_tit .title_txt,
    .ProductList .item.item_4 .sub_tit .title_txt {
        background: url("../images/discount_title.png") no-repeat center;
        background-size: 100% 100%;
    } */

    /* .item_0 .title_txt a,.item_4 .title_txt a,
    .ProductList .item.item_0 .sub_tit .title_txt a,
    .ProductList .item.item_4 .sub_tit .title_txt a {
        padding-top: 0;
    } */

    .ProductList .item .sub_tit img {
        width: 100%;
    }

    .ProductList .item:nth-child(8n+3), .ProductList .item:nth-child(8n+4) {
        margin-top: 0 !important;
        margin-bottom: 5px;
    }

    .ProductList .item:nth-child(8n+1), .ProductList .item:nth-child(8n+2) {
        margin-top: 20vw /*title height*/ !important;
        margin-bottom: 5px;
    }

    .ProductList .item > a, .ProductList .ProductImg {
        width: 100%;
    }

    .ProductList .item > a {
        overflow: hidden;
    }

    .prod_container_bg_01 {
        margin-top: 10px;
        height: 324vw;
        background: url("../images/prod_bgm.png");
        background-size: 100%;
    }

    .prod_container_bg_01, .prod_container_bg_02, .prod_container_bg_03, .prod_container_bg_04, .prod_container_bg_05,
    .prod_container_bg_06, .prod_container_bg_07, .prod_container_bg_08, .prod_container_bg_09, .prod_container_bg_10,
    .prod_container_bg_11, .prod_container_bg_12, .prod_container_bg_13, .prod_container_bg_14, .prod_container_bg_15 {
        display: none;
    }

    .title_txt {
        /* font-size: 30px; */
        line-height: 55px;
        padding-top: 3px;
    }

    .title_txt a {
        width: initial;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .title_txt a span {
        /* width: 58px; height: 15vw; */
    }

    /** mobile bottom's menu **/
    .M_menu_wrap {
        font-size: 14px;
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 200;
    }

    .M_menu_block {
        width: 100vw;
        /* height: 50px; *//*單行*/
        height: 100px;/*2行*/
        /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #111)); */
        /* border: 1px solid #ffa1f8; */
        box-shadow: 0 -2px 6px rgb(150 22 140 / 34%);
        /* 漸層 */
        background: rgba(203,47,4,0.85);
        background: -moz-linear-gradient(0deg, rgba(134,3,5,0.85) 0%, rgba(203,47,4,0.85) 100%);
        background: -webkit-linear-gradient(0deg, rgba(134,3,5,0.85) 0%, rgba(203,47,4,0.85) 100%);
        background: linear-gradient(0deg, rgba(134,3,5,0.85) 0%, rgba(203,47,4,0.85) 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .M_menu_block ul {
        list-style: none;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: stretch;
        height: 50px;
        padding: 0;
        margin: 0;
    }

    .M_menu_block li {
        line-height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        padding-top: 0;
        padding-bottom: 3px;
        /*border-top: 1px solid #ccc; border-left: 1px solid #666; border-right: 1px solid #222;*/
        border-top: 1px solid #ebb03f;
        border-left: 1px solid #d14e10;
        border-right: 1px solid #880005;
        position: relative;
    }

    .M_menu_block li a {
        color: #fff;
        font-weight: normal;
    }

    .M_menu_block li b {
        display: inline-block;
        font-weight: normal;
    }
    .M_menu_block li span {
        color: white;
        display: inline-block;
    }

    .M_menu_block ul+ul li {
        padding-bottom: 7px;
    }

    .gotop {
        /* display: none !important;
        background: url(//www.payeasy.com.tw/travel/event/img/icon_top.png) no-repeat;
        height: 36px;
        position: fixed;
        right: 5px;
        width: 36px;
        bottom: 80px;
        z-index: 900; */
        display: block !important;
        position: absolute;
        left: 0; right: 0;
        top: 0; bottom: 0;
    }

    .gotop a {
        /* display: block;
        width: 48px;
        height: 36px; */
        position: absolute;
        left: 0; right: 0;
        top: 0; bottom: 0;
    }
    .gotop_btn {
        background-color: rgb(227 169 87);
        background: linear-gradient(to top, #c93103 0%, #e89e38 100%);
    }

    /** brand **/
    .brand_wrapper {
        padding: 10px 0;
        margin-bottom: 10px;
        height: 122vw;
        background: url(../images/all_bg_move.png) top center;
    }

    .brand_title {
        width: 88vw;
        padding-bottom: 10px;
    }

    .brand_title img {
        width: 100%;
    }

    .brand {
        width: 60vw;
        height: auto;
    }

    .brand .swiper-container {
        width: 100%;
        height: auto;
    }

    .swiper-button {
        width: 90vw;
        top: 47vw;
        left: -15vw;
    }
}

@media screen and (max-width: 768px) and (min-width: 560px) {
    .event .event3 b {
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    .title_txt {
        font-size: 28px;
    }

    .M_menu_block li b {
        display: block;
    }
}

@media screen and (max-width: 320px) {
    .item .ProducPrice i em span {
        font-size: 11px;
    }

    .item .ProducPrice .price_txt {
        font-size: 13px;
    }

    .tag_wfe {
        width: 16px;
        height: 16px;
    }

    .title_txt {
        font-size: 22px;
        line-height: 48px;
    }
}