@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', "sans-serif", Arial;
  color: #333;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  display: inline-block;
}
:focus {
  outline: none;
}
i {
  font-style: normal;
}
* {
  box-sizing: border-box;
}
.header, .footer {
  text-align: center;
  background: #fff;
}
.display_pc {
  display: block;
}
.display_m {
  display: none;
}
/**main_wrapper**/
.main_wrapper {
  position: relative;    
  overflow: hidden;
  background: url(../images/kv_bg_02.png) no-repeat top center, url(../images/main_bg.png) repeat center;
}
/**kv_wrapper**/
.kv_wrapper {}
/**kv_container**/
.kv_container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  height: 880px;
}
.kv_slogan {
  position: absolute;
  top: 0.5%;
  left: 15.5%;
  z-index: 2;
}
/**跑步機**/
.kv_left {
  position: absolute;
  top: 28%;
  left: -11.5%;
  z-index: 1;
}
/**代言人**/
.kv_right {
  position: absolute;
  top: 0%;
  right: -8.5%;
  z-index: 1;
}
/**kv_bubble1**/
.kv_bubble1 {
  position: absolute;
  top: 8.5%;
  left: 1%;
  z-index: 2;
  animation: upDown_animation 1s ease-in-out infinite alternate,lightning 1.5s ease-in-out infinite alternate;
}
/**kv_bubble2**/
.kv_bubble2 {
  position: absolute;
  top: 37.5%;
  left: 29%;
  z-index: 1;
  animation: upDown_animation 1.5s ease-in-out infinite alternate,lightning 2s ease-in-out infinite alternate;
}
.kv_logo{
  position: absolute;
  top: 0%;
  left: 3%;
  width: 300px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.kv_logo a img {
  transition: .3s all ease-in-out;
}
@media(hover:hover) {
.kv_logo a img:hover{ transform: translateY(-5%);}
}

.kv_logo, .kv_slogan{
  --animate-duration: 2.5s;
}


/*event_wrapper*/
.event_wrapper {
  position: relative;
  top: -45px;
  width: 1429px;
  height: 631px;
  background: url(../images/gift_bg.png) no-repeat top center;
  margin: auto;
  z-index: 999;
}
.gift_ribbon{
  position: absolute;
  right: -30px;
  top: 168px;
  pointer-events: none;
  z-index: 999;
}
.event_container {
  width: 1030px;
  position: relative;
  top: 160px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.event {
  text-align: center;
}
@media (hover:hover) {
  .event a {
    transition: all .4s;
  }
  .event a:hover {
    transform: translateY(-8px);
    filter: brightness(1.2);
  }
}
/**prod**/
.pro_temp {
  display: none;
}
.prod_wrapper {
  position: relative;
}
.prod_container {
  position: relative;
  z-index: 100;
  top: -60px;
}
.ProductList {
  position: relative;
  z-index: 500;
  margin: auto;
  max-width: 1180px;
  width: 98%;
}
.ProductList:after {
  clear: both;
  display: table;
  content: '';
}
.ProductList .item {
  position: relative;
  width: 100%;
  text-align: center;
}
.ProductList .item > a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  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: 100%;
  padding-bottom: 100%;
}
.ProductList .ProductImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.ProductList .item > a:hover, .ProductList .item > a:focus, .ProductList .item > a:active {
  transform: translateY(-5px);
}

/*標籤*/
.item .ProductImg .event_label{ 
	position: absolute;
	top:0;
	left: 0;	
	z-index: 1; 
	width: 34%; 
	padding-top: 34%; 
	background:  url(//www.payeasy.com.tw/lifestyle/market/edm-new/2023HueiYeh/images/label.png) no-repeat center top; 
	background-size: contain; 
	pointer-events: none;
}

.item_2 .ProductImg .event_label, .item_28 .ProductImg .event_label, .item_8 .ProductImg .event_label{
    display: none;
}

.ProductList .ProductDesc {
  overflow: hidden;
  padding: 0 5px;
  height: 36px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
  background: #000;
  width: 96%;
  margin: 2px auto;
  border-radius: 50px;
}
.ProductList .item_1 .ProductDesc, .ProductList .item_2 .ProductDesc,
.ProductList .item_3 .ProductDesc, .ProductList .item_4 .ProductDesc{
    background: linear-gradient(135deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
}
.item .ProductName {
  overflow: hidden;
  padding: 4px 5px;
  height: 44px;
  color: #000;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}
.item .ProducPrice, .item .Event_Condition {
  padding: 7px 10px 10px 10px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: crimson;
  position: relative;
}
.item .ProducPrice label {
  cursor: pointer;
}
.item .ProducPrice i em span {
  margin: 0 5px 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: 33px;
  line-height: 37px;
}
.item .ProducPrice i em {
  color: #747474;
  text-decoration: line-through;
  font-style: normal;
}
.item .ProducPrice .price_txt {
  color: crimson;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
/**group**/
.group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 0 2px #765d3b;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 80px;
}
/**group-分格線**/
.group:nth-child(1), .group:nth-child(2), .group:nth-child(3), 
.group:nth-child(4), .group:nth-child(5){
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  justify-content: space-evenly;
  grid-row-gap: 10px;
}
/**最佳獻禮區域-分格線**/
.group:nth-child(1){
  grid-template-columns: 24% 24% 24% 24%;
  box-shadow: 0 0 0 0px #765d3b; 
  padding: 90px;
  margin-bottom: 10px;
}
.group:nth-child(5){
  margin-bottom: 20px;
}
/**group-背景**/
.group:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #000;
  border-radius: 20px;
  z-index: -1;
  background-color: #312d2a;
}
/**最佳獻禮區-背景**/
.group:nth-child(1):before{
  background: url(../images/hot_border.png) no-repeat;
  border: none;
  border-radius: 0px;
  width: 1204px;
  height: 921px;
  left: -13px;
  top: 25px;
}
/**title***/
.tit {
  display: none;
  margin: auto;
}
.group .tit {
  display: block !important;
  width: 100%;
}
/**title-分格線**/
.group .tit_prod {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(to right, #674f2d, #b59865);
  padding: 1px;
  grid-row: 1 / 3;
  position: relative;
}
/**最佳獻禮區title-分格線**/
.group:nth-child(1) .tit_prod {
  width: 100%;
  height: 100%;
  background: url(../images/title_hot.png) no-repeat;
  background-size: cover;
  grid-row: 1 / 2;
  grid-column: 1 /5; 
  position: relative;
  border-radius: 0px;
  position: relative;
}
/**標題靠右**/
.group:nth-child(3) .tit_prod, .group:nth-child(5) .tit_prod{
  grid-column-start:5;
  grid-column-end:6;
}
.tit_prod_content {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-size: contain, cover;
  background-position: top center, center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 45px;
}
/**最佳獻禮區title-位移**/
.tit_prod_content.tit_01 { 
  padding-bottom: 410px;
}
/**標題底圖**/
.tit_prod_content.tit_02 {
  background-image: url(../images/title/title_01.png), url(../images/title/title_01_bg.png);
}
.tit_prod_content.tit_03 {
  background-image: url(../images/title/title_02.png), url(../images/title/title_02_bg.png);
}
.tit_prod_content.tit_04 {
  background-image: url(../images/title/title_03.png), url(../images/title/title_03_bg.png);
}
.tit_prod_content.tit_05 {
  background-image: url(../images/title/title_04.png), url(../images/title/title_04_bg.png);
}
/**more**/
.tit_prod_btn {
  height: 8%;
  display: flex;
  background: url(../images/title/more.png) no-repeat;
  background-size: contain;
  color: #fff;
  align-items: center;
  width: 60%;
  padding-bottom: 10%;
  font-size: 1.4em;
}
@media (hover:hover) {
  .tit_prod_btn {
    transition: all .4s;
  }
  .tit_prod_btn:hover {
    transform: translateY(-6px);
    filter: brightness(1.6);
  }
}
/**tag wfe**/
.tag_wfe {
  position: relative;
  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.checked {
  background-position: right;
}
.tag_wfe .brief {
  position: absolute;
  top: -5px;
  left: 25px;
  z-index: 10;
  display: none;
  width: 64px;
  background: #E36E1A;
  color: #f6f6f6 !important;
  text-align: center;
  font-size: 12px !important;
  line-height: 16px !important;
}
.tag_wfe:hover .brief {
  display: block;
}
.tag_wfe.checked:hover .brief {
  display: none;
}
.tag_wfe .brief:after {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 0;
  height: 0;
  border-color: transparent #E36E1A transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: '';
  font-size: 0;
  line-height: 0;
}
.tag_wfe:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: text-bottom;
}
/**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%;
}
.bg_fly {
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/float.png") no-repeat center;
  position: fixed;
  z-index: 100;
  display: none;
  pointer-events: none;
}

/**NavArea右側選單**/
@media screen and (min-width: 1025px) {
/** float **/
.NavArea {
   display: none;
   width: 140px;
   position: fixed;
   top: 120px;
   right: 0;
   z-index: 999;
   animation: slideLeft 1s ease-in-out 1;
}
   @keyframes slideLeft {
        0% { transform: translateX(150%);}
        50% { transform: translateX(-8%);}
        65% { transform: translateX(4%);}
        80% { transform: translateX(-4%);}
        95% { transform: translateX(2%);}
        100% { transform: translateX(0%);}
}
/**active 背景highlight**/
.Nav-slide.active {
   background-color: #008a68;
}
/**active highlight**/
.Nav-slide.active a {
   color: #fff;
}
.float_tit {
   position: absolute;
   top: -55px;
   left: 20px;
}
.go_top {
    display: block;
    cursor: pointer;
}
.Nav-wrapper {
    background: repeating-linear-gradient(120deg, rgb(136 221 206) -1%, rgb(138 140 199) 101%);
    width: 100px;
    margin: 0px auto 0;
    padding-top: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.Nav-wrapper li {
    font-size: 15px;
    text-align: center;
    background: transparent;
    margin: auto;
    padding: 5px 0 5px;
    position: relative;
}
/**TOP**/
.Nav-wrapper li.highlight2 {
    font-size: 24px;
    border-radius: 0 0 20px 20px;
    padding-bottom: 20px;
    padding-left: 2px;
}
/**活動說明**/
.Nav-wrapper li.highlight3 {
    background-color: #086f85;
    font-size: 15px;
    border-radius: 15px;
    margin: 5px 5px;
}
.Nav-wrapper li.highlight3 a{
    color: #fff;
}
.Nav-wrapper li a {
    color: #122333;/**分類標題顏色**/
    cursor: pointer;
    position: relative;
    z-index: 500;
}
.Nav-wrapper li a:hover {
    color: #fff;/**分類標題hover顏色**/
}
.Nav-wrapper li:after {
    background: #fff;/**分類標題hover線條顏色**/
    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 {
    right: 10%;
    left: 10%;
}
.Nav-wrapper li.highlight0:after {
    background: transparent;
}   
}

/**NavArea右側選單_M**/
@media screen and (max-width:1024px) {
/**M版-float**/
.NavArea {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
}
.NavArea .Nav {
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
	background-color: #000;
}
.NavArea .Nav ul {
	white-space: nowrap;
}
.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;
    position: relative;
    padding: 0 12px;
    height: 44px;
	line-height: 44px;
}
.Nav-slide.active a {
    color: salmon;
}
    
.float_tit{ display: none; }    
/**.float_tit, .go_top { display: none; }**/ 
}

@media screen and (max-width:768px) {
  .header {
    width: 100vw;
  }
  .display_m {
    display: block;
  }
  .display_pc {
    display: none;
  }
  .main_wrapper{
    background-size: 200vw !important;
  }   
  .kv_container {
    width: 100vw;
    height: 82vw;
  }
  .kv_container img {
    width: 100%;
  }
  .kv_logo{
      display: none;
  }
  .kv_slogan {
    width: 73vw;
    left: -2.5vw;
    top: 0vw;
  }
/**跑步機**/
  .kv_left{
    width: 50vw;
    left: -8vw;
    top: 32vw;
  }
/**代言人**/    
  .kv_right{
    width: 63vw;
    right: -8vw;
    top: 4vw;
  }
  .kv_bubble1{
    width: 26vw;
    left: -5vw;
    top: 21vw;
  }
  .kv_bubble2{
    width: 18vw;
    left: 37vw;
    top: 38vw;
  }    
  .bg_fly {
    display: none;
  }
/*event_wrapper*/
  .event_wrapper{
    position: relative;
    top: 0px;
    width: 100vw;
    height: 105vw;
    background: url(../images/gift_bg_M.png) no-repeat top center;
    background-size: cover;
  }
  .gift_ribbon{
    display: none;
  }
  .event_container {
    width: 84%;
    position: relative;
    top: 19vw;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .event {
    width: 50%;      
  }
  .event.event3 {
    position: relative;
    top:-5.5vw;
  }
  .event img{
    width: 100%;
  }

  .tit_prod_content {
    padding-bottom: 20px;
  }
  .tit_prod_btn {
    height: 26%;
  }
  /**prod**/    
  .prod_container {
    top: 5vw;
  }
  .ProductList .ProductDesc {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 3px;
  }
  .item .ProductName {
    color: #000;
    height: 38px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    padding: 2px 4px;
    line-height: 18px;
  }
  .item .ProducPrice span, .item .Event_Condition i span {
    font-size: 24px;
    letter-spacing: -0.05em;
  }
  .ProductList .item_ .ProducPrice {
    height: 40px;
  }
  .prod_wrapper_bg {
    width: 100vw;
  }
  .prod_bg_item {
    height: calc(494vw + 1319px);
    margin-top: 16vw;
  }
  .prod_bg_item.prod_bg_00 {
    margin-top: 18vw;
  }
  .item .ProducPrice, .item .Event_Condition {
    height: 40px;
  }
  .item .ProducPrice .price_txt {
    font-size: 14px
  }
  /**group**/
  .group {
    padding: 10px;
    margin-bottom: 60px;
  }
  /**group-分格線**/
  .group:nth-child(1), .group:nth-child(2),
  .group:nth-child(3), .group:nth-child(4),
  .group:nth-child(5){
    grid-template-columns: 49% 49%;
    grid-gap: 10px;
  }
  /**最佳獻禮區-分格線**/    
  .group:nth-child(1){
    box-shadow: 0 0 0 2px #765d3b; 
    padding: 10px;  
    margin-bottom: 60px;  
  }
  /**group-背景**/
  /**最佳獻禮區-背景**/    
  .group:nth-child(1):before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #000;
    border-radius: 20px;
    z-index: -1;
    background: #312d2a;
    height: auto;
    width: 96vw;
  } 
  /**title-分格線**/    
  .group .tit_prod {
    grid-row: auto;
    grid-column: 1 / 3;
    height: 40vw;
  } 
  /**最佳獻禮區title-分格線**/    
  .group:nth-child(1) .tit_prod {
    top: 0px;
    grid-row: auto;
    grid-column: 1 / 3;
    height: 40vw;
    border-radius: 16px;
    overflow: hidden;
  }    
  /**標題靠右**/
  .group:nth-child(3) .tit_prod, .group:nth-child(5) .tit_prod{
    grid-column-start:1;
    grid-column-end:3;
    height: 40vw;
  }     
  .tit_prod_content {
    padding-bottom: 0;
    align-items: flex-end;
    justify-content: space-evenly;
    background-size: 50vw, cover;
    background-position: 0vw -4vw, center;
  }
  /**最佳獻禮區title-位移**/    
  .tit_prod_content.tit_01 {
    padding-bottom: 0;
  }
  /**標題底圖**/   
  .tit_prod_content.tit_02 {    
  background-position: 0vw 3vw, center;      
  background-image: url(../images/title/title_01.png), url(../images/title/title_bg_M_01.png);
  } 
  .tit_prod_content.tit_03 {
  background-image: url(../images/title/title_02.png), url(../images/title/title_bg_M_02.png);
  }  
  .tit_prod_content.tit_04 {
  background-image: url(../images/title/title_03.png), url(../images/title/title_bg_M_03.png);
  } 
  .tit_prod_content.tit_05 {
  background-image: url(../images/title/title_04.png), url(../images/title/title_bg_M_04.png);
  }
  /**more**/
  .tit_prod_btn {
    width: 29vw;
    background-size: cover;
    height: 10vw;
    font-size: 1.1em;
    padding-left: 0.8em;
    padding-bottom: 1.2vw;
    margin-right: 3vw;
    margin-top: 25vw;
  }
    
}


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