﻿/*Add by Trista start*/
.section {
    clear: both;
    margin: 60px 0;
}
.priceArea__search h2.title {
    font-size: 30px;
    line-height: 1;
    color: #009191;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
/* 2020-04-22 By Manda @ xpert 收藏清單-我的社區收藏樣式修改 Start */
.member_myfay .bar .mark {
    width: 33%;
}
/* 2020-04-22 By Manda @ xpert 收藏清單-我的社區收藏樣式修改 End */
/* 2020-04-14 By Manda @ xpert 社區找屋-搜尋條件樣式修改 Start */
.priceArea__search .searchPanel2__type {
    top: 18px;
}
.priceArea__search .counterItem .ipt1Wrap .searchBtn1 {
    border-radius: 5px;
}
/*PC*/
@media (min-width: 1200px) {
    .priceArea__search.on .itemWrap {
        padding-left: 180px;
        width: calc( 100% - 180px );
    }
}
/* IPAD */
@media (min-width: 760px) and (max-width: 1200px) {
    .priceArea__search .priceArea__search {
        height: auto;
    }
    .priceArea__search.on .itemWrap {
        padding-left: 168px;
        width: calc( 100% - 168px );
        position: static;
        height: auto;
        padding-bottom: 28px;
    }
    .priceArea__search .counterItem .ipt1Wrap .searchBtn1 {
        padding: 12px 24px;
        background-position: center;
    }
    .priceArea__search .counterItem .ipt1Wrap .searchBtn1 span{
        display: none;
    }
}
/* MOBILE */
@media screen and (max-width: 759px) {
    .priceArea__search .searchPanel2__type,
    .priceArea__search .searchPanel2__counter {
        display: none;
    }
    .priceArea__search .counterItem {
        margin-left: 0;
    }
        .priceArea__search .counterItem:nth-child(2),
        .priceArea__search .counterItem:nth-child(2) .selectPanel {
            width: 100%;
        }
    .priceArea__search .counterItem:nth-child(3) {
        width: 100%;
        margin-left:0;
    }
    .priceArea__search .itemWrap {
        padding-top: 10px;
        padding-bottom: 8px;
    }
    .priceArea__search h2.title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .priceArea__search .selectBtn span {
        font-size: 16px;
    }
    .priceArea__search .counterItem .keywordIpt {
        width: calc( 100% - 3px );
        margin-right: 3px;
        text-align: center;
        font-size: 16px;
    }
    
}
/* 2020-04-14 By Manda @ xpert 社區找屋-搜尋條件樣式修改 End */

.section h2.title{
    border-top: 1px solid #ccc !important;
    margin-top: 30px;
    text-align: center;
    /*font-weight:bold;*/
}

    .community-item{
        padding:30px 0 0;
    }
    .section h2.title span {
        background-color: #fff;
        display: inline-block;
        font-size: 30px;
        line-height: 1;
        margin: -30px auto 30px;
        color: #009191;
        padding: 10px;
    }

.section.title {
    margin-top: 30px;
}

    .section.title h3.title {
        font-size: 2em;
        color: #009191;
        line-height: 1.5;
    }

.aside-content {
    float: left;
    width: 50%;
    position: relative;
}

button {
    border: 0;
    cursor: pointer;
}

.hide {
    display: none;
}

p.more-data {
    font-size: .9em;
    background: #fff;
    border: 1px solid #F0F0F0;
    padding: 10px;
    display: inline-block;
    margin: 10px 0 30px;
    position: absolute;
    top: 24px;
    right: 0;
    color: var(--cnvs-contrast-600);
}

.aside-content p.more-data {
    left: 0;
    right: auto;
    top: auto;
    z-index: 7;
    bottom: -120px;
}

p.more-data.show {
    opacity: 1 !important;
    display: block !important;
}

#priceDealContent2 {
    width: 200px;
}

p.priceDeal {
    font-size: 1.3em;
    color: #646464;
    margin-top: 20px;
}

    p.priceDeal strong {
        font-size: 1.8em;
        font-weight: normal;
        color: #FF0000;
    }

.pie-chart {
    float: right;
    width: 50%;
    margin: 0 0 30px 0;
    padding: 0 0 30px;
}
    /*2020-02-13 By Johnson @ xpert 調整成交行情畫面*/
    .pie-chart.noData {
        float: right;
        width: 30%;
        margin: 0 20% 30px 0;
        min-height: 170px;
        text-align: center;
        font-size: 44px;
        line-height: 170px;
        vertical-align: bottom;
        color: #aaa;
    }
/*2020-05-26 By Manda @ xpert 增加成交行情-成交價量趨勢-無資料樣式 start*/
.divTransactionChart.noData {
    clear: both;
    height: 241px;
    padding-bottom: 39px;
}

    .divTransactionChart.noData label {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: 44px;
        line-height: 241px;
        vertical-align: bottom;
        color: #aaa;
    }
/*2020-05-26 By Manda @ xpert 增加成交行情-成交價量趨勢-無資料樣式 end */


.icon-exclamation {
    vertical-align: bottom;
    display: inline-block;
    margin-left: 10px;
    width: 26px;
    height: 26px;
    background: url(images/icon-exclamation.png) 0 0 no-repeat;
}

.table {
    border: 1px solid #E6E6E6;
    margin-bottom: 30px;
    width: 100%;
}

    .table th,
    .table td {
        color: #646464;
        font-size: 1.2em;
        text-align: center;
        padding: 10px 8px;
    }

    .table th {
        border-bottom: 1px solid #B4B4B4;
    }

    .table td {
        border-bottom: 1px solid #E6E6E6;
    }

        .table td.type {
            color: #009191;
        }
