<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 {
	padding-top:5px;
	padding-left:20px;
	margin-bottom:10px;
	list-style-type: decimal;
	font-size: 9.5pt;
	
}
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{
}

* {
  -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;
    cursor: pointer;
}
a:hover{
	/*color:#73cde5;*/
	color:#1cb75a;
}

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10.5pt;
	font-family:"Microsoft JhengHei", "敺株��迤暺煾��", "Apple LiGothic Medium", "��𧢲�𨅯�瑚葉暺�", "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	color:#353535;
	line-height: 1.4;
}
body:lang(en){
	font-size: 10pt;
}

.container{
	position: relative;
	margin:0 auto;
	width:650px;
	min-height: 500px;

	background-color:#FFF;
	background-image:url("../images/bgImg.png");
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	width:100%;
	margin-bottom:40px;

	overflow: hidden;
}
	.headerBar{
		width:100%;
		height:50px;
		background-color:#FFF;
	}
	.logoBar{
		width:320px;
		height:90px;
		background: url(../images/logoBar.png) no-repeat center center;
	}
	.mainImage{
		width:100%;
		height:414px;
		background: url(../images/hkd600off_zh.jpg) no-repeat center center;
	}
	.mainImage:lang(en){
		background: url(../images/hkd600off_en.jpg) no-repeat center center;
	}
.highlight{
/*	color:#1f804a;*/
	font-weight: bold;
}

.langMenu{
	position: absolute;
	top:10px;
	right:10px;

	width:84px;
	height:30px;
	padding:4px 0;
	text-align:center;
	background-color: rgba(256,256,256,1);
	border: 1px solid #4c4c4c;
	line-height: 1.5;
	font-size: 10.2pt;
	font-family:"Microsoft JhengHei", "敺株��迤暺煾��", "Apple LiGothic Medium", "��𧢲�𨅯�瑚葉暺�", "Lucida Grande", "Lucida Sans Unicode", Helvetica;
}
	.langBtn_1{
		float:left;
		margin:0 3px 0 10px;
	}
	.langBtn_2{
		float:left;
		margin:0 5px;
	}
	.langBtn_3{
		float:left;
		margin:0 4px;
	}

.title1{ /*green big*/
	margin-bottom:6px;
	text-align: center;
	font-weight: bold;
	font-size: 20pt;
	color:#1f804a;
}
.title2{ /*grey medium*/
	margin-bottom:6px;
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
	color:#353535;
}

.text1{
	margin:0 30px;
	margin-bottom:20px;

	text-align: center;
}
.para{
	margin:0 30px;
}

.discountImage{
	margin:30px 0;
	display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.destinationCol{
	margin:20px;
	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
	.destinationBox{
		height:100px;
		padding:0 3px;
		border-left: 1px solid #1f804a;

		text-align: center;
		-webkit-flex: 1;
        		flex: 1;
	}
	.destinationBox:lang(en){
		height:135px;
		padding:0 5px;
	}

.guideline{
	height:210px;
	margin:0 30px;
	margin-bottom: 10px;
	background-color: #1f804a;

	-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);
}
.guideline:lang(en){
	height:260px;
}

	.stepBox{
		height:33%;
		padding:10px 20px;
		color:#FFF;
	}
	.stepTitle{
		font-size: 14pt;
		font-weight: bold;
	}
		.moreBtn{
			float:left;
			width:110px;
			height:26px;
			margin-top:22px;
			margin-left:12px;
			background:url("../images/moreBtn-01.png") center center no-repeat;
			cursor:pointer;
		}
		.moreBtn:lang(en){
			float:none;
			margin-top:10px;
			margin-left:100px;
			width:165px;
			background:url("../images/moreBtn-01_en.png") center center no-repeat;
		}
		.moreBtn:hover{
			background:url("../images/moreBtn-02.png") center center no-repeat;
		}
		.moreBtn:lang(en):hover{
			background:url("../images/moreBtn-02_en.png") center center no-repeat;
		}


.ticketZone{
	height:40px;
	margin:30px 0px 6px 30px;
	font-size: 20pt;
	font-weight: bold;
	color:#353535;
}
	.bullet{
		float:left;
		width:4px;
		height:28px;
		margin:5px 5px 5px 0;
		background-color: #353535;
	}
.ticketBoxCol{
	height:270px;
	margin:0 30px;
	margin-bottom: 10px;
	display: -webkit-flex;
  	display: flex;
}
.ticketBoxCol:lang(en){
	height:290px;
}
	.divSpace{
		-webkit-flex: none;
        flex: none;
  		width: 10px;
	}
	.ticketBox{
		-webkit-flex: 1;
        flex: 1;
        background:#FFF;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	}
		.placeInfo{
			padding:2px 12px;
			height:110px;
		}
		.placeInfo:lang(en){
			padding:2px 12px;
			height:130px;
		}
			.placeName{
				color:#ea3838;
				font-size: 28pt;
				font-weight: bold;
			}
			.placeName:lang(en){
				font-size: 24pt;
			}
				#tBoxB .placeName{
					color:#1f804a;
				}
			.ticketType{
				font-size:18pt;
				margin-left:3px;
			}
			.ticketType:lang(en){
				font-size:14pt;
				margin-left:2px;
				margin-bottom:6px;
			}
			.airlineName{
				font-weight: bold;
				margin-left: 3px;
				font-size: 14pt;
				color: #353535;
			}
			.airlineName:lang(en){
				font-weight: inherit;
				margin-left: 3px;
				font-size: 12pt;
			}
			.hotelName{
				margin-left: 3px;
			}
		.ticketImg{
			height:120px;
		}
		.actionBtn{
			border-top: 2px solid #FFF;

			height:40px;
			padding:4px 0px 0px 10px;
			background-color: #ea3838;
			color:#FFF;
		}
		.actionBtn:hover{
			background-color:#a00a0a;
		}
			#tBoxB .actionBtn{
				background-color: #1f804a;
			}
			#tBoxB .actionBtn:hover{
				background-color: #0a5629;
			}
			price{
				font-size:16pt;
			}
			.actionBtnIcon{
				margin-top:-2px;
				margin-right:10px;
				float:right;
				width:20px;
				height:100%;
				background:url("../images/actionBtnIcon-01.png") center center no-repeat;
			}
			#tBoxB .actionBtnIcon{
				background:url("../images/actionBtnIcon-02.png") center center no-repeat;
			}

.registerBox{
	margin-top: 20px;
	margin-bottom: 10px;
	width:100%;
	text-align: center;
}
	.registerBtn a{
		text-decoration: underline;
	}

.terms{
	margin-top:30px;
	width:100%;
	padding:30px 30px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
	.termsTitle{
		color:#02488f;
		font-weight:bold;
	}

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