body {
	background: #f5f5f5;
}
.hidden{
    display: none;
}
/*---------------------------------- 房源列表----------------------------------- */
.layui-erjinav {
	background: #fff;
	min-height: 1.2rem;
}

.layui-erjinav .layui-tnav {
	border: none;
}

.layui-erjinav .layui-top-nav {
	height: 0.95rem;
	padding: 0.25rem 0px 0rem;
}

.layui-erjinav .layui-erji-login {
	height: 0.5rem;
	float: right;
	text-align: center;
	padding-top: 0.18rem;
}

.layui-erji-login span {
	display: inline-block;
	line-height: 0.3rem;
	color: #fff;
}

.layui-erji-login span a {
	font-size: 0.15rem;
	color: #fff;
}

/* .layui-erji-login .mobilein{margin-left:0.2rem;} */
.layui-erji-login .mobilein i {
	font-size: 0.35rem;
	display: inline-block;
	color: #333333;
	margin-right: 0.08rem;
	float: left;
}

.layui-erji-login .mobilein a {
	color: #333333;
	font-size: 0.16rem;
	line-height: 0.35rem;
}

.layui-erjinav .layui-tnav .layui-nav {
	text-align: center!important;
}

.layui-erjinav .layui-tnav .layui-nav li a {
	color: #333333;
}

.layui-erjinav .layui-tnav .layui-nav-child::after {
	border-bottom: 10px solid rgb(210, 210, 210);
}

/* 面包屑导航---开始 */
.erji-bread {
	padding: 0.15rem 15px 0.15rem;
}

.erji-bread .layui-breaddh {
	min-height: 0.4rem;
	line-height: 0.4rem;
}

.layui-breaddh .layui-breadcrumb a {
	font-size: 0.16rem;
}

.erji-bread .layui-breaddh p {
/*font-size:0.24rem;*/
	color: #666;
	padding-right: 0.3rem;
}

.erji-bread .layui-breaddh p em {
	color: #df2f3c;
}

.readall_box {
	position: relative;
	z-index: 100;
	padding: 0 0 25px;
	margin-top: -200px;
	text-align: center;
	display: none;
}

.readall_box .read_more_mask {
	height: 200px;
	background: -moz-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0));
	background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));
	background: -o-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0))
}

.read_more_btn {
	cursor: pointer;
	font-size: 16px;
	color: #de686d;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #de686d;
	line-height: 30px;
	padding: 5px 10px;
}

.read_more_btn:hover {
	background: #de686d;
	color: #fff;
}


/* 筛选开始 */
.lee {
    margin: 0px 0px 30px 0px;
}
.aui-screen-box dl, .aui-screen-box dt, .aui-screen-box dd,.aui-screen-box textarea,.aui-screen-box th,.aui-screen-box td {
	margin: 0;
	padding: 0;
}

table.aui-tab-data tr th {
	padding: 10px;
}

table.aui-tab-data tr td {
	padding: 10px;
}

.aui-choice-screen {
	max-width: 100%;
	margin: 0px auto;
	background: #fff;
	border-radius: 5px;
	padding: 10px 30px;
	position: relative;
}

.aui-screen-list-box dl {
	border-bottom: #f2f2f2 1px solid;
	/*width: 83%; 20220622Modified*/
	overflow: hidden;
	line-height: 75px;
}

.aui-screen-list-box dl:last-child {
	border: none;
}

.aui-screen-list-box dl dt {
	float: left;
	height: 40px;
	text-align: right;
	width: 90px;
	height: 40px;
	line-height: 40px;
	margin: 10px auto;
	font-size: 15px;
	color: #666;
}

.aui-screen-list-box dl dd {
	position: relative;
	padding-left: 0px;
	width: 90%;
	float: left;
	overflow: visible;
	line-height: 40px;
	margin: 10px auto;
}

.aui-screen-list-box dl dd a {
	display: inline-block;
	color: #656565;
	overflow: visible;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	padding: 0px 10px;
	border-radius: 5px;
}

.aui-screen-list-box dl dd a:hover {
	background: #e02e3c;
	color: #fff;
}

.aui-screen-list-box dl dd a.selected {
	background: #e02e3c;
	color: #ead9d9;
}

.aui-screen-list-box dl dd span.more {
	position: absolute;
	width: 39px;
	display: block;
	height: 14px;
	top: 6px;
	cursor: pointer;
	right: 1px
}

.aui-screen-list-box dl dd span.more label {
	display: inline-block;
	cursor: pointer
}

.aui-sr-input {
	height: 40px;
	line-height: 40px;
	display: block;
	float: right;
	color: #999;
	padding-right: 10px;
    /* margin:0px 15px; */
}

.aui-search {
	width: 17%;
	position: absolute;
	right: 15px;
	top: 30px;
	height: 30px;
	border-radius: 5px;
	background: #f4f4f4;
}

.aui-search input {
	display: inline-block;
	width: 85%;
	border: none;
	height: 30px;
	font-size: 0.15rem;
	line-height: 30px;
	float: left;
	background: none;
	color: #cecece!important;
}

input::-webkit-input-placeholder {
	color: #c3c3c3;
}

input::-moz-placeholder {
   /* Mozilla Firefox 19+ */
	color: #c3c3c3;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
	color: #c3c3c3;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
	color: #c3c3c3;
}

.aui-search button {
	background: none;
}

.aui-search i {
	display: inline-block;
	width: 10%;
	font-size: 0.25rem;
	line-height: 30px;
	float: left;
	color: #ddd;
}

.aui-sr-input input {
	width: 60px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #CCC;
	border-radius: 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	padding: 0 5px;
	color: #888;
}

.aui-sr-input button {
	color: #fff;
	background: #d4d4d4;
	height: 25px;
	line-height: 25px;
	min-width: 40px;
	padding: 0px 6px;
	font-size: 14px;
	text-align: center;
	margin-left: 3px;
	border-radius: 3px;
	cursor: pointer;
	border: none;
}

.aui-list-pz-size {
	float: left;
	padding-top: 8px;
	width: 820px;
	height: auto;
}

.aui-list-pz-size li {
	float: left;
	width: 134px;
	padding-bottom: 5px;
	color: #3b5998;
	height: 29px;
	line-height: 29px;
}

.aui-screen-list-box .aui-aui-screen-list-item {
	height: 100px;
	border-bottom: none;
}

.aui-screen-list-box .aui-aui-screen-list-item dd {
	height: 100px;
	overflow: hidden;
}

.aui-list-pz-size li label {
	color: #4284d9;
}

.aui-list-pz-size li label input {
	margin-right: 3px;
}
/* 排序及推荐 */
.layui-choose .house-list {
	width: 62%;
}

.layui-choose .hometab {
	border: none;
}

.home-title {
	height: 50px;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
}

.home-title ul li {
	color: #333;
	padding: 0;
	font-size: 0.16rem;
	height: 50px;
	line-height: 50px;
	position: relative;
}

.home-title ul li::after {
	border: none;
	display: block;
	position: absolute;
	content: '';
	top: 100%;
	left: 0rem;
	width: 1rem;
	height: 2px;
	background: #e02e3c;
	border-color: none;
}

.hometab .layui-tab-titlet {
	border: none;
	height: 0.5rem!important;
	border-bottom: 1px solid #eee;
}

.hometab .layui-tab-titlet li {
	float: left;
	cursor: pointer;
	line-height: 50px;
	height: 50px;
	padding: 0px 10px!important;
	color: #999;
	margin-right: 10px;
	font-size: 0.15rem;
	position: relative;
	transition: all 0.3s;
}

.hometab .layui-tab-titlet .layui-this::after {
	border: none;
	display: block;
	position: absolute;
	content: '';
	top: 100%;
	left: 0rem;
	width: 100%;
	height: 2px;
	background: #e02e3c;
	border-color: none;
}

.hometab ul .layui-this {
	color: #333;
}

.hometab ul .layui-this>i {
	color: #e02e3c;
	display: inline-block;
}

.hometab ul .layui-this>i.t {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.hometab ul .list-style {
	float: right;
	margin-right: 15px;
	text-align: left;
}

.hometab ul .list-style.layui-this {
	color: #999!important;
}

.hometab ul .list-style i {
	transform: none!important;
}

.hometab ul .list-style.layui-this::after {
	background: none;
}

.hometab .list-style span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

.hometab .list-style span>i {
	font-size: 0.20rem;
	display: inline-block;
	text-align: center;
	color: #adadad;
	font-weight: 200;
}

.hometab .list-style #list1 {
	margin-right: 15px;
}

.hometab ul li span.active i {
	color: #e02e3c!important;
}

.house-list .layui-tab-content {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding-bottom: 0.3rem;
}

.house-list .layui-tab-content .houseitem {
	padding: 0.25rem 0.35rem 0.35rem;
	position: relative;
	min-height: 2.2rem;
	display: inline-block;
}

.house-list .layui-tab-content .houseitem::after {
	border: none;
	display: block;
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	width: 90%;
	height: 1px;
	background: #ddd;
	border-color: none;
}

.house-list .layui-tab-content .houseitem:last-child::after {
	background: none;
}

.house-list .houseitem .house-pic {
	width: 30%;
	float: left;
	position: relative;
    text-align: center;
}

.house-list .houseitem .house-pic h2 {
	height: 0.2rem;
	width: 100%;
	overflow: hidden;
	padding: 0.1rem 0px;
}

.house-list .houseitem .house-pic h2 img {
	width: auto;
	height: auto;
}

.house-list .houseitem .house-pic .pic {
	width: 100%;
	height: 2.0rem;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.house-list .houseitem .house-pic  #new {
	position: absolute;
	left: -7px;
	top: 60px;
}

.house-list .houseitem .house-pic .pic img {
	max-width: 100%;
	max-height: 100%;
}

.house-list .houseitem .house-info {
	width: 65%;
	float: right;
	padding-top: 0;
}

.house-info h1 {
	font-size: 0.18rem;
	color: #333;
	margin: 0px;
	font-weight: bold;
}

.house-info h1 span {
	display: inline-block;
	padding: 0px 10px;
	border: 1px solid #ddd;
	font-size: 0.16rem;
	color: #999999;
    font-weight: normal;
	border-radius: 5px;
	margin-left: 0.5em;
}

.house-info .tb {
	border-top: 1px solid #f1f1f1;
	padding-top: 10px;
}

.house-info .info2 .ho2 {
	display: inline-block !important;
	padding: 0px 10px;
	border: 1px solid #ddd;
	font-size: 0.14rem;
	color: #999999;
	border-radius: 5px;
	margin: 10px 10px auto 0;
}

.house-info .info2 .ho5 {
	display: inline-block;
	padding: 0px 10px 0px 0px;
	font-size: 0.14rem;
	color: #999999;
	border-radius: 5px;

}
span.square{
margin:0px 0px 0px 2px!important;
padding:0px;
color: #999999!important;
}
.square::after {
content: "²";

}

.house-info .info1 {
	color: #333;
	font-size: 0.15rem;
	margin: 0.05rem 0px 0.1rem;
}

.house-info .info2 {
	color: #999999;
	font-size: 0.15rem;
	margin: 0.15rem 0px 0.05rem;
	line-height: 0.2rem;
}

