@charset "utf-8";
body{
	margin: 0;
	padding: 0;
}
svg{
	margin-right: 3px;
}
#jquery_Qrcode,#img_Qrcode{
    text-align: center;
    padding: 10px;
}
#jquery_Qrcode>canvas,#img_Qrcode>canvas{
    display: inline-block;
    vertical-align: baseline;
}

/* header 背景圖 */
.header_bg{
	background-image:url("/setup/images/header_p02.png");
	background-repeat:no-repeat;
	background-size:100% 100%;
	margin-bottom: 0;
	vertical-align:bottom;
}
.header_logo{
	height: 88px;
	width: 330px;
	border: 0;
}
.header_link_zone{
	text-align: right;
	margin-top: 50px!important;
	margin-bottom: 10px;
	padding: 0 7px 0 0;
}
.header_link_zone .link_k{
	margin-bottom: 5px;
}
a{
	color: #4579c6;
	text-decoration: none;
}
#phone-page>.modal-dialog{ 
	width: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -125px 0px 0px -125px;
}
#phone-ball::before {
    float: left;
    padding: 16px 2px 0px 0px;
    width: 100%;
    font-size: 33px;
}

/* 側滑選單*/
#slider_scroll
{
	top: 0;
	left: -300px;
	z-index: 9999;
	position: fixed;
	padding: 0;
	width: auto;
}
#slider_content{
	background:#F3F3F3;
	text-align:center;
	padding-top:20px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	width: 300px;
	height: 100vh;
}
.slider_title{
	border-bottom: #888888 1px solid;
	margin-bottom: 17px;
	padding-bottom: 8px;
	color: #888888;
}
.slider_box{
	position: relative;
	color: #5c5c5c;
	border:1px solid #888;
	box-shadow:gray 0.5px solid;
	background-color: #fff;
	padding: 2px;
	width: 100%;
}
.slider_box > .title{
	color: #c77720;
	font-size: 16px;
	margin: 4px 0px 4px 0px;
}
.link_1:hover,.link_1:focus{
	color: #1d1c19;
}
/* 滿modal */
.FullMsg .modal-dialog{
	max-width: 90%;
	margin: auto;
   margin-top: 10px;
}
/* 搜尋頁物件 */
.box-obj{
	height: 250px;
}
.box-obj a{
	position: relative;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 1px #9e9e9e;
	text-align: center;
	background-color: #ffffff;
}
.box-obj a:hover{
	box-shadow: 0px 4px 9px #a7a7a7;
}
.box-obj a:hover .iconZone{
	opacity: .7;
}
.box-obj-title{
	background: #fff;
	overflow: hidden;
	height: 65%;
}
.box-obj-content{
	overflow: hidden;
	background: #2d2d2d;
	height: 35%;
	padding: 5px 5px 10px 5px;
}
.obj-maincolor1,.box-objs1 .box-obj-content{
	background: -webkit-linear-gradient(#51CEF4,#296F84);
	background: -o-linear-gradient(#51CEF4,#296F84);
	background: -moz-linear-gradient(#51CEF4,#296F84);
	background: linear-gradient(#51CEF4,#296F84);
	line-height: 1.5;
}
.obj-maincolor2,.box-objs2 .box-obj-content{
	background: -webkit-linear-gradient(#68bf58,#185e0c);
	background: -o-linear-gradient(#68bf58,#185e0c);
	background: -moz-linear-gradient(#68bf58,#185e0c);
	background: linear-gradient(#68bf58,#185e0c);
	line-height: 1.5;
}
.obj-maincolor3,.box-objs3 .box-obj-content{
	background: -webkit-linear-gradient(#ffc289,#dd8c41);
	background: -o-linear-gradient(#ffc289,#dd8c41);
	background: -moz-linear-gradient(#ffc289,#dd8c41);
	background: linear-gradient(#ffc289,#dd8c41);
	line-height: 1.5;
}
.obj-money{
	position: absolute;
	bottom: 10px;
	right: 5px;
	white-space: nowrap;
	text-align: right;
   margin-right: 6px;
}
.box-obj-title img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-title{
	text-align: left;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item-inline{
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item-data{
	color: #fff;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 物件詳細頁 */
#data-obj-menu>.tab-content{
	padding: 15px 5px;
	background-color: #f5f5f5;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: #ddd;
}
#data-obj-menu>.tab-content .tab-pane.active{
	display: flex;
}
#data-obj-menu .nav-tabs>li>a{
	border-radius: 8px 8px 0px 0px;
	padding: 10px 10px;
	margin-right: -1px;
}
#data-obj-menu .nav-tabs>li>a.active{
	background-color: #f5f5f5;
	border-bottom: none;
}

/* link */
a.link1:link,a.link1:visited,a.link1:active {
	color: #638BBE;
	TEXT-DECORATION: none;
}
a.link1:hover {
	color: #DB8F00;
}

a.link2:link , a.link2:visited{
	color: #000033;
	text-decoration: none;
}
a.link2:hover{
	color: #FF0000;
}
.link3,a.link3:link,a.link3:visited{
	color:#999999;
	text-decoration: none;
	cursor: pointer;
}
.link3:hover,a.link3:hover{
	color:#5c5c5c;
}
li.link3:hover{
	color: #494848;
}
.link-btn1{
	display: inline-block;
	cursor: pointer;
	color:#5c5c5c;
	padding: 0px 8px!important;
	border-radius: 50px;
	border: 1px solid #5c5c5c;
}
.link-btn1:hover{
	color:#ffffff;
	background-color: #5c5c5c
}
.link-btn2{
	border-color: #5c5c5c;
	background-color: #5c5c5c;
	text-align: center;
	color: #ffffff;
	border: 1px solid;
	line-height: 38px;
	display: inline-block;
	cursor:pointer;
	padding: 0px 5px;
}
.link-btn2:hover{
	color:#5c5c5c;
	background-color: #ffffff00;
}
.link-btn3,.link-btn3:focus{
	padding: 2px 8px;
	border: 1px solid #4569d3;
	color: #ffffff;
	background-color: #4569d3;
	border-radius: 4px;
	cursor: pointer;
}
.link-btn3:hover{
	color: #4569d3;
	background-color: #ffffff;
}
.link-btn3:active{
	color: #ffffff;
	background-color: #134b8f;
	border-color: #134b8f;
}
.link-btn-s6{
	color: #fff;
	background-color: #F26F89;
	border-color: #F26F89 ;
}
.link-btn-s6:hover{
	color: #F26F89;
	background-color: #ffffff;
}
a#link-Land319 {
	font-size: 12px;
	color: #74af39;
	text-decoration: none;
	font-family: "Verdana", "Arial";
}

a#link-Land319:hover {
	color: #fda150;
	left: 2px;
	top: 1px;
}
a#link-design319{
	color: #795548;
	text-decoration: none;
	font-size: 12px;
	font-family: "Verdana", "Arial";
}
a#link-design319:hover{
	color: #e4995d;
	left: 2px;
	top: 1px;
}
a.linko{
	color: #000000;
	text-decoration: none;
}

/* 精選設計 - hd物件頁 */
.RList_card{
	width: 100%;
    display: inline-block;
    height: auto;
    vertical-align: top;
    color: #5c5c5c;
    text-decoration: none;
    overflow: hidden;
    border: none;
}
.RList_card:hover{
   left: 2px;
   top: 2px;
   position: relative;
}
.RList_img > img{
	width: 200px;
    height: 150px;
}
.RList_title{
	text-align: left;
    font-size: 18px;
    margin: 7px 0 5px 20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #c77720;

}
.RList_data{
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    text-align: left;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 20px;
}
.RList_other{
	margin: 7px 20px 5px 0;
    color: red;
   	font-size: 16px;
   	text-align: right;
   	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 物件頁導覽列 */
ol.breadcrumb{
	margin-bottom: 8px;
	overflow: auto;
	white-space: nowrap;
	white-space: nowrap;
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 8px 15px;
}

.search-data{
	font-size: 13px;
	line-height: 1.25;
}
.search-price{
	font-size: 13px;
	color: #cc00aa;
	display: inline;
}
.search-pin{
	font-size: 13px;
	color: #339852;
	display: inline;
}

.R_angle_title{
   color: #b7b9bb;
   line-height: 1.7;
}
.R_angle_data{

}
.search-box,.close-icon,.search-wrapper {
  position: relative;
  /* padding: 3px 0px 3px 0px; */
}
.search-wrapper {
  position: relative;
}
.search-box-select {
	border: 1px solid #ccc;
	border-radius: 7px;
  padding: 2px 6px 2px 6px;
}
.search-box {
	border: 1px solid #ccc;
	outline: 0;
	border-radius: 7px;
  padding: 2px 22px 2px 6px;
}
.search-box:focus {
  box-shadow: 0 0 3px 3px #b0e0ee;
  border: 1px solid #bebede;
}
.close-icon {
  border:1px solid transparent;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0px;
}
.close-icon:after {
  font-family: 'Arial','Menlo','Courier';
  content: "X";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: #f3d195;
  z-index:1;
  right: 3px;
  top: -3px;
  bottom: 0;
  margin: auto;
  padding: 1px 2px 0px 2px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 12px;
  box-shadow: 0 0 2px #b7b6b5e3;
  cursor: pointer;
}

/* bob css start*/
.Slabel{
	margin-left: 30px;
}
.Sbutton{
	vertical-align: middle;
}
.img100{
	height: 100%;
	width: 100%;
	padding: 0;
}
.form-groups{
	margin-bottom: 7px;
}


a.go-site{
	cursor: pointer;
	font-size: 16px;
	color: #929292;
	text-decoration: none;
	border: 2px solid;
	border-radius: 20px;
	padding: 2px 12px 1px 12px;
	float: right;
	border-color:#64c2c8;
	margin-left: 5px;
}

.ulset > li {
	font-size: 17px;
}

.ulset > a > li{
font-size: 17px;
}
.ulset{
	list-style: none ;

}

.titlest{
	font-size: 20px !important;
}
.bar li {
    width: 20%;
    max-width: 620px;
    text-align: center;
}
/* bob. css end*/
form{
margin:0px 0px 0px 0px;
}

.f0 {color:#FFFFFF;font-size:13px; }
.f1 {color:#EEEEEE;font-size:13px; }
.f2 {color:#BBBBBB;font-size:13px; }
.f3 {color:#999999;font-size:13px; }
.f4 {color:#444444;font-size:13px; }
.f4s {color:#444444;font-size:8pt; }
.f5 {color:#222222;font-size:13px; }
.f5s {color:#222222;font-size:8pt; }
.cf1 {color:#662222;font-size:13px; }
.f5 {color:#333344;font-size:14px; }
.f6 {
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	color:#0033CC;
}
.f7 {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#111111;
}
.f10 {
	font-size:28px;
	color:#990000;
	font-weight:600;
}
.f9 {
	font-size:20px;
	color:#990000;
	font-weight:600;
}

.icon1 {
 padding: 2px 0px 2px 10px; vertical-align:middle; height:22px;
 text-align:left;
 color:#FF6633;
 background-image:url("/images/icon/item_p08.gif");
 background-repeat:no-repeat;
 background-position:left;
}

.icon2 {
	padding: 0px 0px 0px 10px; 
	background-image: url("/images/icon/dot_p05.gif");
	height:1px; 
	vertical-align:middle; 
	text-align:center;
}

.boxbid {
	background-image: url("/images/bid/objbox.gif");
	background-repeat: no-repeat;
	width:150px;
	height:184px;
	vertical-align:top;
	padding: 8px 12px 3px 0px;
} 

a.linkh:link {
	FONT-SIZE: 13px; TEXT-DECORATION: none;COLOR: #555555;
}
a.linkh:visited {
	FONT-SIZE: 13px; TEXT-DECORATION: none;COLOR: #555555;
}
a.linkh:active {
	FONT-SIZE: 13px; TEXT-DECORATION: none;COLOR: #555555;
}
a.linkh:hover {
	FONT-SIZE: 13px;TEXT-DECORATION: none;	COLOR: #555555;
}

.line2 {
background-image:url("/house000/images/icon/dot_p03.gif"); 
background-repeat:repeat-x;
 height:2px;
}

.tablebox {padding:1px;border: 1px solid #8F9BA7; margin:0px;}

.pagestyle {
padding:2px 2px 0px 2px;background-image: url("/house000/images/icon/button.png");background-repeat: no-repeat;
}

.boxmsg1 {
	padding: 8px 0px 0px 6px; BACKGROUND-COLOR: Transparent;
	vertical-align:top;
}			
.boxmsg2 {
	padding: 3px 3px 0px 1px; BACKGROUND-COLOR: Transparent ;
	vertical-align:top;
}
.boxmsg3{
vertical-align:top;
padding: 3px 3px 0px 0px;
BACKGROUND-COLOR: Transparent ;
}
.boxmsg4{
vertical-align:top;
padding: 3px 3px 0px 0px;
BACKGROUND-COLOR: Transparent ;
}

.menuline {
	height:1px;
	background-image: url("/house000/images/icon/dot_p03.gif");
}
.norepeat {
background-repeat: no-repeat;
}
.icon {
	border: 1px solid #D1D1D1;margin: 0px 0px 0px 0px;
}
.icon2 {
	padding: 3px 0px 0px 5px;
}

.bigbox {
	background-image: url("/house000/images/m1/bg03.png");
	background-repeat: no-repeat;
	width:140px;
	height:154px;
	padding: 0px 12px 0px 0px;
} 


.list01{
border: 1px solid #C38203; height: 58px;width: 58px;padding:2px 2px 2px 2px;margin: 4px;
}

.boxmsg {
	vertical-align:top;
	padding: 0px 3px 0px 0px;
}



body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;

}
/*RDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px;
}IMG {
BO*/
.divmain{
font-size: 12px;
letter-spacing: 1px;
color: #3E3E3E;
}
.div_03{
font-size: 11px;
letter-spacing: 0px;
 text-align: center;
 line-height: 12pt;
 margin: 0px;
padding: 0px 0px 0px 6px;
}


/***********************************************/
/* link                        div style class */
/***********************************************/
a.link_a{
	FONT-SIZE: 12px; COLOR: #2E7C8B; TEXT-DECORATION: none;letter-spacing: 3px;
}
a.link_a:link{
	FONT-SIZE: 12px; COLOR: #2E7C8B; TEXT-DECORATION: none;letter-spacing: 3px;
}
a.link_a:visited{
	FONT-SIZE: 12px; COLOR: #2E7C8B; TEXT-DECORATION: none;letter-spacing: 3px;
}
a.link_a:hover {
	FONT-SIZE: 12px; COLOR: #2E7C8B; TEXT-DECORATION: underline;letter-spacing: 3px;
	LEFT: 2px; POSITION: relative; TOP: 1px
}
a.link_b{
	FONT-SIZE: 12px; COLOR: #2E7C8B; TEXT-DECORATION: underline;letter-spacing: 1px;
}
a.link_b:link{
	FONT-SIZE: 12px; COLOR: #2E7C8B; TEXT-DECORATION: underline;letter-spacing: 1px;
}
a.link_b:visited{
	FONT-SIZE: 12px; COLOR: #2E7C8B; TEXT-DECORATION: underline;letter-spacing: 1px;
}
a.link_b:hover {
	FONT-SIZE: 12px; COLOR: #2E7C8B; TEXT-DECORATION: underline;letter-spacing: 1px;
	LEFT: 2px; POSITION: relative; TOP: 1px
}

a.link_c{
	FONT-SIZE: 15px; COLOR: #997C7D; TEXT-DECORATION: none
}
a.link_c:link{
	FONT-SIZE: 15px; COLOR:#997C7D; TEXT-DECORATION: none
}
a.link_c:visited{
	FONT-SIZE: 15px; COLOR:#997C7D; TEXT-DECORATION: none
}
a.link_c:hover {
	FONT-SIZE: 15px; COLOR: Red; TEXT-DECORATION: none;
	LEFT: 2px; POSITION: relative; TOP: 1px
}

a.link_d{
	FONT-SIZE: 15px; COLOR: #007C7D; TEXT-DECORATION: none
}
a.link_d:link{
	FONT-SIZE: 15px; COLOR:#007C7D; TEXT-DECORATION: none
}
a.link_d:visited{
	FONT-SIZE: 15px; COLOR:#007C7D; TEXT-DECORATION: none
}
a.link_d:hover {
	FONT-SIZE: 15px; COLOR: Red; TEXT-DECORATION: none;
	LEFT: 2px; POSITION: relative; TOP: 1px
}
a.link_e:link {
	FONT-SIZE: 15px;COLOR: #638BBE; TEXT-DECORATION: none;
}
a.link_e:visited {
	FONT-SIZE: 15px;COLOR: #638BBE; TEXT-DECORATION: none;
}
a.link_e:active {
	FONT-SIZE: 15px;COLOR: #638BBE; TEXT-DECORATION: none;
}
a.link_e:hover {
	FONT-SIZE: 15px;COLOR: #DB8F00; TEXT-DECORATION: none;LEFT: 2px; POSITION: relative; TOP: 1px;
}
a.link_e1:link {
	FONT-SIZE: 12px;COLOR: #638BBE; TEXT-DECORATION: underline;line-height:16pt;padding: 5px 0px 5px 0px;
}
a.link_e1:visited {
	FONT-SIZE: 12px;COLOR: #638BBE; TEXT-DECORATION: underline;line-height: 16pt;padding: 5px 0px 5px 0px;
}
a.link_e1:active {
	FONT-SIZE: 12px;COLOR: #638BBE; TEXT-DECORATION: underline;line-height: 16pt;padding: 5px 0px 5px 0px;
}
a.link_e1:hover {
	FONT-SIZE: 12px;COLOR: #DB8F00; TEXT-DECORATION: underline;LEFT: 2px; POSITION: relative; TOP: 1px;line-height: 16pt;padding: 5px 0px 5px 0px;
}
a.link_f:link {
	COLOR: #666666; TEXT-DECORATION: none
}
a.link_f:visited {
	COLOR: #666666; TEXT-DECORATION: none
}
a.link_f:active {
	COLOR: #000000; TEXT-DECORATION: underline
}
a.link_f:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}
a.link_g{
	FONT-SIZE: 12px; COLOR: #ff6600; TEXT-DECORATION: none
}
a.link_g:link{
	FONT-SIZE: 12px; COLOR: #ff6600; TEXT-DECORATION: none
}
a.link_g:visited{
	FONT-SIZE: 12px; COLOR: #ff6600; TEXT-DECORATION: none
}
a.link_g:hover {
	FONT-SIZE: 12px; COLOR: #ff0000; TEXT-DECORATION: none;
	LEFT: 2px; POSITION: relative; TOP: 1px
}
a.link_h{
	FONT-SIZE: 11px; COLOR: #333333; TEXT-DECORATION: none;letter-spacing: 0px;
}
a.link_h:link{
	FONT-SIZE: 11px; COLOR: #333333; TEXT-DECORATION: none;letter-spacing: 0px;
}
a.link_h:visited{
	FONT-SIZE: 11px; COLOR: #333333; TEXT-DECORATION: none;letter-spacing: 0px;
}
a.link_h:hover {
	FONT-SIZE: 11px; COLOR: #006300; TEXT-DECORATION: none;letter-spacing: 0px;
	LEFT: 1px; POSITION: relative; TOP: 1px;
}
a.link_i{
	FONT-SIZE: 12px; COLOR: #8E9BA6; TEXT-DECORATION: none
}
a.link_i:link{
	FONT-SIZE: 12px; COLOR:#8E9BA6; TEXT-DECORATION: none
}
a.link_i:visited{
	FONT-SIZE: 12px; COLOR:#8E9BA6; TEXT-DECORATION: none
}
a.link_i:hover {
	FONT-SIZE: 12px; COLOR: #FF846E; TEXT-DECORATION: none;
}
a.link_j{
	FONT-SIZE: 13px; COLOR: #007C7D; TEXT-DECORATION: none;letter-spacing: 2px;
}
a.link_j:link{
	FONT-SIZE: 13px; COLOR: #007C7D;TEXT-DECORATION: none;letter-spacing: 2px;
}
a.link_j:visited{
	FONT-SIZE: 13px; COLOR: #007C7D; TEXT-DECORATION: none;letter-spacing: 2px;
}
a.link_j:hover {
	FONT-SIZE: 13px; COLOR: Red; TEXT-DECORATION: underline;letter-spacing: 2px;
	LEFT: 1px; POSITION: relative; TOP: 1px;
}

a.link_k{
	FONT-SIZE: 15px; COLOR: #FFA76C; TEXT-DECORATION: none;letter-spacing: 0px;
	line-height: 16px;
}
a.link_k:link{
	FONT-SIZE: 15px; COLOR: #FFA76C; TEXT-DECORATION: none;letter-spacing: 0px;line-height: 1.25rem;
}
a.link_k:visited{
	FONT-SIZE: 15px; COLOR: #FFA76C; TEXT-DECORATION: none;letter-spacing: 0px;line-height: 1.25rem;
}
a.link_k:hover {
	FONT-SIZE: 15px; COLOR: #ff0000; TEXT-DECORATION: none;letter-spacing: 0px;line-height: 1.25rem;
	LEFT: 1px; POSITION: relative; TOP: 1px;
	
}

a.link_k img{
}
a.link_k:hover img{
}
/***********************************************/
/*                       div font  style class */
/***********************************************/
.div_01{
padding:2px 0px 2px 5px;FONT-SIZE: 11px; COLOR: #19444D; LINE-HEIGHT: 15pt; FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded;text-align: center;
}
.div_02{
padding:2px 0px 2px 5px;FONT-SIZE: 11px; COLOR: #19444D; LINE-HEIGHT: 15pt; FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded;text-align: center;
}
.font_foot01{
	FONT-SIZE: 12px;
	COLOR: #6B7B89;
	letter-spacing: 2px;
	font-weight: 500;
	line-height: 18px;
}
.font_01{
	COLOR: #666666;
	FONT-SIZE: 12px;
	letter-spacing: -1px;
}

.font_02{
   FONT-SIZE: 11px; letter-spacing: 0px;line-height: 16px;
	COLOR: #225382;
}

.font_03{
   FONT-SIZE: 11px; letter-spacing: 0px;line-height: 16px;
	COLOR: #FF4500;
	
}
.font_04{
   FONT-SIZE: 11px; letter-spacing: 0px;line-height: 16px;
	COLOR: #0045aa;
}
.bfont_02{
   FONT-SIZE: 13px; letter-spacing: 0px;line-height: 16px;
	COLOR: #225382;
}

.bfont_03{
   FONT-SIZE: 13px; letter-spacing: 0px;line-height: 16px;
	COLOR: #FF4500;
	
}
.bfont_04{
   FONT-SIZE: 13px; letter-spacing: 0px;line-height: 16px;
	COLOR: #0045aa;
}

.font_05{
	COLOR: #6189BD;
	FONT-SIZE: 11px;
	letter-spacing: 0px;
}
.font_06{
	COLOR: #F26F89;
	FONT-SIZE: 11px;
	letter-spacing: 0px;
}
.font_07{
	COLOR: #CD5C5C;
	FONT-SIZE: 11px;
	letter-spacing: 0px;
}
.font_08{
	COLOR: #556B2F;
	FONT-SIZE: 11px;
	letter-spacing: 0px;
}
/***********************************************/
/* table                       div style class */
/***********************************************/
#table_03  table{
border-collapse: collapse;
}
#table_03  table tr{
background-color: #EFF1F3;
}
#table_03  table tr.tr_01{
background-color: #E8E8FF;
}
#table_03  table td{
padding:2px 0px 2px 3px;FONT-SIZE: 11px; COLOR: #2E7C8B; LINE-HEIGHT: 20pt; FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded;
 letter-spacing: 0px;
}
#table_03  table td.td_no{
padding:2px 0px 2px 0px;FONT-SIZE: 11px; COLOR: #2E7C8B; LINE-HEIGHT: 20pt; FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded;BORDER-BOTTOM: 1px solid #D6D6D6;
 letter-spacing: 0px;
}
#table_03  table td.td_head{
 padding:8px 10px 8px 10px;BORDER-BOTTOM: 1px solid #A3ADB7;background-color: #F2F2F2;FONT-SIZE: 11px; COLOR: #2E7C8B; LINE-HEIGHT: 20pt; FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded; 
}
#table_03  table td.td_foot{
padding:2px 0px 2px 0px;background-color: #FFFBF6;FONT-SIZE: 11px; COLOR: #2E7C8B; LINE-HEIGHT: 20pt; FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded ; 
}
#table_03  table td02{
padding:2px 0px 2px 5px;background-color: #F1F1F1;FONT-SIZE: 11px; COLOR: #2E7C8B; LINE-HEIGHT: 20pt; FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded; BORDER-BOTTOM: 1px solid #E8E8E8;BORDER-top: 1px solid #E8E8E8;
}
#table_03  table input{
font-size: 12px;padding-right:2px;padding-left:2px;background-color: #FEFEFE;border:1px solid #BBBBBB;color: #00999B;
}
#table_03  table select{
BACKGROUND-COLOR: #80FF9A;COLOR: #5C989B;BORDER-RIGHT: #889494 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #889494 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; BORDER-LEFT: #889494 1px solid;   PADDING-TOP: 2px; BORDER-BOTTOM: #889494 1px solid; BACKGROUND-COLOR: #ffffff
}
table.table_01 {
FONT-SIZE: 11px;background-color: White;border: 1px solid Silver;border-collapse: collapse;
}
table.table_01 td{
padding:5px 0px 2px 5px;background-color: White;FONT-SIZE: 11px; COLOR: #2E7C8B;  FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded;BORDER-BOTTOM: 1px solid #E8E8E8; 
}
table.table_01 td.td01{
padding:5px 0px 2px 5px;background-color: White;FONT-SIZE: 11px; COLOR: #2E7C8B;  FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded; BORDER-BOTTOM: 1px solid #E8E8E8;BORDER-top: 1px solid #E8E8E8;
}
table.table_01 td.tdfoot{
padding:5px 0px 2px 5px;background-color: #CDCDCD;FONT-SIZE: 11px; COLOR: #2E7C8B;  FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded;
}
table.table_02 {
FONT-SIZE: 11px;background-color: #A3ADB0;border: 0px solid Silver;border-collapse: collapse;
}
table.table_02 td{
padding:2px 0px 2px 5px;FONT-SIZE: 11px; COLOR: #2E7C8B;  FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded;BORDER-BOTTOM: 1px solid #E8E8E8; 
}

table.table_t01 {
FONT-SIZE: 11px;
border: none;border-color: #B5BEC6;
border-width: 0px 1px 1px 1px;
}
table.table_t01 td{
padding:5px 0px 2px 5px;FONT-SIZE: 11px; COLOR: #2E7C8B;  FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded;
}

.td_head{
padding:5px 0px 5px 5px;FONT-SIZE: 11px; COLOR: #8B0000; LINE-HEIGHT: 20pt; FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded;letter-spacing: 2px;BORDER-BOTTOM: 1px solid #CECECE;letter-spacing: 2px;
}
.td_foot{
padding:5px 0px 5px 5px;FONT-SIZE: 11px; COLOR: #8B0000; LINE-HEIGHT: 20pt; FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded;letter-spacing: 2px;BORDER-BOTTOM: 1px solid #CECECE;letter-spacing: 2px;
}
.td_01{
padding:3px 0px 3px 3px;FONT-SIZE: 13px; COLOR: #2E7C8B; LINE-HEIGHT: 20pt; FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded;
}
.td_02{
padding:2px 0px 2px 5px;FONT-SIZE: 11px; COLOR: #2E7C8B; LINE-HEIGHT: 20pt; FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded; 
}
.td_03{
padding:3px 3px 3px 3px;background-color: #EFEFEF;FONT-SIZE: 7.5pt; FONT-FAMILY: georgia, verdana, arial, sans-serif;COLOR: #2E7C8B;   
}


/***********************************************/
/* 表格共用                    div style class */
/***********************************************/
textarea.style1{
background-color: #FEFEFE;font-size: 12px;padding-right:2px;padding-left:2px;border:1px solid #BBBBBB;
}
textarea.style2{
background-color: #FFDDBB;font-size: 12px;padding-right:2px;padding-left:2px;border:1px solid #BBBBBB;
}
input.style1{
font-size: 12px;padding-right:2px;padding-left:2px;background-color: #FEFEFE;border:1px solid #BBBBBB;
 color: #00999B;
}
input.style2{
font-size: 12px;padding-right:2px;padding-left:2px;background-color: #FFDDBB;border:1px solid #BBBBBB;
 color: #00999B;
}
select.style1{
BACKGROUND-COLOR: #FEFEFE;COLOR: #5C989B;BORDER-RIGHT: #889494 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #889494 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; BORDER-LEFT: #889494 1px solid;   PADDING-TOP: 2px; BORDER-BOTTOM: #889494 1px solid;
}
select.style2{
BACKGROUND-COLOR: #FFDDBB;COLOR: #5C989B;BORDER-RIGHT: #889494 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #889494 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; BORDER-LEFT: #889494 1px solid;   PADDING-TOP: 2px; BORDER-BOTTOM: #889494 1px solid;
}
input.style01{
font-size: 12px;padding-right:2px;padding-left:2px;background-color: #FEFEFE;border:1px solid #BBBBBB;color: #00999B;
}
input.style1_b1{
padding:2px 0px 2px 0px;FONT-SIZE: 12px;BORDER-RIGHT: #202020 1px solid; BORDER-TOP: #202020 1px solid;  BORDER-LEFT: #202020 1px solid; COLOR: #000000; BORDER-BOTTOM: #202020 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #F0F8FF;
}
select.style1{
BACKGROUND-COLOR: #ffffff;COLOR: #5C989B;BORDER-RIGHT: #889494 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #889494 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; BORDER-LEFT: #889494 1px solid;   PADDING-TOP: 2px; BORDER-BOTTOM: #889494 1px solid; BACKGROUND-COLOR: #ffffff
}
.style1__font01{
padding:0px 0px 0px 0px;FONT-SIZE: 7.5pt; COLOR: #555555; FONT-FAMILY: georgia, verdana, arial, sans-serif; font-stretch: ultra-expanded;text-align: left;
}
.style1_table01{ 
background-color: #fafafa;border: 1px solid #A3ADB7;border-collapse: collapse;
}
.style1_tdfoot{
padding:2px 0px 2px 0px;BORDER-TOP: 1px solid #A3ADB7;background-color: #DCDCDC;FONT-SIZE: 11px; COLOR: #2E7C8B; LINE-HEIGHT: 20pt; FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded 
}

.style1_table{
background-color: #fafafa;border: 1px solid #8F9BA7;border-collapse: collapse;
}
.style1_tdhead{
BORDER-right: 1px solid #CFCFCF; padding:4px 5px 4px 5px;BORDER-BOTTOM: 1px solid #A3ADB7;background-color: #E2E2E2;FONT-SIZE: 11px; COLOR: #2E7C8B; FONT-FAMILY: "Verdana", "Arial";
}
.style1_td1{
BORDER-right: 1px solid #CFCFCF;
BORDER-BOTTOM: 1px solid #CFCFCF;
BORDER-TOP: 1px solid #CFCFCF;
background-color: #F9F9F9;FONT-SIZE: 11px; COLOR: #2E7C8B;  FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded; vertical-align: middle ;
}
.style1_td2{
BORDER-right: 1px solid #CFCFCF;BORDER-BOTTOM: 1px solid #CFCFCF;BORDER-TOP: 1px solid #CFCFCF;background-color: #EFEFEF;FONT-SIZE: 11px; COLOR: #2E7C8B;  FONT-FAMILY: "Verdana", "Arial"; font-stretch: ultra-expanded; vertical-align: middle ;
}


/*- Menu Tabs B--------------------------- */

img {
    border: none;
}

/*- Menu Tabs 1--------------------------- */
#tabs1 {
    float: left;
    width: 100%;
    font-size: 93%;
    line-height: normal;
    border-bottom: 1px solid #BCD2E6;
}

#tabs1 ul {
    margin: 0;
    padding: 5px 10px 0 0px;
    list-style: none;
}

#tabs1 li {
    display: inline;
    margin: 0;
    padding: 0;
}

#tabs1 a {
    float: left;
    background: url("/images/tab/tableft1.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}

#tabs1 a span {
    float: left;
    display: block;
    background: url("/images/tab/tabright1.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #627EB7;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span {
    float: none;
}

/* End IE5-Mac hack */
#tabs a:hover span {
    color: #627EB7;
}

#tabs1 a:hover {
    background-position: 0% -42px;
}

#tabs1 a:hover span {
    background-position: 100% -42px;
}

#tabs1 #current a {
    background-position: 0% -42px;
}

#tabs1 #current a span {
    background-position: 100% -42px;
}




