@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: url(../images/main_bg.png) center top;}
.kv_wrapper {overflow-x: hidden; overflow-y: hidden; position: relative; background: url(../images/kv_bg.png) no-repeat center top; z-index: 2;}
.kv_container {position: relative; z-index: 1; margin: auto; width: 1200px; height: 583px;}
.kv_goods {position: absolute; top: 150px; left: -400px; z-index: 2;}
.kv_slogan {position: absolute; top: 74px; left: 260px; z-index: 1;}
.kv_event{position: absolute; top: 244px; left: 378px; z-index: 1;}
.kv_girl {position: absolute; top: 210px; left: 165px; z-index: 1;}
.kv_boy {position: absolute; top: 220px; right: 5px; z-index: 1;}

/**group**/
.group {position: relative; margin: 20px 0 60px 0; padding-bottom: 20px;}
.group:before {content:''; position: absolute; top: 150px; bottom: 0; left: -85px; right: 0; z-index: -1; margin: auto; width: 1292px; height: 1050px; 
    background: url(../images/prod_bg.png) no-repeat center top;}

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

/**prod**/
.pro_temp {display: none;}
.prod_wrapper {position: relative; top: -80px;}
.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: 270px; margin-left: 5px; margin-right: 5px; margin-bottom: 15px; text-align: center;}
.ProductList .item > a {position: relative; display: block; border-radius: 5px; overflow: hidden;
    -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;}
.ProductList .ProductImg {position: relative; overflow: hidden; margin: 0 auto; width: 270px; height: 270px;}
.ProductList .ProductImg img {position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; max-width: 100%; max-height: 100%;}
.ProductList .item > a {background: #fff;}
.ProductList .item > a:hover, .ProductList .item > a:focus, .ProductList .item > a:active {transform: translateY(-5px);}
.ProductList .ProductDesc {overflow: hidden; padding: 0 5px; height: 36px; color: #fff; font-weight: bold; font-size: 15px; line-height: 36px; 
    background-image: linear-gradient(to right, #f1921e 0%, #fd5d52 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 {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:1;}
.bg_fly {top: 0; width: 100%; height: 100%;background: url("../images/float.png") center; position: fixed;}

@media screen and (min-width: 1025px) {
  .NavArea {display: none; width: 110px; position: fixed; top: 100px; right: 0; z-index: 250;}
  .Nav-slide.active {background-color: #fbfaaf;}
  .Nav-slide.active a {color: #111924;}
  .float_main { width: 138px; opacity: 0.9; filter: alpha(opacity=90);}
  .go_top { display: block; cursor: pointer;}
    
  .Nav-wrapper { background-color: #ff7259; width: 100px; border-radius: 0 0 50px 50px; 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 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: #ff7259;}
}

@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 {background-size:100%; width: 100vw;}
    
  .kv_wrapper {background: url(../images/kv_m.jpg) no-repeat center top; background-size: 100%;}
  .kv_wrapper img {width: 100%;}
  .kv_container {width: 100vw; height: 75vw;}
  .kv_girl {width: 20vw; top: 30vw; left: 5vw;}
  .kv_boy {width: 40vw; top: 36vw; right: -2vw;}
	
	
/**group**/
.group .tit {width: 100vw; margin: auto; overflow: initial;} 	
.group .tit img {width: 64%;}
.group:before {height: -webkit-fill-available; width: 100%; top: 9vw; left: 0;}
    
/**prod_m**/
.prod_wrapper{ }  
.ProductList {width: 100vw; right: 0;}
.ProductList .item {width: 24vw; margin: 0 .5vw; margin-bottom: 1.5vw;}  
.ProductList .ProductImg {width: 24vw; height: 24vw; 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;}
	   
/**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 {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_m**/
.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: 27px;}
	
.group {margin: 20px 0;}
.group .tit {width: 100vw; padding-bottom: 10px;}
.group .tit img {width: 100%;}
.tit_01, .tit_02, .tit_03, .tit_04, .tit_05, .tit_06, .tit_07, .tit_08, .tit_09 {width: 80vw; margin: auto;}
.group:before {top: 11vw; /*background-size: 120%;*/}    
}

@media screen and (max-width:560px) {
.group:before {top: 13vw;}	
}

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


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