/* 楼盘详情新 */

/* 公共 */
.img_txt_center{
    display: flex;align-items: center;
}/* 图片文字垂直居中对齐 */
.m_5{margin-top:5px;}
.m_10{margin-top:10px;}
.m_15{margin-top:15px;}
.m_20{margin-top:20px;}
.m_30{margin-top:30px;}
.l_5{margin-left:5px;}
.l_6{margin-left:6px;}
.l_8{margin-left:8px;}
.l_10{margin-left:10px;}
.l_20{margin-left:20px;}
.l_30{margin-left:30px;}
.l_100{margin-left:100px;}
.l_110{margin-left:110px;}
.r_5{margin-right:5px;}
.r_10{margin-right:10px;}
.r_20{margin-right:20px;}
.r_30{margin-right:30px;}
.b_10{width: 100%;height: 10px;}
.b_15{width: 100%;height: 15px;}
.b_20{width: 100%;height: 20px;}
.b_30{width: 100%;height: 30px;}
.b_40{width: 100%;height: 40px;}
.b_50{width: 100%;height: 50px;}
.b_60{width: 100%;height: 60px;}
.bt_10{margin-bottom:10px;}
.bt_15{margin-bottom:15px;}
.bt_20{margin-bottom:20px;}
.bt_30{margin-bottom:30px;}
.bg-gray-new{background: #f8f8f8;}
.btn-opacity{
    opacity: 0;
}
.banner {
    width: 100%;
    margin: auto;
    border: none;
    height: 415px;
    position: relative;
    overflow: hidden;
}

.imgList {
    list-style: none;
    position: absolute;
}

.imgList img {
    width: 500px;
    height: 250px;
}

.imgList li {
    float: left;
    margin-right: 20px;
}

.circle {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}
.circle a.hover {
    background: black;
    opacity: .8;
}

.toubulunbo {
    min-height: 187px;
}
ul,
ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
/* 居中90% */
.center_90{
    width: 90%;
    margin: 0 auto;
    background: #ffffff;
}
#detail_top{
    width:90%;
    margin:0 auto;
    flex-direction:column;
    justify-content:center;
    margin-top: 7.5px;
    padding: 15px 0;
    background: white;
    position: relative;
}
/* 顶部优惠信息 */
.yh_info{
    width: 90%;
    margin: -250px auto auto auto;
    display: flex;
    flex-direction: column;
}
.yh_info .yh_btn_01,.yh_info .yh_btn_02{
    background: #000000;
    height: 20px;
    border-radius: 10px;
    margin: 0;
    opacity: 0.5;
    /* padding: 0 20px; */
}
.yh_info .yh_btn_01{
    width: 155px;
}
.yh_info .yh_btn_02{
    width: 205px;
}
.yh_info .yh_span{
    position: absolute;
    top: 2.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}
.yh_span .img_01{
    width: 17.5px;
    height: 12px;
}
.yh_span .img_02{
    width: 17.5px;
    height: 16.5px;
}
.yh_span .m_img{
    width: 5px;
    height: 10px;
}
/* 100元优惠券 */
.pic_yhd{
    margin-top:-37.5px;
    position: relative;
}
.pic_yhd img{
    width: 100%;
    height: 150px;
}
.pic_yhd button{
    position: absolute;
    top: 0;
    width: 100%;
    height: 150px;
}
.pic_yhd .clspan,.pic_yhd .crspan{
    position: absolute;
    bottom: 50px;
    color: #fbffff;
    font-size: 21px;
}
.pic_yhd .clspan{
    left:18%;
}
.pic_yhd .crspan{
    right: 5%;
}

/* 小标签 */
.light_container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
}
.light_com{
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 21px;
    font-size: 12px;
    margin: 5px 0 0 0;
    padding: 0 10px;
    border-radius: 5px;
}
.light_n_green{
    color:#8f8f8f;
    background:#f8f8f8;
    margin-left: 4px;
}
.light_n_brown{
    color: #e3861f;
    background: #fff3eb;
    margin-left: 5px;
}

/* 关注楼盘 */
.lp_heart{
    position: relative;
}
.lp_heart button{
    position: absolute;
    width: 180px;
    height: 46px;
    margin-left:-35px;
}

/* 价格 总价 面积 */
.price_color{
    color:#3b3b3b;
    font-size: 16px;
    font-weight: 700;
}

