.box {
	font-size: 0.27rem;
	color: #333;
	background-color: #F6F9FE;
}

/* 头部 */
header {
	background-color: #fff;
}

.header {
	padding: 0.12rem 0.23rem;
}

.search-box {
	position: relative;
	width: 6rem;
	height: 0.63rem;
	border-radius: 0.1rem;
	border: 0.01rem solid rgba(217, 217, 217, 1);
}

.search-box .selebox {
	margin: 0.16rem;
	padding: 0 0.16rem 0 0;
	border-right: 0.01rem solid #D9D9D9;
	font-size: 0.25rem;
	color: #666;
}

.search-box input {
	width: 60%;
	font-size: 0.23rem;
	font-family: "PingFang SC";
	background: none;
	padding: 0px 5px;
}

.search-box input::-webkit-input-placeholder {
	color: #999;
}

.search-box .search-btn {
	position: absolute;
	right: 0;
	height: 100%;
	padding: 0 0.12rem;
	border-radius: 0 0.1rem 0.1rem 0;
	background-color: #FF6600;
}




/* banner */
.banner {
	position: relative;
	height: 3.52rem;
}

.banner img {
	width: 100%;
	height: 100%;
}

.sqwrap {
	position: absolute;
	top: 0;
	width: 5.6rem;
	margin: 0.59rem 0.86rem;
}

.shadow-wrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.95rem;
	height: 1.95rem;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 0.25rem;
	background-color: #FF6600;
}

.shadow-wrap:nth-child(2) a {
	background-color: #FFAE34;
}

.shadow-wrap a p {
	line-height: 0.38rem;
}

.zxli {
	display: block;
	padding: 10px;
	height: 105px;
}

.zxli::after {
	content: '';
	display: block;
	width: 100%;
	margin: auto;
	height: 1px;
	background-color: #999;
	margin-top: 10px;
}

.zxli p:nth-child(2) {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*从上到下垂直排列子元素*/
	-webkit-line-clamp: 1;
	/*行数，超出三行隐藏且多余的用省略号表示...*/
	line-clamp: 1;
	overflow: hidden;

}

.zxli p:nth-child(3) {
	color: #666666;
	font-size: 13px;
	margin: 5px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*从上到下垂直排列子元素*/
	-webkit-line-clamp: 2;
	/*行数，超出三行隐藏且多余的用省略号表示...*/
	line-clamp: 2;
	overflow: hidden;
	height: 35px;
}

.zxli p:nth-child(4) {
	color: #999999;
	font-size: 11px;
	text-align: right;
}

.zxli>img {
	display: block;
	width: 25%;
	height: auto;
	float: left;
	margin-right: 5px;
	min-width: 100px;
	max-height: 85px;
}

.zixunul {
	margin-top: 5px;
	background-color:#fff;
}

.zx-more {
	color: #999;
	font-size: 13px;
	text-align: center;
	display: none;
}

.info-active-zx {
	font-weight: 700;
	color: #333;
}

.shadow-wrap {
	width: 2.34rem;
	height: 2.34rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(255, 148, 115, .2);
}

.shadow-wrap:nth-child(2) {
	background-color: rgba(255, 195, 79, .2);
}

/* 主体内容 */
.container {
	padding: 0.29rem 0.23rem;
}

/* 最新消息 */
.news {
	margin: 0 0 0.29rem;
	padding: 0.23rem;
	border-radius: 0.1rem;
	border-left: 0.1rem solid #FF6600;
	background-color: #fff;
}

.news .title {
	max-width: 88%;
	font-size: 0.31rem;
	font-weight: 600;
}

.news .origin {
	margin: 0.14rem 0 0;
	font-size: 0.21rem;
	color: #999;
}

.news .desc {
	margin: 0.2rem 0 0;
	font-size: 0.25rem;
	color: #666;
}

.news .news-top {
	position: relative;
}

.news .news-top .tagBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.54rem;
	height: 0.63rem;
}

.news .news-top .newest-img {
	position: absolute;
	top: 0.13rem;
	left: 0.48rem;
	width: 0.51rem;
	height: 0.29rem;
}

.news .news-list {
	margin-top: 0.15rem;
	padding: 0.15rem 0.23rem 0.29rem;
}

.news .news-list a {
	display: flex;
	align-items: center;
}

