

.mobile-body-hidden {
    overflow: hidden;
}

.pd-btm-0 {
    padding-bottom: 0 !important;
}

.number-font-family {
    font-family: Arial, "PingFang SC", Microsoft Yahei UI, Microsoft Yahei, 微软雅黑;
}

/* 前台页面内容 */

.common-page-content {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    display: block;
}

.common-page-paddingtop {
    padding-top: 0;
}

.common-page-content>.common-page-left {
    width: calc(100% - 230px - 60px);
    margin-bottom: 40px;
    float: left;
}

.common-list-tab {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: -1px;
}

.common-list-tab>.common-tab-item {
    float: left;
    height: 46px;
    padding: 0 24px;
    line-height: 46px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    display: block;
}

.common-list-tab>.common-tab-item.active-item {
    color: #FFFFFF;
    background: #1F6CDD;
}

.common-list-tab>.list-info {
    float: right;
    line-height: 46px;
    color: #333333;
    font-weight: bold;
}

.common-list-tab>.list-info>span {
    color: #1F6CDD;
    font-weight: bold;
    padding: 0 4px;
}

.common-list-content {
    /* margin-bottom: 20px; */
}

.common-list-content>.common-list-item {
    padding: 28px 0;
    border-top: 1px solid #F2F2F2;
}

.common-page-content>.common-page-right {
    box-sizing: border-box;
    float: right;

    margin-bottom: 250px;

    width: 230px;
}

/* 手机端tab */

.xz-mobile-tab {
    height: 48px;
    box-sizing: border-box;
    position: fixed;
    padding: 0 24px;
    padding-top: 16px;
    background: #FFFFFF;
    display: none;
    top: 100px;
    width: 100%;
    z-index: 99;
}

.xz-mobile-tab:after {
    height: 1px;
    background: #f8f8f8;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.xz-mobile-tab>.mobile-tab-content>.mobile-tab-item {
    float: left;
    margin-right: 24px;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    display: block;
}

.xz-mobile-tab>.mobile-tab-content>.mobile-tab-item.mobile-tab-active {
    font-weight: bold;
    color: #333333;
}

.xz-mobile-tab>.mobile-tab-content>.mobile-tab-item.mobile-tab-active:after {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #1F6CDD;
    border-radius: 2px;
    top: 30px;
    left: 50%;
    margin-left: -8px;
    z-index: 1;
}

.xz-mobile-tab>i {
    float: right;
    color: #666666;
    padding: 16px;
    margin-right: -16px;
    margin-top: -16px;
}


.common-filter-tab {
    height: 46px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: -1px;
}

.common-filter-tab>.filter-tab-item {
    height: 46px;
    box-sizing: border-box;
    padding: 0 24px;
    border-right: 1px solid #ECECEC;
    float: left;
    line-height: 44px;
    display: block;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.common-filter-tab>.filter-tab-item.active {
    color: #1F6CDD;
    background-color: #fff;
    border-bottom: 1px solid #ffffff;
}

.common-filter-tab>.filter-tab-item.active:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #1F6CDD;
    display: block;
    position: absolute;
}

.common-mobile-tab {
    overflow: hidden;
}

.common-mobile-tab>.common-mobile-tab-item {
    float: left;
    height: 28px;
    background: #F2F2F2;
    border-radius: 4px;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 8px;
    color: #666666;
    font-size: 14px;
    display: block;
}

.common-mobile-tab>.common-mobile-tab-item.active {
    color: #ffffff;
    background: #1F6CDD;
}


.common-toast {
    box-sizing: border-box;
    position: fixed;
    top: 44px;
    left: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: table;
    min-width: 114px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #FFFFFF;
    padding: 10px 16px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    opacity: 0;
    /* transition: opacity 0.2s; */
    z-index: 5001;
    overflow: hidden;
}

.common-toast>.type-icon {
    margin-right: 8px;
    margin-top: 2px;
    position: relative;
}

.common-toast>.error-icon {
    color: #F25041;
}

.common-toast>.success-icon {
    color: #1EBEA0;
}

.common-toast>.warning-icon {
    color: #FF9900;
}

