.wrap {
	padding: 0 15px;
	max-width: 640px;
	margin: 0 auto;
}
.red{color:#ff0000;}
.pub_hade {
	box-shadow: 0px 6px 6px -6px #CCCCCC;
	height: 46px;
	text-align: center;
	position: fixed;
	z-index: 98;
	top: 0;
	font-size: 1rem;
	left: 0;
	background: #FFFFFF;
	width: 100%;
	line-height: 46px;
}

.pub_hade .logo {
	height: 30px;
	margin-top: 8px;
	margin-right: 15px;
	display: inline-block;
	background-size: 100% 100%;
}
.pub_hade .logo img{max-width:100%;height:30px;}
.pub_hade .iconfanhui {
	position: absolute;
	color: #666666;
	left: 15px;
	font-weight: bold;
}

.pub_hade .iconliebiao2 {
	position: absolute;
	right: 15px;
}

.pub_hade i {
	color: #666666;
}

.pub_end {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

.pub_end .end {
	width: 150px;
	height: 14px;
	display: inline-block;
	background: url(../img/end.png);
	background-size: 100% 100%;
}

/* 首页 */
.head {
	background: #FFFFFF;
	height: 60px;
	width: 100%;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.head .logo {
	width: 120px;
	height: 30px;
	margin-top: 15px;
	margin-right: 15px;
	display: inline-block;
	background-size: 100% 100%;
}

.head .search {
	width: calc(100% - 90px);
	background: #f8f8f8;
	margin-top: 10px;
	height: 40px;
	line-height: 24px;
	color: #999999;
	padding: 8px 10px;
}

.head .search .select {
	border: none;
	color: #333333;
	float: left;
	height: 26px;
	background: #F8F8F8;
}

.head .search .select i {
	font-size: 12px;
	margin-left: 5px;
}

.head .search .search_input {
	float: left;
	margin-left: 8px;
	color: #898989;
	padding-left: 8px;
	border-left: 1px solid #e2e2e2;
}

.head .search .search_input i {
	font-size: 1.3rem;
	float: left;
	color: #666666;
	margin-right: 5px;
}

.swiper-slide img {
	width: 100%;
}

.bannrer {
	border-radius: 5px;
	overflow: hidden;
	margin-top: 60px;
}

.nav {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

.nav li {
	width: 25%;
	float: left;
	padding-top: 25px;
	text-align: center;
}

.nav li img {
	width: 45px;
	height: 45px;
}

.nav li p {
	margin-top: 7px;
	font-size: 0.80rem;
}

.pub_tit {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
	line-height: 22px;
}

.pub_tit i {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

.pub_tit span {
	float: right;
	font-size: 0.80rem;
	font-weight: normal;
	color: #666666;
}

.city_h_price {
	width: 100%;
	display: flex;
}

.city_h_price div {
	flex: 1;
	padding: 0 20px;
}

.city_h_price div .color {
	color: #999999;
}

.city_h_price div .price {
	font-size: 1rem;
	font-weight: bold;
}

.price_color {
	color: #ff3430;
}

.looking_room {
	width: 100%;
	margin-top: 20px;
	display: flex;
}

.looking_room_li {
	flex: 1;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .11);
	padding: 10px;
	height: 90px;
}

.looking_room_li:nth-child(1) {
	margin-right: 1.5%;
}

.looking_room_li:nth-child(2) {
	margin-left: 1.5%;
}

.room_bg1 {
	background: url(../img/p1.png);
	background-size: 100% 100%;
}

.room_bg12 {
	background: url(../img/p2.png);
	background-size: 100% 100%;
}

.looking_room_li h2 {
	font-size: 0.80rem;
	margin-top: 5px;
}

.looking_room_li a {
	width: 80px;
	height: 30px;
	margin-top: 12px;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	background: #57b2ff;
	color: #FFFFFF;
	border-radius: 60px;
}

.looking_room_li .query {
	background: #f46b55;
}

.house_list li {
	position: relative;
	width: 100%;
	display: inline-block;
}

.house_list li:nth-child(1) .a {
	padding-top: 0;
}

.house_list li .a {
	padding: 15px 0;
	width: 100%;
	float: left;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
}

.house_list li .a .house_list_img {
	width: 130px;
	float: left;
	position: relative;
}

.house_list li .a .house_list_img img {
	width: 130px;
	height: 95px;
	border-radius: 5px;
}

.house_list li .a .text {
	height: 95px;
	width: calc(100% - 150px);
	float: left;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.house_list li .a .text h2 {
	font-size: 0.85rem;
	font-weight: bold;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.house_list li .a .text .price {
	font-size: 1rem;
	font-weight: bold;
	color: #ff3f13;
	margin-right: 5px;
}

.house_list li .a .text .color {
	color: #ff3f13;
}

.house_list li .a .text p {
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.house_list li .a .text .address {
	color: #999999;
}

.house_list li .a .text .laber span {
	padding: 3px 5px;
	background: #ecf1fb;
	display: inline-block;
	color: #949eb4;
	margin-right:5px;
}

.house_list li .phone {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 8px;
	background: url(../img/phone.png);
	background-size: 100% 100%;

}

.house_list li a .bottom {
	bottom: 8px;
	position: absolute;
	z-index: 9;
	left: 10px;
}

.house_list li a .bottom span {
	width: 25px;
	display: inline-block;
	height: 25px;
	margin-right: 10px;
}

.house_list li a .bottom .VR {
	background: url(../img/vR.png);
	background-size: 100% 100%;
}

.house_list li a .bottom .Video {
	background: url(../img/video.png);
	background-size: 100% 100%;
}

.house_list li .benefit {
	height: 30px;
	color: #ff3f13;
	display: inline-block;
	overflow: hidden;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	border: 1px solid #ffd3c9;
	padding-right:5px;
	width:100%;
}

.house_list li .benefit span {
	background: #ffd3c9;
	height: 30px;
	padding: 0 8px;
	margin-right: 10px;
	display: inline-block;
}

.house_list li .benefit_con {
	float: left;
	margin-top: 15px;
	width: 100%;
}

.house_more {
	width: 100%;
	text-align: center;
}

.house_more a {
	width: 100%;
	margin-top: 20px;
	height: 45px;
	background: rgb(78, 159, 239);
	color: #FFFFFF;
	line-height: 45px;
	display: inline-block;
	font-size: 0.85rem;
	border-radius: 60px;
}
.house_more .bot {
	margin-bottom: 20px;
}

/* 底部 */
.pubheight {
	height: 70px;
	width: 100%;
	display: inline-block;
}

.footer {
	width: 100%;
	display: flex;
	height: 60px;
	background: #FFFFFF;
	position: fixed;
	left: 0;
	bottom: 0;
	max-width: 640px;
	border-top: 1px solid #EEEEEE;
	z-index: 99;
}

.footer a {
	flex: 1;
	text-align: center;
	color: #818080;
}

.footer a.current {
	color: #3d82ff;
}

.footer a.current .home_icon {
	background: url(../img/home-select.png);
	background-size: 100% 100%;
}

.footer a.current .house_icon {
	background: url(../img/house-select.png);
	background-size: 100% 100%;
}

.footer a.current .news_icon {
	background: url(../img/news-select.png);
	background-size: 100% 100%;
}

.footer a.current .consu_icon {
	background: url(../img/consu-select.png);
	background-size: 100% 100%;
}

.footer a.current .land_icon {
	background: url(../img/land-select.png);
	background-size: 100% 100%;
}

.footer a.current .land_news_icon {
	background: url(../img/land-news-select.png);
	background-size: 100% 100%;
}

.footer a.current .data_icon {
	background: url(../img/data-select.png);
	background-size: 100% 100%;
}

.footer i {
	width: 24px;
	height: 24px;
	margin-top: 9px;
	display: inline-block;
}

.footer .home_icon {
	background: url(../img/home.png);
	background-size: 100% 100%;
}

.footer .house_icon {
	background: url(../img/house.png);
	background-size: 100% 100%;
}

.footer .news_icon {
	background: url(../img/news.png);
	background-size: 100% 100%;
}

.footer .consu_icon {
	background: url(../img/consu.png);
	background-size: 100% 100%;
}

.footer .land_icon {
	background: url(../img/land.png);
	background-size: 100% 100%;
}

.footer .land_news_icon {
	background: url(../img/land-news.png);
	background-size: 100% 100%;
}


.footer .data_icon {
	background: url(../img/data.png);
	background-size: 100% 100%;
}

.footer .bwzf_icon {
	background: url(../img/bwzf.png);
	background-size: 100% 100%;
}

.housekeeper {
	overflow: hidden;
}

.swiper-slide-li {
	float: left;
	width: 33.3333333%;
}

.swiper-slide-li img {}

.news_list li a {
	width: 100%;
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #F2F2F2;
}

.news_list li:nth-child(1) a {
	padding-top: 0;
}

.news_list li a div:nth-child(1) {
	width: calc(100% - 103px);
	padding-right: 15px;
}

.news_list li a div h2 {
	font-size: 0.85rem;
	height: 43px;
    color: #1e1e1e;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*.news_list li a div p {
	color: #999999;
	margin-top: 12px;
}*/

.news_list .news-list-bot {
    width: 100%;
    margin-top: 12px;
}
.news_list .cate-name {
    padding: 0 5px;
    border-radius: 1px;
    border: 1px solid #f1b937;
    margin-right: 5px;
    font-weight: 400;
    color: #f1b937;
}
.news_list .tjsj {
    color: #8a8a8a;
}

.news_list li a .img {
	width: 103px;
}

.news_list li a div img {
	width: 100%;
	border-radius: 5px;
	height: 75px;
}

/* 新房 */
.house_search {
	width: 100%;
	height: 40px;
	padding-top: 66px;
	position: relative;
	z-index: 96;
	background: #FFFFFF;
	top:0;
}

.house_search .house_search_input {
	background: #f8f8f8;
	height: 40px;
	width: 100%;
	border: none;
	line-height: 40px;
	color: #999999;
}

.house_search .house_search_input i {
	float: left;
	font-size: 1.3rem;
	margin: 0 10px;
}

.house_screen {
	width: 100%;
	display: flex;
	padding: 25px 0;
}

.house_screen li {
	flex: 1;
	text-align: center;
	font-size: 0.85rem;
}

.house_footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	display: flex;
	z-index: 89;
	max-width: 640px;
	background: #FFFFFF;
	height: 55px;
	border-top: 1px solid #F2F2F2;
}

.house_footer_h {
	width: 100%;
	display: inline-block;
	height: 55px;
}

.house_footer_h_h {
	height: 75px;
}

.house_footer .home a {
	width: 24px;
	display: inline-block;
	height: 24px;
	background: url(../img/h-home.png);
	background-size: 100% 100%;
}

.house_footer .home {
	width: 15%;
	border-right: 1px solid #f2f2f2;
	padding-top: 15.5px;
	text-align: center;
}

.house_footer .pub_w {
	width: 27.5%;
	text-align: center;
	font-size: 0.85rem;
	line-height: 55px;
	padding: 0 10px;
}

.house_footer .pub_w:nth-child(2) {
	border-right: 1px solid #f2f2f2;
}

.house_footer .pub_w:nth-last-child(1) {
	background: #007AFF;
	color: #FFFFFF;
	width: 30%;
}
.house_footer .pub_w:nth-last-child(1) a{
	background: #007AFF;
	color: #FFFFFF;
}
.house_footer .pub_w i {
	font-size: 1.1rem;
	margin-right: 3px;
	float: left;
}

/* 资讯页 */
.news_banner {
	max-width: 640px;
	margin: 46px auto 0;
}

.news_banner .swiper-slide {
	position: relative;
}

.news_banner .swiper-slide div {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	line-height: 40px;
	color: #FFFFFF;
	width: 100%;
	padding-left: 15px;
}

.news_banner .swiper-slide div p {
	width: 80%;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news_banner .swiper-pagination {

	text-align: right;
}

.news_banner .swiper-pagination-bullets {
	bottom: 11px !important;
	padding-right: 10px;
	width: 20% !important;
	left: auto !important;
	right: 0;

}

.news_banner .swiper-pagination-bullet {
	border-radius: 50% !important;
	width: 6px !important;
	height: 6px !important;
}

.news_banner .swiper-pagination-bullet-active {
	background: #FFFFFF !important;
}

.nesw_nav {
	width: 100%;
	display: flex;
}

.nesw_nav a {
	flex: 1;
	text-align: center;
	font-size: 0.85rem;
	color: #757988;
	position: relative;
	line-height: 60px;
	margin-bottom: 20px;
	border-bottom: 1px solid #F2F2F2;
}

.nesw_nav a.current {
	color: #333333;
}

.nesw_nav a.current span {
	width: 24px;
	height: 3px;
	display: inline-block;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -12px;
	background: #007AFF;
}

/* 户型 */
.new_house_nav {
	margin-top: 46px;
	width: 100%;
	padding: 20px 0;
	overflow-y: auto;
}

.new_house_nav a {
	padding: 5px 0;
	margin-right: 10px;
	width: 63px;
	float: left;
	text-align: center;
	display: inline-block;
	border-radius: 60px;
	border: 1px solid #F2F2F2;
}

.new_house_nav a.current {
	background: #007AFF;
	color: #FFFFFF;
}

.new_house_list li:nth-child(1) a {
	padding-top: 0;
}

.new_house_list li a {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #F2F2F2;
	padding: 15px 0;
}

.new_house_list li a .img {
	width: 25%;
}

.new_house_list li a .img img {
	width: 100%;
}

.new_house_list li a .text {
	width: 75%;
	padding-left: 15px;
}

.new_house_list li a .text h2 {
	font-size: 0.85rem;
	margin-top: 10px;
}

.new_house_list li a .text .area {
	color: #999999;
	margin: 10px 0;
}

.new_house_list li a .text .price {
	color: #ff3f2b;
}

/* 相册 */
.album-bg {
	position: fixed;
	top: 40px;
	width: 100%;
	height: calc(100vh - 40px);
	background: #121212;
	top: 46px;
	padding-top: 150px;
	max-width: 640px;
}

.album-bg .swiper-slide img {
	height: auto;
}
.album_hade {
	background: #121212;
	color: #FFFFFF;
	font-size: 0.9rem;
	box-shadow: inherit;
	border-bottom: 1px solid #282828;
}

.album_hade .iconfanhui {
	color: #FFFFFF;
}

.album-bg .tab {
	width: 100%;
	margin-top: 20px;
	display: flex;
	position: absolute;
	bottom: 0;
	font-size: 0.85rem;
	padding: 17px 0;
	background: #202020;
}

.album-bg .tab p {
	flex: 1;
	border-radius: 60px;
	padding: 5px 0;
	color: #5d5d5d;
	text-align: center;
}
.album-bg .tab p a{
	color:#5d5d5d;
}
.album-bg .tab p.current {
	color: #FFFFFF;
}
.album-bg .tab p.current a{
	color:#fff;
}
.album-bg .swiper-pagination-fraction {
	bottom: -30px;
	color: #FFFFFF;
	text-align: right !important;
	padding-right: 10px;
}

.album-bg .swiper-container {
	overflow: inherit !important;
}

/* 动态列表 */
.dynamic_list {
	margin-top: 66px;
	position: relative;
}

.dynamic_li {
	width: 100%;
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	padding-left: 30px;
	border-left: 1px solid #dbdddf;
}

.dynamic_li .icon {
	width: 8px;
	height: 8px;
	left: -4px;
	position: absolute;
	background: #dbdddf;
	top: 5px;
	border-radius: 50%;
}

.dynamic_li:nth-child(1) .icon {
	top: 0;
}

.dynamic_li:nth-last-child(1) {
	border: none;
}

.dynamic_li .text {
	width: 100%;
}

.dynamic_li .text .time {
	color: #999999;
	margin-bottom: 10px;
}

.dynamic_li .more {
	color: #007AFF;
	margin-top: 15px;
	font-size: 0.85rem;
}

.dynamic_list .icontop {
	width: 8px;
	height: 8px;
	position: absolute;
	background: #dbdddf;
	bottom: 0;
	left: 12px;
	border-radius: 50%;
}

.dynamic_list .more {
	position: absolute;
	left: 44px;
	bottom: -4px;
	color: #007AFF;
}

.house_detauls_swiper .gallery-top {
	height: 300px;
	width: 100%;
}

.house_detauls_swiper .gallery-thumbs {
	height: 30px;
	box-sizing: border-box;
	padding: 10px 0;
}

.house_detauls_container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-thumbs .swiper-slide1 {
	background: #FFFFFF;
	height: 28px;
	position: relative;
	font-size: 0.77rem;
	overflow: hidden;
	border-radius: 60px;
	line-height: 28px;
	margin-right: 10px !important;
	width: 51px !important;
	display:inline-block;
}
.house-thumbs .swiper-wrapper{
	display:block;
}
.gallery-thumbs .swiper-slide1 .active {
	background: #3f83ff;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.house_Swiper {
	position: relative;
	height: 300px;
	max-width: 640px;
	margin: 0 auto;
}

.house-thumbs {
	text-align: center;
	position: absolute;
	width: 190px;
	bottom: 15px;
	left: 50%;
	margin-left:-90px;
}

.house-thumbs .gallery-thumbs .swiper-slide {}

.house-thumbs-num {
	height: 28px;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius: 60px;
	line-height: 28px;
	z-index: 93;
}

.house_info {
	margin-top:10px;
	background: #FFFFFF;
	width: 100%;
	padding-bottom: 20px;
	z-index: 88;
	color: #757988;
	padding: 20px;

	max-width: 640px;
	border-radius: 10px;

	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .11);
}

.house_info h2 {
	font-size: 1rem;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}

.house_info h2 span {
	color: #FFFFFF;
	font-weight: normal;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 0.8rem;
	margin-left: 5px;
	background: #3d82ff;
}

.house_info .price {
	width: 100%;
	display: flex;
	white-space: nowrap;
}

.house_info .price p {
	flex: 1;
	color: #757988;
	line-height: 21px;
}

.house_info .price p:nth-child(2) {
	padding-top: 3px;
}

.house_info .price p .p {
	font-size: 1rem;
	margin: 0 5px;
	color: #ff3f2b;
}

.house_info .price p .make {
	color: #4184ff;
	margin-left: 5px;
	text-decoration: underline;
}

.house_info .laber {
	margin-top: 15px;
}

.house_info .laber span {
	padding: 5px 8px;
	margin-right: 4px;
	background: #ecf1fb;
	color: #949eb4;
	display:inline-block;
	margin-bottom:5px;
	border-radius:2px;
}

.house_info .calculator {
	margin-top: 15px;
	padding-bottom: 10px;
	color: #757988;
	line-height: 35px;
	border-bottom: 1px solid #F2F2F2;
}

.house_info .calculator i {
	float: left;
	margin-right: 5px;
	color: #4184ff;
	font-size: 1.3rem;
}

.house_info .opent {
	line-height: 40px;
}

.house_info .address {
	position: relative;
	padding-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.house_info .address i {
	font-size: 14px;
	top: 0;
	z-index: 99;
	position: absolute;
	right: 0;
}

.house_info .more {
	width: 100%;
	height: 45px;
	font-size: 0.85rem;
	text-align: center;
	line-height: 45px;
	margin-top: 15px;
	background: #f5f8ff;
	color: #4184ff;
	display: inline-block;
}

.house_info .tips {
	padding-top: 20px;
	width: 100%;
	display: flex;
}

.house_info .tips p {
	flex: 1;
	color: #333333;
	font-size: 0.85rem;
	text-align: center;
}

.house_info .tips p i {
	margin-right: 5px;
	color: #c13838;
}

.preferential {
	background: #FFFFFF;
	border-radius: 10px;
	border-radius: 15px;
	overflow: hidden;
	padding-bottom: 20px;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .11);
}
.preferential h2 {
	line-height: 50px;
	background: #ff6b1a;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.9rem;
	padding: 0 10px;
}
.preferential_top{
	padding: 10px 0;
	max-width: 640px;
}
.preferential .text {
	padding: 15px;
	color: #e9381c;
}

.preferential .text img {
	width: 55px;
	height: 55px;
	margin-right: 5px;
	float: left;
}

.preferential .text h3 {
	margin-bottom: 5px;
}

.preferential .btn {
	text-align: center;
	margin-top: 10px;
}

.preferential .btn div {
	line-height: 40px;
	width: 120px;
	background: #ff6b1a;
	color: #FFFFFF;
	font-size: 0.9rem;
	display: inline-block;
	border-radius: 60px;
}
.borderb8{border-bottom: 8px solid #F2F2F2;}
.bordert8{border-top:8px solid #f2f2f2;}
.information {
	max-width: 640px;
}

.house_pub_tit {
	font-size: 1rem;
	line-height: 60px;
	font-weight: bold;
}

.information_li {
	background: url(../img/yh.png);
	height: 60px;
	font-size: 0.75rem;
	margin-bottom: 10px;
	color: #ef2527;
	width: 100%;
	line-height: 60px;
	background-size: 100% 100%;
}

.information_li img {
	width: 22px;
	margin-right: 10px;
	margin-top: 20px;
	margin-left: 20px;
	height: 20px;
}

.information_li span {
	padding: 0 8px;
	background: #ff5a5c;
	color: #FFFFFF;
	height: 30px;
	margin-top: 15px;
	margin-right: 15px;
	line-height: 30px;
	display: inline-block;
	float: right;
}

.house_pub_tit a {
	font-size: 0.8rem;
	float: right;
	color: #666666;
	font-weight: normal;
}

.house_pub_tit a i {
	font-size: 14px;
}

.new_dynamic_list {
	margin-top: 0;
}

.new_dynamic_list .btn {
	width: 100%;
	position: absolute;
	text-align: center;
}

.new_dynamic_list .btn a {
	line-height: 40px;
	width: 180px;
	background: #5491ff;
	color: #FFFFFF;
	font-size: 0.9rem;
	display: inline-block;
	border-radius: 60px;
}

.pub_line {
	width: 100%;
	padding-bottom: 60px;
	border-bottom: 8px solid #F2F2F2;
}

#house_type {
	overflow: hidden;
}

#house_type .swiper-slide img {
	width: auto;
	max-width:100%;
	max-height:130px;
}

#house_type .swiper-slide h2 {
	font-size: 0.9rem;
	font-weight: normal;
	position: relative;
	margin: 7px 0;
}

#house_type .swiper-slide .area {
	color: #999999;
	margin: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#house_type .swiper-slide .price {
	color: #ff3f2b;
}

#house_type .more {
	text-align: center;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #F2F2F2;
}

#house_type .more a {
	font-size: 0.85rem;
	line-height: 45px;
	height: 45px;
	display: inline-block;
	width: 120px;
	margin-right: 15px;
	background: #f5f8ff;
	color: #4184ff;
}

#house_type .more a:nth-child(2) {
	margin-right: 0;
}

.type_line {
	padding-bottom: 20px;
	border-bottom: 8px solid #F2F2F2;
}
.type_line .swiper-slide{
	/*width:33.33%;*/
}
.type_line .pic-box{
	width:100%;
	height:160px;
	border:1px solid #f2f2f2;
	display:flex;
	align-items: center;
	padding:1px;
}
.type_line .pic-box img{
	max-width:100%;
	max-height:100%;
	margin:0 auto;
}
.house_home p {
	color: #757988;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

#house_type .swiper-slide h2 img {
	width: 21px;
	height: 21px !important;
	position: absolute;
	padding: 5px;
	top: 0px;
	right: 0;
	border-radius: 50%;
	border: 1px solid #4c8bff;
}

#house_type .swiper-slide h2 a:nth-child(1) img {
	right: 30px;
}
#house_type .swiper-slide h2 a:nth-child(2) img {
	right: 30px;
}
#house_type .house_home {
	border: 1px solid #F2F2F2;
	overflow: hidden;
}
#house_type .house_home > a{display: block;text-align: center;}
#house_type .house_home div {
	padding: 0 5px 10px 5px;
}