strong {
	font-weight: normal;
}

.headImg_circle{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 3px 3px 15px #7a7a7a;
}



.ad300x250,.ad728x90,.ad300x600,.ad468x60,.ad260x260,.ad550x70 {
	overflow: hidden;
	text-align: center;
	margin: 20px 0 ;
}

.RForm{
	 padding: 15px 8px 6px 12px;
    text-align: left;
}
.RForm_group{
	width: 100%;
	margin-bottom: 10px;
}
.RForm_title{
	width: 22%;
    display: inline-block;
    text-align-last: justify;
}
.RForm_data{
	width: 65%;
    display: inline-flex;
    padding-left: 8px;
}
.RForm .search-btn{
    font-size: 13px;
    margin: 0 5px;
    border-radius: 5px;
    padding: 3px 5px;
    background: white;
    border-width: 1px;
}
.RForm .search-btn:hover{
	color: white;
	background: gray;
}

.RForm_Btn_Div{
	text-align: right;
	padding: 0px 0px 4px 0px;
}



/* 房屋土地租屋搜尋按鈕 */
.query_Btn_Div{
	display: inline-flex;
	float: right;
	padding:7px 0px 4px 0px;
}
.query_Btn_1{
	border:0px solid #BBBBBB;
	background: url('/house000/images/icon/search_p02.gif');
	width: 59px;
	height:18px;
}
.query_Btn_2{
	border:0px solid #BBBBBB;
	background: url('/house000/images/icon/search_p01.gif');
	width: 42px;
	height:18px;
}

