@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body { 
  min-width: 1200px; 
  color: #333; 
  font: 13px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif"; 
  background-color: #abcd6c;
}
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 {
  margin: auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  background:       
      url(../images/kv_bg_01.png) no-repeat center top,
      url(../images/kv_bg_02.png) no-repeat 0px 1320px,
      url(../images/main_bg.png) no-repeat fixed bottom;
  padding-bottom: 100px;
}
/**kv_wrapper**/
.kv_wrapper {
  overflow: hidden;
  position: relative;
}
/**kv_container**/
.kv_container {
  position: relative;
  margin: auto;
  max-width: 1200px;
  height: 700px;
}

/**kv_logo**/
.kv_logo a {position: absolute; top: -68px; left: -9px; z-index: 5; margin: auto; transition: linear .2s;}
.kv_logo a:hover {transform: translateY(-3px);}

/**kv_slogan**/
.kv_slogan {
  position: absolute;
  top: 2%;
  left: 7.5%;
  z-index: 2; 
}

.animate__zoomInDown{
  --animate-duration: 2s;
  --animate-delay: 1s;
}

/**kv_bird**/
.kv_bird {
  position: absolute;
  top: 62.5%;
  right: -3%;
  z-index: 4;
  pointer-events:none;
}

.animate__bounceInRight{
  --animate-duration: 3s;
  --animate-delay: 1s;
}

/**kv_ribbon**/
.kv_ribbon {
  position: absolute;
  top: 56.5%;
  left: 2.2%;
  z-index: 3; 
}

/**ribbon_left**/
.ribbon_left {
  position: absolute;
  top: 5.5%;
  left: 2%;
  z-index: 3;
}

/**ribbon_right**/
.ribbon_right {
  position: absolute;
  top: 53.5%;
  right: -11%;
  z-index: 3; 
  pointer-events:none;    
}

/**kv_man**/
.kv_man {
  position: absolute;
  top: 49.5%;
  left: 13%;
  z-index: 1; 
}

/**kv_man_02**/
.kv_man_02 {
  position: absolute;
  top: 21.5%;
  right: -17%;
  z-index: 1; 
}

/**kv_left**/
.kv_left {
  position: absolute;
  top: 23.5%;
  left: -6%;
  z-index: 3; 
}

/**kv_right**/
.kv_right {
  position: absolute;
  top: 18.5%;
  right: -7.5%;
  z-index: 3; 
}

/**kv_product**/
.kv_product{
  position: absolute;
  top: 5.5%;
  right: 6.9%;
  z-index: 3; 
  width: 396px;
  height: 500px;
  /**overflow: hidden;**/
}

@media (hover:hover) {
  .kv_product a {
    transition: all .4s;
  }
  .kv_product a:hover {
    transform: translateY(-8px);
    filter: brightness(1.1);
    cursor: pointer;
  }
}

.prod_rota .swiper_prod .swiper-pagination {
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0px;
}
.prod_rota .swiper_bank .swiper-pagination {
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0px;
}

.prod_rota .swiper_coupon .swiper-pagination {
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0px;
}

.swiper-pagination-bullet {
  background: #fff;
}

/**prod**/
.prod_wrapper {
  position: relative;
  top: 0px;
}
.prod_container {
  position: relative;
  z-index: 100;
  /**overflow: hidden;**/
}
.ProductList {
  position: relative; 
  z-index: 500;
}
/**group**/
.group {
  width: 1100px; 
  margin: auto; 
  padding-bottom: 50px;
}

