.fixed-nav-container1{
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: -1px -1px 10px 0px rgb(31 31 31 / 33%);
    /* display: none; */
}
.fixed-nav-container1 .nav-wrapper{
    background: #fff!important;
}
/* .fixed-nav-container1 .right_a{
    display: block!important;
} */
.ellipse3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ellipse2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.house-detail-bg{
    background-image: url(../image/detaii_bg01.png);
    background-repeat: no-repeat;
    background-position: top center;
    width:100%;padding-top:44px;
}
.house-detail .top-detail{
    padding:15px 60px 15px 15px;
    background: #FFFFFF;
    box-shadow: -1px -1px 51px 0px rgba(19, 19, 19, 0.16);  
  
}
.house-detail .head-bar{
    font-size: 12px;
    color: #999999;
    margin-top: 15px;
}
.house-detail .head-group{
    line-height: 32px;
    position:relative;
}
.house-detail .head-group .house-name{
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    float: left;
    margin-right: 15px;
    padding-bottom: 5px;
}
.house-detail .head-group .floor-label{
    height: 20px;
    line-height:19px;
    background: #eff4f6;
    font-size: 12px;
    color: #808080;
    padding: 0 8px;
    display: block;
    border-radius: 2px;
    margin-right: 8px;
    float: left;
    margin-top: 9px;
}
.house-detail .head-group .sale_licence span{
    color:#999;
    position:relative;
    top:3px;
}
.house-detail .dynamic-more{
    color: #999;
    font-size: 14px;
    float: right;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}
.house-detail .dynamic-more .iconfont{
    font-size:14px;
}
.house-detail .dynamic-more:hover{
    text-decoration: underline;
}
.house-detail .dynamic-more1,.house-detail .ask-more{
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer;
    float: right;
}
.house-detail .head-bar .label-name{
    margin-right: 10px;
}
.house-detail .sale_licence{
    font-size: 14px;
    margin-top:15px;
    color:#333;
}
.house-detail .sale_licence em{
    font-style: normal;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 20px;
    position: relative;
}
.house-detail .sale_licence em::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: #eff4f6 10px solid;
    border-bottom: transparent 6px solid;
    border-top: transparent 6px solid;
    margin: auto;
    right: -10px;
    top: 6px;
}
.house-detail .house-info{
    margin-top: 20px;
}
.house-detail .house-info .house-img-list{
    width: 540px;
}
.house-detail .house-info .house-img-list .effect-img{
    position: relative;
    width: 100%;
    height:370px;
    overflow: hidden;
    background: #919191;
}
.house-detail .house-info .house-img-list .img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.house-detail .house-info .house-img-list .swipe-img-list{
    margin-top: 18px;
    height: 85px;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
}
.house-detail .house-info .house-img-list .swipe-img-item{
    position: relative;
    width: 101px;
    height: 69px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 8px;
    cursor: pointer;
    display: inline-block;
}
.house-detail .house-info .house-img-list .swipe-img-item:last-child{
	margin-right: 0;
}
.house-detail .house-info .house-img-list .swipe-img-item .desc{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 21px;
    text-align: center;
    background-color:rgba(15, 15, 15, 0.83);
    color: #FFF;
    font-size: 12px;
}

/* 基本信息 */
.house-detail .house-base-list{
    width:522px;
}
.house-detail .house-base-list .house-info-price{
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    float: left;
}
.house-detail .house-base-list .house-info-price .unit{
    font-size: 16px;
    font-weight: normal;
}
.house-detail .house-base-list .house-notice{
    float: left;
    display: block;
}
.house-detail .house-base-list .house-notice .confont{
    font-size:12px;
}
.house-detail .house-base-list .info-1{
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 22px;
}
.house-detail .house-base-list .info-item{
    color: #999;
    font-size: 14px;
    line-height: 16px;
}
.house-detail .house-base-list .info-item.info-kaipan{
    margin-top: 18px !important;
}
.house-detail .house-base-list .info-item.info-kaipan .iconfont{
    position:relative;
    top:1px;
}
.house-detail .house-base-list .info-item-1{
    color: #333;
}
.house-detail .house-base-list .info-item-1 em{
    color:#999;
}
.house-detail .house-base-list .info-item-2{
    color: #333;
    cursor: pointer;
    margin-right: 10px;
	line-height: 20px;
}
.house-detail .house-base-list .info-item-3{
    cursor: pointer;
	color: #999;
}
.house-detail .house-base-list .notice-me{
    float: none;
    display: inline-block;
}

.house-base-list .call-area{
    position: relative;
}

.house-base-list .call-area .cnt{
    width: 393px;
    height: 71px;
    background-image: url(../image/400_bg1.png);
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top:25px;
    cursor: pointer;
}
.call-area .cnt .to-mobile-label{
    color: #A7A7A7;
    font-size:14px;
}
.house-base-list .call-area .cnt .to-mobile{
    display: block;
    width:100%;
    color: #FFFFFF;
    font-size:22px;
    font-weight:bold;
    text-align: left;
    padding-left:50px;
    line-height: 22px;
    margin-top: 15px;
  
}
.house-base-list .call-area .cnt .to-mobile i{
    display: inline-block;
    width:19px;
    height:19px;
    background-image: url(../image/400icon00.png);
    margin-right: 10px;
}
.house-base-list .call-area .cnt label{
    font-size:14px;
    color:#fff;
    font-weight: normal;
    margin-top:5px;

}
.house-base-list .call-area .content-group{
    width: 100px;
    height: 130px;
    margin-left: 38px;
    position: absolute;
    right: -15px;
    top: -34px;
}
.house-base-list .call-area .content-group .weichat-call{
    width: 100px;
    height: 100px;
    margin: 0;
}
.house-base-list .call-area .content-group .weichat-call img{
    display: block;
    width: 100px;
    height: 100px;
}
.house-base-list .call-area .content-group p{
    color: #A7A7A7;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.head-nav .nav-wrapper{
    height:50px;
    background: #F4F4F4;
    padding:0 20px;
    width: 1180px;
    margin: 0 auto;
}
.head-nav .nav-list{
    width:840px;
    height: 50px;
    float: left;
}
.head-nav .nav-wrapper .right_a{
    width: 300px;
    height: 50px;
    float: right;
    line-height: 50px;
    font-size: 16px;
    color: #FF0916;
    font-weight: bold;
    text-align: right;
    display: none;
}
.head-nav .nav-wrapper .right_a .name{
   background-image: url(../image/400icon01.png);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 26px;
   cursor: pointer;
}
.head-nav .nav-list a{
    display: inline-block;
    margin-right:40px;
    border-bottom:4px solid transparent;
    float:left;
    line-height:46px;
    cursor: pointer;
}
.head-nav .nav-list a.active{
    border-color: #000000;
}

