<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	/*background-image:url(img/background.png);
	font:13px/1.231 "PingFang HK",STHeitiTC-Light,Arial,Meiryo,"Microsoft JhengHei",sans-serif;*/
	font-family: 'PingFang HK', STHeitiTC-Light, Arial, Meiryo, 'Microsoft JhengHei', sans-serif;
	font-weight: normal;
	font-size: 15px;
}

* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

a:link {
	color: #e40000;
	text-decoration: none !important;
	text-shadow: none !important;
	font-weight: normal !important;
}

a:hover {
	color: #f08d00;
	text-decoration: none
}

a:visited {
	color: #e40000
}

a:focus {
	outline: none
}

*:focus {
	outline: none
}

area:focus {
	outline: none
}

em {
	color: #C00
}

select {
	background-color: #ffffff
}
  
.container-fluid, .row, [class*='col-'] {
	padding: 0;
	margin: 0
}
 
.main {
	width: 100%; 
}  

.pagebanner{
	height:220px;text-align: center; 
	background-image: url(image/banner.jpg);
	background-repeat: no-repeat;
	background-position: bottom -150px center;
	background-color: #3e3a39
}
.otherpage {
	height: 90px !important;
} 
	.bannerother {
		text-align: center;
		height: 250px;
		background-image: url(img/banner3.jpg?id=1);
		background-repeat: no-repeat;
		background-position: top -180px center;
		background-color: #3e3a39;
		background-size: cover;
	}

.container-fluid&gt;.navbar-collapse {
	margin-left: 0px !important;
	margin-right: 0px !important;
	border-top: none !important
} 

	.top_content{
		position: fixed;
		z-index:999;
		top:0;
		width:100%;
		padding:10px;
		border-top:1px solid #ffffff00
		 
	}
	 .top_content .content{
		 max-width:1200px;
		 width:100%;
		 margin:auto; 
	 }
	 .top_content .logo{
		 text-align:left;
	 }
	 .top_content .logo img{
		 max-width:200px;
		 width:100%;
		 margin-right:20px;
	 }
	 .top_content .lang{
		 display: flex; 
		justify-content: flex-end;
	 }
	 .top_content .lang a{ 
		 color:#ffffff;
		font-size:13px; 
		line-height: 17px;
	 }
	 .top_content .lang span{  
		color:#ffffff;
	 }
	 .top_content .person-fill{
		 color:#ffffff;
	 }
	 .top_content .spline{
		 width:1px; background-color:#ffffff;
		 margin-left:10px;
		margin-right:10px;
	 }
	 .collapselang{
		 display:flex; 
		     justify-content: center;
		 padding:10px;
		 background-color:#000000;
		 color:#ffffff;
		 text-align:center;
	 }
	  .collapselang a{ 
		 color:#ffffff;
		font-size:13px; 
		line-height:17px;
	 }
	 
	 .collapselang .person-fill{
		 color:#ffffff !important;
	 }
	  

.top_content:hover{
	background-color:#ffffff;
	transition: 0.5s;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc
}
.top_content:hover .menu a{
	color:#000000;
	text-shadow:none !important;
}
.top_content:hover .lang a,.top_content:hover .lang span{
	color:#8d8d8d 
}

.top_content_active{
	background-color:#ffffff;
	transition: 0.5s;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	box-shadow: 0px 2px 4px #0000004a;
}
.top_content_active .menu a{
	color:#000000 !important;
	text-shadow:none !important;
}
.top_content_active .lang a,.top_content_active .lang span{
	color:#8d8d8d  !important
}

.top_content:hover .person-fill{
	color:#999999;
}
.top_content_active .person-fill{
	color:#999999;
}

.top_content_active .spline{
	width:1px; background-color:#999999
}
.top_content:hover .spline{
	width:1px; background-color:#999999
}

.nav .submenu {
	width: 100%; 
}

.nav .submenu a {
	display: block;
	border: 1px solid #5a5545;
	padding: 5px;
	background-color: #544e3b;
	color: #ffffff !important;
	padding-left: 40px;
	background-image: url(img/submenu_dot.png);
	background-repeat: no-repeat;
	background-position-x: 20px
}

.nav .submenu a:hover {
	background-color: #8f866b;
}

