@charset "big5";
/* CSS Document */
body {min-width: 1200px; font: 17px/1.5em "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; position: relative; z-index: 9;}
.display_pc {display: block}
.display_m {display: none}
.pez_ft {height: 228px;}
b {color: crimson;}

.main {margin: auto; position: relative; width: 100%; overflow: hidden; background: url("../images/rule_bg.jpg") center top #000f29; padding-bottom: 20px;}

.rule_wrapper {background: url("../images/rule_kv_bg.jpg") no-repeat center top;}
.rule_container {position: relative; z-index: 1; margin: auto; width: 1200px; height: 459px;}
.rule_logo {position: absolute; top: 33px; left: 457px; z-index: 2;}
.rule_slogan {position: absolute; top: 103px; left: 312px; z-index: 2;}
.rule_snow {position: absolute; top: 0px; left: -290px; z-index: 1;}

/**prod**/
.prod_wrapper {position: relative;}
.ProductList {position: relative; z-index: 500;}
.group {width: 1180px; margin: auto; padding-bottom: 30px;}

/**活動說明**/
.terms_wrapper {width: 1180px;  margin: 0 auto; padding-bottom: 20px;}
.terms_container {background-color: #fff; border: solid 3px #fff; border-radius: 50px 50px}
.terms_container h2 {font-size: 32px; font-weight: 800; text-align: center; background-color: #009688; color: #fff; border-radius: 50px 50px 0 0; padding: 25px 0;}
.terms_content {width: 90%; margin: 20px auto;}
.terms_container h3 {background-color: #a7624c; border-radius: 20px;  font-size: 22px; line-height: 30px; font-weight: bold; padding: 5px 20px; display: inline-block; margin: 10px 0; color: #fff;}
.terms_content h4 {font-weight: bold; font-size: 18px; color: tomato;}
.terms_content h5 {font-weight: bold; font-size: 18px; color: #009688;}
.terms_container p { padding-left: 18px; margin-bottom: 7px;}
.terms_content ol li {margin: 0 30px 7px 40px; list-style-type: decimal;}

table {background: white; border-collapse: collapse; margin: 15px 0; width: 100%; border: 2px solid #a78447;}
table tr,table th,table td {border: none; border-bottom: 1px solid #a78447;}
table th,table td {padding: 10px 12px; text-align: left;}
table th {background: #0082e1; color: #ffffff; text-transform: uppercase;}
table tr:nth-of-type(2n+2) td {background: #fff;}

.button{width: 332px; margin: 0 auto;}
.button a {display: inline-block; background: #0086e5; border-radius: 20px; color: #FFF; padding: 16px 70px; border-bottom: 5px #25549a solid; font-size: 24px; text-align: center; font-weight: bold; margin-top: 5px;}
.button a:hover{background-color: #25549a;}
	
a.btn {display: inline-block; color: #0017ff; text-decoration: underline; font-weight: bold; padding: 0 3px;}
a.btn:hover {color: tomato;}

a.btn_back {display: block; margin: 10px auto 30px; padding: 10px 20px; width: 140px; border-radius: 50px; background-color: #d30000; color: #fff; text-align: center; text-decoration: none; font-size: 24px; transition: linear .2s; cursor: pointer; font-weight: bold;}
a.btn_back:hover {background-color: tomato; -webkit-transform: translate(0, -5px);  transform: translate(0, -5px);}

/*bg_wrapper*/
.bg_wrapper { display: none; position: absolute; width: 100%; height: 100%; top: 0; z-index:-1;}
.bg_fly {top: 0; width: 100%; height: 105%;background: url("../images/rule_float.png") center;
    animation: lightning 2s ease-in-out infinite alternate, upDown_animation 1s ease-in-out infinite alternate;
    animation-delay: 1s;}

/*==============================================
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(140%);
  }
}
@keyframes lightning {
  0%, 52%, 56%, 60%, 100% {
    filter: brightness(100%);
  }
  54%, 58%, 62% {
    filter: brightness(140%);
  }
}

/*==============================================
upDown
==============================================*/
.upDown_animation {
  -webkit-animation: upDown_animation 1s ease-in-out infinite alternate;
  animation: upDown_animation 1s ease-in-out infinite alternate;
}
@-webkit-keyframes upDown_animation {
  0% {
    -webkit-transform: translate(0, -7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes upDown_animation {
  0% {
    transform: translate(0, -7px);
  }
  100% {
    transform: translate(0, 0);
  }
}


@media screen and (min-width: 1025px) {
.NavArea {display: none; width: 140px; position: fixed; top: 50px; right: 0; z-index: 250;}
.Nav-slide.active, .Nav-slide.active a {color: #72edff; background: #580014;}
.float_main { width: 138px; opacity: 0.9; filter: alpha(opacity=90);}
.go_top { display: block; cursor: pointer;}	
.float_tit {text-align: center;}
.float_tit img {width: 100%;}  
.Nav-wrapper {background-color: rgba(161, 2, 40, 0.92); width: 110px; margin: -55px auto 0; padding-top: 55px; border-radius: 10px;}
.Nav-wrapper li {position: relative; font-size: 15px; text-align: center; background: transparent; padding: 5px 0 5px;}
.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: 15px;}
.Nav-wrapper li.best {background: #2386dd; border-radius: 30px; margin: 5px auto; width: 90%;}
.Nav-wrapper li.best:hover {background: #009688;}
.Nav-wrapper li a {position: relative; color: #fff; font-weight: bold; cursor: pointer; z-index: 500;}
.Nav-wrapper li a:hover, .Nav-wrapper li a:focus, .Nav-wrapper li a:active {color: #f8e27d; text-shadow: #72edff 0 0 1em;}
.Nav-wrapper li.highlight2:after {background: #ee703e;}

}

@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: 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 {width: 100vw; padding-bottom: 60px; background-size:100%;}
    
/**kv_m**/
.rule_wrapper{background: url("../images/rule_kv_bg_m.jpg") no-repeat center top;; background-size:100%;}
.rule_wrapper img {width: 100%;}
.rule_container {width: 100vw; height: 41vw;}
.rule_slogan {width: 60vw; top: 5vw; left: 28vw;}
	
.group {width: 96vw; padding-bottom: 20px;}

/**活動說明**/
.terms_wrapper {width: 94vw; padding-bottom: 36px;}
.terms_container {border: solid 2px #fff; border-radius: 30px 30px;}
.terms_container h2 {border-radius: 30px 30px 0 0;}
.terms_content {width: 92%; margin: 15px auto;}


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

table { border: 1px solid #a78447;}
table tr,table th,table td {border-bottom: 1px solid #a78447; padding: 10px 5px;}
	
a.btn {font-size: 1.1em;}
a.btn_back {display: none;}

/**錨點-top**/ 
.float_tit {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: 18px; 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;}
}

@media screen and (max-width:768px) {
body {font-size: 14px; line-height: 1.4em;}
	
.terms_container h2 {font-size: 17px; line-height: 24px; padding: 10px 0;}
.terms_container h3 {font-size: 16px; line-height: 20px; margin: 5px 0;}
.terms_content h5 {font-size: 17px;}
.terms_container p {padding-left: 0; margin-bottom: 9px;}
.terms_content ol li {margin: 4px 5px 0 15px;}
	
.button { width: 60vw;}
.button a {border-radius: 10px; padding: 8px 25px; font-size: 17px; display: block; margin-top: 10px;}
}