@charset "UTF-8";

@font-face {
	font-family: element-icons;
	src: url(element-icons.woff) format("woff");
	font-weight: 400;
	font-display: "auto";
	font-style: normal
}

[class*=" el-icon-"],
[class^=el-icon-] {
	font-family: element-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

*{
	margin: 0;
	padding: 0;
	/* font-family: Helvetica, Tahoma, Arial, PingFangSC-Regular, Hiragino Sans GB, Heiti SC, Microsoft YaHei; */
	font-family: Microsoft YaHei;
	-webkit-tap-highlight-color: transparent;
}
body{
	background-color: #FFF;
}
a{
	text-decoration: none;
}
input:focus{
	outline:none;
}
.hide-div{
	display: none;
}
.clear{
	clear: both;
}
.flex-box{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex;
}
.gray-bg{
	background-color: #fbfbfb;
}
.def-box-shadow{
	box-shadow:0px 1px 8px 0px rgba(0,0,0,0.1);
}

/* ---悬浮栏--- */
.fixed-tab-con{
	position: fixed;
	z-index: 80;
	top: 32%;
	right: -100px;
	width: 80px;
}
.fixed-tab-con .fixed-tab-box{
	width: 80px;
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 0px 1px 6px 0px rgba(151,151,151,0.5);
}
.fixed-tab-con .fixed-tab-item{
	height: 75px;
	text-align: center;
}
.fixed-tab-con .fixed-tab-item img{
	height: 25px;
	margin-top: 15px;
	cursor: pointer;
}
.fixed-tab-con .fixed-tab-item span{
	margin-top: 7px;
	font-size: 12px;
	color: #FB684A;
}
.fixed-tab-con .back-top-box{
	margin-top: 10px;
	height: 80px;
	width: 80px;
	text-align: center;
	box-shadow: 0px 1px 6px 0px rgba(151,151,151,0.5);
	border-radius: 10px;
	cursor: pointer;
	background-color: #FFF;
}
.fixed-tab-con .back-top-box img{
	height: 25px;
	margin-top: 18px;
	cursor: pointer;
}
.fixed-tab-con .back-top-box span{
	margin-top: 6px;
	font-size: 12px;
	color: #333;
}

/* ---header--- */
.page-header-con{
	background-color: #706F6F;
	height: 40px;
}
.page-header-con .page-header-box{
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 40px;
	line-height: 40px;
}
.page-header-box .page-header-tab a{
	float: left;
	margin-right: 40px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
}
.page-header-box .page-header-tab a:hover{
	color: #FFF;
}
.page-header-box .page-header-tab .cur-tab{
	color: #FFF;
	font-size: 13.6px;
}
.page-header-box .header-user-con{
	float: right;
	color: #EEE;
	font-size: 13px;
}
.page-header-box .header-user-con .link-phone{
	vertical-align: middle;
}
.page-header-box .header-user-box,.page-header-box .header-person-box{
	display: inline-block;
	color: #EEE;
	height: 40px;
	line-height: 30px;
	margin-left: 30px;
	position: relative;
}
.page-header-box .header-user-box img{
	vertical-align: middle;
	height: 16px;
}
.page-header-box .header-person-box img{
	vertical-align: middle;
	height: 16px;
	width: 16px;
	border-radius: 50%;
}
.page-header-box .header-user-box a{
	vertical-align: middle;
	color: #EEE;
}
.page-header-box .header-person-box span{
	vertical-align: middle;
	font-size: 12px;
	cursor: pointer;
}
.page-header-box .header-person-box .per-box{
	position: absolute;
	z-index: 66;
	top: 34px;
	left: 0;
	right: 0;
	background: #FFF;
	padding: 5px 0;
	border-radius: 3px;
	display: none;
}
.page-header-box .header-person-box .per-box p{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14.6px;
	color: #444;
	cursor: pointer;
}
.page-header-box .header-person-box .per-box p a{
	color: #444;
}
.page-header-box .header-person-box .user-name{
	padding-right: 10px;
	font-size: 13.5px;
	display: inline-block;
	min-width: 40px;
}
/* ---footer--- */
.page-footer-con{
	background-color: #353535;
}
.page-footer-con .page-footer-box{
	position: relative;
	margin: 0 auto;
	width: 1200px;
	padding: 0 0 20px;
}
.page-footer-box .footer-tab-box{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #515151;
}
.page-footer-box .footer-tab-box p{
	float: left;
	width: 120px;
}
.page-footer-box .footer-tab-box p a{
	font-size: 14px;
	color: #EEE;
}
.page-footer-box .footer-phone-box{
	float: right;
}
.page-footer-box .footer-phone-box img{
	width: 24px;
	vertical-align: middle;
}
.page-footer-box .footer-phone-box span{
	font-size: 14px;
	color: #EEE;
	vertical-align: middle;
	padding-left: 3px;
}
.page-footer-box .footer-p{
	font-size: 13px;
	color: #EEE;
	margin-top: 20px;
}
.page-footer-box .footer-p a{
	color: #FFF;
}

/* ---面包屑--- */
.breadcrumb-nav-con{
	position: relative;
	margin: 10px auto;
	width: 1200px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #666666;
}
.breadcrumb-nav-con a{
	color: #666666;
}
.breadcrumb-nav-con a:hover{
	color: #FB684A;
}

/* ---logo+搜索--- */
.logo-search-con {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 73px;
	padding-top: 27px;
}

.logo-search-con .s-logo {
	position: absolute;
	left: 0;
	top: 20px;
	height: 60px;
}

.logo-search-con .logo-search-box {
	position: relative;
	margin: 0 0 0 120px;
	height: 46px;
	width: 450px;
	border-radius: 5px;
	background-color: #FFF;
	overflow: hidden;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}

.logo-search-con .logo-search-box input {
	height: 46px;
	line-height: 46px;
	margin-left: 12px;
	color: #444444;
	font-size: 15px;
	width: 360px;
	border: 0;
}

.logo-search-con .logo-search-box .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 46px;
	line-height: 46px;
	width: 80px;
	background-color: #FB684A;
	text-align: center;
	cursor: pointer;
}