/*2020-06-20 By Johnson @ Xpert 成交量排行排列方式調整 */
.RegionalCategoryVolumeRanking tr > td {
    text-align: center;
}

    .RegionalCategoryVolumeRanking tr > td > div,
    .table.tableDealTop tr > th > div {
        text-align: right;
        margin: 0 auto;
    }

        .RegionalCategoryVolumeRanking tr > td > div.w3em {
            width: 3em;
        }

        .RegionalCategoryVolumeRanking tr > td > div.w5em,
        .table.tableDealTop tr > th > div.w5em {
            width: 5em;
        }

        .RegionalCategoryVolumeRanking tr > td > div.w6em {
            width: 6em;
        }

.table.tableDealTop th {
    text-align: center;
}
/*2020-06-08 By Johnson @ xpert 成交量排行在手機隱藏格線 start*/
@media (min-width: 320px) and (max-width: 768px) {
    .table.tableDealTop {
        border: none;
        min-width: 0px;
    }

        .table.tableDealTop th,
        .table.tableDealTop td {
            border-bottom: none;
        }

        .table.tableDealTop thead {
            display: none;
        }

        .table.tableDealTop tbody {
            display: flex;
            flex-wrap: nowrap;
            justify-content: center;
        }

        .table.tableDealTop tr {
            display: inline-block;
            border: 1px #aaa solid;
            min-width: 115px;
        }

        .table.tableDealTop td {
            display: block;
        }

            .table.tableDealTop td:nth-child(5),
            .table.tableDealTop td:nth-child(6),
            .table.tableDealTop td:nth-child(7),
            .table.tableDealTop td:nth-child(8),
            .table.tableDealTop td:nth-child(9) {
                display: none;
            }

    .RegionalCategoryVolumeRanking tr > td > div {
        text-align: center;
    }
}

.price-up {
    color: #FF0000;
    padding: 5px;
    font-weight: bold;
}

    .price-up:after {
        display: inline-block;
        content: "↑";
        color: #FF0000;
        font-size: 1em;
        font-weight: bold;
        padding-left: 5px;
    }

.price-none {
    padding: 5px;
}

.price-down {
    color: #349300;
    padding: 5px;
    font-weight: bold;
}

    .price-down:after {
        display: inline-block;
        content: "↓";
        color: #349300;
        font-size: 1em;
        font-weight: bold;
        padding-left: 5px;
    }

.priceLower {
    background-color: #F8F8F8;
    min-height: 420px;
    position: relative;
}

.section.priceLower h2.title {
    border: 0;
}


.searchResult.community .searchResult__nav {
    border-top: none;
}

.section.priceLower h2.title span {
    background-color: transparent;
    line-height: 1;
    margin: 30px auto;
}

.priceLower a.more {
    color: var(--cnvs-contrast-600);
    position: absolute;
    right: 0;
    top: 80px;
}
.priceLower .item {
    float: left;
    margin-right: 1%;
    width: 19%;
}

    .priceLower .item img {
        width: 100%;
    }

    .priceLower .item .itemTitle {
        color: #009191;
        font-size: 1.2em;
        margin-bottom: 5px;
    }

    .priceLower .item span {
        display: block;
        margin: 3px 0;
    }

.priceLower {
    min-height: 420px;
    position: relative;
}
    /*2020-02-13 By Johnson @ Xpert 沒資料時的相關待售物件 start*/
    .priceLower.noData {
        min-height: 100px;
        text-align: center;
    }

        .priceLower.noData .priceArea_more {
            position: relative;
            text-align: center;
            left: 0;
            top: 35px;
            right: 0;
            font-size: 30px;
            line-height: 30px;
        }

            .priceLower.noData .priceArea_more:before {
                content: '';
            }
    /*2020-02-13 By Johnson @ Xpert 沒資料時的相關待售物件 end*/
    .priceLower .itemPrice strong {
        color: #FF0000;
    }


    .priceLower .itemPrice {
        background: #fff;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 39%, rgba(255, 255, 255, 0) 100%);
        color: #000;
        display: block;
        top: -30px;
        height: 30px;
        padding: 5px 3px;
        position: relative;
        font-size: 1.2em;
    }

    .priceLower .item-wrapper {
        top: -30px;
        position: relative;
    }

.community_list .searchResult__nav{
    border-top:none;
}
.community_list .objlist__item .item__intro li{
    width:100%;
}
.community_list .objlist__item .item__intro .intro__name span{
    font-weight:normal;
    font-size:16px;
    color:var(--cnvs-contrast-600);
    text-decoration:none;
}
    .community_list .objlist__item .item__intro .intro__name span:hover {
        text-decoration:none;
    }
.community_list .objlist__item .item__func{
    font-size:16px;
}
    .community_list .objlist__item .item__func.connection_community{
        padding:0;
    }
    .community_list .objlist__item .item__func .phone {
        font-size: 18px;
        margin: 8px 0;
    }
.community_list .searchResult__nav .navR .sortBtn{
    padding: 14px 25px;
}
.community_list .searchResult__nav .navR .sortPanel{
    top:46px;
}
@media screen and (max-width: 759px) {
    .community_list .objlist__item .item__intro .intro__name span{
        display:block;
    }
    .community_list .objlist__item .connection_community{
        display:none;
    }      
}




.navCSR .bar {
    margin: 20px auto;
    text-align: center;
    width: 100%;
}

    .navCSR .bar a {
        color: #007D7D;
        display: inline-block;
        font-size: 1.5em;
        margin: 10px 40px;
    }

.about_news_list h3.title {
    color: #017d7d;
    font-size: 1.8em;
    margin-top: 0;
}

    .about_news_list h3.title:before {
        background-color: #ec613d;
        content: " ";
        display: inline-block;
        height: 48px;
        margin-right: 10px;
        width: 48px;
        vertical-align: middle;
    }

.about_news_list.csr_news_list {
    margin-top: 20px;
}

    .about_news_list.csr_news_list .news_result {
        margin: 0 40px;
    }