.house-info .info-icon {
	text-align: left;
	padding: 0.05rem 0px;
	border-bottom: 1px solid #f1f1f1;
}

.house-info .info-icon span {
	color: #999;
}

.house-info .info-icon span i {
	color: #d7d7d7;
	font-size: 0.2rem;
}

.house-info .info3 {
	color: #454545;
	font-size: 0.18rem;
	font-weight: bold;
}

.house-info .info3 em {
	color: #de2e39;
}

.house-info .info3 a {
	font-size: 0.16rem;
	color: #fff;
	font-weight: 400;
	background: #de2e39;
	padding: 5px 10px;
	margin-left: 15px;
	border-radius: 5px;
	display: inline-block;
}

.house-list .houseitem .house-incloud {
	min-height: 1.4rem;
	position: relative;
	margin: 0.2rem 0px 0.1rem;
}

.house-list .houseitem .house-incloud .house-xx {
	font-size: 0.16rem;
	color: #999999;
	margin: 0.25rem 0px 0.25rem;
}

.house-list .houseitem .house-incloud .swiper-incloud {
	position: relative;
	width: 100%;
}

.swiper-incloud .swiper-slide {
	height: 1.2rem;
	overflow: hidden;
	border-radius: 5px;
}

.swiper-incloud .swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-incloud .swiper-slide p {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 0.35rem;
	line-height: 35px;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.4);
}

.swiper-incloud .swiper-slide p a {
	display: block;
	width: 65%;
	float: left;
	color: #fff;
	font-size: 0.14rem;
	text-align: center;
}

.swiper-incloud .swiper-slide p span {
	display: inline-block;
	width: 25%;
	padding: 0px 6px;
	background: #de2e39;
	float: right;
	color: #fff;
	font-size: 0.14rem;
}

.house-incloud .incloud-prev {
	outline: none;
	background: url(../img/bell-prev-bg.png) no-repeat center center;
	left: -5%;
	background-size: 0.18rem auto;
}

.house-incloud .incloud-next {
	outline: none;
	background: url(../img/bell-next-bg.png) no-repeat center center;
	right: -5%;
	background-size: 0.18rem auto;
}

.layui-choose .house-Recommend {
	width: 32%;
}

/* 精品房源 */
.house-Recommend .recommend {
	margin-top: 0.2rem;
}

.recommend-item {
	min-height: 2.5rem;
	background: #fff;
	overflow: hidden;
	padding-bottom: 0.1rem;
	margin-bottom: 0.3rem;
}

.recommend-item .item-body {
	width: 100%;
	height: 2.0rem;
	overflow: hidden;
}

.recommend-item .item-body img {
	width: 100%;
	height: 100%;
}

.recommend-item .item-footer {
	padding: 0.15rem 0px;
}

.recommend-item .item-footer .span1 {
	display: inline-block;
	float: left;
}

.recommend-item .item-footer .span1 p {
	font-size: 0.18rem;
	color: #a3a3a3;
}

.recommend-item .item-footer .span1 .p2 {
	font-size: 0.17rem;
	color: #333;
	font-weight: bold;
	margin-top: 0.1rem;
}

.recommend-item .item-footer .span2 {
	display: inline-block;
	float: left;
}

.recommend-item .item-footer .span2 a {
	display: inline-block;
	font-size: 0.15rem;
	border-radius: 25px;
	padding: 2px 10px;
	height: 0.2rem;
	line-height: 0.2rem;
	background: #de2e39;
	color: #fff;
}
/* 新推房源 */
.house-Recommend .new-recomme {
	margin-top: 10px;
}

.house-Recommend .new-recomme .newrec-item {
	margin: 10px 0;
	display: inline-block;
}

.house-Recommend .new-recomme .newrec-item .newc-pic {
	width: 30%;
	float: left;
	border-radius: 5px;
}

.house-Recommend .new-recomme .newrec-item .newc-pic img {
	width: 100%;
	height: 100%;
}

.house-Recommend .new-recomme .newrec-item .newc-info {
	width: 65%;
	float: right;
}

.house-Recommend .new-recomme .newrec-item .newc-info h2 {
	font-size: 0.16rem;
	color: #333;
	margin-bottom: 0.1rem;
	font-weight: bold;
}

.house-Recommend .new-recomme .newrec-item .newc-info p {
	font-size: 0.16rem;
	color: #9f9f9f;
	font-weight: bold;
}
/* 热门中介 */
.house-Recommend .hot-zz {
	margin-top: 0.2rem;
}

.zz-item {
	width: 100%;
	height: 1.7rem;
}

.zz-item a {
	display: inline-block;
	margin: 2% auto;
	width: 48%;
}

.zz-item a.left {
	float: left;
}

.zz-item a.right {
	float: right;
}

.zz-item img {
	width: 100%;
	height: 100px;
}
/* 分页 */
#page1 {
	margin: 0.3rem auto 0.5rem;
	text-align: center;
}

#page1 .layui-laypage {
	margin: 0;
}

#page1 .layui-laypage li {
	list-style: none;
	display: inline-block;
}

#page1 .layui-laypage a,#page1 .layui-laypage li.thisclass {
	margin: 5px 5px;
	padding: 0px 8px;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #aeaeae;
	background: none;
	border: none;
}

#page1 .layui-laypage a:first-child {
	background: #fff;
	border: 1px solid #ddd;
}

#page1 .layui-laypage a:last-child {
	background: #fff;
	border: 1px solid #ddd;
}

#page1 .layui-laypage span {
	margin: 0;
	color: #aeaeae!important;
}

#page1 .layui-laypage .layui-laypage-curr .layui-laypage-em, #page1 .layui-laypage .thisclass {
	background: rgb(255,255,255)!important;
}

#page1 .layui-laypage .thisclass {
	background: #333!important;
	border: 1px solid #333!important;
	color: #FFFFFF!important;
	padding: 0px 10px!important;
}

#page1 .layui-laypage .layui-laypage-curr em {
	color: #333!important;
}
/* 流程 */
/*
.layui-lc .lc-item {
    width: 20%;
    height: 100px;
    margin-right: 1%;
    padding: 50px 15px 30px 34px;
    border-radius: 10px;
    transition: all 0.3s;
}
*/
/* 精品推荐*2 */
.layui-jxtj {
	min-height: 3.5rem;
	background: #fff;
}

.jptj {
	position: relative;
	min-height: 2.3rem;
	margin-bottom: 0.3rem;
}

.jptj .swiper-jptj {
	width: 100%;
	margin-top: 0.4rem;
}

.jptj .swiper-jptj .swiper-slide .jptj-pic {
	height: 1.7rem;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.jptj .swiper-jptj .swiper-slide .jptj-pic img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.jptj .swiper-jptj .swiper-slide .jptj-info a {
	transition: all 0.35s;
}

.jptj .swiper-jptj .swiper-slide:hover .jptj-pic img {
	transform: scale(1.05);
}

.jptj .swiper-jptj .swiper-slide:hover .jptj-info .jptj1 {
	color: #e02e3c;
}

.jptj .swiper-jptj .swiper-slide .jptj-info {
	height: 0.35rem;
	background: #fff;
}

.jptj .swiper-jptj .swiper-slide .jptj-info h2 {
	margin: 0.15rem 0px;
/*	padding: 0px 0.1rem; */
}

.jptj .swiper-jptj .swiper-slide .jptj-info h2 .jptj1 {
	display: block;
	
	
}

.jptj .swiper-jptj .swiper-slide .jptj-info h2 .jtpj2 {
	display: block;
	
	float: left;
}

.jptj .swiper-jptj .swiper-slide .jptj-info h2 .jtpj2 em {
	color: #333;
	font-weight: bold;
}

.jptj  .jptj-prev {
	outline: none;
	background: url(../img/bell-prev-bg.png) no-repeat center center;
	left: -4%;
	background-size: 0.18rem auto;
	margin-top: -45px;
}

.jptj  .jptj-next {
	outline: none;
	background: url(../img/bell-next-bg.png) no-repeat center center;
	right: -4%;
	background-size: 0.18rem auto;
	margin-top: -45px;
}

/*---------------------------------- 房源列表结束----------------------------------- */


/*---------------------------------- 房源详情----------------------------------- */
.erji-bread .aui-search {
	background: #ececec;
}

.hs-jianjie {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 0.4rem;
}

.hs-top {
	height: 0.6rem;
	background: #e02e3c;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0rem 0px 0.5rem;
	line-height: 0.6rem;
}

.hs-top em {
	display: inline-block;
	padding: 0px 10px;
}

.hs-top .hs-id {
	color: #fff;
	font-size: 16px;
}

.hs-top .hs-time {
	color: #fff;
	font-size: 16px;
	text-align: right;
	background: #cc353e;
	height: 100%;
	padding: 0px 0.3rem;
}

.hs-main {
	width: 100%;
}

.main-pd {
	min-height: 4.2rem;
	margin: 0 0 0.25rem 0.5rem;
	padding-bottom: 0.4rem;
	padding-top: 0.4rem;
}

.hs-mleft {
	width: 58%;
	float: left;
}

.hs-mleft .swipersmall {
	width: 100%;
}

.hs-mleft .swiperbig {
	width: 100%;
}

.swiper-small {
	width: 100%;
	height: 20%;
	margin-top: 0.2rem;
}

.swiper-container-vertical > .swiper-scrollbar {
	left: -3px;
}

.swiper-small .swiper-slide {
	height: 1rem!important;
	margin: 0.02rem 0px;
}

.swiper-small .swiper-slide img {
	border: 1px solid #fff;
	width: 100%;
	height: 0.8rem;
	margin-bottom: 0.1rem;
	cursor: pointer;
	display: block;
}

.swiper-small .swiper-slide-thumb-active img {
	border-color: #847993;
}

.swiper-big {
	width: 100%;
	height: 80%;
}

.swiper-big .swiper-slide {
	width: 100%;
	height: 370px;
	overflow: hidden;
}

.swiper-big .swiper-slide img {
 	height: 100%;
	width: 100%;
}

.swiper-big .big-left {
	outline: none;
	background: url(../img/left-arrow.png) no-repeat center center;
	left: 5%;
	background-size: 0.25rem auto;
	opacity: 0.9;
}

.swiper-big .big-right {
	outline: none;
	background: url(../img/right-arrow.png) no-repeat center center;
	right: 5%;
	background-size: 0.25rem auto;
	opacity: 0.9;
}

.swiper-scrollbar-drag {
	background: #e03a46;
}

.swiper-container-horizontal > .swiper-scrollbar {
	height: 3px;
}

.hs-right {
	width: 38%;
	float: right;
	height: 100%;
}
/*
.hs-right .house-info{margin:0.35rem 0.3rem 0px 0px;}
*/
.hs-right .info2 span {
	margin: 0px 10px;
	color: #989898;
}

.hs-right .info2 span:first-child {
	color: #333333;
	margin-left: 0;
}

.hs-right .house-info .info3 {
	margin: 0.2rem 0px 0px 0px;
}

.hs-right .house-info .info4 {
	line-height: 130%;
	margin-top: 0.3rem;
	border-top: 1px solid #f1f1f1;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0.15rem;
	text-align: left;
}

.house-info .info4 a em {
	display: inline-block;
	height: 0.25rem;
	line-height: 0.25rem;
	padding: 0px 15px;
	border-radius: 5px;
	border: 1px solid #f1f1f1;
	background: #fcfcfc;
	margin-right: 0.1rem;
}

.hsinfo-left {
	width: 65%;
	margin-bottom: 0.35rem;
}

.hsinfo-lcont {
	background: #fff;
	border-radius: 5px;
	padding: 0.2rem 0.3rem 0.3rem;
	overflow: hidden;
}

.hs-title {
	 clear: both;
	font-size: 0.2rem;
	color: #333;
	height: 0.6rem;
	line-height: 0.6rem;
	position: relative;
	margin-bottom: 0rem;
}

/**
VR全屏
**/

span.vrfullscreenbutton {
	background: #d9b57fd4!important;
    margin-top: 0.3rem!important;
    font-size: 0.8em!important;
}
	
.vrfullscreenbutton button{
	cursor: pointer;
    background: #d9b57fd4;
}

.vrfullscreenbutton  button:hover{
	background: #d9b57fd4;
    color:#ffffffd9;
}

  .overlay {
	  z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
  }
  .popup {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
  }
  .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 28px;
    color: #fff;
  }
  
 span.close{
	border-radius: 5px;
    padding: 0px 6px;
    background: gray;
	line-height: 28px;
 }
  