.fangdai-entry{
    display: inline-block;
}
.public-form-btn i{
    font-size:14px;
    margin-right:3px;
}






/* 优惠楼盘 */
.house-detail .house-discount-con{
    margin-top: 60px;
}
.house-detail .house-discount-con .house-sale-con{
    width: 830px;
	margin-bottom: 0px;
}
.house-sale-con .concat-input-con{
    margin-top:35px;
}
.house-detail .house-discount-con .sale-title{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 27px;
}
.house-detail .house-discount-con .sale-group{
    height: 100px;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    padding-right: 30px;
}
.house-detail .house-discount-con .sale-group .sale-img{
    display: block;
    position: absolute;
    width: 175px;
    bottom: 0;
    left: 0;
}
.house-detail .house-discount-con .sale-group .sale-info{
    width:475px;
    float: left;
    margin-top: 15px;
    margin-left:52px;
}
.house-detail .house-discount-con .sale-group .sale-name{
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}
.house-detail .house-discount-con .sale-group .sale-desc{
    color: #A36464;
    font-size: 16px;
    line-height: 18px;
    margin-top: 13px;
}
.house-detail .house-discount-con .sale-group-1{
    border: 1px solid #e2ecff;
    background: #f3f7ff;
}
.house-detail .house-discount-con .sale-group-1 .sale-name{
    color: #333333;
}
.house-detail .house-discount-con .sale-group-1 .sale-img{
    height: 78px;
    width:74px;
    top: 0;
    left: 40px;
}
.house-detail .house-discount-con .sale-group-1 .sale-info{
    margin-left: 150px;
    width: 300px;
}
.house-detail .house-discount-con .sale-group-2{
	margin: 20px 0;
    background-image: url(../image/from/form_41312.png);
    padding:7px 8px;
}
.house-detail .house-discount-con .sale-group-2 .disc-wrapper{
    width: 100%;
    height:100%;
    border:1px solid rgba(255, 116, 129, .36)
}
.house-detail .house-discount-con  .sale-group-3{
    border: none;
    margin-top: 20px;
}
.house-detail .house-discount-con  .sale-group-3 .sale-info p {
    font-size: 16px;
    color: #757575;
    margin-top: 20px;
    margin-left: 10px;
}
.house-detail .house-discount-con  .sale-group-3 .sale-info p span{
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    padding-right: 10px;
}
.house-detail .sale-group-3 .concat-input{
    height: 42px;
}
.house-detail .sale-group-3 .concat-input-con{
    height: 42px;
    margin-top: 28px;
}
.house-detail .sale-group-3 .concat-input-btn{
    width: 160px;
    height: 42px;
    line-height: 40px;
}
.house-detail .house-discount-con .sale-btn{
    width: 124px;
    height: 32px;
    background: linear-gradient(-48deg, #FF0712, #FF2958);
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin-top: 27px;
    margin-right: 35px;
    float: right;
}
.house-detail .house-discount-con .sale-had{
    font-size: 16px;
    color: #530E0E;
    margin-right: 10px;
    display: inline-block;
    line-height: 86px;
    margin-left: 10px;
}
.house-detail .house-discount-con .sale-had span{
    color: #FF0712;
}
.house-detail .house-discount-con .house-type-con{
    margin-top: 47px;
    position: relative;
}
.house-detail .house-discount-con #floor-door{
    position: relative;

}
.house-detail .house-discount-con .tab-item{
    position: absolute;
    left: 105px;
    top: -5px;
    width: 600px;
    height: 35px;
    overflow: hidden;
}
.house-detail .house-discount-con .tab-item a{
    line-height: 35px;
    display: inline-block;
    margin-right: 15px;
    padding: 0 5px;
    cursor: pointer;
    font-size: 16px;
    color: #999999;
    white-space: nowrap;
}
.house-detail .house-type-result{
	display: none;
    
}
.house-detail .house-type-result.active{
	display: block;
    margin-top:14px;
}
.house-detail .house-discount-con .door-item{
    width: 100%;
    display: block;
    padding:20px 0 24px;
    border-bottom:1px solid #E9E9E9;
}
.house-detail .house-discount-con .door-item:last-child{
    border: none;
}
.house-detail .house-discount-con .door-item:hover{
    background: #f7fcff;
}
.house-detail .house-discount-con .door-item:hover .door-img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.house-detail .house-discount-con .door-img-con{
    width: 215px;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
    float: left;
}
.house-detail .house-discount-con .door-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.house-detail .house-discount-con .door-info{
    padding: 6px 27px 0;
    height: 150px;
    width: 400px;
    float: left;
}
.house-detail .house-discount-con .door-name{
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.house-detail .house-discount-con .door-name .floor-label{
	margin-left: 13px;
}
.house-detail .house-discount-con .door-desc{
    color: #333;
    font-size: 14px;
    line-height: 16px;
}
.house-detail .house-discount-con .door-desc.cxmj{
    margin-bottom:20px;
}
.house-detail .house-discount-con .door-desc span{
    margin-right:20px;
}
.house-detail .house-discount-con .door-price-con{
	height: 150px;
	padding-top: 8px;
}
.house-detail .house-discount-con .door-price{
    text-align: left;
    margin-top:16px;
    margin-bottom:25px;
}
.house-detail .house-discount-con .door-price,.house-detail .house-discount-con .card-price{
    font-size: 26px;
    font-weight: bold;
}
.house-detail .house-discount-con .door-price span,.house-detail .house-discount-con .card-price span{
    color: #999;
    font-weight: normal;
    font-size: 14px;
}
.house-detail .house-discount-con .card-price .unit,.house-detail .house-discount-con .door-price .unit{
	font-size: 16px;
}
.house-detail .house-discount-con .door-price .avg{
	margin-right: -3px;
    color:#FF1F32;
}
.house-detail .house-discount-con .door-more{
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #FF1F32;
    float: right;
    margin-top: 40px;
    cursor: pointer;
    text-decoration: none;
    width: 120px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #FF1F32;
    border-radius: 4px;
}
.house-detail .house-discount-con .look-more{
    font-size: 14px;
    color: #666666;
    line-height: 50px;
    width: 250px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #dadada;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    text-decoration: none;
}
#houseFixedInfo{
    width: 257px;
    max-height: 570px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(101, 101, 101, 0.15);
    padding:15px;
    margin-top:20px;
}
.agentList.card-house-con{
    margin-top:22px;
    padding-top:22px;
    border-top:1px solid #E9E9E9;
} 
.house-detail .house-discount-con .card-house-con-fixed{
    position: fixed;
	top: 90px;
	background-color: #FFF;
	z-index: 10;
	right: calc((100VW - 1180px)/2 - 5px);
	right: -moz-calc((100VW - 1180px)/2 - 5px);
	right: -webkit-calc((100VW - 1180px)/2 - 5px);
}
.house-detail .house-discount-con .card-head-con{
    margin-top: 20px;
}
.house-detail .house-discount-con .card-title{
    color: #000;
    font-size: 20px;
    margin-right: 5px;
    max-width: 105px;
    line-height: 20px;
    font-weight: normal;
}
.house-detail .house-discount-con .card-head-con .floor-label:last-child{
    margin-left: 5px;
}
.house-detail .house-discount-con .card-head-con .floor-label{
    max-width: 50px;
}
.house-detail .house-discount-con .card-price{
    margin-top: 15px;
}
.house-detail .house-discount-con .card-item{
    margin-top: 18px;
    color: #999;
    font-size: 14px;
}
.house-detail .house-discount-con .card-item-1{
    color: #333;
    line-height:16px;
}
.house-detail .house-discount-con .card-item-2{
    display: inline-block;
}
.house-detail .house-discount-con .card-form{
    width: 100%;
    display: block;
    padding: 0 20px;
    font-size: 12px;
    border: 0;
    line-height: 30px;
    border-radius: 50px;
}
.house-detail .house-discount-con .card-input{
    margin-top: 25px;
    background: #f0f0f0;
    color: #333;
    height:30px;
}
.house-detail .house-discount-con .card-notice{
    margin-top: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
/* 楼盘动态 */
.house-detail .house-discount-con .dynamic-item .round{
    background-color: #eaeaea;
}
.house-detail .house-discount-con .dynamic-icon-1{
    background: linear-gradient(to right, #31a6d5, #5dcbfa);
    background: -webkit-linear-gradient(to right, #31a6d5, #5dcbfa);
    background: -moz-linear-gradient(to right, #31a6d5, #5dcbfa);
}

.house-detail .house-discount-con .dynamic-icon-3{
    background: linear-gradient(to right, #7c8ffd, #81a7ff);
    background: -webkit-linear-gradient(to right, #7c8ffd, #81a7ff);
    background: -moz-linear-gradient(to right, #7c8ffd, #81a7ff);
}
.house-detail .house-discount-con .dynamic-title:hover{
    color: #FF1126;
}


.house-detail .information .info-title::before {
    background-color: #5f94ff;
}

.house-detail .house-discount-con .dynamic-con.active {
    display: block;
}

.house-detail .house-discount-con .dynamic-con {
    display: none;
}

.house-detail .house-discount-con .dynamic-item {
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid transparent;
}

.house-detail .house-discount-con .dynamic-icon {
    width: 60px;
    /* height: 20px; */
    background: linear-gradient(-48deg, #FF1923, #FB436B);
    opacity: 1;
    border-radius: 4px 0px 4px 0px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    /* position: absolute; */
    margin-left: 0;
}

.house-detail .house-discount-con .dynamic-info {
    padding-left: 16px;
    border-left: 1px solid #FF1126;
    padding-top: 10px;
}

.house-detail .house-discount-con .dynamic-title {
    font-size: 16px;
    color: #30323D;
    line-height: 21px;
    display: inline;
    font-weight: normal;
}

.house-detail .house-discount-con .dynamic-time {
    font-size: 14px;
    float: none;
    display: block;
    text-align: left;
    line-height: 20px;
    color: #333333;
    /* margin-bottom: 15px; */
    padding-left: 16px;
    width: max-content;
    position: relative;
}

.house-detail .house-discount-con .dynamic-time::before {
    content: '';
    clear: both;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #FF1126;
    position: absolute;
    left: -5px;
}

.house-detail .house-discount-con .dynamic-time::after {
    content: '';
    clear: both;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FF1126;
    position: absolute;
    left: -2px;
    top: 3px;
}

.house-detail .house-discount-con .dynamic-detail {
    margin-top: 16px;
    line-height: 21px;
    color: #7A7A7A;
    font-size: 14px;
}
.house-detail .house-discount-con .dynamic-info .line{
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.dt_list .relative-type-box{
    background-color: #FAFAFA;
    position: relative;
    padding: 10px 0 15px 50px;
}
.dt_list .time_scroll_box::-webkit-scrollbar{
    height: 8px;
    background-color: #FAFAFA;
}
.dt_list .time_scroll_box::-webkit-scrollbar-track{
    background-color: #FAFAFA;
}
.dt_list .time_scroll_box {
    overflow-x: scroll;
    width: 100%;
    height: 170px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background: #FAFAFA;
    position: relative;
    padding-left:30px;
}

.dt_list .time_scroll_box .time_item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
}

.dt_list .time_scroll_box .item_left:first-of-type {
    margin-left: 50px;
}

.dt_list .time_scroll_box .item_right:last-of-type {
    margin-right: 50px;
}

.dt_list .time_scroll_box .time_item .circle {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 1px solid #999999;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
}

.dt_list .time_scroll_box .item_left .circle {
    color: #FF1126;
    border: 1px solid #FF1126;

}

.dt_list .time_scroll_box .time_item .line {
    display: inline-block;
    width: 85px;
    height: 1px;
    background-color: #999999;
    margin: 0 7px;
}

.dt_list .time_scroll_box .item_left .line {
    background-color: #FF1126;

}

.dt_list .time_scroll_box .time_item .bubble_box {
    width: 100px;
    height: 48px;
    background: linear-gradient(94deg, #F0DCBB 0%, rgba(245, 204, 178, 0.25) 100%);
    border-radius: 4px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.dt_list .time_scroll_box .time_item .bubble_box.active{
    background:#EAF0FF;
    color:#3168FF;
}
.dt_list .time_scroll_box .time_item .top_bubble.active::before{
    border-top: 9px solid #EAF0FF;
}
.dt_list .time_scroll_box .time_item .bottom_bubble.active::before {
    border-bottom: 9px solid #EAF0FF;
  }
.dt_list .time_scroll_box .time_item .bubble_box span {
    display: inline-block;
    font-size: 13px;
    color: #694F33;
    line-height: 13px;
}

.dt_list .time_scroll_box .item_left .top_bubble {
    position: absolute;
    bottom: 25px;
    left: -45px;

}

.dt_list .time_scroll_box .time_item .top_bubble::before {
    content: '';
    display: inline-block;
    border-top: 9px solid #F5E2CF;
    border-bottom: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.dt_list .time_scroll_box .item_left .bottom_bubble {
    position: absolute;
    top: 25px;
    left: -45px;
    cursor: pointer;
}

.dt_list .time_scroll_box .time_item .bottom_bubble::before {
    content: '';
    display: inline-block;
    border-top: 9px solid transparent;
    border-bottom: 9px solid #F5E2CF;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.dt_list .time_scroll_box .item_center .bottom_bubble {
    position: absolute;
    top: 30px;
    transform: translateX(-30px);
}

.dt_list .time_scroll_box .item_center .top_bubble {
    position: absolute;
    bottom: 25px;
    transform: translateX(-30px);
}

.dt_list .time_scroll_box .item_center .today {
    width: 38px;
    height: 22px;
    line-height: 22px;
    background: #FFE6EC;
    border-radius: 4px;
    text-align: center;
    color: #FF1126;
    font-size: 13px;
}

.dt_list .time_scroll_box .item_right .bottom_bubble {
    position: absolute;
    top: 25px;
    transform: translateX(55px);
}

.dt_list .time_scroll_box .item_right .top_bubble {
    position: absolute;
    bottom: 30px;
    transform: translateX(55px);
}


.dynamic-item .pic_list{
    margin-top: 20px;
}
.dynamic-item .pic_list .dontai_pic{
    position: relative;
    width: 140px;
    height: 108px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}
.dynamic-item .pic_list .dontai_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pic_list .dontai_pic .dontai_pic_hadow {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.pic_list .dontai_pic .dontai_pic_hadow  span{
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    display: block;
}

.house-detail .house-discount-con .dynamic-detail{
    margin-top: 15px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
}



.house-detail .information .info-title{
    color: #333333;
    font-size: 16px;
    margin-top: 35px;
    font-weight: bold;
}
.house-detail .information .info-title::before{
    content: '';
    height: 15px;
    width: 3px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}
.house-detail .information .labels{
    font-size: 14px;
    color: #777;
    display: block;
    min-width:70px;
}
.house-detail .information .content{
    font-size: 14px;
    color: #333;
    display: block;
}
.house-detail .infoma-item{
    width: 50%;
    padding-right: 50px;
    float: left;
    margin-top: 25px;
    line-height: 16px;
}
/* 楼栋信息 */
.house-detail .loudon-left{
    width: 520px;
}
.house-detail .loudon-left .loudon-label{
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
    line-height: 16px;
    margin-right: 35px;
}
.house-detail .loudon-right{
    width: 290px;
    float: right;
    position: relative;
}
.house-detail .loupan-tab-bar{
    position: relative;
    padding-bottom: 10px;
}
.house-detail .loupan-tab-bar .box-start {
    position: relative;
}
.house-detail .bar-con-main{
    width: 242px;
    overflow: hidden;
    margin: 0 auto;
}
.house-detail .loupan-tab-bar .bar-con a{
    line-height: 27px;
    border-radius: 50px;
    border: 1px solid #d2d2d2;
    padding: 0 5px;
    display: block;
    cursor: pointer;
	width: 75px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
.house-detail .loupan-tab-bar .bar-con-menu{
    padding-right: 8px;
}

.house-detail .loupan-tab-bar .bar-left,.house-detail .loupan-tab-bar .bar-right{
    position: absolute;
    top: 1px;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    background: #EFEFEF;
}
.house-detail .loupan-tab-bar .bar-left{
    left: -10px;
}
.house-detail .loupan-tab-bar .bar-right{
    transform: rotateZ(-180deg);
    right: 0px;
}
.house-detail .loupan-bar-content .door-detail-item,.house-detail .sand-detail{
    display: none;
}
.house-detail .sand-detail{
	width: 840px;
    margin-top:25px;
}
.house-detail .loupan-bar-content .door-detail-item.active,.house-detail .sand-detail.active{
    display: block;
}
.house-detail .loupan-bar-content .jichu-info {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.house-detail .loupan-bar-content .jichu-info .tit .lable {
    display: inline-block;
    line-height: 16px;
    background: #3168FF;
    height: 16px;
    border-radius: 1px;
    padding: 0 3px;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
}

.house-detail .loupan-bar-content .jichu-info .tit .lable1 {
    background: #FFE6EC;
    color: #FF1B31;
}

.house-detail .loupan-bar-content .jichu-info .tit .lable2 {
    background: #D9E7FE;
    color: #7594C4;
}

.house-detail .loupan-bar-content .jichu-info .tit .lable3 {
    background: #B9B9B9 ;
    color: #FFF;
}

.house-detail .loupan-bar-content .jichu-info .tit .lable4 {
    background: #FFE9B3;
    color: #FF7200;
}

.house-detail .loupan-bar-content .jichu-info .tit .lable5 {
    background: #29cf00;
}
.house-detail .loupan-bar-content .jichu-info .tit .delivery1{
    background: #65DB79;
}
.house-detail .loupan-bar-content .jichu-info .tit .delivery2{
    background: #F5895A ;
}
.house-detail .loudon-item{
    margin-top: 19px;
    line-height: 16px;
	width: 145px;
	float: left;
}
.house-detail .loudon-item .pre_sale_the {
    display: inline-block;
    border-radius: 2px;
    color: #FF1126;
    border: 1px solid #FF1126;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
    padding:0 10px;
}
.house-detail .loudon-item.long{
    width:100%;
}
.house-detail .loudon-item span{
    display: block;
    font-size: 14px;
    color: #777;
    min-width: 50px;
}
.house-detail .loudon-item p{
    display: block;
    font-size: 14px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.house-detail .loudon-item .more{
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.house-detail .loudon-item-list a{
	font-size: 14px;
	text-decoration: underline;
	display: block;
	margin-top: 17px;
    color:#000;
}
/* 同价位楼盘 */
.house-detail .hot-floor-list .hot-item{
    width: 282px;
    display: block;
    margin-top: 35px;
    margin-right: 15px;
    float: left;
    cursor: pointer;
}
.house-detail .hot-floor-list .hot-item:hover .img-group img{
	transform: scale(1.02);
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
.house-detail .hot-floor-list .hot-item:nth-of-type(4n){
    margin-right: 0;
}
.house-detail .hot-floor-list .hot-item .img-group{
    position: relative;
    overflow: hidden;
}
.house-detail .hot-floor-list .hot-item .img-group img{
    width: 100%;
    height: 215px;
    object-fit: cover;
    display: block;
}

.house-detail .hot-floor-list .tit{
    padding: 16px 0;
}
.house-detail .hot-floor-list .tit .name {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    max-width: 150px;
    display: inline-block;
}
.house-detail .hot-floor-list .tit em {
    color: #666;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    display: inline-block;
    max-width: 120px;
}
.house-detail .hot-floor-list .price {
    font-size: 20px;
    color: #FF1B31;
    font-weight: bold;
}
.house-detail .hot-floor-list .price em{
    font-weight: normal;
}
.flexslider{
    position:relative;
    width: 540px;
    height:370px;
    overflow:hidden;
    zoom:1;
}
.flex-direction-nav a{
    width:34px;
    height:77px;
    overflow:hidden;
    margin:-34px 0 0;
    display:block;
    position:absolute;
    top:50%;
    z-index:10;
    cursor:pointer;
    opacity:1;
}
.flex-direction-nav .flex-next{
    background-image: url(../image/imgrgt.png);
    right:0;
}
.flex-direction-nav .flex-prev{
   background-image: url(../image/imglft.png);
}
#house-gallery ul.slides li.video-item{
    position: relative;
}
#house-gallery ul.slides li.video-item .video{
    display: none;
}
#house-gallery ul.slides li.video-item .icon{
    position: absolute;
    width: 60px;
    height: 60px;
    left: 250px;
    top: 160px;
}
#house-gallery ul.slides li a{
    width: 540px;
    height: 370px;
    position: relative;
    display: block;
}
#house-gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/** 配套信息 */
.house-detail .sale-peitao-con{
    width: 100%;
    height: 500px;
    margin-top: 25px;
    position: relative;
}
.house-detail .sale-peitao-con .map{
    height: 100%;
    width: 100%;
}
.house-detail .sale-peitao-con .map .label-container,.house-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;
	height: 89px;
	z-index: 999;
}
.house-detail .sale-peitao-con .map .label-container::after, .house-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;
}
.house-detail .sale-peitao-con .map .panel2{
	top: -95px;
	left: -106px;
}
.house-detail .sale-peitao-con .map .label-name{
    font-size: 14px;
    margin-bottom: 8px;
}
.house-detail .sale-peitao-con .map .panel2 .label-name{
    font-size: 14px;
    margin-bottom: 8px;
    width: 150px;
    float: left;
}
.house-detail .sale-peitao-con .map .map-place{
	padding-bottom: 8px;
    display: block;
    float: right;
}
.house-detail .sale-peitao-con .map .label-address-1{
    white-space: normal;
    height:30px;
    overflow: hidden;
}
.house-detail .sale-peitao-con .map .label-address{
    display: block;
	color: #999;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.house-detail .sale-peitao-con .map-show{
    width: 323px;
    background: #FFF;
    overflow-y: scroll;
    height: 350px;
}
.house-detail .sale-peitao-con .map-show li{
    list-style-type: none;
}
.house-detail .area-round{
    position: absolute;
    right: 10px;
    top: 40px;
    z-index: 10;
    height: 420px;
    background: #FFFFFF;
    box-shadow: 0px 2px 9px 0px rgba(53, 53, 53, 0.41);
}
.house-detail .area-round .round-menus{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.house-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;
}
.house-detail .area-round .round-menus li.active{
    background: #FF5B5D;
    color: #fff;
}
.house-detail .area-round .map-level2 li.active{
    display: block;
}
.house-detail .area-round .map-level2 li{
    display: none;
    width:100%;
    height:30px;
    font-size:12px;
    margin-left:8px;
}
.house-detail .area-round .map-level2 li p{
    line-height:20px;
    margin-right:25px;
    cursor: pointer;
    display: inline-block;
}
.house-detail .area-round .map-level2 li p.active{
    border-bottom: 2px solid #FF5B5D;
}
.house-detail .sale-peitao-con .map-show li:hover{
	background-color: #f5f7f7;
}
.house-detail .map-show .map-search-label{
    background: url('../image/loc2.png');
}
.house-detail .map-show .active .map-search-label{
	background: url('../image/loc1.png');
	background-size: 100% 100%;
}
.house-detail .map .BMapLabel .icon-map-location{
    background: url('../image/loc4.png');
}
.house-detail .map .BMapLabel-checked .icon-map-location{
	background: url('../image/loc3.png');
}
/** 搜索周边结果展示 */
.house-detail .map-show .map-search-item{
    width: 100%;
    padding: 10px 5px;
    cursor: pointer;
}
.house-detail .map-show .map-search-item .litem{
    padding-left: 25px;
}
.house-detail .map-show .map-search-label{
    display: block;
    height: 21px;
    width: 18px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #FFF;
    margin-right: 10px;
    float: left;
}
.house-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;
}
.house-detail .map-show .search-distance{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    display: block;
    float: right;
}
.house-detail .map-show .search-address{
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    padding-top: 10px;
}
.house-detail .area-round .search-group{
    height: 450px;
    float: left;
    background: #FFFFFF;
    padding: 18px;
}
::-webkit-scrollbar-track{
    background: #eaeaea;;
}
::-webkit-scrollbar-thumb{
    background: #E6E6E6;
    border-radius: 2px;
}
::-webkit-scrollbar{
    width: 5px;
}
.house-detail .map .BMapLabel .icon-map-location{
    display: block;
	height: 32px;
	width: 28px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    padding-top: 5px;
    background-repeat: no-repeat;
}
/** 沙盘图样式*/
.house-detail .sand-detail .drag{
    width: 520px;
    height: 300px;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.house-detail .sand-detail .drag-box{
    cursor: move;
    position: absolute;
    z-index: 1;
}
.house-detail .sand-detail .drag-box img{
    -moz-user-select: none;
    -webkit-user-select: none;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
}
.house-detail .sand-detail .sand-floor-list{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.house-detail .sand-detail .sand-floor-list .labels{
    position: absolute;
    line-height: 24px;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    width: 40px;
    text-align: center;
    border-radius: 2px;
    
}
.house-detail .sand-detail .sand-floor-list .labels::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: transparent 4px solid;
    border-right: transparent 4px solid;
    border-top: #fff 4px solid;
    margin: auto;
    left: 0;
    bottom: -4px;
    right: 0;
}
.house-detail .sand-detail .sand-floor-list .labels.item_cur{
    border:2px solid #fff;
}
.BMapLabel-checked{
    z-index: 999999999 !important;
}
.house-detail .relative-type{
    font-size:14px;
    color:#666;
    margin-top:10px;
}
.house-detail .relative-type a{
    color: #30323D;
    margin-right: 20px;
    border-radius: 4px;
    border: 1px solid #FF1126;
    color: #FF1126;
    padding: 0 5px;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
}
.loudon-item-con{
    margin-top:10px;
    border-top:1px solid #E8E8E8;
}
.scroll {
    position: relative;
}
.scroll-pan{
    overflow-y: auto;
    overflow-x: hidden;
}
.loudon-item-con .scroll-pan{
    height:146px;
}
.scroll-pan::-webkit-scrollbar{
    width:3px;
    height:120px;
    background-color:#e9e9e9;
}
.scroll-pan::-webkit-scrollbar-thumb{
     background: #a9a9a9;
}
.scroll-pan::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #e9e9e9;
    
}


.house-detail .house-discount-con .house-type-right{
    border: 1px solid #eaeaea;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom:20px;
}
.house-detail .house-discount-con .house-type-right .house-receive-con{
    position: relative;
}
.house-detail .house-discount-con .house-type-right .house-receive-con img{
    display: block;
}
.house-detail .house-discount-con .house-type-right .house-receive-con .title{
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    top: 43px;
    font-weight: 700;
    left: 15px;
}
.house-detail .house-discount-con .house-receive-group{
    padding: 0 25px 28px;
}
.house-detail .house-discount-con .house-receive-group .name{
    font-size: 16px;
    color: #333;
    margin-top: 25px;
    text-align: center;
}

.house-detail .house-discount-con .house-receive-group .receive-btn{
    margin-top: 20px;
    display: block;
    border-radius: 50px;
    width: 100%;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}


/* 交流群表单 */

.house-base-list .concat-group{
    width:100%;
    height: 110px;
    padding:15px;
}
.house-base-list .concat-group img{
    width: 76px;
    height: 76px;
    margin-right: 20px;
    float: left;
}
.house-base-list .concat-group .concat-info{
    width: 290px;
    float: left;
}
.house-base-list .concat-group .concat-info h2{
    font-size:16px;
}
.house-base-list .concat-group .concat-info p{
    font-size: 14px;
    color: #999;
    margin: 5px 0;
    line-height: 20px;
}
.house-base-list .concat-group .concat-info p em{
    font-style: normal;
}
.house-base-list .concat-group .receive-btn {
    display: block;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    width: 110px;
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
    cursor: pointer;
}

/* 买房问问 */
.question-list{
    margin-top:10px;
    margin-bottom:30px;
}
.ask-item{
    border-bottom:1px solid #E9E9E9;
    padding:20px 0;
}
.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;
}
.ask-item i.icon.wen{
    background-image: url(../image/askk1.png);
}
.ask-item i.icon.da{
    background-image: url(../image/askk2.png);
    position: relative;
    top: 7px;
}
.ask-item .title{
    margin-bottom:13px;
}
.ask-item .title p{
    padding-left:41px;
    font-size:16px;
    color: #000;
    line-height: 20px;
}
.ask-item .cnt p{
    padding-left:4px;
    font-size:16px;
    line-height:30px;
    display: -webkit-box;
    color:#666;
}
.ask-item .cnt p.hide{
    display: none;
}
#floor-question .sale-group{
    border:none;
    height: 102px;
    width: 100%;
    overflow: hidden;
    background-size: 100%;
    margin-top: 10px;
    position: relative;
    padding-right: 20px;
    background-repeat: no-repeat;
}
#floor-question .sale-group .sale-name{
    font-size: 20px;
    color:#333;
}
#floor-question .sale-group .sale-desc{
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}
#floor-question .sale-group .sale-info{
    width: 300px;
    float: left;
    margin-top: 30px;
    margin-left: 170px;
}
.house-detail .dynamic-more1,.house-detail .ask-more{
    color: #FF1126;
}
.house-detail .head-group .floor-label-1{
    background: #FFE6EC;
    color:#FF1B31;
}
.house-detail .head-group .floor-label-2{
    background: #D9E7FE;
    color: #7594C4;
}
.house-detail .head-group .floor-label-3{
    background: #B9B9B9 ;
    color: #FFF;
}
.house-detail .head-group .floor-label-4{
    background: #FFE9B3;
    color: #FF7200;
}
.house-detail .head-bar .label{
    line-height: 20px;
    height:22px;
    margin-right: 10px;
    display: inline-block;
    padding: 0 15px;
    font-size: 12px;
    color: #7B90B9;
    background: #EEEFF0;
    margin-bottom: 10px;
}
.house-detail .sale_licence em{
    background:#f7efec;
    color:#FF1126;
}
.house-detail .sale_licence em::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: #f7efec 10px solid;
    border-bottom: transparent 6px solid;
    border-top: transparent 6px solid;
    margin: auto;
    right: -10px;
    top: 6px;
}
.house-detail .house-info .house-img-list .swipe-img-item.current .desc{
    background:rgba(95, 148, 255, .95)
}

/* 基本信息 */
.house-detail .house-base-list .house-info-price{
    color: #FF1B31;
}
.house-detail .house-base-list .concat-con .concat-title{
    color: #FF1126;
}
.house-detail .concat-input-btn{
    color: #FFF;
    background: #FF1126;
}
/* 优惠楼盘 */
.house-detail .house-discount-con .sale-group .sale-name{
    color: #520E0E;
    font-size: 24px;
}
.house-detail .house-discount-con  .sale-group-3{
    background-image: url(../image/from/form_41302.png);
}
.house-detail .house-discount-con .sale-btn{
    background: #FF1B31;
}
.house-detail .house-discount-con .tab-item a:hover,.house-detail .house-discount-con .tab-item a.active{
    color: #000;
}
.house-detail .house-discount-con .door-price,.house-detail .house-discount-con .card-price{
    color: #FF1B31;
}
.house-detail .house-discount-con .card-price .unit,.house-detail .house-discount-con .door-price .unit{
	color: #FF1B31;
}
.house-detail .house-discount-con .card-notice{
    background: #FF1126;
}

.house-detail .information .info-title::before{
    background-color: #FF1126;
}

.house-detail .loudon-left .loudon-label .label-status{
    width: 20px;
    height: 7px;
    display: inline-block;
    margin-left: 10px;
}
.house-detail .loudon-left .loudon-label .label-status-1{
    background-color: #FFE6EC;
}
.house-detail .loudon-left .loudon-label .label-status-2{
    background-color: #D9E7FE;
}
.house-detail .loudon-left .loudon-label .label-status-3{
    background-color: #B9B9B9;
}
.house-detail .loudon-left .loudon-label .label-status-4{
    background-color: #FFE9B3;
}
.house-detail .loupan-tab-bar .bar-con-menu.active a,.house-detail  .loupan-tab-bar .bar-con-menu:hover a{
    background-color: #FF1126;
    color: #FFF;
    border-color: #FF1126;
}
.house-detail .loudon-item .more{
    color: #FF1126;
}

/* 同价位楼盘 */

.house-detail .sale-peitao-con .map-show li:hover{
	background-color: #f5f7f7;
}

/** 沙盘图样式*/
.house-detail .labels-1{
    background: #FD3350;
}
.house-detail .labels-1::after{
    border-top: #FD3350 4px solid!important;
}
.house-detail .labels-2{
    background: #1929FF;
}
.house-detail .labels-2::after{
    border-top: #1929FF 4px solid!important;
}
.house-detail .labels-3{
    background: #aaaaaa;
}
.house-detail .labels-3::after{
    border-top: #aaaaaa 4px solid!important;
}
.house-detail .relative-type a:hover{
    color:#FF1126;
}
.house-detail .house-discount-con .house-receive-group .receive-btn{
    background-color: #FF1126;
}
/**专车看房表单**/
.zckf-form{
    width:100%;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #E9E9E9;
}
.zckf-form .lft{
    width:134px;
    float:left;
}
.zckf-form .lft p.tt{
    color:#000;
    font-size:18px;
    margin-bottom: 8px;
}
.zckf-form .lft span{
    font-size:14px;
    color:#999;
}
.zckf-form .lft span em{
    font-style:normal;
    color: #FF1B31;
}
.zckf-form .noticeBtn{
    width: 92px;
    height: 30px;
    background: linear-gradient(-48deg, #FF0712, #E94A18);
    border-radius: 2px;
    font-size:14px;
    color:#fff;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-top:6px;
    cursor: pointer;
}
/****/
/* 交流群表单 */
.house-detail .house-discount-con .sale-group-1 {
    border: 1px solid #e8e6d2;
    background: #fff0f3;
}
.house-base-list .concat-group{
    background: #F8F8F8;
}
.house-base-list .concat-group .concat-info p em{
    color:#FF1B31;
}
.house-base-list .concat-group .receive-btn {
    background: #FF1126;
}


#floor-question .sale-group{
    background-image: url(../image/from/ask_form2.png);
}

.price-wrapper #housePagePriceEcharts{
    width: 1180px;
    height: 398px;
    top:-35px;
}
.price-wrapper {
    position:relative;
    padding-top: 30px;
}
.price-wrapper .tit{
    font-size: 16px;
    font-weight: bold;
    color: #30323D;
}
.price-wrapper .tit em{
    color:#999;
    font-size:14px;
    font-weight:normal;
}
/**新增表单**/
.new-form{
    width: 480px;
    height: 88px;
    background-image: url(../image/from/form_41315.png);
    background-repeat: no-repeat;
    position: relative;
    margin-top:15px;
}
.new-form .input-con{
    width:240px;
    height:40px;
    position: absolute;
    top:24px;
    right:13px;
    display: flex;
}
.new-form .input-con input{
    width:154px;
    border:none;
    height:40px;
    padding-left:8px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.new-form .input-con .input-btn{
    width: 86px;
    border: 1px solid #fff;
    height: 40px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    background: none;
    cursor: pointer;
    color:#fff;
}

/* 扫码拨号大图 */
.qrCode_popup{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}
.qrCode_popup .qrCode_box{
    width: 428px;
    height: 316px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 1px rgba(102,102,102,0.18);
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.qrCode_popup .qrCode_box .close{
    position: absolute;
    right: 16px;
    top: 16px;
    color: #999999;
    font-size: 18px;
    cursor: pointer;
}
.qrCode_popup .qrCode_box .code_bg{
    position: absolute;
    bottom: 0;
}
.qrCode_popup .qrCode_box .qrCode{
    width: 180px;
    /* height: 180px; */
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qrCode_popup .qrCode_box .qrCode .big_call{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.qrCode_popup .qrCode_box .qrCode .call{
    display: inline-block;
    font-size: 20px;
    color: #30323D;
    white-space: nowrap;
}
.qrCode_popup .qrCode_box .qrCode .hint {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
}
/* 现场动态2 */
.house_scene_List .house_scene_item .im_box{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-top: 10px;
}
.house_scene_List .house_scene_item .im_box .via{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.house_scene_List .im_box .name_box{
    height: 50px;
    margin-left: 10px;
}
.house_scene_List .im_box .name_box .name{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #30323D;
    margin-bottom: 8px;
}
.house_scene_List .im_box .name_box .im_btn{
    font-size: 14px;
    color: #FF1B31;
}
.house_scene_List .im_box .name_box .im_btn .iconfont{
    position: relative;
    top: 3px;
    font-size: 20px;
    margin-right: 5px;
}
.house_scene_List .house_scene_item{
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 30px;
}
.house_scene_List .house_scene_item .scene_cnt{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-align: justify;
    margin: 20px 0;
}
.house_scene_List .house_scene_item .scene_cnt .lable{
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    background: #FFE6EC;
    font-size: 12px;
    color: #FF1B31;
}
.house_scene_List .house_scene_item .scene_cnt .hot_icon{
    color: #f5641f;
    font-size: 20px;
    margin-left: 8px;
}
.house_scene_List .house_scene_item .swiper_box{
    position: relative;
}

.house_scene_List .house_scene_item .scene_slide_prev{
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 110px;
    line-height: 110px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    background: #FFE6EC;
    color: #FF1B31;
}
.house_scene_List .house_scene_item .scene_slide_next{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 110px;
    line-height: 110px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    background: #FFE6EC;
    color: #FF1B31;
}
.house_scene_List .house_scene_item .scene_item_swiper{
    margin-top: 20px;
    width: 770px;
}
.house_scene_List .scene_item_swiper .scene_item_slide>img{
    width: 131px;
    height: 110px;
    line-height: 110px;
    background: #FFFFFF;
    border-radius: 4px;
    /* border: 1px solid #707070; */
    background-color: #000;
    object-fit: cover;
}
.house_scene_List .house_scene_item .font_box{
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
    color: #999999;
}
.house_scene_List .house_scene_item .font_box .upvote{
    margin-left: 16px;
    cursor: pointer;

}
.house_scene_List .house_scene_item .font_box .upvote.active{
    color: #FA9B2D;
    cursor: pointer;
}
.house_scene_List .house_scene_item .video_area .scene_item_swiper{
    width: 131px;
    height: 110px;
    margin-left: 30px;
}
.house_scene_List .house_scene_item .video_box{
    width: 131px !important;
    height: 110px;
    background: #FFFFFF;
    border-radius: 4px;
    position: relative;
}
.house_scene_List .house_scene_item .video_box .img{
    width: 131px;
    height: 110px;
    border-radius: 4px;
}
.house_scene_List .house_scene_item .video_box .play_icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, .4);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.house_scene_List .house_scene_item .video_box .play_icon .iconfont{
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
/* .house_scene_List .house_scene_item .video_area .font_box{
    text-align: left;
} */

/* 现场动态大图展示 */
.picture_look_popup .big_scene_shadow .big_scene_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 940px;
    height: 700px;
    height: 630px;
}
.picture_look_popup .big_scene_shadow .big_scene_container .big_scene_control {
    background: rgba(0,0,0,0.5);
    height: 590px;
    padding-top: 0;
}
.picture_look_popup .big_scene_shadow .big_scene_right_box{
    width: 245px;
    height: 465px;
    background: #FFF;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}
.fullPhoto {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    background: #333;
    overflow-y: scroll;
}

.fullPhoto .close {
    position: absolute;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.fullPhoto .panel {
    position: absolute;
    margin: auto;
    left: 50px;
    top: 50px;
    right: 50px;
    bottom: 50px;
    z-index: 1;
    overflow: hidden;
}
.fullPhoto .panel img {
    width: auto;
    height: auto;
    position: absolute;
    cursor: move;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* transition: 0.3s; */
}