.titlebar {
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding: 0 10px;
    margin-top: 10px;
    color: #FFFFFF;
    background-color: #d98c19;
    font-size: 21px;
}

.titlebar span.sign {
	float: left;
	display: block;
	margin-right: 5px;

}

.titlebar a {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 46px;
	font-weight: normal;
	color: #ffffff;
}

.titlebar img {}

.titlebar2 {
	border-bottom: 3px solid #1a7676;
	margin-bottom: 5px;
	padding-top: 15px;
}

.titlebar2 .titlebar {
	width: 140px;
	border-bottom: none;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	line-height: 40px;
}

.maincontent {
	background-color: #ffffff;
	max-width: 1200px;
	min-height: 300px;
	width: 100%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.fh-nav li {
	margin-bottom: 2px !important;
}

.fh-nav li a {
	font-weight: bold !important;
	margin-left: 15px !important;
}

.footmenu {
	background-color: #d98c19;
	width: 100%;
}

.footmenu .inner {
	display: table;
	width: 100%;
	max-width: 1100px;
	height: 40px;
	margin: auto;
	text-align: center
}

.footmenu .inner a {
	display: table-cell;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	position:relative;
	color: #ffffff;
}

.footer {
	background-color: #000000;
	width: 100%;
	text-align: center
}
  

.footer .copyright {
	border-top: 1px solid #454545;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

#top-link-block {
	z-index: 9999;
}

#top-link-block.affix-top {
	position: absolute;
	/* allows it to "slide" up into view */
	bottom: -82px;
	/* negative of the offset - height of link element */
	right: 10px;
	/* padding from the left side of the window */
}

#top-link-block.affix {
	position: fixed;
	/* keeps it on the bottom once in view */
	bottom: 10px;
	/* height of link element */
	right: 10px;
	/* padding from the left side of the window */
}

#top-link-block a {
	color: #FFF
}

.backtop {
	background-image: url(img/menu-xs-bg.png);
	padding: 10px 15px 15px 15px;
	display: block;
	text-align: center
}

.pagination {
	margin: 0;
}

.pagination-lg&gt;li&gt;a, .pagination-lg&gt;li&gt;span {
	padding: 8px 12px;
	font-size: 15px;
	color: #fff;
	background-color: #9f9f9f;
	border: none;
	margin: 3px;
}

.pagination-lg&gt;li&gt;a.active {
	background-color: #ffde73;
	color: #ff0000
}

.pagination&gt;li&gt;a:focus, .pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:focus, .pagination&gt;li&gt;span:hover {
	color: #FF0000
}

.numnav {
	background-color: #e7e7e7;
	padding: 8px;
	margin-bottom: 10px;
}

.select-prop .numnav {
	background-color: unset;
}

.numnav td {
	color: #6e6e6e
}

.numnav .list {
	float: right;
	/*	border-right:1px solid #d0d0d0 */
}

.numnav a {
	display: block;
	padding: 4px 12px;
	height: 35px;
	text-align: center;
	line-height: 30px;
	float: left;
	border-right: none;
	font-size: 15px;
	color: #fff;
	background-color: #919191;
	margin: 3px;
}

/*.numnav a.last{
	border-right:1px solid #d0d0d0;
} */

.numnav a.active {
	background-color: #ffde73;
	color: #ff0000;
}

.hi5 {
	height: 5px
}

em {
	color: #F00
}

.button {
	padding: 5px 13px;
	font-size: 15px;
	background-color: #f9e337;
    color: #000000;
	border: none;
}

.breaklink {
	word-break: break-all;
}

.fancybox-show-thumbs .fancybox-thumbs {
	background-color: #000000 !important
}

.customnav {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	display: none;
	z-index: 99990
}

.navbar-collapse {
	position: absolute;
	width: 100%;
	z-index: 99990;
	padding-left:0;
	padding-right:0;
}

.navbar{ 
	border:none !important;
	margin-bottom:0px;
	
}

.navbar-default{
	 background-color: #ffffff00 !important;
    border: none !important;
    top: -55px;
    position: absolute;
    right: 0;
}
.navbar-toggle{ 
	margin-right:6px!important;
	border-radius:5px !important;
	border-color:#ffffff00 !important;
	-webkit-border-radius:5px !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #484848;
}
 