.home_list {
	margin-bottom: 25px;
}

.hs-title::after {
	border: none;
	display: block;
	position: absolute;
	content: '';
	top: 85%;
	left: 0%;
	width: 0.4rem;
	height: 2px;
	background: #df2f3c;
	border-color: none;
}

.house-info .hs-info5 {
	border-top: 1px solid #f1f1f1;
	margin-top: 15px;
	padding-top: 10px;
}

.house-info .hs-info5 .info5-img {
	text-align: center;
	color: #666;
	font-size: 12px;
	margin-top: 20px;
}

.house-info .hs-info5 .info5-img img {
	display: block;
	width: 125px;
	margin: 10px auto auto auto;
}

.house-info .hs-info5 .info5-txt {
	margin: 0.1rem 0px 0px 8px;
}
.house-info .hs-info5 .info5-txt .topavatar{
	
	margin-top: 1px;
}

.house-info .hs-info5 .info5-txt .topavatar img{
	max-height: 60px;
	border-radius: 50%;
}

.house-info .hs-info5 .info5-txt h2 {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.house-info .hs-info5 .info5-txt h3 i {
	font-size: 26px;
	width: 20px;
	color: #dc313e;
	margin-right: 5px;
	text-align: left;
}

.house-info .hs-info5 .info5-txt h3 i.fa-mobile {
	font-size: 33px;
}

.house-info .hs-info5 .info5-txt h3 i.fa-mobile:before {
	padding-left: 3px;
}

.house-info .hs-info5 .info5-txt h3 span {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-left: 5px;
}

.house-info .hs-info5 .info5-txt img {
	max-height: 60px;
	display: block;
	height:  auto;
    max-width: 100%;
	margin:  auto;
}

.hs-title span {
	display: inline-block;
	float: right;
	padding: 2px 10px;
	height: 0.25rem;
	margin-top: 0.15rem;
	line-height: 0.2rem;
	background: #b4b4b4;
	border-radius: 15px;
}

.hs-pz,.hs-mj {
	line-height: 0.5rem;
}

.hs-pz {
	border-bottom: 1px solid #ececec;
}

.hs-pz span,.hs-mj span {
	display: inline-block;
	margin-right: 0.35rem;
	min-width: 0.3rem;
	color: #999999;
	text-align: center;
}

.hs-zb {
	letter-spacing: 0.01rem;

	line-height: 0.25rem;
	margin-top: 0.1rem;
}

.hs-zb p, .hs-zb div {
	
	margin-top: 0.1rem;
	line-height: 0.25rem;
}

.hs-zb video{width:680px;}

.hs-yd {
	letter-spacing: 0.01rem;
	line-height: 0.25rem; 
	margin: 0.1rem 0px;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #ddd;
}

.hs-yd p , .hs-yd div{
	margin-top: 0.1rem;
	line-height: 0.25rem;
}

.hs-pic {
	height: 1rem;
	padding: 0.3rem 0px;
}

.hs-pic .hs-pic-item {
	width: 31%;
	float: left;
	margin-right: 2%;
}

.hs-pic .hs-pic-item:last-child {
	margin-right: 0;
}

.hs-pic .hs-pic-item img {
	width: 100%;
	height: auto;
}

.hs-zbhj {
	letter-spacing: 0.01rem;
line-height: 0.25rem;
	padding: 0.1rem 0px;
}

.hs-zbhj p  , .hs-zbhj div{
	margin-top: 0.1rem;
	line-height: 0.25rem;
}

.hs-zbhj p span {
	display: inline-block;
	margin-right: 0.15rem;
	min-width: 0.3rem;
	color: #414141;
	text-align: left;
}

.hs-map1 {
	width: 100%;
	position: relative;
	background-color: rgb(229, 227, 223);
	height: 400px;
	overflow: hidden;
	margin-bottom: 0.3rem;
}

.hs-fdjsq {
	height: 2.3rem;
	border: 1px solid #f0f0f0;
	margin-bottom: 0.3rem;
	padding: 0.2rem 0.25rem;
}

.js-1 {
	width: 25%;
	height: 100%;
	padding-top: 0.6rem;
}

.js-1 p {
	font-size: 0.20rem;
	color: #656565;
	text-align: left;
}

.js-1 .p2 {
	color: #e02e3c;
}

.js-2 {
	width: 45%;
	height: 100%;
}

.count {
	margin-top: 0.4rem;
}

.count .jisuan p {
	color: #666666;
	font-size: 0.16rem;
	line-height: 0.3rem;
}

.count .jisuan input {
	border: 1px solid #f1f1f1;
	display: inline-block;
	width: 80%;
	background: #f5f5f5;
	margin-bottom: 0.2rem;
	padding-left: 0.15rem;
}

.js-3 {
	width: 30%;
	height: 100%;
	padding-top: 0.5rem;
	text-align: center;
}

.js-my {
	font-size: 0.22rem;
	color: #333;
	line-height: 0.35rem;
}

.js-money {
	font-size: 0.22rem;
	color: #333;
	line-height: 0.4rem;
	margin: 0.1rem 0px;
}

.js-money em {
	font-weight: bold;
}

.layui-btn-red:hover {
	color: #f0f0f0;
}



/*选项卡1*/
#Tab2 {
	width: 100%;
	margin: 15px 0 10px 0;
	padding: 0px;
	display: inline-block;
}

#Tab2 .empty-prompt {
	width: 100%;
	text-align: center;
	padding: 15px 0;
	color: #FF6600;
	font-size: 16px;
}
/*选项卡2*/

/*菜单class*/
.hsinfo-lcont img {
	max-width: 100%!important;
	height: auto!important;
	margin: 3% auto;
}

.Menuboxa {
	width: 10%;
	line-height: 32px;
	float: left;
	text-align: center;
}

.Menuboxa h4 {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 10px;
	font-weight: bold;
    width: 100%;
    display: inline-block;
}

.Menuboxa ul {
	margin: 0px;
	padding: 0px;
	overflow-y: auto;
	height: 400px;
}

.Menuboxa li {
	background: #CFD3D4;
	display: block;
	cursor: pointer;
	width: 100%;
	text-align: center;
	color: #949694;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 0px;
}

.Menuboxa li.hover {
	background: #e02e3c;
	color: #ffffff;
	font-weight: bold;
}

.Contentboxa {
	margin-top: 0px;
	width: 86%;
	float: right;
}

.Contentboxa h3 {
	line-height: 130%;
	font-size: 16px;
    display: inline-block;
}

.Contentboxa h3 .ho10 {
	margin: auto 10px auto 0;
}

.Contentboxa em {
	height: 23px;
	font-weight: bold;
	color: #666;
	line-height: 23px;
	margin: auto 10px auto 0;
	display: inline-block;
}

.Contentboxa em i {
	margin: auto 5px auto 3px;
	color: #dc313e;
}

.ng_con_c_img {
	text-align: center;
}

.ng_con_c_img img {
	width: 100%;
	margin: 15px auto;
	height: auto;
}

.hs-content-us {
	height: 3.5rem;
	border: 1px solid #f0f0f0;
	padding: 0.25rem 0.2rem;
}

.contus-left {
	width: 40%;
	height: 100%;
	padding-top: 0.3rem;
	text-align: center;
}

.contus-left img {
	max-height: 100px;
	width: auto;
	height: auto;
	margin-bottom: 0.15rem;
}

