@charset "big5";
/* CSS Document */
body {min-width: 1200px; font: 15px/1.4em "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;}

.main_wrapper {background: url(../images/main_land_bg.jpg) fixed no-repeat center bottom #9f1c24;}

/**kv**/
.kv_wrapper {background: url(../images/kv_bg.jpg) no-repeat center top #d73538; height: 850px;}
.kv_container {position: relative; margin: auto; width: 1200px; height: 480px;}
.kv_slogan {position: absolute; top: 121px; left: -52px; z-index: 2;}
.kv_but {position: absolute; top: 299px; left: -71px; z-index: 2;}
.kv_but a:hover {transform: scale(0.99); filter: brightness(110%);}
.kv_goods {position: absolute; top: 36px; right: -25px; z-index: 1;
	animation:lightning 1.3s ease-in-out infinite;
	-webkit-animation:lightning 1.3s ease-in-out infinite;}
/*==============================================
lightning
==============================================*/
.lightning {
  -webkit-animation: lightning 2s ease-in-out infinite alternate;
  animation: lightning 2s ease-in-out infinite alternate;
}
@-webkit-keyframes lightning {
  0%, 52%, 56%, 60%, 100% {
    filter: brightness(100%);
  }
  54%, 58%, 62% {
    filter: brightness(120%);
  }
}
@keyframes lightning {
  0%, 52%, 56%, 60%, 100% {
    filter: brightness(100%);
  }
  54%, 58%, 62% {
    filter: brightness(120%);
  }
}

/**event**/
.event_container { width: 1090px; margin: auto;}
ul.event_item {display: flex; justify-content: space-evenly;}
.event_item li a {transition: .2s ease-in-out;}
.event_item li a:hover {transform: scale(0.97); filter: brightness(110%);}

/*==============================================
common
==============================================*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.animated.delay-1ms {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.animated.delay-2ms {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.animated.delay-3ms {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
.animated.delay-4ms {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
.animated.delay-5ms {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
.animated.delay-6ms {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
.animated.delay-7ms {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}
.animated.delay-8ms {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
.animated.delay-9ms {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}


.best1.animated,
.best3.animated{
	animation: rightFadeIn 0.8s linear;
}

.best2.animated,
.best4.animated{
	animation: leftFadeIn 0.8s linear;
}

/*==============================================
rightFadeIn
==============================================*/
 @keyframes rightFadeIn {
 0% {
 transform: translateX(-8%);
 filter: opacity(0) blur(10px);
}
 40% {
 transform: translateX(-5%);
 filter: opacity(1);
}
 100% {
 transform: translateX(0%);
 filter: opacity(1) blur(0);
}
}
 @-webkit-keyframes rightFadeIn {
 0% {
 -webkit-transform:translateX(-8%);
 -webkit-filter: opacity(0) blur(5px);
}
 40% {
 -webkit-transform:translateX(-5%);
     -webkit-ffilter: opacity(1);
}
 100% {
 -webkit-transform:translateX(0%);
 -webkit-filter: opacity(1) blur(0);
}
}
/*==============================================
leftFadeIn
==============================================*/
 @keyframes leftFadeIn {
 0% {
 transform: translateX(10%);
 filter: opacity(0) blur(5px);
}
 40% {
 transform: translateX(5%);
     filter: opacity(1);
}
 100% {
 transform: translateX(0%);
 filter: opacity(1) blur(0);
}
}
 @-webkit-keyframes leftFadeIn {
 0% {
 -webkit-transform:translateX(10%);
 -webkit-filter: opacity(0) blur(5px);
}
 40% {
 -webkit-transform:translateX(5%);
  -webkit-filter: opacity(1);
}
 100% {
 -webkit-transform:translateX(0%);
 -webkit-filter: opacity(1) blur(0);
}
}
/*
/**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: 100%;}
.ProductList:after {clear: both; display: table; content: '';}
.ProductList .item {position: relative; float: left; width: 265px; margin: 5px; text-align: center; overflow: hidden; border-radius: 5px; box-shadow: 0px 0px 5px rgb(0 0 26 / 40%);}
.ProductList .item > a {position: relative;  display: block;  background: #fff;}
.ProductList .ProductImg {position: relative;  overflow: hidden;  margin: 0 auto;  width: 250px;  height: 270px;}
.ProductList .ProductImg img {position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; max-width: 100%; max-height: 100%; -webkit-transition: ease-out .1s;  transition: ease-out .1s;}
.ProductList .item > a:hover .ProductImg img {transform: scale(1.05);  filter: brightness(110%);}
.ProductList .ProductDesc {overflow: hidden; margin: 0 7px; border-radius: 30px; background-image: linear-gradient(to right, #d5873f 0%, #f8c794 100%); padding: 0 15px; height: 36px; color: #fff; font-weight: bold; font-size: 15px; line-height: 36px;}
.item .ProductName {overflow: hidden;  padding: 4px 5px;  height: 38px; color: #000; text-align: center;}
.item .ProducPrice, .item .Event_Condition {padding: 3px 2px 7px 2px; height: 35px; color: #F00;}
.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: #F00; font-size: 15px; line-height: 26px;}

/**group**/
.group {position: relative;}
#group_2, #group_3, #group_4 {width: 1100px; margin: 30px auto 90px;}
#group_2:before, #group_3:before, #group_4:before{ content:''; position: absolute; bottom: -30px; left: -30px; right: 0; z-index: -1; margin: auto; width: 1150px; height: 900px; background: #7fbf96; border: 6px solid #fdeccb; border-radius: 50px;
box-shadow: 0px 0px 8px rgb(0 0 26 / 80%);}
.tit { display: none; margin: auto;}
.group .tit{ display: block; width: 1150px; margin: auto; padding-bottom: 14px; text-align: center; overflow: hidden;}

/**bestsale**/
#group_1 {margin: 0; padding: 30px; background: url(../images/salebest_bg.jpg) no-repeat center #03544b; box-shadow: inset 0px 0px 9px black;}
.bestsale_block{ width: 1100px; margin: auto;}
.bestsale_block a:hover { transform: scale(0.97);}
.bestsale_block.best1, .bestsale_block.best3 {text-align: left;}
.bestsale_block.best2, .bestsale_block.best4 {text-align: right;}

/**tag wfe**/
.tag_wfe {width: 20px; height: 20px; background: url(//www.payeasy.com.tw/pezlib/images/tag_wfe_s.png) left; position: relative; display: inline-block; top: -5px; background-size: cover; vertical-align: middle}
.tag_wfe.checked {background-position: right;}
.tag_wfe .brief {position: absolute; background: #E36E1A; width: 64px; line-height: 16px !important; color: #f6f6f6 !important; display: none; z-index: 10; text-align: center; left: 25px; top: -5px; font-size: 12px !important;}
.tag_wfe:hover .brief {display: block;}
.tag_wfe.checked:hover .brief {display: none;}
.tag_wfe .brief:after {content: ''; position: absolute; width: 0; height: 0; line-height: 0; font-size: 0; left: -10px; top: 10px; border-width: 5px; border-style: solid; border-color: transparent #E36E1A transparent transparent;}

/**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%;}

@media screen and (min-width: 1025px) {
  .NavArea {display: none; width: 100px; position: fixed; top: 100px; right: 0; z-index: 250;}
  .Nav-slide.active {background-color: rgb(255 255 255 / 50%);}
  .Nav-slide.best.active {background-color: #c00;}
  .Nav-slide.active a {color: #111924;}
  .Nav-slide.best.active a {color: #fff;}
  .float_main { width: 138px; opacity: 0.9; filter: alpha(opacity=90);}
  .go_top { display: block; cursor: pointer;}
    
  .Nav-wrapper {background-color: #d6ad51; width: 100px; border-radius: 20px 0 0 20px; overflow: hidden;}
  .Nav-wrapper li {position: relative; font-size: 15px; text-align: center; background: transparent; margin: 2px auto; padding: 5px 0;}
  .Nav-wrapper li a {color: #000; font-weight: bold; cursor: pointer; position: relative; z-index: 500;}
  .Nav-wrapper li a:hover {color: #c00;}
  .float_tit {text-align: center; padding: 30px 0 10px;}
  li.Nav-slide.best {background: #fff; width: 90%; border-radius: 30px; margin-bottom: 10px;}
  li.Nav-slide.best a {color: #c00;}
  li.Nav-slide.best a:hover {color: #000;}
  .Nav-wrapper li.navland {font-size: 24px; border-radius: 0 0 10px 10px; padding-bottom: 20px; padding-left: 2px;}
}


@media screen and (max-width:1024px) {
body {width: 100vw; min-width: inherit; font-size: 14px; line-height: 1.3em;}
.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: 10px; 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: url(../images/main_land_bg_m.jpg) fixed no-repeat center bottom #9f1c24; background-size: 100%;}
	
.kv_wrapper {background: url(../images/kv_bg_m1024.jpg) no-repeat center top #d73538; background-size: 100%; height: 86vw;}
.kv_container {width: 100vw; height: 43vw;}
.kv_container img {width: 100%;}
.kv_slogan {width: 46vw; top: 11vw; left: 6vw;}
.kv_but {width: 53vw; top: 26vw; left: 2vw;}
.kv_goods {width: 44vw; top: 6vw; right: 0.5vw;}
 
.event_container {width: 85vw;}
.event_container img {width: 100%;}

/**prod_m**/
.prod_wrapper { padding-bottom: 90px;}
.ProductList .item {width: 24vw; margin: 0 .5vw; margin-bottom: 10px;}
.ProductList .ProductImg {width: 24vw; height: 24vw; border: 0;}
.ProductList .ProductDesc {height: 30px; overflow: hidden; line-height: 30px; font-size: 14px; margin-top: 5px;}
.item .ProductName {color: #000; height: 34px; overflow: hidden; font-size: 14px; text-align: center; padding: 4px 5px; line-height: 18px;}
.item .ProducPrice span, .item .Event_Condition i span {font-size: 24px;}

/**group**/
.group .tit {width: 100vw; padding: 10px 0;}
.title_txt {width: 80vw; margin: auto;}
.title_txt img {width: 100%;}
	
#group_2, #group_3, #group_4 {width: 100vw; margin: 10px 0 30px;}
#group_2:before, #group_3:before, #group_4:before {top: 10vw; height: auto !important; border: 0; width: 100%; left: 0; bottom: -10px; border-radius: 0; border-top: 6px solid #fdeccb; border-bottom: 6px solid #fdeccb;}
	
/**bestsale**/
#group_1 {padding: 0; background: url(../images/salebest_bg.jpg) no-repeat center 44vw #03544b; background-size: 130%;}
#group_title_1 {padding: 20px 0;}
.bestsale_block {width: 90vw;}
.bestsale_block img { width: 100%;}
    
/**錨點-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;}

/**/
.tag_wfe {top: auto;}
}

@media screen and (max-width:768px) {
.kv_wrapper {background: url(../images/kv_bg_m768.jpg) no-repeat center top #d73538; background-size: 100%; height: 163vw;}
.kv_slogan { width: 49vw; top: 11vw; left: 4vw;}
.kv_but {width: 56vw; top: 27vw; left: 2vw;}
	
.event_container {width: 90vw;}
ul.event_item {flex-wrap: wrap;}
ul.event_item li {width: 46%; padding: 2%;}

.ProductList .item {width: 49vw;}
.ProductList .ProductImg {width: 49vw; height: 49vw;}
}

@media screen and (max-width:320px) {
.ProductList .ProductDesc {font-size: 12px; padding: 0 10px;}
.item .ProducPrice i em span { font-size: 11px;}
.item .ProducPrice .price_txt { font-size: 13px;}
.tag_wfe { width: 16px; height: 16px; display: none;}
}
