:root {
    --main-width: 850px;
    --swiper-theme-color: #fff !important;
}

html, body {
    font-size: 14px;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

h1 {
    font-size: 22px;
    color: #000;
}

h2 {
    font-size: 20px;
    color: #000;
}

ul, li, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bold {
    font-weight: bold;
}

.font-30 {
    font-size: 30px;
}

.font-20 {
    font-size: 20px;
}

.font-25 {
    font-size: 25px;
}

.red {
    color: #D86262;
}

.navbar-brand {
    background: url("../img/logo.png") no-repeat center center;
    background-size: 180px;
    text-indent: -9999px;
    width: 180px;
    margin-right: 50px;
    padding: 0 !important;
}


.navbar {
    z-index: 99;
    padding: 12px 0;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    background: #333 !important;
}

.nav-item {
    padding: 0px 10px;
    margin-right: 10px;
}

    .nav-item:hover {
        background: #262626;
        border-radius: 5px;
    }


.nav-bread a {
    text-decoration: none;
    color: #333;
}

.align-items-right {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.space-between {
    justify-content: space-between
}

.space-around {
    justify-content: space-around
}

.flex-wrap {
    flex-wrap: wrap;
}
/**index**/
.index-banner {
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
}

    .index-banner img {
        width: 100vw;
        height: 400px;
    }

.index-divide {
    margin-top: 400px;
}

.index-show, .index-title {
    margin-bottom: 50px;
    padding-top: 20px;
}

    .index-show h2, .index-title h2, .result-title h2 {
        font-size: 24px;
    }

.member-list {
    gap: 1.5rem;
    display: flex;
    flex-wrap: nowrap;
}

    .member-list .brand-item {
        padding-bottom: 10px;
        text-decoration: none;
        color: #333;
        flex-grow: 1;
        width: calc(16.66667% - 1.5rem);
    }

        .member-list .brand-item img {
            width: 100%;
            height: 100px;
            border: 1px solid #eee;
        }

.member-box {
    flex-grow: 0;
    width: calc(16.66667% - 1.5rem);
    align-items: center;
    background-color: #f7f7f7;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding: 1.5rem 2rem;
    height: 100px;
}

    .member-box img {
        height: auto;
        max-width: 150px;
        width: 100%;
    }

.slogon {
    position: absolute;
    top: 100px;
    width: 100vw;
    text-align: center;
    font-size: 30px;
    color: #fefefe;
    line-height: 60px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.news-list .item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

    .news-list .item .title {
        text-decoration: none;
        font-size: 16px;
        color: #333;
    }

        .news-list .item .title:hover {
            text-decoration: underline;
        }

    .news-list .item .date {
        font-size: 14px;
        font-weight: normal;
        color: #666;
    }

    .news-list .item .desc {
        font-size: 14px;
        color: #888;
        font-weight: normal;
    }

.sort-bar a {
    cursor: pointer;
}

.navbar-right {
    flex-wrap: nowrap;
    width: 330px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.phone {
    display: flex;
    color: #fff;
    text-decoration: none;
    gap: 10px;
}

    .phone:hover {
        color: #eee;
    }

.icon_search {
    width: 20px;
}

.phone-icon svg {
    width: 20px;
    height: 20px;
}

.phone-text {
    font-size: 16px;
}

.btn-contact {
    text-decoration: none;
    color: #333;
    background: #E6E6E6;
    padding: 7px 15px;
    border-radius: 15px;
    font-size: 12px;
}

    .btn-contact:hover {
        color: #000;
    }


.flex {
    display: flex;
}

.flex-col, .flex-column {
    display: flex;
    flex-direction: column;
}

.select-row {
    margin-top: 5px;
    align-items: center;
}

    .select-row a {
        text-decoration: none;
        color: #222;
        cursor: pointer;
        border-bottom: 1px solid transparent;
    }

        .select-row a:hover, .select-row a.active {
            color: #0d6efd;
            border-bottom: 1px solid #0d6efd;
        }

    .select-row .keyword {
        padding: 0px 10px;
        height: 30px;
    }

    .select-row .btn_search {
        height: 30px;
        padding: 0 15px;
    }

.border-bottom {
    border-bottom: 1px solid #eee;
}

.result-title {
    font-size: 18px;
    margin-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

    .result-title .showmore {
        margin-left: 10px;
        font-size: 11px;
        text-decoration: none;
        color: #ccc;
        border: 1px solid #ccc;
        padding: 0px 10px;
        border-radius: 20px;
        margin-top: 4px;
    }

    .result-title .extra {
        font-size: 12px;
        font-weight: normal;
        line-height: 25px;
        padding-left: 30px;
    }

    .result-title .price {
        color: #c96966;
        margin-left: 20px;
    }

    .result-title .unit {
        color: #c96966;
        font-size: 14px;
    }

.pt-100 {
    padding-top: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.select-box {
    margin-top: 340px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

. mt-auto {
    margin-top: auto;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-auto {
    margin-left: auto;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-60 {
    margin-right: 60px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-300 {
    margin-bottom: 300px;
}

.sort-bar {
    gap: 30px;
    margin: 15px 0;
}

    .sort-bar a {
        padding: 4px 5px;
        color: #666;
        text-decoration: none;
    }

        .sort-bar a.active {
            color: #333;
            border-bottom: 1px solid #333;
            font-weight: bold;
        }

.office-list {
    width: var(--main-width);
}

button {
    background: #333;
    border-radius: 6px;
    outline: none;
    color: #fff;
    border: none;
    height: 44px;
    font-size: 15px;
    letter-spacing: 2px;
}

    button:hover {
        background: #000;
    }

input {
    background: #F5F5F5;
    border: #f1f1f1;
    padding: 10px 15px;
    border-radius: 6px;
    outline: none;
}

    input::placeholder {
        color: #bbb;
    }

.flex-1 {
    flex: 1;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.side {
    flex: 1;
    border: 1px solid #eee;
    padding: 30px;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-left: 60px;
    border-radius: 10px;
    position: sticky;
    top: 100px;
}


.tip {
    color: #888;
}

.slog {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
    font-weight: normal;
    background-size: 18px;
}

.more {
    display: none;
}

.office {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 20px;
    position: relative;
}

    .office .xzl {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 10px;
        padding: 3px 10px;
        background: #e3f2fd;
        color: #1976d2;
        border-bottom-left-radius: 10px;
    }

    .office .gxbg {
        position: absolute;
        top: 0;
        right: 0px;
        background: #e0f7fa;
        font-size: 10px;
        padding: 3px 10px;
        color: #00796b;
        border-bottom-left-radius: 10px;
    }

    .office:hover {
        box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1);
        background: #fcfcfc;
    }

.title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.office .title {
    padding: 18px 0 8px 0;
    color: #333;
    text-decoration: none;
}

    .office .title:hover {
        color: #000;
        text-decoration: underline;
    }

.office .pic {
    position: relative;
}

    .office .pic img {
        width: 330px;
        height: 220px;
        margin-right: 25px;
    }

    .office .pic .hot {
        opacity: 0.9;
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: #D86262;
        color: #fff;
        padding: 3px 10px 3px 24px;
        border-radius: 20px;
        background-image: url(../img/icon_hot.png);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: 5px 5px;
    }

.office .location {
    background: url("../img/icon_loaction.svg") no-repeat 0 2px;
    padding-left: 20px;
    color: #666;
}

.office .price {
    margin-top: 5px;
    font-size: 22px;
    margin-right: 10px;
    color: #f13a3a;
}

.office .unit {
    font-size: 14px;
}


.tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.tag {
    background: #F0F0F0;
    padding: 2px 12px;
    border-radius: 15px;
    font-size: 12px;
    color: #888;
    font-weight: normal;
}

.room-types {
    display: flex;
    flex-wrap: wrap;
}

.room-type {
    text-decoration: none;
    color: #888;
    border: 1px solid #eee;
    padding: 4px 0px;
    width: 70px;
    text-align: center;
}

    .room-type:hover {
        background: #EFEFEF;
        color: #888;
    }

    .room-type.more-type {
        font-size: 12px;
    }


.pager {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

    .pager a {
        border: 1px solid #eee;
        padding: 6px 13px;
        font-size: 16px;
        overflow: hidden;
        text-decoration: none;
        color: #666;
    }

        .pager a:hover, .pager a.active {
            background-color: #333;
            color: #fff;
        }


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    background-color: #333;
    color: #ddd;
}

    .footer a {
        color: #eee;
        text-decoration: none;
    }

    .footer .phone {
        color: #D86262;
        font-size: 24px;
        font-weight: bold;
    }

        .footer .phone img {
            width: 32px;
        }

.chat {
    background: #D86262;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    padding: 4px 10px;
    line-height: 30px;
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
}

    .chat img {
        width: 26px;
    }

.weixin img, .mp img {
    width: 34px;
    height: 34px;
}

.footer .icon {
    height: 35px;
    border-radius: 2px;
}

.footer .qrcode {
    height: 150px;
}

.site-info {
    gap: 10px;
}

.config {
    margin: 50px 0;
}

    .config .title {
        font-weight: 500;
        text-align: center;
        font-size: 25px;
    }

    .config .meta {
        color: #888;
        text-align: center;
        margin: 10px 0;
    }

    .config .content {
        line-height: 30px;
        margin: 10px 0;
    }

        .config .content h1, .config .content h2, .config .content h3, .config .content h4, .config .content h5 {
            font-size: 16px;
            font-weight: bold;
        }


        .config .content ul, .config .content ol {
            margin-bottom: 15px;
        }

            .config .content ul li, .config .content ol li {
                margin-left: 20px;
                list-style: disc;
                font-size: 16px;
            }

        .config .content .p:first-child {
            text-indent: 30px;
        }

        .config .content p {
            line-height: 30px;
            color: #444;
            font-size: 16px;
        }

        .config .content img {
            max-width: 80%;
        }

.result-title {
    position: relative;
}

    .result-title .hot {
        background-color: #D86262;
        color: #fff;
        padding: 3px 10px 3px 24px;
        border-radius: 20px;
        background-image: url(../img/icon_hot.png);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: 5px 5px;
        font-size: 16px;
    }

    .result-title .title {
        font-size: 30px;
        padding: 10px 0;
    }

    .result-title .address {
        font-weight: normal;
        font-size: 16px;
        background-image: url(../img/icon_address.png);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: 0 1px;
        padding-left: 30px;
        display: flex;
        align-items: start;
    }


.office-detail {
    width: var(--main-width);
}

    .office-detail .swiper-pagination {
        display: none;
    }

    .office-detail .content {
        font-size: 14px;
        color: #333;
        line-height: 30px;
    }

    .office-detail .banner {
        width: var(--main-width);
        position: relative;
    }

    .office-detail .swiper-button-next, .office-detail .swiper-button-prev {
        color: #fff;
        top: 200px;
    }

    .office-detail .swiper-button-next2 {
        right: 0;
    }

    .office-detail .swiper-button-next2, .swiper-button-prev2 {
        position: absolute;
        top: 17px;
        width: 30px;
        height: 30px;
        margin-top: 0;
        border-radius: 50%;
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.3);
        margin-left: 5px;
        margin-right: 5px;
    }

    .office-detail .swiper-button-prev2:after {
        content: 'prev';
    }

    .office-detail .swiper-button-next2:after {
        content: 'next';
    }

    .office-detail .swiper-button-next2:after, .swiper-button-prev2:after {
        pointer-events: none;
        font-family: swiper-icons;
        font-size: 16px;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        color: #fff;
    }

    .office-detail .slide {
        width: var(--main-width);
        overflow: hidden;
        background: #000;
        border-radius: 10px;
        overflow: hidden;
    }

        .office-detail .slide img {
            width: var(--main-width);
            height: 450px;
        }

    .office-detail .banner {
        width: var(--main-width);
        min-width: var(--main-width);
    }

        .office-detail .banner .quick-bar {
            position: relative;
            margin-top: 10px;
            border: 1px solid #F5F5F5;
            height: 70px;
            overflow: hidden;
            background: #F5F5F5;
            padding: 0;
            border-radius: 5px;
        }

            .office-detail .banner .quick-bar ul {
                padding: 0 0px;
            }

            .office-detail .banner .quick-bar img {
                height: 67px;
                width: 100px;
                border: none;
                margin-top: 1px;
                border-radius: 6px;
                overflow: hidden;
            }

            .office-detail .banner .quick-bar li.swiper-slide-thumb-active img {
                border: 2px solid var(--bg-primary)
            }

            .office-detail .banner .quick-bar .left, .banner .quick-bar .right {
                background: var(--bg-primary);
                position: absolute;
                height: 70px;
                color: #fff;
                line-height: 66px;
                font-size: 30px;
            }

            .office-detail .banner .quick-bar .left {
                left: 0;
            }

            .office-detail .banner .quick-bar .right {
                right: 0;
            }

.detail .side {
    margin-top: 0;
}

.description .sub-title {
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 22px;
}

.rooms {
}


.room {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    padding-top: 20px;
    text-decoration: none;
}


    .room:hover {
    }

    .room .mobile-price {
        display: none;
    }

    .room .info {
        padding: 5px;
        justify-content: space-between;
        color: #333;
    }

    .room .title {
        font-size: 16px;
        font-weight: bold;
    }

        .room .title:hover {
            text-decoration: underline;
        }

    .room .price {
        color: #D86262;
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
    }

        .room .price i {
            font-size: 14px;
            font-style: normal;
        }

    .room .thumb {
        width: 160px;
        height: 100px;
        cursor: pointer;
        border-radius: 5px;
    }

    .room .Positions {
        font-size: 18px;
        color: #333;
    }

        .room .Positions:hover {
            text-decoration: underline;
        }

    .room .tags {
    }

    .room .tag {
    }

    .room .address {
        margin-top: 5px;
        font-weight: normal;
        background-image: url(../img/icon_address.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 0 1px;
        padding-left: 20px;
    }

/**brand*/
.brand {
    width: var(--main-width);
}

    .brand .room {
        color: #333;
    }

    .brand .logo {
        width: 200px;
        border: 1px solid #eee;
    }

    .brand .title {
        font-size: 16px;
    }

    .brand .content {
    }

        .brand .content ul, .brand .content ol {
            margin-bottom: 10px;
        }

        .brand .content li {
            margin-left: 25px;
            padding: 2px 0;
        }

    .brand .brand-item {
        border-bottom: 1px dashed #eee;
        padding-bottom: 10px;
        text-decoration: none;
        color: #333;
    }

        .brand .brand-item .banner {
            min-width: 120px;
            width: 120px;
            border: 1px solid #eee;
            margin-right: 15px;
        }

        .brand .brand-item .title {
            font-weight: bold;
        }

            .brand .brand-item .title:hover {
                text-decoration: underline;
            }

.brands .brand-item {
    margin-bottom: 20px;
    text-align: center;
}

    .brands .brand-item .img {
        min-width: 160px;
        width: 160px;
        height: 80px;
        border: 1px solid #eee;
        font-size: 18px;
        font-weight: bold;
        background: #fafafa;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.devices {
    display: flex;
    flex-wrap: wrap;
}

.device-item {
    background: url(/img/icon_checked.png) no-repeat 0 0;
    padding-left: 25px;
    background-size: 22px;
    font-weight: 500;
    font-size: 14px;
    width: 33%;
    margin-top: 20px;
}

.viewmore {
    float: right;
    font-size: 14px;
}

/**.news-list*/
.news-list {
    width: var(--main-width);
}

    .news-list .article .title {
        text-align: left;
    }

    .news-list .article .meta {
        justify-content: flex-start;
    }

/**news*/


.news .article {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #eee;
    padding: 20px 0 20px 0;
    padding-bottom: 20px;
}

    .news .article:hover {
    }

    .news .article .thumb img {
        width: 255px;
        height: 165px;
        border-radius: 10px;
    }

    .news .article .info .meta {
        justify-content: flex-start;
    }

    .news .article .info {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .news .article .desc {
        color: #888;
    }

    .news .article .brand {
        width: auto;
    }

    .news .article .title {
        font-size: 22px;
        font-weight: 500;
        text-decoration: none;
        color: #333;
    }

        .news .article .title:hover {
            text-decoration: underline;
        }

    .news .article .meta {
        color: #888;
        margin-top: auto;
        justify-content: center;
    }

    .news .article .date {
        background: url(/img/icon_date.png) no-repeat;
        background-size: contain;
        padding-left: 22px;
    }

/**news detail */

.article {
    padding: 25px;
}

    .article .title {
        text-align: center;
    }

    .article .meta {
        margin: 20px 0;
        text-align: center;
        justify-content: center;
        color: #888;
        align-items: center;
    }

    .article .date {
        background: url(/img/icon_date.png) no-repeat;
        background-size: contain;
        padding-left: 22px;
    }

    .article .tags {
    }

    .article .tag {
        margin-right: 3px;
    }

    .article .content {
        padding: 20px;
        font-size: 16px !important;
        line-height: 30px;
    }

        .article .content ul li {
            list-style: disc;
        }

.contact-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 0 1.06667rem 0 rgba(0, 0, 0, .1);
}

    .contact-bar a {
        color: #fff;
        text-decoration: none;
    }

.back2top {
    width: 50px;
    text-align: center;
    line-height: 20px;
    background: url(https://oss.yqbg.cn/bangong-mobile/img/back-top.png) 6px 6px no-repeat;
    background-size: 40px;
}

.online-chat {
    display: inline-block;
    background: url(/img/icon_weixin.png) no-repeat;
    background-size: 20px;
    background-position: 20px center;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    margin: 6px 6px 6px 6px;
    border-radius: 6px;
    padding-left: 5px;
}

.phone-chat {
    display: inline-block;
    background: url(/img/icon_tel.png) no-repeat;
    background-size: 20px;
    background-position: 20px center;
    background-color: #D86262;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    margin: 6px 10px 6px 6px;
    border-radius: 6px;
    padding-left: 5px;
}