.zj-kefu {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

.zj-kefu img {
	display: inline-block;
	width: 0.6rem!important;
	height: 0.6rem!important;
	border-radius: 50%;
	margin-right: 0.2rem;
}

.zj-kefu span {
	display: inline-block;
	text-align: center;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.6rem;
}

.contus-right {
	width: 55%;
	height: 100%;
}

.contus-right h1 {
	font-size: 0.18rem;
	color: #444;
	line-height: 0.4rem;
}

.contus-right form input,.hog_text {
	border: 1px solid #f1f1f1;
	background: #f5f5f5;
	margin-bottom: 0.2rem;
	padding-left: 0.15rem;
}

.contus-right form .ht40 {
	height: 0.4rem;
	line-height: 0.4rem;
}

.contus-right form .email {
	float: right!important;
}

.contus-right form textarea {
	margin-bottom: 0.15rem;
	border: 1px solid #f1f1f1;
	background: #f5f5f5;
}

textarea::-webkit-input-placeholder {
	color: #ccc;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder {
   /* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
	color: #ccc;
}

.layui-btn-default {
	color: #666;
	border-radius: 25px;
	height: 0.35rem;
	line-height: 0.35rem;
	padding: 0px 20px;
	font-size: 0.16rem;
	margin: 0.15rem 0px 0px 1.0rem;
	text-align: center;
	display: inline-block;
	background: none;
	border: 1px solid #e3e3e3;
}

.auscform {
	width: 100%
}

.auscform h3 {
	width: 100%;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #e02e3c;
	line-height: 150%;
	margin-bottom: 15px;
	text-align: center;
}

.auscform li {
	width: 100%;
	text-align: center;
}

.auscform li .hog_text {
	height: 0.4rem;
	line-height: 0.4rem;
}

.auscform li span {
	width: 25%;
	text-align: right;
	display: inline-block;
}

.hs-title span a {
	font-size: 0.15rem;
	color: #fff;
}

.hsinfo-right {
	width: 30%;
}

.ly-link {
	background: #fff;
	border-radius: 5px;
	padding: 0.3rem 0.25rem;
    margin: 0 0 0.2rem 0;
}

.link-cont img {
	display: block;
	margin: 0.15rem auto;
}

.link-cont .link img {
	display: block;
	margin: 0.1rem auto;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	margin-bottom: 0.15rem;
}

.link-cont .link span {
	text-align: center;
	display: block;
	font-weight: bold;
	color: #333;
}

.link-cont  a {
	margin: 0.15rem 0px 0px 0.9rem;
}


.topad {
	width: 1200px;
	margin:auto;
    height: auto;
	margin-bottom: 0;
	overflow: hidden;
    text-align: center;
}

.topad .baiduadframe {
/** width: 1200px;
    height: 100px;
**/
	margin: 0 auto;
	overflow: hidden;
}

.baiduadframe {
	width: 100%;
    height: auto;
	margin-bottom: 0.1rem;
	overflow: hidden;
}
.baiduad {
	width: 100%;
}

.ad-pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.ad-pic img {
	width: auto;
	height: 100%;
}

.ad-tit {
	position: absolute;
	bottom: 0.5rem;
	left: 0px;
}

.ad-tit p {
	height: 0.5rem;
	line-height: 0.5rem;
	display: block;
	text-align: center;
	font-size: 0.18rem;
	color: #fff;
}

.ad-tit .ad1 {
	background: rgba(224,46,60,0.8);
	width: 1.2rem;
	font-size: 0.2rem;
}

.ad-tit .ad2 {
	background: rgba(0,0,0,0.8);
	width: 1.6rem;
	font-size: 0.2rem;
}
/* -----------------------------------------商家详情---------------------------------- */
.hs-info .sj-id {
	min-height: 2.6rem;
	background: #fff;
	margin-bottom: 0.4rem;
	border-radius: 5px 5px 0px 0px;
}

.hs-info .sj-id .hs-jianjie {
	margin-bottom: 0;
}

.hs-store {
	height: 2rem;
	margin: 0px 0px 0.3rem;
}

.hs-sjxq {
	padding-top: 0.3rem;
}

.hs-store .storepic {
	width: 35%;
	border-right: 1px solid #ddd;
	height: 100%;
}

.hs-store .storepic img {
	display: block;
	margin: 0.3rem auto 0px;
	max-height: 150px;
    max-width: 200px;
}

.storeinfo {
	width: 60%;
	padding: 0 0.1rem;
}

.storein {
	width: 80%;
	margin: 0.15rem auto;
}

.storein h1 {
	font-weight: bold;
}

.storein h1 span {
	font-weight: 400;
}

.storein .info1 {
	font-size: 0.16rem;
	margin: 0.15rem 0px 0.25rem;
}

.storein .layui-btn-red {
	border-radius: 5px;
}

.store-gsjs .hs-zb {
	margin-top: 0.3rem;
	line-height: 0.28rem;
	color: #414141;
}

.hs-fcxx {
	margin: 0rem 0px 0.3rem;
}

.hs-fcxx .hs-title span {
	background: none;
	border: 1px solid #c3c3c3;
}

.hs-fcxx .hs-title span a {
	color: #c3c3c3;
}

.fcxx-item {
	width: 32%;
	float: left;
	margin-right: 1.3%;
	margin-top: 0.2rem;
	height: 3rem;
	overflow: hidden;
}

.fcxx-item:last-child {
	margin-right: 0;
}

.fcxx-item .item-body {
	width: 100%;
	height: auto;
}

.fcxx-item .item-body img {
	display: block;
	width: 100%;
	height: 2rem!important;
	transition: all 0.3s;
	cursor: pointer;
}

.item-body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.item-body img {
	display: block;
	width: 100%;
	height: 100%!important;
	transition: all 0.3s;
	cursor: pointer;
}

.item-body:hover img {
	transform: scale(1.01);
}

.item-body:hover h1 {
	color: #e22d3c;
}

.item-body h1 {
	font-size: 0.16rem;
	color: #333;
	margin: 0.05rem 0px;
	transition: all 0.3s;
}

.item-body h1 span {
	display: inline-block;
	padding: 0px 10px;
	border: 1px solid #ddd;
	font-size: 0.15rem;
	color: #999999;
	border-radius: 5px;
	margin-left: 10px;
}

.item-body p {
	font-size: 0.14rem;
	color: #b5b5b5;
	letter-spacing: 1px;
}

.store-contus {
	margin: 0.3rem 0px;
}

.borback {
	border: 1px solid #f1f1f1;
	display: inline-block;
	background: #f5f5f5;
	padding-left: 0.15rem;
}

.store-input {
	height: 2rem;
}

.store-input .inputbox {
	width: 48%;
	margin-top: 0.1rem;
}

.store-input .inputbox input {
	height: 0.35rem;
	line-height: 0.35rem;
	margin-bottom: 0.2rem;
}

.store-input .inputbox textarea {
	height: 1.45rem;
	margin-bottom: 0.15rem;
}

.layui-btn-default {
	border: 1px solid #c3c3c3;
	display: inline-block;
	color: #656565;
	padding: 0px 15px;
	height: 0.3rem;
	margin-top: 0.15rem;
	line-height: 0.3rem;
	background: #fff;
	border-radius: 15px;
	cursor: pointer;
}

.link .link-num {
	font-size: 0.2rem;
	color: #333;
	text-align: center;
	margin: 0.3rem 0px 0.1rem;
}

.link .link-num em {
	color: #e22d3c;
	margin: 0px 0.05rem;
}

/*----------------------------------------------展会列表------------------------------- */
.house-list .zh-listitem {
	min-height: 2.4rem;
	padding: 0.3rem 0.3rem 0.4rem;
	position: relative;
}

.house-list .zh-listitem:last-child::after {
	background: none;
}

.house-list .zh-listitem::after {
	border: none;
	display: block;
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	width: 90%;
	height: 1px;
	background: #ddd;
	border-color: none;
}

.zhlistl {
	width: 38%;
}

.zhlistl .zhlistl-pic {
	height: 2.4rem;
	width: 100%;
	overflow: hidden;
}

.zhlistl .zhlistl-pic img {
	width: auto;
	height: 100%;
	transition: all 0.3s;
	cursor: pointer;
}

.zhlistl .zhlistl-pic:hover img {
	transform: scale(1.05);
}

.zhlistr {
	width: 55%;
}

.zhlistr .zhlist-info {
}

.zhlistr .zhlist-info h1 {
	font-size: 0.2rem;
	color: #333;
	line-height: 0.22rem;
	margin: 0.05rem 0px 0.15rem;
}

.zhlistr .zhlist-info h2 {
	font-size: 0.15rem;
	height: 0.4rem;
	line-height: 0.4rem;
	color: #333;
	margin: 0.05rem 0px 0.1rem;
	padding-bottom: 0.1rem;
	border-bottom: 1px solid #ececec;
}

.zhlistr .zhlist-info h2 span {
	margin-left: 0.1rem;
	width: 1.1rem;
	height: 0.4rem;
	overflow: hidden;
}

.zhlistr .zhlist-info h2 span img {
	display: inline-block;
	width: auto;
	height: auto;
}

.zhlistr .zhlist-info p {
	font-size: 0.15rem;
	color: #989898;
	line-height: 0.4rem;
}

.zhlistr .zhlist-info p span {
	margin-right: 0.2rem;
}

.zhlistr .zhlist-info p em {
	font-size: 0.2rem;
	color: #e02f3f;
	font-weight: bold;
}

.zhlistr .zhlist-info p .layui-btn-red {
	margin-top: 0.25rem;
	border-radius: 5px!important;
}

.house-list .item-jj {
	min-height: 1.35rem!important;
	padding: 0.2rem 0.3rem 0.2rem;
}

.item-jj .zhlistr {
	width: 100%;
}

.item-jj .zhlistr .zhlist-info h2 {
	border: none;
	padding: 0;
}

.item-jj .zhlistr .zhlist-info p .layui-btn-red {
	margin-top: 0rem;
}

.item-jj .zhlistr .zhlist-info h2 .price {
	width: 1rem;
}

.item-jj .zhlistr .zhlist-info h2 .price em {
	font-size: 0.2rem;
	color: #e02f3f;
	font-weight: bold;
}



/*----------------------------------------------展会详情------------------------------ */
.zh-xqpic {
	border-radius: 5px 5px 0px 0px;
}

.zh-xqpic .hs-id {
	font-size: 0.2rem;
	text-align: left;
}

.zh-xqpic .hs-time {
	background: none!important;
	font-size: 15px;
	text-align: center;
	padding: 0;
}

.hs-store-zhxq {
	margin: 0;
	height: 3.5rem;
}

.hs-store-zhxq #zhxq {
	background: #fff;
}

.hs-store-zhxq #zhxq .zhxq-item {
	position: relative;
}

.hs-store-zhxq #zhxq .zhxq-item img {
	width: 100%;
	height: auto;
	margin: 0;
}

.hs-store-zhxq #zhxq .zhxq-item p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 0.6rem;
	display: block;
	width: 100%;
	padding: 0px 15px;
	font-size: 0.2rem;
	color: #fff;
	background: rgba(0,0,0,0.4);
	line-height: 0.6rem;
}

.hs-zhnr {
	margin: 0.3rem 0px;
}

.hs-zhnr-pic {
	margin-top: 0;
}

.hs-zhnr .hs-zb {
	margin-top: 0.2rem;
}

.hs-zhnr img {
	width: 100%;
	height: auto;
	margin: 0.15rem auto;
}

.zhcz-fy {
	padding: 15px 0 0 0;
}

.zhcz-fy .zhfy-item {
	min-height: 0.3rem;
}

.frank-kft  .zhfy-item {
	width: 50%;
    float: left;
}

.zhcz-fy .zhfy-item span {
	font-size: 0.15rem;
	margin: 0.05rem 0.2rem 0.05rem 0px;
	display: inline-block;
	line-height: 0.2rem;
}

.zhcz-fy .zhfy-item .zhcz-bq {
	margin: 0.05rem 0px;
}

.zhcz-fy .zhfy-item .red-bq {
	display: inline-block;
	padding: 0px 10px;
	background: #e0303d;
	color: #fff;
}

.zhcz-fy .zhfy-item .red-blue {
	display: inline-block;
	padding: 0px 10px;
	background: #406ece;
	color: #fff;
}

.zh-link {
	height: 1.6rem;
}

.zh-link .link-welcome {
	font-size: 0.22rem;
	color: #333;
	margin: 0.15rem 0px;
	text-align: center;
}

.zh-link .link-p {
	font-size: 0.16rem;
	color: #989898;
	text-align: center;
	margin-bottom: 0.2rem;
}

.zh-liuyan {
	margin: 0.3rem 0px 0.15rem;
}

.zh-liuyan h2 {
	font-size: 0.2rem;
	color: #333;
	line-height: 0.3rem;
	margin: 0.15rem 0px 0.05rem;
}

.zh-liuyan h2 em {
	color: #df2f3c;
	margin: 0px 5px;
}

.zh-liuyan h2 strong {
	font-weight: bold;
}

.zh-liuyan .link-p {
	font-size: 0.16rem;
	color: #989898;
	margin-bottom: 0.2rem;
}

.zh-liuyan-form {
	background: #fff;
	border-radius: 5px;
	padding: 0.25rem 0.3rem;
    margin: 0 0 0.2rem 0;
}

.zh-liuyan-form h2 {
	margin: 15px auto;
	text-align: center;
	font-size: 16px;
}

.zh-liuyan-form .form-btx {
	position: relative;
}

