#app {
    margin: auto;
    overflow: hidden;
}

a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #e2593a;
}

.main-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    margin: 10px auto 10px auto;
}

.main-title .subtitle {
    font-size: 20px;
    font-weight: 100;
    color: #999;
}

.more-link {
    float: right;
    font-size: 16px;
    font-weight: 500;
}

/*顶部幻灯片*/
.adSpace_PC_home_slide {
    position: relative;
    left: 50%;
    margin-left: -960px;
    margin-top: 80px;
    max-width: 1920px;
}

.adSpace_PC_home_slide .el-carousel__indicators--horizontal {
    bottom: 100px;
}


.home-search-container {
    position: relative;
    width: 1200px;
    height: 200px;
    top: -80px;
    left: 50%;
    margin-left: -600px;
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, .4);
    padding: 30px 105px 26px 105px;
    border-radius: 10px;
    z-index: 1;
    box-sizing: border-box;
}

.home-search-container .menu {
    width: 990px;
    height: 24px;
    display: flex;
    gap: 16px;
}

.home-search-container .menu li {
    padding: 0 16px;
    line-height: 24px;
    font-size: 18px;
    cursor: pointer;
    float: left;
}

.home-search-container .menu .active {
    color: #e2593a;
    position: relative;
    z-index: 100;
}

.home-search-container .menu .active:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 14px;
    width: 10;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #f6f6f6 transparent transparent;
    transform: rotate(90deg);
}

.home-search-container .menu .active span:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 14px;
    width: 10;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #dcdcdc transparent transparent;
    transform: rotate(90deg);
}

/* Input Container */
.home-search-container .input-wrapper {
    margin-top: 17px;
    position: relative;
    border-radius: 8px;
    padding: 6px 8px;
    border: 1px solid #dcdcdc;
    background-color: #f6f6f6;
}

.home-search-container .input-wrapper .input {
    display: block;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 176px;
    height: 44px;
    width: 100%;
    border: none;
    font-size: 18px;
    background: transparent;
    outline: none;
}


/* Suggested Search */
.home-search-container .suggested-search {
    margin: 10px 0;
    color: #bababa;
    font-size: 14px;
    text-align: center;
}

.home-search-container .suggested-search a {
    color: #bababa;
    margin-right: 5px;
}


/* Search Suggestions */
.home-search-container .search-suggestions {
    /*display: none;*/
    position: absolute;
    width: 950px;
    padding: 0 20px;
    top: 133px;
    background-color: rgba(246, 246, 246, .95);
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 14px;
    z-index: 999;
}

.home-search-container .search-suggestions li {
    width: 930px;
    margin-left: 20px;
    line-height: 40px;
    height: 40px;
    padding: 0;
}

.home-search-container .search-suggestions .title {
    color: #e2593a;
    margin-left: 0;
}

.home-search-container .search-suggestions .property p:nth-child(1) {
    float: left;
    min-width: 30%;
    overflow: hidden;
}

.home-search-container .search-suggestions .property p:nth-child(2) {
    float: left;
    min-width: 50%;
    overflow: hidden;
}

.home-search-container .search-suggestions .property p:nth-child(3) {
    float: right;
}

.home-search-container .search-suggestions .count {
    text-align: right;
}

.home-search-container .search-suggestions .news p:nth-child(1) {
    float: left;
    min-width: 80%;
    overflow: hidden;
}

.home-search-container .search-suggestions .news p:nth-child(2) {
    float: right;
}

.home-search-container .search-suggestions .related-content .tag {
    float: right;
}

/* Show suggestions on focus */
.home-search-container .input:focus+.search-suggestions {
    display: block;
}

.home-search-container .input-wrapper:focus-within .search-suggestions {
    display: block;
}


/*顶部通栏广告*/
.adSpace-home-banner-container {
    margin: auto;
    width: 1200px;
    margin-top: -70px;
}

.adSpace-home-banner-container .adSpace-home-banner {
    margin-bottom: 10px;
    position: relative;
}

.adSpace-home-banner-container .adSpace-home-banner .adSpace-home-banner-img {
    width: 100%;
    height: 100%;
}

.adSpace-home-banner-container .adSpace-home-banner .adSpace-tag,
.adSpace-home-banner-container .adSpace-home-banner .tag {
    position: absolute;
    left: 5px;
    bottom: 8px;
    padding: 0 2px;
    border: solid 1px #fff;
    text-align: center;
    font-size: 10px;
    color: #FFF;
    line-height: 12px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.4);
}

.adSpace-home-banner-container .adSpace-home-banner .tag {
    left: unset;
    right: 5px;
}

/*底部通栏广告*/
.adSpace-home-bottom-container {
    margin: auto;
    width: 1200px;
}

