<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	letter-spacing:2.5px;	
	font-family: Microsoft JhengHei;
}
a{
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
}
svg{
	display: none;
}
.hide{
	display: none;
}
.mobile{
	display: none;
}
.fix{
	margin:20px 0;
	width:100%;
}
.sponsor{
	margin:0;
	width:20%;
}
#css_table {
	margin: auto;
	width: 96%;
	margin: 5% 0;
	display:table;
	/*border: solid 1px #000;*/
}
#css_table img{
	width: 100%;
}
.css_tr .title{
	background: rgba(255,94,153,.8);
	color: #fff;
}
.css_tr .date {
	text-align: center;
}
.css_tr {
	/*background: rgba(255,255,255,.5);*/
	display: table-row;
}
.css_td {
	color: #666;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 24px;
	vertical-align:middle;
	padding: 3% 2%;
	display: table-cell;
	border-bottom: solid 1px rgba(0,0,0,.15); 
}

body{
	/*background-attachment: fixed;*/
	/*background-image:url(../images/bg.jpg);*/
	background-repeat: no-repeat;
	background-position:center;
	margin:0;
	background-color:#fff;
}
.nbg{
	background-repeat: repeat-y;
	background-image:url(../images/bg_w.jpg);
	background-size: auto;
}
#wrapper {
	width:100%;	
	height: 100%;
}
.index_bg{
	position:absolute;
	left:50%;
	width:1000px;
	margin:0 -500px;
	/*background-image:url(../images/index_bg.jpg);*/
	background-repeat:no-repeat;
}

#submit.nav_bg{
	color: #fff;
	/*background: url(../images/nav_bg.jpg);*/
	background-color: #ffc3c2;
}

ul.nav_btn {
	list-style-type: none;
	position:fixed;
	width:100%;
	z-index:999;
	top:0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color:rgba(255,195,194,1);
	background: url(../images/nav_bg.jpg);
	background-position: bottom;
	background-color: #ffc3c2;
	height: auto;
	background-repeat: repeat-x;
}

ul.nav_btn li {float: left;}

ul.nav_btn li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 8px 12px 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 18px;
}

ul.nav_btn li a:hover {background-color:#ffb1b0;   /*background: url(../images/nav_bg.jpg);*/}

ul.nav_btn li.icon {display: none;}

#nav ul li a.active{
	color:#fff;
	background-color:#ffb1b0;
	/*background: url(../images/nav_bg.jpg);*/
}
.menu{
	margin-top: 210px;
}
.menu a{
	float:left;
	height:75px;
	width:250px;
	-moz-transition:margin-top .2s ease-out;
	-webkit-transition:margin-top .2s ease-out;
	-o-transition:margin-top .2s ease-out;
	-ms-transition:margin-top .2s ease-out;
	/*-moz-transform:rotate(-3deg);
	-webkit-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	transform:rotate(-3deg);*/
}
.menu a:hover{
	margin-top:-10px;
}
.btn_01{
	background-image:url(../images/menu_01.png);
}
.btn_02{
	background-image:url(../images/menu_02.png);
}
#main.index{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100vw;
	height: 100vh;
}
img.fx{
	margin:0;
	width:100%;	
}
.logo{
	width: 260px;
	position: fixed;
	right: 30px;
	bottom: 75px;
}
#about ul li{
	width:100%;
	float:left;
	font-size:16px;
	margin:0;

}
#about span{
	background-color: #ffb1b0;
	background-position: center;
	float:left;
	font-size:15px;
	letter-spacing:1px;
	color:#FFF;
	padding:8px 15px;
	margin-right:10px;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;
}
#about p{
	line-height:36px;
	margin:0;
}

#about,#rule,#play,#gift{
	/*background: rgba(255,255,255,.95);*/
	/*background-image: url(../images/c_bg.jpg);*/
	width:900px;
	padding:50px 50px 80px 50px; 
	min-height: 850px;
	display: inline-block;
	position: relative;
	left: 50%;
	margin-left: -500px;
}

#result{
	padding:50px 50px 0 50px; 
}

#result img{
	cursor: pointer;
}