/* header + collapse */
.panel-body{
	border-top:  0.5px #E7E7E7 solid;
	padding: 7px  0px 7px 0!important;
	border-bottom: 0.5px #E7E7E7 solid;
	background: #F8F8F8;
}
.header_xs_a{
	margin: 0px 14px 8px 0;
}
.header_collapse{
	margin: 5px 5px 5px 0;
}
.header_img{
	margin: 0px 15px 11px 3px ;
}
.header_collapse_btn{
	display:inline-flex;
	font-size:14px;
	cursor: pointer;
	color: #929292;
	text-decoration: none;
	border: 2px solid;
	border-radius: 20px;
	padding: 2px 12px 1px 12px;
	margin-left: 5px;
	margin-top: 15px;
}
.style_collapse_btn_1{
	border-color: #A39088;
	color: #A39088
}
.style_collapse_btn_2{
	border-color:#CA3533; 
	color:#CA3533; 
}
.style_collapse_btn_3{
	border-color: #7CB445;
	color: #7CB445;
}
.style_collapse_btn_4{
	border-color: #3E45A8;
	color: #3E45A8;
}


.header_collapse > .style_collapse_btn_1:hover{
	background: #A39088;
	color: white!important;
}
.header_collapse > .style_collapse_btn_2:hover{
	background: #CA3533;
	color: white!important;
}
.header_collapse > .style_collapse_btn_3:hover{
	background: #7CB445;
	color: white!important;
}
.header_collapse > .go-site{
	display: inline-flex;
	margin-top: 15px;
	float: inherit;
}