.common-toast>.info-icon {
    color: #1F6CDD;
}

.common-toast>.close-icon {
    color: #999999;
    margin-left: 12px;
    margin-right: -4px;
    margin-top: 3px;
    position: relative;
    float: right;
    cursor: pointer;
}

.common-toast>.common-toast-text {
    display: inline-table;
    max-width: -webkit-calc(70vw - 32px - 26px - 28px);
    max-width: -moz-calc(70vw - 32px - 26px - 28px);
    max-width: calc(70vw - 32px - 26px - 28px);
    min-width: 58px;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}

.common-toast>.common-toast-text span {
    color: #1F6CDD;
    cursor: pointer;
}

/*--------------------------------- tag ------------------------------------*/

.common-tag {
    line-height: 20px;
    height: 22px;
    font-size: 12px;
    height: 22px;
    box-sizing: border-box;
    padding: 0 7px;
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
    color: #666666;
    border-radius: 4px;
    display: inline-block;
}

/* .common-tag.mobile-common-tag{
    height: 20px;
    padding: 0 5px;
    border-radius: 4px;
    line-height: 18px;
    font-size: 10px;
} */

.common-tag>.before-icon {
    float: left;
    margin-right: 4px;
}

/* .common-tag.mobile-common-tag > .before-icon{
    margin-right: 2px;
    font-size: 12px;
} */

.common-tag.yellow {
    color: #FF9900;
    border-color: #FFC552;
    background: #FFF9E6;
}

.common-tag.green {
    color: #1EBEA0;
    border-color: #68D9BE;
    background: #F0FFFA;
}

.common-tag.gray {
    color: #999999;
    border-color: #D9D9D9;
    background: #F8F8F8;
}

/* ----------------------------- badge ---------------------------------- */

.common-badge {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    background: #F25041;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 0 4px;
    min-width: 16px;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
}

/* ----------------------------- vip图标 ---------------------------------- */

.common-goldvip-small::after,
.common-goldvip-normal::after,
.common-goldvip-median::after,
.common-goldvip-home::after {
    content: "";
    display: block;
    position: absolute;
    background: url('../../images/accreditation@2x.png') no-repeat;
    background-size: 100% 100%;
}

.common-goldvip-small-park-tui::after,
.common-goldvip-normal-park-tui::after,
.common-goldvip-median-park-tui::after,
.common-goldvip-home-park-tui::after {
    content: "";
    display: block;
    position: absolute;
    background: url('../../images/accreditation@2x.png') no-repeat;
    background-size: 100% 100%;
}

.common-goldvip-small-connon-people::after,
.common-goldvip-normal-connon-people::after,
.common-goldvip-median-connon-people::after,
.common-goldvip-home-connon-people::after {
    content: "";
    display: block;
    position: absolute;
    background: url('../../images/accreditation@2x.png') no-repeat;
    background-size: 100% 100%;
}

.common-goldvip-small-connection::after,
.common-goldvip-normal-connection::after,
.common-goldvip-median-connection::after,
.common-goldvip-home-connection::after {
    content: "";
    display: block;
    position: absolute;
    background: url('../../images/accreditation@2x.png') no-repeat;
    background-size: 100% 100%;
}

.common-vip-small::after,
.common-vip-normal::after,
.common-vip-median::after,
.common-vip-home::after {
    content: "";
    display: block;
    position: absolute;
    background: url('../../images/unaccreditation@2x.png') no-repeat;
    background-size: 100% 100%;
}

.common-hardcore-median::after,
.common-hardcore-small::after,
.common-hardcore-normal::after,
.common-hardcore-home::after,
.common-hardcore-small-connon-people::after {
    content: "";
    display: block;
    position: absolute;
    background: url('../../images/iron@2x.png') no-repeat;
    background-size: 100% 100%;
}

.common-goldvip-small-connon-people::after,
.common-hardcore-small-connon-people::after {
    right: -4px;
    bottom: -2px;
    width: 14px;
    height: 14px;
}

.common-goldvip-small::after,
.common-vip-small::after,
.common-hardcore-small::after {
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
}