.navbar-toggle .icon-bar{
	background-color:#FFF !important;
}

.nav&gt;li&gt;a {
	color: #ffffff;
	font-size: 15px; 
	text-align:center;
	font-weight:bold !important;
	padding:0;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px; 
	text-shadow: 0px 0px 6px #000000 !important;
}

.navbar-nav&gt;li&gt;a:hover {
	color: #ffffff; 
	background-color: #ffffff00
} 
.navbar-nav {
	 display:flex;
	 justify-content: flex-end;
	 width:100%; 
	 
}
.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover{
	background-color:#ffffff00
}

.navbar-default .navbar-toggle {
	background-color: #8d8d8d
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #404040
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-toggle {
	margin-right: 8px;
	margin-top:12px;
}

.nav .open&gt;a, .nav .open&gt;a:focus, .nav .open&gt;a:hover{
	background-color:#ffffff00;
}

.top_content_active .nav&gt;li&gt;a {
	color: #000000; 
	text-shadow: none !important; 
	
}
.top_content:hover .nav&gt;li&gt;a {
	color: #000000; 
	text-shadow: none !important; 
	
}

.pagenav {
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #e5d7ac;
	background-color: #ececec;
	font-size: 15px;
	color: #000000;
	overflow: hidden;
}

.pagenav .inner {
	line-height: 40px;
	width: 100%;
	max-width: 1200px;
	padding-left: 10px;
	margin: auto;

}

.pagenav img {
	height: 34px;
}

.pagenav a {
	color: #3e3a39;
	margin-right: 10px;
}

.pagenav span {
	margin-right: 10px;
}

.v10height {
	height: 10px;
}

.leftcol {
	width: 30%;
	padding-right: 10px;
}

.lefttitle {
	width: 100%;
	background-color: #959595;
	text-align: center
}

.lefttitle .letter {
	color: #ffffff;
	font-size: 21px;
	padding: 8px;

}

.form {
	background-color: #ffffff;
	width: 100%;
}

.form .stype {
	text-align: center;
}

.form .stype a {
	color: #ffffff;
	background-color: #a9a9a9;
	display: block;
	line-height: 45px;
	font-size: 20px;
}

.form .stype a.active {
	background-color: #fce235;
	color: #000000;
}

.form .stype .buy {}

.form .stype .rent {}

.form .items {
	border: 1px solid #fce235;
	padding: 5px;
}

.form td {
	padding-bottom: 8px;
	font-size: 15px;
	color: #1d1d1d;
	padding-left: 5px;
}

.form #saleType, .form #dcode, .form #prop {
	width: 98%
}

.form select {
	height: 35px;
	border: 1px solid #CCC;
	width: 98%;
	color: #404040;
}

.form input[type=text] {
	height: 35px;
	border: 1px solid #CCC;
	width: 98%;
	padding-left: 5px;
}

.form .subtitle {
	padding: 8px;
	background-color: #e8e8e8;
	margin: 5px;
	color: #858585;
	font-size: 15px;
}

.form .otherselect label {
	display: block;
	margin: 5px;
	margin-left: 15px;
	font-size: 15px;
	color: #858585;
	font-weight: 100 !important;
}

.form .otherselect input {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.form-xs {
	background-color: #ffffff;
	padding: 10px;
	width: 100%;
}

.form-xs td {
	padding-bottom: 8px;
}

.form-xs #saleType, .form-xs #dcode, .form-xs #prop {
	width: 98%
}

.form-xs select {
	height: 27px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 98%
}

.form-xs input[type=text] {
	height: 27px;
	border: 1px solid #CCC;
	width: 98%
}

a.searchbtn {
	display: block;
	width: 85px;
	padding: 6px;
	padding-bottom: 3px;
	background-color: #fbcf00;
	text-align: center;
	border: none;
	color: #333;
	font-size: 17px;
}

.searchbtn span {
	vertical-align: top;
}

.searchbtn img {
	margin-top: 2px;
	margin-left: 3px;
	width: 17px;
}

.panel-heading {
	background-image: url(img/sliders2.svg) !important;
	background-position:right 10px center;
	background-repeat:no-repeat;
	background-size:25px;
	background-color: #4c4c4c !important;
	border-color: #ffffff !important;
	padding: 0 !important
}