.logo-search-con .logo-search-box .search-btn img {
	width: 24px;
	margin-top: 11px;
}

/* ---列表房源信息--- */
.house-list-con{
	float: left;
	width: 1260px;
	min-height: 450px;
}
.house-list-con .house-item-con{
	float: left;
	width: 392px;
	margin: 12px 12px 0 0;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
.house-list-con .house-item-con:hover{
	/* box-shadow:0px 1px 8px 4px rgba(99,195,106,0.3); */
	box-shadow:0px 1px 8px 4px rgba(251, 104, 74, 0.07);
}
.house-item-con .house-img-box{
	position: relative;
	height: 293px;
	width: 392px;
	overflow: hidden;
}
.house-item-con .house-img-box .auction-status{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 60;
	height: 32px;
	line-height: 32px;
	width: 76px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-bottom-right-radius: 8px;
	background-color: #63C36A;
}
.house-item-con .house-img-box .auction-status.auctioning{
	background-color: #FB684A;
}
.house-item-con .house-img-box .auction-status.auction-end{
	background-color: #6C6B6B;
}
.house-item-con .house-img-box .house-cover-img{
	width: 100%;
	height: 100%;
	transition: all 1.3s;
	-webkit-transition: all 1.3s;
}
.house-item-con .house-img-box .house-cover-img.img-end{
	opacity: 0.6;
}
.house-item-con .house-img-box .house-cover-img:hover{
	transform: scale(1.2);
}
.house-item-con .house-img-box .house-time{
	position: absolute;
	padding: 8px 12px;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 14px;
	font-weight: 400;
	color: #EEE;
	line-height: 17px;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.6)));
	background: linear-gradient(180deg,rgba(0,0,0,.1) 0,rgba(0,0,0,.6) 100%);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}
.house-item-con .house-info-box .house-name{
	margin: 10px;
	font-size: 18px;
	/* font-weight: bold; */
	word-break:keep-all;
	white-space:nowrap;  
	overflow:hidden;
	text-overflow:ellipsis;
	color: #222;
	font-weight: bold;
}
.house-item-con .house-info-box .auction-price{
	margin: 10px 10px;
	height: 36px;
	line-height: 36px;
	color: #444;
	font-size: 14px;
	font-weight: bold;
}
.house-item-con .house-info-box .auction-price span:first-child{
	padding-left: 10px;
	color: #FB684A;
	font-size: 24px;
	font-weight: bold;
}
.house-item-con .house-info-box .auction-price .auctioning{
	color: #FB684A !important;
}
.house-item-con .house-info-box .auction-price .auction-end{
	color: #6C6B6B !important;
}
.house-item-con .house-info-box .auction-price span:last-child{
	float: right;
	color: #444;
	font-size: 14px;
}
.house-item-con .house-info-box .market-price{
	margin: 10px 10px;
	color: #444;
	font-size: 14px;
	font-weight: bold;
}
.house-item-con .house-info-box .market-price span{
	padding-left: 10px;
	color: #444;
}
.house-item-con .house-info-box .house-intro{
	margin: 10px 10px;
	color: #444;
	font-size: 13px;
}
.house-item-con .house-info-box .house-intro span{
	display:inline-block;
	height: 26px;
	line-height: 26px;
	background: #EFEFEF;
	padding: 0 10px;
	border-radius: 13px;
	margin-right: 5px;
}
.house-item-con .house-auc-time{
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	/* text-align: center; */
	background: #F5FBF9;
	font-weight: bold;
	font-size: 17px;
	color: #444;
}
.house-item-con .house-auc-time span{
	color:#63C36A;
}

