<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

html{
}

body {
	line-height: 1.3;
	font-family:"Microsoft JhengHei", "敺株��迤暺煾��", "Apple LiGothic Medium", "��𧢲�𨅯�瑚葉暺�", "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size:10pt;
	color:#444;
	background-color: #F1F1F1;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-transition: 0.3s; /* Safari */
  transition: 0.3s;
}
a{
	text-decoration: none;
	color:inherit;
	-webkit-transition: 0.2s; /* Safari */
    transition: 0.2s;
    cursor: pointer;
}
a:hover{
	color:#73cde5;
}

.wrapper{
	margin:0 auto;
	max-width: 960px;
	width: 100%;

	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	width:100%;
	height:440px;
	background: url(../images/topImage.jpg) no-repeat center center;
	overflow: hidden;
}
	.headerBar{
		width:100%;
		height:15px;
		background-color:#FFF;
	}
	.logoBar{
		width:450px;
		height:71px;
		background: url(../images/logoBar.png) no-repeat center center;
	}
.title{
	text-align: center;
}

/* Middle
-----------------------------------------------------------------------------*/
.content{
	width:100%;
}
	.divideBar{
		width:100%;
		height:10px;
		background:#FFF;
	}
	.itemContent{
		position: relative;
		width:100%;
	}
		.itemCol{
			width:100%;
			display: -webkit-flex;
  			display: flex;
  			background: #CCC;
		}
		.itemBox{
			float:left;
			position: relative;
			
			cursor:pointer;

			-webkit-flex: 1;
          	flex: 1;
          	overflow: hidden;
         }
          	
		.itemBox img {
			float: left;
		    width: 100%;
		    height:100%;
		}
			.itemBoxImg{
				
				position: absolute;
				width:100%;
				height:100%;
				background-size:100% 100%;
				-webkit-filter: brightness(.9) contrast(.9);
				filter: brightness(.9) contrast(.9);
			}	
			.itemBoxImg:hover{
				-webkit-filter: brightness(1.1) contrast(1.3);
				filter: brightness(1.1) contrast(1.3);
			}
			/*Max: 600x360 Min:300x300*/
			#box_a1{
				background: url(../images/item_a1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_a2{
				background: url(../images/item_a2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_a3{
				background: url(../images/item_a3.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_b1{
				background: url(../images/item_b1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_b2{
				background: url(../images/item_b2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_b3{
				background: url(../images/item_b3.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_c1{
				background: url(../images/item_c1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_c2{
				background: url(../images/item_c2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_c3{
				background: url(../images/item_c3.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_d1{
				background: url(../images/item_d1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_d2{
				background: url(../images/item_d2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_d3{
				background: url(../images/item_d3.jpg) no-repeat center center;
				background-size:auto 100%;
			}

			.itemNameBox{
				position: absolute;
				width:100%;
				height:33%;
				padding:3% 4px;
				left:100%;
				top:50%;
				margin-top:-16%;

				background:rgba(0,0,0,0.6);
				pointer-events: none;

				text-align: center;
				color:#FFF;
				font-size: 18pt;
				overflow: hidden;

				-webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Safari */
  				transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
			}
				.itemTitle{
					font-weight: bold;
					font-size: 14pt;
				}
				@media screen and (max-width:599px) {
					.itemTitle{
						font-size: 11pt;
					}
					.itemNameBox{
						font-size: 13pt;
					}
				}
			.iconBox{
				position: absolute;
				width:80px;
				height:80px;
				pointer-events: none;
			}

	/*----- lightBox ----- */
	#frame_b3,#frame_d1{
		pointer-events:none;
	}
	.lightBox{
		width:100%;
		height:100%;
		position:fixed;
		left:0;
		top:0;
		background:rgba(0,0,0,0.7);

		color: #FFF;
		opacity: 0;
		pointer-events: none;
		z-index: 1;
	}
		.lightBoxContent{
			position:relative;
			margin:0 auto;
			max-width: 960px;
			height:100%;
			padding:10px;

			display: -webkit-flex;
  			display: flex;

  			-webkit-align-items: center;
			align-items: center;
			-webkit-justify-content: center;
			justify-content: center;
		}
		.closeBtn{
			width:45px;
			height:45px;
			top:50px;
			right:50px;
			position:absolute;
			background: url(../images/closeBtn.png) no-repeat 50% center;
		}
		.closeBtn:hover{
			background: url(../images/closeBtn_b.png) no-repeat 50% center;
		}
		@media screen and (max-width:599px) {
			.closeBtn{
				top:20px;
				right:20px;
			}
		}
		.lightBtnLeft{
			-webkit-flex: 1;
          	flex: 1;
          	height:100px;
          	background: url(../images/arrowLeft.png) no-repeat 50% center;
          	cursor: pointer;
		}
		.lightBtnLeft:hover{
			background: url(../images/arrowLeft.png) no-repeat 20% center;
		}
		.lightBtnRight{
			-webkit-flex: 1;
          	flex: 1;
          	height:100px;
          	background: url(../images/arrowRight.png) no-repeat 50% center;
          	cursor: pointer;
		}
		.lightBtnRight:hover{
			background: url(../images/arrowRight.png) no-repeat 80% center;
		}
		.lightBoxMiddle{
			-webkit-flex: 5;
          	flex: 5;
		}
			.lightBoxTitle{
				margin:10px 0;
				text-align: center;
				font-size: 18pt;
			}
			.lightBoxText{
				font-size: 12pt;
			}
			.lightBoxImg{
				max-width: 600px;
				max-height: 360px;
				margin:15px auto;
				overflow: hidden;
				background: url(../images/item_a1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			.lightBoxImg img {
				float:left;
				width: 100%;
			    height:100%;
			}
			@media screen and (max-width:599px) {
				.lightBoxTitle{
					font-size: 14pt;
				}
				.lightBoxText{
					font-size: 10pt;
				}
				.lightBoxImg{
					max-height: 180px;
				}
			}
			.selectBtnOuter{
				margin:8% auto;
				width:150px;
				height:50px;
			}
				.selectBtn{
					width:150px;
					height:50px;
					background-image:url("../images/selectBtn.png");
					-webkit-transition: 0.2s; /* Safari */
			    	transition: 0.2s;
				}
				.selectBtn:hover{
					background-image:url("../images/selectBtn_b.png");
				}

	.selectFrame{
		position: absolute;
		left:-3px;
		top:-3px;
		height:15px;
		border:6px solid #FFF;
		opacity: 0;
		pointer-events: none;

		-webkit-transition: 0s; /* Safari */
		transition: 0s;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	}

	/* ----- Form ----- */
	.votedItem{
		margin-top:50px;
		text-align: center;
		font-size: 14pt;
	}
	
	.errMsg{
		margin-top:10px;
		text-align: center;
		/*font-size: 14pt;*/
	}
	
		.votedItemText{
			max-width: 500px;
			height:38px;
			margin:12px auto;
			font-size: 22pt;
			font-weight: bold;
			color:#0081bc;
			overflow: hidden;
		}

	.fontTitle{
		font-size: 16pt;
	}
	.sharing_form{
		width:100%;
		max-width:700px;
		margin:0 auto;

		padding:20px 30px;
		text-align: center;
	}
		.facebookLikeCol{
			width:100%;
			height:30px;
			margin:40px 0;
			display: -webkit-flex;
			display: flex;
			-webkit-align-items: center;
			align-items: center;
			-webkit-justify-content: center;
			justify-content: center;
		}
		@media screen and (max-width:599px) {
			.fontTitle{
				font-size: 14pt;
			}
			.facebookLikeCol{
				height:50px;
				display: inherit;
			}
		}
			.taiwanPageCol{
				height:30px;
				float:left;
			}
			.hutchgoPageCol{
				height:30px;
				float:left;
			}
			@media screen and (max-width:599px) {
				.taiwanPageCol{
					clear:both;
				}
				.hutchgoPageCol{
					clear:both;
				}
			}
				.facebookText{
					float:left;
					padding: 0 6px;
				}
				.facebookLikeBtn{
					float:left;
					margin:0 10px;
					width:80px;
					height:26px;
					background: url(../images/facebookBtn.jpg) no-repeat center center; 
				}
		.formInfo{
			width:100%;
			margin-bottom: 10px;
		}
		.formField{
			margin:20px auto;
			height:20px;
			max-width:700px;

			display: -webkit-flex;
 			display: flex;
 			font-size:12pt;
		}
		.fieldTitle{
			text-align: left;
			-webkit-flex: 1;
          	flex: 1;
		}
		.textField{
			-webkit-flex: 4;
          	flex: 4;
		}

		.submitBtnOuter{
			margin:0 auto;
			width:150px;
			height:50px;
		}
			.submitBtn{
				width:150px;
				height:50px;
				background-image:url("../images/submitBtn.png");
				-webkit-transition: 0.2s; /* Safari */
		    	transition: 0.2s;
			}
			.submitBtn:hover{
				background-image:url("../images/submitBtn_b.png");
			}

	.terms{
		margin-top:10px;
		width:100%;
		padding:20px 30px;
		background-color:#FFF;
	}
		.termsTitle{
			border-top:2px dotted #999999;
			padding-top: 30px;
			color:#02488f;
			font-size: 11pt;
			font-weight:bold;
		}
	ol{
		list-style-type: decimal;
	}
	li{
		margin-bottom: 6px;
	}
/* Footer
-----------------------------------------------------------------------------*/
.footer{
    width:100%;

	min-height: 80px;
	padding:12px;
	background:#003571;
	font: 12px Arial, sans-serif;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
	.footerContent{
		width:960px;
		max-width:960px;
	}
	
	.footerText{
		float:left;
		color:#629fbe;
	}
	.footerLogo{
		float:right;
		
		width: 220px;
		height:28px;
		margin:12px 0 0 0;
	}
	@media screen and (max-width:599px) {
		.footerLogo{
			margin-bottom:0;
		}
	}</pre></body></html>