
html{color: #333333}
/*-webkit-text-size-adjust: none;字体限制*/
html,body,ul,li,a,div,img,p{
	padding: 0;
	margin: 0;
	line-height: normal;
	font-family: Galano Grotesque Alt,Adjusted Trebuchet MS Fallback,Trebuchet MS,sans-serif;
	/*letter-spacing: 1px; !* 将字与字之间的间距增加 1 像素 *!*/
	/*font-family: '__Open_Sans_76cce0', '__Open_Sans_Fallback_76cce0';*/
}

.money-family,
.open-sans-font-family{
	font-family: '__Open_Sans_76cce0', '__Open_Sans_Fallback_76cce0';
}
img , svg{
	border-style: none;
	vertical-align: 0;
}

.close{opacity: 1}

input,textarea{
	border:none;
	-webkit-appearance:none;/*去除阴影边框*/
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);/*点击高亮的颜色*/
}

input::placeholder,
textarea::placeholder{
	color: #999999;
}

a, a:hover, a:visited {
	color: #333333;
	text-decoration: none !important;
}

button {
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	/* 其他属性 */
}

ul li { list-style: none;}
.hidden {splay: none !important}

@media screen and (min-width: 1024px) {
	/*公共样式*/
	.box-container{
		width: 106rem;
		margin: auto;
	}
	.underline-box {
		position: relative;
		display: inline-block;
	}
	.underline-box::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 1px;
		background-color: #6785FD;
		transition: width 0.3s ease;
	}
	.underline-box:hover::after {
		width: 100%;
	}
	.main-title{
		font-weight: 700;
		font-size: 2.72rem;
		color: #333333;
	}
	.main-title div{
		font-size: 2.72rem;
	}
	.main-title div:nth-child(2){
		margin-left: 4px;
	}
	.sub-title{
		margin-top: 2.14rem;
		font-size: 2rem;
		line-height: 2.56rem;
		color: #999999;
	}
	.isNewHouse-mark,
	.isRentHouse-mark{
		position: absolute;
		top: .58rem;
		left: .58rem;
		font-size: 1.14rem;
		height: 2.28rem;
		line-height: 2.28rem;
		text-align: center;
		color: #FFFFFF;
		padding: 0 .72rem;
		border-radius: 1.14rem;
	}
	.isNewHouse-mark{
		background: linear-gradient( 270deg, #38DC95 0%, #00C17B 96%);

	}
	.isRentHouse-mark{
		background: linear-gradient( 270deg, #6785FD 0%, #325BFF 96%);
	}

	.moreHouse-btn-box{
		margin-top: 1.72rem;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.moreHouse-btn-box a{
		width: 18.56rem;
		line-height: 2.86rem;
		text-align: center;
		border-radius: 1.42rem;
		font-size: 1.28rem;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
	}
	.moreHouse-btn-box a.one{
		color: #6785FD;
		border: 1px solid #6785FD;
	}
	.moreHouse-btn-box a.one:hover{
		color: #FFFFFF;
		background: #6785FD;
	}
	.moreHouse-btn-box a.two{
		margin-left: 5.7rem;
		color: #05C4AC;
		border: 1px solid #05C4AC;
	}
	.moreHouse-btn-box a.two:hover{
		color: #FFFFFF;
		background: #05C4AC;
	}
	.moreHouse-btn-box a.three{
		margin-left: 5.7rem;
		color: #F8AE06;
		border: 1px solid #F8AE06;
	}
	.moreHouse-btn-box a.three:hover{
		color: #FFFFFF;
		background: #F8AE06;
	}
	.moreHouse-btn-box a .icon{
		margin-left: .72rem;
		width: 1rem;
		height: 1rem;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.moreHouse-btn-box a.one .icon{
		background: #B5C3FC;
	}
	.moreHouse-btn-box a.two .icon{
		background: rgba(5, 196, 172, .4);
	}
	.moreHouse-btn-box a.three .icon{
		background: rgba(248, 174, 6, .4);
	}
	.moreHouse-btn-box a .icon img{
		width: 50%;
	}
	.city-home-scrollable-div{
		margin-top: 37.72rem;
		width: 100%;
		height: auto;
		background: #FFFFFF;
	}
	.search-page-scrollable-div{
		margin-top: 5.72rem;
		width: 100%;
		height: auto;
		background: #FFFFFF;
	}
}

@media screen and (min-width: 350px) and (max-width: 999px){
	.box-container{
		width: 100%;
		padding: 0 15px;
	}
	.main-title{
		font-weight: 700;
		font-size: 20px;
		color: #333333;
		line-height: 24px;
	}
	.sub-title{
		margin-top: 12px;
		font-size: 16px;
		line-height: 20px;
		color: #999999;
	}
	.isNewHouse-mark,
	.isRentHouse-mark{
		position: absolute;
		top: 8px;
		left: 8px;
		font-size: 14px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		color: #FFFFFF;
		padding: 0 8px;
		border-radius: 10px;
	}
	.isNewHouse-mark{
		background: linear-gradient( 270deg, #38DC95 0%, #00C17B 96%);

	}
	.isRentHouse-mark{
		background: linear-gradient( 270deg, #6785FD 0%, #325BFF 96%);
	}

	.moreHouse-btn-box{
		width: 100%;
		padding: 16px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.moreHouse-btn-box a{
		margin-bottom: 16px;
		width: 100%;
		line-height: 36px;
		text-align: center;
		border-radius: 4px;
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
	}
	.moreHouse-btn-box a.one{
		color: #6785FD;
		border: 0.01rem solid #6785FD;
	}
	.moreHouse-btn-box a.one:hover{
		color: #FFFFFF;
		background: #6785FD;
	}
	.moreHouse-btn-box a.two{
		color: #05C4AC;
		border: 0.01rem solid #05C4AC;
	}
	.moreHouse-btn-box a.two:hover{
		color: #FFFFFF;
		background: #05C4AC;
	}
	.moreHouse-btn-box a.three{
		color: #F8AE06;
		border: 0.01rem solid #F8AE06;
	}
	.moreHouse-btn-box a.three:hover{
		color: #FFFFFF;
		background: #F8AE06;
	}
	.moreHouse-btn-box a .icon{
		margin-left: 4px;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.moreHouse-btn-box a.one .icon{
		background: #B5C3FC;
	}
	.moreHouse-btn-box a.two .icon{
		background: rgba(5, 196, 172, .4);
	}
	.moreHouse-btn-box a.three .icon{
		background: rgba(248, 174, 6, .4);
	}
	.moreHouse-btn-box a .icon img{
		width: 50%;
	}
	.city-home-scrollable-div{
		margin-top: calc(40vh + 52px);
		width: 100%;
		height: auto;
		background: #FFFFFF;
	}
	.search-page-scrollable-div{
		margin-top: 52px;
		width: 100%;
		height: auto;
		background: #FFFFFF;
	}
}


.cursor-pointer{
	cursor: pointer;
}

.sale-more{
	margin-top: 40px;
}
.sale-more .item-btn{
	padding: 10px 20px;
	border: 1px solid var(--blue-color);
	border-radius: 20px;
	color: var(--blue-color);
	font-size: 18px;
}

.bold{
	font-weight: bold;
}
/*元素宽、高*/

.mw-100{
	max-width: 100px;
}
/*显示隐藏*/
.view-show{
	display: block;
}
.view-none{
	display: none;
}

/*定位*/
.position-relative{
	position: relative;
}

.position-r{
	position: relative;
}
.text-center{
	text-align: center;
}
.space-no{
	white-space:nowrap;
}
/*正在加载效果 - start*/
#loading {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 200px;
	margin-top: 0.4rem;
	font-size: 14px;
}

.loader {
	border: 0.2em solid rgba(0, 0, 0, 0.1);
	border-left-color: #4c5bff;
	border-radius: 50%;
	width: 1.2em;
	height: 1.2em;
	animation: spin 0.8s linear infinite;
}

.no-results{
	margin-top: 1rem;
	font-size: 1rem;
}

.main-title-01{
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-title-01 .right-line {
	margin-right: 0.2rem;
	width: 2.28rem;
	height: 0.04rem;
	background: url("/assets/images/title/r-line.png") no-repeat;
	background-size: cover;
}

.main-title-01 .left-line {
	margin-left: 0.2rem;
	width: 2.28rem;
	height: 0.04rem;
	background: url("/assets/images/title/l-line.png") no-repeat;
	background-size: cover;
}

.main-title-01 div:nth-child(2),
.main-title-01 .recom{
	font-size: 0.36rem;
	font-weight: 500;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}
/*正在加载效果 - end*/

/* =========== all - 导航样式 - start ==========*/



/*No.1*/
.header-section .header-wrapper .logo .logo-img {
	width: 16.63rem;
	height: 2.38rem;
}
.header-section .menu a:hover,
.header-section .menu a:active{
	color: var(--blue-color);
}
.header-section .menu .pc-box>a{
	margin-right: 2rem;
}
.header-section .menu .pc-box>a:nth-child(3){
	margin-right: 0.5rem;
}
.header-section .menu .country-img{
	width: 2.5rem;
	height: 1.63rem;
	margin-right: 0.38rem;
	box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.25);
}
.header-section .menu .xian-b{
	width: 2px;
	height: 16px;
	background: #F0F0F0;
}
.header-section .menu a:nth-child(3) .xian-b{
	display: none;
}
.header-section .header-wrapper .logo a:last-child .xian-b,
.header-section .header-wrapper .menu a:last-child .xian-b{
	display: none;
}
.header-section .header-wrapper .menu .more-country{
	position: relative;
	cursor: pointer;
}
.header-section .header-wrapper .menu .more-country .img-more{
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 0.25rem;
}
.header-section .header-wrapper .menu .more-country .cou-menu{
	position: absolute;
	top: 2.8rem;
	right: 0;
	max-width: 15.63rem;
	padding: 0 1rem;
	background: #FFFFFF;
	border: 0.06rem solid #DDDDDD;
	border-radius: 0.8rem;
	max-height: 26rem;
	overflow: auto;
	display: none;
}
.header-section .header-wrapper .menu .more-country .cou-menu a:hover,
.header-section .header-wrapper .menu .more-country .cou-menu a:active{
	color: var(--blue-color);
}
.header-section .header-wrapper .menu .more-country .cou-menu .box{
	height: 4rem;
	border-bottom: 1px solid #F0F0F0;
}
.header-section .header-wrapper .menu .more-country .cou-menu a:last-child .box{
	border-bottom: none;
}
.header-section .header-wrapper .menu .more-country .cou-menu .img-cou-more{
	width: 2.13rem;
	height: 1.38rem;
	box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.25);
}
.header-section .header-wrapper .menu .more-country .cou-menu .box span{
	margin-left: 0.4rem;
	word-wrap: break-word; /*强制换行*/
	overflow: hidden; /*超出隐藏*/
	text-overflow: ellipsis;/*隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
}
/*No.2*/
.header-section .header-wrapper .logo .country-img{
	width: 2.5rem;
	height: 1.63rem;
	margin-right: 0.38rem;
	box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.25);
}
.header-section .header-wrapper .logo span{
	font-size: 1.13rem;
}
.header-section .logo a:hover,
.header-section .logo a:active{
	color: var(--blue-color);
}
.header-section .logo .xian-b{
	width: 2px;
	height: 16px;
	background: #F0F0F0;
}
.header-section .logo .more-country{
	position: relative;
	margin-left: 0.25rem;
	cursor: pointer;
}
.header-section .logo .more-country .img-more{
	width: 1.5rem;
	height: 1.5rem;
}
.header-section .logo .more-country .cou-menu{
	position: absolute;
	top: 2.4rem;
	right: 0;
	max-width: 15.63rem;
	padding: 0 1rem;
	background: #FFFFFF;
	border: 0.06rem solid #DDDDDD;
	border-radius: 0.8rem;
	max-height: 26rem;
	overflow: auto;
	display: none;
}
.header-section .logo .more-country .cou-menu .box{
	height: 4rem;
	border-bottom: 1px solid #F0F0F0;
}
.header-section .logo .more-country .cou-menu a:last-child .box{
	border-bottom: none;
}
.header-section .logo .more-country .cou-menu .box .img-cou-more{
	width: 2.13rem;
	height: 1.38rem;
	box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.25);
}
.header-section .logo .more-country .cou-menu .box span{
	margin-left: 0.4rem;
}
.header-section .menu>li {
	font-size: 1.13rem;
	margin-right: 1.5rem;
}
.header-section .menu>li:nth-last-child(3),
.header-section .menu>li:last-child{
	margin-right: 0;
}
.header-section .menu .cities-po::before{
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(/assets/images/part/linear.png) no-repeat;
	background-size: 1.5rem 1.5rem;
	margin-right: -1px;
}
.header-section .menu .cities-po{
	border: 1px solid #B6B6B6;
	border-radius: 0.2rem;
	padding: 0.3rem 0.5rem;
	cursor: pointer;
}
.header-section .logo .menu-lang,
.header-section .menu .menu-lang{
	padding-left: 1.5rem;
	cursor: pointer;
	/*border-left: 1px dotted #999999;*/
}
.header-section .logo .menu-lang .lang-more,
.header-section .menu .menu-lang .lang-more{
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 0.5rem;
}
.header-section .menu .menu-lang .img-lang{
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.25rem;
}
.header-section .logo .menu-lang .lan-box,
.header-section .menu .menu-lang .lan-box{
	position: absolute;
	top: 2.8rem;
	right: 0;
	min-width: 3rem;
	padding: 0 1rem;
	background: #FFFFFF;
	border: 0.06rem solid #DDDDDD;
	border-radius: 0.4rem;
	max-height: 26rem;
	overflow: auto;
	display: none;
}
.header-section .logo .menu-lang .lan-box .lan-item,
.header-section .menu .menu-lang .lan-box .lan-item{
	line-height: 3rem;
	text-align: center;
	padding: 0 1rem;
	cursor: pointer;
	border-bottom: 1px solid #F0F0F0;
	word-wrap: break-word; /*强制换行*/
	overflow: hidden; /*超出隐藏*/
	text-overflow: ellipsis;/*隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
}
.header-section .menu .menu-lang .lan-box .lan-item:last-child{
	border-bottom: none;
}
.header-section .menu .menu-lang .lan-box .lan-item:hover{
	color: var(--blue-color);
	/*background: rgb(103, 133, 253,0.2);*/
}
.header-section .nav-level-box{
	position: absolute;
	top: 3.75rem;
	right: 0px;
	width: 24.25rem;
	background: rgba(51,51,51,0.92);
	display: none;
}
.header-section .nav-level-box .close-img{
	width: 1.25rem;
	height: 1.25rem;
	float: right;
	margin-bottom: 1.5rem;
}
.nav-level-box .submenu{
	width: 100%;
}

.nav-level-box .submenu li{
	width: calc( (100% - 1rem) / 2);
	height: 5.88rem;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
}
.nav-level-box .submenu li a,
.nav-level-box .submenu li a img{
	width: 100%;
	height: 100%;
	border-radius: 0.25rem;
}
.nav-level-box .submenu li a span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	color: #fff;
	border-radius: 0.25rem;
}

.header-section .menu-m{
	display: none;
}
.header-section .menu-m .gb{
	width: 1.57rem;
	height: 1rem;
	box-shadow: 0px 2px 4px 0px rgb(153 153 153 / 25%);
	margin-right: 0.5rem;
}
.header-section .menu-m .local{
	width: 1rem;
	height: 1rem;
	margin-right: 0.2rem;
}
.header-section .menu-m .name{
	color: var(--blue-color);
	font-size: 0.88rem;
}
.header-section .menu-m .caidan::before{
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 0.25rem;
	background: url(/assets/images/part/ellipsis.png) no-repeat;
	background-size: 1.5rem 1.5rem;
}
.header-section .menu-m .mnav-level-box{
	display: none;
	position: absolute;
	top: 3.25rem;
	right: -15px;
	width: 20rem;
	max-height: 242px;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0rem rgba(51,51,51,0.1);
	overflow-y: auto;
}
.header-section .menu-m .minnav-level-box{
	width: 13rem;
}
.header-section .menu-m .mnav-level-box .item{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
}
.header-section .menu-m .mnav-level-box .title-1{
	font-weight: bold;
}
.header-section .menu-m .mnav-level-box .item .country-item{
	padding-bottom: 20px;
	border-bottom: 1px solid #F0F0F0;
}
.header-section .menu-m .mnav-level-box .item .city-i{
	color: var(--blue-color);
	padding: 0.25rem 0.63rem;
	border-radius: 0.25rem;
	background: rgba(103,133,253,0.1);
}
.nav-more{
	text-align: center;
}
.nav-more a{
	color: #fff !important;
}
/* =========== all - 导航样式 - end ==========*/


/* footer */
.bg-overlay{
	position: relative;
	overflow: hidden;
	background-color: rgb(247, 249, 255);
	height: 210px;
}
.bg-overlay .container{
	position: relative;
	z-index: 1
}
.footer-top .title {
	margin-bottom: 20px
}
.footer-logo{
	margin-top: 36px;
}
.footer-logo img{
	width: 225px;
	height: 38px;
}

.footer-fn1{
	margin-top: 20px;
}
.footer-fn2{
	margin-top: 30px;
}
.footer-fn1,
.footer-fn2{
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}
.footer-fn1 .fn-title{
	font-size: 24px;
	font-weight: 400;
}
.footer-fn2 .fn-title{
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}
.footer-fn1 .lx-box,
.footer-fn2 .lx-box{
	margin-left: 60px;
	width: 200px;
	display: flex;
	align-items: center;
	font-size: 20px;
}
.footer-fn1 .lx-box img,
.footer-fn2 .lx-box img{
	width: 24px;
	height: 24px;
	margin-right: 6px;
}


/* footer */

.fn-ys-9{
	color: #999999;
}
.errors-section{
	width: 100%;
	height: calc(100vh - 290px);
	background: linear-gradient(to left,rgba(155, 213, 255, 1),rgba(154, 253, 211, 0.7200),rgba(83, 138, 244, 1));
}
.errors-section .bg-errors{
	width:100%;
	height: 100%;
	background: rgba(155, 213, 255, .5);
	backdrop-filter: blur(50px);
}
.errors-section .error-01{
	height: calc(100vh - 290px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.errors-section .error-01 img{
	width: 365px;
	height: 375px;
}
.errors-section .error-02{
	height: calc(100vh - 290px);
	margin-left: 109px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.errors-section .title-01{
	height: 56px;
	width: 334px;
	text-align: center;
	font-size: 32px;
	line-height: 56px;
	border-radius: 28px;
	background: #05C4AC;
}
.errors-section .title-01 a{
	color: #FFFFFF;
	text-decoration-line: none;
}
.errors-section .desc-01{
	font-size: 28px;
	margin-top: 30px;
	color: #FFFFFF;
}
/*联系组件 - start*/
.call-frame{
	display: none;
	background: #FFFFFF;
	width: 100%;
	height: 72px;
	position: fixed;
	bottom: 0;
	left: 0;
	box-shadow: 0 -2px 4px rgba(51,51,51,.15);
	z-index: 100;
}
.call-frame .call-box{
	width: 100%;
	height: 72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.call-frame .call-box img{
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.call-frame .call-box .item{
	width: calc((100% - 10px) / 2);
	height: 40px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.call-frame .call-box .call-mNews{
	width: 100%;
	background: var(--blue-color);
	color: #FFFFFF;
}
.call-frame .call-box .call-c{
	color: var(--blue-color);
	border: 1px solid var(--blue-color);
}
.call-frame .call-box .call-m{
	background: var(--blue-color);
	color: #FFFFFF;
}

	/*拨号弹框-start*/
.dial-frame{
	width: 100%;
	height: calc(100vh - 72px);
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 3000;
}
.dial-frame .dial-box{
	width: calc(100% - 30px);
	background: #fff;
	position: fixed;
	left: 15px;
	bottom: 82px;
	border-radius: 8px;
	border: 1px solid #F0F0F0;
	padding: 0 15px;
}
.dial-frame .dial-box .item{
	width: 100%;
	height: 72px;
	border-bottom: 1px dashed #F0F0F0;
}
.dial-frame .dial-box .item .img{
	width: 52px;
	height: 52px;
	border-radius: 50%;
	margin-right: 15px;
	overflow: hidden;
	border: 1px solid #F0F0F0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dial-frame .dial-box .item .img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.dial-frame .dial-box .item .info .phone{
	margin-top: 7px;
	color: var(--blue-color);
	display: flex;
	align-items: center;
}

.dial-frame .dial-box .item .info .phone img.eye{
	margin-left: 8px;
	width: 16px;
	height: 16px;
}

.dial-frame .dial-box .item .whatsapp-box{
	margin-left: 10px;
}

.dial-frame .dial-box .item .whatsapp-box img.whatsapp-img{
	width: 80px;
	height: auto;
	margin-right: 4px;
}
/*拨号弹框-end*/
/*联系组件 - end*/

/*平台首页、国家首页、城市首页 - 查看更多房源 -start*/

/*平台首页、国家首页、城市首页 - 查看更多房源 -end*/

@media screen and (max-width:1200px){
	.sale-more{
		margin-top: 1rem;
	}
	.sale-more .item-btn{
		padding: 0.5rem 1rem;
		font-size: 1rem;
	}
	.errors-section .error-01 img{
		width: 90%;
		height: auto;
	}
	.errors-section .error-02{
		margin-left: 0;
	}
	.errors-section .title-01{
		width: 170px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}
	.errors-section .desc-01{
		font-size: 14px;
		margin-top: 10px;
	}
	.footer-fn1, .footer-fn2{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.footer-fn2{
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.footer-fn1 .fn-title{
		font-size: 14px;
	}
	.footer-fn2 .fn-title{
		margin-top: 10px;
	}
	.footer-fn1 .lx-box{
		margin-top: 10px;
	}
	.footer-fn1 .lx-box,
	.footer-fn2 .lx-box{
		font-size: 14px;
		display: flex;
		justify-content: flex-start;
		margin-left: 0;
	}

	.footer-fn1 .lx-box img,
	.footer-fn2 .lx-box img{
		width: 12px;
		height: 12px;
	}
	.footer-fn2{
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
	}
	.footer-fn2 .fn-title{
		font-size: 14px;
	}
	.footer-logo img{
		width: 40%;
		height: 40%;
	}

	/*联系组件*/
	.call-frame{
		display: block;
	}
	h2,h1,h3{
		font-size: 20px;
	}
	html{
		font-size: 14px;
	}
}

@media screen and (max-width:768px){
	.no-results{
		margin-top: 20px;
		font-size: 14px;
	}
	.main-title-01{
		font-size: 18px;
		font-weight: 500;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.main-title-01 div:nth-child(2),
	.main-title-01 .recom{
		font-size: 18px;
		font-weight: 500;
	}


	.main-title-01 div{
		white-space: nowrap;
	}

	.main-title-01 .right-line,
	.main-title-01 .left-line{
		display: none;
	}

	/*平台首页、国家首页、城市首页 - 标识新房 -end*/

	/*平台首页、国家首页、城市首页 - 查看更多房源 -start*/
	/*平台首页、国家首页、城市首页 - 查看更多房源 -end*/
}

@media screen and (min-width: 1024px) {
	.toast-box{
		position: fixed;
		top: 100px;
		left: 50%;
		font-size: 16px;
		transform: translate(-50%,0);
		background: #F8AE06;
		box-shadow: 0 3px 6px 0 rgba(51,51,51,0.102);
		border-radius: 8px;
		padding: 12px 24px;
		color: #FFFFFF;
		border: 0.01rem solid #F0F0F0;
		z-index: 1000;
	}
}
@media screen and (min-width: 350px) and (max-width: 999px){
	.toast-box{
		position: fixed;
		max-width: 300px;
		top: 100px;
		left: 50%;
		font-size: 14px;
		transform: translate(-50%,0);
		background: #F8AE06;
		box-shadow: 0 3px 6px 0 rgba(51,51,51,0.102);
		border-radius: 8px;
		padding: 14px;
		border: 0.01rem solid #F0F0F0;
		z-index: 1000;
		color: #FFFFFF;
	}
}
.toast-box.success{
	background: #67C23A;
}