#rule ul{
	font-size:15px;
	list-style:circle;
	list-style:cjk-ideographic;
	padding:20px 50px 0 50px;
}
#rule ul li{
	margin-bottom:25px;
	line-height:25px;
}
#about h1{
	margin:30px auto 20px auto;
	text-indent:-9999px;
	width:415px;
	height:125px;
	display:block;
	background-size:contain;
	background-image:url(../images/about_title.png);
	background-repeat:no-repeat;
}
#play .play h1{
	margin:30px auto 20px auto;
	text-indent:-9999px;
	width:415px;
	height:125px;
	display:block;
	background-size:contain;
	background-image:url(../images/play_title.png);
	background-repeat:no-repeat;
}
#play .info h1{
	margin:30px auto 20px auto;
	text-indent:-9999px;
	width:415px;
	height:125px;
	display:block;
	background-size:contain;
	background-image:url(../images/result_title.png);
	background-repeat:no-repeat;
}
#play h3{
	font-weight: 100;
	margin:0 auto 50px auto;
	color:#53505c;
	text-align:left;
	font-size:16px;
	line-height: 36px;
	letter-spacing:2px;
}
#rule h1{
	margin:30px auto 20px auto;
	text-indent:-9999px;
	width:415px;
	height:125px;
	display:block;
	background-size:contain;
	background-image:url(../images/rule_title.png);
	background-repeat:no-repeat;
}


#result p{
	margin:0;
	color:#333;
	font-size:13px;
	line-height:18px;
}
#result h4{
	border:#53505c 1px solid;
	/*background-color:rgba(255,255,255,0.4);*/
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
	padding:6px 0;
	letter-spacing:3px;
	text-align:center;
	margin:10px 0;
	color:#53505c;	
}

#result .item div{
	float:left;
	width:20%;
	padding:5% 1.5% 2.5% 1.5%;
	height:100%;
	margin:0 1%;
}
.quotes{
	display: none;
}
.quotes span{
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
	background-color: #53505c;
	font-size: 18px;
	padding: 3px 15px;
	margin: 0 2px 15px 0;
	display: inline-block;
	color: #fff;
}
#result .quotes{
	font-size: 15px;
	line-height: 25px;
}
.item_img{
	display: inline-block;
	width:90%;
	margin:5px 5% 5px 5%;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
form h1{
	color:#53505c;	
}
form p{
	margin:0;
	color:#333;
	font-size:13px;
	line-height:18px;
}
form h4{
	font-size: 14px;
	/*border:#53505c 1px solid;*/
	/*background-color:rgba(255,255,255,0.4);*/
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
	padding: 0 10px;
	letter-spacing:0.5px;
	text-align:center;
	margin: 0;
	color:#53505c;	
}
form h4.sel{
	/*color:#C30;
	border:#C30 1px solid;*/
	border:#c04d27 1px solid;
	color:#fff;
	background-color:#c04d27;
}
form a{
	float: left;
	width:33%;
	padding: 10px 0 10px 0;
	height: 180px;
	margin: 10px 0;
}
#about ul,#play ul,.gift ul{
	list-style:none;
	margin:0;
	padding:0;	
}
#about ul li,#play ul li,.gift ul li{
	margin-bottom:40px;
}
input{
	height:18px;
	margin:5px 0;
	width:100%;	
}
label{
	font-size:16px;
	letter-spacing:0.1em;
	float:left;
}
.info{
	width:99%;
	float:left;
	padding:0.5%;
	/*background-color:rgba(255,255,255,0.4);*/

}
.form-group .warn{
	line-height:18px;
	font-size:13px;
	color:#C30;
	float:right;
}
.g-recaptcha {
	float:right;
	margin:10px 0;
}
.form-control{
	float:left;
	width:98%;
	height:20px;
	padding:5px 1% 5px 1%;
	margin:5px auto 10px auto;
	border:#ccc 1px solid;	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
button,#submit{
	/*background-image: url(../images/nav_bg.jpg);*/
	background-color: #ffc3c2;
	float:left;
	width:100%;
	cursor:pointer;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	letter-spacing:3px;
	font-size:22px;
	border:0;
	color:#000;
	height:60px;
}
.start,.more{
	display:none;	
}
#form{
	padding-bottom:80px;	
}
#step2{
	margin:35px 0 20px 0;
}
#step2 a{
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
#footer{
	/*background: url(../images/nav_bg.jpg);*/
	position:fixed;
	bottom:0;
	width:100%;
	height: 50px;
	padding-top: 5px;
	line-height: 50px;
	font-size:16px;
	color:#FFF;
	text-align:center;
	background: url(../images/footer.jpg);
	background-color: #ffc3c2;
	background-repeat: repeat-x;
}
.fb-like{
	top:-12.5px;
	z-index:999;
	/*position:absolute;*/
	margin-left:10px;
}
#scrolldown{
	display:none;	
}

/* solt machine */