.news .news-list .title {
	margin: 0 0 0.23rem 0;
	font-size: 0.31rem;
	font-weight: 700;
}

.news .news-list .newsText {
	max-width: 6.13rem;
}

.news .news-list .dot {
	width: 0.12rem;
	height: 0.12rem;
	margin-right: 0.12rem;
	border-radius: 50%;
	background-color: #FF6600;
}

.news .news-list .gray-dot {
	margin: 0 0.14rem 0 0.02rem;
}

.news .more {
	/* margin: 0.13rem 0.23rem 0 0; */
	font-size: 0.23rem;
	color: #999;
}

/* 选项卡 */
.info-tab {
	margin: 0 0 0.39rem;
	background-color: #FFFFFF;
}

.info-tab .info-head {
	padding: 0.2rem 0.59rem 0;
	border-bottom: 0.01rem solid #EAEAEA;
	font-size: 0.29rem;
	color: #666;
}

.infoline {
	width: 0.47rem;
	height: 0.08rem;
	margin-top: 0.12rem;
	border-radius: 0.1rem;
	visibility: hidden;
	background-color: #FF881A;
}

.info-active {
	font-weight: 700;
	color: #333;
}

.info-list ul {
	padding: 0.28rem;
}

.info-list ul:nth-of-type(n+2) {
	display: none;
}

.info-list ul li a {
	display: flex;
	align-items: center;
	margin-bottom: 0.23rem;
}

.info-list ul li:last-of-type a {
	margin-bottom: 0;
}

.info-list ul li .gray-dot {
	margin: 0 0.16rem 0 0;
}

.info-list ul li span:nth-child(2) {
	max-width: 95%;
}

.info-list .more-info {
	display: none;
	margin: 0.29rem 0 0;
	padding: 0.2rem 0 0;
	border-top: 0.01rem solid #EAEAEA;
	font-size: 0.23rem;
	color: #999;
	text-align: center;
}

/* 工具 */
.tool-con {
	margin: 0 0 0.39rem;
}

.tool-con ul li {
	width: 43%;
	padding: 0.2rem;
	border-radius: 0.59rem 0.1rem 0.1rem 0.59rem;
	background-color: #fff;
}

.tool-con ul li:last-of-type {
	border-radius: 0.1rem 0.59rem 0.59rem 0.1rem;
}

.tool-con ul li img {
	width: 0.78rem;
	height: 0.78rem;
	margin: 0 0.2rem 0 0;
}

/* 房源展示 */
.house-show {
	margin: 0 0 0.49rem;
}

.house-show ul {
	width: 100%;
	overflow-x: auto;
}

.house-show ul li {
	margin-right: 0.16rem;
	border-radius: 0.1rem;
	background-color: #fff;
}

.house-show ul li a {
	width: 2.23rem;
	height: 2.29rem;
	display: block;
}

.house-show ul li:last-of-type {
	margin-right: 0;
}

.house-show ul li img {
	width: 100%;
	height: 1.76rem;
	display: block;
	border-radius: 0.1rem 0.1rem 0 0;
}

.house-show ul li p {
	height: 0.53rem;
	line-height: 0.53rem;
}

/* 房源类型切换 */
.house-type {
	margin: 0 0 0.49rem;
}

.type-tab {
	margin: 0 0 0.2rem;
	overflow-x: auto;
	align-items: flex-end;
}

.type-tab .tab-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-right: 0.39rem;
	font-size: 0.29rem;
}

.type-tab .tab-item span:first-child {
	white-space: nowrap;
}

.type-tab .tab-item:first-child .tabline {
	visibility: visible;
}

.tab-active {
	font-weight: 700;
	font-size: 0.35rem !important;
	color: #FF6600;
}

.tabline {
	width: 0.39rem;
	height: 0.08rem;
	margin: 0.04rem 0 0;
	border-radius: 0.1rem;
	visibility: hidden;
	background: rgba(255, 102, 0, 1);
}

/* .type-con ul:nth-of-type(n+2) {
    display: none;
} */

.house-type .type-con .head {
	margin-bottom: 0.16rem;
	font-size: 0.35rem;
}

.house-type ul li {
	position: relative;
	width: 48%;
	margin: 0 0.2rem 0.2rem 0;
	border-radius: 0.1rem;
	background-color: #fff;
}

