@charset "utf-8";
* {
	font-family: "微軟正黑體","微軟雅黑","Arial","Verdana","arial","serif","宋體";
	font-size: 14px;
}
*::selection {
	background: #b9ebe4;
	color: #1c1b1c;
	font-weight:100;
}
*::-moz-selection {
	background: #b9ebe4;
	color: #1c1b1c;
	font-weight:100;
}
body {
	margin: 0px 0px 0px 0px;
	color: #333333;	
	padding: 0px 0px 0px 0px;
}
main.row>*{
	padding: 0px 6px;
}
.container{
	box-shadow: 0px 0px 12px #989898; 
	background: #ffffff!important;
	width: 100%;
	max-width: 1560px;
}
hr {
    margin-top: 3px; 
    margin-bottom: 3px;
}
.infobox{
    box-shadow: 1px 2px 3px #989898;
    padding: 10px 10px 10px 16px;
    border: 1px solid #bbbaba;
    border-left: 8px solid #f51919;
    background-color: #faFAED;
	margin: 8px 5px 13px 0px;
	border-radius: 0px 0px 15px 0px;
}
label{
	font-weight: normal !important;
}
table{
	caption-side: top;
}
caption{
	font-size: medium;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.fontSizeS *:not(.link-btn1):not(.link1):not(.small):not(small){
	font-size: 14px!important;
}
.fontSizeS .data-set>.column-title{
	min-width: 57px;
}
.fontSizeL *:not(.link-btn1):not(.link1):not(.small):not(small){
	font-size: 18px!important;
}
.material-switch > input[type="checkbox"] {
	display: none;
}
.material-switch > label {
	cursor: pointer;
	height: 0px;
	position: relative; 
	width: 40px;  
}
.material-switch > label::before {
	background: rgb(0, 0, 0);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	content: '';
	height: 16px;
	margin-top: -8px;
	position:absolute;
	opacity: 0.3;
	transition: all 0.4s ease-in-out;
	width: 40px;
}
.material-switch > label::after {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	content: '';
	height: 24px;
	left: -4px;
	margin-top: -8px;
	position: absolute;
	top: -4px;
	transition: all 0.3s ease-in-out;
	width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
	background: inherit;
	opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
	background: inherit;
	left: 20px;
}
/* yes319m-panels start */
.yes319m-panels.yes319m-panelsR{
	left: initial!important;
	right: -80%!important;
}
.yes319m-panels.On.yes319m-panelsR{
	left: initial!important;
	right: 0px!important;
}
.yes319m-panels{
	position: fixed;
	left: -80%;
	top: 0px;
	width: 220px;
	background-color: #fff;
	background: #f3f3f3;
	border-color: rgba(0,0,0,.1);
	color: rgba(0,0,0,.75);
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	transition-duration: .5s;
	display: none;
	opacity: 0;
	z-index: 99;
}
.yes319m-panels.On{
	left: 0px;
	opacity: 1;
	display: block;
}

.yes319m-panels-x,.yes319m-panels-freeze{
	position: absolute;
	font-size: 20px;
	right: 0px;
	height: 50%;
	width: 43px;
	margin: 0px;
	background-color: #ffffff00;
	border: 0px;
	color: #fff;
	opacity: .75;
	text-shadow: 0 1px 0 #0e1c2f;
	border: 1px solid #ffffff00;
	transition: .2s ease;
	z-index: 1;
}
.yes319m-panels-x{
	top: 0px;
	font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.yes319m-panels-freeze{
	bottom: 0px;
}
.yes319m-panels-freeze.On{
	padding-top:5px; 
	color: #a94442;
}
.yes319m-panels-freeze>i{
	transition: .2s ease;
	transform: rotate(45deg);
}
.yes319m-panels-freeze.On>i{
	transform: rotate(0deg);
}
.yes319m-panels-x:hover,.yes319m-panels-freeze:hover{
	opacity: 1;
	border: 1px solid #fff;
}
.yes319m-panels-h{
	min-height: 60px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 5px 10px 10px;
	border-bottom: 1px solid #a3a3a3;
	overflow: hidden;
}
.yes319m-panels-h>.yes319m-panels-h_t{
	font-size: 19px;
	z-index: 1;
	color: #a3a3a3;
}
.yes319m-panels-b{
	overflow: auto;
	height: calc(100% - 100px);
	width: 100%;
	display: inline-block;
}
.yes319m-panels-f{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 0px;
	text-align: center;
}
.yes319m-p-btn,.yes319m-p-item,.yes319m-p-items_t{
	position: relative;
	font-size: 15px;
	display: block;
	padding: 0px 25px;
	line-height: 40px;
	border: 1px solid #f3f3f3;
	color: #5c5c5c;
	background-color: #fff;
	white-space: nowrap;
}
.yes319m-p-btn:hover,.yes319m-p-btn.active{
	border: 1px solid #addee1;
	background-color: #addee1;
}
.yes319m-p-btn:hover, .yes319m-p-btn:active, .yes319m-p-btn:focus,.yes319m-p-btn.active{
	color: #000;
}
.yes319m-p-btn>.badge{
	position: absolute;
	right: 15px;
	top: calc(50% - 9px);
}
.yes319m-p-btn>.fa{
	width: 25px;
	font-size: 22px;
	text-align: center;
	margin-right: 6px;
}
.yes319m-p-items{
	border-bottom: 3px solid #4fc9d1;
}
.yes319m-p-items_t{
	font-size: 16px;
	color: #fff;
	background-color: #2db8c1;
	padding-left: 15px;
	letter-spacing: 4px;
	border: 0px;
}
.yes319m-p-items_t::after{
	transition: .3s ease;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f077";
	position: absolute;
	font-size: 15px;
	right: 12px;
}
.yes319m-p-items_t.collapsed::after{
	transform: rotate(180deg);
}
/* yes319m-panels end */
#obj_heart.in,[obj_heart].in{
	color: #e83e3c!important;
}
#obj_heart.in:hover{
    background-color: #fff!important;
    box-shadow: 0px 0px 0px 1px #5c5c5c!important;
}
.Loading{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 4;
	padding-top: 30px;
	color: #fff;
	text-align: center;
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}
.mincolor{
	background-color:#4569d3;
}
#mm-0{
	z-index: inherit
}
img{
	display: inline-block;
	position: relative;
}
.img-default img{
	max-width: 100%;
}
.p1 {
	padding: 5px 5px 5px 0px;
}
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;
	padding-top: 6px;
}