.common-goldvip-normal::after,
.common-vip-normal::after,
.common-hardcore-normal::after {
    right: -6px;
    bottom: -4px;
    width: 28px;
    height: 28px;
}

.common-goldvip-median::after,
.common-vip-median::after,
.common-hardcore-median::after {
    right: -4px;
    bottom: -2px;
    width: 24px;
    height: 24px;
}

.common-goldvip-home::after,
.common-vip-home::after,
.common-hardcore-home::after {
    right: -4px;
    bottom: -2px;
    width: 18px;
    height: 18px;
}

.common-goldvip-small-connection::after,
.common-vip-small-connection::after,
.common-hardcore-small-connection::after {
    right: -4px;
    bottom: -2px;
    width: 16px;
    height: 16px;
}

.common-goldvip-small-park-tui::after,
.common-vip-small-park-tui::after,
.common-hardcore-small-park-tui::after {
    right: -2px;
    bottom: -2px;
    width: 12px;
    height: 12px;
}

/* 投资热门-pc端 */

.common-img-hot-label::after {
    content: "";
    display: block;
    position: absolute;
    background: url('../../images/home_images/home-hot-investment.png') no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    width: 53px;
    height: 53px;
}

/* 列表页-投资热门 */

.common-text-hot-label::after {
    content: "\6295\8d44\70ed\95e8";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient( 283deg, #ED3737 0%, #FF814B 100%);
    border-radius: 4px 0px 4px 0px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    padding: 1px 8px;
}

.government-detail-top.common-text-hot-label::after {
    top: 5px;
    left: 1px;
}

/* 园区详情-投资热门 */

.common-park-hot-label::after {
    content: "\6295\8d44\70ed\95e8";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    background: linear-gradient( 283deg, #ED3737 0%, #FF814B 100%);
    border-radius: 4px 0px 4px 0px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    padding: 4px 12px;
    z-index: 5;
}

/* 挂件-投资热门 */

.common-recommend-hot-label {
    position: relative;
}

.common-recommend-hot-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 1px;
    background: url(../../images/home_images/recommend-hot-label.jpg) no-repeat;
    background-size: 100% 100%;
    border-radius: 4px 0px 4px 0px;
    width: 48px;
    height: 16px;
}

/* ----------------------------- page ---------------------------------- */

.common-page-component {
    float: right;
    margin-top: 20px;
}

.common-page-component>.common-page-total {
    float: left;
    line-height: 32px;
    color: #666666;
    font-size: 14px;
}

.common-page-component>.common-page-total.common-page-num {
    margin-left: 16px;
}

.common-page-component>ul {
    float: left;
    margin-left: 8px;
}

.common-page-component>ul>li {
    float: left;
    margin-left: 8px;
}

.common-page-component>ul>li>a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #D9D9D9;
    color: #666666;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.common-page-component>ul>li>a.hover {
    border-color: #468eeb;
    color: #468eeb;
}

.common-page-component>ul>li>a:active {
    border-color: #114eb8;
    color: #114eb8;
}

.common-page-component>ul>li>a.active {
    border-color: #1F6CDD;
    color: #1F6CDD;
}

.common-page-component>.common-page-total>.common-input {
    width: 40px;
    height: 32px;
    margin: 0 8px;
    margin-top: -2px;
}

.mobile-common-page {
    display: none;
    margin: 0 auto;
    height: 22px;
    text-align: center;
    background: #FFFFFF;
    box-sizing: content-box;
    padding-top: 4px;
    padding-bottom: 28px;
}

.mobile-common-page>.mobile-page-left,
.mobile-common-page>.mobile-page-right {
    width: 14px;
    width: 14px;
    margin-top: 4px;
    font-size: 14px;
    display: inline-block;
}

.mobile-common-page>.mobile-page-left[disabled=true],
.mobile-common-page>.mobile-page-right[disabled=true] {
    color: #cccccc;
    pointer-events: none;
    cursor: not-allowed;
}

.mobile-common-page>.mobile-page-left i,
.mobile-common-page>.mobile-page-right i {
    font-size: 14px;
}

.mobile-common-page>.mobile-page-left {
    margin-right: 12px;
    display: inline-block;
}