/* ---登录--- */
.login-dialog-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2007;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	opacity: 0;
}
.login-dialog-box {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2008;
	background-color: #fff;
	display: none;
	width: 360px;
	height: 360px;
	margin-top: -230px;
	margin-left: -180px;
	border-radius: 10px;
	opacity: 0;
}
.login-dialog-box .close-login-icon{
	position: absolute;
	top: 12px;
	right: 12px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.login-dialog-box .login-dialog-tab{
	margin: 35px 40px 30px;
	height: 30px;
	line-height: 30px;
}
.login-dialog-box .login-dialog-tab span{
	float: left;
	width: 50%;
	text-align: center;
	font-size: 16px;
	color: #777;
	cursor: pointer;
}
.login-dialog-box .login-dialog-tab .cur-login-tab{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.login-dialog-box .login-input-box{
	margin:0 36px 20px;
	position: relative;
	border: 1px solid #DADADA;
	padding:0 10px;
}
.login-dialog-box .login-input-box input{
	position: relative;
	height: 40px;
	line-height: 40px;
	border: 0;
	font-size: 15px;
	color: #333333;
	width: 100%;
}
.login-dialog-box .login-input-box input::-webkit-input-placeholder {
	/* placeholder颜色 */
	color: #aab2bd;
	/* placeholder字体大小 */
	font-size: 14px;
}
.login-dialog-box .login-input-box span{
	position: absolute;
	right: 10px;
	top: 0;
	height: 40px;
	line-height: 40px;
	width: 70px;
	text-align: right;
	font-size: 14px;
	color: #FB684A;
	cursor: pointer;
}
.login-dialog-box #pwdLoginId{
	display: none;
}
.login-dialog-box .login-btn{
	margin:35px 36px 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	background: #FB684A;
	border-radius: 3px;
	cursor: pointer;
}
.login-dialog-box .login-remind{
	margin: 12px 0 6px;
	text-align: center;
	color: #999999;
	font-size: 13px;
}
.login-dialog-box .login-word-box{
	margin: 0 50px 0;
}
.login-dialog-box .login-word-box span{
	float: left;
	width: 50%;
	text-align: center;
}
.login-dialog-box .login-word-box span a{
	font-size: 14px;
	color: #FB684A;
}
.remind-dialog-box{
	position: fixed;
	top: 50%;
	left: 50%;
	right: 0;
	z-index: 2009;
	display: none;
	/* height: 46px; */
	line-height: 23px;
	padding: 15px 10px;
	margin-top: -42px;
	width: 180px;
	margin-left: -90px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.52);
	font-size: 16px;
	color: #FFF;
	border-radius: 6px;
	opacity: 0;
}

/* ---分页--- */
.page-nums-con {
	margin: 40px 0;
	text-align: center;
}

.page-nums-con .page-p {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	color: #444;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	margin-right: 5px;
	cursor: pointer;
}

.page-nums-con .page-normal {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #565656;
	border: 1px solid #e6e6e6;
	cursor: pointer;
	border-radius: 3px;
	margin-right: 5px;
}

.page-nums-con .page-normal:hover {
	color: #FB684A;
}

.page-nums-con .sel-page {
	background-color: #FB684A;
	color: #FFF !important;
	border: 1px solid #FB684A;
}

.page-nums-con .page-i {
	display: inline-block;
	height: 30px;
	padding: 0 10px 0 5px;
	line-height: 30px;
	font-size: 14px;
	color: #565656;
}

.page-nums-con .page-i input {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	margin: 0 5px;
}

.page-nums-con .page-btn {
	display: inline-block;
	height: 30px;
	width: 50px;
	line-height: 30px;
	background-color: #FB684A;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	border-radius: 3px;
	cursor: pointer;
}