/* 获取低价、变价提醒 */
.price_info{
    display: flex;
    justify-content: space-between;
}
.price_info .price_btn{
    width: 48%;
    height: 40px;
    color: #45aeff;
    border: 1px solid #45aeff;
    background: white;
    border-radius: 7.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.price_btn .img{
    width: 17.5px;
    height: 16px;
}
.price_btn .img_01{
    width: 17.5px;
    height: 16px;
}

/* 楼盘详情信息 */
.house_info{
    display: flex;
    flex-direction: column;
}
.house_lv{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom:1px solid #f8f8f8;
}
.house_lv_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 31%;
}
.house_lv .img:nth-child(1){
    width: 25px;
    height: 28px;
}
.house_lv .img:nth-child(2){
    width: 50px;
    height: 47.8px;
}
.house_lv .img:nth-child(3){
    width: 50px;
    height: 47.8px;
}
.house_lv_info{
    text-align: center;
}
.house_lv_info .span{
    color: #b4b4b4;
    font-size: 12px;
}
.house_lv_info .span:nth-child(2){
    color: #000;
}
.house_com{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.house_font{
    font-size: 22px;
    color: #8c8c8c;
}
.house_btn{
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    background: white;
    border: none;
}
.house_btn .img{
    width: 5px;
    height: 10px;
}
.house_btn,.house_kp{
    color: #e31e0b;
}
.house_span_com{
    color: #aeaeae;
}
.house_span_b{
    color: #000000;
}
.house_span01 {
    font-size: 13px;
}
.house_com_center{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.house_50{
    width: 50%;
}
.house_35{
    width: 45%;
}
.house_com_center button{
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #efefef;
    border-radius: 2px;
    height: 50px;
    font-size: 23px;
    color:#616161;
    letter-spacing: 3px;
    padding-left: 38px;
}

/* 热门话题 */
.ht_hot{
    position:relative;
    width: 100%;
    height: 400px; /* 设置视图高度 */
    border-radius: 20px;
    background-color: #fff; /* 设置背景颜色，根据需要修改 */
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1); /* 设置阴影，参数分别表示水平偏移、垂直偏移、模糊半径、阴影大小、阴影颜色 */
}
.hot_swiper{
    height: 400px;
}
.hot_top .hot_green{
    color: #00b067;
    font-weight: bold;
}
.hot_top .hot_title{
    color:#3a3a3a;
    font-size:30px;
}
.hot_img{
    width: 80px;
    height: 75px;
    position: absolute;
    right: 0;
}
.swiper-dots{
    bottom: 0!important;
}
.hot_cont_01{
    display: flex;
    align-items: center;
}
.hot_cont_01_img{
    width: 40%;
    height:130px;
}
.hot_cont_01 img{
    width: 100%;
    height: 100%;
}
.hot_subject{
    color: #3a3a3a;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    margin:0;
    padding:0;
    line-height: 45px;
}

.hot_cont_02{
    display: flex;
    flex-direction: row;
}
.hot_poll{
    width: 28%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #00ae67;
    display: flex;
    justify-content:center;
    align-items: center;
    color: #fff;
}
.hot_poll img{
    width: 30px;
    height: 30px;
    margin-right: 6px;
}
.hot_scroll{
    width: 70%;
    height: 50px;
    overflow: hidden;
    margin-left: 20px;
}
.hot_scroll img{
    width: 30px;
    height: 30px;
}
.scroll_com{
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
}
.scroll_title{
    color: #00ae66;
    margin-left: 20px;
    font-size: 25px;
}
.hot_cont_03{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hot_cont_03 img{
    width: 120px;
    height: 45.6px;
}
.hot_cont_03 .fbox{
    display: flex;
    justify-content:center;
    align-items: center;
}

/* 楼盘价值分析 */
.rate_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rate_left{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rate_left_total{
    font-size: 37.5px;
    font-weight: 500;
    color: #e31e0b;
}
.rate_left_span{
    font-size: 12px;
    color: #000000;
}
.rate_house{
    width: 90%;
    margin: 0 auto;
}
.rate_title{
    color: #000000;
    font-weight: bold;
    font-size:16px;
}
.rate_content{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rate_com{
    width: 50%;
    height: 30px;
    /* position: relative; */
    display: flex;
    flex-direction: row;
    align-items: center;
}
.rate_com .rate_v:nth-child(1){
    width:45%;
}
.rate_com .rate_v:nth-child(2){
    width:40%;

}
.rate_v_div {
    height: 2px;
    width: 100%;
    background: antiquewhite;
}
.rate_com_title{
    color: #8b8b8b;
    font-size: 12px;
}
.rate_content_02{
    border-top:1px solid #efefef;
    padding:15px 15px 0 15px;
}
.rate_zs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.span-container{
    background: linear-gradient(to bottom, #808080, #f0f0f0);
    -webkit-background-clip: text;
    color: transparent;
}
.rate_zs_01{
    width: 20%;
}
.rate_zs_02{
    width: 78%;
}
.rate_zs img{
    width: 100%;
    height: auto;
}
.rate_zs_title{
    color: #3a3a3a;
    font-weight: bold;
    font-size: 13px;
}
.rate_zs_text{
    font-size: 13px;
}
.rate_content_02 button{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff3f3;
    color: #e31e0b;
    text-align: center;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    border-radius: 5px;
    border: none;
}

/* 购房群 */
.qun{
    background: url(https://hc.5151hc.com/userfiles/bdimg/wx_back.jpg);padding:22.5px 0;
    /* #ifdef MP-BAIDU */
    margin-top:5px;
    /* #endif */
}
.qun_k{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.qun_com{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qun_img_01{
    width: 22%;
    /* #ifdef MP-BAIDU */
    height: auto;
    /* #endif */
    /* #ifdef MP-WEIXIN */
    height: 150px;
    /* #endif */
}
.qun_img_02{
    width: 31%;
    /* #ifdef MP-BAIDU */
    height: 45px;
    /* #endif */
    /* #ifdef MP-WEIXIN */
    /* #endif */
}
.qun_cont01{
    width: 76%;
}
.qun_cont01 .qun_title_01{
    font-size: 36px;
    font-weight: bold;
    color: #000;
}
.qun_cont01 .qun_title_02{
    font-size: 25px;
    color: #8a8b8d;
}
.qun_cont02{
    width: 62%;
    display: flex;
    align-items: center;
}
.qun_cont02 .qun_t1{
    font-size: 22px;
    color: #8a8b8d;
}
.qun_scroll{
    height: 50px;
    overflow: hidden;
}
.qun_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    border:1px solid #00ad66;
    color: #00ad66;
    background: none;
    margin-right: 0;
}
/* 置业管家 */
.hkeep_subject{
    color: #8c8c8c;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.hkeep_subject .img{
    width: 17.5px;
    height: 16px;
}
.hkeep_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hkeep_top_com{
    display: flex;
    align-items: center;
}
.hkeep_top_com img{
    width: 32px;
    height: 32px;
}
.hkeep_title{
    color: #8b8b8b;
    font-size: 23px;
}
.hkeep_list{
    display: flex;
    flex-direction: column;
}
.hkeep_v{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top:10px;
}
.hkeep_img{
    width: 17%;
}
.hkeep_v img{
    width: 55px;
    height: auto;
}
.hkeep_word{
    width: 40%;
    display: flex;
    flex-direction: column;
}
.hkeep_word .hkeep_name{
    color: #373737;
    font-size: 14px;
}
.hkeep_word .hkeep_t{
    display: flex;
    flex-direction: row;
}
.hkeep_word .hkeep_icon{
    background: #f7f7f7;
    color: #b3b3b3;
    font-size: 12px;
    transform: scale(0.85);
    display:inline-block;
    padding:1px 3px;
    white-space: nowrap;
}
.hkeep_word .hkeep_icon:nth-child(2){
    /*margin-left: 10px;*/
}
.hkeep_t{
    margin-top:2px;
}
.hkeep_btn{
    width: 38%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.hkeep_btn .btn{
    width:80%;
    height: 60px;
    margin:0;
    padding:0px;
    margin-top: -50px;
    border: none;
    background: white;
    /* background: linear-gradient(to right,#e31e0b,#ff7200);
    color: #ffffff;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.hkeep_btn .img{
    width: 100%;
}
.hkeep_bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.hkeep_bottom_img{
    width: 8%;
    display: flex;
    align-items: center;
}
.hkeep_bottom img{
    width: 50px;
    height: 50px;
}
.hkeep_between{
    width: 92%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hkeep_scroll{
    width: 75%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.hkeep_stitle{
    font-size: 23px;
}
.hkeep_sbtn{
    width: 23%;
}
.hkeep_between button{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #0db26e;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 25px;
    border-radius: 30px;
    padding:0;
    margin:0;
}

/* 固定导航以及内容 1-导航样式 */
.navbar{
    z-index: 20;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color:#8d8d8d;
    background: #fff;
    border-bottom:1px solid #f8f8f8;
    transition: position 0.3s; /* 添加过渡效果 */
}
.navbar .nav-item{
    width: 16%;
    text-align: center;
}
.navbar .nav-item{
    position: relative;
    font-weight: 600;
    font-size: 13px;
    color: black;
}
.navbar .b_line{
    width: 100%;
    height: 15px;
    border-radius: 15px;
    margin-top: -9px;
}
.c_line {
    background: linear-gradient(to right, rgb(248, 188, 180), rgb(255, 255, 255));
}
.section {
    width: 90%;
    margin: 0 auto;
    margin-top:15px;
    padding-bottom: 15px;
}
.section_small {
    padding: 7.5px 0;
}
.section_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 1px;
}
.section_title .div:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.section_title .div:nth-child(2){
    font-size: 12.5px;
    color:#8b8b8b;
}
.section_title_gt{
    display: flex;
    align-items: center;
}
.section_title .img{
    width: 5px;
    height: 10px;
}

/* 全部户型 */
.se_hx_btnlist{
    margin:10px 0px 5px 0px;
    /*color: rgb(227, 30, 11);*/
    /*background: rgb(255, 243, 243);*/
    border-radius: 25px;
}
.se_hx_div {
    /*width: 100px;*/
}
.huxingzhaopian {
    border: 1px solid #eeeeee;
    padding: 5px;
    height: 175px;
    margin-right: 10px;
}
.se_hx_btnlist span{
    font-size: 35px;
    /*padding: 10px 50px;*/
    /*margin-right: 20px;*/
    /*border-radius: 50px;*/
}
.se_hx_item {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    height: 350px;
}
.se_hx_item_p {
    overflow: hidden;
    overflow-x: scroll;
}
.scroll-div_H {
    height: 360px;
    white-space: nowrap;
    width: 96%;
}

.scroll-div-item_H {
    width: 240px;
    margin-right: 10px;
    display: inline-block;
    height: 150px;
    line-height: 27.5px;
    text-align: center;
    font-size: 18px;
}
/*.scroll-div_H{*/
/*    height: 660px;*/
/*    white-space: nowrap;*/
/*}*/
/*.scroll-div-item_H{*/
/*    width: 650px;*/
/*    !* 	height: 600px; *!*/
/*    margin-right: 20px;*/
/*}*/
.scroll-div-item_H img{
    border: 1px solid #eeeeee;
    padding: 10px;
}
.se_hx_info{
    display: flex;
    flex-direction: column;
    justify-content: left;
}
.se_hx_i_shi{
    text-align: left;
}
.se_hx_info .se_hx_i_span{
    text-align: left;
    color:#8c8c8c;
    font-size: 12px;
}
.se_hx_i_span .se_hx_total{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25px;
    height: 25px;
    padding: 2.5px;
    margin-top: -2.5px;
    float: right;
    background: #f8f8f8;
    font-size: 12px;
    transform: scale(0.5);
    line-height: 10px;
    border-radius: 2.5px;
}
.se_hx_i_span .se_hx_total .span{
    text-align: center;
}
.se_hx_i_st{
    text-align: left;
    color:#393939;
    font-size: 14px;
    font-weight: bold;
}
.se_hx_wy{
    background: #f1f8ff;
    color: #45aeff;
    padding: 4px 7.5px;
    font-size: 12px;
}
.se_hx_btns{
    display: flex;
    justify-content: space-between;
}
.se_hx_btn_com{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    height: 42.5px;
    line-height: 42.5px;
    text-align: center;
    font-size: 14px;
    margin-left: 0;
    border-radius: 7.5px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
}
.se_hx_btn_i:nth-child(1){
    color: #e31e0b;
    border: 1px solid #e31e0b;
    background: white;
}
.se_hx_btn_i:nth-child(2){
    background: #e31e0b;
    color: #fff;
    border: none;
}

/* ---户型快速询问 */
.se_hx_title{
    display: flex;
    align-items: center;
}
.se_hx_t01{
    font-size:14px;
    font-weight: bold;
    color: #383838;
}
.se_hx_t02{
    font-size: 12.5px;
    color: #adadad;
}
.se_hx_btn{
    display: flex;
    flex-direction: row;
}
.se_hx_btn .se_hx_img{
    width: 13px;
    height: 13px;
}
.se_hx_btn button{
    display: flex;
    justify-content: center;
    align-items: center;
    background:#f7f7f7;
    padding: 4px 1px;
    margin: 0;
    height: 30px;
    font-size : 10px;
    border-radius: 15px;
    border: none;
}
.se_hx_btn button:nth-child(2){
    margin-left: 10px;
}
/* 楼盘口碑 */
.se_kb_info,.se_dt_title{
    font-size: 12.5px;
    color:#3a3a3a;
    line-height: 22.5px;
}
.se_kb_nt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.5px;
    color:#6d6d6d;
}
.se_kb_nt .img{
    width: 23.75px;
    height: 23.75px;
}
.se_kb_left{
    display: flex;
    align-items: center;
}
.se_kb_t,.set_dt_n{
    font-size: 12.5px;
    color:#b9b9b9;
}
/* .se_kb_t{
	float: right;
} */
.se_kb_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff3f3;
    color: #e31e0b;
    text-align: center;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    border: none;
    border-radius: 5px;
}
.se_kb_btn .img{
    width: 17.5px;
    height: 13.5px;
}
/* 实时动态 */
.se_dt_t{
    color: #e31e0b;
    background:#fff3f3;
    padding:5px 8px;
    font-size: 24px;
}
.se_dt_n{
    color: #b9b9b9;
    font-size: 24px;
}
#section3 .se_dt_item{
    padding-bottom: 20px;
}
#section3 .se_dt_item:nth-child(2){
    border-bottom: 1px solid #f8f8f8;
}
.dt-dtall-v{
    padding:18.75px 0 11.25px 0;
    display: flex;
}
.dt-dtall-pt{
    display: flex;
    margin: 0 5px 0 0;
    width: 20%;
}
.dt-dtall-pt .pt-date{
    display: flex;
    flex-direction: column;
    color: #000000;
    font-size: 28px;
    margin: -10px 5px 0 0;
}
.dt-dtall-pt .pt-date .div:nth-child(1){
    font-size: 11.25px;
    text-align: center;
}
.dt-dtall-pt .pt-date .div:nth-child(2){
    font-size: 17.5px;
    text-align: center;
}
.dt-dtall-pt .pt-pl{
    display: flex;
    flex-direction: column;
    margin-top: 7.5px
}
.dt-dtall-point{
    display: inline-block;
    width: 7.5px;
    height: 7.5px;
    border-radius: 7.5px;
    background: #ed4431;
    position: relative;
    left: 3px;
}
.dt-dtall-line{
    display: inline-block;
    width: 1px;
    height: 95%;
    border-left: 1px dashed #ec817b;
    margin-left: 6px;
}
.dt-dtall-content{
    width: 80%;
}
.dt-dtall-jd,.dt-dtall-subject{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.dt-dtall-jd,.dt-dtall-con{
    color: #8c8c8c;
}
.dt-dtall-subject{
    color:#000000 ;
}
.dt-dtall-time{
    color:#8d8d8d;
    font-size: 25px;
}
.dt-dtall-con{
    font-size: 14px;
}
.se_pt_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #fce9e5, #ffffff);
    color: #000000;
    text-align: center;
    font-size: 14px;
    height: 45px;
    padding: 0;
    width: 100%;
    border: none;
    border-radius: 10px;
}
.se_pt_btn .se_pt_btn_wt{
    display: flex;
    align-items: center;
}
.se_pt_btn .se_pt_btn_wt span:nth-child(1){
    background: #e31e0b;
    color: #ffffff;
    padding: 0 3px;
    border-radius: 3px;
    height: 22.5px;
    line-height: 22.5px;
    display: inline-block;
}
.se_pt_btn .se_pt_btn_z{
    color: #e31e0b;
    font-weight: 600;
    font-size: 12.5px;
    display: flex;
    align-items: center;
}
.se_pt_btn_z .img{
    width: 5px;
    height: 10px;
}
.se_dt_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff3f3;
    color: #e31e0b;
    text-align: center;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    border: none;
    border-radius: 5px;
}
/* 成交记录 */
.se_cj_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.se_cj_info{
    width: 65%;
    margin-left:7%;
}
.se_cj_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;
    width: 35%;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    border: 1px solid #0eb170;
    color: #0eb170;
}
.se_cj_shi{
    font-size: 30px;
    font-weight: bold;
    color:#3a3a3a;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.se_cj_wy{
    color: #f36154;
    font-size: 28px;
    font-weight: bold;
}
.se_cj_t{
    font-size: 24px;
    color:#b9b9b9;
}
/* 周边动态 */

/* 大家都在问 */
.qw_item{
    font-size: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #f8f8f8;
}
.qw_icon_w{
    background:#effcf3;
    color: #0eb36f;
    padding:3px
}
.qw_icon_d{
    background:#fcf8f7;
    color: #f4a23f;
    padding:3px
}
.qw_com{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    letter-spacing: 1px;
}
.qw_com span{
    display: inline-block;
}
.qw_com span:nth-child(1){
    width: 5%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.qw_com span:nth-child(2){
    width: 90%;
}
.qw_cw_info{
    color:#3b3b3b;
}
.qw_cd_info{
    color:#8b8b8b;
}
/* 最后图片按钮样式 */
.bottom_btn img{
    width: 100%;
    height: auto;
}
/* 弹窗 */
#popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
    z-index: 9999; /* 确保弹窗显示在最前面 */
}
#popup .img-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}
#popup .popimg{
    width: 70%;
    height: auto;
}
#popup .popbtn{
    background: none;
}
#popup .popclose{
    width: 60px;
    height: 60px;
    position: absolute;
    right: 100px;
    top: 25%;
}