.mobile-common-page>.mobile-page-right {
    margin-left: 15px;
    display: inline-block;
}

.mobile-common-page>.mobile-page-input {
    width: 36px;
    height: 22px;
    text-align: center;
    display: inline-block;
}

.mobile-common-page>.mobile-page-total {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    display: inline-block;
}

.mobile-common-page>span {
    line-height: 22px;
    font-size: 14px;
    margin: 0 18px 0 9px;
    display: inline-block;
}

/* ----------------------------- 面包屑 ------------------------------- */

.common-breadcrumbs {
    margin-top: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.common-breadcrumbs>.common-breadcrumbs-item {
    display: inline;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    cursor: pointer;
}

.common-breadcrumbs>.common-breadcrumbs-item.hover {
    color: #468EEB;
}

.common-breadcrumbs>.common-breadcrumbs-item:active {
    color: #333333;
}

.common-breadcrumbs>.common-breadcrumbs-item:after {
    content: "/";
    display: inline;
    padding: 0 8px;
    color: #999999;
    cursor: default;
}

.common-breadcrumbs>.common-breadcrumbs-item.common-breadcrumbs-item-last {
    color: #333333;
    cursor: default;
}

.common-breadcrumbs>.common-breadcrumbs-item.common-breadcrumbs-item-last:after {
    display: none;
}

.single-line-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two-line-ellipsis {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* -------------------------------------在线对接按钮下拉------------------------------------------- */

.phone-contact-btn {
    position: relative;
}

.phone-contact-btn>.wechat-content {
    position: absolute;
    z-index: 6;
    top: 31px;
    padding-top: 9px;
    padding-bottom: 9px;
    right: 0;
    display: none;
}

.phone-contact-btn.hover>.call-phone-img {
    display: block !important;
}

.phone-contact-btn.hover::before {
    color: #1F6CDD;
}

.phone-contact-btn.hover>.wechat-content {
    display: block;
}

.phone-contact-btn>.wechat-content>.wechat-qrcode-dropdown {
    width: 120px;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px 0px rgba(29, 33, 38, 0.1);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px 8px 0 8px;
}

.phone-contact-btn>.wechat-content>.wechat-qrcode-dropdown>img {
    width: 104px;
    height: 104px;
    display: block;
    margin-bottom: 8px;
}

.phone-contact-btn>.wechat-content>.wechat-qrcode-dropdown>.wechat-qrcode-text {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    padding: 8px 0;
    border-top: 1px solid #F7F7F7;
    text-align: center;
}

.fix-bottom .phone-contact-btn>.wechat-content {
    bottom: 40px;
    top: auto;
}

/* 吸底部按钮 */

.desc-btn-box.fix-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 24px;
    box-sizing: border-box;
    width: 100%;
    background: #FFFFFF;
    z-index: 99;
    display: none;
}

.desc-btn-box.fix-bottom.include-collect {
    padding: 12px 24px;
}

.desc-btn-box.fix-bottom.include-collect>.mobile-collect-btn {
    margin-right: 10px;
    width: 50px;
    height: 44px;
    padding-top: 4px;
    float: left;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.desc-btn-box.fix-bottom.include-collect>.mobile-collect-btn>i {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: block;
    color: #999999;
}

.desc-btn-box.fix-bottom.include-collect>.mobile-collect-btn>span {
    display: block;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    text-align: center;
}

.desc-btn-box.fix-bottom.include-collect>.footer-btns {
    width: calc(100% - 60px);
    float: left;
}

.desc-btn-box.fix-bottom .common-btn {
    width: calc(50% - 6px);
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    float: left;
}

.desc-btn-box.fix-bottom .common-btn.desc-btn-tel {
    margin-left: 0;
    margin-right: 12px;
}

.desc-btn-box.fix-bottom .common-btn.desc-btn-im {
    margin-right: 0;
}

/* 栅格-一行5列 */

.row-md-5 {
    margin: -8px;
}

.col-md-5 {
    float: left;
    width: 20%;
    padding: 8px;
    box-sizing: border-box;
}

/* 通用移动端卡片 */

.common-mobile-card {
    background: #FFFFFF;
    padding: 16px;
    margin-bottom: 12px;
}

.common-mobile-card.last-child {
    margin-bottom: 0;
}

.common-mobile-card>.common-mobile-card-title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 12px;
}

.common-mobile-card>.common-mobile-tab {
    padding-bottom: 8px;
}

.common-mobile-card>.common-mobile-card-line {
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    width: 100%;
    margin-top: 6px;
}

.common-mobile-card>.common-mobile-card-line>.common-mobile-depttitle {
    display: block;
    float: left;
    width: 78px;
}

.common-mobile-card>.common-mobile-card-line>.common-mobile-deptname {
    display: block;
    float: left;
    width: calc(100% - 78px);
}

/* 栅格-一行4列 */

.row-md-4 {
    margin-left: -12px;
    margin-right: -12px;
}

.col-md-4 {
    float: left;
    width: 25%;
    padding: 0 12px;
    box-sizing: border-box;
}

/* 栅格-一行3列-人脉 */

.row-md-3 {
    margin: -12px;
}

.col-md-3 {
    float: left;
    width: 33.33%;
    padding: 12px;
    box-sizing: border-box;
}

/* 栅格-一行3列-载体 */

.row-carrier-3 {
    margin: -12px;
}

.col-carrier-3 {
    float: left;
    width: 33.33%;
    padding: 12px;
    box-sizing: border-box;
}

/* 栅格-一行2列 */

.row-md-2 {
    margin: -8px;
}

.col-md-2 {
    float: left;
    width: 50%;
    padding: 8px;
    box-sizing: border-box;
}

/* 空状态通用样式 */

.common-nodata {
    padding: 54px 0;
    width: 160px;
    margin: 0 auto;
}

.common-nodata>.nodata-content>img {
    width: 160px;
    height: 160px;
    display: block;
}

.common-nodata>.nodata-content>span {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-top: 16px;
}

/* 表格通用样式 */

.xz-common-table-title {
    height: 26px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    margin-bottom: 20px;
}

.xz-common-table-title>.right-title-change {
    width: 121px;
    height: 26px;
    float: right;
    overflow: hidden;
}

.xz-common-table-title>.right-title-change>.right-title-change-item {
    box-sizing: border-box;
    width: 60px;
    height: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding: 0 10px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    text-align: center;
}

.xz-common-table-title>.right-title-change>.title-change-item-left {
    border-radius: 4px 0px 0px 4px;
    border-right: none;
}

.xz-common-table-title>.right-title-change>.title-change-item-right {
    border-radius: 0px 4px 4px 0px;
    border-left: none;
}

.xz-common-table-title>.right-title-change>.change-item-active {
    background-color: #1F6CDD;
    border: 1px solid #1F6CDD;
    color: #FFF;
}

.xz-common-table {
    width: 100%;
}

.xz-common-table>tbody>.table-unshow-tr {
    display: none;
}

.xz-common-thead-th {
    box-sizing: border-box;
    vertical-align: middle;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    background: #F8F8F8;
    padding-left: 8px;
    padding-right: 8px
}

.xz-common-tbody-th {
    height: 46px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #F2F2F2;
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px
}

/* 详情页公共布局 */

.common-page-content-detail {
    padding-top: 36px;
    padding-bottom: 60px;
}

.common-page-content-detail>.common-detail-box>.detail-left {
   /* float: left;
    width: calc(100% - 282px); */
}

.common-page-content-detail>.common-detail-box>.detail-right {
    float: right;
    width: 230px;
    /* 由于小程序脱离了文档流，需要给小程序图片占位 */
    margin-bottom: 310px;
}

.common-page-content-detail>.common-detail-box>.detail-right.mt60 {
    margin-top: 60px;
    position: relative;
}

/* 厂房/仓库/写字楼空状态 */

/* 空状态样式 */

.xz-office-building-empty {
    box-sizing: border-box;
    width: 160px;
    height: 198px;
    margin-top: 101px;
    margin-bottom: 101px;
    margin-left: auto;
    margin-right: auto;
}

.xz-office-building-empty>.office-building-empty-img {
    width: 100%;
    height: 160px;
}

.xz-office-building-empty>.office-building-empty-img img {
    width: 100%;
    height: 100%;
}

.xz-office-building-empty>.office-building-empty-text {
    /* width: 84px; */
    text-align: center;
    height: 22px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
}

.xz-office-building-empty>.office-building-empty-text span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

@media screen and (min-width: 1280px) {
    /* PC端适配区间 */
    .common-page-content {}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    /* 平板设备适配区间，导航收起 */
    .common-page-content>.common-page-left {
        width: calc(100% - 230px - 52px);
    }
    .col-md-4 {
        width: 33.33%;
    }
    .col-md-3 {
        width: 50%;
    }
    /* 栅格-一行5列 */
    .row-md-5 {
        margin: -8px;
    }
    .col-md-5 {
        float: left;
        width: 25%;
        padding: 8px;
        box-sizing: border-box;
    }
}

.jump-investment-space {
    max-width: calc(100% - 4px - 60px);
}

/* 推荐标签-样式 */

.common-label-box {
    float: left;
    overflow: hidden;
    margin-top: 2px;
    margin-left: 8px;
}

/* 人脉列表单独样式 */

.label-top-3 {
    margin-top: 3px;
    margin-left: 8px;
}

/* 招商空间单独样式 */

.label-top-6 {
    margin-top: 8px;
    margin-left: 0;
    margin-right: 8px;
}

.label-top-5 {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 8px;
}

.common-label-box .label-title {
    background: #FFDABE;
    border-radius: 4px 0px 0px 4px;
    float: left;
    font-weight: bold;
    font-size: 12px;
    color: #783B07;
    line-height: 20px;
    font-style: normal;
    padding: 0 4px;
}

.common-label-box .label-desc {
    background: #FFF2E4;
    border-radius: 0px 4px 4px 0px;
    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #AC6338;
    line-height: 20px;
    font-style: normal;
    padding: 0 4px;
}

.common-mobile-label-box {
    overflow: hidden;
    margin-top: 6px;
}

.common-mobile-label-box .label-title {
    float: left;
    background: #FFDABE;
    border-radius: 4px 0px 0px 4px;
    font-weight: bold;
    font-size: 10px;
    color: #783B07;
    line-height: 14px;
    font-style: normal;
    padding: 2px 6px;
}

.common-mobile-label-box .label-desc {
    float: left;
    background: #FFF2E4;
    border-radius: 0px 4px 4px 0px;
    font-weight: 400;
    font-size: 10px;
    color: #AC6338;
    line-height: 14px;
    font-style: normal;
    padding: 2px 6px;
}

.android-device .common-mobile-label-box .label-title,
.android-device .common-mobile-label-box .label-desc {
    padding-top: 3px;
}

.haslabel-box .mobile-user {
    position: relative !important;
    overflow: hidden;
}

.haslabel-box {
    height: 156px !important;
    height: max-content !important;
    overflow: hidden;
}

/* 智齿-在线客服 */

#zc__sdk__sys__btn {
    display: none !important;
}

