@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
  /**font-family: 'Noto Sans TC', 'Microsoft JhengHei', "sans-serif", Arial;**/
  font-family: "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif";
  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 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../images/main_bg.jpg) center top;
}
/*kv*/
.kv_wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    background: url("../images/kv_bg.png")no-repeat center top;
    z-index: 1;
}

.kv_container {
    position: relative;
    z-index: 1;
    margin: auto;
    width: 1200px;
    height: 750px;
}

.kv_slogan {
    position: absolute;
    top: 36px;
    left: 233px;
    z-index: 1;
}

.kv_goods {
    position: absolute;
    top: 319px;
    right: 520px;
    z-index: 2;
}

.kv_clerk {
    position: absolute;
    top: 297px;
    right: 343px;
    z-index: 2;
}

.kv_car {
    position: absolute;
    top: 190px;
    left: -48px;
    z-index: 2;
}

/**swiper主打輪播輪播**/
.prod_rota .swiper_prod {
  width: 600px;
  height: 400px;
  overflow: hidden;
  margin: auto;
}

@media (hover:hover) {
  .prod_rota a {
    transition: all .4s;
  }
  .prod_rota a:hover {
    transform: scale(0.95);
    filter: brightness(1.2);
  }
}

/*設定swiper點點的位置*/
.prod_rota .swiper_prod .swiper-pagination {
  margin: auto;
  left: 0;
  right: 0;
  bottom: -68px;
}

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

/**prod**/
.prod_wrapper {
  position: relative;
  top: -80px;
}
.prod_container {
  position: relative;
  z-index: 100;
  /**overflow: hidden;**/
}
.ProductList {
  position: relative; 
  z-index: 500;
}
/**group**/
.group {
  width: 1100px; 
  margin: auto; 
  margin-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(122, 0, 4, 0.32) 0px 2px 4px 0px, rgba(122, 0, 4, 0.52) 0px 2px 16px 0px;}
