@charset "utf-8";
html {font-size: 100%; overflow-x: hidden;}
html body{font-family: Arial,Helvetica,sans-serif; line-height:15px; font-size: 1em; overflow-x: hidden;}
body{padding:0; margin:0;}

.full-width {
	width: 100%;
}
.inside-width {
	width:100%;
	max-width: 800px;
	margin: 0 auto;
}
.inside-width > div {
	display:inline-block;
	vertical-align: top;
}
.logo {
	width: 390px
}
.langBtn {
	width: 190px;
	font-size: 0.75em;
	line-height: 73px;
	text-align: center;
	color: #ffe400;
	margin: 0 auto;
}
.langBtn a {
	color: #ffe400;
	text-decoration: none;
}
.textBtn {
	width: 205px;
	font-size: 0.75em;
	line-height: 73px;
	text-align: center;
	color: #FF9C00;
	margin: 0 auto;
}
.textBtn a {
	color: #FF9C00;
	text-decoration: none;
}
.smallLogo {
	width: 106px;
	display: inline-block;
}
.smallText {
	width: 665px;
	display: inline-block;
}
.smallText .HKSAR {
	font-size: 0.75em;
	transform: scale(0.9);
	margin-left: -30px;
	font-weight: bold;
}
.smallText .second{
	display: inline-block;
	margin: 5px 0;
	width: 100%;
}
.smallText .second > div {
	display: inline-block;
	color: #9d9d9d;
	line-height: 1.1em;
}
.smallText .second .row {
	width: 100%;
}
.smallText .second .count {
	float: left;
	font-size: 0.75em;
	transform: scale(0.9);
	-ms-transform: scale(0.9); 	/* IE 9 */
	-moz-transform: scale(0.9); 	/* Firefox */
	-webkit-transform: scale(0.9); /* Safari 和 Chrome */
	-o-transform: scale(0.9); 	/* Opera */
}
.smallText .second .copyright {
	border-left: 1px solid #9d9d9d;
	padding-left: 12px;
	float: right;
	font-size: 0.75em;
	transform: scale(0.9);
	margin-left: -15px;
}
.smallText .third {
	display: inline-block;
	margin-left: -10px;
}
.smallText .third > img, .smallText .third > div {
	display: inline-block;
	color: #2084ff;
	font-size: 0.75em;
	margin: 0 10px;
}
.smallText .third > div:nth-child(1) {
	margin-left: 0;
}
.smallText .third a {
	color: #2084ff;
	text-decoration: none;
}

@media screen and (max-width:768px) {
	.langBtn, .textBtn{
		line-height: 35px;
	}
	.smallText .HKSAR {
		margin-top: 20px;
		margin-left: -19px;
	}
	.smallText .second .count {
		padding-left: 12px;
	}
	.smallText .second .copyright {
		padding-left: 15px;
		border-left: none;
		float: left;
	}
	.smallText .third {
		line-height: 2;
		margin-left: 0px;
	}
	
}