.zh-liuyan-form .form-btx::after {
	display: inline-block;
	font: normal normal normal 0.01rem/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
/*	background-image: url(../img/bt-icon.png);*/
	right: -13px;
	top: 15px;
}

/*
.zh-liuyan-form button {
	margin-left: 0.9rem;
}
*/

.zh-kx {
	min-height: 2.3rem;
	background: #fff;
	border-radius: 5px;
	margin: 0.2rem 0px 0.15rem;
	padding: 0.25rem 0.2rem;
}

.zh-kx .zhkx-item {
	min-height: 0.4rem;
	border-bottom: 1px solid #f3f3f3;
	padding: 0.15rem 0px;
}

.zh-kx .zhkx-item:last-child {
	border: none;
}

.zh-kx .zhkx-item a {
	font-size: 0.16rem;
	color: #333;
	line-height: 0.22rem;
}

.zh-kx .zhkx-item a:hover {
	color: #df2f3c;
}

.zh-kx .zhkx-item a span {
	display: inline-block;
	color: #999;
	float: right;
	font-size: 0.16rem;
}
/*-------------------------------------------- 商家列表 --------------------------------*/
.house-list .layui-tab-content .store-item {
	border: none!important;
	padding: 0.1rem 0.35rem 0rem!important;
	position: relative;
	min-height: 1.9rem!important;
}

.house-list .layui-tab-content .store-item .stroepic-top {
	border-bottom: 1px solid #f1f1f1;
    height: auto;
    overflow: hidden;
    padding: 0 0 10px 0;
}

.store-item .house-incloud {
	border-bottom: 1px solid #f1f1f1;
	margin: 0 0px 0.2rem!important;
    padding:  0 0px 0.2rem!important;
}

.store-item .house-incloud .house-xx {
	margin: 0.1rem 0px 0.1rem!important;
}

.store-item .house-pic .pic {
	height: 1.5rem!important;
}

.store-item .house-info .info2 {
	margin-bottom: 0.2rem;
}

.store-item .house-info .layui-btn-red {
	border-radius: 5px;
	padding: 0px 12px;
}

.store-item .house-info {
	padding-top: 0;
}

.slideGroup {
	width: 100%;
}

.slideGroup .slideBox {
	overflow: visible;
	zoom: 1;
	position: relative;
}

.slideGroup .sPrev,.slideGroup .sNext {
	position: absolute;
	display: block;
	width: 30px;
	height: 110px;
	background-size: 15px 20px!important;
}

.slideGroup .sPrev {
	left: -35px;
	top: 0px;
	background: url(../img/bell-prev-bg.png) center center no-repeat #fff;
}

.slideGroup .sNext {
	top: 0px;
	right: -10px;
	background: url(../img/bell-next-bg.png) center center no-repeat #fff;
}

.slideGroup .sPrev:hover,.slideGroup .sNext:hover {
	border-color: #f60;
}

.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}

.slideGroup .parBd ul li {
	margin-right: 16px;
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
}

.slideGroup .parBd ul li .pic {
	text-align: center;
}

.slideGroup .parBd ul li .pic img {
	width: 198px;
	height: 100px;
	display: block;
}

.slideGroup .parBd ul li .pic a:hover img {
	border-color: #999;
}

.slideGroup .parBd ul li .title {
	line-height: 30px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,0.4);
}

.slideGroup .parBd ul li .title a {
	display: block;
	width: 65%;
	float: left;
	color: #fff;
	font-size: 0.14rem;
	text-align: center;
}

.slideGroup .parBd ul li .title span {
	display: inline-block;
	width: 25%;
	padding: 0px 6px;
	background: #de2e39;
	float: right;
	color: #fff;
	font-size: 0.14rem;
}

.store-item #store-hide {
	position: absolute;
	right: 1.3rem;
	top: 1.3rem;
	height: 0.35rem;
	padding: 0px 0.4rem;
	color: #999;
	line-height: 0.35rem;
	display: inline-block;
	background: none;
	font-size: 16px;
}

.store-item #store-hide i {
	font-size: 0.18rem;
	color: #989898;
	margin-left: 0.06rem;
}

.house-list .layui-tab-content .store-item:last-child .stroepic-top {
	border: none!important;
}

.layui-pd8 {
	padding-top: 0.8rem;
}

.house-list .layui-tab-content .store-item::after {
	background: none;
}

/*---------------------------------------------- 结束 --------------------------------*/


/* 新闻开始 */
.clearfloat:after {
	display: block;
	content: "";
	clear: both;
	overflow: hidden;
}

.clearfloat {
	*zoom: 1;
}

.clearfloat:before,.clearfloat:after {
	content: "";
	display: table;
	line-height: 0;
	visibility: hidden;
}

.clearfloat:after {
	clear: both;
}

.head_top {
	width: 100%;
	height: 0.7rem;
	background: #e02e3c;
	line-height: 0.7rem;
	box-sizing: border-box;

}

.news_sear {
	width: 260px;
	float: left;
	margin-top: 18px;
	margin-right: 85px;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	background: #FFFFFF;
	position: relative;
}

.news_sear input {
	display: block;
	width: 200px;
	float: left;
	height: 34px;
	line-height: 34px;
	background: transparent;
	margin-left: 15px;
}

.news_sear button {
	display: block;
	position: absolute;
	right: 11px;
	top: 50%;
	background: transparent;
	cursor: pointer;
	transform: translateY(-50%);
}

.news_sear i {
	font-size: 20px;
	color: #cfcfcf;
}

.hot_key {
	width: calc(100% - 350px);
	float: left;
	font-size: 14px;
	color: #FFFFFF;
}

.hot_key a {
	color: #FFFFFF;
	margin-right: 12px;
}

.news_info {
	background: #FFFFFF;
	margin-bottom: 35px;
}

.news_pic {
	float: left;
	width: 53%;
	overflow: hidden;
	text-align: center;
}

.news_pic img {
	display: inline-block;
	width: auto;
	height: 350px;
}

.news_use {
	width: 46%;
	float: left;
	padding: 35px 28px 0 40px;
	box-sizing: border-box;
	position: relative;
}

.news_ban {
	width: 100%;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.news_tit {
	font-size: 22px;
	line-height: 30px;
}

.news_tit a {
	color: #333333;
	display: block;
}

.news_tit a:hover {
	color: #df2e3e;
}

.news_cont {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	margin: 5px 0;
	padding-bottom: 5px;
	box-sizing: border-box;
	border-bottom: 1px  solid #e8e8e8;
}

.invest_btn {
	float: left;
	width: 60px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	background: #47aad4;
	font-size: 14px;
}

.invest_btn a {
	color: #FFFFFF;
}

.inverst_time {
	font-size: 14px;
	float: right;
	width: calc(100% - 80px);
	text-align: right;
}

.inverst_time span {
	margin-right: 12px;
	color: #b6b6b6;
}

.news_page {
	width: 100%;
	text-align: center;
	bottom: -10px;
}

.news_page .swiper-pagination-bullet-active {
	background: #dd2e3b;
}
/*资讯banner*/
.last_news li {
	padding: 15px 15px 15px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #f3f3f3;
}

.last_pic {
	width: 128px;
	height: 128px;
	float: left;
	overflow: hidden;
}

.last_pic img {
	display: block;
	width: 100%;
	transition: all .3s ease-in;
	width: 128px;
	height: 128px;
	border-radius: 6px;
}

.last_cont {
	width: calc(100% - 155px);
	float: left;
	margin-left: 25px;
}

.last_pic:hover img {
	transform: scale(1.05);
}

.last_tit {
	line-height: 20px;
	margin-top: 10px;
}

.last_tit h2 {
	float: left;
	text-overflow: ellipsis;
	font-size: 20px;
	line-height: 130%;
}

.last_tit h2 a {
	color: #333333;
}

.last_tit h2 a:hover {
	color: #dd2e3b;
}

.last_tit span {
	display: inline-block;
	padding: 0px 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #999999;
	border-radius: 5px;
	margin-left: 15px;
}

.last_time {
	font-size: 14px;
	color: #999999;
	margin: 8px 0 10px 0;
}

.last_time span {
	vertical-align: middle;
}

.last_time a {
	display: inline-block;
	color: #FFFFFF;
	margin-left: 0;
	vertical-align: middle;
	padding: 2px 5px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background: #47aad4;
	font-size: 14px;
}

.last_info {
	font-size: 14px;
	color: #c6c6c6;
	line-height: 24px;
}
/*最新资讯*/
.home_list li {
	float: left;
	width: 48.5%;
	margin-top: 20px;
}

.home_list li a {
	display: block;
}

.home_list li:nth-of-type(even) {
	float: right;
}

.home_pic {
	width: 100%;
	overflow: hidden;
}

.home_pic img {
	display: block;
	width: auto;
	width: 333px;
	height: 200px;
	transition: all .3s ease-in;
}

.home_list li:hover img {
	transform: scale(1.05);
}

.home_tit {
	transition: all .3s ease-in;
	font-size: 20px;
	line-height: 130%;
	margin: 20px 0 10px;
	color: #333333;
}

.home_list li:hover .home_tit {
	color: #dd2e3b;
}

.home_time {
	font-size: 14px;
	color: #999999;
	margin: 8px 0 10px;
}

.home_time em {
	display: inline-block;
	padding: 0px 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #999999;
	border-radius: 5px;
	margin-left: 15px;
}

.home_info {
	font-size: 14px;
	color: #c6c6c6;
	line-height: 24px;
}
/*房产资讯*/
.set_box {
	border-radius: 6px;
	overflow: hidden;
}

.set_ban img {
	display: block;
	width: 100%;
	height: 200px;
}

.set_page {
	background: rgba(0,0,0,0.5);
	height: 33px;
	bottom: 0 !important;
	line-height: 33px;
}

.set_page .swiper-pagination-bullet {
	background: #e9e8e6;
	opacity: 1;
}

.set_page .swiper-pagination-bullet-active {
	background: #dd2e3b;
}

.set_tit {
	padding: 18px;
	background: #FFFFFF;
	font-size: 16px;
}

.set_tit a {
	color: #333333;
}

.set_tit a:hover {
	color: #dd2e3b;
}
/*右侧建设*/
/*新闻总页页面*/
.express_list {
	background: #FFFFFF;
	padding: 15px 15px;
	box-sizing: border-box;
	margin-top: 10px;
	border-radius: 5px;
}

.express_list li {
	padding: 10px 0 15px;
	box-sizing: border-box;
	position: relative;
}

.express_list li+li {
	border-top: 1px solid #f3f3f3;
}

.express_tit {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	position: relative;
	text-align: justify;
	transition: all .3s ease-in;
}

.express_tit em {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
	background: #FFFFFF;
	padding-left: 15px;
}

.express_tit:hover {
	color: #dd2e3b;
}

.layui-form-item {
	text-align: center;
}

.layui-form-item select {
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	border: 1px solid #333333;
	padding-left: 5px;
	background: rgb(255, 255, 255);;
	border-color: rgb(230, 230, 230);
}
/*新闻列表*/
.home-title a {
	float: right;
	border: 1px solid #c3c3c3;
	display: inline-block;
	width: 0.97rem;
	text-align: center;
	margin-top: 0.1rem;
	height: 0.25rem;
	line-height: 0.25rem;
	border-radius: 15px;
	color: #999999;
}

.express-info {
	width: 65%;
	float: right;
}

.express-info h2 {
	font-size: 0.16rem;
	color: #333;
	margin-bottom: 0.1rem;
}

.press_tz {
	display: inline-block;
	line-height: 22px;
	text-align: center;
	padding: 2px 8px;
	border-radius: 5px;
	border: 1px solid #b8b8b8;
	color: #b8b8b8;
	font-size: 14px;
}
/* ----------------新闻详情 --------------------*/
.article-title {
	font-size: 0.22rem;
	color: #333;
	line-height: 0.5rem;
}

h2.article-title span{
	display: inline-block;
    float: right;
    padding: 2px 10px;
    height: 0.25rem;
    margin-top: 0.15rem;
    line-height: 0.2rem;
    background: #b4b4b4;
    border-radius: 15px;
}

.atc-bq1 a,.atc-bq2 a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
}