.header_icon{
	margin: 5px 15px 0px 0px;
	font-size: 25px;
	border-color: #BDBDBD;
}
.header_btn_border{
	border: black 1px solid;
	padding: 5px 10px 5px 10px;
	border-radius:10px;
	border-color: #6AAFAF;
	color: #6AAFAF;
	float: right;
	margin-top: 8px;

}
.header_div_border{
	margin: 5px 0px 0px 7px;
	padding: 15px 14px 15px 15px;
}
.div_m>span{
	padding-left: 5px;
	padding-right: 5px;
}
/* menu */
.menu_zone{
	padding-top:5px;
	border: solid 1px #aaaaaa;
	box-shadow: 0px 2px 5px #bdbdbd;
}
.menu_row{
	padding:8px 5px 0px 0px;
}
.menu_item{
	display: flex;
}
.menu_title{
	padding: 3px 0px 3px 5px;
	min-width: 36px;
}
.menu_info{
	text-align: left;
	padding: 3px 0px 3px 15px;
}


*{ 
	font-size: 15px;
	font-family: "Apple Braille","微軟正黑體","微軟雅黑","Arial","Verdana","arial","serif","宋體";
}
*::selection {
	background: #b9ebe4;
	color: #1c1b1c;
	font-weight:100;
}
*::-moz-selection {
	background: #b9ebe4;
	color: #1c1b1c;
	font-weight:100;
}
body {
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #333333;
	font-family: "微軟正黑體","微軟雅黑","Arial","Verdana","arial","serif","宋體";
	/*background-image: url(../../images/back/2009back.png?a=201104771226); */
	/*background-position: bottom;*/
	/*background-attachment: fixed;*/
	/*background-repeat: repeat-x;*/
	background-color: #fff;
	padding: 0px 0px 0px 0px;
}
body .container{
	box-shadow: 0px 0px 25px #e7e7e7; 
	background: #ffffff!important;
}
.mincolor{
	background-color:#4569d3;
}
#mm-0{
	z-index: inherit
}
img{
	display: inline-block;
	position: relative;
}
img::after{
	content:"圖片不存在：" attr(alt);
	display: block;
	font-size: 14px;
	color: #9E9E9E;
	border: 1px dashed #9E9E9E;
	padding: 15px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
}
.img-default img{
	max-width: 100%;
}
h1{
	font-size: 24px;
	text-decoration: none;
	color: #003366;
	vertical-align: bottom;
	font-family: "Verdana", "Arial";
	padding: 10px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}
