body {
    min-width: 1200px;
    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, .footer {
    text-align: center;
    background: #fff;
}
.display_pc {
    display: block
}
.display_m {
    display: none
}
.pez_ft {
    height: 228px;
}
.main_wrapper {
    margin: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../images/kv_bg.png) no-repeat top center;
}
body {
    background: url("../images/main_bg.png") center center repeat;
}
.all_bg_move {
    background: url(../images/all_bg_move.png) repeat-y top center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -99;
}

/* ================================================
kv
================================================ */
.kv_bg {
    position: relative;
    max-width: 1960px;
    width: 100%;
    margin: auto;
}
.kv {
    position: relative;
    margin: auto;
    width: 1200px;
    height: 616px;
}
.kv img {
    width: 100%;
    max-width: 100%;
}
.kv_slogan {
    position: absolute;
    left: 27%;
    top: 21%;
}
.kv_subtitle {
    position: absolute;
    left: 57%;
    top: 7%;
}
.kv_firework {
    position: absolute;
    left: -13%;
    mix-blend-mode: lighten;
    -webkit-animation: shine 4s ease-in-out infinite;
    animation: shine 4s ease-in-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.kv_firework2 {
    position: absolute;
    left: -13%;
    top: 11%;
    mix-blend-mode: lighten;
    -webkit-animation: shine 4s ease-in-out infinite;
    animation: shine 4s ease-in-out infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.kv_firework3 {
    position: absolute;
    left: -3%;
    top: 0%;
    mix-blend-mode: lighten;
    -webkit-animation: shine 3s ease-in-out infinite;
    animation: shine 3s ease-in-out infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.kv_mount {
    position: absolute;
    right: -31.8%;
    top: 25%;
    z-index: -1;
}
.kv_sky {
    position: absolute;
    right: -31.8%;
    z-index: -3;
}
.kv_sun1 {
    position: absolute;
    right: 55px;
    top: 21%;
    animation: steam 5.5s ease infinite;
    opacity: 0.2;
    z-index: -2;
}
.kv_sun2 {
    position: absolute;
    right: -2.2%;
    top: 7%;
    mix-blend-mode: lighten;
    z-index: -3;
}
@keyframes steam {
    100% {
        opacity: 1;
    }
    50% {
        top: 145px;
        opacity: 0;
    }
}

/*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.92);
        transform: scale(0.92);
    }
}
@keyframes zoominzoomout-play {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.92);
        transform: scale(0.92);
    }
}

/* ================================================
hot-event
================================================ */
.event_wrapper {
    position: relative;
    z-index: 999;
}
.event_container {
    width: 1100px;
    height: 255px;
    margin: 0 auto;
    background: url(../images/event_bg.png);
}
.event_item:after {
    content: '';
    display: table;
    clear: both;
}
.event_item li a {
    display: inline;
    float: left;
    width: 50%;
    transition: .2s ease-in-out;
    cursor: pointer;
}
.event_item li a:hover {
    transform: scale(0.95);
    filter: brightness(110%);
}
/**prod**/
.prod_wrapper {
    position: relative;
}
.ProductList {
    position: relative;
    z-index: 500;
    margin: auto;
    width: 1200px;
}
.ProductList:after {
    clear: both;
    display: table;
    content: '';
}

/* ================================================
- travel
================================================ */
.group {
    position: relative;
}
.group .tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15px 0;
}
.travel_bg1 {
    background: url(../images/border2.png) no-repeat;
    width: 1200px;
    height: 600px;
}
.travel_bg {
    background: url(../images/border.png) no-repeat;
    width: 1200px;
    height: 980px;
}
.sale_product {
    position: relative;
    float: left;
    width: 265px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    left: 55px;
    overflow: hidden;
    box-shadow: 0px 0px 6px rgb(51 94 105 / 60%);
}
.sale_img {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .5s linear;
    background-color: #fff;
}
.sale_img:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    filter: brightness(120%);
}
.sale_area {
    position: absolute;
    top: 0;
    left: 15px;
    color: #ffffff;
    font-size: 18px;
    background-color: #fb774d;
    padding: 12px 15px;
    border-radius: 0 0 10px 10px;
    font-weight: bold;
}
.sale_detail {
    height: 136px;
}
.sale_desc {
    overflow: hidden;
    width: 90%;
    border-radius: 30px;
    background: linear-gradient(90deg, #d78c48 0%, #e08b3e 100%);
    padding: 0 5px;
    height: 33px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 33px;
    margin: 3px auto 0;
}
.sale_tit {
    overflow: hidden;
    padding: 4px 5px;
    height: 38px;
    color: #000;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
}
.sale_money {
    padding: 7px 10px 0 10px;
}
.sale_money span.price {
    line-height: 37px;
    font-weight: bold;
    color: crimson;
}
.sale_money span.sign {
    font-size: 15px;
}
.sale_money span {
    font-size: 36px;
    color: crimson;
}

/* ================================================
- bn
================================================ */
.bn_wrapper {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.bn {
	width: 50%;
}
.bn a {
    transition: linear .2s;
}
.bn a:hover {
    transform: scale(.95);
    cursor: pointer;
}
.bn a img {
    vertical-align: middle;
}

/* ================================================
notice
================================================ */
.txt {
    padding: 10px 0 10px;
    background-color: #0a3f65;
    width: 800px;
    margin: 0 auto 20px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    opacity: .9;
}
.notice_wrapper {
    padding: 10px 0 50px;
    background-color: #404040;
    margin-top: 60px;
}
.notice_container {
    width: 1000px;
    margin: 0 auto;
}
.notice_container h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}
.notice_content {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
}
.notice_content ol li {
    margin: 0 30px 5px 50px;
    list-style-type: decimal;
    display: list-item;
    color: #fff;
}


@media screen and (min-width: 1025px) {
    .NavArea {
        position: fixed;
        top: 50px;
        right: 0;
        z-index: 500;
        display: none;
    }
    .Nav-slide.active {
        background-color: rgb(255 255 255 / 70%);
    }
    .Nav-slide.active a {
        color: #e14634;
    }
    .float_main {
        width: 138px;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }
    .go_top {
        display: block;
        cursor: pointer;
    }
    .Nav-wrapper {
        background-color: rgb(253 241 219 / 90%);
        width: 100px;
        margin: -40px auto 0;
        padding-top: 40px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .Nav-wrapper li {
        font-size: 15px;
        text-align: center;
        background: transparent;
        margin: auto;
        padding: 4px 0;
        position: relative;
    }
    .Nav-wrapper li.highlight2 {
        font-size: 24px;
        border-radius: 0 0 20px 20px;
        padding: 10px 0 15px;
    }
    .Nav-wrapper li a {
        color: #333;
        font-weight: bold;
        cursor: pointer;
        position: relative;
        z-index: 500;
    }
    .Nav-wrapper li a:hover {
        color: #e14634;
    }
    .Nav-wrapper li:after {
        background: #e14634;
        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.highlight2:after {
        background: #ee703e;
    }
}


@media screen and (max-width:1024px) {
    body {
        width: 100vw;
        min-width: inherit;
    }
    .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: 20px;
        z-index: 900;
        display: none;
    }
    .gotop a {
        display: block;
        width: 48px;
        height: 36px;
    }
    .header {
        width: 100vw;
    }
    .display_m {
        display: block;
    }
    .display_pc {
        display: none;
    }
    /**event**/
    .event_container {
        width: 100vw;
        height: auto;
        background-size: 100vw !important;
    }
    .event_container img {
        width: 100%;
    }
    /**prod_m**/
    .ProductList {
        width: 100vw;
        right: 0;
    }
    .travel_bg1, .travel_bg {
        width: 100vw;
        background-size: 100% 100%;
    }
    .tit {
        width: 70vw;
        margin: auto;
    }
    .tit img {
        width: 100%;
    }
    .sale_product {
        width: 21vw;
        margin: 0 0.5vw;
        margin-bottom: 10px;
    }
	.bn_wrapper {
		width: 100vw;
	}
	.bn img {
		width: 100%;
	}
	
    /**nav-top**/
    .float_tit {
        display: none;
    }
    .NavArea {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
    .NavArea .Nav {
        position: relative;
        margin: 0;
        padding: 0;
        overflow-x: scroll;
        background: #000;
        border-bottom: 2px solid #ccc;
    }
    .NavArea .Nav ul {
        display: flex;
    }
    .NavArea .Nav li {
        z-index: 10;
        flex: none;
    }
    .NavArea .Nav a {
        color: #fff;
        padding: 0 15px;
        height: 50px;
        font-size: 15px;
        line-height: 50px;
        font-weight: bold;
    }
    .NavArea li.highlight0 {
        display: none;
    }
    .Nav-slide.active a {
        color: yellow;
        font-weight: bold;
        border-bottom: 2px solid yellow;
        background: #525252;
    }
}


@media screen and (max-width:768px) {
    .main_wrapper {
        background: url(../images/kv_bg_m.jpg) no-repeat top center #4274b9;
        background-size: contain;
    }
    .all_bg_move {
        display: none;
    }
    .kv_bg {
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .kv {
        width: 100vw;
        height: 64vw;
    }
    .kv_slogan {
        width: 60vw;
        top: 9vw;
        left: 20vw;
    }
    .kv_subtitle {
        position: absolute;
        width: 30vw;
        top: 3vw;
        left: 60vw;
    }
    .kv_firework, .kv_firework2, .kv_firework3, .kv_mount, .kv_sky, .kv_sun1, .kv_sun2 {
        display: none !important;
    }
	
    /**group**/
    .group {
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .group .tit {
        padding-bottom: 5px;
    }
    .group .tit img {
        width: 100%;
    }
    .group:before, #group_1:before {
        background: none;
    }
	
    /** travel **/
    .travel_bg1, .travel_bg {
        background: none;
        width: auto;
        height: auto;
    }
    .travel .tit span {
        font-size: 30px;
    }
    .travel {
        width: 100vw;
    }
    .sale_product {
        width: 49vw;
        margin: 0.5vw;
        margin-bottom: 10px;
        left: 0;
    }
    .sale_product img {
        width: 100%;
    }
    .sale_img {
        height: 49vw !important;
    }
    .sale_detail {
        height: inherit;
    }
    .sale_desc {
        font-size: 14px;
        width: 95%;
        overflow: hidden;
    }
    .sale_money {
        padding: 3px 0;
    }
    .sale_money span.sign {
        font-size: 14px;
    }
    .sale_money span.price {
        font-size: 24px;
        font-weight: bold;
    }
	
    /**bn**/
    .txt {
        width: 90vw;
        font-size: 16px;
        padding: 10px 3vw;
        margin: 0 auto;
    }
    .bn_wrapper {
        width: 100%;
        margin: 20px 0;
    }
    .bn {
        width: 90vw;
        padding: 5px 0;
    }
    .bn img {
        width: 100%;
    }
    /** notice **/
    .notice_wrapper {
        padding: 20px 0;
        margin: auto;
    }
    .notice_container {
        width: 95%;
    }
    .notice_container h2 {
        font-size: 22px;
        padding: 5px 0;
    }
    .notice_content {
        font-size: 14px;
        line-height: 20px;
    }
    .notice_content ol li {
        margin: 0 5px 5px 30px;
    }
}


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