/* 新房展示区 - 完全按照原网站样式 */

/* 基础辅助类 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.tfy-floor3 {
    margin-top: 20px;
}

.tfy-floor3 .w {
    width: 1200px;
    margin: 0 auto;
}

.tfy-floor3 .mc {
    overflow: hidden;
}

/* 左侧边栏 */
.tfy-floor3 .mc .tfy-l {
    width: 295px;
    float: left;
}

.tfy-floor3 .mc .tfy-l .mt.lpsy_title h3 {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.tfy-floor3 .mc .tfy-l .mt.lpsy_title h3 a {
    color: #333333;
}

/* 购房工具区域 */
.tfy-floor3 .mc .tfy-l .tfy-t {
    background: #f5f5f6;
    border-radius: 3px;
    height: 140px;
    margin-bottom: 20px;
}

.tfy-floor3 .mc .tfy-l h2 {
    line-height: 42px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 0 15px;
    position: relative;
}

.tfy-floor3 .mc .tfy-l h2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 3px;
    height: 14px;
    background: #ff5c00;
}

.tfy-floor3 .mc .tfy-l ul {
    text-align: center;
}

/* 开盘活动标题 */
.tfy-floor3 .mc .tfy-l .tfy-b.new-tfy-b h2.calendar_title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    line-height: 42px;
}

.tfy-floor3 .mc .tfy-l .tfy-b.new-tfy-b h2.calendar_title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 3px;
    height: 14px;
    background: #ff5c00;
}

.tfy-floor3 .mc .tfy-l li {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 6px;
    font-size: 14px;
    color: #333333;
}

.tfy-floor3 .mc .tfy-l li:hover {
    background: #fff;
    border-bottom: 1px solid #f00;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tfy-floor3 .mc .tfy-l .book_sli:hover {
    background: #f5f5f5;
    border-bottom: 0px solid #fff;
}

.tfy-floor3 .mc .tfy-l li a {
    display: block;
    height: 90px;
}

.tfy-floor3 .mc .tfy-l li p {
    margin-top: 10px;
}

/* 工具图标 */
.tfy-floor3 .mc .tfy-l li .map_find_img {
    width: 30px;
    height: 32px;
    overflow: hidden;
    margin: 0 auto;
    background: url('/static/images/img12.png');
    background-position: 100% 100%;
}

.tfy-floor3 .mc .tfy-l li .yushou_img {
    width: 30px;
    height: 32px;
    overflow: hidden;
    margin: 0 auto;
    background: url('/static/images/img13.png');
    background-position: 100% 100%;
}

.tfy-floor3 .mc .tfy-l li .fangdai_img {
    width: 30px;
    height: 32px;
    overflow: hidden;
    margin: 0 auto;
    background: url('/static/images/img14.png');
    background-position: 100% 100%;
}

/* 开盘活动区域 */
.tfy-floor3 .mc .tfy-l .tfy-b.new-tfy-b {
    background: #f5f5f6;
    border-radius: 3px;
    height: 460px;
}

.title_box {
    height: 42px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.calendar_title {
    float: left;
    cursor: pointer;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    line-height: 42px;
}

.calendar_title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 3px;
    height: 14px;
    background: #ff5c00;
}

.tfy-box {
    padding: 0 15px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 347px !important;
}

.calendar-data-box {
    display: none;
}

.calendar-data-box[style*="display: block"] {
    display: block;
}

.tfy-box .border-color {
    border-left: 1px dashed;
    padding-left: 15px;
    border-color: #c3c3c3 !important;
    position: relative;
}

.calendar-data-box .calendar-data-item {
    margin-bottom: 35px;
    position: relative;
}

.calendar-data-box .calendar-data-item .data-title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #000000;
    font-weight: normal;
}

.calendar-data-item > p {
    font-size: 12px;
    color: #999;
}

.build-name {
    margin-right: 10px;
    color: #666;
}

.data-time {
    color: #999;
}

.data-origin {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -21px;
    top: 5px;
    background: #dedede;
}

/* 右侧房源列表 */
.tfy-floor3 .mc .tfy-r {
    overflow: visible;
    width: 895px;
    float: right;
}