/*.breadcrumb {
    color: #646464;
    margin-bottom: 20px;
    padding: 10px;
}*/

/*.breadcrumb span {
    color: #007D7D;
    padding: 0 5px;
}*/

.csrArticle .articleDt__title,
.csrArticle .articleDt__date {
    margin-left: 15px;
}

.csrArticle .articleDt__left .pagebar2 a {
    background-color: #f8f8f8;
}

.csrArticle .articleDt__left .pagebar2 .articleDt__title {
    font-size: 18px;
}

.csrArticle .articleDt__left .articleDt__title {
    font-weight: 700;
    line-height: 34px;
    /*2020-03-16 By Amanda @ Xpert: 上下一則標題字體大小調整*/
    /*font-size: 28px;*/
    /*2020-08-21 By Johnson @ Xpert:調整標題大小*/
    font-size: 30px;
}

.csrDt__right h3:before {
    background-color: #ec613d;
    content: " ";
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    width: 30px;
    vertical-align: middle;
}

.articleDt__right.csrDt__right .aboutNews__title {
    padding-bottom: 0;
}

.csr__franchise {
    clear: both;
    color: #787878;
    margin-bottom: 20px;
}

    .csr__franchise p {
        margin-bottom: 5px;
    }

    .csr__franchise .fanPage__plugin,
    .csr__franchise .wrapper {
        margin-bottom: 5px;
    }

    .csr__franchise .wrapper {
        text-align: center;
    }

.articleDt__right .aboutNews__list .csr__franchise .pic {
    position: relative;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 75%;
    overflow: hidden;
    margin-bottom: 8px;
}

    .articleDt__right .aboutNews__list .csr__franchise .pic:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin-left: 0;
        margin-top: 0;
        z-index: 9;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 0px;
    }

    .articleDt__right .aboutNews__list .csr__franchise .pic img {
        position: absolute;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
    }

.articleDt__right .aboutNews__list .csr__franchise .fb-page-btn a {
    border: 1px #aaa solid;
    color: #fff;
    padding: 5px 8px;
    background: #3b5998;
}

    .articleDt__right .aboutNews__list .csr__franchise .fb-page-btn a:hover {
        background: #4a6aad;
        color: #fff;
    }

.articleDt__right .aboutNews__list .csr__franchise a:hover {
    color: #00CCCC;
}

.articleDt__right .aboutNews__list .csr__franchise a {
    color: #16a2a3;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
}



.csr_news_list img {
    width: 100%;
}

.csr_news_list .topImg,
.articleDt__left .articleDt__con .con__main .topImg {
    position: relative;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 40%;
    overflow: hidden;
    margin-bottom: 15px;
}

    .csr_news_list .topImg:before,
    .articleDt__left .articleDt__con .con__main .topImg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin-left: 0;
        margin-top: 0;
        z-index: 9;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
    }

    .csr_news_list .topImg img,
    .articleDt__left .articleDt__con .con__main .topImg img {
        position: absolute;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 100%;
    }

@media (min-width: 320px) and (max-width: 759px) {
    .navCSR .bar a {
        margin: 10px 5px;
        font-size: 1em;
    }
}

@media (min-width: 760px) and (max-width: 969px) {
    .navCSR .bar a {
        margin: 10px 10px;
    }
}

@media (min-width: 970px) and (max-width: 1200px) {
    .navCSR .bar a {
        margin: 10px 20px;
    }
    /*2020/5/11 Johnson@Xpert 修改ipad畫面樣式 start*/
    .stickBar__top .top__right {
        margin: 0 40px 0 0;
    }
    /*2020/5/11 Johnson@Xpert 修改ipad畫面樣式 end*/
}

@media (max-width: 1365px) {
    .about_news_list.csr_news_list .news_result {
        margin: 0;
    }
    /*2020/5/11 Johnson@Xpert 修改ipad畫面樣式 start*/


    .popup__top {
        display: none;
    }

    .pcShow-popup .popup {
        left: auto;
        right: 13px;
        margin: 0 auto 0;
        width: 300px;
        top: 42px;
        height: auto;
        z-index: 10;
        border: 3px solid #f14351;
        border-top-width: 6px;
        position: absolute;
    }
    /*2020/5/11 Johnson@Xpert 修改ipad畫面樣式 end*/
}

#mapObjlist .funcR,
#mapObjlist .funcL {
    color: #009191;
}

#mapObjlist .objlist__item {
    clear: both;
    color: #505050;
    position: relative;
}

#mapObjlist .item__houseType {
    position: absolute;
    right: 18px;
    top: 18px;
    margin-left: 0;
}

#mapObjlist .item__price strong {
    color: #e30000;
}

#mapObjlist .item__price {
    font-size: 1.2em;
    margin-left: 0;
    position: absolute;
    right: 18px;
    top: 45px;
}

    #mapObjlist .item__price strong {
        font-size: 1.2em;
        font-weight: normal;
    }

#mapObjlist .objlist__item div,
#mapObjlist .objlist__item ul {
    margin-left: 18px;
}

#mapObjlist .item__detail li {
    color: #969696;
    float: left;
    border-right: 1px solid #969696;
    line-height: 1;
    margin-right: 5px;
    padding-right: 5px;
}

    #mapObjlist .item__detail li:last-child {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }

/*20200820 Johnson @ Xpert 成交行情樣式調整 start*/
#mapObjlist .item__add {
    font-size: 1.2em;
    padding: 10px 0;
    margin-right: 97px;
}
/*20200820 Johnson @ Xpert 成交行情樣式調整 end*/
.community-content-info {
    color: var(--cnvs-contrast-600);
    margin: 0 0 8px;
    font-weight: bold;
}
/* 2021080413 Manda @ Xpert 社區找屋-社區清單頁樣式調整 Start */
/* breadcrumb */

