
.list-item[data-v-724fc1b4]{
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.house-details[data-v-724fc1b4]{
    margin-top: 5px;
}
.house-details p span.text[data-v-724fc1b4]{
    font-size: 15px;
}
.list-item img[data-v-3a4cc291]{
    width: 100px;
    height: 100px;
}
.popular-box[data-v-a8a695ca]{
    background-color: #ffffff;
}
.margin-auto{
    margin-top: 20px;
}
.qzqginfo .w-710{
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}
.company_info {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.company_left{
    align-items: center;
    display: flex;
}
.company_info .company_logo {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-right: 15px;
}
.company_info .company_title{
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
}
.company_info .qy_item{
    font-size: 15px;
    color: #999999;
    line-height: 1.4;
}
.company_info .company_xqlef {
    color: #333333;
    flex: 1;
}
.company_tel{
    background-color: #500001;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
}
.pany_contact {
    color: #666666;
    display: flex;
    flex-wrap: wrap;
}
.pany_contact .qy_item {
    width: 50%;
    line-height: 37px;
    font-size: 16px;
}
.mianze-text {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
}
.phone-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.phone-modal-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0,-50%);
    width: 400px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.phone-modal-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.phone-modal-num {
    font-size: 22px;
    color: #fb656a;
    font-weight: bold;
    margin-bottom: 20px;
}

.phone-modal-btns {
    justify-content: space-between;
}

.phone-modal-btn {
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.phone-modal-btn.cancel {
    background: #f0f0f0;
    color: #666;
}

.phone-modal-btn.confirm {
    background: #fb656a;
    color: #fff;
}
.section {
    background: var(--bg-card);
    border-radius: var(--radius-md);
    margin-top: 20px;
    box-shadow: var(--shadow-sm);
}
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-light);
}
.section-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
    padding-left: 10px;
    position: relative;
}
.section-title::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 4px;
    height: 18px;
    background: var(--primary);
    border-radius: 2px;
}
.section-body {
    padding: 16px 20px;
}
.house-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.fws_item {
	width: 278px;
	height: 180px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.fws_item img {
	width: 100%;
	height: 100%;
}

.fws_tit {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	background: rgba(0, 0, 0, .5);
	font-size: 14px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}
.house-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: all .25s;
    cursor: pointer;
}
.house-cover {
    width: 100%;
    height: 205px;
    position: relative;
}
.house-cover img {
    width: 100%;
    height: 100%;
}
.house-body {
    padding: 10px ;
}
.house-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--text-primary);
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.house-desc{
    font-size: 15px;
    font-weight: normal;
    color: var(--text-tertiary);
    line-height: 1.5;
}
.views-badge{
    float: right;
    font-weight: normal;
    color: #999999;
    font-size: 14px;
    margin-top: 3px;
}
.ziwenjian{
    display: flex;
    flex-wrap: wrap;
}
.ziwenjian .xc_img{
    width: 32%;
    height: 190px;
    margin-right: 2%;
    margin-bottom: 2%;
}
.ziwenjian .xc_img:nth-child(3n){
    margin-right: 0;
}
.right-container[data-v-3735e59c]{
    width: 250px;
}
.right-container[data-v-3735e59c] .filter-swiper img{
    width: 250px;
}
.popular-box[data-v-a8a695ca]{
    width: 250px;
}
.left-container[data-v-3735e59c]{
    width: 920px;
}
.cj_header {
    background-image: linear-gradient(180deg, #fb656a, #f7918f);
    color: #fff;
    padding: 25px 20px 25px;
    text-align: center;
}

.main-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.update-info {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.card-wrap {
    width: 100%;
    display: flex;
    margin:20px 0; 
}

.card-item {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    margin-right: 2%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.card-item:last-child {
    border-right: none;
    margin-right: 0;
}

.card-left {
    display: flex;
    flex-direction: column;
}

.title-wrap {
    display: flex;
    align-items: center;
}

.card-item .line {
    width: 4px;
    height: 15px;
    background-color: #8a0719;
    margin-right: 8px;
    border-radius: 4px;
}

.card-item .title {
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

.card-item .desc {
    font-size: 15px;
    color: #888;
    display: block;
    margin-left: 15px;
    margin-top: 3px;
}

.card-item .card-icon {
    font-size: 28px;
}
.tab-bar {
    display: flex;
    padding: 0 0 10px 0;
    align-items: flex-end;
    margin-bottom: 10px;
}
.chngjnav{
    margin-top: 20px;
}
.tab-item {
    font-size: 18px;
    color: #666;
    margin-right: 20px;
    cursor: pointer;
}

.tab-item.active {
    color: #000;
    /* font-weight: bold; */
    position: relative;
}

.tab-item.active:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    margin: 0 auto;
    bottom: -10px;
    width: 20px;
    background-color: #8a0719;
    border-radius: 3px;
}

.tab-group {
    display: none;
}

.tab-group.active {
    display: flex;
}

.item-card {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    display: block;
    margin-bottom: 15px;
}

.card-title-cj {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-type {
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 3px;
    display: block;
    margin-right: 5px;
}

.chuzu {
    background-color: #ff4444;
}

.chushou {
    background-color: #3072F6;
}

.card-title-cj .card_tit_name {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: bold;
}

.card-company {
    font-size: 14px;
    color: #999;
    margin-bottom: 6px;
}

.card-company span {
    color: #333333;
}

.price {
    color: #8a0719 !important;
    font-weight: 700;
    font-size: 14px;
}

.list-item-cjsj {
    display: none;
}

.list-item-cjsj.show {
    display: block;
}
.data-table {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  background: #fff;
  margin-top: 15px;
}

/* 表头 */
.table-header {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  font-weight: 600;
  color: #666;
  border-bottom: 1px solid #d9d9d9;
}

.th-cell {
  padding: 12px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

/* 数据行：由 JS 控制 display:block/none，内部再用 flex 横向排列 */
.table-row-inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.2s;
}

.list-item-cjsj:hover .table-row-inner {
  background: #fafafa;
}

.list-item-cjsj:last-child .table-row-inner {
  border-bottom: none;
}

.td-cell {
  padding: 14px 12px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  text-align: center;
}

/* 列宽与表头一一对应 */
.col-type   { width: 70px; }
.col-title  { flex: 1; min-width: 160px; }
.col-time   { width: 120px; }
.col-area   { width: 100px; }
.col-build  { width: 100px; }
.col-decor  { width: 90px; }
.col-price  { width: 90px; }
.col-caozuo { width: 70px; } 

/* 类型标签 */
.type-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}
/* 标题链接 */
.link-title {
  color: #666 !important;
  text-decoration: none;
}
.link-title{
    width: 100%;
    text-align: left;
    display: block;
}
/* .data-table:not(:has(.table-row)) {
  display: none;
} */

.header-cjxq {
    background: linear-gradient(180deg, #fb656a, #f7918f);
    color: #fff;
    padding: 25px 15px 40px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.header-top-cjxq {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.title-cjxq {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.header-cjxq .date {
    font-size: 15px;
}

.card {
    background: #fff;
    margin: -20px 12px 0 12px;
    border-radius: 10px;
    padding: 12px;
    position: relative;
    z-index: 10;
    border: 1px solid #e8e8e8;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.code {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}

.area {
    font-size: 16px;
    color: #666;
}

/* é¡¹ç›®åç§° */
.project-name {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cjxq-company {
    width: 33.333%;
    display: block;
    font-size: 15px;
    color: #999999;
    margin-top: 20px;
}

.cjxq-company:last-child {
    margin-bottom: 0;
}

.cjxq-company span {
    color: #333333;
}

.stats-row {
    display: flex;
    justify-content: space-between;
}

.stat-item {
    width: 31%;
    text-align: center;
    background: #f8f8f8;
    padding: 10px 0;
    border-radius: 4px;
}
.courtyard{
    display: flex;
    flex-wrap: wrap;
}
.cjxq-label {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.cjxq-value {
    font-size: 16px;
    /* font-weight: bold; */
    color: #333333;
}

.red {
    color: #500001;
}
.tips {
    background: #fff;
    margin: 12px;
    border-radius: 10px;
    padding: 12px;
}

.tips-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.danyeinfo .left {
    background: #f7f7f7;
    width: 240px;
    float: left;
}
.danyeinfo .about-danye {
    width: 160px;
    display: block;
    float: left;
}
.danyeinfo .about-danye a {
    width: 208px;
    padding-left: 30px;
    min-height: 35px;
    line-height: 35px;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #797979;
    font-size: 16px;
    border-left: 2px #f7f7f7 solid;
    display: block;
}
.danyeinfo .about-danye a.active{
    color: #8a0719;
    font-weight: 700;
}
.danyeinfo .right {
    width: 960px;
    float: left;
    min-height: 600px;
    background: #fff;
}
.danyeinfo .detail {
    font-size: 30px;
    color: #b0b0b0;
    height: 90px;
    line-height: 90px;
    padding-left: 42px;
}
.danyeinfo .tlctinfo {
    width: 918px;
    line-height: 32px;
    padding-left: 42px;
    margin-bottom: 40px;
    font-size: 16px;
}
.top-touxu{
    width: 960px;
}
.top-touxu img{
    width: 100%;
}
.form-box-tousu {
    margin: 15px;
    width:100%;
}
.plain_tit {
    font-weight: 700;
    margin-bottom: 10px;
    font-size:17px;
    color: #333333;
}
.form-box-tousu .textarea {
    font-size: 15px;
    border-top: 1px solid #f5f5f5;
}

.form-box-tousu .textarea label {
    margin: 12px 0;
    display: block;
    font-weight: 700;
    font-size: 17px;
}

.form-box-tousu button {
    font-size: 16px;
    width: 100%;
    border: 0;
    outline: none;
    border-radius: 5px;
    height: 45px;
    background-color: #500001;
    color: #FFF;
    margin-top: 15px;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

.radio-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    min-width: 140px;
    margin-bottom: 20px;
    color: #666666;
    font-size: 15px;
}

.radio-item input {
    display: none;
}

.radio-circle {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color 0.2s;
}

.radio-item input:checked+.radio-circle {
    border-color: #8B1A1A;
    background-color: #8B1A1A;
}

.radio-circle::after {
    content: '';
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg) translate(-1px, -1px);
    opacity: 0;
    transition: opacity 0.2s;
}

.radio-item input:checked+.radio-circle::after {
    opacity: 1;
}

.radio-item:hover .radio-circle {
    border-color: #999;
}
.form-box-tousu .textarea textarea {
    margin: 5px 0px 15px;
    padding: 10px;
    width: 100%;
    height: 100px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
}
.form-box-tousu .button {
    font-size: 16px;
    width: 200px;
    border: 0;
    outline: none;
    border-radius: 5px;
    height: 45px;
    background-color: #500001;
    color: #FFF;
    margin-top: 15px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}