.panel-heading a {
	color: #ffffff
}

.panel-heading a:hover, .panel-heading a:focus {
	color: #ffffff
}

.panel {
	background-color: #fff !important;
	border: none;
	margin-bottom: 10px !important;
}

.glyphicon {
	font-size: 15px;
	color: #ffffff;
}

.glyphicon-menu-right, .glyphicon-menu-down {
	color: #ffffff;
}

.float_right {
	position: absolute;
	right: 10px;
	margin-top: 10px;
}

.hotestate a {
	display: table-cell;
	width: 33%;
	border: 2px solid #ffffff;
	text-align: center;
	padding: 5px;
	font-size: 17px;
	line-height: 17px;
	height: 45px;
	vertical-align: middle;
	color: #fff;
	background-color: #6da7d9
}

.pagedescript {
	padding-top: 10px;
	padding-bottom: 20px;
}
 
.agentproplabel {
	font-size: 15px;
	clear: both;
	padding-top: 5px;
} 
 
	.p360{
		position:absolute;
		background-repeat:no-repeat;
		width:50px;
		height:35px;
		background-position:center;
		background-size:50px;
	}
	 .mobiletel{
		font-size:18px !important;
		position: absolute!important;
		right: 60px!important;
		top: 5px!important;
		display: none!important; 
		padding-left: 25px!important;
		color: #e1d9a5!important;
		background-image: url(img/telicon.svg);
		background-size: 18px;
		background-repeat: no-repeat;
		background-position: 4px center;
 
	}	
 .dropdown-menu&gt;li&gt;a{
	 padding: 6px 20px
 }
 
 	.fancybox-container{
		top:0;
	}   
	
@media (max-width: 1280px) {
	
}  

@media (max-width: 1060px) {
	 .nav&gt;li&gt;a{
		 padding-left:10px;
	 }
}  

@media (max-width: 991px) {
	
	 
}
@media (max-width: 991px) { 
 
}

@media (max-width: 767px) { 
	.bannerother { 
		height: 200px; 
		background-position: top 0px center;
	}
	

	.top_content .logo img{
			 max-width:130px;
			 margin-right:5px;
		}
	#topmenu{
		position:absolute;
		right:0px;
		top:54px;
	}
	.dropdown-menu{
		padding:0
	}
	.dropdown-menu li{
		border-bottom: 1px solid #ededed;
	}
	.nav&gt;li&gt;a{
		font-size:17px;
		text-shadow:none !important;
		color: #000000;
		text-align:left;
	}
	.dropdown-menu&gt;li&gt;a{
		font-size:15px;
	}
	.navbar-nav{ 
		display:block;
		margin-left:0;
		margin-right:0;
		margin-top:0;
		margin-bottom:0
	}
	.navbar-collapse{ 
		background-color:#e9e9e9;
		border-top: 1px solid #cccccc;
	} 
	
	.top_content:hover .nav&gt;li&gt;a{
		text-align:left;
	}

	.navbar-nav&gt;li{
		border-bottom: 1px solid #cccccc;
	}
	.navbar-nav .open .dropdown-menu {
		background-color:#ffffff;
	}
	.navbar-nav .open .dropdown-menu&gt;li&gt;a {
		line-height: 24px;
	}

	.caret {
		display: inline-block;
		color:#5c5c5c;
		width: 0;
		height: 0;
		margin-left: 6px;
		vertical-align: middle;
		border-top: 6px dashed;
		border-top: 4px solid\9;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
	}
	
}
  
 
@media (min-width: 1200px) {
 
}
@media (max-width: 1350px) {
	 
	.navbar-collapse{
		 
	}
}
@media (max-width: 1150px) {
 
} 

@media (min-width: 501px) {
	.visible-500 {
		display: none !important;
	}
}

@media (max-width: 500px) {
  .maincontent{
	  padding:5px;
  }
	.maincontent .content{
		margin:3px;
		padding:0px;
	}	
 	
	.page_banner .carousel-indicators{ 
		display:none
	}
 	 
	  
	.hidden-500 {
		display: none !important;
	}

	.visible-500 {
		display: inline-block !important;
	}

	.visible-500 img {
		margin-bottom: 10px;
	}
}   </pre></body></html>