h2 {
	color: #0000CC;
	font-size: 20px;
	margin: 6px 0px 6px 0px;
}

h3 {
	color: #c77720;
	font-size: 16px;
	margin: 4px 0px 4px 0px;
}
h4 {
	color: #f5f5f5;
}
a:hover , a:visited , a:active,a:focus{
	text-decoration: none;
}
*:focus {
	outline: none !important;
	text-decoration: none;
}
footer>.copyright {
	background: #d1d1d1;
	color: #5d5c5c;
	padding: 6px 0px;
}
footer>.links {
	background: #9E9E9E;
}
footer>.links ul {
	list-style: none;
	-webkit-padding-start: 0em;
}
footer div {
	vertical-align: top;
}
footer>.links>.links-left ul>li{
	border-left: 2px solid #7d7d7d;
	padding-left: 1em;
}
footer a{
	color: #505050;
}
footer a:hover,footer a:active,footer a:focus {
    color: rgba(255,255,255,0.7);
}

.font_01{
	font-size: inherit;
	color:#5c5c5c;
}
.font_02{
	font-size: inherit;
	color:#999999;
}
.font_03{
	font-size: inherit;
	font-weight: bold;
}
.font_06{
	font-size: inherit;
	color: #F26F89;
}
.header-menu-up{
	border-bottom: 1px solid;
	float: left;
	width: 100%;
	padding:5px;
}


/* .interval{
	margin-bottom: 20px!important;
} */
.interval-x{
	margin-left: 15px;
	margin-right: 15px;
}
.banner{
	float: left;
	width: 100%;
	min-height: 170px;
	position: relative;
}
.bg{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-top: 1px solid #ededed;
}
.banner-ad{
	height:70px;
	overflow:hidden;
	margin-top: 30px;
}
.banner-ad li{
	height: 100%;
}
.banner-ad img{
	max-width: 550px;
	max-height: 70px;
	width: 100%;
	height: 100%;
}
.banner-menu{
	margin-top: 15px;
}
.banner-menu a{
	margin: 0px 2px;
}
.citymenu_b{
	min-height: 38px;
	float: left;
	width: 100%;
}
.citymenu{
	padding: 0px;
	top: 0px;
	z-index: 99;
}
.citymenu ul{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.citymenu ul>li{
	float: left;
	width: 4.8%;
}
.citymenu a{
	width: 100%;
	float: left;
	text-align: center;
	color: #ffffff;
	padding: 10px 4px 8px 4px;
	background-color: #134b8f;
}
.citymenu a:hover,.citymenu a.active{
	background-color: #69e3e7;
	color: #000000;
}

#index-ad-a2c>div{
	padding: 0px;
	margin-bottom:10px;
}
#index-ad-a2c li{
	height: 100%;
}
#index-ad-a2c img {
	width: 100%;
	height: 100%;
}
main{
	padding:8px 6px 0px 6px;
}
main .index-content {
    float: right;
    padding: 0px;
}
main .index-sidebar {
	float: left;
	font-size: 15px;
	padding: 0px 6px;
}
.div5050{
	min-width: 310px;
	overflow: hidden;
	margin: 5px 0px 0px 0px;
}

.mk1{
	border: 1px solid #e7e7e7;
}
.linkq{
	font-size: 14px;
	color: #000033;
	text-decoration: none;
	font-family: "Verdana", "Arial";
}
.linkq:hover{
	color: #c77720;
	text-decoration: none;
}
.h100{
	height: 100%;
}
#header1{
	width: 100%
}
.objtotal{
	float: left;
	padding: 0px 5px;
	width: 100%;
}
.objtotal-title{
	font-size: 13px;
	float: left;
}
.objtotal-content{
	font-size: 13px;
	float: right;
}
.fit-contain{
	object-fit: contain;
}
.fit-cover{
	object-fit: cover;	
}
.fit-contain,.fit-cover{
	height: 100% !important;
	width: 100% !important;
}
.fit-contain > img{
	object-fit: contain;
	height: 100% !important;
	width: 100% !important;
}
/* IE 處理object-fit效果 */
.fit-contain.compat-object-fit-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.compat-object-fit-contain > img {
  opacity: 0;
}