h3 {
	color: #c77720 !important;
	font-size: 16px !important;
	margin: 4px 0px 4px 0px;
}
h4 {
	font-size: 18px;
	color: #f5f5f5;
}
a{
	color: #337ab7;
}
a,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 {
	width: 100%;
	float: left;
	background: #9E9E9E;
	/*position: relative;*/
}
footer>.links ul {
	list-style: none;
	-webkit-padding-start: 0em;
}
footer>.links>.links-left>div {
	min-width: 210px;
	width: 22%;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
}
footer>.links>.links-left ul>li{
	border-left: 2px solid #7d7d7d;
	padding-left: 1em;
}
footer a{
	color: #323131;
}
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;
}

.linka{
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	color:#5c5c5c;
	border-radius: 10px;
	border: 1px solid #5c5c5c;
	text-decoration: none;
	margin: 1px 1px;
	min-height: 19px;
	padding: 2px 7px 0px 7px!important;
}

.linka:hover {
	font-size: 14px;
	color:#ffffff;
	background-color: #5c5c5c;
	text-decoration: none;
}


a.linkb {
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	color:#9a0c0c;
	border-radius: 10px;
	border: 1px solid #999999;
	text-decoration: none;
	margin: 1px 1px;
	padding: 2px 7px 0px 7px!important;
}
a.linkb:hover {
	font-size: 14px;
	color:#ffffff;
	background-color: #9a0c0c;
	text-decoration: none;
}

a.link1:link,a.link1:visited,a.link1:active {
	color: #638BBE;
	TEXT-DECORATION: none;
	FONT-FAMILY: "Verdana", "Arial";
}
a.link1:hover {
	color: #DB8F00;
}

a.link2:link , a.link2:visited{
	color: #000033;
	text-decoration: none;
	font-family: "Verdana", "Arial";
}
a.link2:hover{
	color: #FF0000;
}
.link3,a.link3:link , a.link3:visited{
	color:#999999;
	text-decoration: none;
}
.link3:hover,a.link3:hover{
	color:#5c5c5c;
}
li.link3:hover{
	color: #fff;
	background-color: #5c5c5c;
	border-radius: 20px;
}
.link-btn1{
	display: inline-block;
	cursor: pointer;
	color:#5c5c5c;
	padding: 3px 12px 0px 12px !important;
	border-radius: 50px;
	border: 1px solid #5c5c5c;
	text-decoration: none;
}
.link-btn1:hover{
	color:#ffffff;
	background-color: #5c5c5c;
	text-decoration: none;
	padding: 0px 5px;
}
.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: #8f1313;
	border-color: #8f1313;
}
.link-btn-s1{
	display: inline-block;
	width: 100%;
	border: 1.5px solid #bcbcbc;
	background-color: #fff;
	color: #060c4d;
	border-radius: 8px;
	padding: 15px 0px;
	font-size: 16px;
	font-weight: 400;
	box-shadow: #cfcfcf 0px 4px 6px 0px;
	margin-bottom: 12px;
}
.link-btn-s1:hover,.link-btn-s1:focus{
	color: #000;
	background-color: #e6e6e6;
}

.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: 14px;
	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: 14px;
	font-family: "Verdana", "Arial";
}
a#link-design319:hover{
	color: #e4995d;
	left: 2px;
	top: 1px;
}
a.linko{
	color: #000000;
	text-decoration: none;
}
.interval{
	margin-bottom: 20px!important;
}
.interval-x{
	margin-left: 15px;
	margin-right: 15px;
}
.banner{
	width: 100%;
	min-height: 170px;
	position: relative;
	padding: 0px;
}
.bg{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-top: 1px solid #ededed;
}
.banner-adss{
	height:70px;
	overflow:hidden;
	margin-top: 30px;
}
.banner-adss li{
	height: 100%;
}
.banner-adss img{
	width: 550px;
	height: 70px;
	border-radius: 8px;
}
.banner-menu{
	position: relative;
	margin-top: 32px;
}
.banner-menu a{
	margin: 0px 2px;
}
.citymenu_b{
	min-height: 38px;
	padding: 0px;
	width: 100%;
}
.citymenu{
	padding: 0px;
	top: 0px;
	z-index: 99;
}
.citymenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	background-color: #134b8f;
	height: 38px;
}
.citymenu ul>li{
	flex: 1;
	text-align: center;
}
.citymenu a{
	color: #fff;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	display: block;
	text-decoration: none;
}
.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-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: #505075;
	text-decoration: none;
	font-family: "Verdana", "Arial";
	white-space:nowrap;
	padding:0px;
	vertical-align: baseline;
}
.linkq:hover,.linkq:active,.linkq.btn.show{
	color: #c77720!important;
	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;
}