#main {
	margin-top: -45px;
}

.house_map img {
/*	width: 100%;
	height: 100%;*/
}

#map .tdt-label {
    border: none;
    background: none;
}
#map .tdt-bottom img {
	vertical-align: baseline;
}

#map_tab {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 88;
}

.house_map {
	position: relative;
}

.map_icon {
	width: 100px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	background: url(../img/map-iocn.png);
	background-size: 100% 100%;
}
.info_map_icon {
	width: 110px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	background: url(../img/map-iocn.png);
	background-size: 100% 100%;
	padding:0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.house_map ul li img {
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
}

.house_map ul {
	width: 100%;
	display: flex;
}

.house_map ul li {
	flex: 1;
	padding: 15px 0;
	text-align: center;
}
.house_map ul li.active p{
	color:#ff3f2b;
}
.house_map a {
	width: 100%;
	text-align: center;
	line-height: 45px;
	background: #f5f8ff;
	font-size: 0.85rem;
	color: #4184ff;
	display: inline-block;
}

.house_map_img {
	position: relative;
	height: 230px;
}
.house_map_img #map{
	height:230px;
    z-index: 88;
}
.ask_list li {
	width: 100%;
	padding: 15px 0;
	display: inline-block;
	border-bottom: 1px solid #F2F2F2;
}