.atc-bq1 {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	width: 45px;
	height: 18px;
	text-align: center;
	line-height: 14px;
	background: #47aad4;
}

.atc-bq2 {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	width: 45px;
	height: 18px;
	text-align: center;
	line-height: 14px;
	background: #56c576;
}

.atc-timespan {
	height: 0.3rem;
	margin: 0.05rem 0px 0.1rem;
}

.atc-timespan span {
	font-size: 0.15rem;
	color: #b1b1b1;
	display: inline-block;
	margin-right: 0.2rem;
}

.articel-content {
	padding: 0rem 0px 0.1rem;
	width: 100%;
/**	overflow: hidden; **/
}

.articel-content p {
	font-size: 0.15rem;
	color: #414141;
	line-height: 0.25rem;
	margin-bottom: 0.15rem;
}

.articel-content div {
	font-size: 0.15rem;
	color: #414141;
	line-height: 0.25rem;
	margin-bottom: 0.15rem;
}

.articel-content ul ,.articel-content ol{
	list-style:auto;
	 margin:10px;
}

.articel-content ul li,.articel-content ol oi{
	list-style:auto;
	 margin:10px;
}

.auto {
	margin-left: auto!important;
	margin-right: auto!important
}

.cor_red {
	color: #ff0000
}

.cor_org {
	color: #FF4400;
}

.cor_bs, .cor_bs:hover {
	color: #fff
}

.autoImg img {
	height: auto;
	width: 100%;
	display: block;
}

.button {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 0.25em 0.6em 0.3em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#A51715));
	background: -moz-linear-gradient(top, #ed1c24, #A51715);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top, #c9151b, #a11115);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
	color: #fff;
}

.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top, #aa1317, #ed1c24);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

.cor_bs, .cor_bs:hover {
	color: #ffffff;
}

.mKeBanner, .mKeBanner div {
	text-align: center;
}
/*弹出层 CSS*/
.bdsharebuttonbox {
	border-bottom: 1px solid #ccc;
}

.gb_resLay {
	background: #FFFFFF;
	min-height: 1.4rem;
	width: 100%;
}

.gb_res_t {
	line-height: 58px;
	height: 58px;
	position: relative;
	font-size: 18px;
	text-align: left;
	font-size: 16px;
	color: #000;
}

.gb_res_t span {
	background: #FFF;
	display: inline-block;
	padding: 0px 6px;
	position: relative;
	z-index: 2;
	color: #323232;
}
/* .gb_resItms { margin: 0px 2%; } */
.gb_resItms li {
	text-align: left;
	float: left;
	width: 22%;
	padding-bottom: 15px;
	line-height: 0.45rem;
	cursor: pointer;
}

.gb_resA img {
	height: auto;
	width: 60px;
	margin-bottom: 10px;
}

.bdsharebuttonbox a {
	width: 40px!important;
	height: 40px!important;
	margin: 0px 10px 0px  10px!important;
	float: left!important;
	text-align: right;
	padding: 0!important;
	display: block;
}

.bdsharebuttonbox a img {
	width: 40px;
	height: 40px;
}

.bdsharebuttonbox .bds_tsina {
	background: url(../img/gbRes_6.png) no-repeat center center/40px 40px;
}

.bdsharebuttonbox .bds_fbook {
	background: url(../img/face-book.png) no-repeat center center/40px 40px;
}

.bdsharebuttonbox .bds_tqq {
	background: url(../img/gbRes_5.png) no-repeat center center/40px 40px;
}

.bdsharebuttonbox .bds_weixin {
	background: url(../img/gbRes_2.png) no-repeat center center/40px 40px;
}

.bdsharebuttonbox .bds_sqq {
	background: url(../img/gbRes_3.png) no-repeat center center/40px 40px;
}

.bd_weixin_popup .bd_weixin_popup_foot {
	position: relative;
	top: -12px;
}

.bdshare-button-style0-24 a {
	background-position: 0px !important;
}

/* 翻页 */
.page-sx.lee {
    margin: 20px auto;
    overflow: hidden;
}

.page-sx {
	min-height: 1.4rem;
}
.pagesx-left {
	padding-top: 0.4rem;
}

.pagesx-right {
}

.pagetl {
	width: 50%;
	padding-top: 0.5rem;
}

.pagesx-left h2 {
	line-height: 150%;
}

.pagesx-left h2 span, .pagesx-left h2 a {
	font-size: 0.16rem;
	color: #666;
}

.pagesx-left h2 a:hover {
	color: #333;
}

.pagetr {
	width: 42%;
	overflow: hidden;
	padding: 10px 5px 0px;
}

.pagetl p {
	font-size: 0.15rem;
	color: #666666;
	text-align: right;
	margin-bottom: 0.1rem;
	margin-right: 0.05rem;
}

.pagetl a {
	font-size: 0.15rem;
	border-radius: 5px!important;
	padding: 0rem 0.05rem;
}

.pagetr img {
	display: block;
}

.bk-white-br5 {
	background: #fff;
	border-radius: 5px;
	padding: 0.25rem 0.2rem;
}

.bk-white-br5 .newrec-item {
	min-height: 0.95rem!important;
}
/* ---------新闻结束--------- */

/* --------------------地图开始---------------- */
.pc {
	position: relative;
}

.layui-map-select {
	min-height: 7.5rem;
	position: relative;
	z-index: 98!important;
}

.map-choose {
	position: absolute;
	top: 1.9rem;
	left: 13%;
	z-index: 99;
	width: 3rem;
	padding: 0;
	height: 7.5rem;
	background: #f1f1f1;
}

.map-choose h1 {
	height: 0.4rem;
	line-height: 0.4rem;
	padding-left: 0.15rem;
	color: #7d7d7d;
	font-size: 0.16rem;
}

.map-choose-list {
	background: #fff;
	height: 6.55rem;
	overflow: visible;
	padding: 0.1rem 0.1rem 0.1rem;
}

.map .hometab {
	margin: 0;
}

.map .hometab .layui-tab-titlet li {
	margin-right: 5px;
	padding: 0;
}

.map .hometab .layui-tab-titlet .layui-this::after {
	width: 0.7rem!important;
}

.map .hometab .layui-tab-titlet {
	margin-bottom: 25px;
}

.map .house-list {
	padding-bottom: 0.05rem;
	background: #fff;
}

.select-all {
	position: relative;
}

.select-all .swiper-map {
	height: 5.8rem;
}

.swiper-map .swiper-slide {
	border-bottom: 1px solid #f0f0f0;
}

.swiper-map .swiper-slide a {
	margin-top: 0.1rem;
}

.swiper-map .swiper-slide .select-item {
	height: 1rem;
	width: 39%;
	overflow: hidden;
	margin-left: 1%;
	border-radius: 5px;
}

.swiper-map .swiper-slide .select-item img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.swiper-map .swiper-slide:hover .select-item img {
	transform: scale(1.05);
}

.swiper-map .swiper-slide .select-info {
	margin-top: 0.15rem;
	margin-right: 0.1rem;
}

.swiper-map .swiper-slide .select-info h2 {
	font-size: 0.16rem;
	color: #333;
	margin-bottom: 0.1rem;
}

.swiper-map .swiper-slide .select-info h2 span {
	display: inline-block;
	padding: 1px 2px;
	border: 1px solid #ddd;
	font-size: 0.16rem;
	color: #999999;
	border-radius: 5px;
	margin-left: 5px;
}

.swiper-map .swiper-slide .select-info p {
	color: #464646;
	font-size: 0.16rem;
	font-weight: bold;
}

.swiper-map .swiper-slide .select-info p em {
	color: #e22d3e;
}

.select-all .map-up {
	margin-top: 5px;
	left: 45%!important;
	top: 100%!important;
	background: url(../img/bell-up-bg.png) center center no-repeat;
	background-size: 30px 15px!important;
	outline: none;
}

.mp-style .layui-tab-titlet {
	border: none;
}

.mp-style .hometab .layui-tab-titlet li {
	color: #fff!important;
}

.map-tj {
	margin: 0.2rem 0px;
	height: 0.3rem;
}

.map-tj  .mp-btn {
	display: inline-block;
	height: 0.3rem;
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.3rem;
}

.aui-screen-head-choice {
	min-width: 4.3rem;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}

.aui-screen-head-rechoice {
	height: 30px;
	line-height: 30px;
}

.aui-screen-head-rechoice .mp-resubmit {
	background: #fff;
	border-radius: 25px;
	color: #e22d3e;
	padding: 0px 12px;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
}

.aui-screen-head-rechoice #mp-more-tj {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 0px 10px;
	cursor: pointer;
	margin-left: 20px;
}

.aui-screen-head-choice dl {
	width: 100%;
	overflow: hidden;
}

.aui-screen-head-choice dl dt {
	float: left
}

.aui-screen-head-choice dl dd {
	float: left
}

.aui-screen-head-choice dl dt {
	text-align: right;
	line-height: 30px;
	min-width: 90px;
	height: 30px;
	color: #fff;
}

.aui-screen-head-choice dl dd {
	min-width: 300px;
}

.map-tj-all {
	position: absolute;
	width: 960px;
    /* height:1rem; */
	top: 1.9rem;
	left: 15%;
	z-index: 99;
	display: none;
}

.map-tj-all .aui-screen-list-box dl {
	width: 100%!important;
}

.aui-selected-info {
	position: relative;
	padding-left: 5px;
	padding-right: 35px;
	display: block;
	white-space: nowrap;
	float: left;
	height: 30px;
	line-height: 0.3rem;
}

.aui-selected-info label {
	color: #fff;
	height: 30px;
	line-height: 0.3rem;
	display: inline-block;
}

.aui-selected-info span {
	font-size: 16px;
}

.aui-eliminate {
	line-height: 30px;
	width: 80px;
	float: left;
	margin-left: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}

.aui-selected-info em {
	background: url("../img/close-icon.png") no-repeat center center;
	cursor: pointer;
	display: block;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
}

.zhkx-timespan {
	float: right;
}


/* -------------------结束---------------------- */
@media (max-width: 1930px) and (min-width: 1700px) {
	.layui-container {
		width: 1200px;
	}
}