/* 智齿按钮 */

.land-service-btn {
    display: inline;
    font-size: 14px;
    color: #1F6CDD;
    line-height: 22px;
    margin-left: 16px;
    cursor: pointer;
}

/* 智齿 */

.fix-zhichi {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgba(29, 33, 38, 0.2);
    border-radius: 6px;
    z-index: 100;
}

.fix-zhichi-content {
    position: relative;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.fix-zhichi-title {
    font-weight: 400;
    font-size: 14px;
    color: #303030;
    line-height: 22px;
    text-align: center;
    text-align: center;
    position: absolute;
    bottom: 6px;
    left: 12px;
}

.fix-zhichi-content.hover .fix-zhichi-title {
    color: #408EF5;
}

.fix-zhichi-content:active .fix-zhichi-title {
    color: #0C50C7;
}

.fix-zhichi-content.select .fix-zhichi-title {
    color: #1F6CDD;
}

.fix-zhichi-user {
    position: absolute;
    top: -12px;
    right: 12px;
    width: 56px;
    height: 58px;
}

.online-customer-box {
    visibility: hidden;
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px 0px rgba(29, 33, 38, 0.1);
    border-radius: 16px;
    position: fixed;
    right: 24px;
    bottom: 100px;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    z-index: 100;
}

.online-customer-box>.online-customer-icon {
    font-size: 40px;
    color: #D9D9D9;
}

.online-customer-box>.online-customer-icon:active {
    color: #1F6CDD;
}

#zc__sdk__container {
    bottom: 148px !important;
}