.ask_list li h2 {
	font-size: 0.85rem;
	line-height: 20px;
}

.ask_list li h2 i {
	color: rgb(78, 159, 239);
	float: left;
	font-size: 1.3rem;
	margin-right: 10px;
}

.ask_list li p {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	color: #757988;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-left: 32.8px;
}

.ask_wrap .btn {
	text-align: center;
	margin-top: 20px;
}

.ask_wrap .btn a {
	line-height: 40px;
	width: 160px;
	background: #ff6b1a;
	color: #FFFFFF;
	font-size: 0.9rem;
	display: inline-block;
	border-radius: 60px;
}

.ask_wrap .btn a i {
	margin-right: 5px;
}

.house_Swiper .swiper-slide {
	position: relative;
	background-size:cover;
	background-repeat: no-repeat;
}

.house_Swiper .swiper-slide .video {
	width: 50px;
	height: 50px;
	background: url(../img/video.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	background-size: 100%;
}

.house_Swiper .swiper-slide .VR {
	width: 50px;
	height: 50px;
	background: url(../img/vR.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	background-size: 100%;
}

/* 右边菜单栏 */
.right_nav {
	padding-top: 50px;
}

.right_nav li {
	padding: 0 30px;
	margin-bottom: 30px;
	font-size: 0.85rem;
}

.right_nav li img {
	width: 19px;
	margin-right: 8px;
}

/* 帮我找房 */
.find_bg_top {
	width: 100%;
	margin-top: 46px;
	height: 130px;
	background: url(../img/find-bg.jpg);
	background-size: 100% 100%;
}

.from {
	padding: 0 40px;
}

.from p {
	font-size: 14px;
	line-height: 23px;
	color: #999999;
	margin: 0;
	padding: 0;
}

.from .drop_down i {
	top: 0px;
	right: 20px !important;
	color: #ff3f13 !important;
}

.from .drop_down p {
	font-size: 12px !important;
}

.from .drop_down h2 {
	font-size: 12px !important;
	font-weight: normal;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #F2F2F2;
}

.from .drop_down {
	display: none;
}

.from .li_select i {
	position: absolute;
	right: 11px;
	font-weight: 800;
	top: 12px;
	font-size: 13px;
	color: #898989;
	display: inline-block;
}

.from .drop_down::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #cecece;
}

/*定义滚动条轨道 内阴影+圆角*/
.from .drop_down::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #FFFFFF;
	border-radius: 10px;
	background-color: #cecece;
}