@media (min-width:320px) {
}
/* 媒体查询开始 */
@media (min-width:320px) and (max-width:1240px) {
	.house-list .houseitem .house-incloud {
        display: none!important;
	}
	.erji-bread {
	padding: 12% 15px 0.15rem;
}
.articel-content div {
    font-size: 0.2rem;
    color: #414141;
    line-height: 0.35rem;
    margin-bottom: 0.15rem;
}

.adonlypc{
	display:none;
}

}
/* 媒体查询开始 */
@media (min-width:320px) and (max-width:1023px) {
/* 房源列表 */
	.rightfixd {
		display: none;
	}
/* .erji-bread{margin-top:1.4rem;} */
	.erji-bread .layui-breaddh p {
		display: inline-block;
		padding: 0!important;
	}

	.layui-breadcrumb {
/*		width: 100%;*/
		float: left;
	}
/*
.layui-find{display: none;}
*/
	.aui-search input {
		font-size: 0.25rem;
	}

	.aui-screen-list-box dl {
		line-height: 30px;
		width: 100%;
	}

	.aui-screen-list-box dl dd {
		width: 100%;
		line-height: 30px;
		margin-top: 0px;
	}

	.aui-screen-list-box dl dt {
		text-align: left;
		margin: 5px 0px;
		line-height: 30px;
	}

	.aui-screen-list-box dl dd a {
		padding: 0px 5px;
		font-size: 14px;
	}

	.aui-choice-screen {
		padding: 10px!important;
	}

	.aui-search {
		width: 35%;
		top: 15px;
	}

	.aui-sr-input {
		float: right;
		padding-right: 5px;
	}

	.layui-choose .house-list {
		width: 100%;
	}

	.house-Recommend {
		width: 100%!important;
	}

	.hometab .layui-tab-titlet li {
		margin: 0px!important;
		padding: 0;
	}

	.hometab ul .list-style {
		display: none;
	}

	.hometab .layui-tab-titlet {
		height: 1rem!important;
	}

	.house-list .layui-tab-content .houseitem {
		min-height: 3.4rem;
	}

	.house-list .houseitem .house-info {
		padding-top: 0.1rem;
	}

	.house-list .houseitem .house-info {
		width: 60%;
	}

	.house-list .houseitem .house-pic {
		width: 35%;
	}
	
	.house-list .layui-tab-content .houseitem {
		padding: 0.25rem 0.15rem;
	}

	.info-icon span {
		width: 60px;
	}

	.house-list .houseitem .house-incloud {
		width: 100%;
	}

	.house-info .info2 {
		line-height: 0.3rem;
	}

	.house-list .layui-tab-content {
		width: auto;
	}

	.slideGroup .sPrev {
		left: -29px;
	}

	.slideGroup .slideBox .tempWrap {
		width: 100%!important;
	}

	.recommend-item .item-body {
		height: 4rem;
	}

	.home-title ul li {
		font-size: 0.28rem;
	}

	.recommend-item .item-footer {
		height: 50px;
		line-height: 50px;
	}

	.recommend-item .item-footer .span1 p {
		font-size: 0.28rem;
	}

	.recommend-item .item-footer .span1 .p2 {
		font-size: 0.3rem;
		margin-top: 0.2rem;
	}

	.recommend-item .item-footer .span2 a {
		height: 0.4rem;
		line-height: 0.4rem;
		font-size: 0.26rem;
	}

	.house-Recommend .new-recomme .newrec-item {
		height: 2.1rem;
	}

	.house-Recommend .new-recomme .newrec-item .newc-info h2 {
		font-size: 0.3rem;
	}

	.house-Recommend .new-recomme .newrec-item .newc-info p {
		font-size: 0.26rem;
	}

	.zz-item {
		min-height: 2.3rem;
		height: auto;
		margin-bottom: 0.3rem;
	}

	.layui-jxtj {
		min-height: 6rem;
	}

	.swiper-jptj .swiper-slide {
		width: 100%!important;
	}

	.jptj .swiper-jptj .swiper-slide .jptj-pic {
		height: 3.5rem;
	}

	.jptj .jptj-next {
		background-size: 0.3rem;
		right: -30px;
	}

	.jptj .jptj-prev {
		background-size: 0.3rem;
		left: -30px;
	}


/* 地图列表 */
	.layui-lc {
		min-height: 300px;
		padding: 40px 0px 10px;
	}

	.layui-lc .lc-item h2 {
		width: 80%;
		position: relative;
	}

	.layui-lc .lc-item .layui-btn-more {
		display: block;
		float: right;
		position: absolute;
		top: 0px;
		right: 0px;
	}

	.layui-lc .lc-item:hover {
		background: none;
		box-shadow: 0px 0px 0px rgba(0,0,0,0);
	}

	.layui-xinping .layui-tab-titlet li {
		padding: 0px 13px;
	}

	.layui-lc .lc-item {
		width: 100%;
		padding: 5px 0px 0px 15px;
		height: 60px;
	}

	.layui-lc .lc-item span {
		height: 60px;
		width: 40px;
	}

	.layui-lc .lc-item span i {
		font-size: 36px;
		margin-top: 10px;
	}

	.layui-lc .lc-item h2 p {
		font-size: 16px;
	}

	.margint12 {
		margin-top: 1.2rem;
	}

	.mp-style {
		display: none;
	}

	.aui-screen-head-choice {
		min-width: auto;
	}

	.map-tj-all {
		left: 0;
		top: 2.8rem;
		width: 100%;
	}

	#head-top {
		height: 1.6rem;
	}

	.map-choose h1 {
		background: #ccc;
	}

	.map-choose {
		top: 2.8rem;
		left: 0%;
		width: 4.1rem;
		background: transparent;
	}

	.aui-screen-head-choice dl dd {
		min-width: 100px;
		display: block;
		height: 30px;
		line-height: 30px;
	}

	.aui-selected-info {
		line-height: 0.6rem;
	}

	.aui-screen-head-rechoice {
		display: block;
		float: left;
		width: 100%;
	}

	.layui-map-select {
		min-height: 10.5rem;
	}

	.map-choose-list {
		height: auto;
	}

	.select-all .swiper-map {
		height: 7rem;
	}

	.map .house-list {
		background: transparent;
	}

	.map-choose-list {
		background: #ffffffd9;
	}

/* 房源详情 */
/*.swiper-big .big-right,.swiper-big .big-left{background-size: 0.45rem auto;}*/
	.swiper-small {
		margin: 0.15rem 0px 0.2rem;
	}

	.swiper-container-horizontal > .swiper-scrollbar {
		bottom: 0px;
	}

	.swiper-big .swiper-slide {
		min-height: 3.5rem;
        height: auto; 
	}

	.swiper-big .swiper-slide img {
	/* 	height: 100%;20240520修改 */
	object-fit: cover;
    height: 204px;
    width: 355px;
	}

	.main-pd {
		min-height: 9rem;
		margin: 0.25rem 0 0.25rem 0.15rem;
		padding: 0.3rem 0.15rem 0.3rem;
	}

	.hs-top {
		height: auto;
		padding: 0px 0rem 0px 0.15rem;
	}

	.hs-top .hs-id {
		font-size: 0.28rem;
	}

	.hs-top .hs-time {
		padding: 0;
		background: #e02e3c;
		text-align: left;
		font-size: 0.28rem;
	}

	.hs-mleft {
		width: 100%;
	}

	.hs-right {
		width: 100%;
	}

	.house-info h1 {
		font-size: 0.3rem;
	}

	.house-info .info1 {
		font-size: 0.28rem;
	}

    .house-info .info2 .ho2, .house-info .info1, .house-info .info2 {
		font-size: 0.28rem;
        line-height: 150%;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    }
    .house-info .info3 a {
	margin-left:0;
	}
    .Menuboxa h4 {
        width: 40px;
    }
    
    .Contentboxa h3 {
        display: block;
        margin: 0 0 15px 0;
    }
    
   .house-info  .info5-txt, .house-info .info5-img{
        width: 48%;
       float: left;
    }
	
	.house-info .huwu20240508  .info5-txt, .house-info .huwu20240508 .info5-img{
       width: 100%!important;
       float: unset!important;
    }

	.hs-right .house-info .info3 {
		font-size: 0.3rem;
	}

	.house-info .info4 a em {
		height: 0.5rem;
		line-height: 0.5rem;
	}

	.house-info .hs-info5 .info5-img img {
		width: 110px
	}

	.house-info .hs-info5 .info5-txt h2 {
		text-align: center;
		font-size: 18px;
	}

	.house-info .hs-info5 .info5-txt h3 {
		text-align: center;
	}

	.house-info .hs-info5 .info5-txt h3 span {
		font-size: 16px;
	}

	.hsinfo-left {
		width: 100%;
	}

	.hsinfo-right {
		width: 100%;
	}

	.hsinfo-lcont {
		padding: 0.3rem;
	}

	.hs-content-us {
		height: 5rem;
	}

	.hs-fdjsq {
		height: 5rem;
	}

	.hs-title {
		font-size: 0.3rem;
	}

	.hs-pz span, .hs-mj span {
/*		font-size: 0.28rem; */
	}

	.hs-zb {
		line-height: 0.4rem;
	
	}

	.hs-yd p, .hs-yd div {
		
		line-height: 0.4rem;
	}
	.hs-yd {
		line-height: 0.4rem;
	
	}

	.hs-zb p, .hs-zb div {
		
		line-height: 0.4rem;
	}
    .hs-zb video{width:329px;}
	
	.hs-zbhj {
		
		line-height: 0.4rem;
	} 
	
	.hs-zbhj p, .hs-zbhj div {
		
		line-height: 0.4rem;
	}

	.count .jisuan p {
		font-size: 0.28rem;
		line-height: 0.3rem;
	}

	.js-3 p a {
		font-size: 0.28rem;
	}

	.count .jisuan input {
		margin: 0.15rem 0px;
	}

	.contus-right form .email {
		float: left!important;
	}

	.contus-right form .ht40 {
		width: 100%;
		font-size: 0.24rem;
	}

	.contus-right h1 {
		font-size: 0.28rem;
	}

	.layui-btn-default {
		height: 0.4rem;
		line-height: 0.4rem;
		font-size: 0.28rem;
	}

	.js-money,.js-my {
		font-size: 0.28rem;
	}

	.ly-link {
		height: auto;
		min-height: 3.8rem;
	}

	.link-cont a {
		margin-left: 35%;
	}
	
	.hometab .layui-tab-titlet {
		height: 0.8rem !important;
	}
	
	.hometab .layui-tab-titlet li {
		font-size: 0.2rem;
		margin-right: 0.1rem;
		line-height: 0.8rem;
		height: 0.8rem;
		padding: 0px 5px !important;
	}

	.hometab-map .layui-tab-titlet li {
		font-size: 0.20rem;
		margin-right: 0.05rem;
	}

	.house-list .layui-tab-content .store-item .stroepic-top {
		height: auto;
        overflow: hidden;
        margin: 0 0;
        padding: 2em 0;
	}

	.house-info h1 span {
		margin: 0.1rem 0px;
	}

	.store-item .house-info .info2 {
		font-size: 0.26rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.store-item .house-info .layui-btn-red {
		padding: 5px 12px;
	}

	.house-list .houseitem .house-pic .pic {
		margin-top: 0.3rem;
	}

	.store-item #store-hide {
		right: -0.2rem;
		top: 2.7rem;
		font-size: 0.24rem;
	}

	.layui-pd8 {
		padding-top: 0.4rem;
	}

	.zh-link {
		min-height: 2.5rem!important;
	}

	.zh-link .link-welcome {
		font-size: 0.44rem;
	}

	.zh-link .link-p {
		font-size: 0.32rem;
	}

	.layui-btn-red {
		font-size: 0.28rem;
		line-height: 0.3rem;
	}

