body {
	font: 13px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif";
	color: #333;
	min-width: 1050px;
}
a {
	text-decoration: none;
	display: inline-block;
}
:focus {
	outline: none;
}
i {
	font-style: normal;
}

.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: 101;display: none;}
.gotop a {display: block; width: 48px; height: 36px;}

.header, .footer {
	width: 100%;
	margin: auto;
}
.hd_pc {
	width: 100%;
}
.hd_m {
	display: none;
}
.m_mode {
	display: none;
}
.pc_mode {
    display: block;
}
.M_menu_wrap {
	display: none;
}

.vipEventMenu {
	width: 1200px;
	height: 70px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

/**main_wrapper**/
.main_wrapper {
	position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
	background: url(../images/kv_bg_rule.png) no-repeat top center, url(../images/main_bg.png) no-repeat fixed bottom;
    background-color: #74d5c6;
}

/**kv_wrapper**/
.kv_wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
	position: relative;
}

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

/**logo**/
.kv_slogan1 {
	position: absolute;
	left: -2%;
	top: 5%;
	margin: auto;
	z-index: 999;
}

.kv_slogan1 {
  --animate-duration: 1.5s;
}

.kv_slogan1 a img {
  transition: .3s all ease-in-out;
}

@media(hover:hover) {
.kv_slogan1 a img:hover{ transform: translateY(-3px);}
}

/**slogan**/
.kv_slogan2 { 
	position: absolute;
	right: 4%;
	top: 33%;
	z-index: 5; 
}

/**kv_girl**/
.kv_slogan3 { 
	position: absolute; 
	left: -5.3%;
	top: -18.3%;
	z-index: 3;
}

.kv_slogan3 {
  --animate-duration: 2s;
}

/**kv_new**/
.kv_slogan4 { 
	position: absolute; 
	left: 0.5%; 
	top: 9%;
	z-index: 6;
}

/**kv_date**/
.kv_slogan5 { 
	position: absolute; 
    top: 7%;
	right: 3.5%;
	z-index: 2;
}

/**kv_event前往活動說明**/
.kv_event {
	position: absolute;
	right: 4%;
	top: 66%;
	z-index: 999;		
}

/**.kv_event a{
    transition: linear .2s; 
}

.kv_event a:hover,.kv_event a:focus,.kv_event a:active { 
	transform: translateX(5%);
    z-index: 999;
}**/

/**prod_wrapper**/
.prod_wrapper {
  position: relative;
  width: 1100px;
  margin: 0px auto 50px;
  top: 0px;
}

.prod_container{
  background-color: #fff; 
  border: solid 3px #fff;  
  border-radius: 20px;
}

/**prod_content**/
.prod_content {
  margin: auto;
  padding: 30px;
  width: 90%;
  border-radius: 20px;
  background: #fff;
  font-size: 15px;
  line-height: 25px;
}

.group{}

.group a img{
    transition: .3s all ease-in-out;
}

@media(hover:hover) {
.group a:hover img{
    filter: brightness(1.1);
    transform: translateX(10px);
}
}

.prod_wrapper h1{
 font-size: 32px;  font-weight: 800;  text-align: center;  background-color: #ff3d68;  color: #fff;  border-radius: 20px 20px 0 0;  padding: 25px 0; line-height: 35px;	
}

.prod_wrapper h2 {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 20px;
  border-radius: 20px;
  background: #ff3d68;
  color: #fff600;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.prod_wrapper h3 {
  color: #1ab9a0;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-top: 10px;
}

.prod_wrapper li {
	margin-left: 25px;
	padding: 2px 0;
	list-style-type: disc;
}

.prod a {
  display: inline-block;
}

a.btn_back {
	display: block;
	margin: auto;
	padding: 10px 20px;
	width: 150px;
	border-radius: 50px;
	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;
}

a.btn {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 50px;
	background-color: #1ab9a0;
	color: #fff;
	text-align: center;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition: linear .2s;
	cursor: pointer;
	font-weight: bold;	
	margin-top: 5px;
    margin-bottom: 5px;
}

a.btn.gray{
    background-color: #a8a8a8;
}

a.btn:hover, a.btn:focus, a.btn:active {
	background-color: #ffea00;
	color: #000;
	transform: translateX(10px);
}

span.red{
    color:#ff3d68;
    font-weight: bold;
}

a.color{
    color: #ff3d68;
    font-size: 18px;
    font-weight: bolder;
     background-image: linear-gradient(to bottom, rgba(249, 242, 182, 0) 0%, rgba(249, 242, 182, 0) 68%, rgba(249, 242, 182, 1) 69%, rgba(249, 242, 182, 1) 100%);
}

tr td {padding: 5px 10px;}