/**活動說明**/
.terms_wrapper {width: 1100px;  margin: 0 auto; padding-bottom: 20px;}
.terms_container {background-color: #fff; border: solid 3px #fff; border-radius: 30px 30px; box-shadow: rgba(76, 114, 210, 0.32) 0px 2px 4px 0px, rgba(76, 114, 210, 0.32) 0px 2px 16px 0px;}
.terms_container h2 {font-size: 36px; font-weight: 800; text-align: center;  background-color: #001e83; color: #fff; border-radius: 30px 30px 0 0; padding: 30px 0;}
.terms_content {width: 90%;  margin: 30px auto 50px; font-size: 17px;  line-height: 24px;}
.terms_container h3 {background-color: #cc3032; border-radius: 20px;  font-size: 22px; line-height: 30px; font-weight: bold; padding: 5px 20px; display: inline-block; margin: 20px 0; color: #fff;}
.terms_content h3 strong {color: #ffe398; margin-right: 3px;}
.terms_content h4 {font-weight: bold; font-size: 18px;  color: tomato;}
.terms_content ul li {margin: 0 30px 8px 30px; list-style-type: disc;}
.terms_content li.none {list-style-type:none; }/**none**/
.terms_content ul li.circle {list-style-type: circle; margin: 8px 30px 0px 40px;}
.terms_content li strong {color: red;}
.terms_content li span {color: #ff2a1c; font-weight: bold; font-size: 20px; /**background-color: #e5f3e8;**/ margin-right: 5px; line-height: 25px;}
.terms_content a {
    display: inline-block;  
    font-weight: bold;  
    font-size: 18px;  
    margin: 5px 3px;  
    border-radius: 30px;  
    color: #fff;  
    background-color: #939393;  
    padding: 3px 15px;  
    transition: transform .35s; 
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.terms_content a.color {
    background-color: #ff764b;  

}

@media(hover:hover) {
.terms_content a:hover {
    -webkit-transform: translate(5%, 0); 
    transform: translate(5%, 0); 
    cursor: pointer;
    }
}
.terms_content a.red {
    background-color: red;
}
.terms_content a.over:hover {
    -webkit-transform: translate(5%, 0); 
    transform: translate(5%, 0);
}
.terms_container ul p { 
    color: #3dc0ee;
}

.terms_prize_list th, .terms_prize_list td {border: 2px solid #66cda3; text-align: center;}

.terms_content a.btn {
    width: 250px; 
    display: block; 
    text-align: center; 
    font-weight: bold; 
    font-size: 20px; 
    border-bottom: 5px #fa7617 solid; 
    border-radius: 10px;  
    color: #fff; 
    background-color: #f7993c;  
    padding: 10px 15px; 
    transition: transform .35s; -webkit-transform: translate(0, 0); transform: translate(0, 0); 
    margin: 0 auto; 
    margin-top: 15px;
}


@media(hover:hover) {
.terms_content a.btn:hover {
    color: #000; background-color: #f7993c; 
    transform: translate(10%, 0%); 
    cursor: pointer;
    }
}
table {background: white; border-collapse: collapse; margin: 8px auto 20px; width: 100%; border: 2px solid #08164e;}
table tr,table th,table td {
    border: none; 
    border-bottom: 1px solid #e4ebeb;
    border-right: 1px solid #e4ebeb;
}
table th,table td {padding: 10px 12px; text-align: left;}
table th {background: #000; color: #ffffff; text-transform: uppercase;}
table tr td {/**background: #f5f5f5;**/}
table tr:nth-of-type(2n+2) td {background: #ffffff;}
table.bt tfoot th,table.bt tfoot td,table.bt tbody td {font-size: 14px; padding: 0;}
table.bt tfoot th:before,table.bt tfoot td:before,table.bt tbody td:before {background: #989898; color: white; margin-right: 10px; padding: 10px 10px 0;}
table.bt tfoot th .bt-content,table.bt tfoot td .bt-content,table.bt tbody td .bt-content {display: inline-block; padding: 10px 5px 0;}
table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {padding-top: 10px;}
table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {padding-bottom: 10px;}


/**coupon**/
.coupon{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 10px auto 20px;
}

.coupon img { width: 100%;}

@media (hover:hover) {
  .coupon a {
    transition: all .4s;
    background-color: #fff;
    padding: 0px 3px;
  }
  .coupon a:hover {
    transform: translateY(-8px);
    filter: brightness(1.2);
  }
}




/**button**/
.button{width: 332px; margin: 0 auto; text-align: center; position: relative;}
.button a {display: inline-block; background: #cc3032; border-radius: 20px; color: #FFF; padding: 16px 30px; border-bottom: 5px #8d1f20 solid; font-size: 24px; text-align: center; font-weight: bold; margin-top: 5px; margin-bottom: 10px; cursor: pointer;}
.button a:hover{background-color: #8d1f20;}

/**img**/
.layout{width: 100%; margin:5px 0;}
.label{width: 15%; margin:5px 0;}
.red{ color: crimson; font-weight: bolder;}

/*bg_wrapper_float*/
.bg_wrapper02 {
  position: absolute;
  width: 100%; 
  height: 100%; 
  top: 0; 
  z-index: 3; 
  pointer-events: none;
}
.bg_fly02 {
  display: none;
  top: 0; 
  width: 100%; 
  height: 100%;
  background: url("../images/float.png") no-repeat center;
  position: fixed; 
}

/**bg_wrapper_main_deco**/
.bg_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  display: none;
}
.bg_fly {
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/main_deco.png") repeat-y center;
}

@media screen and (min-width: 1025px) {
  .NavArea {display: none; width: 115px; position: fixed; top: 120px; right: 5px; z-index: 250;}
  .Nav-slide.active {background-color: rgb(0 0 0 / 40%);}
  .Nav-slide.active a {color: #fff100;}
  .go_top { display: block; cursor: pointer;}
  .float_tit {position: absolute; top: -75px; left: -5px;}
  .Nav-wrapper li.float_tit:hover {background: none;}
  .float_tit_02 a {position: absolute; bottom: -125px; left: -5px; transition: linear .2s;}
  .float_tit_02 a:hover{transform: translateY(-5px); cursor: pointer;} 
  .Nav-wrapper {width: 115px; background: rgb(55 67 86 / 80%); border-radius: 15px 15px 4em 4em; padding: 7px 5px;}
    
  /*活動攻略*/  
  li.Nav-slide.text {font-size: 16px; background: #efd669; border-radius: 10px 10px 0 0; border-bottom: 1px dotted #fff;}
  li.Nav-slide.text a {color: #000; font-weight: bold;}
    
  /*活動區*/  
  .Nav-wrapper ol.Nav-event {background: #f55e8e; border-radius: 0 0 10px 10px; margin-bottom: 5px; padding-bottom: 5px;}
  .Nav-wrapper li {font-size: 15px; line-height: 1.2; text-align: center; background: transparent; margin: auto; padding: 5px 0;}
  li.Nav-slide.event {border-bottom: 1px dotted #fff;} 
  li.Nav-slide.event:last-child {border-bottom: 0;}  

  /*產品區*/  
  .Nav-wrapper ol.Nav-event2 {margin: 0;}
  .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:hover {background: rgb(0 0 0 / 40%);}
  .Nav-wrapper li a span {display: block;}
    
  /*gotop*/
  .Nav-wrapper li.go_top {font-size: 24px; border-radius: 0 0 20px 20px; padding: 7px 0;}
  .Nav-wrapper li.go_top:after {background: #ee703e;}
  .Nav-wrapper li.go_top:hover {background: none;}
}

@media(max-width:800px) {
  .pkGame_wrapper {
      background: url(../images/bg_pkGamewrapper_m.png) no-repeat center top; 
      background-size: 95vw; 
      height: 85vw;
      margin-top: 5vw;
  }
  .pkGame_container {margin-top: -22px;}
}


@media screen and (max-width:1024px) {
/**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;}
ol.Nav-event {display: contents;}
ol.Nav-event2 {display: contents;}
li.Nav-slide.event {background: #ec7946; border-right: 2px dotted #ccc;}    
    
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: 5px; 
  width: 36px; 
  bottom: 60px; 
  z-index: 999;
  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/kv_bg_M.png) no-repeat top center, 
      url(../images/main_bg_M.png) repeat center;
  background-size: 161vw !important;
  background-position: -31vw 0px;
  padding-bottom: 60px;
} 
.kv_wrapper{
  background: none;
}
.kv_container {
  width: 100vw;
  height: 60vw;
}
.kv_container img {
  width: 100%;
}
.kv_logo{
  display: none;
}
/**kv_slogan**/
.kv_slogan {
  width: 50.5vw;
  left: 5.7vw;
  top: -3vw;
}
/**kv_bird**/
.kv_bird {
  width: 19vw;
  right: -1vw;
  top: 36vw;
}
    
/**kv_ribbon**/
.kv_ribbon {
  width: 21.5vw;
  left: 2vw;
  top: 31.5vw;
}  
    
.ribbon_left, .ribbon_right, .kv_man_02,
.kv_left, .kv_right, .bg_fly{
  display: none;      
}  
    
/**kv_man**/
.kv_man {
  width: 38.5vw;
  left: 14.5vw;
  top: 27.5vw;
}     
    
/**kv_product**/
.kv_product{
  width: 36.5vw;
  height: auto;
  right: 6vw;
  top: -1vw; 
} 
    
.prod_rota .swiper_prod .swiper-pagination {
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0px;
}
    
/**prod_m**/
.prod_wrapper{
} 
    
.group {width: 100vw; padding-bottom: 20px;}
	
/**封神榜**/
.lottery_container { box-shadow: none; border-radius: 30px 30px;}
.lottery_content {  width: 94%;  margin: 0 auto 20px; }
.lottery_list_title {position: initial; width: 100%;}
.lottery_list_title img{ width: 100%;}
.lottery_list { margin-top: 10px;}
.lottery_list_null{width: 100%}  
.charts-list { padding: 4px 0px; font-size: 16px;}
.charts-list.charts_title { font-size: 20px; letter-spacing: 0; }
.charts-list.top {padding: 0;}
.charts-list.top span {padding: 0; font-size: 13px; margin: 0; border: 0;}
.charts-list.top b { display: none;}
.charts-list.top span{border: 1px solid #333; padding: 3px 0px;}
.charts-list span{margin: 0 1px; padding: 3px 0px;}
.charts-list.no1 { font-size: 16px; line-height: 20px;}
.charts-list.no2 { font-size: 16px; line-height: 20px;}
.charts-list.no3 { font-size: 16px; line-height: 20px;}
    
span.list_number { width: 9%; }
span.list_name { width: 15%; }
span.list_money { flex: 1;}
span.list_order { width: 45%; }    

/**活動說明**/
.terms_wrapper {width: 100vw; padding-bottom: 36px;}
.terms_container {border-radius: 30px 30px;}
.terms_container h2 {font-size: 21px; line-height: 24px; border-radius: 30px 30px 0 0; padding: 10px 0;}
.terms_container h2 span {display: block;}
.terms_content {width: calc(100vw - 6px); font-size: 14px; line-height: 18px; margin: 15px auto 25px;}
.terms_container h3 { font-size: 16px; line-height: 20px; margin-bottom: 10px; margin-left: 20px;}
.terms_content ul li {line-height: 20px;}
.terms_content ul li.circle {margin: 8px 10px 0px 20px;}
.terms_content ol li { margin: 4px 5px 0 15px;}
.lazy .terms_prize_list { font-size: 14px;  line-height: 20px;}
.terms_container ul p { 
    color: #3dc0ee;
    padding: 0 15px;
}
.terms_prize_list th { display: none;}
.terms_prize_list td { display: block;  text-align: left;  border: none;  border-bottom: 1px dotted #66cda3;  margin: 3px 0;}
.lazy .terms_prize_list td {float: left; border-bottom: none; margin: 0;  }
.terms_prize_list_date {margin-top: 20px !important;}
.terms_prize_list td:before {display: inline-block;  width: 120px;  text-align: center;  font-size: 15px;  color: #fff;  border-radius: 10px;  background-color: #66cda3;  content: attr(data-label);  margin: 3px 5px 3px 0; padding: 3px 0; font-weight: bold;}
.rule .terms_content img {max-width: 80%;}

.rule-img{width:100%; padding-top: 10px;}
.rule-img img{width:100%;}

table { border: 1px solid #e4ebeb;}
table.two-axis tr td:first-of-type,
table.two-axis tr:nth-of-type(2n+2) td:first-of-type,
table.two-axis tr td:first-of-type:before {/**background: #a1a1a1; color: #ffffff;**/}
table.two-axis tr td:first-of-type {border-bottom: 1px solid #e4ebeb;}
table.two-axis tr td:first-of-type:before {padding-bottom: 10px;}
table tr,table th,table td {border-bottom: 1px solid #e4ebeb; font-size:14px; padding: 10px 5px;}
table th{background: #000;}

/**coupon**/
.coupon{ 
    width: 84vw; 
    margin: auto; 
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}

.coupon a {
    background-color: #fff;
    width: 42vw;
    padding: 3px 5px;
    margin: 0 auto;
  }
     
    
.button { width: 60vw;}
.button a {border-radius: 10px; padding: 7px 25px; font-size: 15px; display: block;}

/**floatM-bottom**/
.float_wrapper { display: none;}
.M_menu_wrap { position: fixed;  bottom: 0; z-index: 999; }
.M_menu_block{ width: 100vw; background-color: rgb(0 0 0 / 70%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);  }
.M_menu_block ul { border-top: 2px solid #999; display: flex; justify-content: center; align-items: center; }
.M_menu_block li { width: 100%; font-size: 16px; line-height: 18px; height: 50px; display: flex; flex: auto; justify-content: center; align-items: center; text-align: center; border-left: 1px solid #222; border-right: 1px solid #666; padding-bottom: 8px;}
.M_menu_block li a{ color: #fff; }
.M_menu_block a{ color: #fff;}
    
.label{width: 40%;}

}