.yesad300x250,.yesad728x90,.yesad300x600,.yesad468x60,.yesad260x260,.yesad550x70,.yesad325x140 {
	overflow: hidden;
	text-align: center;
	width: 100%;
/*	height: 100%;*/
}
.yesad300x105,.yesad145x165x2 {
	width: 100%;
/*	height:100%;*/
}
.yesad325x140 img{
	width: 100%;
	height: 100%;
}
.yesad260x260 img{
	/* max-width: 260px; */
	/* max-height: 260px; */
	object-fit: contain;
	width: 100%;
}
.yesad550x70 img{
	max-width: 550px !important;
	max-height: 70px !important;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.yesad160x600{
	display: inline-block;
}
.yesad300x600 img{
	object-fit: contain;
	width: 100%;
	/* max-width: 300px; */
	/* max-height: 600px;	 */
}
.yesad300x105 img{
	object-fit: contain;
	width: 100%;
	height:100%;
	/* max-width: 300px; */
	/* max-height: 105px; */
	border-radius: 8px;
/*	padding: 0px 1px;*/
}
.yesad300x105>div{
	display: none;
}
.yesad145x165x2 img{
	object-fit: contain;
	width: 48.5%;
	height:100%;
	border-radius: 8px;
	/* max-width: 149px; */
	padding: 0px 0px;	
}
.yesad145x165 img{
	object-fit: contain;
	width: 100%;
/*	height:100%;*/
	border-radius: 8px;
	/* max-width: 145px; */
	/* max-height: 165px; */
}
.yesad300x250 img{
	object-fit: contain;
	width: 100%;
	height:100%;
	padding: 0px 1px;
	/* max-width: 300px; */
	/* max-height: 250px; */
	padding-bottom: 2px;
	border-radius: 8px;
}
.yesad728x90 {
	max-height: 90px;
}
.yesad728x90 img{
	object-fit: contain;
	width: 100%;
	/* max-width: 782px; */
	/* max-height: 90px; */
}
.yesad145x35 img{
	object-fit: contain;
	/* max-width: 145px; */
	/* max-height: 35px; */
	width: 100%;
	height:100%;
}
.yesad145x35x6 img{
	object-fit: contain;
	/* max-width: 145px; */
	/* max-height: 35px; */
	width: 48.5%;
	height:100%;
}
.yesad468x60 img{
	object-fit: contain;
	max-width: 468px; 
	max-height: 60px; 
	width: 100%;
	height: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;
}
.yes-text-nowrap{
	white-space: nowrap;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.salemember{
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
#breadcrumb > li:nth-last-child(2){
	max-width: calc( 100% - 175px);
	display: flex;
}
#breadcrumb > li:nth-last-child(2)>span:first-child{
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
	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;
}
ol.breadcrumb>li,ol.breadcrumb>li>a{
	font-size: 13px;
}
.function-box{
	z-index: 99;
	position: fixed;
	bottom: 78px;
	right: 12px;
	padding: 0px 6px;
}
#my319bar{
    left: auto;
    right: 75px;
    bottom: 0px;
    width: calc(100% - 81px);
	min-height: 295px;
	height: auto;
}
#my319browselist{
	display: flex;
	flex-direction: column;
	margin-top: 8px;
	width: 100%;
}
#my319bar .my319bar-objmenu{
	float: left;
	width: 100%;
	white-space: nowrap;
	overflow: auto;
}
#my319bar .my319bar-objmenu>.cityitem{
	display: inline-block;
	width: 60px;
	text-align: center;
	border: 1px solid #20bfbb;
	color: #20bfbb;
	padding: 1px 5px;
	margin: 0px 5px 0px 0px;
	border-radius: 40px;
	font-size: 16px;
}
#my319bar .my319bar-objmenu>.cityitem.active,#my319bar .my319bar-objmenu>.cityitem:hover{
	background-color: #20bfbb;
	color: #fff;
}
#my319bar .btn-zone{
    display: inline-block;
    text-align: right;
    width: 100%;
}
#my319bar .btn-zone a{
	display: inline-block;
	height: 35px;
}
#my319bar .btn-zone a>img{
	height: 100%;
}
#my319bar-content{
	float: left;
	height: 215px;
	position: relative;
	width: 100%;
}
#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,#back_down{
	padding: 15px 0px 0px 0px;
	font-size: 20px;
}
#my319m-ball{
	font-size: 12px;
}
#my319m-ball.On{
	background-color: #2db8c1;
}
#my319-ball{
	font-size: 12px;
}
#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;
    display: inline-block;
    vertical-align: middle;
    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-shadow: 0px 0px 8px #989898;
}
.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;
	border-bottom-color: #f1f1f1;
	color: #d9534e;
}
.bar li{
	width: clamp(45px,100px,16%);
	text-align: center;
}
.bar>.nav>li>a {
	border-radius: 10px 10px 0px 0px;
	padding: 10px 0px 5px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: -1px;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
#bs-slidetexts2{
}
#bs-slidetexts3{
	height: 120px;
}
.title-2{
	color: #c77720!important;
}