/**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%; }

/**tag wfe******************/
.tag_wfe {
	width: 20px;
	height: 20px;
	background: url(//www.payeasy.com.tw/pezlib/images/tag_wfe_s.png) left;
	position: relative;
	display: inline-block;
	top: -5px;
	background-size: cover;
	vertical-align: middle
}
.tag_wfe.checked {
	background-position: right;
}
.tag_wfe .brief {
	position: absolute;
	background: #E36E1A;
	width: 64px;
	line-height: 16px!important;
	color: #f6f6f6 !important;
	display: none;
	z-index: 10;
	text-align: center;
	left: 25px;
	top: -5px;
	font-size: 12px !important;
}
.tag_wfe:hover .brief {
	display: block;
}
.tag_wfe.checked:hover .brief {
	display: none;
}
.tag_wfe .brief:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	left: -10px;
	top: 10px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #E36E1A transparent transparent;
}
/**tag**/
.tag_wrapper {
	width: 900px;
	margin: 0 auto 20px;
	text-align: center;
	font-size: 18px;
}
.tag_wrapper:after {
	content: '';
	display: table;
	clear: both;
}
.tag_wrapper a {
	display: inline-block;
	margin: 8px;
	padding: 5px 10px;
	float: left;
	background: rgba(255,255,255,0.2);
	color: #fff;
	cursor: pointer;
	border-radius: 30px;
	transition: linear .2s;
}
.tag_wrapper a:hover {
	background: rgba(255,255,255,0.6);
}

@media screen and (min-width: 1025px) {
/** float **/
    .NavArea {
        display: none;
        width: 140px;
        position: fixed;
        top: 0px;
        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: #ffe400;
    }
    /**active highlight**/
    .Nav-slide.active a {
        color: #3a362e;
        /**text-shadow: #000 0 0 .5em;**/  
    }

    .float_tit {}

    .float_main {
        width: 138px;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .go_top {
        display: block;
        cursor: pointer;
    }

    .Nav-wrapper {
        /* background: #4904dc; */
        background-color: rgb(252 230 188 / 90%);
        width: 100px;
        margin: -50px auto 0;
        padding-top: 40px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        overflow: hidden;
    }

    .Nav-wrapper li {
        font-size: 15px;
        text-align: center;
        background: transparent;
        margin: auto;
        padding: 5px 0 5px;
        position: relative;
    }

    .Nav-wrapper li.highlight0 {
        font-size: 18px;
        line-height: 26px;
        padding: 5px;
        margin: 5px;
        /**padding-top: 20px;
        padding-left: 2px;**/
        color: #3a362e;
        font-weight: bold;
        background-color: #fff;
        border-radius: 20px;
    }
    
     .Nav-wrapper li.highlight0 a{
        color: #ff3d68;
    }

    .Nav-wrapper li.highlight1 {
        padding-left: 2px;
    }
    
    /**TOP**/
    .Nav-wrapper li.highlight2 {
        font-size: 24px;
        border-radius: 0 0 20px 20px;
        padding-bottom: 20px;
        padding-left: 2px;
    }

    .Nav-wrapper li a {
        color: #3a362e;/**分類標題顏色**/
        font-weight: bold;
        cursor: pointer;
        position: relative;
        z-index: 500;
    }

    .Nav-wrapper li a:hover {
        color: #ff3d68;/**分類標題hover顏色**/
        /**text-shadow: #000 0 0 1em;**/
    }

    .Nav-wrapper li:after {
        background: #ff3d68;/**分類標題hover線條顏色**/
        /**box-shadow: #000 0 0 1em;**/
        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;
    }
}

@media screen and (max-width:1024px) {
body {
	min-width: inherit;
	background-color: #74d5c6;	
}
* {
	box-sizing: border-box;
}
.header {
	width: 100vw;
}
.footer {
	display: none;
}
.hd_pc {
	display: none;
}
.hd_m {
	display: block;
}
.m_mode {
	display: block;
}
.pc_mode {
	display: none;
}
.main_wrapper {
	width: 100vw;
	background-size: 184vw;
	background-position: top!important;
}

.kv_wrapper{
	width: 100vw; 
}

.kv_container{
	width: 100vw;
	height: 50.5vw;
}	
	
.kv_container img{ width:100%;}
	
.kv_slogan1{
    display: none;
}
    
/**slogan**/	
.kv_slogan2 { 
	top: 16.5vw; 
	right: 1vw; 
	width: 54vw; 
}
    
/**kv_girl**/	
.kv_slogan3 { 
	top: -9.5vw; 
	left: -9vw; 
	width: 78vw; 
}  
           
/**kv_new**/	
.kv_slogan4 { 
	top: -2vw; 
	left: -2vw; 
	width: 28vw; 
}
    
/**kv_date**/
.kv_slogan5 { 
	top: 2.5vw; 
    right: 2vw;
	width: 33vw;  
}    
 
/**kv_event**/     
.kv_event { 
	top: 32.3vw; 
	right: 3.8vw; 
	width: 48vw; 
    z-index: 999;
}
  

/**kv_float**/
.kv_slogan6{
   display: none;
} 


/**kv_circle**/
.kv_slogan7{
   display: none; 
} 
    
/**kv_window**/
.kv_slogan8{
   display: none; 
}    	

.kv_but {
	display: none;
}	
	
/**prod_container_m**/
.prod_container {
    width: 100vw;
    margin-top: 0vh;
}
.prod_content{
	width: 98%;
}
	
.prod_wrapper h1{
    font-size: 25px;
	padding: 15px 0;	
}	
	
.prod_content span{
	display: block!important;
}
    
.group{} 
    
.group a img{
    width: 100%;
}  
    
tr td {
    padding: 5px;
    line-height: 1.5;
}    
	
/**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; }**/    

  
    
/**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;}
}	



}