.nav-tabs>li>a{
	border: 1px solid #ddd;
}
.ad300x250,.ad728x90,.ad300x600,.ad468x60,.ad260x260,.ad550x70 {
	overflow: hidden;
	text-align: center;
}
.ad260x260 img{
	max-width: 260px;
	max-height: 260px;
	object-fit: contain;
	width: 100%;
}
.ad550x70 img{
	max-width: 550px;
	max-height: 70px;
	object-fit: contain;
	width: 100%;
}
.ad160x600{
	display: inline-block;
}
.ad300x600 img{
	object-fit: contain;
	width: 100%;
	max-width: 300px;
	max-height: 600px;	
}
.ad300x105 img{
	object-fit: contain;
	width: 100%;
	max-width: 300px;
	max-height: 105px;
}
.ad145x165x2 img{
	object-fit: contain;
	width: 48%;
	max-width: 149px;
	padding: 0px 1px;	
}
.ad145x165 img{
	object-fit: contain;
	width: 100%;
	max-width: 145px;
	max-height: 165px;
}
.ad300x250 img{
	object-fit: contain;
	width: 100%;
	max-width: 300px;
	max-height: 250px;
	padding-bottom: 2px;
}
.ad728x90 img{
	object-fit: contain;
	width: 100%;
	max-width: 782px;
	max-height: 90px;
}
.ad145x35 img{
	object-fit: contain;
	max-width: 145px;
	max-height: 35px;
	width: 100%;
}
.ad145x35x6 img{
	object-fit: contain;
	max-width: 145px;
	max-height: 35px;
	width: 48.5%;
}
.ad468x60 img{
	object-fit: contain;
	max-width: 468px;
	max-height: 60px;
	width: 100%;
}
.morecitydata-img{
	padding:0px 2px;
	width: 25%;
	float: left;
}
.morecitydata-img img{
	width: 100%;
	height: 69px;
}
.morecitydata-item{
	padding-top: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.morecitydata-item::before,.item04::before{
	content:'．';
	color: #000000;
}
#del{
	text-decoration: line-through;
}
.text-nowrap{
	white-space: nowrap;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.salemember{
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
ol.breadcrumb{
	margin-bottom: 8px;overflow: auto;white-space: nowrap;
}
ol.breadcrumb>li,ol.breadcrumb>li>a{
	font-size: 13px;
}
.function-box{
	z-index: 15;
	position: fixed;
	bottom: 5%;
	right: 12px;
	padding: 0px 6px;
	width: min-content;
}
#my319bar{
	z-index: 15;
	position: fixed;
	padding:0px;
	bottom: 30px;
	right: 75px;
	background: #ffffff;
	box-shadow: 0px 0px 5px #aaa;
	display: none;
}
#my319bar>.my319bar-objmenu{
	float: left;
	width: 100%;
	white-space: nowrap;
	overflow: scroll;
	padding-left: 15px;
}
#my319bar>.my319bar-objmenu>.cityitem{
	display: inline-block;
	width: 60px;
	text-align: center;
	border: 1px solid #20bfbb;
	color: #20bfbb;
	padding: 1px 5px;
	margin: 10px 5px 0px 5px;
	border-radius: 40px;
	font-size: 16px;
}
#my319bar>.my319bar-objmenu>.cityitem.active,#my319bar>.my319bar-objmenu>.cityitem:hover{
	background-color: #20bfbb;
	color: #fff;
}
#my319bar>.btn-zone{
	float: left;
	width: 95px;
	padding: 0px 5px;
	margin-top:15px;
}
#my319bar>.btn-zone a{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#my319bar-content{
	float: left;
	height: 220px;
	margin:0px 5px;
	position: relative;
}
#my319bar-content>#browselist{
	overflow: auto;
	padding-top: 8px;
	white-space: nowrap;
}
#my319bar-content>.my319bar-indicator{
	position: absolute;
	top: 45%;
	z-index: 1;
	background-color: #2db8c1;
	color: #ffffff;
	height: 30px;
	width: 30px;
	margin:0px;
	border-radius: 50%;
	padding: 0px;
}
#my319bar-content>.indicator-left{
	left: 0px;
}
#my319bar-content>.indicator-right{
	right: 0px;
}

#yes319m{
	padding: 7px 0px 0px 0px;
	font-size: 13px;
}
#bodyleft-ball,#home-ball,#management-ball{
	padding: 15px 0px 0px 0px;	
}
#back_top{
	/* padding: 15px 0px 0px 0px;
	font-size: 20px; */
}
.footer_btn{
	width: 80%;
    height: 65%;
    padding: 8px 0;
}
#my319-ball{
	padding: 6px 0px 0px 0px;
	font-size: 12px;
}
#share-ball::before{
	float: left;
	padding: 16px 2px 0px 0px;
	width: 100%;
	font-size: 33px;
}
#other_menu_ball{
	background-color: #009FCC;
	padding-top:16px;
}
#other_menu_ball:active{
	background-color:#00BBFF;
}
.box-ball{
	cursor: pointer;
	color: #ffffff;
	margin: 5px 0px 0px 0px;
    width: 50px;
    height: 50px;
    text-align:center;
    line-height: 17px;
    font-size: 15px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.5);
}
.box-ball:hover{
	background-color:rgba(0, 0, 0, 0.9);
}

.des-barnner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.bar>.nav>li.active>a{
	background-color: #f1f1f1;
	color: #d9534e;
}
.bar li{
	width: 20%;
	max-width: 100px;
	text-align: center;
}
.bar .nav>li>a {
	border-radius: 10px 10px 0px 0px;
	padding: 10px 0px 5px 0px;
	margin-right: -1px;
}
#bs-slidetexts2{
}
#bs-slidetexts3{
	height: 100px;
}
.title-2{
	color: #c77720!important;
}
.padding-default{
	padding: 0px 6px!important;
}
.qrcode{
	object-fit: contain;
   width: 100%;
   max-width: 180px;
   max-height: 180px;
}
/* 縣市頁右側資料小格 */
.box{
	border-top:2px solid #888;
	box-shadow: 0px 2px 5px #bdbdbd;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
}

.box2 {
	height:135px;
	text-align: left;
	vertical-align:top;
	background-image: url("/house000/images/m1/m1_navBar_bg01.png");
	background-repeat: no-repeat;
	text-align: center;
}
.box>.title{
	font-size: 1.2rem;
	padding: 5px 0px;
	border-bottom:1px solid #bdbdbd;
}
.box>.content{
	padding: 10px 5px 15px 5px;
}

.box-2{
	position: relative;
	margin: 10px 0px;
	color: #5c5c5c;
	background-color: #fff;
}
.box-2 .title{
	width: 100%;
	font-size: 20px;
   color: #5c5c5c;
   border-left: 7px solid #5c5c5c;
   padding: 0px 0px 0px 10px;
   margin-bottom: 10px;
   text-align: left;
}
.box-2 .content{
	border: 1px solid #bdbdbd;
    border-top: 3px solid #5c5c5c;
    padding: 5px 5px 10px 5px;
    width: 100%;
    min-height: 1px;
    overflow: auto;
}
.box-3{
	position: relative;
	float: left;
	width: 100%;
	color: #5c5c5c;
	border: 1px solid #a7a7a7;
	border-radius: 5px;
	background-color: #fff;
}
.box-3>.title{
	width: 100%;
	font-size: 20px;
    color: #5c5c5c;
    padding: 0px 0px 0px 10px;
}
.box-3>.content{
	font-size: 20px;
	width: 100%;
	float: left;
	padding: 5px;
	overflow: hidden
}
.box-3>.content .fa{
	font-size: 35px; 
}
.box-4{
	position: relative;
	float: left;
	width: 100%;
	color: #5c5c5c;
	background-color: #fff;
}
.box-4>.title{
	width: 100%;
	font-size: 20px;
	border-bottom: 2px solid #E5E5E5;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.box-4>.title>span{
	color: #5c5c5c;
	font-size: 20px;
	padding-bottom: 3px;
	border-bottom: 2px solid #4569d3;
}
.box-4>.content{
	float: left;
	width: 100%;
	padding: 0px 15px;
	position: relative;
}
.box-5{
	color: #5c5c5c;
	background-color: #fff;
}
.box-5>.title{
	background-color: #2db8c1;
	padding-left: 13px;
	width: 100%;
	line-height: 38px;
	color: #FFF;
}
.box-5>.content{
	background-color: #F7F6F6;
}
.box-6{
	box-shadow: 0px 0px 10px #a7a7a7;
	border-radius: 8px;
	float: left;
	width: 100%;
	color: #5c5c5c;
	background-color: #F7F6F6;
	overflow: hidden;
	padding-bottom: 8px;
}
.box-6>.title{
	background-color:#009FCC;
	padding:0px 13px;
	float: left;
	width: 100%;
	line-height: 38px;
	font-size: 17px;
	color: #FFF;
}
.box-6>.content{
	float: left;
	width: 100%;
	background-color: #F7F6F6;

}
.box8 {
	background-image: url("/house000/images/m1/objb8.gif");
	background-repeat: no-repeat;
	width:150px;
	height:160px;
	padding: 6px 12px 0px 0px;
} 