/* 推荐楼盘 */
.push_div{
    width: 90%;
    margin: 0 auto;
}
.dt-rm-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px 0;
    letter-spacing: 1px;
}
.dt-rm-title-1{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.dt-rm-title-2{
    font-size: 12.5px;
    color:#8b8b8b;
    display: flex;
    align-items: center;
}
.dt-rm-title-2 .img{
    width: 5px;
    height: 10px;
}
.dt-rm-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dt-rm-imgs{
    width: 27%;
    position: relative;
    overflow: hidden;
}
.dt-rm-img{
    width: 100%;
    height: 70px;
    border-radius: 7.5px;
}
.dt-rm-img .flag {
    position: absolute;    /*绝对定位*/
    height: 10px;
    line-height: 10px;
    text-align: center;
    width: 45px;
    background-color: #ff6600;
    color: #fff;
    font-size: 7px;
    /* padding: 5px 0; */
}
.dt-rm-img .flag-left {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -15px;
    top: 7.5px;
}
.dt-rm-2{
    width: 70%;
}
.dt-rm-2-subject{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dt-rm-2-subject span{
    color: #3a3a3a;
    font-size: 15px;
    font-weight: bold;
}
.dt-rm-btn{
    margin: 0;
    padding: 0;
    width: 22.5px;
    height: 22.5px;
    display: flex;
    align-items: center;
    background: white;
    border: none;
}
.dt-rm-btn img{
    width: 80%;
    height: 80%;
}
.dt-price{
    font-size: 16px;
}
.dt-rm-price{
    color: #e31e0b;
    font-weight: 600;
}
.dt-rm-priced{
    font-size: 28px;
    color: #e31e0b;
    font-weight: 600;
}
.dt-rm-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #8b8b8b;
    font-size: 12px;
}
.dt-rm-info span{
    margin-right: 7.5px;
}

/* 楼盘详情 */

.phone_btn {
    position: absolute;
    display: flex;
    background: #39B54A;
    /*   align-items: center; */
    width: 150px;
    height: 50px;
    border-radius: 10px;
    z-index: 1;
    font-size: 25px;
    margin-top: 5%;
    margin-left: 75%;
    padding: 2px;
    text-align: center;
    color: #FFFFFF;
    /* 	color: #0081FF;
    height: 80px; */
}

.lp_add {
    margin: 20px auto;
    width: 90%;
    height: 350px;

}

page {
    background: #FFFFFF;
}

.status-item {
    margin-top: 20px;
    font-size: 25px;
}

.kuai {
    float: left;
    width: 12px;
    height: 27px;
    background: #459f9d;
    margin-top: 8px;
}

.title_view {
    width: 100%;
}

.imgs {
    width: 90%;
    margin: 7.5px auto;
}
.imgs_cont{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* width: 90%;
    height: 180px; */
    margin: 0 auto;
}
.imgs_cont .img{
    height: 35px;
    display: inline-block;
}
.imgs_cont .img:nth-child(1){
    width: 85%;
}
.imgs_cont .img:nth-child(2){
    width: 35px;
}
.imgs .tel{
    color: #fc8c4d;
    font-size: 48px;
}
.imgs .imgs_txt{
    color: #3a3a3a;
    font-size: 24px;
    margin-top:10px;
}
.imgs .imgs_txt2{
    color: #8a8a8a;
    font-size: 20px;
}

.top_title {
    /* height: 80px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.tiao {
    height: 70%;
    border: 1px solid #a4a4a4;
    width: 1px;

}

.shang {
    line-height: 21px;
    /* text-align: center; */
}

.head {
    width: 100%;
    padding: 7px 20px;

}

.xiangguan_list {
    width: 90%;
    height: 70px;
    border-bottom: 0.3px solid #CCCCCC;
    margin: auto;
    line-height: 70px;
    font-size: 25px;
    display: flex;
    justify-content: space-around
}

.tell_iuc {
    float: right;
    margin-top: -75px;
    font-size: 70px;
    background: #FFFFFF;
    color: #39B54A;
    border-radius: 50%;
}

.call_span {
    color: #333333;
    font-weight: 600;
    font-size: 23px;
}

.tap_r {
    width: 33%;
    background: #FFFFFF;
    font-weight: 700;
    color: #39b54a;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.tap_l {
    width: 33%;
    background: #39b54a;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.tap_bu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #4CD964;
    border-radius: 12px;
    height: 70px;
}
.nei_div_four {
    margin-top: 80px;
    background: #FFFFFF;
    width: 95%;
    height: 500px;
}
.div_four {
    background: #FFFFFF;
}

.cl_title {
    /* width: 100%; */
    font-size: 18.75px;
    font-weight: 700;
    color: #333334;
}

.two_title {
    float: left;
    font-size: 35px;
    font-weight: 800;
    margin-left: 17px;
}

.let_space_2{letter-spacing: 2px;}
.let_space_3{letter-spacing: 3px;}
.let_space_5{letter-spacing: 5px;}
.zhuangt_com{padding:0 7.5px 7.5px 3px;}
.light{padding:2px 15px;border-radius:5px;font-size:12px;}
.light_green{color: #20bb39;border:1px solid #d7f0da;}
.light_blue{color: #18b9b6;border:1px solid #d3f1f3;}
.light_blue_2{color: #1593ff;border:1px solid #cce6ff;}
.dongtai_view{color:#898989;font-size: 28px;letter-spacing: 1px;line-height:42px;}
.dongtai_time{width: 10px;height: 10px;border-radius: 50%;background-color:#459f9d;float: left;margin-top:14px;margin-right:12px;}
.dongtai_cont{color:#3f3f3f;font-size: 28px;letter-spacing: 3px;font-weight: bold;line-height:46px;margin-left:18.75px;}


.biao_subject {
    float: right;
    color: #979797;
    font-weight: 200;
    font-size: 25px;
    margin-top: 12px;
}

.biao_subject_de {
    color: #7797d2;
    font-weight: 200;
    margin-right: 15px;
    font-size: 30px;
    margin-top: 20px;
    width: 100%;
    background: #e6eaf3;
    height: 70px;
    text-align: center;
    line-height: 70px;

}

.biao {
    color: #888888;
    float: right;
    margin-left: 5%;
    font-weight: 200;
    font-size: 30px;
}


.chaocchu {
    color: #444444;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    span-overflow: ellipsis;

}

.heng {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    color: #8c8c8c;
    display: flex;
    flex-direction: row;
    justify-content: inherit;
}

.span_info {
    display: flex;
    flex-direction: column;
    /* margin-left: 30px; */
    margin-top: 3%;
}


.biaoqian2 {
    text-align: center;
    font-size: 20px;
    width: 20%;
    height: 40px;
    border-radius: 10px;
    margin-left: 13px;
    color: #75a0e4;
    background: #e6eaf3;
    line-height: 40px;
}

.zhaugntai {
    width: 90%;
    display: flex;
    margin-left: -15px;
    margin-top: 30px;
    flex-wrap:wrap;  /*自动换行*/
}

.biaoqian1 {
    text-align: center;
    padding: 1px;
    font-size: 20px;
    color: #75a0e4;
    background: #e6eaf3;
    width: 10%;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;

}

.div_two {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top:10px;
}

.div_two .price_txt{
    color: #828282;
    margin-bottom:5px;
    font-size: 12px;
}

.div_two .price_dj{
    color:#f83022;
    font-size: 16px;
    font-weight: 700;
}
.div_two .price_img{
    width: 10px;
    height: 10px;
    margin: 0 0 0 2.5px;
}

.div_three {
    width: 100%;
    display: flex;
    justify-content: center;
}

.detail_info {
    display: flex;
    flex-direction: column;
    width: 90%;
    /* height: 630px; */
    background: #FFFFFF;
    /* opacity: 0.9; */
    z-index: 1;
    /* margin-top: -90px; */
    border-radius: 20px;
}
.detail_info2 {
    display: flex;
    flex-direction: column;
    width: 95%;
    height: 400px;
    background: #FFFFFF;
    opacity: 0.9;
    margin-top: 5%;
    border-radius: 50px;
}

.detail_info3 {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 500px;
    background: #FFFFFF;
    opacity: 0.9;
    margin-top: 50px;
    justify-content: center;
    border-radius: 25px;
}

.detail_info4 {
    display: flex;
    flex-direction: column;
    width: 90%;
    /* height: 420px; */
    background: #FFFFFF;
    opacity: 0.9;
    margin-top: 25px;
    justify-content: center;
    border-radius: 25px;
    margin:60px 0px;
}
.detail_info_remen{width:90%;margin:30px 0px;}
.scroll-view_H {white-space: nowrap;width: 96%;height:337.5px;}
.scroll-view-item_H {display: inline-block;width: 42%;height: 300px;line-height: 55px;text-align: center;font-size: 36px;}
.scroll-view-item_H .simg{width:90%;height:180px;border-radius:15px;}
.scroll_sub{text-align: left;padding:0 0 0 5%!important;font-size: 30px;padding:2px;overflow: hidden;color:#414141;}
.scroll_dj{text-align: left;padding:0 0 0 5%!important;font-size: 28px;color:#f73222;}
.plun_k{display: flex;align-items:flex-start;margin:0 0 18px 0;}
.plun_right{padding:0 0 2vw 0;border-bottom:1px solid #eeeeee;}
.plun_mname{color: #414141;font-size:30px;font-weight: bold;margin-right:20px;}
.plun_date{color: #A1A1A1;}
.plun_cont{color: #757575;margin-top:15px;line-height: 45px;letter-spacing: 2px;}
.plun_btn{background: #e6eaf3;color: #909ab5;letter-spacing: 3px;}
.ask_k{background: #f8f8f8;margin-top:-60px;}
.ask_cont{width: 90%;margin: 0 auto;padding:0 0 37.5px 0;}
.ask_back{border-bottom:1px solid #eeeeee;padding:37.5px 0 0 0;}
.ask_comm{display: flex;align-items:flex-start;padding:0 0 22.5px 0;}
.ask_img{width:70%;height:45px;vertical-align:middle;}
.ask_ad_subject{width:50%;color: #414141;height:37.5px;overflow: hidden;}
.ask_ad_date{width:40%;color: #babcbb;text-align: right;}
.ask_ad_content{width:90%;color: #969696;letter-spacing: 2px;line-height: 45px;}


/* 户型轮播 */
.swiper-item{
    display: block;
    /* height: 600px; */
    /* line-height: 300px; */
    text-align: center;
}

/* 固定导航以及内容 1-导航样式 */
.navbar{
    z-index: 20;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color:#8d8d8d;
    background: #fff;
    border-bottom:1px solid #f8f8f8;
    transition: position 0.3s; /* 添加过渡效果 */
}
.navbar .nav-item{
    width: 20%;
    /* text-align: center; */
}
.navbar .nav-item{
    position: relative;
    font-weight: 600;
}
.navbar .b_line{
    width: 50%;
    height: 8px;
    border-radius: 7.5px;
    margin-top: -5px;
    margin-left: 12px;
}


/* 楼盘详情详情页 */
.section,.c_90_auto{
    width: 90%;
    margin: 0 auto;
}
.section{
    padding: 15px 0;
}
.section_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 1px;
    font-size: 32px;
    /*font-weight: bold;*/
    color: #000000;
}
.section_content{
    display: flex;
    flex-direction: column;
}
.section_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
    margin-top : 15px;
}
.section_item_left .span:nth-child(1){
    color: #8c8c8c;
    letter-spacing: 2px;
}
.section_item_left .span:nth-child(2){
    color: #000000;
}
.section_item_left  .sspan{
    margin: 0 7.5px;
}
.section_item_right{
    color: #e31e0b;
    display: flex;
    align-items: center;
}
.section_item_right .btn{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    font-size: 28px;
    color: #e31e0b;
}
.section_item_right .img01{
    width: 26px;
    height: 23px;
}
.section_item_right .img{
    width: 10px;
    height: 20px;
}
.section_item_right .img02{
    width: 20px;
    height: 23.5px;
}
.flag {
    position: absolute;
    height: 10px;
    line-height: 10px;
    text-align: center;
    width: 45px;
    background-color: #ff6600;
    color: #fff;
    font-size: 7px;
    margin-left: 3px;
}
.flag-left {
    transform: rotate(-45deg);
    left: -15px;
    top: 7.5px;
}
.SupendButton-one {
    color: rgb(227, 30, 11);
    background: rgb(255, 243, 243);
    border: none;
    padding: 5px 25px;
    margin-right: 10px;
    border-radius: 25px;
    font-size: 12px;
    list-style-type: none;
    display:inline-block;
}

.SupendButton-two {
    color: rgb(139, 139, 139);
    background: rgb(248, 248, 248);
    padding: 5px 25px;
    margin-right: 10px;
    border-radius: 25px;
    font-size: 12px;
    list-style-type: none;
    display:inline-block;
}
.windows{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 20;    /*背景层*/
    text-align: center;
}
.windows_content{
    width: 330px;
    height: 220px;
    border-radius: 5px;
    margin: 70% auto;
    z-index: 30;    /*置顶窗口层*/
    background-color: white;
}
.tanchuang_one {
    font-size: 25px;
    position: relative;
    top: 25px;
}
.tanchuang_two {
    color: #999999;
    position: relative;
    left: 50px;
    width: 230px;
    top: 50px;
}
.tanchuang_three {
    font-size: 20px;
    color: red;
    position: relative;
    top: 15px;
}
.tanchunag_four {
    border: solid 1px transparent;
    border-bottom-color: #E4E7ED;
    margin-top: 70px
}
.tanchuang_five {
        color: #999999;
        position: relative;
        left: 40px;
        width: 250px;
        top: 40px;
}
a {
    text-decoration: none;
    color: inherit;
}
body::-webkit-scrollbar { width: 0 !important }