.padding10-rl{
  padding-right: 10px;
  padding-left: 10px;
}
.padding0{
	padding: 0px!important;
}
.padding0_l , .padding0-l{
	padding-left: 0px!important;
}
.padding0_r , .padding0-r{
	padding-right: 0px!important;
}
#jquery_Qrcode>canvas{
	max-width: 90%;
}
.qrcode{
	object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 180px;
}
.box{
	position: relative;
	color: #5c5c5c;
	border-top:2px solid #888;
	box-shadow: 0px 2px 5px #bdbdbd;
	background-color: #fff;
}
.box>.title{
	font-size: 19px;
	padding: 5px 0px;
	border-bottom:1px solid #bdbdbd;
}
.box>.content{
	padding: 10px 5px 15px 5px;
}

.box-2{
	position: relative;
	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;
}
.box-2>.content{
	border: 1px solid #bdbdbd;
	border-top: 3px solid #5c5c5c;
	padding: 5px 6px;
	width: 100%;
	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: 13px;
	width: 100%;
	padding: 5px;
	overflow: hidden
}

.box-4{
	position: relative;
	color: #5c5c5c;
	background-color: #fff;
}
.box-4>.title,.functions .title{
	position: relative;
	width: 100%;
	font-size: 20px;
	border-bottom: 2px solid #E5E5E5;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.box-4>.title>span,.functions .title>span{
	color: #5c5c5c;
	font-size: 20px;
	padding-bottom: 3px;
	border-bottom: 2px solid #4569d3;
}
.box-4>.content{
	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;
	width: 100%;
	color: #5c5c5c;
	background-color: #F7F6F6;
	overflow: hidden;
	padding-bottom: 8px;
}
.box-6>.title{
	background-color:#009FCC;
	padding:0px 13px;
	width: 100%;
	line-height: 38px;
	font-size: 17px;
	color: #FFF;
}
.box-6>.content{
	width: 100%;
	background-color: #F7F6F6;

}
.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;
}
.detail-box .detail-box-zone{
	border-bottom: 1px solid #E5E5E5;margin-bottom: 20px;padding-bottom: 0px;display: flex;width: 100%;
}
.detail-box .detail-box-title2{
	color: #8b8a8a;font-size: 16px;width: 75px;display: inline-block;vertical-align: top;
}
.detail-box .detail-box-content{
	display: inline-flex;
	flex-flow: wrap row;
	flex: 1;
}
.data-set{
	margin-bottom: 10px;
	display: flex;
	width: 50%;
}
.data-set>.column-title{
	color: #4569d3;
	min-width: 65px;
	max-width: 90px;
	text-align-last: justify;
	font-size: 16px;
	white-space: nowrap;
	margin-right: 10px;
}
.data-set>.column-data{
	flex-grow: 1;
	color: #4c4c4c;
	font-size: 16px;
	white-space: normal;
	word-break: break-all;
}
.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: #4569d3;
	margin-right: 5px;
	text-align-last: justify;
	vertical-align: top;
	font-size: 14px;
	white-space: nowrap;
}
.data-set-obj>.column-data-obj{
	font-size: 14px;
	white-space: normal;
    min-height: 24px;
    vertical-align: bottom;
}
.life-zone,.life-zonew60,.life-zonew100{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.life-zone>li{
	display: inline-block;
	min-width: 85px;
	font-size: initial;
}
.life-zonew60>li{
	display: inline-block;
	width: 70px;
	font-size: initial;
}
.life-zonew100>li{
	display: inline-block;
	width: 100px;
	font-size: initial;
}

.badge-yes319{
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	padding: 0px 4px;
	border-radius: 4px;
	width: fit-content;
}
.badge-yes319-hot{
	border: 1px solid #ff5959;
	color: #ff5959;
	background-color: #f6dede;
}
.badge-yes319-dkill{
	border: 1px solid #7759ff;
	color: #7759ff;
	background-color: #dedef6;
}

#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;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-left: 7px solid #64c2c8;
}
.hot-today-zone>.content,.handpicked>.content,.rent-zone>.content{
	border-top: 3px solid #64c2c8;
	box-shadow: 0px 2px 5px #bdbdbd;
}
.hot-today-zone>.content{
	height: 535px;
}
#hot-tody-carousel>.carousel-indicators{
	bottom: 70px;
}
#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 , #hot-tody-carousel .box-obj{
	margin:0px;
	padding:0px;
	width: 100%!important;
	height: 100%!important;
}
#box-obj-titleH{
	height: 100%;
}
#hot-tody-carousel .box-obj-title{
	height: calc(100% - 80px);
}
#hot-tody-carousel .box-obj-content{
	padding-left: 20px;
	height: 80px;
}
#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-obj{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 0px 5px;
	height: 250px;
	display: inline-block;
}
.box-obj>a{
	position: relative;
	float: left;
	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{
	height: 67%;
	background: #fff;
	overflow: hidden;
	padding: 5px;
}
.box-obj-content{
	height: 33%;
	width: 100%;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	background: #2d2d2d;
	color: #ffffff;
}
.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);
}
.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);
}
.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);
}
.obj-money{
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0;
	text-align: right;
	padding: 0px 10px 5px 0px;
	white-space: nowrap;
}
.box-obj-title img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-title{
	text-align: left;
	padding:5px 5px 2px 5px;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item-data{
	color: #fff;
	text-align: left;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 0px;
	line-height: 17px;
}

.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{
	height: 100%;
}
.box-HH>.obj-img>img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

a.go-site{
	cursor: pointer;
	font-size: 16px;
	color: #585858;
	text-decoration: none;
	border: 2px solid;
	border-radius: 20px;
	padding: 3px 12px 1px 12px;
	float: right;
	border-color:#64c2c8;
	margin-left: 5px;
}
a.go-site:hover{
	color: #fff;
	background-color: #64c2c8;
}
#search-zone:not(.fixed-top) .sz-logo{
	display: none;
}
#search-zone:not(.fixed-top){
	max-width: initial !important;
	margin-right: initial !important;
	margin-left: initial !important;
}
#search-zone, .bar-content{
	display: flex;
	padding: 0px 5px;
	background-color: #f1f1f1;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#search-zone>div, .bar-content>div{
	padding:7px 0px;
}
#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::before,.icon-carousel-right::before,.icon-question::before,.yes319m-p-items_t::after,.form-term::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
}
.icon-carousel-left::before {
    content: "\f104";
}
.icon-carousel-right::before {
    content: "\f105";
}
.icon-question::before{
	content: "\f059";
	font-size: 18px;
}
/*end*/
.icon-share-btn{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0px 5px;
	overflow: hidden;
	vertical-align: text-bottom;
}
.icon-share-btn>button,.icon-share-btn>a{
	display: inline-block;
	transform: translate(0px,-50px);
	border: 0px;
	padding: 0px;
	background: none;
}
.icon-share-btn:hover>button,.icon-share-btn:hover>a{
	transform: translate(0px,0px);
}
.icon-share-btn>button>div,.icon-share-btn>a>div{
	width: 50px;
	height: 47px;
	font-size: 28px;
	padding-top: 6px;
	border-radius: 7px;
	color: #fff;
	background-color: #4569d3;
	display: inline-block;
}
.icon-share-btn>button>div~div,.icon-share-btn>a>div~div{
	margin-top: 3px;
}
.icon-share-btn>.icon-mail>div:nth-child(1){
	background-color: #5692C6;
}
#icon-CopyLink>div:nth-child(1){
	background-color: #969696;
}
#icon-twitter>div:nth-child(1){
	background-color: #000;
}