.community_list .breadcrumb,
.community-breadcrumb {
    /*font-size: 18px;*/
    margin-bottom: 0;
}
    .community_list .breadcrumb .wrapper-1176,
    .community-breadcrumb .wrapper-1176 {
        list-style-type: none;
    }
    /*.community_list .breadcrumb .wrapper-1176 {
        max-width: 1050px;
    }*/
    .community_list .breadcrumb a span,
    .community-breadcrumb a span {
        color: #646464;
    }
.community_list .breadcrumb .wrapper-1176 {
    margin-bottom: 10px;
}
@media screen and (max-width: 759px) {
    .community_list .breadcrumb {
        display: none !important;
    }
}
/* searchResult__num  */
/*.community_list .searchResult__nav .navL {
    font-size: 18px;
}*/

    /*.community_list .searchResult__nav .navL b {
        font-size: 26px;
    }*/

.community_list .objlist__ItemWrap.community-item {
    margin-top: 0;
}

.community_list .objlist__item .item__intro a.intro__name {
    text-decoration: none;
}

.community_list .objlist__item .item__func .phone {
    color: #009191;
}
/* PC */
@media screen and (min-width: 760px) {
    .community_list .searchResult__nav .navR .sortBtn {
        display: inline-block;
        padding-left: 8px;
        padding-right: 27px;
        color: #969696;
    }

    .community_list .searchResult__nav .navR .sortText {
        display: inline-block;
    }

    .community_list .searchResult__nav .navR .sortBtn:before {
        content: '';
        display: block;
        top: 34% !important;
    }
    .community_list .searchResult__nav .navR .sortBtn.on:before {
        top: 45% !important;
    }

    .community_list .searchResult__nav .navR .sortBtn:after {
        content: '';
        display: block;
        height: 1px;
        width: calc( 100% + 30px );
        border-bottom: 1px solid #009191;
        transform: translate(-8px, 1px);
    }
    .community_list .searchResult__nav .navR .sortBtn.on:after {
        display:none;
    }
    .community_list .searchResult__nav .navR .sortBtn:before {
        border-color: #969696;
    }
}
/* MOBILE */
@media screen and (max-width: 759px) {
    .community_list .searchResult__nav .navL {
        display: block;
        margin-bottom: 6px;
        font-size: 15px;
    }

        .community_list .searchResult__nav .navL b {
            font-size: 20px;
        }

    .community_list .searchResult__nav .navR .sortBtn {
        font-size:16px;
    }
    .community_list .navR .sortBtn:before {
        top: 36%;
        right: 22px;
    }
}
/* 熱門社區 hotCommunity */

/* 新版未使用到的樣式 */
/*.section.hotCommunity h2.title {
    border: 0;
    margin-top: 0;
}*/
/*.section.hotCommunity h2.title span {
    background-color: transparent;
    line-height: 1;
    margin: 0 auto 20px;
}*/

.section.hotCommunity h2.title {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    border-top: 0 !important;
}
    .section.hotCommunity h2.title:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #e6e6e6;
    }
    .section.hotCommunity h2.title span {
        position: relative;
        padding: 0 10px;
        margin: 0;
    }

.hotCommunity .item img {
    width: 100%;
}

.hotCommunity .item {
    float: left;
    margin-right: 1%;
    width: 19%;
}

    .hotCommunity .item span {
        color: var(--cnvs-contrast-600);
        display: block;
        margin: 3px 0;
    }

    .hotCommunity .item .btn3 {
        border: none;
        width: 33px;
        margin: -33px 5px 0 0;
        text-align: center;
        float: right;
    }

        .hotCommunity .item .btn3:hover {
            background: #fff;
        }

    .hotCommunity .item .heartI {
        display: inline-block;
        margin: 0;
        width: 16px;
        padding: 0;
        height: 14px;
    }

    .hotCommunity .item a.photo__img {
        position: relative;
        display: block;
        width: 100%;
        padding-top: 80.2%;
        margin-bottom: 10px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #2f2f2f;
        overflow:hidden;
    }

        .hotCommunity .item a.photo__img:hover {
            text-decoration: none;
        }

.hotCommunity .houseItem__imgText {
    font-size: 35px;
    white-space: normal;
}
            .hotCommunity .item a.photo__img:hover .itemTitle {
                text-decoration: underline;
            }

    .hotCommunity .item .itemTitle {
        color: #009191;
        font-size: 1.2em;
        margin-bottom: 5px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        width:10em;
    }
@media screen and (max-width: 1024px){
    .hotCommunity .item .itemTitle{
        width:8em;
    }
}
@media screen and (max-width: 768px) {
    .hotCommunity .item .itemTitle {
        width: 6em;
    }
}
@media screen and (max-width: 759px) {
    .hotCommunity .item .itemTitle {
        width: 8em;
    }
}

.hotCommunity {
    margin: 0;
    min-height: 340px;
    position: relative;
}
@media screen and (min-width: 760px) {
    .hotCommunityWrap {
        margin-right: -1%;
    }
}
@media screen and (max-width: 759px) {
    .hotCommunity {
        min-height: initial;
        overflow: hidden;
        margin: 20px -10px 25px -10px;
    }
    .section.hotCommunity h2.title {
        margin-bottom: 15px;
    }
    .section.hotCommunity h2.title span {
        font-size: 20px;
    }
    .hotCommunityWrap {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        scroll-snap-type: x;
        -webkit-overflow-scrolling: touch;
    }
        .hotCommunityWrap ::-webkit-scrollbar {
            display: none
        }
        .hotCommunityWrap > * {
            scroll-snap-align: start
        }
    .hotCommunity .item a.photo__img {
        margin-bottom: 6px;
    }
    .hotCommunity .item {
        float: none;
        display: inline-block;
        margin-right: 0;
        padding-left: 2%;
        vertical-align: top;
    }
    .hotCommunity .item-wrapper {
        position:relative;
    }
    .hotCommunity .item .btn3 {
        margin:0;
    }
}

