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

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

:focus {
    outline: none;
}

i {
    font-style: normal;
}

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

.hd_pc {
    width: 100%;
}

.hd_m {
    display: none;
}

.pc_mode {
    display: block
}

.m_mode {
    display: none
}

.display_pc {
    display: block;
}

.display_m {
    display: none;
}

.inline-block_m {
    display: none;
}

.M_menu_wrap {
    display: none;
}

/**main_wrapper**/
.wrapper {
    background: url("../images/kv_bg.png") top center no-repeat, url("../images/main_bg.png") no-repeat fixed bottom #c01f1d;
    /* background: url("../images/kv_bg.jpg") top center no-repeat, url("../images/bg.jpg") top center repeat-y #0a002c; */
    /* background: url("../images/bg.jpg") center 675px repeat-y #0a002c; */
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

/* 內容區 - 背景漂浮 */
.all_bg_move {
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/float.png) no-repeat center;
    position: fixed;
    pointer-events: none;
    z-index: 99;
}

.all_bg_move.animated {
    display: block;
    animation: flyItemfadeIn 0.5s linear backwards, upDown_animation 0.8s linear .3s infinite alternate;
}

.all_bg_move::before,
.all_bg_move::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

/* ================================================
- 主視覺 kv
================================================ */

.kv_bg {
    position: relative;
    z-index: 100;
    margin: auto;
    width: 1200px;
    height: 730px;
}

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

.kv_logo {
    position: absolute;
    transition: .2s ease-in-out;
    z-index: 9;
}

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

/**標題**/
.kv_slogan {
    position: absolute;
    right: 166px;
    top: 350px;
    margin: auto;
    z-index: 6;
}

.kv_light {
    position: absolute;
    right: 530px;
    top: 417px;
    margin: auto;
    z-index: 7;
    mix-blend-mode: screen;
}

.kv_detail {
    position: absolute;
    right: 212px;
    top: 465px;
    margin: auto;
    z-index: 7;
}

/*heartbeat*/
.zoominzoomout-play {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: -1s;
    -webkit-animation-name: zoominzoomout-play;
    animation-name: zoominzoomout-play;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}