/*定义滑块 内阴影+圆角*/
.from .drop_down::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #cecece;
}

.from .drop_down {
	width: 100%;
	position: absolute;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .11);
	top: 45px;
	z-index: 999;
	max-height: 180px;
	overflow-y: auto;
	padding: 0 15px;
	box-sizing: border-box;
	background: #FFFFFF;
}

.from .drop_down div {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #F2F2F2;
}

.from .modal .li {
	margin-top: 15px;
	border: 1px solid #F2F2F2;
	height: 45px;
	padding: 0 10px;

}

.from .li_select {
	position: relative;
}

.from input,
.from .select_info,
.from select {
	width: 100%;
	position: relative;
	border: none;
	padding-left: 10px;
	box-sizing: border-box;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	margin-bottom: 15px;
	color: #898989;
	border: 1px solid #F2F2F2;
}

.from .button {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #5491ff;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 30px;
	font-size: 15px;
}

/* 查房价 */
.house_price_top {
	margin-top: 66px;
}

.switch-box {
	width: 52px;
	float: right;
	display: inline-block;
}

.switch-box .switch {
	display: none;
}

.switch-box label {
	position: relative;
	display: block;
	padding: 1px;
	position: relative;
	border-radius: 24px;
	height: 25px;
	background-color: #eee;
	cursor: pointer;
	vertical-align: top;
	-webkit-user-select: none;
}

.switch-box label span {
	position: absolute;
	top: 5px;
	left: 8px;
	color: #FFFFFF;
}

.switch-box label p {
	position: absolute;
	top: 5px;
	right: 8px;
	color: #FFFFFF;
}

.pub_hide {
	overflow: hidden;
	float: left;
}

.switch-box label:before {
	content: '';
	display: block;
	border-radius: 24px;
	height: 25px;
	background-color: #1bbd3d;
	-webkit-transform: scale(1, 1);
	-webkit-transition: all 0.3s ease;
}

.switch-box label:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -12px;
	width: 23px;
	height: 23px;
	border-radius: 25px;
	background-color: white;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateX(-9px);
	-webkit-transition: all 0.3s ease;
}

.switch-box .switch:checked~label:after {
	-webkit-transform: translateX(9px);
}

.switch-box .switch:checked~label:before {
	background-color: #1bbd3d;
}

.switch_fall {
	text-align: right;
	padding-bottom: 20px;
	height: 22px;
	border-bottom: 1px solid #F2F2F2;
}

.switch_fall .icon-jiantou {
	transform: rotate(90deg);
	color: #1bbd3d;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 10px;
	display: inline-block;
}

.switch_rise {
	text-align: right;
	padding: 20px 0;
	width: 100%;
	display: inline-block;
}

.switch_rise .switch-box .switch:checked~label:before {
	background-color: #f61928;
}

.switch_rise h2 {
	float: left;
	font-size: 1rem;
}

.ranking li {
	width: 100%;
	display: inline-block;
	padding: 20px 0;
	border-bottom: 1px solid #F2F2F2;
}

.ranking li .index {
	width: 22px;
	height: 22px;
	margin-right: 20px;
	float: left;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
	background: #d4d4d4;
	color: #FFFFFF;
}

.ranking li:nth-child(1) .index {
	background: #ff3f13;
}

.ranking li:nth-child(2) .index {
	background: #ff3f13;
}

.ranking li:nth-child(3) .index {
	background: #ff3f13;
}

.ranking li .info {
	width: calc(100% - 150px);
	float: left;
}

.ranking li .price {
	width: 100px;
	float: left;
	text-align: right;
}

.ranking li h2 {
	font-size: 0.9rem;
	font-weight: normal;
}

.ranking li p {
	margin-top: 10px;
	color: #666666;
}

.ranking li .color {
	color: #ff3f13;
}
.ranking li .color.green{
	color:#1bbd3d;
}
.ranking li .price i {
	display: inline-block;
	font-size: 14px;
	color: #ff3f13;
}
.ranking li .price .green i{
	color:#1bbd3d;
}
/* 查预售证 */
.presale_bg {
	width: 100%;
	position: relative;
	min-height: 160px;
	max-height: 200px;
	max-width: 640px;
	margin: 46px auto 0 auto;
	margin-top: 46px;
	background: url(../img/presale-bg.jpg);
	background-size: 100% 100%;
}

@media screen and (min-width: 640px) {
	.presale_bg {
		height: 250px;
	}
}

.presale_bg .input {
	width: 80%;
	position: absolute;
	bottom: 30px;
	display: flex;
	left: 10%;
	height: 40px;
	background: #FFFFFF;
}

.presale_bg .input input {
	width: 87%;
	height: 40px;
	border: none;
}

.presale_bg .input i {
	font-size: 1.4rem;
	color: #5491ff;
	text-align: center;
	width: 13%;
	line-height: 40px;
	height: 40px;
}

/* 新房预售 */
.presale_list {
	max-width: 640px;
	margin: 0 auto;
}

.presale_list li {
	padding: 15px;
	margin-top: 15px;
	border-bottom: 8px solid #F2F2F2;
}

/* .presale_list li:nth-last-child(1){
	border: none;
} */

.presale_list li .top {
	padding-bottom: 20px;
	border-bottom: 1px solid #F2F2F2;
}

.presale_list li .top h2 {
	font-weight: normal;
	font-size: 0.9rem;
	line-height: 30px;
}

.presale_list li .top h2 span {
	padding: 0 10px;
	float: right;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background: #5491ff;
	color: #FFFFFF;
	font-size: 0.85rem;
}

.presale_list li .top .house_title {
	margin: 10px 0;
	color: #666666;
}

.presale_list li .top .company {
	color: #999999;
}

.presale_list li .bottom {
	width: 100%;
	display: flex;
}

.presale_list li .bottom div {
	flex: 1;
	padding: 20px 0;
	text-align: center;
}

.presale_list li .bottom div span {
	font-size: 1rem;
	margin-right: 3px;
}

.presale_list li .bottom div .color {
	color: #ff3f2b;
}

.presale_list li .bottom div p {
	color: #999999;
}

