body {min-width: 1200px; color: #333; font: 17px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif"; line-height: 1.4em;}
a {text-decoration: none;}
:focus {outline: none;}
i {font-style: normal;}
.footer {width: 100%;	margin: auto}
.display_pc {display: block;}
.display_m {display: none;}
.pez_ft {height: 228px;}
b {color: crimson;}
.red {color: #ed0000;}

.main.rule {position: relative; width: 100%; background: url(../images/rule/rule_bg.jpg)no-repeat center top, url(../images/bg.jpg)center top #c5e47e; padding-bottom: 30px;}
.rule_slogan {position: absolute; top: 70px; left: 218px; z-index: 2;}
.rule_container {position: relative; z-index: 1; margin: auto; width: 1200px; height: 600px;}

/*time*/
.kv_label .time { position: relative; width: 1200px; margin: 0 auto;}
.time .logo { position: absolute; top: 20px; left: 80px; }
.kv_label_m { display: none;}
/*countdown*/
.countdown {position: absolute; width: 240px; top: 29px; right: 110px; color: #252b2e; z-index:99; text-align: center;}
.countdown .numbers{display:inline; color: #252b2e; font-size: 32px; }
.countdown_unit {font-size:18px;}
.countdown_txt {font-size:13px; color: #252b2e;	-webkit-animation: countdown_txt_animation 2s ease-in-out infinite alternate; animation: countdown_txt_animation 2s ease-in-out infinite alternate; }
#count2 {  line-height: 30px; font-size: 30px;}
@-webkit-keyframes countdown_txt_animation {
  0%, 100%, 50% { opacity: 1.0;  }
  25%, 75% { opacity: 0.6;  }
}
@keyframes flash_animation {
  0%, 100%, 50% { opacity: 1.0;  }
  25%, 75% { opacity: 0.6;  }
}
.countdown .numbers span{ padding-left: 2px;}
#dday{ }

/**prod**/
.prod_wrapper {position: relative; padding-bottom: 50px;}
.ProductList {position: relative; z-index: 100;}
.group {width: 1180px; margin: 0 auto; margin-bottom: 50px; border-radius: 50px; background: #fff; border: solid 3px #fff; overflow: hidden;}

/**活動說明**/
.prod_wrapper h1 {display: table; background: #000; color: #fff; border-radius: 10px; border: 3px solid #fff; font-size: 24px; line-height: 24px; font-weight: bold; text-align: center; padding: 15px 60px; margin: 30px auto;}
.prod_wrapper h2 {font-size: 33px; font-weight: 800; text-align: center; background: #8548a3; color: #fff; border-radius: 50px 50px 0 0; padding: 30px 0;}
.prod_wrapper h2 span { color: yellow;}
.terms_content {width: 90%; margin: 0 auto 40px;}
.terms_content h3 {color: #8c4cad; font-weight: bold; font-size: 18px; line-height: 23px; margin-top: 20px;}
.terms_content h3 strong {color: #ffe398; margin-right: 3px;}
.terms_content h4 {background-color: #a7624c; border-radius: 20px; font-size: 22px; line-height: 30px; font-weight: bold; padding: 5px 20px; display: inline-block; margin: 15px 0 5px; color: #fff;}
.terms_content h5 {font-weight: bold; font-size: 18px; line-height: 23px; padding-left: 7px;}
.terms_content ul {padding: 5px 0;}
.terms_content li {margin: 0 30px 7px 40px; list-style-type: decimal;}
.terms_content li strong {color: red;}
.terms_content p { padding-left: 18px; margin-bottom: 5px;}

table.box1 {margin-top: 5px;}
table.box1 tr td {padding: 5px 10px;}

/*簽到*/
table {background: white; border-collapse: collapse; width: 100%; border: 2px solid #a78447;}
table tr,table th,table td {border: none; border-bottom: 1px solid #e4ebeb;}
table th,table td {padding: 10px 5px; text-align: left;}
table th {background: #ffd8b2; color: #000; text-transform: uppercase;}
table.two-axis tr:nth-of-type(2n+1) td {background: #f5f5f5;}
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: #ffd8b2; color: #000; 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;}
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 tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {padding-bottom: 10px;}
table.box_rule .tr002 td {background: #ffd8b2; color: #663810; font-weight: bold;}
table.box_rule td.tr003 {background: #f5f5f5; color: #663810; font-weight: bold;}

a.btn_back {display: table; margin: auto; padding: 15px 50px; border-radius: 50px; background-color: darkred; color: #fff; text-align: center; font-size: 30px; transition: linear .2s; cursor: pointer; font-weight: bold;}
a.btn_back:hover {background-color: tomato; -webkit-transform: translate(0, -5px);  transform: translate(0, -5px);}

a.btn-s {display: inline-block; font-weight: bold; font-size: 17px; border-radius: 10px; color: #fff; background: tomato; border-bottom: 3px #c55325 solid; padding: 10px 30px; transition: transform .35s; -webkit-transform: translate(0, 0); transform: translate(0, 0);}
a.btn-s:hover {background-color: #d30000; border-bottom: 3px #910000 solid; -webkit-transform: translate(10%, 0);  transform: translate(0, -2px);}

.day-main {width: 100%; padding-top: 18px; display: flex;}
.day-btn {display: flex; width: 25%; margin: 1%;}
.day-btn a {width: 100%; font-weight: bold; font-size: 22px; line-height: 1.2; text-align: center; border-radius: 10px; color: #fff; background: tomato; border-bottom: 3px #c55325 solid; padding: 10px 0; transition: transform .35s; -webkit-transform: translate(0, 0); transform: translate(0, 0);}
.day-btn a:hover {background-color: #d30000; border-bottom: 3px #910000 solid; -webkit-transform: translate(10%, 0);  transform: translate(0, -2px);}

/*float-left*/
.float_wrapper { position: fixed; top: 100px; left: 0; z-index: 250;}
.float_main { width: 100px; background: rgb(0 0 0 / 80%); border-radius: 60px; padding: 25px 5px 30px; border: 3px solid #227db2;}
.go_top { display: block; cursor: pointer;}
.float_main li { position: relative; color: #fff; text-align: center; font-size: 16px; line-height: 30px;}
.float_main li.highlight0 { padding-top: 3px; background-color: #fff; border-radius: 3px; color: #040333; margin-top: 5px;}
.float_main li.highlight0 > ul { border-top: 1px dotted;}
.float_main li.highlight2 { font-size: 24px; padding-bottom: 5px; padding-left: 2px;}
.float_main li.goback a { color:yellow; margin: 5px 0; background: #b91212; border-radius: 20px;}
.float_main li a { position: relative; z-index: 500; color: #fff; cursor: pointer; font-weight: 600; padding: 4px 0;}
.float_main li a:hover { color: yellow;}
.float_main li a:after { position: absolute;  right: 51%;  bottom: 0;  left: 51%;  z-index: 1;  height: 2px;  background: yellow;  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;}
.float_main a:hover:after { right: 10%; left: 10%;}
.float_main li.gotravel { position: absolute; bottom: -80px; left: 8px;}
.float_main li.gotravel a:after { background: rgb(255 255 0 / 0%);}

/*bg_wrapper*/
.bg_wrapper {display: none; position: absolute; width: 100%; height: 100%; top: 0; z-index:1; pointer-events: none;}
.bg_fly {top: 0; width: 100%; height: 100%; background: url("../images/float.png") center -200px;}

/*container*/
.container {width:100%; margin: 0 auto;}
.container li {
    list-style-type: none;
    margin: 0 !important;
}

/*標題hover*/
.flip {
    width: 96%; margin: auto;
    padding: 2% 2% 1% 2%;
    text-align: left;
    border-bottom: dotted 2px #8c45a0;
    font-size: 20px;
    font-weight: bold;
    color: #8c45a0;
    position: relative;
    transition: .2s ease-in-out;
    z-index: 1;
    cursor: pointer;
}


.flip:hover, .flip:focus, .flip:active {
color: #2f2f2f;
}

/*隱藏內容*/
div.panel{ 
	height:0; 
	overflow: hidden;
	background-color: #fff;
    transition: .5s linear height;
}
.active div.panel {
    height: auto;
    overflow-y: auto;
    padding: 10px 10px 10px 50px;
}
ol.list li {
    list-style-type: auto;
}

/*展開收合的按鈕*/
.open, .close, .open01, .close01{
border-radius: 30px;	
border: 1px solid #2f2f2f;
color: #2f2f2f;
display: inline-block;/*可以設定長寬*/
padding: 6px 10px;
font-size: 10px;
line-height: 12px;
position: relative;
float: right;
left: 0px;	
transition: .3s ease-in-out;
cursor: pointer;	
}
.close{
	display: none;
}

.open01 {
	display: none;
}

.flip:hover .open, .flip:hover .close{
background-color: #2f2f2f;	
color: white;
}


/**js有添加active的時候open要關起來**/
.active .open01{
display: block;
}

/**js有添加active的時候close要開起來**/
.active .close01{
display: none;
}

/**js有添加active的時候open要關起來**/
.active .open{
display: none;
}

/**js有添加active的時候close要開起來**/
.active .close{
display: block;
}

@media screen and (min-width: 1025px) {
.NavArea { display: none; width: 105px; position: fixed; top: 130px; right: 0; z-index: 999;}
.Nav-slide.active {background-color: #ffd684;}
.Nav-slide.active a {color: #111924;}
.Nav-slide.active a:hover {color: #000;}
.go_top { display: block; cursor: pointer;}
.Nav-wrapper { width: 100%; background: #8548a3; border-radius: 10px 0 0 10px; padding: 0 3px; border: 3px solid #fff4dc;}
.Nav-wrapper:first-child { padding-top: 15px;}
.Nav-wrapper li {font-size: 15px; text-align: center; background: transparent; margin: auto; padding: 6px 0; position: relative; letter-spacing: -0.5px; line-height: 1.2;}
.Nav-wrapper li.highlight {font-size: 24px; border-radius: 0 0 20px 20px; padding: 10px 0 15px; clear: both;}
.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:after {background: #fff100; 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 a span {display: block;} 
.Nav-slide.active:before {content: ''; display: inline-block; width: 0; height: 0; border-width: 6px; border-color: transparent #000 transparent transparent; border-style: solid; position: absolute; left: 0; top: 9px; margin: auto;}
.Nav-wrapper li.best {background: #ff6b50; border-radius: 10px; margin-top: 5px; margin-bottom: 5px; width: 97px; padding: 8px 0; float: left; overflow: hidden;}
li.Nav-slide.best.active:before {border-width: 0px;}
}

@media screen and (max-width:1024px) {
body {width: 100vw; min-width: inherit; font-size: 15px; line-height: 1.4;}
* {box-sizing: border-box;}
.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: 60px; z-index: 900; display: none;}
.gotop a {display: block; width: 48px; height: 36px;}
.header {width: 100vw;}
.display_m {display: block;}
.display_pc {display: none;}
    
/**time_m**/
.kv_label {display: none;}
.kv_label_m {display: block;}
.kv_label_m img {width: 100%;}
.countdown {top: 12vw; text-align: center; width: 100vw; right: 0;}
.countdown .numbers {text-align: center; font-size: 55px;}
.countdown_unit {font-size: 24px;}
.countdown_txt {display: none;}
#count2 {line-height: 23px; font-size: 24px;}
    
.main.rule {overflow: hidden; background: url("../images/rule/rule_bg.jpg") no-repeat center 15vw , url(../images/bg.jpg) center top; background-size: 160%,100%; padding-bottom: 60px;}
.rule_wrapper {}
.rule_wrapper img {width: 100%;}
.rule_container {width: 100vw; height: 69vw;}
.rule_slogan {width: 60vw; top: 22.5vw; left: 14.5vw;}

.group {width: 96%; margin: 0 auto; margin-bottom: 15px; padding-bottom: 20px; border-radius: 30px;border: solid 2px #fff;}
	
.prod_wrapper h1 {border: 0; font-size: 15px; line-height: 15px; padding: 10px 20px; margin: 20px auto;}
.prod_wrapper h2 {font-size: 18px; padding: 15px 20px; border-radius: 30px 30px 0 0;}
.terms_content {width: 96%; margin: auto;}
.terms_content h3 {margin-top: 10px;}
.terms_content h4 {font-size: 18px;}
.terms_content h5 {margin-top: 0;}
.terms_content li {margin: 0 0 7px 25px;}
.terms_content span{display: block!important;}	
	
table.box1 {margin: 3px 0; font-size: 14px;}
tr td {padding: 5px;}
	
a.btn_back {display: none;}

/**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: 15px; line-height: 18px; height: 60px; 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; width: 100%; padding: 10px;}
.M_menu_block ul li.best a {color: yellow;}

/**錨點-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; display: block;}
.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;}
.Nav-wrapper li a span {display: inline;} 
}

@media screen and (max-width:768px) {
.countdown {top: 10.5vw;}
}

@media screen and (max-width:576px) {
.countdown .numbers {font-size: 30px;}
.countdown_unit {font-size: 16px;}
.day-main {padding-top: 8px;}   
.day-btn a {font-size: 17px;}
a.btn-s {font-size: 15px; line-height: 1.2;}
.flip {font-size: 15px; padding: 2%;}
.prod_wrapper {padding-bottom: 20px;}
}

@media screen and (max-width:375px) {
.countdown .numbers {font-size: 26px;}
.countdown_unit {font-size: 14px;}
.day-btn a {font-size: 13px;}
}