/* 商家详情 */
	.erji-bread .layui-breaddh {
		min-height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.22rem;
	}

	.layui-breaddh .layui-breadcrumb, .layui-breaddh .layui-breadcrumb a {
		font-size: 0.22rem;
	}

	.hs-store {
		height: auto;
		min-height: 5.5rem;
	}

	.storepic {
		width: 100%!important;
		border: none!important;
	}

	.storeinfo {
		width: 100%!important;
		padding: 0px;
	}

	.house-info span .info4 {
		margin: 0.15rem 0px;
	}

	.store-gsjs .hs-zb {
		line-height: 0.48rem!important;
	}

	.fcxx-item {
		width: 47%;
		margin-right: 1.5%;
		height: 4rem;
	}

	.item-body h1 {
		font-size: 0.28rem;
		text-align: center;
	}

	.item-body h1 span {
		font-size: 0.22rem;
		text-align: center;
	}

	.item-body p {
		font-size: 0.24rem;
		margin-top: 0.1rem;
		text-align: center;
	}

	.item-body img {
		height: 1.8rem;
	}

	.store-input {
		height: 5rem;
	}

	.store-input .inputbox {
		width: 100%;
	}

	.store-input .inputbox input {
		display: block;
		width: 100%;
		font-size: 0.24rem;
		height: 0.5rem;
		line-height: 0.5rem;
	}

	.store-input .inputbox .layui-btn-default {
		padding: 0px 15px;
		height: 0.5rem;
		line-height: 0.5rem;
		float: left;
		margin-left: 0.15rem;
	}

	.link-cont .link img {
		width: 1.6rem;
		height: 1.6rem;
	}

	.link-cont .link span {
		font-size: 0.38rem;
	}

/* 新闻列表 */
	.last_tit h2 {
		width: 100%;
		white-space: normal;
		height: auto;
		line-height: 0.48rem;
		font-size: 0.3rem;
	}

	.hs-fcxx {
		margin: 0;
	}

	.last_news .last_info {
		display: none;
	}

	.last_tit span {
		margin: 3px 0px;
	}

	.last_tit {
		margin: 6px 0px;
	}
/* 新闻详情 */
	.article-title {
		font-size: 0.32rem;
	}

	.atc-timespan {
		height: auto;
	}

	.atc-timespan span {
		font-size: 0.22rem;
	}

	.articel-content p {
		font-size: 0.26rem;
		line-height: 0.4rem;
	}

	.gb_resItms li {
		width: 22%;
		margin-right: 1%;
	}

	.gb_resItms li a {
		display: block;
		width: 100%!important;
		height: 0.8rem!important;
	}

	.gb_resItms li span {
		text-indent: 0.24rem;
		display: block;
		height: 0.6rem;
		line-height: 0.6rem;
		width: 100%;
		font-size: 0.24rem;
		margin: 0.15rem 0px;
	}

	.bdsharebuttonbox {
		padding-bottom: 0.2rem;
	}

	.pagesx-left {
		width: 100%;
	}

	.pagesx-right {
		display: none!important;
	}

	.pagesx-left h2 {
		font-size: 0.26rem;
	}

	.pagesx-left h2 span, .pagesx-left h2 a {
		font-size: 0.26rem;
	}

	.home-title a {
		width: auto;
		padding: 4px 10px;
		margin-top: 0.3rem;
	}

	.express-info h2 {
		font-size: 0.28rem;
		margin-bottom: 0.3rem;
	}

	.ad-tit .ad2 {
		width: auto;
		padding: 0px 5px;
		font-size: 0.22rem;
	}
/* 新闻总页 */
	.news_pic {
		width: 100%;
		height: 4rem;
		overflow: hidden;
	}

	.news_pic img {
		height: auto;
		width: 100%;
	}

	.news_use {
		width: 100%!important;
	}

	.home_tit {
		width: 100%;
		overflow: hidden;
	}

	.home_list li {
		margin: 15px 0px;
	}

/* 展会列表 */
	.house-list .zh-listitem {
		height: 3.4rem;
	}

	.zhlistl .zhlistl-pic {
		height: 3.4rem;
	}

	.zhlistr .zhlist-info h2 {
		height: 0.5rem;
		line-height: 0.5rem;
	}

	.zhlistr .zhlist-info h1 {
		font-size: 0.26rem;
		line-height: 0.4rem;
	}

	.zhlistr .zhlist-info p span {
		display: block;
		width: 100%;
		margin-top: 0.08rem;
	}

	.zhlistr .zhlist-info p .layui-btn-red {
        padding: 5px 12px;
	}

	.house-list .item-jj {
		height: 3.2rem;
	}

	.zh-liuyan h2 {
		font-size: 0.34rem;
		margin: 0.15rem 0px;
	}

	.zh-liuyan .link-p {
		font-size: 0.28rem;
	}

	.zh-liuyan-form button {
		margin: 0;
		padding: 8px 30px;
	}


	.zh-kx .zhkx-item a {
		font-size: 0.26rem;
		display: inline-block;
		width: 76%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		height: 0.4rem;
		line-height: 0.4rem;
	}

	.zh-kx .zhkx-item .zhkx-timespan {
		height: 0.4rem;
		line-height: 0.4rem;
		float: right;
		display: inline-block;
		color: #aeaeae;
		font-size: 0.28rem;
	}

	.hs-store-zhxq {
		min-height: 2.8rem!important;
		margin: 0.15rem auto;
	}

	.zhcz-fy .zhfy-item {
		min-height: 0.5rem;
		line-height: 0.5rem;
	}

	.zhcz-fy .zhfy-item span {
		font-size: 0.26rem;
	}

	.hs-store-zhxq #zhxq .zhxq-item p {
		font-size: 0.3rem;
	}

	.zhlistr .zhlist-info h2 span {
		display: inline-block;
		width: 60%;
		margin-left: 0;
		overflow: hidden;
		height: 100%;
		float: right;
	}

	.zhlistr .zhlist-info h2 span img {
		display: block;
		max-width: 80%;
		height: auto;
	}
/* frank后面加的 */
/* 看房团 */
	.frank-kft  .zhfy-item {
	width: 100%;
    float: none;
}
}


/* 列表结束 */
@media (min-width:321px) and (max-width: 480px) {
}

@media (min-width:481px) and (max-width: 620px) {
}

@media (min-width:620px) and (max-width: 768px) {
}

@media (max-width: 400px) {
	.Menuboxa {
		width: 15%!important;
	}

	.Contentboxa {
		width: 80%!important;
	}
}

@media (max-width: 1023px) {
	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	.Menuboxa {
		width: 12%;
	}

	.Contentboxa {
		width: 83%;
	}

	.Menuboxa li {
		height: 50px;
		line-height: 50px;
	}
}

@media (min-width:1024px) and (max-width: 1280px) {

	.aui-screen-list-box dl {
		width: 84%;
	}
	/*
    .layui-lc .lc-item{    padding: 50px 15px 30px 15px;}
	*/
	.mobile {
		display: none!important;
	}

	.layui-tnav .layui-nav {
		width: 60%;
	}

	.layui-tnav .layui-logo {
		width: 20%;
	}

	.layui-erjinav .layui-erji-login {
		width: 20%;
	}

	.layui-erjinav .layui-erji-login .mobilein {
		display: none;
	}

	.house-info .info-icon span {
		width: 60px;
	}

	.jptj .jptj-next {
		right: 0%;
	}

	.jptj .jptj-prev {
		left: 0%;
	}

	.layui-tnav .layui-nav li a {
		font-size: 0.15rem;
		padding: 0px 15px;
	}

	.aui-screen-list-box dl dd {
		width: 87%;
	}

	.aui-screen-list-box dl dd a {
		padding: 0px 10px;
		font-size: 14px;
	}

	.aui-sr-input {
		padding-right: 0;
	}

	.aui-sr-input input {
		width: 40px;
	}

	.aui-search {
		width: 18%;
	}

	.layui-choose .hometab ul li {
		margin-right: 0;
		padding: 0px 5px;
	}

	.recommend-item .item-footer .span1 p {
		font-size: 0.15rem;
	}

	.item-footer span {
		margin: 0px 5px;
		font-size: 16px;
	}

	.house-Recommend .new-recomme .newrec-item .newc-info {
		padding: 0.15rem 0px 0.15rem;
	}

	.house-Recommend .new-recomme .newrec-item .newc-info h2 {
		font-size: 0.15rem;
	}

	.jptj .swiper-jptj .swiper-slide .jptj-info h2 .jptj1 {
		font-size: 0.14rem;
	}

	.jptj .swiper-jptj .swiper-slide .jptj-info h2 .jptj2 {
		font-size: 0.15rem;
	}

	.jptj .swiper-jptj .swiper-slide .jptj-pic {
		height: 1.4rem;
	}

	.jptj .swiper-jptj .swiper-slide .jptj-info {
		height: 0.4rem;
		overflow: hidden;
		line-height: 0.3rem;
	}
	/*
    .layui-lc .lc-item h2 p{font-size:18px;}
    .layui-lc .lc-item span{display: block;width:100%;margin-bottom:15px;}
	*/
	.site-map-icon {
		width: 25%;
	}

	.site-map-nav {
		width: 70%;
	}

	.house-info .info3 {
		font-size: 0.18rem;
	}

	.house-info h1 {
		font-size: 0.18rem;
	}

	.house-info .hs-info5 .info5-txt h2 {
		font-size: 16px;
		text-indent: 25px;
	}

	.house-info .hs-info5 .info5-txt h3 span {
		font-size: 14px;
	}
}

@media (min-width:1280px) and (max-width: 1366px) {
	.aui-screen-list-box dl {
		width: 84%;
	}

	.layui-lc .lc-item {
		padding: 50px 15px 30px 25px;
	}
}

@media (min-width:1366px) and (max-width: 1400px) {
	.aui-screen-list-box dl {
		width: 84%;
	}

	.layui-lc .lc-item {
		padding: 50px 15px 30px 25px;
	}
}

@media (min-width:1401px) and (max-width: 1680px) {
	.aui-screen-list-box dl {
		width: 100%;
	}
	/*
    .layui-lc .lc-item{    padding: 50px 15px 30px 25px;}
	*/
}

@media (min-width:1680px) and (max-width: 1930px) {
	.layui-container {
		width: 1200px;
	}
}

.buyer-agent-box .buyer-agent{
	border-radius:0px;
}
.buyer-agent{
	background-image:url('/buyer-agent-adbg.jpg');
	border-radius:10px;
	height:50px;
	text-align:center;
	line-height:50px;
}
.buyer-agent span{
font-size:1.6em;
color:#ffffff;
}


