/*  新房预售详情*/
.presale_bg_b {
	background: url(../img/presale-bg-d.jpg);
	background-size: 100% 100%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 45px;
}

.presale_bg_b h2 {
	font-weight: normal;
	font-size: 1rem;
	margin-bottom: 10px;
}

.presale_list_b li {
	padding: 0;
}

.presale_h2 {
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px solid #F2F2F2;
}

.presale_list_b li .top {
	border: none;
}

.presale_list_notice {
	background: #fcf7f6;
	color: #ff3f2b;
	padding: 15px 0;
	text-align: center;
}

.presale_list_text {
	color: #666666;
	margin-bottom: 15px;
	padding: 20px 10px;
	width: 100%;
	border: 1px solid #F2F2F2;
	display: inline-block;
	line-height: 25px;
}

.presale_list_address i {
	color: #ff3f2b;
	margin-right: 5px;
}

/* 热门城市 */
.city_h2_top {
	margin-top: 86px;
}

.city_h2 {
	font-size: 0.9rem;
}

.city_h2 span {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	float: left;
	display: inline-block;
	background: url(../img/hot.png);
	background-size: 100% 100%;
}

.city_list li {
	width: 25%;
	float: left;
	margin-top: 15px;
	text-align: center;
}

.city_list li a {
	width: 90%;
	height: 33px;
	line-height: 33px;
	display: inline-block;
	background: #f7f7f7;
	color: #666666;
}

.all_city {
	margin-top: 50px;
	width: 100%;
	display: inline-block;
}

/* 搜索 */
.layer_search_input {
	width: 100%;
	margin-top: 86px;
}

.layer_search_input {
	width: 100%;
	position: relative;
}

.layer_search_input input {
	width: 83%;
	background: #f8f8f8;
	height: 40px;
	padding-left: 45px;
	border: none;
}

.layer_search_input i {
	font-size: 1.5rem;
	position: absolute;
	left: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 40px;
}

.layer_search_input span {
	width: 10%;
	font-size: 0.85rem;
	display: inline-block;
	text-align: center;
}

.layer_search_h2 {
	font-size: 0.9rem;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: normal;
}

.layer_search_list li {
	float: left;
}

.layer_search_list li a {
	padding: 5px 8px;
	background: #f7f7f7;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
	color: #666666;
	border-radius: 60px;
}

/* 地图找房 */
.map_look_h {
	height: calc(100vh - 48px);
	max-width: 640px;
	margin: 48px auto 0;
}
.map_look_h #map{
	width:100%;
	height:100%;
}
.map_look_h img {
	/*width: 100%;
	height: 100%;*/
}