.tfy-floor3 .mc .tfy-r .mt {
    margin-bottom: 15px;
}

.tfy-floor3 .mc .tfy-r .lp_r {
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 楼盘行情按钮 */
.tfy-floor3 .mt .tfy-map {
    margin-left: auto;
    display: block;
    width: 86px;
    padding-left: 20px;
    height: 36px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    background: url('/static/images/img11.png');
}

/* 搜索框 */
.tfy-floor3 .mt .tfy-search {
    border-radius: 18px;
    overflow: hidden;
    width: 270px;
    height: 36px;
    background: #f5f5f6;
}

.tfy-floor3 .mt .tfy-search input {
    width: 171px;
    border: 0;
    border-right: 1px solid #e6e6e6;
    padding: 0 20px;
    height: 36px;
    float: left;
    background: #f5f5f6;
    font-size: 14px;
}

.tfy-floor3 .mt .tfy-search button {
    float: left;
    font-size: 14px;
    color: #ff5c00;
    background: #f5f5f6;
    width: 58px;
    height: 36px;
    border: 0;
    cursor: pointer;
}


/* 房源网格 */
.build_con {
    overflow: hidden;
}

.bd_con.bd_list {
    overflow: hidden;
    display: block !important;  /* 强制显示 */
}

.bd_con .bd {
    overflow: hidden;
}

.tfy-floor3 .mc .tfy-r ul {
    overflow: hidden;
    width: 895px;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tfy-floor3 .mc .tfy-r ul::after {
    content: "";
    display: table;
    clear: both;
}

.tfy-floor3 .mc .tfy-r li {
    width: 280px;
    margin-right: 27.5px;
    float: left;
    margin-bottom: 20px;
    list-style: none;
    display: block;  /* 确保显示 */
}

.tfy-floor3 .mc .tfy-r li:nth-child(3n) {
    margin-right: 0;
}

.tfy-floor3 .mc .tfy-r li a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.tfy-floor3 .mc .tfy-r li .tfy-img {
    width: 280px;
    height: 220px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.tfy-floor3 .mc .tfy-r li .tfy-img:hover img {
    transform: scale(1.1);
}

.tfy-floor3 .mc .tfy-r li .tfy-img img {
    width: 100%;
    min-height: 220px;
    transition: all .6s;
}

/* 房源标签 */
.tfy-item .tfy-img .type {
    font-size: 12px;
    padding: 0 10px;
    color: #fff;
    border: 1px solid #fff;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 12px;
    background: rgba(48, 48, 51, .5);
    margin-right: 10px;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    margin-bottom: 10px;
    position: absolute;
    top: 12px;
    right: 62px;
}

.tfy-item .tfy-img .type.types1 {
    right: 12px;
    margin-right: 0;
}

/* 房源信息 */
.tfy-item .tfy-tit {
    margin-top: 15px;
}

.tfy-item .tfy-tit .mt {
    overflow: hidden;
}

.tfy-item .tfy-tit .mt.nohidden .fl {
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.tfy-item .tfy-tit .mt .fr span {
    color: #ff5b6a;
    font-weight: bold;
    font-size: 18px;
}

.tfy-item .tfy-tit .mt .fr {
    font-size: 14px;
    color: #333333;
    float: right;
}

.tfy-item .tfy-tit .mb {
    overflow: hidden;
    height: 24px;
    margin-top: 8px;
}

.tfy-item .tfy-tit .mb .fl span {
    display: inline-block;
    font-size: 12px;
    color: #8f9aa8;
    line-height: 18px;
    border: 1px solid #8f9aa8;
    padding: 0 5px;
    border-radius: 2px;
    margin-right: 6px;
    margin-bottom: 4px;
}

.tfy-item .tfy-tit .mb .fr {
    font-size: 12px;
    color: #8f9aa8;
    line-height: 20px;
    float: right;
}

.tfy-item .tfy-tit .mb .fr img {
    vertical-align: middle;
    margin-right: 5px;
}

.clearfix {
    clear: both;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c_FD6300 {
    color: #FD6300;
}
