body{
	font-family: 微軟正黑體;
}

.tabs-big .tab-container {
	padding: 0;
}

#tabs-2 ul {
	list-style-type: none;
}
.ui-check input[type=checkbox] {
	display: none;
}

.ui-check input[type=checkbox]:checked~label {
	background-color: #f3a428
}

.ui-check input[type=checkbox]:checked~label::before {
	-webkit-transform: scale(0, 0);
}

.ui-check input[type=checkbox]:checked~label::after {
	-webkit-transform: translateX(9px);
}
.dialog-area{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.48);
}
.date-dialog{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 350px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
}
.date-dialog-header{
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.date-dialog-header-title{
	float: left;
	display: inline-block;
	padding: 0 16px;
	font-size: 18px;
	font-weight: 600;
}
.date-dialog-header-cancel{
	padding: 0 16px;
	font-size: 18px;
	float: right;
	cursor: pointer;
}
.date-time-body{
	padding: 0 16px;
	font-size: 18px;
}
.date-time-footer{
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.date-dialog-block{
	display: block;
}
.dialog-area-reading{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.48);
}
.date-dialog-reading{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 35%;
	height: 190px;
	border-radius: 5px;
	overflow: hidden;
	overflow-y: auto;
	background-color: #fff;
}
.date-dialog-reading-header{
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.date-dialog-reading-header-ttitle{
	display: inline-block;
	padding: 0 16px;
	font-size: 30px;
	font-weight: 600;
	margin-left: 35%;
}
.date-dialog-reading-header-title{
	float: left;
	display: inline-block;
	padding: 0 16px;
	font-size: 18px;
	font-weight: 600;
}
.date-dialog-reading-body{
	padding: 0 16px;
	font-size: 18px;
}
.date-dialog-reading-header-cancel{
	padding: 0 16px;
	font-size: 18px;
	float: right;
	cursor: pointer;
}
.date-dialog-reading-footer{
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.date-dialog-reading-block{
	display: block;
}
.cash-point{
	display: none !important;
}
.sea-input-1{
	padding-left:0px !important;
	display:inline-block !important;
	width: 70px !important;
}
.dis-no{
	display: none;
}
.fa-th-a > th > a{
	position: relative;
	cursor: pointer;
}
.date-time-s{
	margin-bottom:8px
}
.date-time-body > div > span{
	margin-right:40px;
}
.date-time-footer > div{
	margin:16px !important;
	height:30px !important;
	line-height:30px !important;
	user-select:none !important;
}
.light-input > input{
	padding-left:0px;
	display:inline-block;
	width: 200px;
}
.community-name{
	position: absolute;
	top: 0;
	left: 12%;
}
.bo-pre-hi{
	height: 35px;
}
/*--社區下拉動畫--*/
#search-community-slider{
	position: relative;
	margin-top: 15px;
	overflow: hidden;
	transition: 0.6s;
}
.search-community-button{
	position: absolute;
	right: 0;
	height: 40px;
	padding: 6px 8px;
	margin: 5px;
	color: #fff;
	outline: none;
	letter-spacing: 1px;
	cursor: pointer;
}
/*--社區下拉動畫--*/
/*--社區頁面--*/
.community-order{
	cursor: pointer;
}
.monitor-order{
	position: absolute;
	right: 20px !important;
	width: auto !important;
}
.monitor-seachbar{
	line-height: 30px;
	outline: none;
	border: none;
	width: 100%;
}
.seach-community{
	flex: 1 1 60%;
}
.cancel-monitor{
	flex: 1 1 40%;
	display: none;
}
.dr-select-opt:hover .cancel-monitor{
	display: block;
}
.table-market .color-span{
	border-radius: 4px;
	display: inline-block;
	cursor: default;
	padding: 0 2px;
	color: #fff;
	background-color: #23a394;
}
.monitor-search-bar{
	display: flex;
	border-bottom: 1px solid #ccc;
	align-items: center;
	cursor: pointer;
}
.monitor-search-bar > a{
	padding: 5px;
}
/*--社區頁面--*/
/*--成交行情--*/
.market-detail-price{
	display: inline-flex;
	width: 50%;
}
.market-detail-frequency{
	display: inline-flex;
	float: right;
	width: 45%;
}
.market-detail{
	display: inline-block;
	width: 100%;
	padding: 1%;
	border-radius: 10px;
	margin: 0.5%;
	background-color: #eee;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}
.mk-dt-title::before{
	position: absolute;
	left: 0;
	z-index: 5;
	width: 7px;
	height: 25px;
	background: #835d85;
	content: "";

}
.mk-dt-title{
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	margin: 0 auto;
	border-bottom: 3px solid #23a394;
}
.mk-dt-data{
	padding-top: 10px;
}
/*--成交行情--*/

/*--大表--*/
.ttable {
	margin: 0;
	/*width: 100%;*/
}
.ttable > tbody > tr {
	border-bottom: 1px solid #bbb;
}
.ttable > tbody > tr > td {
	width: 8%;
}
.ttable > tbody > tr > td:nth-child(1) {
    width: 28%;
	/*width: 16%;*/
}
.ttable > tbody > tr > td:nth-last-child(1) {
	width: 16%;
}
.ttable > tbody > tr:not(.review-data) > td {
	padding: 8px;
}

.tbody table {
	width: 100%;
}
/*--大表--*/

/*--刊登紀錄--*/
#results .sub-table {
	margin: 0;
	background-color: #f5f5f5;
	width: 100%;
	border-top: 2px solid #23a394;
}

#results .sub-table tr {
	border-bottom: 1px solid #bbb;
}

#results .sub-table tr th, #results .sub-table tr td {
	width: 25%;
	padding: 12px 24px;
}
/*--刊登紀錄--*/

/*--刊登日--*/
#mydate .modal-dialog {
	margin-top: 190px;
}
#mydate .modal-body {
	font-size: 16px;
}
#mydate .modal-body > div {
	padding: 8px;
}
/*--刊登日--*/

/*--按鈕--*/
#results .another_btn {
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	margin: 2px;
	padding: 1px 6px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	line-height: initial;
	height: initial;
}

#results .precise_btn {
	background-color: #23a394;
}

#results .smart_btn {
	background-color: rgba(83,28,86,0.7);
}

#results .favorite.active, #results .addhouse.active {
	background-color: #23a394 !important;
	color: #fff !important;
}

#results .button.button-border {
	height: 24px;
	line-height: 24px;
}

.bf-text-green {
	color: #23a394;
}
/*--按鈕--*/

/*--比價--*/
#results .source a {
	position: relative;
	margin: 0 12px;
	cursor: pointer;
	font-size: 13px;
}

#results .source .source-price {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -23px;
	background-color: #f3a428;
	border-radius: 3px;
	color: #fff;
	padding: 3px 0;
	width: 46px;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	z-index: 3;
	display: none;
}

#results .source:hover .source-price {
	display: block;
}

#results .source .source-price::before {
	content: " ";
	width: 0px;
	height: 0px;
	border-width: 5px;
	border-style: solid;
	border-color: #f3a428 transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -3px;
	display: none;
}

#results .source:hover .source-price::before {
	display: block;
	margin-top: 0px;
}
/*--比價--*/