.terms_container h2 {font-size: 36px; font-weight: 800; text-align: center;  background-color: #5f2908; color: #fff; border-radius: 30px 30px 0 0; padding: 15px 0;}
.terms_content {width: 90%; margin: 15px 0 5px 40px; 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: 15px 0 5px 40px; 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 7px 40px; list-style-type: disc;  }
.terms_content ul li.circle {list-style-type: circle;  }
.terms_content ul li.number {list-style-type: decimal;  }
.terms_content ul strong {color: red;}
.terms_content a {display: inline-block;  font-weight: bold;  font-size: 18px;  margin: 5px 3px;  border-radius: 30px;  color: dodgerblue;  /*background-color: #b1b1b1;*/}
.terms_content a:hover {-webkit-transform: translate(5%, 0); transform: translate(5%, 0); cursor: pointer;}
.terms_content a.over {background-color: lightgray;}
.terms_content a.over:hover {-webkit-transform: translate(0, 0); transform: translate(0, 0);}
.terms_container p {font-size: 17px; margin: 0 30px 7px 60px; }
.terms_prize_list th, .terms_prize_list td {border: 2px solid #66cda3; text-align: center;}
table {background: white; border-collapse: collapse; margin: 15px 0; width: 100%; border: 2px solid #08164e;}
table tr,table th,table td {border: none; border-bottom: 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;}

a.btn_back {display: block;	margin: auto; padding: 10px 20px; width: 200px;	border-radius: 20px; background-color: darkred;	color: #fff; text-align: center; text-decoration: none;	font-size: 24px; transition: linear .2s;
cursor: pointer;}
a.btn_back:hover, a.btn_back:focus, a.btn_back:active {	background-color: tomato;}

/**coupon**/
.coupon{margin: auto; position: relative;  margin-bottom: 10px; margin-top: 20px;}
.coupon ul{display: flex; justify-content: space-around;}
.coupon ul li {list-style-type: none; margin: 0; }
.coupon ul li img{ width: 100%;}
.coupon a { display: inline-block; transition: transform .35s;  -webkit-transform: translate(0, 0); background: none; padding: 0px 0px;}
.coupon a:hover{-webkit-transform: translate(0, -5px);  transform: translate(0, -5px);}

/**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: 20%; margin:5px 0;}
.red{ color: crimson; font-weight: bolder;}



/**NavArea右側選單**/
@media screen and (min-width: 1025px) {
/** float **/
.NavArea {
  display: none;
  width: 140px;
  position: fixed;
  top: 80px;
  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%);}
}
.float_tit{display: flex; justify-content: center;}
/**active 背景highlight**/
.Nav-slide.active {
  background-color: #565656;
}
/**active highlight**/
.Nav-slide.active a {
  color: yellow;
}

.go_top {
  display: block;
  cursor: pointer;
}
.Nav-wrapper {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  background: rgb(0 0 0 / 80%);
  border-radius: 10px;
  padding: 5px;
}
.Nav-wrapper li {
  font-size: 15px;
  text-align: center;
  background: transparent;
  margin: auto;
  padding: 5px 0 2px;
  line-height: 30px;
  position: relative;
}
.NavArea .Nav li span {
  display: block;
} 
.Nav-wrapper ol.Nav-event {background: #d08e5b; padding: 5px 0; border-radius: 10px; margin: 5px 0;}

/**TOP**/
.Nav-wrapper li.highlight {
  font-size: 24px;
  border-radius: 0 0 20px 20px;
  padding-bottom: 8px;
  padding-left: 2px;
}
/**女王愛牌/本檔必敗/情人節專區**/
.Nav-wrapper li.highlight2 {
  background-color: #a95416;
  font-size: 15px;
  border-radius: 15px;
  margin: 2px 2px;
}
.Nav-wrapper li.highlight3 a{
  color: #fff;
}  
/**活動攻略**/
.Nav-wrapper li.highlight3 {
  background-color: #9b001b;
  font-size: 15px;
  border-radius: 15px;
  margin: 2px 2px;
  color: #fff;
}
.Nav-wrapper li.highlight3 a{
  color: #fff;
} 
/**旅遊活動**/
.Nav-wrapper li.highlight4 {
  background-color: #024ea9;
  font-size: 15px;
  border-radius: 15px;
  margin: 2px 2px;
}
.Nav-wrapper li.highlight4 a{
  color: #fff;
} 
.Nav-wrapper li.highlight5 {
  background-color: #c67144;
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  border-radius: 0px;
  margin: 8px 6px 0px;
  border: 1px #bb643c solid;
} 
.Nav-wrapper li.highlight6 {
  background-color: #fff;
  font-size: 16px;
  font-weight: bolder;
  border-radius: 0px;
  margin: 0px 6px 0px;
  border-top: 1px #bb643c dotted;
} 
.Nav-wrapper li.highlight6 a{
  color: #c67144; 
}
    
.Nav-wrapper li.highlight6 a:hover{
  color: #79202d; 
}  
.Nav-wrapper li a {
  color: #fff;/**分類標題顏色**/
  cursor: pointer;
  position: relative;
  z-index: 500;
  font-weight: bold;
}
.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 span {
  display: inline-block;
}
.NavArea .Nav li:nth-child(odd){
  background-color: #131313;
}    
.Nav-slide.active {
  background-color: #ffe644;
  border-radius: 3px;
}

.Nav-slide.active a {
  color: #ffe400;
  background-color: #565656;
  border-radius: 3px;
}
    
.float_tit{ display: none; }    
/**.float_tit, .go_top { display: none; }**/ 
}
@media screen and (max-width:1024px) {
    body {
        width: 100vw;
        min-width: inherit;
        background-color: #000;
    }

    * {
        box-sizing: border-box;
    }

    .display_pc {
        display: none;
    }

    .display_m {
        display: block;
    }

    .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: 80px;
        z-index: 900;
        display: none;
    }

    .gotop a {
        display: block;
        width: 48px;
        height: 36px;
    }
    .kv_wrapper {
        width: 100vw;
        background: url(../images/kv_bg.png) no-repeat top center;
        background-size: 100vw !important;
    }

    .kv_wrapper img {
        width: 100%;
    }

    .kv_container {
        width: 100vw;
        height: 42vw;
    }

    .kv_slogan {
        width: 27vw;
        top: 2vw;
        left: 30vw;
    }

    .kv_text {
        width: 59vw;
        top: 24vw;
        left: 21vw;
    }

    .kv_goods {
        width: 25vw;
        left: 28vw;
        top: 17.9vw;
    }

    .kv_clerk {
        width: 10vw;
        left: 53vw;
        top: 14.2vw;
    }
    .kv_car {
        width: 15vw;
        left: 16.5vw;
        top: 8vw;
    }
    .kv_button {
        width: 12vw;
        left: 60vw;
        top: 23.5vw;
    }
}
@media screen and (max-width:768px) {
    .kv_wrapper {
        width: 100vw;
        background: url(../images/M_kv_bg.png) no-repeat top center;
        background-size: 100vw !important;
    }
    
    .kv_container {
        width: 100vw;
        height: 110vw;
    }

    .kv_slogan {
        width: 75vw;
        top: 7vw;
        left: 7vw;
    }

    .kv_text {
        width: 59vw;
        top: 24vw;
        left: 21vw;
    }

    .kv_goods {
        width: 60vw;
        left: 1vw;
        top: 72vw;
    }

    .kv_clerk {
        width: 23vw;
        left: 53vw;
        top: 64.8vw;
        top: 64.8vw;
    }
    .kv_car {
        width: 34vw;
        left: 4vw;
        top: 58vw;
        z-index: 1;
    }
/**swiper主打輪播**/
.prod_rota .swiper_prod{
  width: 62vw;
  height: auto;
  background-image: url("../images/");
  background-size:contain;
  background-repeat: no-repeat;
}       
.prod_rota .swiper_prod img{ width: 100%;}     

/*設定swiper點點的位置*/
.prod_rota .swiper_prod .swiper-pagination {
  bottom: -37px;
} 
   
.group {
  width: 100vw;
  margin-bottom: 30px;
}
    
/**prod**/
.prod_wrapper {
  top: -1vw;
}    

/**活動說明**/
.terms_wrapper {width: 94vw; 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: 92%; font-size: 14px; line-height: 18px; margin: 0 auto; padding-bottom: 10px;}
.terms_container h3 { font-size: 16px; line-height: 20px; margin: 20px 30px 7px 40px;}
.terms_content ol li { margin: 4px 5px 0 15px;}
.lazy .terms_prize_list { font-size: 14px;  line-height: 20px;}
.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;}
.terms_content a { font-size: 15px;}
.terms_container img{width: 100%;}
.terms_container .label {width: 40%;!important}
    
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;}

.button { width: 60vw;}
.button a {border-radius: 10px; padding: 7px 25px; font-size: 15px; display: block;}

 /**coupon**/
.coupon{ width: 90vw; margin: auto; position: relative; }
.coupon ul{flex-wrap: wrap;} 
.coupon ul li{ width: 45vw;}
.coupon ul li img{ width: 100%;}

/**錨點-top**/ 
.float_tit, .float_tit2, .float_tit3{display: none;}
.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;}
.Nav-slide.active a {color: yellow;}
.NavArea li.highlight0 {display: none;}
.Nav-slide.active a {color: yellow; font-weight: bold; border-bottom: 2px solid yellow; background: #525252;}
	
/**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;}
    

}