@charset "big5";
/* CSS Document */
body {min-width: 1200px; color: #333; font: 15px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif";}
a {display: block;  text-decoration: none; transition: linear .3s;}
:focus {outline: none;}
i {font-style: normal;}
.header, .footer {text-align: center; background: #fff;}
.display_pc {display: block;}
.display_m {display: none;}
.tag_wfe {display: none;}

.main_wrapper {margin: auto; position: relative; width: 100%; overflow: hidden; background: #fee4cb}

/**kv**/
.kv_wrapper {background: url(../images/kv_bg.jpg) no-repeat center top #970911;}
.kv {position: relative; margin: 0 auto; width: 1200px; height: 800px;}
.kv_slogan {position: absolute; top: 36px; left: 442px; z-index:3;}
.kv_bg_red {position: absolute; top: 400px; left: -380px; z-index:4;} 
.kv_drogan {position: absolute; top: 60px; left: -1px; z-index:3;} 
.kv_bird {position: absolute; top: 163px; right: 143px; z-index:5;} 
.kv_cloud {position: absolute; top: 0px; left: -383px; z-index:1;} 
.kv_lantern {position: absolute; top: -70px; left: -165px; z-index:2;} 

/*event*/
.event_wrapper {position: absolute; top: 440px; left: 20px; z-index: 6;}
.event {width: 1150px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;}
.event_btn {padding: 2px;}
.event_btn a:hover {filter: brightness(110%); transform: scale(0.98);}

.event2 {width: 1150px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;}
.event2_btn {padding: 2px;}
.event2_btn a:hover {filter: brightness(110%); transform: scale(0.98);}

/**group**/
.group {position: relative; margin: 90px 0 120px;}
.group:before {content:''; position: absolute; top: 0; bottom: -15px; left: -30px; right: 0; z-index: -1; margin: auto; width: 1200px; height: auto; 
    background: url(../images/prod_bg.jpg) no-repeat center top #ab001c; border-radius: 20px; border: 4px solid #ff9e00;}
#group {margin: 0;}

/**title***/
.tit {display: none; margin: auto;}
.group .tit {display: block!important; width: 1150px; text-align: center; padding: 25px 0 17px; overflow: hidden;}

.title_txt {font-size: 58px; line-height: 1em; font-weight: bold; color: #fff; 
	text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.3);   
	-webkit-text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.3);
	-moz-text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.3);}
.title_txt i::before {
    content: "";
    width: 96px;
    height: 72px;
    background: url(../images/title_icon1.png)no-repeat center top;
    display: inline-block;
    position: relative;
    top: 13px;
    right: 10px;}
.title_txt i2::before {
    content: "";
    width: 96px;
    height: 72px;
    background: url(../images/title_icon2.png)no-repeat center top;
    display: inline-block;
    position: relative;
    top: 10px;
    right: 10px;}

/**prod**/
.pro_temp {display: none;}
.prod_wrapper {position: relative;}
.prod_container {position: relative; z-index: 100;}
.ProductList {position: relative; z-index: 500; margin: auto; width: 1150px;}
.ProductList:after {clear: both; display: table; content: '';}
.ProductList .item {position: relative; float: left; width: 220px; margin-left: 5px; margin-right: 5px; margin-bottom: 15px; text-align: center;}
.ProductList .item > a {position: relative; display: block; border-radius: 5px; overflow: hidden; background: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 45%);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
	transition: all .4s;}
.ProductList .item > a:hover {transform: translateY(-5px);}
.ProductList .ProductImg {position: relative; overflow: hidden; margin: 0 auto; width: 220px; height: 220px;}
.ProductList .ProductImg img {position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; max-width: 100%; max-height: 100%;}
.ProductList .ProductDesc {overflow: hidden; padding: 0 5px; height: 36px; color: #fff; font-weight: bold; font-size: 15px; line-height: 36px; background-image: linear-gradient(135deg, #1facb1 0%, #298788 100%); width: 90%; margin: 2px auto; border-bottom-left-radius: 30px; border-top-right-radius: 10px;}
.item .ProductName {overflow: hidden; padding: 4px 5px; height: 38px; color: #000; text-align: center; font-size: 15px; line-height: 20px;}
.item .ProducPrice, .item .Event_Condition {position: relative; padding: 5px; height: 41px; color: #e34357; line-height: 1.2em; margin-top: 3px;}
.item .ProducPrice label {cursor: pointer;}
.item .ProducPrice i em span {font-size: 13px;}
.item .ProducPrice i {display: flex; flex-direction: column-reverse;}
.item .ProducPrice span, .item .Event_Condition i span {margin: 0 2px; font-weight: 500; font-size: 33px;}
.item .ProducPrice i em {color: #747474; font-style: normal; font-size: 13px;}

/*bg_wrapper*/
.bg_wrapper {display: none; position: absolute; width: 100%; height: 100%; top: 0; z-index:99; pointer-events: none;}
.bg_fly {width: 100%; height: 100%; background: url("../images/float.png") center top;}

@media screen and (min-width: 1025px) {
  .NavArea {display: none; width: 100px; position: fixed; top: 130px; right: 0; z-index: 250;}
  .Nav-slide.active {background-color: rgb(0 160 163/ 80%);}
  .Nav-slide.active a {color: yellow;}
  .float_main {width: 138px; opacity: 0.9; filter: alpha(opacity=90);}
  .go_top {display: block; cursor: pointer;}
  .float_tit {position: absolute; top: -26px; left: 9px;}
    
  .Nav-wrapper {position: relative; width: 90px; background: #173859; border-radius: 10px 0 0 10px; padding: 0 5px;}
  .Nav-wrapper li {font-size: 15px; text-align: center; background: transparent; margin: auto; padding: 4px 0;}
  .Nav-wrapper li.highlight0 {font-size: 24px; line-height: 26px; border-radius: 20px 0 0 0; padding-top: 20px; padding-left: 2px; color: #e3bf89; font-weight: bold;}
  .Nav-wrapper li.highlight1 {padding-left: 2px;}
  .Nav-wrapper li.highlight2 {font-size: 24px; border-radius: 0 0 20px 20px; padding: 10px 0 15px;}
  .Nav-wrapper li a {color: #fff; font-weight: bold; cursor: pointer; position: relative; z-index: 500;}
  .Nav-wrapper li a:hover {color: #fff100;}
  .Nav-wrapper li:after {background: #fff100; 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;}
	
.Nav-wrapper .Nav-block {
    background: #00666e;
    border-radius: 10px;
    border: 2px solid #fccf40;
    margin-top: 5px;
    position: relative;
}
    .Nav-wrapper .Nav-block li {
        font-size: 15px;
        line-height: 15px;
        text-align: center;
        margin: 2px 12px;
        padding: 7px 0;
        border-radius: 1em;
        position: relative;
        z-index: 6;
    }

}

@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: 15px; z-index: 900; display: none;}
.gotop a { display: block; width: 48px; height: 36px; }
.header { width: 100vw; }
.display_m { display: block;}
.display_pc { display: none;}
	
.main_wrapper { }
	
.kv_wrapper {background-size: 200%;}
.kv {width: 100vw; height: 75vw;}
.kv img {width: 100%;}
.kv_slogan {width: 26.4vw; top: 4vw; left: 34vw;}
.kv_bg_red {width: 140vw; top: 41vw; left: -20vw;}
.kv_drogan {width: 43vw; top: 8vw; left: -9vw;}
.kv_bird {width: 45vw; top: 17vw; right: 3vw;}
.kv_cloud {display: none;} 
.kv_lantern {width: 134vw; top: -7vw; left: -28vw;}
    
/**event**/
.event_wrapper {width: 96.5vw; top: 44vw; left: 2vw;}
.event {width: 100%;}
.event_btn {padding: 0;}
.event_btn img {width: 100%;}
	
.event2 {width: 100%;}
.event2_btn {padding: 0;}
.event_btn img {width: 100%;}
    
/**group**/
.group {margin: 40px 0;}
.group .tit {width: 100vw; margin: auto; overflow: initial; padding: 35px 0 15px;}	
.group:before {width: 100vw; height: auto; top: 0; left: 0; bottom: -5px; background-size: 100%; border: 0;}
	
.title_txt {font-size: 50px;}
.title_txt i::before, .title_txt i2::before {width: 60px; height: 45px; background-size: 100%; top: 5px;}
    
/**prod_m**/
.prod_wrapper { }
.ProductList {width: 100vw; right: 0;}
.ProductList .item {width: 19vw; margin: 0 .5vw; margin-bottom: 10px;}  
.ProductList .ProductImg {width: 19vw; height: 19vw; border: 0;}
.ProductList .ProductDesc {height: 36px; overflow: hidden; line-height: 36px; font-size: 14px; padding: 0 3px;}
.item .ProductName {height: 34px; font-size: 14px; line-height: 18px;}
	   
/**錨點-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 {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) {
.prod_wrapper {padding-top: 0;}
.group .tit {padding: 20px 0 15px;}
.group {margin: 20px 0;}
.group:before {background: url(../images/prod_bg_m.jpg) no-repeat center top #ab001c; background-size: 100%;}
	
.ProductList .item {width: 49vw;}  
.ProductList .ProductImg {width: 49vw; height: 49vw;}
.item .ProducPrice, .item .Event_Condition {margin-top: 0;}
.item .ProducPrice span, .item .Event_Condition i span {font-size: 30px;}
    
}

@media screen and (max-width:560px) {
.group .tit {padding: 10px 0 10px;}
.title_txt {font-size: 35px;}
.title_txt i::before, .title_txt i2::before {width: 46px; height: 35px;}

.kv {height: 77vw;}
.event2 {padding-bottom: 5px;}
    
}

@media screen and (max-width:375px) {
.event {padding-bottom: 0;}
}


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

}