/*html,*/
/*body {*/
/*    position: relative;*/
/*    height: 100%;*/
/*}*/

.el-tag{
    padding: 0 5px !important;
}
/* 复选框选中状态 */
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #09204C;
    border-color: #09204C;
}

.el-checkbox__input.is-checked + .el-checkbox__label {
    color: #09204C;
}

/* 复选框悬停状态 */
.el-checkbox__input:hover .el-checkbox__inner {
    border-color: #09204C;
}

/* 标签样式 */
.el-tag--info {
    background-color: rgba(9, 32, 76, 0.1);
    border-color: rgba(9, 32, 76, 0.2);
    color: #09204C !important;
}

.el-tag--info.is-hit {
    border-color: #09204C !important;
}

.el-tag--info .el-tag__close {
    color: #09204C !important;
}

.el-tag--info .el-tag__close:hover {
    background-color: rgba(9, 32, 76, 0.2);
    color: white;
}

/* 其他可能有用的样式覆盖 */
.el-radio__input.is-checked .el-radio__inner {
    border-color: #09204C !important;
    background: #09204C !important;
}

.el-radio__input.is-checked + .el-radio__label {
    color: #09204C !important;
}

.el-switch.is-checked .el-switch__core {
    border-color: #09204C !important;
    background-color: #09204C !important;
}

.el-button--primary {
    background-color: #09204C !important;
    border-color: #09204C !important;
}

.el-button--primary:hover {
    background-color: #09204C !important;
    border-color: #09204C !important;
    opacity: 0.8;
}
.el-input-number{
    width: 100% !important;
}

.language-dropdown {
    position: relative;
    display: inline-block;
}
.language-dropdown-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    /*background-color: #1a2b47;*/
    min-width: 120px;
    box-shadow: 0 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
    margin-top: 0;
    transition: opacity 0.2s, visibility 0.2s;
    padding-top: 5px;
    top: 28px;
}
.language-dropdown-content a {
    color: white;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    text-align: left;
}
.language-dropdown-content a:hover {
    background-color: #2c3e50;
}
.language-dropdown:hover .language-dropdown-content {
    visibility: visible;
    opacity: 1;
}
.language-dropdown .current-language {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
/*.language-dropdown .current-language:after {*/
/*    content: "\f0d7";*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-weight: 900;*/
/*    margin-left: 5px;*/
/*}*/
.language-dropdown .active {
    background-color: #2c3e50;
}

.dropdown-hidden {
    display: none;
}


/* ==========================================================================
   Component: Pagination
 ============================================================================ */
.am-pagination {
    padding-left: 0;
    margin: 1.5rem 0;
    list-style: none;
    color: #999999;
    text-align: left;
}
.am-pagination:before,
.am-pagination:after {
    content: " ";
    display: table;
}
.am-pagination:after {
    clear: both;
}
.am-pagination > li {
    display: inline-block;
}
.am-pagination > li > a,
.am-pagination > li > span {
    position: relative;
    display: block;
    padding: 0.3em 0.6em;
    text-decoration: none;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.am-pagination > li:last-child > a,
.am-pagination > li:last-child > span {
    margin-right: 0;
}
.am-pagination > li > a:hover,
.am-pagination > li > span:hover,
.am-pagination > li > a:focus,
.am-pagination > li > span:focus {
    background-color: #eeeeee;
}
.am-pagination > .am-active > a,
.am-pagination > .am-active > span,
.am-pagination > .am-active > a:hover,
.am-pagination > .am-active > span:hover,
.am-pagination > .am-active > a:focus,
.am-pagination > .am-active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    cursor: default;
}
.am-pagination > .am-disabled > span,
.am-pagination > .am-disabled > span:hover,
.am-pagination > .am-disabled > span:focus,
.am-pagination > .am-disabled > a,
.am-pagination > .am-disabled > a:hover,
.am-pagination > .am-disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
    pointer-events: none;
}
.am-pagination .am-pagination-prev {
    float: left;
}
.am-pagination .am-pagination-prev a {
    border-radius: 2px;
}
.am-pagination .am-pagination-next {
    float: right;
}
.am-pagination .am-pagination-next a {
    border-radius: 2px;
}
.am-pagination-centered {
    text-align: center;
}
.am-pagination-right {
    text-align: right;
}