.adSpace-home-bottom-container .adSpace-home-bottom {
    margin-bottom: 10px;
    position: relative;
}

.adSpace-home-bottom-container .adSpace-home-bottom .adSpace-home-bottom-img {
    width: 100%;
    height: 100%;
}

.adSpace-home-bottom-container .adSpace-home-bottom .adSpace-tag,
.adSpace-home-bottom-container .adSpace-home-bottom .tag {
    position: absolute;
    left: 5px;
    bottom: 8px;
    padding: 0 2px;
    border: solid 1px #fff;
    text-align: center;
    font-size: 10px;
    color: #FFF;
    line-height: 12px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.4);
}

.adSpace-home-bottom-container .adSpace-home-bottom .tag {
    left: unset;
    right: 5px;
}


/* 弹窗广告 */
.el-message-box {
    --el-messagebox-width: 1000px !important;
    --el-messagebox-padding-primary: 0px;
}

.el-message-box p {
    line-height: 0;
}

.el-message-box p img {
    width: 1000px;
    height: 500px;
}

.el-message-box .el-icon {
    font-size: 40px;
    background: #eeeeeeee;
    margin: 10px 0px 0 -20px;
    border-radius: 5px;
}

.popup .adSpace-tag,
.popup .tag {
    position: absolute;
    left: 5px;
    bottom: 8px;
    padding: 0 2px;
    border: solid 1px #fff;
    text-align: center;
    font-size: 10px;
    color: #FFF;
    line-height: 12px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup .tag {
    left: unset;
    right: 5px;
}

/*为你推荐*/
.recommendations {
    width: 1200px;
    margin: auto;
    overflow: auto;
}

.recommendations .list-items li {
    width: 285px;
    margin: 0 10px 10px;
    float: left;
}

.recommendations .list-items li:nth-child(4n-3) {
    margin-left: 0;
}

.recommendations .list-items li:nth-child(4n) {
    margin-right: 0;
}

.recommendations .list-items li .image {
    width: 285px;
    height: 190px;
    border-radius: 6px 6px 0 0;
    background: #000;
    overflow: hidden;
    position: relative;
}

.recommendations .list-items li img {
    width: 285px;
    height: 190px;
    transition: all 0.6s;
}

.recommendations .list-items li img:hover {
    transform: scale(1.1);
}

.recommendations .list-items li .image .icon-container {
    position: absolute;
    top: 0;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recommendations .list-items li .image .icon {
    width: 36px !important;
    height: 36px !important;
    margin: 10px 0;
}

.recommendations .list-items li .image .title-container {
    position: absolute;
    bottom: 0;
    width: 265px;
    padding: 10px;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
    overflow: auto;
}

.recommendations .list-items li .image .title {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}

.recommendations .list-items li .image .region,
.recommendations .list-items li .image .address {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.recommendations .list-items li .price-container {
    width: 263px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-top-style: none;
}

.recommendations .list-items li .price {
    width: 100%;
    line-height: 46px;
    font-size: 16px;
}

.recommendations .list-items li .price span {
    font-size: 20px;
    color: #e2593a;
    margin-right: 5px;
}

.recommendations .list-items li .discount {
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
}


/* 头条新闻 */
.HeadlineNews {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    /* 确保内容垂直居中 */
    gap: 20px;
}

.HeadlineNews .Title {
    width: 100px;
    height: 100px;
    background-color: #004397;
    color: #FFF;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.HeadlineNews ul {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.HeadlineNews li {
    font-size: 34px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 60px;
}


/* Information Tool */
.info-tool {
    overflow: auto;
    width: 1200px;
    margin: 20px auto;
}

.info-tool .left {
    float: left;
    width: 430px;
    padding: 18px;
    background-color: #F8F8F8;
}

.info-tool .left .title {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 27px;
}

.info-tool .left .title .more {
    margin-left: auto;
}

/* Tool Section */
.info-tool .left .tool {
    overflow: auto;
}

.info-tool .left .tool li {
    width: 100px;
    height: 130px;
    float: left;
    margin: 0 5px 10px;
    position: relative;
}

.info-tool .left .tool li:nth-child(4n-3) {
    margin-left: 0;
}

.info-tool .left .tool li:nth-child(4n) {
    margin-right: 0;
}

.info-tool .left .tool li .icon {
    width: 70px;
    height: 70px;
    margin: 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 70px;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
}

.info-tool .left .tool li .text {
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}

.info-tool .left .tool li .qrcode {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

.info-tool .left .tool li .qrcode img {
    width: 100%;
    height: 100%;
}

.info-tool .left .tool li:hover .qrcode {
    display: block;
}

/* Information Section */
.info-tool .left .info {
    overflow: auto;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

.info-tool .left .info li:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 18px;
    border-radius: 50%;
    background-color: #e2593a;
}

.info-tool .left .info li {
    padding-left: 15px;
    position: relative;
    width: 415px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-tool .right {
    float: left;
    width: 714px;
    height: 546px;
    margin-left: 20px;
    overflow: hidden;
}

/* Switch Menu */
.info-tool .right .menu {
    height: 50px;
    line-height: 50px;
}

.info-tool .right .menu span {
    font-size: 20px;
    cursor: pointer;
}

.info-tool .right .menu em {
    border-left: 2px solid #9FA7AC;
    height: 20px;
    margin: 0 10px;
}

/* 360 View */
.info-tool .right .view {
    width: 714px;
    height: 496px;
}

/* Hot Property Slideshow */
.info-tool .right .slideshow {
    width: 714px;
    height: 496px;
    position: relative;
}

.info-tool .right .slideshow .swiper-wrapper {
    height: 496px;
}

.info-tool .right .slideshow .swiper-slide {
    overflow: hidden;
    width: 100%;
    height: 496px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-tool .right .slideshow .swiper-slide img {
    width: 100%;
    height: 100%;
}

.info-tool .right .slideshow .news-title {
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.info-tool .right .slideshow .news-title a {
    color: #FFF;
    font-size: 1.8rem;
}

.info-tool .right .carousel-container {
    width: 716px;
    height: 496px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.info-tool .right .carousel-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.info-tool .right .carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 确保图片平铺整个容器 */
}

.info-tool .right .carousel-title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 16px;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0.6);
    /* 半透明背景提升对比度 */
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 80%;
    /* 控制标题宽度，避免过长 */
    text-align: center;
    /* 居中文本 */
    white-space: normal;
    /* 允许换行 */
    word-break: break-word;
    /* 单词过长时允许拆分 */
}

/* 调整指示点的位置 */
.info-tool .right .el-carousel__indicators--outside {
    bottom: 10px;
}



/* 工具栏容器样式 */
.tool-bar {
    width: 1200px;
    margin: auto;
    overflow: auto;
}

/* 单个工具块样式 */
.tool-bar .tool {
    float: left;
    width: 215px;
    line-height: 100px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 5px 20px 5px 5px;
    border-radius: 7px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

/* 第五个工具的右边距调整 */
.tool-bar .tool:nth-child(5) {
    margin-right: 5px;
}

/* 图标样式 */
.tool-bar .tool i {
    margin-right: 10px;
    font-size: 40px;
    vertical-align: middle;
    -webkit-background-clip: text;
}

/* 黑色背景覆盖层样式 */
.black-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
    z-index: 10001;
}

/* 二维码容器样式 */
#qrcode {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: -100px;
    z-index: 10002;
    padding: 10px;
    background: #FFF;
}

/* 二维码图片样式 */
#qrcode .qr-image {
    width: 200px;
    height: 200px;
}

/* 提示文字样式 */
#qrcode-text {
    position: fixed;
    width: 220px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: 130px;
    text-align: center;
    background-color: #232323;
    box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444;
    color: #fff;
    font-size: 13px;
    z-index: 10002;
}


/* 视频 */
.video-container {
    width: 1200px;
    margin: 20px auto;
    overflow: auto;
    padding: 0 10px;
}

.video-container .menu {
    font-size: 20px;
    line-height: 50px;
}


.video-container .menu span {
    margin-right: 10px;
    cursor: pointer;
}

.video-container .menu span.active {
    color: rgb(226, 89, 58);
    /* 激活菜单的颜色 */
}

.video-container .list ul {
    display: none;
}

.video-container .list ul.active {
    display: block;
}

.video-container .list-item {
    width: 285px;
    margin: 0 10px 10px;
    float: left;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.video-container .list-item:nth-child(4n-3) {
    margin-left: 0;
}

.video-container .list-item:nth-child(4n) {
    margin-right: 0;
}

.video-container .list-item .title {
    line-height: 26px;
    font-size: 16px;
    height: 52px;
    margin: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.video-container .list-item .image {
    width: 285px;
    height: 360px;
    border-radius: 6px 6px 0 0;
    background: #000;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video-container .list-item img {
    width: 285px;
    height: 360px;
    transition: all 0.6s;
}

.video-container .list-item img:hover {
    transform: scale(1.1);
}


/* 整体新房板块样式 */
.new-house {
    width: 1200px;
    margin: 20px auto;
    overflow: auto;
}

/* 左侧部分样式 */
.new-house .left {
    float: left;
    width: 330px;
    height: 592px;
    padding: 18px;
    background-color: #F8F8F8;
}

.new-house .left .title {
    font-size: 18px;
}

.new-house .left .list {
    overflow: auto;
    margin: 10px -6px 15px -6px;
    font-size: 14px;
}

.new-house .left .list li {
    float: left;
    margin: 5px 6px;
    line-height: 20px;
}

.new-house .left .separator {
    margin-bottom: 15px;
    border-bottom: 1px solid #c8c8c8;
}

/* 右侧部分样式 */
.new-house .right {
    float: left;
    width: 814px;
    height: 628px;
    margin-left: 20px;
    overflow: hidden;
}

/* 切换菜单样式 */
.new-house .right .menu {
    height: 50px;
    line-height: 50px;
}

.new-house .right .menu span {
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.new-house .right .menu span.active {
    color: rgb(226, 89, 58);
    /* 激活菜单的颜色 */
}

.new-house .right .list ul {
    display: none;
}

.new-house .right .list .active {
    display: block;
}

/* 楼盘列表样式 */
.new-house .right .list li {
    width: 264px;
    height: 289px;
    margin: 0 5.5px;
    color: #000;
    float: left;
}

.new-house .right .list a:nth-child(3n - 2) li {
    margin-left: 0;
}

.new-house .right .list a:nth-child(3n) li {
    margin-right: 0;
}

.new-house .right .list li .picture {
    width: 264px;
    height: 176px;
    border-radius: 5px;
    overflow: hidden;
}

.new-house .right .list li .picture img {
    width: 264px;
    height: 176px;
    transition: all 0.6s;
}

.new-house .right .list li .picture img:hover {
    transform: scale(1.1);
}

.new-house .right .list li .name {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    float: left;
}

.new-house .right .list li .area {
    font-size: 12px;
    line-height: 40px;
    color: #999;
    float: right;
}

.new-house .right .list li .price {
    float: left;
    width: 264px;
    line-height: 30px;
    font-size: 14px;
}

.new-house .right .list li .price span {
    font-size: 24px;
    color: #e2593a;
    margin-right: 5px;
}


/* 编辑人员展示区域样式 */
.editor-display-area {
    width: 1200px;
    margin: 20px auto 20px auto;
    overflow: auto;
}

/* 编辑人员展示区域内的成员项样式 */
.editor-display-area .member-item {
    width: 285px;
    height: 355px;
    margin: 0 86.25px 30px 86.25px;
    float: left;
    position: relative;
}

/* 每3个成员项中的第1个，去除左边距 */
.editor-display-area .member-item:nth-child(3n - 2) {
    margin-left: 0;
}

/* 每3个成员项中的第3个，去除右边距 */
.editor-display-area .member-item:nth-child(3n) {
    margin-right: 0;
}

/* 成员项中的图片样式 */
.editor-display-area .member-item img {
    width: 285px;
    height: 285px;
    border-radius: 4px 4px 0 0;
}

/* 成员项中的姓名区域样式 */
.editor-display-area .member-item .name {
    width: 90%;
    padding: 0 5% 0 5%;
    line-height: 40px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    background-color: #f6f7f9;
}

/* 成员项中的简介区域样式 */
.editor-display-area .member-item .intro {
    width: 90%;
    padding: 0 5% 5px 5%;
    line-height: 25px;
    text-align: left;
    font-size: 14px;
    background-color: #f6f7f9;
    border-radius: 0 0 4px 4px;
}

/* 成员项鼠标悬停时显示二维码 */
.editor-display-area .member-item:hover .qr-code {
    display: block;
}

/* 成员项中的二维码区域样式（默认隐藏） */
.editor-display-area .member-item .qr-code {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 285px;
    height: 285px;
    overflow: hidden;
}

/* 二维码区域中的图片样式 */
.editor-display-area .member-item .qr-code img {
    width: 170px;
    height: 170px;
    position: absolute;
    top: 57.5px;
    left: 57.5px;
    border-radius: 4px;
    box-shadow: -3px -1px 100px 100px rgba(0, 0, 0, 0.71);
}


/* 网站标签 */
.website-tags {
    width: 1200px;
    margin: 20px auto 50px auto;
    overflow: auto;
}

.website-tags li {
    float: left;
    width: 285px;
    margin: 0 10px 10px 10px;
    text-align: center;
}

.website-tags li:nth-child(4n-3) {
    margin-left: 0;
}

.website-tags li:nth-child(4n) {
    margin-right: 0;
}

.website-tags li .tag {
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 140px;
    background: #F9FAFE;
    font-size: 30px;
    font-weight: 600;
    margin: 50px 72.5px 10px 72.5px;
    color: #004397;
}

.website-tags li p {
    line-height: 40px;
    font-size: 18px;
    color: #004397;
}