.box-style1>.title{
	background-color:#009FCC!important;
}
.item1{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #4569d3;
	padding: 5px 5px 5px 10px;
}
.item1:hover,.item2:hover,.item1.active{
	background-color: #00BBFF;
	color: #fff;
}
.item2{
	border-left: 12px solid #64c2c8;
	border-bottom: 1px solid #fff;
	float: left;
	width: 100%;
	padding: 5px 5px 5px 10px;	
}
.iconZone{
	position: absolute;
	right: 0px;
	top: 5px;
}
.iconZone>img{
	display: block;
	margin: 1px 5px 2px 1px;
	width: 45px!important;
	height:17px!important;
}
.data-set{
	width: 99.5%;
	display: inline-block;
	margin-bottom: 10px;
	border-bottom: 1px dashed #a7a7a7;
	float: left;
	overflow: hidden;
	line-height: inherit;
}
.data-set>.column-title{
	float: left;
	color: #4569d3;
	width: 112px;
	text-align-last: justify;
	vertical-align: top;
	font-size: 16px;
	white-space: nowrap;
}
.data-set>.column-data{
	color: #4c4c4c;
	padding-left:111px;
	font-size: 16px;
	white-space: normal;
    min-height: 26px;
    vertical-align: bottom;
}
.data-set-obj{
	width: 99.5%;
	display: inline-block;
	float: left;
	overflow: hidden;
	line-height: inherit;
}
.data-set-obj>.column-title-obj{
	float: left;
	color: #000;
	width: 77px;
	text-align-last: justify;
	vertical-align: top;
	font-size: 14px;
	white-space: nowrap;
}
.data-set-obj>.column-data-obj{
	color: #4569d3;
	padding-left:87px;
	font-size: 14px;
	white-space: normal;
    min-height: 24px;
    vertical-align: bottom;
}
.life-zone,.life-zonew60,.life-zonew100{
	list-style: none;
	padding: 0px;
}
.life-zone>li{
	display: inline-block;
	min-width: 85px;
}
.life-zonew60>li{
	display: inline-block;
	width: 70px;
}
.life-zonew100>li{
	display: inline-block;
	width: 100px;
	white-space: nowrap;
}
#hot-today-zoneH>.box-obj-title{
	height: 100%;
}
.hot-today-zone,.handpicked,.rent-zone{
	margin: 0px 0px 20px 0px;
}
.hot-today-zone>.title,.handpicked>.title,.rent-zone>.title{
	font-size: 20px!important;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-left: 7px solid #64c2c8;
}
.hot-today-zone>.content,.handpicked>.content,.rent-zone>.content{
	width: 100%;
	border-top: 3px solid #64c2c8;
	box-shadow: 0px 2px 5px #bdbdbd;
	padding: 5px 5px 10px 5px;
}
.hot-today-zone>.content{
	height: 535px;
}
#hot-tody-carousel>.carousel-indicators{
	bottom: 23%;
}
#hot-tody-carousel .icon-carousel-right,#hot-tody-carousel .icon-carousel-left{
	font-size: 30px;
	top: 40%;
	position: absolute;
}
#hot-tody-carousel .carousel-inner{
	height: 100%;
}
#hot-tody-carousel .carousel-inner>.carousel-control{
	background-image:none;
}
#hot-tody-carousel , #hot-tody-carousel .box-obj{
	height: 100%!important;
}
#box-obj-titleH{
	height: 100%;
}
#hot-tody-carousel .box-obj-title{
	height: 77%;
}
#hot-tody-carousel .box-obj-content{
	padding-left: 20px;
	height: 23%;
}
#hot-tody-carousel .box-obj-content>.item-title {
	padding: 10px 5px 5px 5px;
	font-size: 24px;
}
#hot-tody-carousel .box-obj-content>.item-data{
	font-size: 18px;
}

.typelabel{
	font-size: 14px;
	margin: 1px 0px;
	text-align: center;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	width: 60px;
	color: #ffffff;
	z-index: 2;
}

.box-HH{
	background-color: #fff;
	height: 160px;
	padding: 15px 0px;
	border-bottom: 1px solid #dbdbdb;
}
.box-HH:hover{
	background-color: #f6f6f6;
}
.box-HH>.obj-data{
	padding-top: 5px;
}
.box-HH>.obj-data>.title{
	font-size: 16px;
}
.box-HH>.obj-img>img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

a.go-site{
	cursor: pointer;
	font-size: 16px;
	color: #929292;
	text-decoration: none;
	border: 2px solid;
	border-radius: 20px;
	padding: 2px 12px 1px 12px;
	float: right;
	border-color:#64c2c8;
	margin-left: 5px;
	
}
a.go-site:hover{
	color: #fff;
	background-color: #64c2c8;
}
#search-zone,.bar-content{
	padding: 10px 5px;
	float: left;
	width: 100%;
	background-color: #f1f1f1;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#search-zone select.form-control{
	width: 45%;
	float: left;
}
.tilde::before {
	content: '~';
	text-align: center;
	float: left;
	width: 10%;
}
.copyright{
	padding: 6px 0px;
}
.text-overflow{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 2%;
}

/*FontAwesome*/
.icon-carousel-left,.icon-carousel-right,.icon-question{
	font-family: "FontAwesome"!important;
	font-style: normal;
}
.icon-carousel-left::before {
    content: "\f053";
}
.icon-carousel-right::before {
    content: "\f054";
}
.icon-question::before{
	content: "\f059";
	font-size: 18px;
}
/*end*/
.icon-share-mail>i{
	cursor: pointer;
	width: 50px;
	height: 47px;
	vertical-align: top;
	font-size: 28px;
	padding-top: 8px;
	border-radius: 7px;
	margin: 2px 5px 0px 5px;
	border: 1px solid #4569d3;
	color: #fff;
	background-color: #4569d3;
}
.icon-share-mail>i:hover{
	color: #4569d3;
	background-color: #fff;
}
.icon-share{
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0px 5px;
	background-image: url(/img319/icon/social_icons.svg);
	background-repeat: no-repeat;
	background-size: 1000%;
}
.icon-Facebook,.icon-Plurk,.icon-Line,.icon-Twitter{
	background-position-y:  -105px;
}
.icon-share:hover{
	background-position-y:  -55px;
}

.icon-Line{
	background-position-x: -319px;
}
.icon-Facebook{
	background-position-x: -168px;
}
.icon-Plurk{
	background-position-x: -117px;
}
.icon-Twitter{
	background-position-x: -67px;
}

#obj-detail .small-function{
	margin: 15px 0px;
	-webkit-padding-start: 0px;
	list-style: none;
	text-align: center;
}
#obj-detail .small-function li{
	display: inline-block;
	font-size: 16px;
	margin: 0px 5px;
	padding: 3px 8px;
}
#obj-img-carusel{
	/* 2018/12/04 back 修改*/
	/*padding-bottom: 115px;*/
	padding-bottom: 45px;
}
#obj-img-carusel>.carousel-control{
	background-image:none;
}
#obj-img-carusel>.carousel-control>.icon-carousel-left{
    color: #4569d3;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 5;
    display: inline-block;
}
#obj-img-carusel>.carousel-control>.icon-carousel-right{
	color: #4569d3;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px;
	position: absolute;
	top: 40%;
	right: 40%;
	z-index: 5;
	display: inline-block;
}
#obj-img-carusel>.carousel-indicators{
	width: 100%;
	left: 30%;
	bottom: -4px;
	white-space: nowrap;
	overflow: auto;
	z-index: 1;
}
#obj-img-carusel>.carousel-indicators>.img-indicator{
	display: inline-block;
	/* 2018/12/04 back 修改 */
	/*width: 120px;
	height: 90px;*/
	width:  40px;
	height: 30px;
	margin: 0px 1px;
	/* opacity: .5; */
	background-color: #fff0;
	overflow: hidden;
	position: relative;
}
#obj-img-carusel>.carousel-indicators>.img-indicator>.img-type{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 5px 0px 3px 0px;
	background-color: #0009;
	color: #fff;
}
#obj-img-carusel>.carousel-indicators>.img-indicator.active{
	border: 1px solid #ee3333;
}
#obj-img-carusel>.carousel-inner{
	width: 78%;
	margin: 0px auto;
}
#obj-img-carusel>.carousel-inner>.item{
	height: 450px;
}
#obj-img-carusel>.carousel-inner>.item>img{
	height: 100%;
	width: 100%;
}

#obj-img-carusel>.thumbnail-indicator{
	position: absolute;
	bottom: 0px;
	z-index: 2;
	/* 2018/12/04 back 修改 */