.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;
	padding-inline-start: 0px;
	list-style: none;
	text-align: center;
}
#obj-detail .small-function li{
	display: inline-block;
	font-size: 15px;
	margin: 0px 5px;
	padding: 2px 7px 2px 8px;
	cursor: pointer;
}
#obj-img-carusel{
	
}
#obj-img-carusel>.carousel-control{
	background-image:none;
}
#obj-img-carusel>.carousel-inner{
	
}
#obj-img-carusel>.carousel-inner>.carousel-item{
	height: 70vw;
	max-height: 520px;
}
#obj-img-carusel>.carousel-inner>.carousel-item img{
	cursor: pointer;
}
#obj-img-carusel>.carousel-indicators{
	bottom: -40px;
}
#obj-img-carusel>.carousel-indicators [data-bs-target] {
	text-indent: 0px;
	height: 30px;
	width: 40px;
	border: 1px solid #fff0;
}
#obj-img-carusel>.carousel-indicators .active{
	border: 1px solid #ee3333;
}
#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 .nav-tabs>li>button{
	border-radius: 8px 8px 0px 0px;
	padding: 10px 10px;
	margin-right: -1px;
	border-color: var(--bs-nav-tabs-link-hover-border-color);
	color: #999999;
}
#data-obj-menu .nav-tabs>li>button.active{
	background-color: #f5f5f5;
	border-bottom-color: #f5f5f5;
	color: #000;
}
.video{
	max-width: 640px;
	height: 385px;
	overflow: hidden;
	margin: 0 auto;
}
.videoMap{
	height: 385px;
}
.headImg_circle{
	width: 200px;height: 200px;border-radius: 50%;object-fit: cover;box-shadow: 3px 3px 15px #7a7a7a;
}
.saleZoneL{
	display: inline-block;width: calc(100% - 250px);
}
.saleZoneR{
	display: inline-block;width: 215px;vertical-align: top;text-align: center;padding-left: 15px;
}
#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 3px;
	white-space: nowrap;
}
#search-zone .search-right{
	margin-left: auto;
    display: flex;
    justify-content: flex-end;
	max-width: 50%;
	flex: 1 1 auto !important;
}

#search-zone [sz-city]{
	display: none;
}
#search-zone [sz-city] button{
	margin: 0px 3px;
}
#search-zone.fixed-top [sz-city]{
	display: flex!important;
}

