
.surround-detail .area-round .round-menus li.active{
    background:#FF1126;
}
.surround-detail .map-show .map-search-label{
    background: url('../image/location.png');
}
.surround-detail .map-show .active .map-search-label{
	background: url('../image/location3.png');
	background-size: 100% 100%;
}
.surround-detail .map .BMapLabel .icon-map-location{
    background: url('../image/location1.png');
}
.surround-detail .map .BMapLabel-checked .icon-map-location{
	background: url('../image/location2.png');
}
.gallery-thumbs .swiper-slide-thumb-active{
	border: 2px solid #FF1126!important;
}
.surround-group .swipe-img-item.current .desc{
    background-color: #FF1126;
}
.sale-group-3{
    background-image: url(../image/from/form_41302.png);
}
.sale-group-3 .concat-input-btn{
    color: #FFF;
    background: #FF1126;
}
/** 配套信息 */
.surround-detail .sale-peitao-con{
    width: 100%;
    height: 500px;
    margin-top: 35px;
    position: relative;
	margin-bottom: 35px;
}
.surround-detail .sale-peitao-con .map{
    height: 100%;
    width: 100%;
}
.surround-detail .sale-peitao-con .map .label-container,.surround-detail .sale-peitao-con .map .panel2{
    background: #FFF;
    color: #333;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(13, 4, 9, 0.2);
    position: relative;
    position: absolute;
    width: 240px;
    padding: 15px;
    left: -120px;
    top: -80px;
    z-index: 999;
	height: 89px;
}
.surround-detail .sale-peitao-con .map .label-container::after, .surround-detail .sale-peitao-con .map .panel2::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: transparent 8px solid;
    border-right: transparent 8px solid;
    border-top: #fff 8px solid;
    margin: auto;
    left: 0;
    bottom: -8px;
    right: 0;
}
.surround-detail .sale-peitao-con .map .panel2{
	top: -95px;
	left: -106px;
}
.surround-detail .sale-peitao-con .map .label-name{
    font-size: 14px;
    margin-bottom: 8px;
}
.surround-detail .sale-peitao-con .map .panel2 .label-name{
    display: block;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    float: left;
}
.surround-detail .sale-peitao-con .map .map-place{
	padding-bottom: 8px;
    display: block;
    float: right;
}
.surround-detail .sale-peitao-con .map .panel2 .label-address-1{
    white-space: normal;
    height: 30px;
    overflow: hidden;
}
.surround-detail .sale-peitao-con .map .label-address{
    display: block;
}
.surround-detail .sale-peitao-con .map-show{
    background: #FFFFFF;
    overflow-y: scroll;
    width: 294px;
    padding-top: 10px;
    float: left;
    height: 350px;
}
.surround-detail .sale-peitao-con .map-show li{
    list-style-type: none;
}
.surround-detail .area-round{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    width: 330px;
}
.surround-detail .area-round .search-group{
    height: 460px;
    width: 330px;
    float: left;
    background: #FFFFFF;
    padding: 18px;
}
.surround-detail  .area-round .round-menus {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.surround-detail .area-round .round-menus li.active{
    background: #FF1126;
    color: #fff;
}
.surround-detail  .area-round .round-menus li {
    margin-right: 5px;
    font-size: 14px;
    cursor: pointer;
    float: left;
    color: #30323D;
    margin-bottom: 6px;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 12px;
}

.surround-detail  .area-round .round-menus li:last-child {
    margin-right: 0;
}
.surround-detail  .area-round .map-level2 li.active{
    display: block;
}
.surround-detail  .area-round .map-level2 li{
    display: none;
    width:100%;
    height:30px;
    font-size:12px;
    margin-left:8px;
}
.surround-detail  .area-round .map-level2 li p{
    line-height:20px;
    margin-right:25px;
    cursor: pointer;
    display: inline-block;
}
.surround-detail  .area-round .map-level2 li p.active{
    border-bottom: 2px solid #FF1126;
}
/** 搜索周边结果展示 */
.surround-detail .map-show .map-search-item{
    width: 100%;
    padding-right:10px;
    cursor: pointer;
    margin-bottom:10px;
}
.surround-detail .map-show .map-search-item .litem{
    padding-left: 25px;
}
.surround-detail .map-show .map-search-label{
    display: block;
    height: 21px;
    width: 18px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #FFF;
    margin-right: 10px;
    float:left;
}
.surround-detail .map-show .search-name{
    font-size: 12px;
    color: #333333;
    width: 150px;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    line-height:14px;
}
.surround-detail .map-show .search-distance{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    display: block;
    float: right;
}
.surround-detail .map-show .search-address{
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    padding-top: 5px;
}
.surround-detail .area-round .search-group{
    height: 450px;
}
::-webkit-scrollbar-track{
    background: #eaeaea;;
}
::-webkit-scrollbar-thumb{
    background: #bdbdbd;
}
::-webkit-scrollbar{
    width: 5px;
}
.surround-detail .map .BMapLabel .icon-map-location{
    display: block;
    height: 32px;
    width: 28px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    padding-top: 5px;
}
/* 周边配套图*/
.surround-detail .surround-title{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	padding-bottom: 35px;
	line-height: 26px;
}
.surround-detail .surround-list .surround-item{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	width: 220px;
	cursor: pointer;
}
.surround-detail .surround-list .surround-item:nth-of-type(5n){
	margin-right: 0;
}
.surround-detail .surround-list .surround-item img{
	width: 100%;
	height: 150px;
	display: block;
	border-radius: 5px;
}
.surround-detail .round-name{
	text-align: center;
	font-size: 16px;
	color: #333;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 29px 0;
}
.surround-detail .suround-more{
	font-size: 14px;
	line-height: 26px;
	color: #999;
	font-weight: normal;
}
.surround-detail .suround-more:hover{
	text-decoration: underline;
}
.surround-group{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
    display: none;
}
.surround-group.active{
	display: block;
}
.surround-group-shadow{
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.surround-group .lists{
	width: 750px;
	height: 560px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}
.surround-group .lists .big-menu-close{
	position: absolute;
	right: -40px;
	width: 25px;
	top: 0;
	cursor: pointer;
}
.flexslider{
    position: absolute;
	width: 750px;
	height: 530px;
	overflow: hidden;
	zoom: 1;
	z-index: 2;
}
.flex-direction-nav a{
    width:60px;
    height:90px;
    line-height:99em;
    overflow:hidden;
    margin:-60px 0 0;
    display:block;
    background:url(../image/ad_ctr.png) no-repeat;
    position:absolute;
    top:50%;
    z-index:10;
    cursor:pointer;
    opacity:1;
}
.flex-direction-nav .flex-next{
    background-position:0 -90px;
    right:0;
}
.flex-direction-nav .flex-prev{
    left:0;
}
.surround-group .swipe-img-list{
	position: absolute;
	top: 555px;
}
.surround-group .gallery-thumbs{
    margin-top:20px;
}
.surround-group .gallery-thumbs .swiper-slide{
    position: relative;
    width: 140px!important;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 15px;
    cursor: pointer;
	border: 2px solid transparent;
}
.surround-group .gallery-thumbs .swiper-slide img{
    width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.surround-group .swipe-img-item:nth-of-type(5n){
	margin-right: 0;
}
.surround-group .swipe-img-item img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.surround-group .surround-img{
	width: 750px;
	height: 530px;
	display: block;
	object-fit: cover;
}
.surround-group .swipe-img-item .desc{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 28px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    font-size: 12px;
}
.sale-group-3{
    margin-top: 20px;
    height: 100px;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    padding-right: 30px;
    margin-bottom:20px;
}
.sale-group .sale-info {
    width: 410px;
    float: left;
    margin-top: 20px;
    margin-left: 200px;
    text-align: right;
}
.sale-group-3 .sale-info p {
    font-size: 16px;
    color: #757575;
    margin-top: 20px;
    margin-left: 10px;
}
.sale-group-3 .sale-info p span{
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    padding-right: 10px;
}
.sale-group-3 .concat-input{
    height: 42px;
    background: transparent;
    border: 0;
    color: #999999;
    font-size: 12px;
    padding: 0 15px;
    display: block;
    line-height: 30px;
}
.sale-group-3 .concat-input-con{
    height: 42px;
    margin-top: 28px;
    line-height: 30px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    background: #FFF;
    position: relative;
    float: right;
}
.sale-group-3 .concat-input-btn{
    width: 160px;
    height: 42px;
    line-height: 40px;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.trendList-con{
    /* margin-top: 47px; */
    position: relative;
}
.trendList-con .sale-title{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 27px;
}
.trendList-con .dynamic-more {
    color: #999;
    font-size: 14px;
    float: right;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}
.trendList-con .question-list {
    margin-top: 10px;
    margin-bottom: 30px;
}
.trendList-con .ask-item {
    border-bottom: 1px solid #E9E9E9;
    padding: 20px 0;
}
.trendList-con .ask-item .title {
    margin-bottom: 13px;
}
.trendList-con .ask-item i.icon.wen {
    background-image: url(../image/askk1.png);
}
.trendList-con .ask-item i.icon {
    display: inline-block;
    width: 37px;
    height: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
    float: left;
}
.trendList-con .ask-item i.icon.da {
    background-image: url(../image/askk2.png);
    position: relative;
    top: 7px;
}
.trendList-con .ask-item i.icon {
    display: inline-block;
    width: 37px;
    height: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
    float: left;
}
.trendList-con .ask-item .cnt p {
    padding-left: 4px;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    color: #666;
}

.trendList-con .ask-item .cnt p.hide {
    display: none;
}
.trendList-con .ask-more {
    color: #FF1126;
}

.trendList-con .ask-more {
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer;
    float: right;
}