/*	height: 100px;
	width: 30px;*/
	height: 30px;
	width: 30px;
	/*background: #4569d3;*/
	opacity: .4;
}
#obj-img-carusel>.thumbnail-indicator:hover{
	opacity: .7;
}
#obj-img-carusel>.indicator-left{
	left: 0;
}
#obj-img-carusel>.indicator-right{
	right: 0;
}
#obj-img-carusel>.indicator-left>.icon-carousel-left,#obj-img-carusel>.indicator-right>.icon-carousel-right{
	width: 15px;
	height: 15px;
	margin-top: -10px;
	font-size: 15px;
	color: #000;
	position: absolute;
	display: inline-block;
	z-index: 5;
	top: 50%;
}
#obj-img-carusel>.indicator-left>.icon-carousel-left{
	left: 25%;
}
#obj-img-carusel>.indicator-right>.icon-carousel-right{
	right: 10%;
}
#obj-img-carusel>.thumbnail-indicator,#obj-img-carusel>.carousel-indicators>.img-indicator,#obj-detail .small-function>li{
	cursor: pointer;
}

#obj-img-carusel:hover .divplay{
	opacity:1;
}
.divplay{
	position: absolute;
	z-index: 3;
	left: 45%;
	bottom: 50%;
	opacity:0;
}
.play{
	height: 80px;
	width: 80px;
	border-radius: 80px;
	position: relative;
	box-shadow: 0px 0px 10px #a7a7a7;
	background-color: #ffffff7d;
}
.play:hover{
	background-color: #ffffff7d;
}
.play>i{
	position: absolute;
	font-size: 50px;
	top: 20%;
	left: 23%;
	opacity:0;
	}
.play>i.fa-play{
	left: 31%;
}
.play:hover >i{
	color: #5c5c5c;
	opacity:.8;
}
.play:hover >span{
	opacity:0;	
}
#modal-HouseTalkMyFriend{
	z-index: 1051;
}
.public-msg-box .modal-header{
	background: #4569d3;
	text-align: center;
}
.public-msg-box .modal-header>.close{
	color: #ffffff;
	opacity: 1;
}
.public-msg-box .modal-header>.modal-title{
	color: #ffffff;
	font-size: 18px;
}
.public-msg-box .modal-body{
	text-align: center;
}
.public-msg-box .modal-body>.modal-msg{
	text-align: left;
	display: inline-block;
}
.public-msg-box .modal-footer{
	text-align: center;	
}
.video{
	max-width: 640px;
	height: 385px;
	overflow: hidden;
}
.videoMap{
	height: 385px;
}


#sale-zone .sale-img>img{
	width:100%;
	height:210px;
	object-fit: cover;
	box-shadow: 3px 3px 15px #7a7a7a;
}

#other_menu .content{
	background:linear-gradient(white 30%, rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0), white 70%) bottom,radial-gradient(at top, rgba(0,0,0,.2), transparent 70%),radial-gradient(at bottom, rgba(0,0,0,.2), transparent 70%) bottom;
	background-repeat: no-repeat;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
	background-attachment: local, local, scroll, scroll;
}
#search-zone .dropdown,#search-zone .form-more,#search-zone #search-qs,#search-zone .search-btn{
	position: relative;
	padding: 3px 2px;
	float: left;
}
#search-zone #search-qs,#search-zone .search-btn{
	width: 50%;
}
#search-zone .search-right{
	float: right;
	width: 28%;
}
#search-zone .dropdown{
	width: 9%;
}

.mobile-hide{
	display: block;
}
#search-zone .form-more{
    width: 100%;
	text-align: center;
}
#search-zone .form-more>.open{
	width: 100%;
	background: #fff;
	border: 1px solid #a7a7a7;
	box-shadow: none;
	padding: 6px 0px;
}
#search-zone .dropdown>.dropdown-toggle{
	background-color: #fff;
	width: 100%;
	border: 1px solid #a7a7a7;
	box-shadow: none;
	padding: 6px 0px;
}
#search-zone .dropdown>.dropdown-menu>label>input{
	margin-right: 4px;

}
#search-zone .dropdown>.dropdown-menu::before,#search-zone .dropdown>.dropdown-menu::after{
	content: "";
	border-style: solid;
	position: absolute;
	left: 4%;
	border-width: 10px;
}
#search-zone .dropdown>.dropdown-menu::before{
	top: -20px;
	border-color: transparent transparent #c4c4c4 transparent;
}
#search-zone .dropdown>.dropdown-menu::after{
	top: -19px;
	border-color: transparent transparent #ffffff transparent;
}
#search-zone .dropdown>.dropdown-menu{
	min-width: 300px;
	padding: 5px 10px;
}
#search-zone .dropdown>.dropdown-menu>label{
	min-width: 60px;
	padding-right: 5px
}

.search-terms{
	padding: 10px;
	float: left;
	width: 100%;
}
.term-title,.form-term{
	float: left;
	margin: 2px 10px 2px 0px;
	border-radius: 5px;
	padding:3px 5px;
}
.term-title{
	background-color: #d9534f;
	color: #fff;
	border:1px solid #d9534f;
}
.term-content{
	padding-left: 78px;
}
.form-term{
	background-color: #fff;
	border:1px solid #bdbdbd;
}
.form-term:hover{
	cursor: pointer;
	color: #bdbdbd;
}
.form-term::after{
	font: normal normal normal 14px/1 FontAwesome;
	padding-left: 10px;
	content: "\f057";
}
.col-objsize4{
	/* width: 25%;
	float: left; */
}
.col-objsize3{
	/* width: 33.3%;
	float: left; */
}
.col-objsize2{
	width: 50%;
	float: left;
}
.transition , .box-obj img,.icon-share,.box-obj-content{
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

/* 分頁 */
.pageNum{
    color: #fff;
    background-color: #5bc0de;
    border: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: unset;
}
.pageNum:hover{
    color: #434343;
}
.pageNum.disabled{
    background-color: #f0ad4e;
    border-color: #eea236;
    color: white;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50px;
}
.pageNum svg{
	vertical-align: middle;
}

.muchBtn{
    color: #7996ff;
    border-color: #7996ff;
    background: white;
    width: auto;
    cursor: pointer;
}
.muchBtn:hover{
    background: #7996ff;
    color: white;
}
#muchAlert .modal-content{
	max-width: 100%;
	width: 550px;
    margin: auto;
}
#muchAlert .modal-body{
	padding: 30px;
}


/* ------------------media------------------  */
@media (min-width: 1440px)  {
    .container {
        max-width: 1560px;
    }
}
@media (min-width: 992px) and (max-width: 1440px) {
    /* lg~1440情況 */
    .container {
        max-width: 1400px;
    }
}
@media (max-width: 992px) {
	/* md = 折疊 以下 */
	main .index-content{
		float: left;
	}
	#sale-zone .sale-img>img{
		height: 145px;
	}
	#obj-img-carusel{
		padding-bottom: 0px;
	}
	/* 	物件頁圖片 */
	#data-obj-img .item{
		display: inline-block
	}
	/* 	footbar裡面的搜尋表單 */
	.RForm_title {
	    width: 18%;
	    display: inline-block;
	    text-align-last: justify;
	}
}
@media (min-width: 768px) and (max-width: 992px){
   /* md情況 */
   	.container {
    	max-width: 900px;
   	}
   	.header_link_zone{
	   	margin-top: 28px!important;
	   	margin-bottom: 10px;
   	}
   	.div_m{
		margin-top: 7px;
		margin-left: 7px;
	}
}
@media (min-width: 768px) {
	#other_menu,#other_menu .content{
		display: block!important;
		height: auto;
	}
}
@media (max-width: 768px){
	/* sm以下 */
	.container {
   		width: max-content;
   		max-width: 100%;
 	}
	#search-zone .search-right,#search-zone .search-btn{
		float: left;
		width: 100%;
	}
	#search-zone #search-qs,#search-zone .form-more{
		float: left;
		width: 50%;
	}
	#search-zone .dropdown>.dropdown-menu{
		position: relative;
		left: 0;
		width: 100%;
		min-width: 100%;
	}
	.mobile-hide{
		display: none;
	}
	#search-zone .dropdown{
		width: 50%;
	}
	#other_menu .content{
		max-height: 255px;
		overflow: auto;
	}
	#obj-img-carusel>.carousel-inner>.item{
		height: 350px;
	}
	.video,.videoMap{
		height: 310px;
	}
	#other_menu{
		display: none;
		position: fixed;
		right: 50px;
		bottom: 210px;
		z-index: 2;
		width: 220px;
	}
}

@media (max-width: 500px) {
	#obj-img-carusel>.carousel-inner>.item{
		height: 300px;
	}
	.video,.videoMap{
		height: 220px;
	}
	#sale-zone .sale-img>img{
		height: 145px;
	}
	.hot-today-zone .content{
		height: 330px;
	}
}
@media (max-width: 400px) {
	.col-objsize3,.col-objsize2{
		width: 100%;
	}
	footer>.links>.links-left>div{
		width: 100%;
	}
	#obj-img-carusel>.carousel-inner{
		width: 100%;
	}
	#obj-img-carusel>.thumbnail-indicator{
		height: 45px;
		width: 20px;
	}
}