.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 .btn-alert-taiwanmap{
	border: 1px solid #a7a7a7;
	border-radius: 50px;
	padding: 4px 10px 3px 10px;
}
#search-zone .dropdown>.dropdown-toggle{
    background-color: #fff;
    border: 1px solid #a7a7a7;
    box-shadow: none;
    min-width: 55px;
    border-radius: 50px;
    padding: 4px 0px 3px 0px;
}
#search-zone .dropdown>.dropdown-toggle.active,#search-zone [sz-city] button{
	background-color: #003fb1;
	border: 1px solid #144b8f;
	color: #ffffff;
	font-weight: 400;
}
#search-zone .dropdown>.dropdown-menu>.dropdown-menuItemT{
	font-size: 16px;
	padding: 0px;
	letter-spacing: 3px;
	border-bottom: 1px solid #a7a7a7;
	color: brown;
	margin-bottom: 7px;
}
#search-zone .dropdown>.dropdown-menu>label>input{
	margin-right: 4px;

}
#search-zone .dropdown-toggle.show>.caret::before,#search-zone .dropdown-toggle.show>.caret::after{
    content: "";
    border-style: solid;
    position: absolute;
    border-width: 10px;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 1001;
}

#search-zone .dropdown-toggle.show>.caret::before{
	bottom: 0px;
	border-color: transparent transparent #c4c4c4 transparent;
}
#search-zone .dropdown-toggle.show>.caret::after{
	bottom: -1px;
	border-color: transparent transparent #ffffff transparent;
}

#search-zone .dropdown>.dropdown-menu{
	min-width: 330px;
	padding: 15px 10px;
	white-space: normal;
	max-height: calc(100vh - 200px);
    overflow: scroll;
}
#search-zone .dropdown>.dropdown-menu>label{
	min-width: 60px;
	padding-right: 5px
}
#sortZone{
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding:10px;
	border-radius: 5px;
	position: relative;
}
#sortZone .btn{
	color: #808080;
	background-color: #fff;
	border-color: #ccc;
	box-shadow:none;
	position: relative;
}
#sortZone .btn:hover{
	background-color: #efefef;
	border-color: #8c8c8c;
}
#sortZone .btn.active{
	color: #8f1313!important;
	border-color: #8f1313!important;
}
.search-terms{
	padding: 10px 0px 10px 10px;
	float: left;
	width: 100%;
}
.term-title,.form-term{
	float: left;
	margin: 2px 2px 2px 0px;
	border-radius: 5px;
	padding:3px 5px;
}
.term-title{
/*	background-color: #d9534f;*/
	color: #ac6363;
/*	border:1px solid #d9534f;*/
}
.term-content{
	padding-left: 78px;
}
.form-term{
	background-color: #fff;
	border:1px solid #bdbdbd;
	color: #868686;
}
.form-term:hover{
	cursor: pointer;
	color: #000;
}
.form-term::after{
	padding-left: 10px;
	content: "\f057";
}
.col-objsize4{
	width: 25%;
	float: left;
}
.col-objsize3{
	width: 33.3%;
	float: left;
}
.col-objsize2{
	width: 50%;
	float: left;
}
#sortBtnOpen,#realprice_sortBtnOpen{
	float: right;
	display: none;
}
.sortBtnZone,.realprice_sortBtnZone{
/*	white-space: nowrap;
	float: right;*/
}
#SaleInfo_bottom{
	box-shadow: 0px 0px 4px 0 rgb(214 214 214);
	background-color: #fff;
	padding: 10px 15px 15px 15px;
	border-radius: 0px;
	display: none;
	z-index: 99;
}
#SaleInfo_bottom>.container {
	box-shadow: none!important;
	background: #ffffff!important;
	padding: 0px;
	display: inline-block;
}
#SaleInfo_bottom .SaleInfo-h{
	width: calc(100% - 210px);
}
#SaleInfo_bottom .SaleInfo-h>.SaleInfo-title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 0px 0px 11px;
}
#SaleInfo_bottom .SaleInfo-h>.SaleInfo-logo{
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	background-color: #c8c9ca;
	color: #fff;
	font-size: 48px;
	float: left;
	box-shadow: -3px 3px 3px #7b7b7b;
}
#SaleInfo_bottom .SaleInfo-h>.SaleInfo-logo>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.SaleInfo-contact{

}
.SaleInfo-contact>.btn+.btn{
	margin-left:6px;
}
#dataTop-set{
	min-height: 80px;
	border-top: 2px solid #e5e5e5;
	padding-top:10px;
}
#dataTop-set>div+div{
	border-left: 1px solid #e5e5e5;
}
#dataTop-set .column-title{
	color: #8b8a8a;
	font-size: 15px;
	padding-bottom: 6px;
}
@media (min-width: 768px) {
	#other_menu,#other_menu .content{
		display: block!important;
		height: auto;
	}
}