/* 社區搜尋結果 community-item */
.community-item .objlist__item .item__intro li i {
    font-weight: normal;
}

.community_list .objlist__ItemWrap.no_Community_Object {
    font-size: 18px;
    text-align: center;
    color: #009191;
    line-height: 1.6;
}
.community-item .objlist__item .photo__img{
    position:relative;
    overflow:hidden;
}
/* 歸類 community-list 檔案寫入<style>樣式 Start */
.community_list .objlist__item .pcShow {
    float: left;
    width: 70%;
}

.community_list .item__func p {
    color: var(--cnvs-contrast-600);
    margin-bottom: 5px;
}

.community_list .item__func strong {
    color: #44b1ae;
    display: block;
}

.community_list .objlist__item .price--objects {
    color: #16a2a3;
    font-size: 14px;
}

.community_list .objlist__item .price--range {
    color: #FF0000;
    display: block;
    margin: 8px 0 22px;
    font-size: 18px;
}
/*.community .searchResult__nav .navR .sortBtn {
    display: inline-block;
    padding: 10px 35px 0 0;
}*/
/* 歸類 community-list 檔案寫入<style>樣式 End */
.community-item .houseItem__imgText {
    font-size: 40px;
}
/* IPAD */
@media (min-width: 760px) and (max-width: 1200px) {
    .community_list .objlist__item .pcShow {
        float: none;
        width: 100%;
    }
    .community_list .item__price {
        margin-top: 12px;
    }
    .community_list .objlist__item .item__intro .price__title,
    .community_list .objlist__item .price--range,
    .community_list .objlist__item .item__func .phone {
        display: inline-block;
    }

}

/* PC */
@media screen and (min-width: 1200px) {
    .community-item .col4-1 {
        width: 20%;
    }

    .community-item .col4-2 {
        width: 60%;
    }
    .community-item .objlist__item {
        padding: 25px 9px 25px 23px;
    }
        .community-item .objlist__item .photo__img,
        .community-item .item__photo {
            width: 100%;
        }
        .community-item .objlist__item .pcFloatR {
            float: right;
            width: 30%;
        }
}

@media screen and (min-width: 760px) {
    
    .community_list .objlist__ItemWrap.no_Community_Object {
        padding: 30px 10px;
    }
    .community_list .objlist__ItemWrap.community-item {
        padding-top: 0;
    }

    .community-item .objlist__item .photo__img {
        padding-top: 80.2%;
        height: auto;
        margin-bottom:0;
    }

    
    .community-item .objlist__item .item__intro ul {
        margin-bottom:0;
    }
    .community-item .objlist__item .item__intro li {
        margin-bottom: 0;
    }
    .community-item .objlist__item .item__intro li + li{
        margin-top: 12px;
    }
    .community-item .objlist__item .item__intro .intro__name {
        font-size: 30px;
        line-height: 30px;
        font-weight: normal;
        margin-top: 20px;
        margin-bottom: 26px;
    }

        .community-item .objlist__item .item__intro .intro__name span {
            font-size: 18px;
            vertical-align: middle;
        }
    .community-item .objlist__item .price--range,
    .community_list .objlist__item .item__func .phone {
        font-size: 20px;
        font-weight: bold;
        margin-top: 4px;
    }
    .community_list .objlist__item .item__func .phone {
        margin-bottom: 0;
    }
    .community-item .objlist__item .item__func .btn3{
        margin-top:20px;
    }
    .community_list .objlist__item .photo__list .listWrap {
        margin: 0;
        padding:0;
    }
}
/* MOBILE */
@media screen and (max-width: 759px) {
    .community_list .objlist__ItemWrap.community-item {
        padding: 0;
    }
    .community_list .objlist__item {
        padding: 20px 10px 10px 10px;
    }

        .community_list .objlist__item .item__photo {
            top: 20px;
        }
    .community-item .houseItem__imgText {
        font-size: 20px;
    }

    .community-item .houseItem__img {
        width: 100%;
        height: 83px;
        background-size: cover;
        background-color: #000;
    }

        .community_list .objlist__item .col4-2:nth-child(2) {
            padding-bottom: 6px;
        }
            .community_list .objlist__item .col4-2:nth-child(2) .item__intro {
                padding-right: 0;
            }

        .community_list .objlist__item .item__intro .intro__name {
            font-size: 20px;
            font-weight: normal;
            margin-bottom: 12px;
        }

        .community_list .objlist__item .connection_community {
            display: none;
        }

        .community_list .objlist__item .item__intro .price__title {
            display: inline-block;
            font-size: 16px;
            color: #009191;
        }

        .community_list .objlist__item .price--range {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 14px;
            color: var(--cnvs-contrast-600);
        }

            .community_list .objlist__item .price--range strong {
                font-size: 20px;
                color: #ff0000;
                margin-right: 2px;
            }

    .community_list .item__num {
        font-size: 15px;
        padding: 6px 0;
        color: var(--cnvs-contrast-600);
        display: inline-block;
    }

    .community_list .objlist__item .item__btmIntro li {
        font-size: 15px;
        display: inline;
        padding-right: 6px;
        margin-right: 0;
    }

        .community_list .objlist__item .item__btmIntro li,
        .community_list .objlist__item .item__btmIntro li i {
            color: #646464;
            font-weight:normal;
        }

    .community_list .objlist__item .item__func .btn3 {
        top: 13px;
        right: 10px;
    }

    .community_list .objlist__item .item__btmIntro li:before {
        background-color: #646464;
    }
}
/* 2021080413 Manda @ Xpert 社區找屋-社區清單頁樣式調整 End */
/* 2021080412 Manda @ Xpert 社區找屋-社區資料頁樣式調整 Start */
/* 大標 h2.title*/
.section.community-detail h2.title,
.section.community-chartDiv h2.title,
.section.community-realPrice h2.title {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    border-top: 0 !important;
}
    .section.community-detail h2.title:before,
    .section.community-chartDiv h2.title:before,
    .section.community-realPrice h2.title:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #e6e6e6;
    }

    .section.community-detail h2.title span,
    .section.community-chartDiv h2.title span,
    .section.community-realPrice h2.title span {
        position: relative;
        padding: 0 10px;
        margin: 0 !important;
    }
