<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @charset "UTF-8";
html{-webkit-text-size-adjust: 100%;}
@font-face {
	font-family: "dbs-ib-login";
	src: url(../fonts/dbs-ib-login.eot);
	src: url(../fonts/dbs-ib-login.eot?#iefix) format("embedded-opentype"), url(../fonts/dbs-ib-login.woff) format("woff"), url(../fonts/dbs-ib-login.ttf) format("truetype"), url(../fonts/dbs-ib-login.svg#dbs-ib-login) format("svg");
	font-weight: 400;
	font-style: normal
}
[data-icon]:before {
	font-family: "dbs-ib-login"!important;
	content: attr(data-icon);
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "dbs-ib-login"!important;
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-marker-1:before {
	content: "c"
}
.icon-call-1:before {
	content: "d"
}
.icon-twitter:before {
	content: "e";
	color: #31a7e0;
}
.icon-linkedin:before {
	content: "a";
	color: #3a5791;
}
.icon-youtube:before {
	content: "g";
	color: #f03;
}
.icon-facebook:before {
	content: "h";
	color: #3a5791;
}
.icon-twitter-1:before {
	content: "i";
	color: #31a7e0;
}
.icon-weibo:before {
  content: "k";
  color:#cc0000;
}

@font-face {
font-family: 'Noto Sans SC';
font-style: normal;
font-weight: 400;
src: url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Light.woff2") format("woff2"),url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Light.woff") format("woff"),url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Light.otf") format("opentype")
}
body {
	font-family: 'Noto Sans SC';
	overflow-x:hidden;
}
body, h1, ul, li {
	margin: 0;
	padding: 0;
}


.image.Dawn{
	background: url('../images/bg-images/Dawn_CN_1.jpg');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-images/Dawn.jpg',sizingMethod='scale')";
}
.image.Daytime{
	background: url('../images/bg-images/Day_CN_1.jpg');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-images/Daytime.jpg',sizingMethod='scale')";	
}
.image.Sunset{
	background: url('../images/bg-images/Dusk_CN_1.jpg');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-images/Sunset.jpg',sizingMethod='scale')";
}
.image.Noon{
	background: url('../images/bg-images/Noon.jpg');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-images/Noon.jpg',sizingMethod='scale')";
}
.image.Night{
	background: url('../images/bg-images/Night_CN_1.jpg');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-images/Night.jpg',sizingMethod='scale')";
}

.image.Festival{
	background: url('../images/bg-images/cn_festival.jpg');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-images/festival.jpg',sizingMethod='scale')";
}

.image, .image.Daytime, .image.Dawn, .image.Sunset, .image.Night, .image.Festival, .image.Noon {
	background-repeat:no-repeat;
	vertical-align: middle;
	background-size: cover;
	background-position: 50% 50%;
	position: fixed;
	height: 100%;
	width: 100%;
}

.image-name{
	color:#fff;
	position: absolute;
	z-index: 2;
	left: 40px;
	bottom:70px;
}
.gradient {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: url(../images/gradient_bg.png) repeat-x 0 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 59%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(59%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 59%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 59%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 59%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 59%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
	z-index: 1;
}
li {
	float: left;
	list-style-type: none;
}
li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.header {
	padding: 40px;
	position: relative;
	z-index: 2
}
.header h1 {
	float: left;
	margin-right: 40px;
	position: absolute;
	left: 40px;
	width: 230px;
	background: url('../images/desktoplogo.png') no-repeat 0 0;
	text-indent: -9999px;
}
.header h1 a {
  display: block;
}

@media screen and (min-width:768px) {
.header .adhoc_message {
//	margin-left: 240px;
  	padding-top: 50px;
}
}

.header .adhoc_message {
	width: 40%;
	float: left;
	color: #fff;
}
.header .top-links {
	float: right;
}
.header .top-links li {
	margin-left: 45px;
}
.header .top-links li.first {
	margin-left: 0;
}
.header .top-links li a {
	line-height: 33px;
	font-size: 14px;
}
.header .top-links li a i {
	margin-right: 5px;
}
table{
	width: 100%;
}
td{
	vertical-align: middle;
	padding: 0;
	height: 34px;
}
.footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	background: url('../images/footer_bg.png') repeat;
	
	z-index: 2
}
.footer .footer-links {
	float: left;
	width: 70%;
	padding: 10px 0;
}
.footer .footer-links ul {
	margin-left: 20px;
}
.footer .footer-links li {
	border-right: 1px solid #fff;
	line-height: 15px;
	margin-top: 5px;
}
.footer .footer-links a {
	font-size: 12px;
	padding-right: 5px;
	line-height: 12px;
	padding-left: 5px;
}
.footer .footer-links a:hover{
	text-decoration: underline;
}
.footer .footer-links li:last-child {
	border-right: none;
	padding-right: 0;
}
.footer .social-links {
	float: right;
	width: 30%;

}
.footer .social-links ul {
	float: right;
	margin-right: 20px;
}
.footer .social-links a {
	font-size: 18px;	
	padding: 10px 8px;
}
.footer .social-links a:hover{
	background: #000;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}

@media (min-width:768px) and (max-width:1030px) {
.footer .social-links a {
	line-height: 34px;
}
}


@media (min-width:0) and (max-width:767px) {
.image, .gradient {
	background: #fff;
}
td{
	height: auto;
}
.header .adhoc_message {
	top: 0;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc6c6;
	margin-bottom: 15px;
	font-size: 12px;
}

.header{
	padding: 20px;
}
.header .adhoc_message, .header .top-links li a {
	color: #999494;
}
.header .top-links li a {
	margin-top: 00px;
	width: 45px;
	height: 45px;	
	text-align: center;
	display: block;
}
.header .top-links li a i{
	font-size: 24px;
	display: block;
	line-height: 45px;
	margin-right: 0
}
.header .top-links a span{
	display: none;
}
.footer {
	background: #e2e2e2;
}
.footer .footer-links, .footer .social-links, .header .adhoc_message {
	width: 100%;
	display: block;
	float: none;
}
.header h1 {
	position: static;
}
/* old
.header .adhoc_message {
	margin-left: 0;
}
*/

.footer .footer-links ul {
	margin-left: 10px;
}
.footer .footer-links li {
	display: block;
	float: none;
}
.footer .footer-links a {
	color: #999494;
	font-size: 12px;
	line-height: 18px;
}
.footer .social-links li {
	margin-top: 10px;
}
.footer .social-links ul {
	float: none;
}
.header{
	background: #fff;
}
.header h1 {
	margin-right: 0;
	background: url('../images/mobilelogo.png') no-repeat 0 0;
}
.header h1 img {
}
.header .top-links li a {
	margin-top: 5px;
}
.header .top-links li {
	margin-left: 10px;
}
}
</pre></body></html>