@media (max-width: 991px) {
	#search-zone.fixed-top [sz-city]{
		width: auto;
	}
	.saleZoneL{
		width: calc(100% - 180px);
	}
	.saleZoneR{
		width: 160px;
	}
	.headImg_circle{
		width: 145px;
		height: 145px;
	}
	#obj-img-carusel{
		margin-bottom: 0px;
	}
}
@media (max-width: 767px) {
	#search-zone [sz-city]{
		display: flex!important;
	}
	#search-zone .search-right{
		width: 100%!important;
		max-width: 100%!important;
	}
	.saleZoneL{
		width: 100%;
	}
	.col-objsize4,.col-objsize3{
		width: 50%;
	}	
	#search-zone #search-qs,#search-zone .form-more{
		float: left;
		width: 50%;
	}
	#search-zone .dropdown>.dropdown-menu{
		width: 100vw;
	}
	.mobile-hide{
		display: none;
	}
	#other_menu .content{
		max-height: 255px;
		overflow: auto;
	}
	.video,.videoMap{
		height: 310px;
	}
	#other_menu{
		display: none;
		position: fixed;
		right: 50px;
		bottom: 210px;
		z-index: 2;
		width: 220px;
	}
	#realprice_sortBtnOpen{
		display: block!important;
	}
	.realprice_sortBtnZone{
		position: absolute;
		right: 10px;
		top: 38px;
		width: 85px;
		z-index: 16;
		white-space: normal;
		display: none;
	}
	.realprice_sortBtnZone>.btn{
		width: 100%;
	}
}
@media (max-width: 500px) {
	.video,.videoMap{
		height: 220px;
	}
	.hot-today-zone .content{
		height: 330px;
	}
	#sortBtnOpen{
		display: block!important;
	}
	.sortBtnZone{
		position: absolute;
		right: 10px;
		top: 40px;
		width: 85px;
		z-index: 16;
		white-space: normal;
		display: none;
	}
	.sortBtnZone>.btn{
		width: 100%;
	}
	.SaleInfo-contact>.btn{
		width: 86px;
		padding: 5px 0px;
	}
	#SaleInfo_bottom .SaleInfo-h{
		width: calc(100% - 184px);
	}
}
@media (max-width: 400px) {
	.col-objsize4,.col-objsize3,.col-objsize2{
		width: 100%;
	}
	/**/
	#obj-img-carusel>.carousel-inner{
	width: 100%;
	}
	#obj-img-carusel{
		/* padding-bottom: 45px; */
	}
	/* #obj-img-carusel>.carousel-indicators>.img-indicator{
		width: 48px;
   		height: 36px;
	}
	#obj-img-carusel>.carousel-indicators>.img-indicator>.img-type{
		padding: 3px 0px 3px 0px;
		font-size: 12px;
	} */
	#obj-img-carusel>.thumbnail-indicator{
		height: 45px;
    	width: 20px;
	}
}
.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;
}
.data-set-price{
	display: flex;border-bottom: 2px solid #E5E5E5;margin-bottom: 10px;padding: 0px 0px 5px 0px;
	position: relative;
}
.data-set-price .data-set-obj>.column-title-obj{
	white-space: initial!important;
	text-align-last: auto!important;
	float: initial!important;
	margin-bottom: 7px!important;
	width: initial;
}
.data-set-price .data-set-obj>.column-data-obj{
	padding: 0px!important;
}
@media (max-width: 768px){
	.pchidden{
		display: none;
	}
	.search-map-qs{
		width: 100% !important;
		max-width: none;
	}
	/* mobile set */
	.w-m-100{
		width:100%!important;
	}
}
@media (min-width: 768px){
	.container {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 1024px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 1120px) {
	.container {
		width: 98%;
	}
}

@media (min-width: 1280px) {
	.container {
		width: 96%;
	}
	.data-set-group{
		display: flex;border-bottom: 2px solid #E5E5E5;margin-bottom: 10px;padding: 0px 0px 5px 0px;
	}
	.data-set-group>div{
		flex: 1;
		padding-right:10px;
	}
	.data-set-group .data-set-obj>.column-title-obj{
		white-space: initial!important;
		text-align-last: auto!important;
		float: initial!important;
		width: initial;
	}
	.data-set-group .data-set-obj>.column-data-obj{
		padding: 0px!important;
		white-space: nowrap;
	}
}
@media (min-width: 1440px) {
	.container {
	    width: 96%;
	}
}
.browsehappy {
	background: #992523;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding: 10px 0px;
	position: fixed;
	width: 100%;
	top: 0px;
	right: 0px;
	z-index: 10;
}
.browsehappy > a {
	font-size: inherit;
	color: #8fae24;
}
.browsehappy > a:hover {
	color: #fbab4c;
}
/* 分頁 */
.pageNum{
    color: #fff;
    background-color: #5bc0de;
    border: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: unset;
    border-radius: 50px;
}
.pageNum:hover{
    color: #434343;
}
.pageNum.disabled{
    background-color: #f0ad4e;
    border-color: #eea236;
    color: white;
    width: 30px;
    height: 30px;
    padding: 0;
}
.pageNum svg{
	padding-top: 2px;
}
.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;
}
svg.fa-sort-down  {
    margin: -5px 0px 0px 1px;
    vertical-align: 0px;
}
svg.fa-sort-up {
	margin-left: 1px;
    vertical-align: bottom;
}
.citymenu .dropdown-menu{
	padding: 15px 0px;
	text-align: center;
	border: 1px solid #124b8f;
}
.citymenu .dropdown-item{
	display: inline;
	border-radius: 20px;
	padding: 5px 10px 4px 10px;
	box-shadow: 1px 2px 3px #828282;
	background-color: #134b8f;
}
.citymenu .dropdown-menu::before{
	top: -21px;
	border-color: transparent transparent #124b8f transparent;
}
.citymenu .dropdown-menu::after{
	top: -20px;
	border-color: transparent transparent #fff transparent;
}
.citymenu .dropdown-menu::before,.citymenu .dropdown-menu::after{
	content: "";
	border-style: solid;
	position: absolute;
	left: 4%;
	border-width: 10px;
}
.citymenu .dropdown{
	height: 100%;
}
.citymenu .dropdown>.dropdown-toggle{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
	padding-top: 10px;
	background-color: #134b8f;
	cursor: pointer;
}
.citymenu .dropdown-toggle>.caret{
	position: absolute;
	bottom: 3px;
	left: calc(50% - 5px);
}
.citymenu .dropdown-toggle:hover,.citymenu .dropdown-toggle.active{
	background-color: #69e3e7;
	color: #000000;
}