.house-type ul li:nth-of-type(2n) {
	margin: 0 0 0.2rem 0;
}

.house-type ul li .pic {
	width: 100%;
	height: 2.23rem;
	border-radius: 0.1rem 0.1rem 0 0;
}

.house-type ul li .apply-bg {
	position: absolute;
	top: 0;
	right: 0;
	height: 0.55rem;
}

.house-type ul li .applying {
	position: absolute;
	top: 0.07rem;
	right: 0.26rem;
	color: #fff;
	font-size: 0.23rem;
}

.house-type ul li .name {
	margin: 0.12rem 0.16rem 0.16rem;
	font-weight: 700;
}

.house-type ul li .info {
	margin: 0 0.16rem 0.16rem;
	font-size: 0.23rem;
}

.house-type ul li .num {
	color: #999;
}

.house-type ul li .price {
	color: #FF6600;
	max-width: 70%;
}

.more-house {
	padding: 0.15rem 0;
	border-radius: 0.1rem;
	text-align: center;
	font-size: 0.23rem;
	color: #666;
	background-color: #fff;
}

/* 热门问答 */
.wenda {
	margin: 0 0 0.49rem;
}

.wenda .head,
.rec-house .head {
	margin: 0 0 0.2rem;
	font-size: 0.35rem;
}

.wenda .more,
.rec-house .more {
	font-size: 0.23rem;
}

.wenda ul {
	padding: 0 0.23rem;
	border-radius: 0 0 0.1rem 0.1rem;
	box-sizing: border-box;
	background-color: #fff;
}

.wenda ul li {
	padding: 0.23rem 0;
	border-bottom: 0.01rem dashed #D9D9D9;
}

.wenda ul li:last-of-type {
	border-bottom: 0;
}

.wenda ul li img {
	width: 0.29rem;
	height: 0.29rem;
	margin: 0.03rem 0.12rem 0 0;
}

.wenda ul li p {
	display: flex;
}

.wenda ul li .question {
	margin-bottom: 0.2rem;
}

.wenda ul li .answer span,
.detail-list ul .desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
}

/* 弹窗 */
.popup {
	margin: 0 0.73rem;
	padding: 0 0 0.59rem;
	border-radius: 0.2rem;
	background-color: #F6F9FE;
}

.popup img {
	height: 2.03rem;
}

.popup ul {
	position: relative;
	margin: -0.62rem 0.39rem 0;
}

.popup ul a {
	display: block;
	margin-bottom: 0.23rem;
	padding: 0.2rem 0;
	border-radius: 0.16rem;
	text-align: center;
	background-color: #FFFFFF;
}

.popup ul a:last-of-type {
	margin-bottom: 0;
}

/* 最新消息页面 */
.detail-list {
	margin: 0 0 0.49rem;
	padding: 0 0.23rem;
	border-radius: 0.1rem;
	background-color: #fff;
}

.detail-list ul {
	padding: 0.23rem 0;
	border-bottom: 0.01rem dashed #EAEAEA;
}

.detail-list ul .right {
	margin-left: 0.23rem;
}

.detail-list ul .title {
	margin: 0 0 0.1rem;
	font-size: 0.29rem;
	font-weight: 700;
}

.detail-list ul .origin {
	margin: 0 0 0.2rem;
	font-size: 0.21rem;
	color: #999;
}

.detail-list ul .origin span:first-child {
	margin-right: 0.38rem;
}

.detail-list ul .desc {
	font-size: 0.25rem;
	color: #666;
}

.detail-list ul .right img {
	width: 2.05rem;
	height: 1.37rem;
	border-radius: 0.1rem;
}

.detail-list ul:last-of-type {
	border-bottom: 0;
}

/* 公告和名单样式 */

.new-panel .rukou-box .item {
	position: relative;
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0 0 0 0.2rem;
	border-radius: 6px;
	text-align: left;
	font-size: 0.22rem;
	font-weight: 600;
	margin-top: 20px;

}

.new-panel .rukou-box .item:nth-of-type(2) {
	margin-left: 2%;
}

.new-panel .rukou-box .item:nth-of-type(4) {
	margin-left: 2%;
}



.djgg {
	color: #DC6A1E;
	background: linear-gradient(151.3deg, rgba(255, 237, 225, 1) 0%, rgba(255, 192, 156, 1) 100%);
}

