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;
}
.header, .footer {
	width: 100%;
	margin: auto
}
.hd_pc {
	width: 100%;
}
.hd_m {
	display: none;
}
.m_mode {
	display: none;
}
.pc_mode {
}
.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/rule_kv_bg.png) no-repeat top center, url(../images/main_bg.png) repeat;
}

/*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/deco.png") center repeat-y;
    animation: lightning 2s ease-in-out infinite alternate, upDown_animation 1s ease-in-out infinite alternate;
    /**animation-delay: 1s;**/
}

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

/**
.kv_logo {
	position: absolute;
	left: 0px;
	top: 20px;
	transition: .2s ease-in-out;
	z-index: 1;
}
**/

/**.kv_logo:hover {
	filter: brightness(150%);
	transform: translateY(-5px);
}**/

/**標題**/
.kv_slogan {
	position: absolute;
	top: 13%;
    left: 4%;
	z-index: 1;
}

/**rule_event**/
.kv_but{
	position: absolute;
	top: 44.5%;
    left: 4%;
	transition: .2s ease-in-out;
	z-index: 999;
}

.animate__animated.animate__flipInX {
  --animate-duration: 2s;
}

.kv_date{
    position: absolute;
    left: 3%;
    top: 0%;
    z-index: 2;
}


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

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

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

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

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

.rule_wrapper h3 {
  color: #9d462b;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-top: 20px;
}

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

.rule a {
  display: inline-block;
}

a.link{
    color:darkred;
    font-weight: 900;
}

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: block;
    width: 100px;
	padding: 5px 15px;
	border-radius: 50px;
	background-color: #000;
	color: #ffea00;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition: linear .2s;
	cursor: pointer;
	font-weight: bold;	
    margin: auto;
}

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



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

.gift {
   text-align: center;
}

@media screen and (max-width:768px) {
body {
	min-width: inherit;
	background-color: #1d2025;	
}
* {
	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: 160vw;
	background-position: -22vw top;
}
    
.bg_fly{
    display: none;
}

.kv_wrapper{
	width: 100vw; 
}

.kv_container{
	width: 100vw;
	height: 62vw;
}	
	
.kv_container img{ width:100%;}
	
.kv_slogan{
	width: 44vw;
	top: 2vw;
	left: 4vw;
	z-index: 999;
}	

.kv_but {
	width: 40vw;
	top: 23vw;
	left: 2.5vw;
}	
    
.kv_date{
    width: 23vw;
    left: 8vw;
    display: none;
}    
	
/**rule_container_m**/
.rule_container {
    width: 100vw;
    margin-top: 0vh;
}
.rule_content{
	width: 98%;
}
	
.rule_wrapper h1{
    font-size: 25px;
	padding: 15px 0;	
}	
	
.rule_content span{
	display: block!important;
}

.gift {
    width: 100%;
    padding-bottom: 5px;
}
	
	
/*M版按鈕&分會場*/
.M_menu_wrap{ display:block; position: absolute; }
.M_menu_block{ position: fixed; bottom:0; /**background: rgba(0,0,0,1)**/; width: 100%; z-index: 999; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #111));}
.M_menu_block ul li{ width: 25vw; box-sizing: border-box;text-align: center; float: left; height: 50px; cursor: pointer; 
border-top: 1px solid #999;border-right: 1px solid #666;border-left: 1px solid #222;}
.M_menu_block ul li.best{ width: 25vw;}	
/**.M_menu_block ul li:last-child{border:none;}**/
.M_menu_block ul li:before{content:''; display: inline-block; vertical-align: middle; height: 100%;}
.M_menu_block ul li a{ display: inline-block; width: 100%; color: #fff; font-size: 12px; line-height: 18px; vertical-align:middle; }
.M_menu_block ul li.best a {color: yellow;}	
.M_menu_filter{ display: none; position: fixed; bottom:60px; width: 95%; margin: auto; left: 0; right: 0; background: #fefefe; border-radius: 10px;z-index: 999;}
.M_menu_filter:after{content:''; display: inline-block;width: 0; height: 0; border-width:7px; border-color:#fefefe transparent transparent transparent ; border-style:solid; position: absolute; left: 0; right: 0; bottom:-14px; margin: auto;}
.M_menu_filter ul li{ width: 33.3%; box-sizing: border-box;text-align: center; float: left; height: 50px; padding: 5px; }
.M_menu_filter ul li a{background: darkred;  display: block; font-size: 14px; height: 35px; color: #fff;vertical-align: middle; border-radius: 20px;}
.M_menu_filter ul li a:before{content:''; display: inline-block; vertical-align: middle; height: 100%;}
.bk_mask{display: none; position: fixed; width: 100vw; height: 100vh; background: rgba(0,0,0,.8); top:0;z-index: 999;} 
	
}

@media screen and (max-width:375px) {
.kv_text{
	width: 35vw;
	left: -7vw;
	top: 65.4vw;
}
	
.kv_text02{
	width: 30vw;
	right: -4vw;
	top: 64.8vw;
}
	
}