@-webkit-keyframes zoominzoomout-play {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes zoominzoomout-play {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.kv_gift a {
    position: absolute;
    right: 50px;
    top: -20px;
    z-index: 7;
    animation: swing2 ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    transition: .2s ease-in-out;
}

.kv_gift a:hover {
    filter: brightness(115%);
}

@keyframes swing2 {
    0% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(-4deg);
    }
}

.kv_santa {
    position: absolute;
    left: -55px;
    top: 62px;
    z-index: 5;
}

.kv_product {
    position: absolute;
    left: 262px;
    top: -65px;
}

.kv_deco {
    position: absolute;
    right: 13px;
    top: 350px;
    z-index: 3;
}

.kv_left {
    position: absolute;
    left: -236px;
    top: 393px;
    z-index: 1;
}

.kv_right {
    position: absolute;
    right: -200px;
    top: 436px;
    z-index: 2;
}

.kv_swiper {
    max-width: 440px;
    margin: auto;
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 38%;
    overflow: hidden;
}

/*浮動*/
    {
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/float.png") no-repeat center;
    position: fixed;
    z-index: 99;
    display: none;
}

/**BN**/
.bn_wrapper {
    z-index: 99;
}

.bn_container {
    width: 1200px;
    height: 290px;
    background-image: url("../images/event_bg.png");
    margin: auto;
}

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

.bn_item li {
    display: inline;
    float: left;
    width: 50%;
    cursor: pointer;
    margin-top: 59px;
}

.bn_item li a {
    transition: .2s ease-in-out;
}

.bn_item li a:hover {
    transform: scale(0.97);
    filter: brightness(125%);
}

.bank_wrapper {
    max-width: 600px;
    overflow: hidden;
}

/**分頁按鈕**/
.category_wrapper {
    z-index: 100;
}

.category_container {
    width: 1350px;
    /*width: 1200px;*/
    margin: auto;
}

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

.category_item li {
    display: inline;
    float: left;
    width: 20%;
    /*width: 20%; 一列4個*/
    cursor: pointer;
}

.category_item li a {
    transition: .2s ease-in-out;
}

.category_item li a:hover {
    transform: scale(0.97);
    filter: brightness(125%);
}


.M_coupon_wrapper {
    display: none;
}

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

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

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

/* 商品區 | Products */

.title_temp {
    max-width: 1200px;
    margin: auto;
}

.pro_temp {
    display: none
}

.prod_wrapper {
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}

.prod_container {
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.ProductList {
    /* max-width: 1200px; */
    margin: auto;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

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

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

.group .tit {
    display: block !important;
    max-width: 1200px;
    height: 350px;
    /*height: 115px;*/
    position: relative;
    z-index: 2;
}

/*.group .tit > div {
    color: #fff;
    font-size: 45px;
    line-height: 64px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/group_tit.png") no-repeat center;
    background-size: contain;
    max-width: 728px;
    height: 110px;
    margin: auto;
    position: relative;
    cursor: default;
}*/

.group .tit > div {
    color: #fff;
    font-size: 55px;
    font-family: "華康新特圓體";
    text-align: center;
    box-sizing: border-box;
    display: flex;
    left: -150px;
    bottom: -240px;
    position: relative;
    cursor: default;
    flex-direction: column;
    align-items: center;
}

.group .tit > div span {
    color: #fff;
    display: block;
    text-shadow: 0 6px 5px #2a4d35;
    padding-bottom: 30px;
}

.tit a {
    color: transparent;
    /*font-size: 20px;*/
    /*line-height: 34px;*/
    background: url("../images/group_tit_more.png") no-repeat right center transparent;
    display: inline-block;
    width: 125px;
    height: 34px;
    padding: 0;
    /*border-radius: 30px;*/
}

.tit_img {
    max-width: 125px;
    margin-bottom: -10px;
}

/** 商品區塊 **/
.group {
    box-sizing: border-box;
    /* max-width: 1200px; */
    max-width: 1140px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
    /* margin: 30px auto 0; */
    position: relative;
}

.group:before {
    content: '';
    background: url("../images/border1.png") no-repeat center transparent;
    background-size: 100% 100%;
    width: 105%;
    margin: auto;
    position: absolute;
    top: 100px;
    bottom: 0;
    right: 0;
    left: -2.5%;
    z-index: 1;
}

.tit_01 a,
.tit_02 a,
.tit_03 a,
.tit_04 a,
.tit_05 a {
    transition: 0.2s all ease-in-out;
}

.tit_01 a:hover,
.tit_02 a:hover,
.tit_03 a:hover,
.tit_04 a:hover,
.tit_05 a:hover {
    transform: scale(0.9);
}

span.best1 a:hover,
span.best2 a:hover,
span.best3 a:hover,
span.best4 a:hover,
span.best5 a:hover {
    filter: brightness(110%);
}

span.best1 a {
    position: absolute;
    top: 90px;
    right: 155px;
    background: url(../images/best_pro1.png) no-repeat right center transparent !important;
    width: 246px !important;
    height: 255px !important;

}

span.best2 a {
    position: absolute;
    top: 90px;
    right: 138px;
    background: url(../images/best_pro2.png) no-repeat right center transparent !important;
    width: 360px !important;
    height: 255px !important;

}

span.best3 a {
    position: absolute;
    top: 90px;
    right: 138px;
    background: url(../images/best_pro3.png) no-repeat right center transparent !important;
    width: 360px !important;
    height: 255px !important;

}

span.best4 a {
    position: absolute;
    top: 90px;
    right: 155px;
    background: url(../images/best_pro4.png) no-repeat right center transparent !important;
    width: 360px !important;
    height: 255px !important;

}

span.best5 a {
    position: absolute;
    top: 90px;
    right: 140px;
    background: url(../images/best_pro5.png) no-repeat right center transparent !important;
    width: 360px !important;
    height: 255px !important;

}

/** 商品 **/
.ProductList {
    width: initial;
    overflow: initial;
}

.ProductList .item {
    width: 220px;
    /* 5品一行 */
    /* width: 265px; */
    /* 4品一行 */
    border-radius: 10px;
}

.ProductList .item > a {
    border-radius: 10px;
    position: relative;
    z-index: 9;
}

.ProductList .ProductImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 220px; height: 220px; */
    /* 5品一行 */
    /* width: 265px; height: 265px; */
    /* 4品一行 */
    border-radius: 10px;
    /* transition: all 1s; */
}

@media (hover: hover) {
    .ProductList .ProductImg:hover {
        /* background-size: 150% 150%; */
    }
}

.ProductImg .tab {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    background-color: #e04d34;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: rgb(0 0 0 / 35%) 2px 2px 3px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 4;
}

.ProductList .ProductDesc {
    /* background: linear-gradient(90deg, #e04d34 0%, #e04d34 0%, #ffb02c 100%); */
    background: linear-gradient(90deg, #e04d34 0%, #ffb02c 100%);
}

.item {
    text-align: center;
    float: left;

    width: 220px;
    /* 5品一行 */
    margin-right: 3.5px;
    margin-left: 3.5px;

    /* width: 265px; */
    /* 4品一行 */
    /* margin-right: 10px; margin-left: 10px; */

    margin-bottom: 15px;
    overflow: hidden;
}

.item > a {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

@media (hover: hover) {

    .item > a:hover,
    .item > a:focus,
    .item > a:active {
        transform: translateY(-5px);
    }
}

.item .ProductImg {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 220px;
    height: 220px;
    /* 5品一行 */
    /* max-width: 265px; height: 265px; */
    /* 4品一行 */
}

.item .ProductImg img {
    /* position: absolute;
                top: 0; bottom: 0;
                left: 0; right: 0;
                margin: auto;
                max-width: 100%;
                max-height: 100%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item .ProductDesc {
    overflow: hidden;
    padding: 0 5px;
    height: 36px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 36px;
    background: linear-gradient(90deg, #d78c48 0%, #d17b2c 100%);
    width: 90%;
    margin: 2px auto;
    border-radius: 50px;
}

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

.item .ProducPrice,
.item .Event_Condition {
    padding: 7px 10px 0 10px;
    height: 45px;
    color: crimson;
    /*  background: url("../images/buy_bg.png") right center no-repeat #000;
            background-size: cover;*/
    position: relative;
    margin-top: 3px;
}

.item .ProducPrice label {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

/* ================================================
- 右側懸浮 float
================================================ */

.gotop {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    height: 60px;
    position: fixed;
    left: calc(50% + 620px);
    width: 60px;
    border-radius: 30px;
    bottom: 250px;
    z-index: 900;
    display: none;
    cursor: pointer;
}

.NavArea {
    display: none;
}

.Nav-link {
    display: none;
    text-align: center;
    width: 140px;
    margin-top: 20px;
    position: relative;
    z-index: 600;
}

.Nav-link img {
    width: 100%;
    max-width: 140px;
    margin: auto;
}

/* ================================================
- 至適應
================================================ */
@media screen and (max-width: 1280px) {
    .ProductList .item {
        /* width: 24vw; */
        width: 17vw;
        margin-right: 0.5vw;
        margin-left: 0.5vw;
        /* margin-right: 5px;
        margin-left: 5px; */
        margin-bottom: 10px;
    }

    .category_container {
        width: 1280px;
        margin: 0 auto;
    }

    .category_item img {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .item .ProductImg {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
        max-width: 175px;
        height: 175px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    .group {
        width: 90%;
        max-width: initial;
    }

    .group .tit {
        display: block !important;
        max-width: 1140px;
        height: 350px;
        position: relative;
        z-index: 2;
    }

    .group:before {
        /*width: 125%;*/
        /* width: 100%;
            left: 0; */
    }
}

@media screen and (min-width: 768px) {

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

    .Nav-slide.active,
    .Nav-slide.active a {
        color: #ffdfad;
        /* color: #fff; background: #09506c; text-shadow: #000 0 0 1em; */
    }

    .Nav-wrapper li.Nav-slide.item_special1 {
        background-color: rgba(38, 123, 162, .2);
    }

    .Nav-wrapper li.Nav-slide.item_special1,
    .Nav-wrapper li.Nav-slide.item_special1 a {
        color: #fff4dc;
    }

    .Nav-wrapper li.Nav-slide.item_special2 {
        background-color: rgba(38, 123, 162, .2);
    }

    .Nav-wrapper li.Nav-slide.item_special2,
    .Nav-wrapper li.Nav-slide.item_special2 a {
        color: #fff4dc;
    }

    .Nav-wrapper li.Nav-slide.item_special3 {
        /* background-color: rgba(233, 30,  99, .3); */
        background: url("../images/float_item_special3.png") repeat-x center;
    }

    .float_tit {
        text-align: center;
    }

    .float_tit img {
        width: 100%;
    }

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

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

    .Nav-wrapper {
        /* background: #04145a; */
        background-color: rgba(86, 18, 0, 0.92);
        width: 100px;
        margin: -55px auto 0;
        padding-top: 55px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        /* overflow: hidden; */
    }

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

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

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

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

    .Nav-wrapper li.go_top::before {
        content: ' ';
        display: block;
        background: url("../images/float_bottom.png");
        width: 126px;
        height: 116px;
        position: absolute;
        bottom: -85px;
        right: -20px;
        z-index: 251;
    }

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

    .Nav-wrapper li a:hover,
    .Nav-wrapper li a:focus,
    .Nav-wrapper li a:active {
        /* color: #ff82fe; */
        color: #fff;
        text-shadow: #ffdfad 0 0 1em;
    }

    .Nav-wrapper li:after {
        background: transparent;
        /* background: #ff82fe; box-shadow: #ff82fe 0 0 1em; */
        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;
    }

    .Nav-wrapper li:hover:after,
    .type_leftmenu li:focus:after,
    .type_leftmenu li:active:after,
    .type_leftmenu li.active:after,
    .type_leftmenu li.Nav-slide.active:after {
        right: 10%;
        left: 10%;
    }

    .Nav-wrapper li.highlight0:after {
        background: transparent;
    }

    .Nav-wrapper li a.float_tit:hover,
    .Nav-wrapper li a.float_tit:focus,
    .Nav-wrapper li a.float_tit:active {
        text-shadow: none;
    }

    .Nav-wrapper li.float_tit:hover:after,
    .type_leftmenu li.float_tit:focus:after,
    .type_leftmenu li.float_tit:active:after,
    .type_leftmenu li.active.float_tit:after,
    .type_leftmenu li.Nav-slide.active.float_tit:after {
        background: transparent;
        box-shadow: none;
        right: 51%;
        left: 51%;
    }

    .Nav-link {
        display: block;
    }
}


@media screen and (max-width:768px) {
    body {
        min-width: inherit;
        background-color: #7c0107;
    }

    * {
        box-sizing: border-box;
    }

    .header {
        width: 100vw
    }

    .footer {
        display: none;
    }

    .hd_pc {
        display: none;
    }

    .hd_m {
        display: block
    }

    .m_mode {
        display: block
    }

    .pc_mode {
        display: none;
    }

    .display_m {
        display: block !important;
    }

    .display_pc {
        display: none !important;
    }

    .inline-block_m {
        display: inline-block !important;
    }

    .wrapper {
        width: 100vw;
        background-size: 135vw !important;
        /**background-position: center 11vw !important;**/
    }

    .main {
        padding-bottom: 60px;
    }

    .kv_bg {
        width: 100vw;
        background-size: 160vw !important;
        height: 56.5vw;
    }

    .kv_logo,
    kv_light {
        display: none !important;
    }

    .kv_slogan {
        width: 68vw;
        top: 34vw;
        right: 17vw;
    }

    .kv_slogan img {
        width: 100%;
    }

    .kv_detail {
        width: 100vw;
        top: 42vw;
        left: 69vw;
    }

    .kv_detail img {
        width: 100%;
    }

    .kv_gift a {
        width: 30vw;
        top: -9.5vw;
        right: 0vw;
    }

    .kv_gift a img {
        width: 100%;
    }

    .kv_santa {
        width: 43vw;
        top: 3vw;
        left: -3.5vw;
    }

    .kv_santa img {
        width: 100%;
    }

    .kv_swiper {
        width: 40vw;
        top: 9.5vw;
        left: 32vw;
    }

    .kv_swiper img {
        width: 100%;
    }

    .kv_product {
        width: 62vw;
        top: -0.5vw;
        left: 17vw;
    }

    .kv_product img {
        width: 100%;
    }

    .kv_deco {
        width: 28vw;
        top: 27vw;
        right: 1vw;
    }

    .kv_deco img {
        width: 100%;
    }

    .kv_left {
        display: none;
    }

    .kv_right {
        display: none;
    }


    .bg_wrapper {
        width: 100vw;
    }

    .bg_kv {
        background-size: 200vw;
    }

    .bg_fly {
        display: none;
    }

    /**BN**/
    .bn_wrapper {}

    .bn_container {
        width: 100vw;
        background-size: 100vw !important;
        height: 23vw;
    }

    .bn_item li {
        margin-top: 5vw;
    }

    .bn_item li img {
        width: 100%;
    }

    /**category**/
    .category_wrapper {
        margin: 14vw 0 5vw 0;
    }

    .category_container {
        width: 100%;
    }

    .category_item li {
        display: inline;
        float: left;
        width: 50%;
        padding: 0 10px;
        cursor: pointer;
    }

    .category_item li img {
        width: 100%
    }


    .float_wrapper {
        display: none !important;
    }

    .manu_wrapper {
        display: none;
    }

    /**Product**/
    .prod_wrapper {
        padding-bottom: 30px;
        background-size: 100%;
        top: -6vw;
    }

    .prod_wrapper .group:last-child {
        padding-bottom: 0;
    }

    .prod_wrapper_bg {
        width: 100vw;
    }

    .prod_container {
        padding-bottom: 0;
    }

    .ProductList {
        width: 100vw;
    }

    .group {
        background: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .group:before {
        background: none;
        top: calc(15vw - 8px);
    }

    .group .tit {
        background-size: contain;
        background-position: left 11vw;
        width: 100vw;
        height: initial;
        /*margin-top: 25px;*/
        /* top: -15vw !important; */
        overflow: hidden;
    }

    .group .tit > div {
        font-size: 35px;
        font-family: "華康新特圓體";
        box-sizing: content-box;
        background: url(../images/group_tit_m.png) no-repeat center;
        background-size: contain;
        left: initial;
        top: 0;
    }

    .group .tit > div span {
        box-sizing: border-box;
        display: block;
        margin: auto;
        padding-top: 45px;
        position: relative;
    }

    .tit a {
        color: transparent;
        background: url(../images/group_tit_more_m.png) no-repeat right center transparent;
        display: inline-block;
        position: relative;
        top: -3vw;
        width: 80px;
        height: 22px;
    }

    span.best1 a,
    span.best2 a,
    span.best3 a,
    span.best4 a,
    span.best5 a {
        display: none;
    }

    /* More */
        {
        font-size: 13px;
        line-height: 26px;
        background: none;
        background-color: transparent;
        width: 100%;
        height: 100%;
        padding: 0 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }

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

    .prod_bg_item.prod_bg_00 {
        margin-top: 18vw;
    }

    .eventPage_bn_vipMember_wrapper {
        display: none;
    }

    .ProductList .item {
        margin-right: 0.5vw;
        margin-left: 0.5vw;
    }

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

    .item .ProductImg {
        max-width: 49vw !important;
        height: 49vw !important;
    }

    .item .ProducPrice {
        padding: 7px 0 0 0;
    }

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

    .item .ProducPrice span,
    .item .Event_Condition i span {
        line-height: 25px;
    }

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

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

    .item .ProductDesc {
        font-size: 14px;
        width: 95%;
        overflow: hidden;
    }

    /* 右側懸浮 float */
    .gotop {
        font-size: 18px;
        line-height: 40px;
        height: 40px;
        left: auto;
        right: 10px;
        width: 40px;
        bottom: 80px;
        display: none;
    }

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

    .NavArea .Nav {
        position: relative;
        margin: 0;
        padding: 0;
        overflow-x: scroll;
        background-color: #000;
    }

    .NavArea .Nav ul {
        white-space: nowrap;
        padding-top: 10px;
    }

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

    .NavArea .Nav li:nth-child(odd) {
        background-color: #131313;
    }

    .NavArea .Nav a {
        color: #fff;
        text-decoration: none;
        line-height: 44px;
        position: relative;
        padding: 0 12px;
        height: 44px;
    }

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

    .float_tit {
        display: none !important;
    }

    /* .go_top { display: none; } */
    /**M_menu**/
    .M_menu_block {
        width: 100vw;
        /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #111)); */
        box-shadow: 0px -1px 1px #333;
    }

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

    .M_menu_block ul {
        overflow: hidden;
    }

    .M_menu_block li {
        float: left;
        /* padding-top: 7px; */
        width: 20vw;
        height: 55px;
        border-top: 1px solid #999;
        border-right: 1px solid #666;
        border-left: 1px solid #222;
        text-align: center;
    }

    .M_menu_block li.col-4 {
        width: 25vw;
    }

    .M_menu_block li a {
        color: #fff;
        display: inline-block;
        line-height: 19px;
    }

    .M_menu_block ul li.best {
        width: 100vw;
    }

    .M_menu_block ul li.best a {
        color: yellow;
    }

    .M_menu_block ul li:before {
        display: inline-block;
        height: 100%;
        content: '';
        vertical-align: middle;
    }

}