.yhgg {
	color: #CE4040;
	background: linear-gradient(126.8deg, rgba(255, 236, 236, 1) 0%, rgba(255, 188, 188, 1) 100%);
}

.yhjg {
	color: #E86F00;
	background: linear-gradient(134.1deg, rgba(255, 234, 202, 1) 0%, rgba(255, 194, 123, 1) 100%);
}

.xfgg {
	color: #36A49D;
	background: linear-gradient(137.3deg, rgba(203, 249, 246, 1) 0%, rgba(134, 232, 226, 1) 99%);
}

.new-panel .arrow-img {
	position: absolute;
	width: 0.14rem;
	height: 0.14rem;
	top: 0.34rem;
	left: 1.2rem;
}

.new-panel .gg-img {
	position: absolute;
	width: 100px;
	height: 60px;
	top: 0;
	right: 0;
}

.new-panel .list-box {
	margin-top: 13px;
	padding: 0 20px;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #fff;
}

.new-panel .list-box .item {
	padding: 20px 20px;
	border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

.new-panel .list-box .item:last-of-type {
	border-bottom: 0;
}

.new-panel .list-box .item img {
	width: 0.24rem;
	height: 0.24rem;
	margin: 0.08rem 12px 0 0;
}


.weui-mask {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}

.weui-dialog {
	position: fixed;
	z-index: 5000;
	width: 80%;
	max-width: 750px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 0.06rem;
	overflow: hidden;
}

.weui-dialog__hd {
	padding: 1.3em 1.6em 0.5em;
}

.weui-dialog__title {
	font-weight: 400;
	font-size: 0.36rem;
}

.weui-dialog__bd {
	padding: 0 1.6em 0.8em;
	min-height: 0.8rem;
	font-size: 0.3rem;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
	color: #808080;
text-align:left;
}

.weui-dialog__bd  img{ max-width:100%;}

.weui-dialog__bd:first-child {
	padding: 2.7em 0.4rem 1.7em;
	color: #353535;
}

.weui-dialog__ft {
	position: relative;
	line-height: 0.96rem;
	font-size: 0.36rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.weui-dialog__ft:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 0.02rem;
	border-top: 0.02rem solid #D5D5D6;
	color: #D5D5D6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.weui-dialog__btn {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	color: #09BB07;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative;
}

.weui-dialog__btn:active {
	background-color: #EEEEEE;
}

.weui-dialog__btn:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 0.02rem;
	bottom: 0;
	border-left: 0.02rem solid #D5D5D6;
	color: #D5D5D6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
}

.weui-dialog__btn:first-child:after {
	display: none;
}

.weui-dialog__btn_default {
	color: #353535;
}

.weui-dialog__btn_primary {
	color: #09BB07;
}


.share div{
	align-items: center;
}
.share{
	width: 1.95rem;
	height: 0.7rem;
	flex-shrink: 0;
	border-radius: 0.49rem;
	border: 0.01rem solid #FF5E26;
	border-radius: 1.5625rem;
	color: #FF5E26;
	font-size: 0.27rem;
	font-weight: 500;
	background: #fff;
	margin-left: 0.275rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shares{
	width: 1.95rem;
	height: 0.7rem;
	flex-shrink: 0;
	border-radius: 0.49rem;
	border-radius: 1.5625rem;
	background: var(--Linear, linear-gradient(131deg, #FF9142 26.93%, #FF5E26 100%));
	color: #fff;
	font-size: 0.27rem;
	font-weight: 500;
	margin-left: 0.275rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.other-city{
	flex: 1;
	height: 0.7rem;
	flex-shrink: 0;
	border-radius: 0.49rem;
	background: var(--Linear, linear-gradient(131deg, #FF9142 26.93%, #FF5E26 100%));
	text-align: center;
	font-size: 0.27rem;
	line-height: 0.7rem;
	border: 0;
	border-radius: 1.5625rem;
	margin-left: 0.275rem;
	margin-right: 0.275rem;
	margin-top: 0.1rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fixed {
width: 7.5rem !important;
font-size: 0.26rem;
background-color: #fff !important;
padding: 0.2rem 0 !important;
}

.fixed a {
font-size: 0.26rem;
}