.slotMachineButton { overflow: hidden; display: inline-block; text-align: center; border: solid 3px #ffa8a7;}
.slotMachineButton { -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1; -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1; box-shadow: inset 0px 1px 0px 0px #fce2c1; background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fffb6a), color-stop(1, #f2ed4b) ); background: -moz-linear-gradient( center top, #fffb6a 5%, #f2ed4b 100% );  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6a', endColorstr='#f2ed4b');
                     background-color: #fffb6a; border-radius: 20px; display: inline-block; color: #333; font: 100 40px/80px "Microsoft JhengHei"; height: 100%; width: 99%; text-decoration: none; text-align: center; cursor: pointer; margin-top: 2%;}
.slotMachineButton:hover { background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ed4b), color-stop(1, #fffb6a) ); background: -moz-linear-gradient( center top, #f2ed4b 5%, #fffb6a 100% );  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ed4b', endColorstr='#fffb6a');
                           background-color: #f2ed4b; }
.slotMachineButton:active { position: relative; top: 1px; }
.slotMachine {  
	margin: 0.5%;
	width: 28.8%; 
	height: 200px; 
	overflow: hidden; 
	display: inline-block; 
	text-align: center; 
	border: 10px solid #333; 
	background-color: #ffffff; 
	border-radius: 30px; 
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px; 
}
.noBorder { border: none !important; background: transparent !important; font: 14px arial;}
.slotMachine .slot { width: 100%; height: 200px; background-size: 100%;}
.slot1 { background-image: url("../images/slot1.png"); background-position: center;}
.slot2 { background-image: url("../images/slot2.png"); background-position: center;}
.slot3 { background-image: url("../images/slot3.png"); background-position: center;}
.slot4 { background-image: url("../images/slot4.png"); background-position: center;}
.slot5 { background-image: url("../images/slot5.png"); background-position: center;}
.item{
	border: solid 3px #ffa8a7;
	width: 80%;
	background-color: #ffc3c2;
	/*background: url(../images/solt_bg.jpg);
	background-size: cover;*/
	padding: 5%;
	border-radius: 50px; 
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px; 
	box-shadow: 1px 20px 40px rgba(0,0,0,.1); 
	-webkit-box-shadow: 1px 20px 40px rgba(0,0,0,.1); 
	-moz-box-shadow: 1px 20px 40px rgba(0,0,0,.1); 
}

.item::after{
    content: url(../images/handle.png);
	position: absolute;
	z-index: -1;
	right: 55px;
	top: 450px;
}

.pinky_icon{
	position: fixed;
	bottom: 50px;
	left: 50%;
	margin-left: -150px;
}

.gift ol{
	margin: 20px 0;
	width: 100%;
}

.gift h4{
	font-size: 22px;
	text-align: center;
	width: auto;
	height: 35px;
	line-height: 35px;
	color: #fff;
	padding: 5px 0;
	font-weight: normal;
	background: #ffb1b0;
	letter-spacing: 2px;
	margin-bottom: 15px;
	border-radius: 30px; 
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px; 
	margin-bottom: 40px;
}

#gift h1{
	margin:30px auto 20px auto;
	text-indent:-9999px;
	width:415px;
	height:125px;
	display:block;
	background-size:contain;
	background-image:url(../images/gift_title.png);
	background-repeat:no-repeat;
}

.gift ul{
	margin: 30px 0 80px;
	width: 100%;
}

.gift ul li{
    width: 100%;
    text-align: center;
    margin: 50px auto;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 20px;
}

@media(max-width:1024px){
	body{
		background-image:none;
		background-repeat:no-repeat;
		background-position:top center;
		margin:0;
		background-color:#fff;
		/*background-image:url(../images/bg_m.jpg);*/
		background-size: cover;
	}
	.item::after{
	    content: url(../images/handle.png);
		position: absolute;
		z-index: -1;
		right: 10%;
		top: 450px;
	}
	.fix{
		margin:0;
		width:100%;
	}
	ul.nav_btn{
		background-color:rgba(255,195,194,1);
	}
	ul.nav_btn li a:hover {background-color:inherit;}
	#nav ul li a.active{
		color:#fff;
		background-color:rgba(255,195,194,1);
		background: inherit;
	}
	ul.nav_btn li:not(:first-child) {display: none;}
	ul.nav_btn li.icon {
		float: right;
		display: inline-block;
	}
	ul.nav_btn li a{
		padding:10px 12px;
		letter-spacing:3px;
		font-size:18px;
	}
	ul.nav_btn.responsive {
		position:fixed;
	}
	ul.nav_btn.responsive li.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	ul.nav_btn.responsive li {
		float: none;
		display: inline;
	}
	ul.nav_btn.responsive li a {
		display: block;
		text-align: center;
	}
	.logo{
		width: 180px;
		position: fixed;
		right: 10px;
		top: 80px;
	}
	.sponsor{
		margin: 5% 0;
		width: 100%;
	}
	/*.index_bg{
		position:absolute;
		left:0;
		width:100%;
		margin:0;
		background-size:contain;
		background-image:url(../images/index_m.jpg);
		background-repeat:no-repeat;
		background-position: center center;
		height: 100%;
	}*/
	.menu{
		display:none;	
	}
	#about,#rule,#play,#gift{
		width:90%;
		padding:5%; 
		height: 100%;
		left: auto;
		margin-left: auto;
	}
	#about h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/about_title.png);
		background-repeat:no-repeat;
	}
	#about ul li,.gift ul li {
		margin: 0 auto 2% auto;
	}
	#about span{
		font-size:18px;
		float:left;
		width:100%;
		letter-spacing:2px;
		color:#fff;
		padding:2% 0;
		text-align:center;
		margin:0;
		-webkit-border-radius: 30px;
		   -moz-border-radius: 30px;
				border-radius: 30px;
	}
	#about p{
		padding:3%;
		float:left;
	}
	#play h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/play_title.png);
		background-repeat:no-repeat;
	}
	#gift h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/gift_title.png);
		background-repeat:no-repeat;
	}
	#play .play h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/play_title.png);
		background-repeat:no-repeat;
	}
	#play .info h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/result_title.png);
		background-repeat:no-repeat;
	}
	.item_img{
		display: inline-block;
		width:100%;
		margin:5px 0 5px 0
	}
	#rule h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/rule_title.png);
		background-repeat:no-repeat;
	}
	#result h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/result_title.png);
		background-repeat:no-repeat;
	}

	#rule ul{
		padding:0px 50px 0 50px;
	}
	#result h3,#play h3{
		margin:0 auto 20px auto;
		color:#53505c;
		text-align:left;
		font-size:20px;
		line-height:40px;
		letter-spacing:2px;
	}
	#result .item div,form a{
		float:left;
		height: auto;
		width:95%;
		padding:2% 2%;
		margin:3% 0.5%;
	}
	.slotMachine .slot { width: 100%; height: 130px; background-size: 100%;}
	.slotMachine {  
		margin: 2% 0.5%;
		width: 27%; 
		height: 130px; 
	}
	.item{
		width: 75%;
	}
	.item input{
		margin-left:45.5%;
		height:25px;
		float:left;
		width:25px;;
	}
	form h4{
		font-weight: normal;
		font-size:16px;
		padding:0;
		width:100%;
		letter-spacing:1px;
		text-align:center;
		color:#53505c;	
		float:left;
	}
	form p{
		line-height:25px;
		text-align:center;
		font-size:18px;
		width:100%;
		float:left;	
	}
	.form-control{
		width:89%;
		padding:3% 5% 3% 5%;
	}
	.g-recaptcha {
		width:100%;
		float:left;
		margin-top:10px;
		transform:scale(0.82);
		-webkit-transform:scale(0.82);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
	.start{
		margin-bottom: 5%;
		background-color: rgba(255,195,194,1);
		color: #fff;
		width:100%;
		display:inherit;
		z-index:999;
	}
	.more{
		background-color: rgba(255,195,194,1);
		color: #fff;
		width:100%;
		display:inherit;
		z-index:999;
	}
	.btn{
		width: 80%;
		left: 10%;
		position: relative;
		top: -20vh;
		display: inline-block;
	}
	#footer{
		display:none;	
	}
}

@media(max-width:710px){
	.item{
		width: auto;
	}
	.item::after{
		display: none;
	}
	.slotMachine .slot { height: 400px;}
	.slotMachine { 
		width: 95%; height: 400px;
	}
	#scrolldown{
		text-align:center;
		position:fixed;
		bottom:0;
		z-index:999;
		height:50px;
		line-height:50px;
		width:100%;
		background-color:rgba(0,0,0,0.5);	
		color: #fff;
	}
}

@media(max-width:550px){
	.slotMachine .slot { height: 250px; }
	.slotMachine { 
		width: 92%; height: 250px;
	}
}

@media(max-width:320px){


	.slotMachine .slot { height: 200px;}
	.slotMachine { 
		width: 90%; height: 200px;
	}
}</pre></body></html>