/* 推荐标签-样式结束 */

@media screen and (max-width: 1279px) {
    .col-md-2 {
        padding: 6px;
        width: 100%;
    }
}

/* 详情页去掉右侧挂件 */

@media screen and (max-width: 1023px) {
    .common-page-content-detail>.common-detail-box>.detail-left {
        width: 100%;
    }
    .common-page-content-detail>.common-detail-box>.detail-right {
        display: none;
    }
    .online-customer-box {
        visibility: visible;
    }
    .fix-zhichi {
        visibility: hidden;
    }
    #zc__sdk__container {
        right: 24px !important;
        bottom: 172px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* 平板设备适配区间，导航完全收起至顶部 */
    .common-page-content {
        padding-left: 24px;
        padding-right: 24px;
    }
    .common-page-content>.common-page-left {
        width: 100%;
    }
    .common-page-content>.common-page-right {
        display: none;
    }
    .row-md-4 {
        margin-left: -10px;
    }
    .col-md-4 {
        padding: 0 10px;
    }
    .row-md-3,
    .row-carrier-3 {
        margin: -10px;
    }
    .col-md-3,
    .col-carrier-3 {
        padding: 10px;
    }
    .col-md-4 {
        width: 33.33%;
    }
    .col-md-3 {
        width: 50%;
    }
    .col-carrier-3 {
        width: 50%;
    }
    /* 详情页公共布局 */
    .common-page-content-detail {
        padding-bottom: 40px;
    }
    /* 栅格-一行5列 */
    .row-md-5 {
        margin: -8px;
    }
    .col-md-5 {
        float: left;
        width: 25%;
        padding: 8px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    /* 平板设备适配区间，导航完全收起至顶部 */
    .common-mobile-card {
        padding: 16px 24px;
    }
    .common-mobile-padding-bottom {
        padding-bottom: 68px;
    }
    .common-page-content {
        padding-left: 0;
        padding-right: 0;
		
    }
    .common-page-paddingtop {
        padding-top: 148px;
    }
    .common-page-paddingtop.price-paddingtop {
        padding-top: 108px;
    }
    .common-page-paddingtop.price-paddingtop .xz-mobile-tab {
        top: 44px;
    }
    .common-page-content>.common-page-left {
        display: none;
    }
    .xz-mobile-tab {
        display: block;
    }
    .common-page-content>.common-page-right {
        display: none;
    }
    .row-md-3 {
        margin: 0;
    }
    .col-md-3 {
        padding-left: 0;
        padding-right: 0;
    }
    .row-md-3,
    .row-carrier-3 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .row-carrier-3 {
        margin: 0;
    }
    .col-md-3,
    .col-carrier-3 {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .col-md-3,
    .col-carrier-3 {
        width: 100%;
    }
    .col-carrier-3 {
        padding-left: 0;
        padding-right: 0;
    }
    .common-page-component {
        display: none;
    }
    .mobile-common-page {
        display: block;
        display: flex;
        justify-content: center;
    }
    /* 详情页公共布局 */
    .common-page-content-detail {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .xz-common-table-title {
        font-size: 16px;
    }
    /* 栅格-一行5列 */
    .row-md-5 {
        margin: -8px;
    }
    .col-md-5 {
        float: left;
        width: 25%;
        padding: 8px;
        box-sizing: border-box;
    }
    /* 栅格-一行2列 */
    .row-md-2 {
        margin: -6px;
    }
    .col-md-2 {
        padding: 6px;
        width: 100%;
    }
    /* 详情页底部按钮 */
    .desc-btn-box.fix-bottom {
        display: block;
    }
    /* 空状态 */
    .xz-office-building-empty {
        margin-top: 104px;
        margin-bottom: 104px;
    }
    .phone-contact-btn>.wechat-content {
        top: 20px;
    }
    /* 列表-投资热门-移动端 */
    .common-text-hot-label::after {
        font-size: 10px;
        line-height: 16px;
        padding: 0 6px;
    }
    .common-park-hot-label::after {
        border-radius: 0px 0px 4px 0px;
        font-size: 14px;
        line-height: 22px;
        padding: 1px 8px;
        z-index: 5;
        top: 0;
        left: 0;
    }
    .government-detail-top.common-text-hot-label::after {
        top: 1px;
        left: 1px;
    }
    /* .haslabel-box.item-notags{
        height: 144px!important;
        overflow: hidden;
    } */
    #zc__sdk__container {
        bottom: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .online-customer-box {
        right: 16px;
    }
    #zc__sdk__container {
        right: 16px !important;
    }
    .common-mobile-card {
        padding: 16px;
    }
    .desc-btn-box.fix-bottom.include-collect {
        padding: 12px 16px;
    }
    /* 栅格-一行2列 */
    .row-md-2 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .col-md-2 {
        float: left;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        box-sizing: border-box;
    }
    .xz-mobile-tab {
        padding-left: 16px;
        padding-right: 16px;
    }
    .common-goldvip-normal::after,
    .common-vip-normal::after,
    .common-hardcore-normal::after {
        right: -4px;
        bottom: -2px;
        width: 16px;
        height: 16px;
    }
    /* 移动端隐藏 */
    .common-detail-hide {
        display: none;
    }
    .common-label-box .label-title {
        font-size: 10px;
        line-height: 14px;
        padding: 2px 6px;
    }
    .common-label-box .label-desc {
        font-size: 10px;
        line-height: 14px;
        padding: 2px 6px;
    }
    .common-goldvip-median::after,
    .common-vip-median::after,
    .common-hardcore-median::after {
        right: -4px;
        bottom: -2px;
        width: 14px;
        height: 14px;
    }
    .label-top-6 {
        margin-top: 4px;
    }
    .haslabel-box.item-notags {
        height: 156px !important;
        height: max-content !important;
        overflow: hidden;
    }
}

/* 分享 */

.detail-modal {
    position: fixed;
    display: none;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(26, 26, 26, 0.5);
}

.detail-share-modal>.share-modal-box {
    padding: 40px 8px;
    width: 458px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.detail-share-modal>.share-modal-box>.share-modal-close {
    font-size: 16px;
    position: absolute;
    top: 16px;
    right: 16px;
    color: #999;
    cursor: pointer;
}

.detail-share-modal>.share-modal-box>.share-item-box>.share-item {
    float: left;
    width: 140px;
    text-align: center;
    margin: 0 40px;
}

.detail-share-modal>.share-modal-box>.share-item-box>.share-item a {
    display: block;
    font-size: 0;
}

.detail-share-modal>.share-modal-box>.share-item-box>.share-item .share-item-img {
    width: 140px;
    height: 140px;
    margin-bottom: 16px;
}

.detail-share-modal>.share-modal-box>.share-item-box>.share-item>.share-item-text {
    color: #333333;
    line-height: 22px;
    font-size: 14px;
    display: block;
}

.detail-share-modal>.share-modal-box>.share-item-box>.share-item-line {
    float: left;
    margin-top: 20px;
    height: 100px;
    background: #F2F2F2;
    width: 1px;
}

.common-text-color.hover,
.common-text-color.hover a,
.common-text-color.hover i {
    color: #468EEB !important;
}

.common-text-color:active,
.common-text-color:active a,
.common-text-color:active i {
    color: #114eb8 !important;
}

.common-text-color-normal.hover,
.common-text-color-normal.hover a {
    color: #1F6CDD !important;
}

.hide {
    display: none !important;
}

/* 控制有弹窗时，页面不可滚动 */

.page-unscrollable {
    box-sizing: border-box;
    overflow: hidden;
}

/* viewer插件禁止页面滚动类名 */

.viewer-open {
    box-sizing: border-box;
}