/* 社區簡介 community-intro*/
.community-intro {
    margin-top: 0;
    margin-bottom:30px;
    color: var(--cnvs-contrast-600);
}
    .community-intro .wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .community-intro .wrapper-1176 {
        border-bottom: 3px solid #009191;
        margin-bottom: 30px;
        min-height: 100px;
        padding: 20px 0 0;
    }

    .community-intro h2 {
        font-size: 2.7em;
        color: #009191;
        margin-bottom: 20px;
    }
        .community-intro h2 img {
            vertical-align: -6px;
        }
        .community-intro h2 > div {
            display: inline-block;
            vertical-align: top;
        }

    .community-intro h2 .btn3 {
        padding: 0 15px;
        margin-bottom: 0;
    }
.community-intro .boxR {
    background-color: #009191;
    color: #fff;
    padding: 20px 10px 20px 60px;
}
    .community-intro .boxR:hover {
        background-color: #16a2a3;
    }
        
        .community-intro .boxR a {
            color: #fff;
            font-size: 1.2em;
            line-height: 1.4;
        }
    .community-intro .boxR:hover a {
        text-decoration:none;
    }

    .community-intro .boxR h3 {
        background: url(images/contact-icon.png) 0 5px no-repeat;
        padding-left: 40px;
        margin-left: -40px;
        margin-bottom: 3px;
    }

    .community-intro h3 span {
        display: block;
        font-size: 1.4em;
        margin-top: 2px;
    }
.community-intro .top .title {
    font-size: 1.46em;
    color: #007c7d;
    margin-bottom: 25px;
}
.community-intro .top > p {
    font-size: 1.33em;
    margin-bottom: 15px;
}

.community-intro .top .dataBox {
    font-size: 40px;
    padding-left: 10px;
    color: #ff0000;
    font-weight: bold;
}

    .community-intro .top .dataBox span {
        font-size: 14px;
        padding-left: 3px;
    }
        .community-intro .top .dataBox span.null-price {
            font-size: 20px;
            font-weight: normal;
        }
.community-intro .bottom {
    font-size: 16px;
    line-height: 1.4;
    display: flex;
}

    .community-intro .bottom span {
        display: block;
    }