.map_look_icon {
	width: 80px;
	position: absolute;
	height: 80px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 50%;
	z-index: 99;
	box-shadow: 0 3px 13px 0 #3a80fe;
	background-image: linear-gradient(#528ffe, #3a80fe);
}

.map_look_icon h2 {
	margin-top: 15px;
	font-size: 0.85rem;
	font-weight: normal;
	margin-bottom: 3px;
}

.map_look_h .current {
	background-image: linear-gradient(#fe8135, #fe8134);
	box-shadow: 0 3px 13px 0 #fe8134;
}

.map_look_h .map_house {
	width: 130px;
	color: #FFFFFF;
	text-align: center;
	height: 60px;
	background: url(../img/map-icon.png);
	background-size: 100% 100%;
	position: absolute;
	z-index: 99;
}

.map_look_h .map_house h2 {
	margin-top: 5px;
	font-size: 0.85rem;
	font-weight: normal;
}

.map_look_h .map_house p {
	font-size: 0.75rem;
}

.map_look_h .map_house_a {
	background: url(../img/map-icon-a.png);
	background-size: 100% 100%;
}

.house_footer1 {
	z-index: 999;
}

.map_info .map_info_icon {
	text-align: center;
	line-height: 50px;
}

.map_info .map_info_icon i {
	font-size: 1.3rem;
}

.map_info .map_info_text h2 .right {
	float: right;
	color: #ff3f13;
}

.map_info .map_info_text h2 {
	font-size: 1rem;
	font-weight: normal;
}

.map_info .laber {
	margin: 20px 0;
}

.map_info .laber span {
	padding: 5px 8px;
	background: #ecf1fb;
	color: #949eb4;
	margin-right: 10px;
}

.map_info .address {
	color: #757988;
}

/* 购房资质查询 */
.query_top {
	padding: 150px 30px 0 30px;
	max-width: 640px;
	margin: 0 auto;
}

.query_top h2 {
	font-size: 1.2rem;
	font-weight: normal;
}

.query_top p {
	color: #999999;
	margin-top: 5px;
}

.query_top .address {
	line-height: 70px;
	border-bottom: 1px solid #F2F2F2;
}

.query_top .address div {
	float: right;
	color: #5491ff;
}

.query_top .btn {
	width: 100%;
	height: 45px;
	font-size: 0.9rem;
	line-height: 45px;
	display: inline-block;
	text-align: center;
	margin-top: 60px;
	color: #FFFFFF;
	background: #5491ff;
}

.query_select_li {
	height: 30px;
	margin-top: 20px;
	line-height: 30px;
}

.query_select_li span {
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 7.5px;
	margin-right: 5px;
	background: url(../img/radio-bg.png);
	background-size: 100% 100%;
	display: inline-block;
}

.query_select_li_a {
	background: url(../img/radio-bg-action.png) !important;
	background-size: 100% 100% !important;
}

.query_select_li p {
	margin-top: 0;
	color: #333333;
	font-size: 0.85rem;
}

.query_select {
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 20px;
}

.query_f {
	line-height: 60px;
	display: inline-block;
	color: #999999;
}

.query_f i {
	font-size: 14px;
	float: left;
	margin-right: 5px;
}

.query_one,
.query_two,
.query_three,
.queryresult {
	display: none;
}

.query_result {
	width: 100%;
	text-align: center;
}

.query_result span {
	width: 184px;
	height: 150px;
	display: inline-block;
}

.query_result .result {
	background: url(../img/result.png);
	background-size: 100% 100%;
}

.query_result .result1 {
	background: url(../img/result1.png);
	background-size: 100% 100%;
}

.query_result p {
	color: #333333;
	font-size: 1rem;
}

.query_result .btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 60px;
	margin-top: 30px;
	background: none;
	color: #3b80ff;
	border: 1px solid #3b80ff;
	font-size: 1rem;
}

/* 户型详情 */
.house_type_d_t .li {
	padding: 8px 0;
	width: 128px;
	text-align: center;
	border: 1px solid #F2F2F2;
	float: left;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.house_type_d_t {
	overflow-y: auto;
}

.house_type_d_slider .current {
	background: #007AFF;
	color: #FFFFFF;
}

.house_t_d_img {
	text-align: center;
	background: #F2F2F2;
	width: 100%;
	margin-top: 30px;
	padding: 30px;
}

.house_t_d_img img {
	width: 80%;
	display: inline-block;
}

.house_d_h2 {
	line-height: 60px;
	font-size: 0.9rem;
	border-bottom: 1px solid #F2F2F2;
}

.house_d_h2 span {
	height: 30px;
	padding: 0 5px;
	font-size: 0.8rem;
	margin-left: 5px;
	color: #377eff;
	background: #f2f7ff;
}

.house_d_price {
	width: 100%;
	display: flex;
}

.house_d_price div {
	flex: 1;
	padding: 30px 0;
	border-bottom: 1px solid #F2F2F2;
	text-align: center;
}

.house_d_price div h2 {
	font-size: 0.80rem;
	color: #ff3f13;
	font-weight: normal;
}

.house_d_price div span {
	font-size: 1rem;
	margin-right: 4px;
	color: #ff3f13;
}

.house_d_price div p {
	color: #999999;
}

.house_d_text p {
	margin-top: 15px;
	color: #999999;
}

.house_d_text p span {
	margin-left: 10px;
	color: #333333;
}

.house_boder {
	padding-bottom: 20px;
	border-bottom: 8px solid #F2F2F2;
}

.analysis_h2 {
	line-height: 50px;
	color: #999999;
	font-size: 0.85rem;
}

.analysis p {
	line-height: 25px;
}

/* 基本信息 */
.info_top {
	margin-top: 46px;
}

.info_top_h2 {
	line-height: 50px;
	font-size: 0.9rem;
}

.info_li .p {
	color: #999999;
	height: 35px;
	line-height: 35px;
}

.info_li .p span {
	color: #333333;
	float: right;
	width: calc(100% - 70px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.info_li {
	padding-bottom: 20px;
	border-bottom: 8px solid #F2F2F2;
}

.info_li p {
	line-height: 25px;
}

/* 特价房 */
.price_h_bg {
	width: 100%;
	margin-top: 46px;
	height: 150px;
	background: url(../img/tj.jpg);
	background-size: 100% 100%;
}

.price_time .bg {
	background: #d9dbe2;
	padding: 3px 5px;
	margin: 0 5px;
	color: #4b536e;
}

.price_time {
	margin-top: 15px;
	width: 100%;
	display: inline-block;
}

.price_time .color {
	color: #4b536e;
}

/* 全部问答 */
.all_nav {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #F2F2F2;
	line-height: 50px;
	max-width: 640px;
	margin: 64px auto 0;
}

.all_nav a {
	flex: 1;
	position: relative;
	text-align: center;
	height: 50px;
}

.all_nav a.current {
	color: #377eff;
}

.all_nav a.current span {
	width: 20px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	background: #377eff;
}

.ask_num {
	margin-top: 15px;
}

.ask_num div {
	margin-left: 32.8px;
	width: 70px;
	float: left;
	padding: 5px 0;
	color: rgb(78, 159, 239);
	text-align: center;
	background: #f5f5f5;
}

.ask_num div p {
	padding-left: 0;
	margin-top: 0;
	color: #999999;
}

.ask_num span {
	float: right;
	line-height: 51px;
	color: #999999;
}

.i_ask {
	width: 94%;
	left: 3%;
	max-width: 640px;
	line-height: 40px;
	/*background: linear-gradient(to right, #ff7252, #ff451a);*/
	background: rgb(78, 159, 239);
	color: #FFFFFF;
	position: fixed;
	bottom: 10px;
	border-radius: 5px;
	font-size: 0.9rem;
	z-index: 99;
	text-align: center;
	line-height: 40px;
}

.i_ask i {
	margin-right: 5px;
}

/* 我要提问 */

 .layui-layer {
    border-radius: 5px !important;
}

.i_ask_h2 {
	margin-top: 50px;
	font-size: 0.9rem;
	margin-bottom: 15px;
}

.i_ask_box p {
	margin: 15px auto;
	font-size: 12px;
	color: #ccc;
}

.i_ask_box textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #F2F2F2;
}

.i_ask_box select {
	width: 100%;
	padding: 0 10px;
	margin-top: 15px;
	height: 40px;
	background: #fafafa;
	color: #666666;
	border: 1px solid #F2F2F2;
}

.i_ask_box {
	padding: 0 30px;
}

.i_ask_box .btn {
	width: 100%;
	height: 40px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 0.9rem;
	line-height: 40px;
	/*background: linear-gradient(to right, #ff7252, #ff451a);*/
	background: #007aff;
}

.btn {
	border-radius: 5px;
}

/* 问答详情 */
.ask_d_top {
	margin-top: 76px;
	font-size: 0.9rem;
	padding-bottom: 20px;
	line-height: 25px;
	border-bottom: 8px solid #F2F2F2;
	font-weight: 700;
}
.ask_d_top i{
	color: #ff3f2b;
	float: left;
	font-size: 1.3rem;
	margin-right: 10px;
}
.ask_d_top p {
	font-size: 0.8rem;
	color: #999999;
	margin-top: 10px;
	font-weight: normal;
}

.ask_h2 {
	line-height: 50px;
	font-size: 0.9rem;
	border-bottom: 1px solid #F2F2F2;
}

.ask_h2 span {
	color: #ff451a;
	margin-right: 3px;
}

.ask_d_list li {
	width: 100%;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #F2F2F2;
}

.ask_d_list li .left {
	width: 45px;
}

.ask_d_list li .left img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.ask_d_list li .right {
	padding: 0 20px;
	width: calc(100% - 45px);
}

.ask_d_list li .right h2 {
	font-size: 0.85rem;
	margin-bottom: 5px;
	color: #666666;
	font-weight: normal;
}

.ask_d_list li .right .text {
	line-height: 23px;
	margin-bottom: 10px;
}

.ask_d_list li .right .time {
	color: #999999;
}

.ask_d_list li .right .time span {
	float: right;
	margin-left: 10px;
}

.ask_d_list li .right .time span i {
	color: #ff451a;
	margin-right: 3px;
}

.xuan {
	-webkit-transform: rotate(180deg);
	display: inline-block;
}

.ask_d_btn {
	background: linear-gradient(to right, #528ffe, #3a80fe) !important;
}

/* 我要回答 */
.i_answer {
	margin-top: 86px
}

.i_answer .i_ask_h2 {
	margin-top: 30px;
}

.i_answer h2 i {
	color: #ff451a;
	font-size: 1.3rem;
	position: absolute;
	left: 0;
	top: -2px;
}

.i_answer h2 {
	padding-left: 30px;
	position: relative;
	line-height: 23px;
}

.housekeeper_list {
	margin-top: 46px;
	max-width: 640px;
	margin: 46px auto 0;
}

.housekeeper_list .house_home {
	border: none !important;
	padding: 15px;
	border-bottom: 8px solid #F2F2F2 !important;
}

.housekeeper_list .house_home:nth-last-child(1) {
	border-bottom: none !important
}

.housekeeper_list .house_home a {
	display: inline-block;
}

.housekeeper_list .housekeeper_li {
	width: calc(100% - 100px);
	float: right;
	margin: 0 !important;
	padding: 0 !important;
}

.housekeeper_list .housekeeper_li p {
	line-height: 25px;
}

.housekeeper_list .img {
	width: 100px;
	float: left;
	padding-left: 0 !important;
	overflow: hidden;
}

.housekeeper_list .img img {
	margin-bottom: 0 !important;
}

.housekeeper_num {
	text-align: center;
	width: 100%;
	background: #f6f7f9;
	margin-top: 15px;
	display: flex;
	color: #ff3f13;
}

.housekeeper_num p {
	color: #666666;
}

.housekeeper_num div {
	flex: 1;
	padding: 0;
	padding-top: 15px !important;
}

/* 置业管家详情 */
.ownership_bg {
	background: url(../img/gj.jpg);
	background-size: 100% 100%;
	height: 180px;
	position: relative;
	padding-top: 30px;
	max-width: 640px;
	margin: 48px auto 0;
}

.ownership_bg img {
	width: 100px;
	float: left;
}

.ownership_bg .text {
	width: calc(100% - 100px);
	float: left;
	padding-left: 10px;
	color: #FFFFFF;
}

.ownership_bg .text h2 {
	font-size: 1rem;
	font-weight: normal;
}

.ownership_bg .text p {
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ownership_bg .text p span {
	padding: 3px 5px;
	display: inline-block;
	margin-right:4px;
}

.ownership_bg .text p .co1 {
	background: #ffddd6;
	color: #db6046;
}

.ownership_bg .text p .co2 {
	background: #ffecd3;
	color: #f39110;
}

.ownership_bg .text p .co3 {
	background: #e3eeff;
	color: #619fff;
}

.ownership_bg .text p .co4 {
	background: #dcfce2;
	color: #58b369;
}

.ownership_bg .text p .co5 {
	background: #edeeff;
	color: #6a6fd4;
}
.ownership_bg .text p span:nth-child(1) {
	background: #ffddd6;
	color: #db6046;
}

.ownership_bg .text p span:nth-child(2) {
	background: #ffecd3;
	color: #f39110;
}

.ownership_bg .text p span:nth-child(3) {
	background: #e3eeff;
	color: #619fff;
}

.ownership_bg .text p span:nth-child(4) {
	background: #dcfce2;
	color: #58b369;
}

.ownership_bg .text p span:nth-child(5) {
	background: #edeeff;
	color: #6a6fd4;
}
.ownership_bg .text .phone a {
	width: 30px;
	margin-top: 15px;
	height: 30px;
	display: inline-block;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	margin-right: 10px;
}

.ownership_bg .text .phone .bg1 {
	background: url(../img/gj1.png);
	background-size: 100% 100%;
}

.ownership_bg .text .phone .bg2 {
	background: url(../img/gj2.png);
	background-size: 100% 100%;
}

.ownership_bg_num {
	width: 92%;
	height: 80px;
	background: #FFFFFF;
	position: absolute;
	left: 4%;
	display: flex;
	bottom: -50px;
	box-shadow: 0px 6px 6px -6px #CCCCCC;
}

.ownership_bg_num div {
	flex: 1;
	padding-top: 20px;
	text-align: center;
	color: #666666;
}

.ownership_bg_num div p {
	color: #ff3f13;
	font-size: 1rem;
}

.ownership_tit {
	width: 100%;
	font-size: 0.9rem;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 700;
}

.ownership_info:nth-last-child(1) {
	border: none;
	padding-bottom: 0;
}

.mar_top {
	margin-top: 80px;
}

.ownership_info {
	line-height: 25px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F2F2F2;
}

.house_boder_t {
	border-top: 8px solid #F2F2F2;
}

/* 新闻详情 */
.news_tit {
	margin-top: 76px;
	font-size: 0.9rem;
	line-height: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F2F2F2;
}

.news_tit p {
	color: #999999;
	margin-top: 10px;
}

.news_tit p span {
	margin-right: 30px;
	font-size: 0.80rem;
}

.news_details {
	margin-top: 20px;
	line-height: 25px;
}

.news_details img {
	max-width: 100% !important;
}

.news_page {
	margin-top: 20px;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 10px;
	border-top: 1px solid #F2F2F2;
}
.news_page p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
	color: #666666;
}
.news_page a {
	color: #666666;
}

.reading_list li {
	width: 100%;
	line-height: 30px;
	position:relative;
	padding-right:84px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.reading_list li span {
	float: right;
	font-size: 0.8rem;
	color: #999999;
	position: absolute;
	right:0;
}

/* 视频看房 */
#video {
	width: 100%;
	height: 300px;
	position: absolute;
	top: 50%;
	max-width: 640px;
	margin-top: -150px;
	object-fit: fill;
}
.icon-down{
	transform:rotate(180deg) !important;
	display: inline-block !important;
}
.icon-chiping {
    transform: rotate(90deg) !important;
    display: inline-block !important;
}
.green .price_color{
	color:#1bbd3d;
}
.price_color.icon-down{
	color:#1bbd3d;
}

.page {
	width: 100%;
	margin-top: 10px;
	margin-bottom:10px;
	display: inline-block;
	text-align:center;
}
.page li{display:inline-block;}
.page a,.page span {
	padding: 2px 6px;
	margin-right: 5px;
	display: inline-block;
	background: #f5f5f5;
}
.page .active span,.page .disabled span{
	background: #2e3349;
	color: #FFFFFF;
}
.page .disabled{
	cursor: not-allowed;
}
.page a.current {
	background: #2e3349;
	color: #FFFFFF;
}
.copy-right{
	font-size:12px;
	text-align:center;
	padding-top:10px;
}
.bg-gray{
	height:10px;
	background-color: #f2f2f2;
}
.tag-list{font-size:0;}
.tag-list li{display:inline-block;margin:1%;font-size:12px;padding:5px;border-radius:5px;background-color: #EFEFEF;}
.tag-list li a{color:#666;}
.relation-list{border-top:8px solid #F2F2F2;max-width:640px;}
.relation-list>h2{padding:0 15px;line-height: 40px;border-bottom:1px solid #f2f2f2;}
.relation-list .ask_list{padding:0 15px;}

.tag-lists dl{border-bottom:1px solid #f2f2f2;}
.tag-lists dl dt{font-size:14px;font-weight: 700;margin-bottom:10px;margin-top:15px;}
.tag-lists dl dd{font-size:14px;min-height:40px;}
.tag-lists dl dd label{padding:2px 10px;background-color: #f2f2f2;border-radius:3px;margin-right:10px;}
.tag-lists dl dd a{margin-right:10px;margin-bottom:20px;display:inline-block;}

.search-box{width:83%;display:none;background-color:#fff;max-height:200px;overflow: auto;border:1px solid #f2f2f2;padding:10px;box-sizing: border-box;position:absolute;top:40px;}
.search-box li{height:35px;line-height: 35px;}
.search-box li em{float:right;color:#ff3f13;}
.house-history#house_type .swiper-slide img{height:86px;}
.house-history#house_type .swiper-slide p em{float:right;color:#ff3f13;}
#house_type .swiper-slide h2{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.house-history#house_type .swiper-slide p span{display:inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width:42%;}
.house-lists{padding:0;padding-top:20px;position:fixed;top:46px;background-color: #fff;width:100%;z-index:90;}
.detail-telphone{padding:10px 0 10px 10px;position:relative;box-shadow: 0 3px 13px 0 #ccc;  border-radius: 10px;  box-sizing: border-box;  width: 100%;  margin: 20px auto 0;}
.detail-telphone h2{font-size:1.5rem;color:#ff6b1a;}
.detail-telphone h2 a{color:#ff6b1a;}
.detail-telphone p{font-size:.8rem;color:#9C9C9E;margin-top:5px;}
.detail-telphone .phone{position:absolute;display:inline-block;right:10px;top:10px;font-size:40px;color:#ff6b1a;}
.knowledge-lists dl{margin-bottom:10px;border-bottom:1px solid #f2f2f2;}
.knowledge-lists dl dt{font-size:16px;line-height: 30px;color:#333;font-weight: 600;}
.knowledge-lists dl dd{line-height: 22px;padding-bottom:8px;}
.knowledge-h1{font-size:14px;line-height: 40px;white-space: nowrap;}
.knowledge-h1 span{color:#ff0000;}
.relation-key h2{margin-bottom:5px;}
.relation-key a,.keyword a{margin-right:10px;}
.knowledge-detail p{text-indent: 2em;margin-bottom:10px;}


.house_detail .buildNum_info {
	padding-bottom:20px;
	border-top: 0;
}
.house_detail .buildNum_info .l_con {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.house_detail .buildNum_info .l_con .label {
	width: 80px;
	height: 90px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding-top: 10px;
	border-radius: 4px;
	overflow: hidden;
	background-color: rgba(0,0,0,.5);
	z-index: 19;
}
.house_detail .buildNum_info .l_con .label .opacity {
	background: #000;
}
.house_detail .buildNum_info .l_con .label .item {
	padding: 4px 10px;
}
.house_detail .buildNum_info .l_con .label span {
	display: block;
	height: 18px;
	width: 22px;
	float: left;
	color: #fff;
	position: relative;
	z-index: 11;
	border-radius: 4px;
}
.house_detail .buildNum_info .l_con .label .txt {
	line-height: 18px;
	width: 32px;
	margin-left: 6px;
}
.house_detail .buildNum_info .l_con .label .on {
	background: #ff6600;
}
.house_detail .buildNum_info .l_con .label .for {
	background: #3393F5;
}
.house_detail .buildNum_info .l_con .label .off {
	background: #919191;
}
.house_detail .buildNum_info .l_con .tit {
	position: absolute;
	z-index: 9;
	padding:0 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #009944;
}
.house_detail .buildNum_info .l_con .tit .riangle {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ff6600;
}
.house_detail .buildNum_info .l_con .tit.on {
	background: #ff6600;
}
.house_detail .buildNum_info .l_con .tit.on .riangle {
	border-top-color: #ff6600;
}
.house_detail .buildNum_info .l_con .tit.for {
	background: #3393F5;
}
.house_detail .buildNum_info .l_con .tit.for .riangle {
	border-top-color: #3393F5;
}
.house_detail .buildNum_info .l_con .tit.off {
	background: #919191;
}
.house_detail .buildNum_info .l_con .tit.off .riangle {
	border-top-color: #919191;
}
.house_detail .buildNum_info .r_con {
	width: 520px;
}


.house_detail .m_info {
	margin-top: 10px;
}
.house_detail .m_info li {
	float: left;
	width: 50%;
	height: 36px;
	line-height: 36px;
}
.house_detail .m_info li span {
	color: #333;
}
.house_detail .s_info h4 {
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	background: #f0f0f0;
	color: #333;
}
.house_detail .s_info .table {
	width: 100%;
}
.house_detail .s_info .table li {
	float: left;
	width: 100%;
}
.house_detail .s_info .table .tbd {
	overflow: auto;
}
.house_detail .s_info .table ol li:first-child{width:50%;}
.house_detail .s_info .table ol li {
	width: 25%;
	line-height: 24px;
	padding: 3px 0;
	color: #333;
}
.house_detail .build_detail table {
	margin-top: 20px;
}
.house_detail .build_detail tr {
	border-bottom: 1px solid #eee;
}
.house_detail .build_detail td {
	padding: 10px 20px;
}
.house_detail .build_detail td span {
	font-size: 16px;
	color: #2e2e2e;
}
.viewport-right{
	width: 100%;

}
.viewport-slide{
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #F9F9F9;
	line-height: 40px;
	height:40px;
}
.viewport-slide .swiper-slide{
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
	width:100px;
	overflow: hidden;
	display: inline-block;
}
.viewport-slide .current{
	background: #409DFB;
	color: #FFFFFF;
}
.viewport-slide .current a{color:#fff;}
.ask-list {
	margin-top: 46px;
	background: #FFFFFF;
	max-width: 640px;
	margin: 0 auto 0 auto;
}

.ask-li {
	padding-left: 40px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F2F2F2;
}

.ask-li .user {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: url(../img/avatar.jpg);
	background-size: 100% 100%;
	display: inline-block;
	position: absolute;
	left: -40px;
	top: 5px;
}

.ask-li:nth-last-child(1) {
	border: none;
}

.ask-li h2 {
	position: relative;
	font-size: 1rem;
	font-weight: normal;
	padding: 5px 0;
}

.ask-li h2 i {
	color: #ff7809;
	position: absolute;
	left: -30px;
	font-size: 20px;
}

.Star {
	color: #ccc;
	margin-bottom: 10px;
}
.Star i.on{
	color: #fc2d2d;
}
.Star span {
	float: right;
	color: #999999
}
.evaluate{margin-top:46px;}
.select-score{margin-bottom:10px;}
.select-score .select-score-left{width:70%;float:left;}
.select-score .score-average span{font-size:14px;font-weight:800;padding:0 5px;color:#ff0000;}
.select-score li{line-height: 35px;}
.select-score li *{vertical-align: middle;}
.select-score .score-name{color:#000;}
.select-score .score-grade{height:17px;}
.select-score .score-grade i{display:inline-block;width:18px;height:17px;background-image:url(../img/icon26.png);margin-left:3px;cursor:pointer;}
.select-score .score-grade i.on{background-image: url(../img/icon25.png);}
.select-score .score-desc{margin-left:20px;}
.color-red{color:#ff0000;}
.select-score .select-score-right{text-align:center;padding-top:10px;}
.select-score .select-score-right .score-average{font-size: 16px;color:#333;}
.select-score .select-score-right .score-average-point{font-size:14px;}
.select-score .select-score-right span{font-size:30px;color:#D32F2F;}
.select-score .select-score-right .score-average-desc{font-size:12px;color:#999;}

.comment-content-textarea{border:1px solid #EFEFEF;width:100%;height:60px;border-radius:5px;font-size:14px;color:#333;padding:5px;}
.comment-input{width:100px;height:40px;margin-right:5px;line-height: 40px;border:1px solid #EFEFEF;border-radius:3px;display:inline-block;}
.comment-inptu-box{margin-top:10px;margin-bottom:10px;display:flex;}
.comment-inptu-box *{vertical-align: middle;}
.comment-title{font-size:14px;padding:5px 0;}
.subcomment-btn{    width: 100%;  height: 40px;  text-align: center;  color: #FFFFFF;  margin-top: 50px;  font-size: 0.9rem;  line-height: 40px;  background: linear-gradient(to right, #ff7252, #ff451a);display:block;border-radius: 5px;}
.padb20{padding-bottom:20px;}
.salecard-box{width:100%;overflow: hidden;box-sizing: border-box;margin-top:10px;}
.salecard-box table{width:100%;border:1px solid #eee;border-bottom:none;border-right:none;}
.salecard-box table th{background-color: #f8f8f8;color:#888;}
.salecard-box table th, .salecard-box table td{
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	overflow: hidden;
	height:30px;
	line-height: 30px;
}
.jiage-cha{text-align:center;justify-content:center;display:flex;align-items:center;width:100%;height:110px;background-repeat: no-repeat;background-position: center;background-size: 100% auto;background-image: url(../img/beianjia.png);}
.jiage-cha .btn{display:inline-block;width:120px;height:30px;text-align:center;line-height: 30px;background-color: #4184ff;color:#fff;border-radius: 40px;}
.report{}
.report dt{font-size:14px;color:#333;font-weight: 700;padding-left:25px;background-repeat: no-repeat;background-size: 21px;background-position: left center;}
.report dd ul{font-size:0;}
.report dd li{display:inline-block;width:50%;font-size:14px;color:#999;line-height: 20px;margin-top:10px;}
.report dd li span{color:#333;}
.report dt.xuqiu{background-image: url(../img/icon-report-1.png);}
.report dt.pipei{background-image: url(../img/icon-report-3.png);margin-top:10px;}
.report dt.quyu{background-image: url(../img/icon-report-2.png);margin-top:10px;}
.report dl{position:relative;}
.report dd>img{width:100%;}
.report .mask{
	position: absolute;
	left: 0;
	bottom: 55px;
	width: 100%;
	height: 40px;
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(360deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.report .button{margin-top:20px;}
.report .button button{background-color: #f5f8ff;color:#4184ff;width:100%;height:40px;border:none;font-weight: bold}
.house-score {
	margin-top:10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 116px;
	background: #FFFFFF;
	box-shadow: 0px 0px 3px 1px rgba(138, 138, 138, 0.3);
	border-radius: 5px;
}

.house-score h4 {
	padding: 0 15px;
	margin-top: 9px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
}

.house-score .score {
	padding: 0 9px;
	font-size: 14px;
	color: #666666;
	line-height: 16px;
}

.house-score .score span {
	font-size: 14px;
	color: #FF5713;
	margin-right: 10px;
}

.house-score .score span span {
	font-size: 24px;
	margin-right: 0;
}

.house-score .look {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	height: 45px;
	background-color: rgba(254, 78, 31, 0.1);
	border-radius: 5px;
	font-size: 14px;
	color: #FF5713;
}

.house-score .look div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 30px;
	background-color: #ff5a5c;
	border-radius: 20px;
	font-size: 13px;
	color: #FFFFFF;
}

/*
 *首页新房均价
 *2024.8 
 */
.swiper-container-junjia {
    height: 65px;
    overflow: hidden;
}
.index-price {
    border-radius: 10px;
    border: 0.5px solid #eee;
}
.index-price {
    display: flex;
    text-align: center;
    align-items: center;
}
.index-price .flex {
    flex: 1;
}
.index-price .title {
    color: #000;
}
.index-price .title .name {
    font-size: 0.85rem;
    font-weight: bold;
}
.index-price .bot {
    font-size: 0.75rem;
}

.index-price .xian {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.index-price .num {
    font-size: 1rem;
    font-weight: bold;
    color: #ef3a31;
}
.index-price .unit {
    color: #999999;
}
.index-price .bot i {
    font-size: 0.75rem;
}
.index-price .color,.m_price .color {
    color: #ff3f13;
}
.index-price .green,.m_price .green {
    color: #1bbd3d;
}
.index-price .blue,.m_price .blue {
    color: #007AFF;
}

/*置邦头条*/
.lead-news {
    overflow: hidden;
}
.lead-news .content {
    display: flex;
    color: #3f4a58;
}
.lead-news .div1 {
    width: 20%;
    text-align: center;
}
.lead-news .div1 .year,.day {
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    font-weight: bold;
}
.lead-news .div1 .month {
    height: 42px;
    line-height: 42px;
    font-size: 30px;
    font-weight: bold;
}
.lead-news .div2 {
    width: 52%;
}
.lead-news .div2 p {
    padding: 0 1rem;
}
.lead-news .div2 .title {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lead-news .div2 .content {
    border-left: 1px solid #b8b8b8;
    margin-top: 7px;
    height: 51px;
    line-height: 17px;
    font-size: 13px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.lead-news .div3 {
    width: 28%;
}
.lead-news .div3 img {
    width: 100%;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
}

/*新房均价*/
.m_price .house_price {
    display: flex;
}
.m_price .house_price div {
    flex: 1;
    text-align: center;
    box-shadow: 0px 0px 9px 0px rgba(106,106,106,0.34);
    border-radius: 5px;
}
.m_price .house_price .mr {
    margin-right: 12px;
}
.m_price .house_price .title {
    padding-top: 10px;
    color: #999999;
}
.m_price .house_price .num {
    color: #ff3430;
    font-weight: bold;
}
.m_price .house_price .unit {
    color: #999999;
    font-weight: normal;
}
.m_price .house_price div p:nth-child(2) {
    padding: 10px 0;
    font-weight: bold;
}
.m_price .price_mt {
    margin-top: 12px;
}
/*区域房价排行*/
.m_price .ranking table {
    width: 100%;
    text-align: center;
}
.m_price .ranking tbody td {
    padding: 10px 0;
    font-size: 0.9rem;
}
.m_price .ranking .num {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #ff3f13;;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    text-indent: 0;
}
.m_price .ranking tr:nth-child(n+4) .num {
    color: #ffffff;
    background-color: #b3b3b3;