/* 原本 header.php 的CSS設定 */
#yes319Navbar{
	min-height: auto;
	margin: 0px;
	border-radius: 0px;
	padding: 2px 0px;
}
#yes319Navbar .navbar-header{
	min-height: 1px;
	float: left;
	width: 33%;
}
#yes319Navbar .navbar-nav>li>a{
	font-size: 12px;
}
#yes319collapse{
	justify-content: right;
}
#yes319collapse>a,#yes319collapse>.dropdown{
	padding-left:5px;
}
.Uptext-ad{
	float:left;
	width: 100%;
	text-align: left;
}
.up-menu-item{
	float: right;
	padding:0px 3px;
}
.up-menu{
	width: 66%;
	float:right;
	font-size:12px;
}
#yes319Navbar .navbar-header>.navbar-toggle{
	background-color: transparent;
	border-color: #777777;
}
#yes319Navbar .navbar-header>.navbar-toggle>.icon-bar{
	background-color: #777777;	
}
#yes319Navbar .dropdown>.dropdown-menu::before,#yes319Navbar .dropdown>.dropdown-menu::after{
	content: "";
	border-style: solid;
	position: absolute;
	right: 28px;
	border-width: 10px;
}
#yes319Navbar .dropdown>.dropdown-menu::before {
	top: -21px;
	border-color: transparent transparent rgba(0, 0, 0, 0.176) transparent;
}
#yes319Navbar .dropdown>.dropdown-menu::after {
	top: -20px;
	border-color: transparent transparent #fff transparent;
}
@media (max-width: 767px) {
	#yes319Navbar .navbar-header,#yes319collapse{
		float: none;
		width: inherit;
	}
	#yes319collapse>.navbar-nav{
		margin: 7.5px 0px;
	}
	#yes319Navbar .navbar-header{
		background-color:#fff;
	}
	#yes319Navbar .navbar-header>.navbar-brand{
		padding: 5px;
	}
	#yes319Navbar .navbar-header>.navbar-brand>span{
		font-size: inherit;
	}
}

/* public close btn css */
.closeBtn{
	position: relative;
	width: 16px;
	height: 100%;
}
.closeBtn::after,.closeBtn::before{
	content: '';
	height: 1.5px;
	width: 100%;
	position: absolute;
	margin-top: 50%;
	margin-left: -50%;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease-in;
}
.closeBtn::after, .closeBtn:hover::before{
	transform: rotate(45deg);
}
.closeBtn::before, .closeBtn:hover::after{
	transform: rotate(-45deg);
}

.closeBtn-black::after,.closeBtn-black::before{
	background-color: #050505
}
/* designView.php */
.des-barnner{
	position: relative;
}

#design-publicity>div{
	text-align: center;
}
#design-publicity>div>.data>div{
	text-align: left;
	margin: 10px 0px;
	padding: 0px 5px;
	width: 33.3%;
	float: left;
}
#design-publicity>div>.data>div>a.card{
	width: 100%;
	display: inline-block;
	height: 200px;
	vertical-align: top;
	box-shadow: 0px 0px 1px #9e9e9e;
	color: #5c5c5c;
	text-decoration: none;
	overflow: hidden;
}
#design-publicity>div>.data>div>a.card:hover{
	box-shadow: 0px 7px 6px #a6a6a6;
}
#design-publicity>div>.data>div>a.card>.imgzone{
	height: 65%;
}
#design-publicity>div>.data>div>a.card>.imgzone>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#design-publicity>div>.data>div>a.card>.datazone{
	height: 25%;
	padding: 3px 5px;
}
#design-publicity>div>.data>div>a.card>.datazone>h3{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#design-publicity>div>.data>div>a.card>.datazone>div{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#design-publicity>div>.data>div>a.card>.datazone>div>span,
#design-publicity>div>.data>div>a.card>.other-data>div>span{
	padding-right: 7px;
}
#design-publicity>div>.data>div>a.card>.other-data{
	padding: 2px 5px;
	height: 10%;
	background: #ededed;
	color: #9d9d9d;
}
#design-publicity>div>.data>div>a.card>.other-data>div{
	display: inline-block;
	padding-right: 10px;
}
/*@media (max-width:991px){
	.bs-flex{
		display: flex;
		flex-flow: wrap row;
	}
	.bs-row-2 > a,.bs-row-2 > div.padding0{
		width: 50%;
	}
}*/
@media (max-width:400px){
	#design-publicity>div>.data>div{
		width: 100%;
}