.alphabet-link {
    font-size: 0.8rem;
    padding: 0 3px;
}
.alphabet-link.active {
    color: #00BFA5;
    font-weight: bold;
}

.tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.tab {
    cursor: pointer;
    padding: 10px;
    border-bottom: 2px solid transparent;
}

.tab.active {
    font-weight: bold;
    /*border-bottom: 2px solid #000;*/
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    /*text-align: center;*/
    font-size: 18px;
    /*background: #fff;*/
    /*height: calc((100% - 30px) / 2) !important;*/

    /*!* Center slide text vertically *!*/
    display: flex;
}
/*.swiper-pagination-bullet {*/
/*    width: 80px;*/
/*    height: 6px;*/
/*    display: inline-block;*/
/*    border-radius: 6px;*/
/*    background: #fffbeb;*/
/*}*/
/*.swiper-pagination-bullet-active {*/
/*    width: 80px;*/
/*    height: 6px;*/
/*    border-radius: 6px;*/
/*    background-color: #000000;*/
/*}*/


.swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 8px; /* 增加分页点间距 */
}

.multipleColumn .hd ul li {
    margin: 2px 5px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
}
.multipleColumn .hd ul li::after{
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background-color: #ffffff;
    transition: all .3s;
    border-radius: 5px;
}
.multipleColumn .hd ul li.on{
    color: #000000;
    font-weight: bold;
}
.multipleColumn .hd ul li.on::after{
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background-color: #000000;
    transition: all .3s;
}
.multipleColumn .hd .prev, .multipleColumn .hd .next{
    cursor: pointer;
}


#build-detail .swiper {
    width: 100%;
    height: 100%;

}

#build-detail .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

#build-detail .buildSwiper2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


#build-detail .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

#build-detail .swiper-slide {
    background-size: cover;
    background-position: center;
}

#build-detail .buildSwiper2 {
    height: 500px;
    width: 100%;

}

#build-detail .buildSwiper {
    height: 110px;
    box-sizing: border-box;
    padding: 10px 0;
}

#build-detail .buildSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

#build-detail .buildSwiper .swiper-slide-thumb-active {
    opacity: 1;
}


#build-detail .buildSwiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*服务式办公室*/
#serviced-office-detail .swiper {
    width: 100%;
    height: 100%;

}

#serviced-office-detail .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

#serviced-office-detail .buildSwiper2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


#serviced-office-detail .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

#serviced-office-detail .swiper-slide {
    background-size: cover;
    background-position: center;
}

#serviced-office-detail .buildSwiper2 {
    height: 500px;
    width: 100%;

}

#serviced-office-detail .buildSwiper {
    height: 110px;
    box-sizing: border-box;
    padding: 10px 0;
}

#serviced-office-detail .buildSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

#serviced-office-detail .buildSwiper .swiper-slide-thumb-active {
    opacity: 1;
}


#serviced-office-detail .buildSwiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**服务式办公室关联大厦轮播**/
#office-build-detail .swiper {
    width: 100%;
    height: 472px;
}

#office-build-detail .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 442px;
}


#office-build-detail .swiper-slide img {
    display: block;
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
}

#office-build-detail .swiper {
    margin-left: auto;
    margin-right: auto;
}
#office-build-detail .swiper-pagination-bullet-active {
    background: #000000;
}

/**大厦关联楼盘**/
#build-with-office .build-with-office {
    width: 85%;
    height: 100%;
    margin: 30px 80px;
    overflow: hidden;
}

#build-with-office .build-with-office .swiper-slide {
    text-align: center;
    font-size: 18px;


    /*background: #fff;*/

    /* Center slide text vertically */
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
}
#build-with-office .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    opacity: 1;
}

#build-with-office .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000000;
}