/* PC style */
@media (min-width: 760px) {
    .community-intro .wrapper {
        display: flex;
        align-items: flex-end;
    }
    .community-intro .boxL {
        margin-left: 2%;
        width: 65%;
    }

    .community-intro .boxR {
        width: 33%;
    }
    .community-intro .bottom {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .community-intro .bottom > * {
        padding-top: 5px;
        padding-bottom: 5px;
    }
        .community-intro .bottom > * + * {
            padding-left: 60px;
            position: relative;
        }
            .community-intro .bottom > * + *:before {
                position: absolute;
                left: 30px;
                top: 0;
                content: '';
                display: block;
                width: 1px;
                height: 100%;
                border-left: 1px dotted #dedede;
            }
    
}

/* IPAD */
@media (min-width: 760px) and (max-width: 1200px) {
    .community-intro .wrapper-1176 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .community-intro .boxL {
        margin-left: 1%;
        width: 66%;
    }
    .community-intro .bottom > * {
        flex: 1;
    }
        .community-intro .bottom > * + * {
            padding-left: 20px;
        }
    .community-intro .bottom > * + *:before {
        left: 10px;
    }
    .community-intro .boxR {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .community-intro .boxR h3 {
        font-size: 16px;
    }

        .community-intro .boxR h3 span {
            font-size: 20px;
        }

    .community-intro .boxR p {
        font-size: 16px;
    }

    
}
/* MOBILE style */
@media (max-width: 759px) {
    .community-intro {
        margin-left:10px;
        margin-right:10px;
    }
    .community-intro .bottom {
        position:relative;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
        .community-intro .bottom:before {
            width: 100%;
            height: 1px;
            border-bottom: 1px dotted #ddd;
            display: block;
            content: '';
            position: absolute;
            top: 50%;
        }

        .community-intro .bottom:after {
            width: 1px;
            height: 100%;
            border-left: 1px dotted #ddd;
            display: block;
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
        }

        .community-intro .bottom > * {
            width: 50%;
            padding:10px;
        }
    .community-intro h2 {
        font-size: 1.73em;
    }
        .community-intro h2 img {
            vertical-align: -3px;
        width: 26px;
    }
        

    .community-intro h2 .btn3 {
        line-height: 25px;
        height: 27px;
        font-size: 15px;
    }

        .community-intro h2 .btn3 .heartI {
            background-size: auto 13px;
        }
    .community-intro .top .title {
        font-size: 1.33em;
    }
    .community-intro .boxR {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: 100%;
        padding: 0;
    }
        .community-intro .boxR a {
            display: block;
            padding: 10px 80px 10px 10px;
        }
        .community-intro .boxR a:before {
            position: absolute;
            right: 0;
            top: 50%;
            pointer-events: none;
            display: block;
            content: '';
            transform: translateY(-50%);
            width: 79px;
            height: calc( 100% - 10px );
            background: url(../images/m/m-icon-phone.svg) center center no-repeat;
            border-left: 1px solid #fff;
        }
        .community-intro .boxR h3 {
            background-image: none;
            padding-left: 0;
            margin-left: 0;
            font-size: 15px;
        }
            .community-intro .boxR h3 span {
                font-size: 18px;
                line-height: 1.5;
                margin-top:0;
            }
    .community-intro .boxR p{
        font-size:15px;
        margin-top:10px;
    }
    .textPhone {
        display:none;
    }
}



/* 社區及週邊代售物件,周邊社區 priceLower.community-item */

.priceLower.community-item {
    position: relative;
    min-height: 60px; /* 無資料時icon顯示高度 */
    padding: 30px 0 20px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #f8f8f8;
}
    
    .priceLower.community-item h2.title {
        position: relative;
        margin-bottom: 0;
        margin-top: 0;
        border-top: 0 !important;
        font-weight: normal;
        text-align: center;
    }
        .priceLower.community-item h2.title:before {
            position: absolute;
            top: 50%;
            left: 0;
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background-color: #e6e6e6;
        }

        .priceLower.community-item h2.title span {
            position: relative;
            background-color: #f8f8f8;
            padding: 0 10px;
            margin: 0 !important;
        }
    
            
    .priceLower.community-item .community-content-info {
        font-size:16px;
        font-weight:normal;
        margin-bottom: 0;
    }

    .priceLower.community-item .slider1 li .houseItem__name,
    .priceLower.community-item .slider1 .houseItem__add {
        font-weight: normal;
        margin-bottom: 8px;
    }

    .priceLower.community-item .slider1 .houseItem__size {
        font-weight:normal;
        margin-bottom: 0;
    }
    .priceLower.community-item .pcShow .low__list {
        position: relative;
        z-index: 1;
        padding: 0 40px;
        margin: 0 -30px;
    }
    .priceLower.community-item .slider1 {
        position: static;
    }
    .priceLower.community-item .swiper-button-prev,
    .priceLower.community-item .swiper-button-next {
        width: 30px;
        height: 57px;
        background-size: 30px 57px;
        margin-top: -28px;
    }
    .priceLower.community-item .slider1 .swiper-button-next {
        right: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='57px' viewBox='0 0 30 57' enable-background='new 0 0 30 57' xml:space='preserve'%3E%3Cpolygon opacity='0.5' fill='%230E8B8B' points='0.707,56.707 0,56 27.646,28.354 0,0.707 0.707,0 29.061,28.354 '/%3E%3C/svg%3E");
    }
    .priceLower.community-item .slider1 .swiper-button-prev {
        left: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='57px' viewBox='0 0 30 57' enable-background='new 0 0 30 57' xml:space='preserve'%3E%3Cpolygon opacity='0.5' fill='%230E8B8B' points='29.354,56.707 30.061,56 2.414,28.354 30.061,0.707 29.354,0 1,28.354 '/%3E%3C/svg%3E%0A");
    }

        .priceLower.community-item .slider1 .swiper-wrapper {
            justify-content: center;
        }
        /* 大於五筆 Start */
        .priceLower.community-item .slider1.morefive .swiper-wrapper {
            justify-content: flex-start;
        }
        /* 大於五筆 End */
        .priceLower.community-item .slider1 li a {
            padding: 10px;
        }

            .priceLower.community-item .slider1 li .houseItem__img {
                width: 100%;
                height: auto;
                padding-top: 80.2%;
            }

            .priceLower.community-item .slider1 li .houseItem__imgText {
                font-size: 40px;
            }
    .priceLower.community-item.style2 {
        background-color: #ebebeb;
        margin-bottom: 0;
    }

        .priceLower.community-item.style2 h2.title span{
            background-color: #ebebeb;
        }

/* PC */
@media (min-width: 1200px) {
    .priceLower.community-item .slider1 a:hover {
        background-color: #efefea;
    }
    .priceLower.community-item.style2 .low__list {
        min-height:265px;
    }
    .priceLower.community-item.style2 h2.title {
        margin-bottom: 25px;
    }
    .priceLower.community-item.style2 h2.title:before {
        display: none;
    }

    .priceLower.community-item.style2 .slider1 a:hover {
        background-color: #e0e0e0;
    }

    .priceLower.community-item.style2 .community_loading {
        background-color: rgba(235, 235, 235, 0.9) !important;
    }
}
/* IPAD */
@media (min-width: 760px) and (max-width: 1200px) {
    .community-item .wrapper-1176 > .mShow {
        display: block;
    }

    .community-item.style2 .wrapper-1176 > .pcShow {
        display: none;
    }
    .priceLower.community-item .houseItem__img {
        padding-top: 80.2%;
        height: initial;
        margin-bottom: 0;
        display: block;
        width: 208px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #2f2f2f;
    }
}
@media (max-width: 1200px) {
    .priceLower.community-item .mShow > p {
        padding: 5px 10px 0 10px;
        color: var(--cnvs-contrast-600);
    }
    .priceLower.community-item .low__list {
        margin: 0 10px;
    }
    .priceLower.community-item .low__list {
        margin: 0;
    }
    .priceLower.community-item,
    .priceLower.community-item.style2 {
        background-color: #fff;
        margin-bottom: 0;
        margin-top: 0;
    }
        .priceLower.community-item .objlist__item{
            padding: 20px 0;
        }
        .priceLower.community-item .item__intro .intro__name {
            font-weight: normal;
            font-size: 21px;
            margin-bottom: 8px;
            line-height: 21px;
        }

        
        .priceLower.community-item .low__list .btn {
            margin: 20px 10px 0 10px;
            width: calc( 100% - 20px );
            background-color: #009191;
            border-radius: 5px;
            font-size: 15px;
            line-height: 35px;
            color: #fff;
        }
            .priceLower.community-item .low__list .btn[disabled] {
                color: var(--cnvs-contrast-600);
                background-color: #ebebeb;
            }

    .priceLower.community-item h2.title span,
    .priceLower.community-item.style2 h2.title span {
        background-color: #fff;
    }
    

    .priceLower.community-item.style2 .houseItem__name {
        font-family: simhei, "微軟正黑體", "Microsoft JhengHei", Arail;
        display: block;
        color: #16a2a3;
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 24px;
    }

        .priceLower.community-item .houseItem__add {
            font-size: 16px;
            line-height: 30px;
        }
    
}

@media (max-width: 759px) {
    .priceLower.community-item,
    .priceLower.community-item.style2 {
        padding-bottom: 0;
    }
    .priceLower.community-item h2.title span,
    .priceLower.community-item.style2 h2.title span {
        font-size: 1.33em;
    }
    .priceLower.community-item .objlist__item {
        padding: 20px 10px 10px 10px;
    }
    
    .priceLower.community-item .col4-2:nth-child(2) {
        padding-bottom: 6px;
        min-height: 85px;
    }

        .priceLower.community-item .col4-2:nth-child(2) .item__intro {
            padding-right: 0;
        }
   
    .priceLower.community-item .item__intro .intro__name {
        font-size: 16px;
    }


        .priceLower.community-item .objlist__item .item__photo {
            top: 20px;
            overflow: hidden;
        }

    .priceLower.community-item .objlist__item:nth-child(1) {
        padding-top: 12px;
    }
        .priceLower.community-item .objlist__item:nth-child(1) .item__photo {
            top: 12px;
        }
    .priceLower.community-item.style2 .col4-2 {
        min-height: 93px;
        padding-bottom: 0;
    }

    .priceLower.community-item.style2 .houseItem__add {
        font-size: 14px;
        line-height: 23px;
        min-height: 23px;
    }
    
}
    /* 2021080412 Manda @ Xpert 社區找屋-樣式調整 End */

    /* item-arounds */
    .item-arounds .slider1 {
        clear: both;
    }

    .item-arounds .moreBtn2:before {
        display: none;
    }

    .item-arounds .moreBtn2 {
        margin-bottom: 20px;
        float: right;
    }

        .item-arounds .moreBtn2:after {
            display: inline-block;
            width: 15px;
            height: 15px;
            content: '>';
            font-size: 15px;
        }

    /* community-maps */
    .community-maps {
        clear: both;
        margin: 20px 0;
    }

    /* community-detail */
    .community-detail .wrapper-1176 {
        position: relative;
    }

    .community-detail .gallery__top {
        background-color: #E5E5E5;
    }

    .community-detail .mainRow__left {
        width: 40%;
    }

    .community-detail .boxMain p {
        color: var(--cnvs-contrast-600);
        margin-bottom: 20px;
    }
    /* 2021080413 Manda @ Xpert 社區介紹-樣式調整 Start */
    /* 社區介紹 */
    .community-detail {
        margin: 30px 0 20px 0;
    }

        .community-detail .houseItem__imgText {
            font-size: 60px;
        }

        .community-detail .gallery__top {
            margin-bottom: 12px;
        }

        .community-detail .wrapper-1176 .btn3 {
            height: 40px;
            width: 230px;
            position: absolute;
            top: 60px;
            right: 15px;
        }

    @media (max-width: 640px) {
        .community-detail .mainRow__left .gallery__top .swiper-slide.null-images img {
            height: 150px;
        }

        .community-detail .swiper-slide.null-images .houseItem__imgText {
            color: #dcdcdc;
        }
    }
    /* 2021080413 Manda @ Xpert 社區介紹-樣式調整 End */

    .community-detail .mainRow__left .gallery__top .swiper-slide {
        /*min-height:*/
    }

    @media (max-width: 640px) {
        .section.community-detail h2.title span {
            font-size: 1.33em;
        }

        .community-detail .boxMain {
            padding: 30px 10px 0;
        }

        .community-detail .mainRow__left {
            width: 100%;
            margin-bottom: 15px;
        }

        .community-detail .houseItem__imgText {
            bottom: 0;
            top: initial;
        }

        .community-detail .wrapper-1176 .btn3 {
            position: relative;
            width: 100%;
            top: auto;
        }
    }

    @media (min-width: 641px) and (max-width: 1000px) {
        .community-detail .mainRow__left {
            width: 100%;
        }

        .community-detail .wrapper-1176 .btn3 {
            position: relative;
            width: 100%;
            top: auto;
        }
    }

    @media (min-width: 1001px) {
        .community-detail .boxMain {
            min-height: 430px;
            padding-left: 490px;
        }
    }


    /* 2021080413 Manda @ Xpert 社區與區域趨勢,社區實價登錄資料 Start */
    .section.community-chartDiv,
    .section.community-realPrice {
        margin: 50px 0;
    }

    .community-chartDiv .priceArea_selectBox {
        display: none;
    }
    /* IPAD */
    @media (min-width: 760px) and (max-width: 1200px) {
        .section.community-realPrice.pcShow {
            display: block;
        }
    }
    /* 2021080413 Manda @ Xpert 社區與區域趨勢,社區實價登錄資料 End */


/* 2021080427 Manda @ Xpert 社區找屋-統一調整無圖片顯示樣式  Start */
.community-item .houseItem__imgText,
.community-detail .houseItem__imgText,
.hotCommunity .houseItem__imgText {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    width: calc( 100% - 10px );
    transform: translateY(-50%);
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255,255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255,255,255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255,255,255) -1.11013px -2.78704px 0px, rgb(255,255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255,255, 255) 2.88051px -0.838247px 0px;
    pointer-events: none;
    padding: 0 5px;
    font-weight: bold;
    line-height: 1.2;
    color: #cacaca;
    text-align: center;
}
/* 2021080427 Manda @ Xpert 社區找屋-統一調整無圖片顯示樣式  End */

    /*Add by Trista end*/
