.community_link_red{
    letter-spacing: 1px;
    color: #c25540;
    font-weight: 600;
}
.community_link_red:hover{
    color: #c25540;
    text-decoration: underline;
}
.community_list_saletime{
    height: 22px;
}
/*1112 arvin*/
.community_price_row{
    max-width: 280px;
}
.community_price{
    position: relative;
    padding-top: 18px;
}
.community_price:after{
    content: '';
    position: absolute;
    height: 60px;
    width: 1px;
    background-color: #eee;
    right: 0px;
    top: 45px;
}
.community_price_tit{
    font-size: 16px;
    color: #c25540;
    background-color: #fcf2f2;
    margin-top: 25px;
    text-align: center;
    padding: 5px 0;
}
.community_price_tit_m{
    display: none;
}
.border_r_eee{
    border-right: solid 1px #eee;
}
/*1112 arvin end*/
.community_topbanner{
    background: url(../img/community/topbanner.jpg) no-repeat center;
    margin-top: 48px;
    height: 230px;
    background-size: cover;
}
.community_topbanner>div{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    /*color: #fff;*/
    text-shadow: 2px 2px 2px rgb(255 255 255 / 0.9);
    line-height: 1.7;
}
.community_topbanner .mygo-page-title{
    /*color: #fff;*/
    font-size: 2.375em;
}
.gocompare{
    position: fixed;    
    bottom: 0;
    z-index: 100;
    width: 100%;
}
.compare_list_collapse{
    box-shadow: 0 0 3px #666;
    background: rgba(0, 0, 0, 0.8);
}
.compare_list_box{
    width:100%;
    max-width: 1310px;
    margin: 0 auto;
    background-color: transparent;
    color: #fff;
}
.community_compare_tit {
    text-align: left;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.community_compare_tit a{
    color: #fff;
    margin-left: 15px;
    border: solid 1px #fff;
    border-radius: 3px;
    padding: 5px 10px 4px 10px;
}
.community_compare_tit span {
    color: #C25540;
}
.community_compare_tit>div:nth-child(2) {
    font-size: 18px;
    text-align: right;
    padding-top: 10px;
}
.compare_list_box .title{
    padding: 10px 0;
    font-size: 19px;
    height: 43px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 2px;
    font-weight: 600;
}
.compare_list{
    margin-left: -4px;
    margin-right: -4px;
}
.compare_list>div{
    padding: 0 4px;
    position: relative;
}
.colse_compare_item{
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 30px;
    display: none;
    cursor: pointer;
}
.compare_list>div:hover .colse_compare_item{
    display: inline;
}
.compare_list>div:hover img{
    filter:brightness(70%);
}
.add_other_compare{
    position: relative;
    text-align: center;
}
.compare_list>div:hover .add_other_compare img{
    filter:brightness(100%);
}
.add_other_compare_txt{
    position: absolute;
    color:#444;
    top: 48%;
    left: 0;
    width: 100%;
    font-size: 19px;
}
.gocompare_btn_div{
    width: 100%;
    max-width: 1906px;
    margin: 0 auto;
}
.gocompare_btn{
    padding: .2rem 1rem;
    font-size: 16px;
    border-radius: 3px 3px 0 0;
    letter-spacing: 1px;
    font-weight: 600;
    border: #ca0002 1px solid !important;
    background: #ca0002;
    color: #ffffff;
    margin-right: 8%;
}
.community_Compare{
    text-align: center;
    border: 1px solid #fcf2f2;
    border-radius: 0 0 3px 3px;
    background-color: #fcf2f2;
    color: #c25540;
    padding:5px 0;
    font-weight: 600;
}
.community_Compare:hover, .community_Compare.active{
    color:#fff;
    background-color: #C25540;
    border: 1px solid #C25540;
}
.addCompare {
    cursor: pointer;
}
.addCompare>i{
    margin-right: 2px;
    cursor: pointer;
}
/*1110 arvin*/
.select-secondary{
    background: none !important;
    border-color: #eee !important;
    color: #444;
    width: 100%;
    text-align: left;
    height: 38px;
    padding: 6.2px 2px 3.2px 8px;
    font-size: 14px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: 600;
}

.search-all-bt a{
    padding: .34rem 1rem;
    font-size: 16px;
}
.advanced_search_bt{
    border-radius: 3px;
}
.advanced_search_bt a{
    line-height: 24px;
    background-color: #fff;
}
.price_rising_lowering{
    text-align: center;
    height: 40px;
}
.price_rising_lowering span{
    position: relative;
    font-size: 14px;
    color: #FFF;
    padding: 2px 3px;
    background-color: #d90000;
    border-radius: 3px;
}
.price_rising_lowering span::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #d90000 transparent;
}
/*1106 arvin end*/

/*社區單頁*/
.community_header_fix {
    position: fixed;
    top: 45px;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #eeeeee;
    /* box-shadow: 2px 2px 15px #d6d6d6; */
    z-index: 2;
}
.community_header_fix2 {
    position: sticky;
    width: 100%;
    background-color: #FFF;
    z-index: 2;
    box-shadow: 2px 2px 15px #d6d6d6;
    left: 0;
    bottom: 0;
    padding-bottom: 20px;
}
.community_header{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.community_header img {
    width: 35px;
    height: 35px;
    margin-bottom: 8px;
}
.community_header_row {
    justify-content: space-between;
}
.community_link {
    display: flex;
    /* justify-content: flex-end; */
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.community_link_to {
    justify-content: flex-end;
}
.community_link li  {
    margin-right: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.community_link li:last-child  {
    margin-right: 0;
}
.community_link li a {
    color: #444;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}
.community_link li a:hover {
    color: #c25540;
}
.community_link li a i {
    margin-right: 5px;
    color: #c25540;
}
.community-title-object {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.4;
}
.Dashboard_row{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding-top: 65px;
}
.Dashboard_pic{
    grid-area: pic;
    display: flex;
    align-items: center;
}
.Dashboard_tit{
    grid-area: tit;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 2px;
    display: flex;
    align-items:flex-end;
    line-height: 30px;
}
.Dashboard_tit2{
    grid-area: tit2;
    font-size: 15px;
    line-height: 25px;
}
.Dashboard_price{
    grid-area: price;
    font-size: 56px;
    font-weight: 600;
    display: flex;
    align-items:flex-end;
    font-family: fantasy;
    margin-bottom: 3px;
}
.Dashboard_unit{
    grid-area: unit;
    font-size: 15px;
    display: flex;
    align-items:flex-end;
    padding-bottom: 18px;
    position:relative;
}
.Dashboard_totalprice{grid-area: totalprice;}
.Dashboard{
    border:solid 1px #ccc;
    display: grid;
    grid-template-columns: 80px auto auto auto;
    grid-template-rows: 80px 40px 40px;
    grid-template-areas:
    'pic tit price unit'
    'pic tit2 price unit'
    'pic totalprice totalprice totalprice';
    grid-gap: 0px;
    background-color: #fff;
    padding: 20px;
}
.m-popup-msg{
    display:none;
    position:relative;
}
.m-popup-msg:before{
    position: absolute;
    right: 23px;
    top: -7px;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}
.m-popup-msg:after {
    position: absolute;
    right: 23px;
    top: -6px;
    z-index: 3;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}
.popup-bd{
    position:absolute;
    width:400px;
    left: -350px;
    background: #fff;
    border: solid 1px #ccc;
    padding:10px;
    font-size:13.5px;
}
.Dashboard_unit>i:hover+div{
    display:block;
}
.Dashboard_link{
    background:#c25540;
    height:50px;
    display: flex;
    align-items:center;
    justify-content:center;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}
.Dashboard_link:hover{
    opacity: 0.9;
}
.Dashboard_link i {
    margin-left: 10px;
}
.community_heighter{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.community_heighter_tit{
    text-align: left;
    color: #444444;
    font-size: 26px;
    font-weight: 600;
}
.community_heighter_tit span {
    color: #C25540;
}
.seemore{
    font-size: 16px;
    color: #C25540;
    font-weight: 400;
}
.videoPic2::before {
    line-height: 2.6em;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    position: absolute;
    width: 40px;
    height: 40px;
    border: .08em solid #fbfbfb;
    border-radius: 50%;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 9;
    background: url(../img/community/live.png) no-repeat 55% center;
    background-size: 19px;
    opacity: 0.75;
}
.sale_amount{
    padding-top: 25px;
}
.community_account_favorite{
    margin-top: 10px;
}
/*社區單頁 end*/

/*社區比較*/
.community_header_notfix{
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #eeeeee;
}
.compare_header_info{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.compare_header_info>li {
    padding: 15px 8px;
    font-size: 17px;
    letter-spacing: 1px;
}
.compare_header_info li:last-child {
    margin-right: 0;
}
.compare_header_info li i:hover+div {
    display: block;
}
.compare_header_info li i+div li{
    list-style-type: disc;
}
.compare_page_colse_compare_item{
    position: absolute;
    top: -20px;
    left: -2px;
    font-size: 24px;
    display: none;
    cursor: pointer;
}
.compare_page_colse_compare_item i{ 
    position: relative;
}
.compare_page_colse_compare_item i::after{
    content: '';
    position: absolute;
    background-color: #fff;
    width:100%;
    height: 10px;
}
.compare_list_info{
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px 5%;
    font-size: 17px;
    min-height: 131px;
    cursor: pointer;
}
.compare_list_info .title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.compare_list_info span i {
    position: absolute;
    bottom: 6px;
    right: 4%;
    font-size: 15px;
    color:#C25540;
    cursor: pointer;
    z-index: 8;
}
.compare_list_info_price{
    font-size: 15px;
    line-height: 1.7;
}
.compare_list_info_price .price{
    font-size: 32px;
    padding: 0 5px;
    color: #C25540;
}
#compare_list{
	background-color:#fff
}
.compare_page_compare_list{
    padding-top: 20px;
    margin-left: 150px;
	padding-bottom:30px;
}
.compare_page_compare_list>div{
    width: calc(100% / 4);
}
.compare_list_fixed{
	border-bottom: 1px solid #ccc;
    box-shadow: 2px 2px 10px #ccc;
	margin-top: -56px;
}
.compare_list_fixed+div.community_content{
    margin-top: 221px;
}
.compare_list_fixed .compare_page_compare_list{
    padding-top: 30px;
}
.compare_page_compare_list>div:hover .compare_page_colse_compare_item{
    display: inline;
}
.compare_page_compare_list .title {
    padding: 10px 0;
    font-size: 19px;
    height: 35px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    font-weight: 600;
}
.compare_list_star{
    position: absolute;
    top: 5px;
    right: 4%;
    color:#F2941A;
    font-size: 15px;
}
.add_other{
    display:flex;
    align-items: center;
}
.add_other a{
    width: 100%;
}
.compare_list_info .add_other_compare_txt{
    position: relative;
    text-align: center;
}
.compare_list_fixed{
    position: fixed; 
	width: 100%;
	z-index:1; 
}
div.compare_card div.card-header {
    padding: 0.8rem 1.25rem 0 1.25rem;
}
.compare_card button {
    margin: 0px;
}
.compare_card .fa-chevron-circle-right{
    font-size: 18px;
    line-height: 20px;
    color: #C25540;
}
.ml-auto-right {
    right: 20px;
    position: absolute;
    font-size: .725rem;
}
.compare_card .card-body{
    padding: 0px 15px 20px 15px
}
.compare_detailed_row{
    font-size: 15px;
}
.compare_detailed_row>div{
    width: calc((100% - 150px)/4);
    text-align: center;
    padding: 15px 25px;
    box-sizing:border-box;
    border-bottom: 1px solid #eeeeee;
}
.compare_detailed_row>div:not(:first-child){
    border-left: 1px solid #fff;
}
.compare_detailed_row>div:first-child{
    position: relative;
    width:150px; 
    word-break: keep-all;
    text-align: left;
    background-color: #F6F6F6;
    border-bottom: 1px solid #efefef;
    font-weight: 600;
}
.compare_detailed_subsidiary{
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 400;
}
.compare_detailed_star{
    position: absolute;
    right: 10px;
    font-weight: 400;
    cursor: pointer;
    display: none;
}
.compare_detailed_get_star{
    color:#C25540;
}
.compare_detailed_get_star .compare_detailed_star{
    display: inline;
    color: #F2941A;
}
.compare_detailed_row>div:hover .compare_detailed_star{
    display: inline;
}
.compare_detailed_row:hover>div{
    background-color: #efefef;
    border-bottom: 1px solid #efefef;
}
.compare_detailed_row:hover>div:not(:first-child){
    border-left: 1px solid #fff;
}
.height_low_interval:before{
    content: '／';
}
/*社區比較*/

/* 1102新增 */
.community_main {
    background-color: #FFF;
    margin-top: 45px;
}
.community_inf {
    border: 1px solid #ccc;
    min-height: 250px;
    padding: 0 3%;
    font-size: 17px;
    line-height: normal;
}
.community_inf_icon_center {
    display: flex;
    align-items: center;
}
.community_inf_tittle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.community_inf_detail {
    margin-bottom: 5px;
}
.community_inf_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.community_inf_center > div {
    width: 100%;
}
.community_txt_tittle {
    text-align: center;
    background-color: #eeeeee;
    padding: 10px 2px;
    font-weight: 600;
    line-height: normal;
}
.community_txt_content {
    text-align: center;
    margin-top: 10px;
}
.txt_content_price {
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
}
.community_tit_tip i {
    cursor: pointer;
}
.txt_content_price span {
    font-size: 32px;
    padding: 0 5px;
    color: #C25540;
}
.community_txt_popup {
    position: absolute;
    background-color: #FFF;
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    min-width: 260px;
    text-align: left;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.15);
    display: none;
}
.community_txt_popup ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.community_txt_popup_position1 ,
.community_txt_popup_position4 {
    top: 25px;
}
/* .txt_content_price i:hover+div  {
    display: block;
} */
.community_content {
    max-width: 1280px;
    margin: 0 auto;
}
.community_btn_down {
    background-color: #FFF;
}
.btn-community {
    display: block;
    width: 100%;
    background-color: #C25540;
    color: #FFF;
    padding: .34rem 1rem;
}
.community_total_txt {
    color: #444;
    font-size: 20px;
    font-weight: 600;
}
.community_total_txt span {
    color: #C25540;
}
.community_table_a {
    display: inline-block;
    font-size: 15px;
    color: #C25540;
    margin-top: 5px;
}
.community_table_a:hover {
    color: #C25540;
    text-decoration: underline;
}
.community_note {
    background-color: #fff4f4;
    border: 1px solid #ffe2e2;
    padding: 10px;
    font-size: 15px;
    margin-top: 30px;
}
.community_note ul {
    margin: 0;
}
.community_table_havebg {
    background-color: #fff4f4;
}
.table-hover-case tbody tr.community_table_havebg:hover {
    background-color: #fff4f4;
}
.table .community_table_havebg > td {
    padding: 0 !important;
}
.community_table_havetxt {
    padding: 3px;
    color: #c25540;
    background-color: #ffe2e2;
    margin-bottom: 5px;
    font-weight: 600;
}
.table .community_table {
    background-color: #fff4f4;
    margin-bottom: 0;
}
.community_table tbody tr:hover {
    background-color: #fff4f4;
}
.community_table_switch span {
    font-size: 26px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s;
    cursor: pointer;
}
.upsideDown {
    transform: rotate(180deg);
}
.txt_content_bigtxt {
    font-size: 32px;
    font-weight: bolder;
}
.txt_content_smalltxt {
    font-size: 15px;
}
.txt_content_pricetxt {
    margin-top: 25px;
}
.community_txt_content_mtr {
    margin-top: 0;
    text-align: right;
}
.community_txt_content_mtl {
    margin-top: 0;
    text-align: left;
}
.txt_content_totaltxt {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.txt_content_totaltxt span {
    color: #c25540;
}
.community_txt_content_center {
    justify-content: center;
}
/* .community_txt_content_popup {
    left: -112px;
} */
.txt_content_interval {
    align-self: flex-end;
    font-size: 40px;
}
.community_Compare_nogb{
    text-align: right;
}
.community_addCompare {
    display: inline-block;
    color: #c25540;
    border: 1px solid #c25540;
    border-radius: 3px;
    padding: 5px 10px;
    transition: 0.3s;
}
.community_addCompare:hover {
    color: #FFF;
    background-color: #c25540;
}
.community_heart {
    color: #ffa9a9;
}
.community_update {
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
}
.community_update_txt {
    font-size: 15px;
}
.community_detail_inf {
    font-size: 17px;
    margin-top: 30px;
}
.community_detail_inf p {
    font-size: 17px;
    margin-bottom: 5px;
}
.community_detail_inf_tittle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.community_detail_inf_tittle2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}
.community_header_goto {
    position: fixed;
    top: 45px;
    transition: 0.3s;
    /* transform: translateY(-150px); */
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    z-index: 2;
    background-color: #FFF;
}
.goto_movebtn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    font-size: 17px;
    font-weight: 600;
    background-color: #FFF;
    /* max-width: 1280px;
    margin: 0 auto; */
}
.goto_movebtn_item {
    cursor: pointer;
    padding: 15px 8px;
    white-space: nowrap;
    line-height: normal;
}
.goto_movebtn_item.active {
    color: #C25540;
    font-weight: 600;
    border-bottom: 2px solid #C25540;
}
.goto_movebtn_item a{
   color: #444;
       padding: 15px 8px 16px 8px; 
}
.goto_movebtn_item a:hover {
    color: #C25540;
    font-weight: 600;
    border-bottom: 2px solid #C25540;
    z-index: 999;
}

/** 2021/02/08 建案相簿上方按鈕**/
.movebtn_item {
    cursor: pointer;
    white-space: nowrap;
    line-height: normal;
        padding: 15px 8px;
}

.movebtn_item a{
   color: #444;
   padding-top: 15px;
   padding-bottom: 13px;
}
.movebtn_item a:hover {
    color: #C25540;
    font-weight: 600;
    border-bottom: 2px solid #C25540;
   
}

.movebtn_item.active {
    color: #C25540;
    font-weight: 600;
    padding-bottom: 12px;
    border-bottom: 2px solid #C25540;
    
}


.community_list_mt {
    padding-top: 80px;
}
.community_ad {
    background-color: #fff4f4;
    padding: 15px;
    margin-top: 30px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #c25540;
}
.community_ad i {
    font-size: 20px;
    margin-right: 15px;
}
.community_photo_adress {
    font-size: 20px;
    margin-bottom: 10px;
}
.community_photo_txt_time {
    font-size: 15px;
    color: #a9a9a9;
    margin-top: 5px;
}
.community_login_now {
    text-align: right;
    margin: 20px 0 10px 0;
}
.community_login_now a {
    color: #C25540;
}
.community_login_now a:hover {
    text-decoration: underline;
}

/* 價格分析 屋主期望價格 */
.expected_price_txtout {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 30px;
}
.expected_price_tittle {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.expected_price_dec {
    font-size: 17px;
}
.expected_price_open {
    background-color: #fff4f4;
    padding: 20px;
    margin-top: 45px;
}
.price_open_content {
    background-color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.price_open_contect_all {
    width: 80%;
}
.price_open_content_tittle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.price_open_contect_in {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
}
.price_open_contect_in_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 13px 5px;
    border-bottom: 1px solid #FCCACA;
}
.price_open_hover {
    cursor: pointer;
}
.price_open_hover:hover {
    background-color: #f7f7f7;
}
.price_open_contect_in_item:last-child {
    border-bottom: none;
}
.price_open_contect_in_item_price {
    font-size: 26px;
    color: #C25540;
    line-height: normal;
}
.community_price_hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
}
.expected_filter {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.expected_filter_row {
    flex-direction: row;
    align-items: center;
}
.filter_row_mt {
    margin-top: 15px;
}
.filter_row_mb {
    margin-bottom: 15px;
}
.expected_filter_tittle {
    font-size: 17px;
    margin-bottom: 10px;
}
.expected_filter_tittle_nomb {
    margin-bottom: 0;
    margin-right: 10px;
}
.expected_filter_setup {
    margin: 0;
    padding: 0;
    list-style: none;
}
.expected_filter_setup li {
    color: #c25540;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 3px 0;
    border: 1px solid #c25540;
    border-radius: 3px;
    background-color: #FFF;
    text-align: center;
    width: 60px;
}
.expected_filter_setup li:last-child {
    margin-bottom: 0;
}
.expected_filter_setup li:hover {
    color: #FFF;
    background-color: #c25540;
}
.expected_filter_setup li.active {
    color: #FFF;
    background-color: #c25540;
}
.expected_filter_setup_row {
    display: flex;
    flex-direction: row;
}
.expected_filter_setup_row li {
    margin-bottom: 0;
    margin-right: 5px;
}
.expected_filter_setup_row li:last-child {
    margin-right: 0;
}
.expected_filter_middle {
    display: flex;
    align-items: center;
}
.expected_filter_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.expected_filter_data {
    width: 100%;
}
.expected_kind {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
    display: flex;
}
.expected_kind li {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.expected_kind_color {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #c25540;
    margin-right: 5px;
}
.expected_kind_txt {
    font-size: 16px;
}

/* RWD 篩選 */
.expected_filter_mobile {
    display: none;
    width: 100%;
    margin-top: 20px;
}

/* 價格分析 開價單價click顯示 */
.price_open_contect_in_item_contect {
    position: absolute;
    background-color: #FFF;
    padding: 15px;
    top: 55px;
    left: 0;
    z-index: 1;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.15);
    display: none;
}
.in_item_contect_dateprice {
    justify-content: space-between;
    line-height: normal;
}
.item_contect_price {
    font-size: 26px;
    font-weight: 600;
    color: #c25540;
}
.item_contect_date {
    padding: 7px;
    width: 55px;
    background-color: #f7f7f7;
}
.item_contect_kind {
    font-weight: 600;
    margin-top: 15px;
}
.item_contect_adress  {
    margin: 10px 0;
}
.item_contect_dec {
    margin-top: 10px;
}

/* 按鈕字大小 */
.btn_community {
    font-size: 18px;
}

/* 相簿分頁 */
.community_photo_main_list{
    display: flex;
    max-width: 700px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
.community_photo_main_list li{
    flex: 1;
    padding: 0 8px;
}
.community_photo_main_list li a div{
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #dadada;
    border-top: solid 4px #dadada;
    line-height: 48px;
    font-size: 20px;
    -webkit-box-shadow: 0 0 15px #eee;
    box-shadow: 0 0 15px #eee;
    color: #444;
}
.community_photo_main_list li a div:hover, .community_photo_main_list li a.active div{
    border-top: solid 4px #B22D00;
    -webkit-box-shadow: 0 0 15px #dddddd;
    box-shadow: 0 0 15px #dddddd;
}

/* 分類標題解釋文字 */
.community_tit_tip {
    position: relative;
    display: inline-block;
}
.community_tit_tip i {
    font-size: 16px;
    vertical-align: middle;
    margin-top: -5px;
}
/* .community_tit_tip i:hover+div {
    display: block;
} */
.community_tit_tip_popup {
    max-width: 260px;
}

/* Scrollbar */
/* width */
.community_link::-webkit-scrollbar ,
.goto_movebtn::-webkit-scrollbar {
  height: 3px;
}
/* Track */
.community_link::-webkit-scrollbar-track ,
.goto_movebtn::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}
/* Handle */
.community_link::-webkit-scrollbar-thumb ,
.goto_movebtn::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 50px;
}
/* Handle on hover */
.community_link::-webkit-scrollbar-thumb:hover ,
.goto_movebtn::-webkit-scrollbar-thumb:hover {
  background: #969696; 
}

/* 社區單頁選單固定功能 */
.slide-down {
    transition: transform 0.5s ease-out;
    transform: translateY(0);
}
.slide-up {
    transition: transform 0.5s ease-out;
    transform: translateY(-150px);
}

/* click 功能 */
.conHead {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
/* 建案新訊*/
.community_pink_area{

    background-color: #fff4f4;
    padding: 15px;
    font-size: 17px;
    color: #444;
    letter-spacing: 1px;
}

/*建案-戶型介紹-202106*/
    .layout-contain .gejuItems {
        border-bottom: 1px solid #eee;
    }
    .layout-contain .gejuItems ul {
        display: flex;
        padding: 0;
        margin: 0 -15px;
    }

    .layout-contain .gejuItems ul li {
        list-style-type: none;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .layout-contain .gejuItems ul li > span {
        font-weight: bold;
        font-size: 17px;
        border-bottom: 2px solid #fff;
        padding-bottom: 10px;
        cursor: pointer;
    }

    .layout-contain .gejuItems ul li.active > span {
        color: #ca0002;
        border-bottom: 2px solid #ca0002;
    }

    .layout-contain .picturelist > div {
        margin-bottom: 10px;
        position: relative;
    }

    .layout-contain .picturelist a {
        color: inherit;
    }

    .layout-contain .picturelist .picture {
        height: 0;
        padding-bottom: 100%;
        border: 1px solid #eee;
        background-size: contain!important;
        background-position: center center!important;
        background-repeat: no-repeat!important;
    }

    .layout-contain .picturelist .info {
        display: flex;
        justify-content: space-between;
    }

    .layout-contain .picturelist .info > p {
        margin-bottom: 0;
        padding: 12px 0;
        font-size: 16px;
        line-height: 1.5;
    }

    .layout-contain .picturelist .info label {
        color: #fff;
        padding: 0 12px;
    }

    .layout-contain .picturelist .info .sale {
        background: #F07414;
    }

    .layout-contain .picturelist .info .sold {
        background: #A7B0BA;
    }

    .layout-contain .saleState {
        background: #F07414;
        color: #fff;
        font-size: 16px;
        padding: 0 10px;
        margin-left: 60px;
        margin-bottom: 10px;
        vertical-align: middle;
    }

    /*轮播图*/
    .layout-contain .object-swiper {
        padding-bottom: 75%;
    }

    .layout-contain .gallery-thumbs {
        height: 60px;
    }

    .layout-contain .gallery-thumbs .swiper-slide {
        opacity: 1;
    }

    .layout-contain .gallery-thumbs .swiper-slide p {
        margin-bottom: 0;
        text-align: center;
    }

    .layout-contain .gallery-thumbs .swiper-button-prev::after,
    .layout-contain .gallery-thumbs .swiper-button-next::after,
    .layout-contain .gallery-top .swiper-button-prev::after,
    .layout-contain .gallery-top .swiper-button-next::after {
        color: #4f4f4f;
    }

    .layout-contain .object-swiper .swiperTitle {
        position: absolute;
        left: 0;
        top: 15px;
        width: 100%;
        text-align: center;
        z-index: 2;
        font-size: 18px;
    }

    .layout-contain .thumbActive {
        color: #fff;
        background: #ca0002;
    }

    .layout-contain .gallery-top {
        height: 100%;
    }


@media (max-width: 1880px) {
    .gocompare_btn{
        margin-right: 5%;
    }
}

@media (max-width: 1750px) {
    .gocompare_btn{
        margin-right: 0;
    }
}

@media (max-width: 1350px) {
    .community_header ,
    .Dashboard_row,
    .community_content,
    .community_heighter {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*1110 arvin compare*/
    .compare_list_info{
        min-height: 143px;
    }
    .compare_list_info_price{
        line-height: 1.2;
        margin-top: 10px;
    }
    .compare_list_info_price>span{
        display:block;
    }
    /*1110 arvin compare end*/

    .community_list_mt {
        padding-top: 130px;
    }
}

@media (max-width: 1200px) {
    .Dashboard_row {
        padding-top: 110px;
    }
    .community_list_mt {
        padding-top: 130px;
    }
    .goto_movebtn {
        justify-content: flex-start;
        overflow: auto;
    }
    .community_link_to {
        justify-content: flex-start;
    }
}

@media (max-width: 1024px) {
    .colse_compare_item{
        display: inline;
    }

    /*1110 arvin compare*/
    .compare_list_info{
        min-height: 156px;
    }
    .compare_list_info_price {
        line-height: 1.2;
    }
    .compare_list_info_price{
        margin-top: 0px;
    }
    .compare_list_info_price>span{
        display:inline;
    }
    /*1110 arvin compare*/
}

@media (max-width: 768px) {
    /* .community-title-object{
        font-size: 32px;
    } */
    /* .community_header_fix {
        position: static;
        border-bottom: none;
        box-shadow: none;
    } */
    .community_link {
        justify-content: flex-start;
        /* flex-direction: column; */
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
    }
    /* .Dashboard_row {
        padding-top: 0;
    } */
    .compare_list .title{
        font-size: 15px;
        font-weight: 400;
    }
    .goto_movebtn {
        justify-content: flex-start;
    }
    .community_list_mt {
        padding-top: 120px;
    }

    /*1105 arvin*/
    .add_other_compare_txt{
        top:40%;
    }
    .compare_list_info{
        padding: 10px 5%;
        min-height: 111px;
    }
    .compare_list_fixed+div.community_content{
        margin-top: 290px;
    }
    .compare_list_fixed .compare_page_compare_list{
        padding-top: 15px;
    }
    .compare_page_compare_list .title{
        font-size: 20px;
    }
    .compare_page_compare_list{
        padding-top: 15px;
        padding-bottom: 0px;
        margin-left: -15px;
    }
    .compare_page_compare_list>div {
        width: calc(100% / 2);
        margin-bottom: 15px;
    }
    .compare_page_compare_list>div:hover .compare_page_colse_compare_item {
        display: none;
    }
    .compare_list_star{
        display: none;
    }
    .compare_detailed_row {
        font-size: 17px;
    }
    .compare_detailed_row>div:first-child{
        width: 100%;
        text-align: center;
        letter-spacing: 1px;
    }
    .compare_detailed_row>div{
        width: 50%;
        padding: 8px;
    }
    .compare_detailed_subsidiary{
        position: relative;
        right: 0;
        top: 0;
    }
    .compare_detailed_row>div:nth-child(2n){
        border-right: 1px solid #eeeeee;
    }
    .compare_detailed_row:hover>div:not(:first-child) {
        background-color: #fff;
        border-bottom: 1px solid #eeeeee;
    }
    .compare_detailed_row:hover>div:first-child {
        background-color: #F6F6F6;
    }
    .compare_detailed_row>div:hover .compare_detailed_star, .compare_detailed_get_star .compare_detailed_star{
        display: none;
    }
    .compare_detailed_get_star{
        color:#444;
    }
    .cutover button{
        width: 100%;
    }
    div.compare_card div.card-header {
        margin-bottom: 2px;
    }
    /*1105 arvin end*/

    /*社區比較 compare*/
    .compare_list_info_price {
        line-height: 1.7;
    }
    .height_low_interval:before{
        content: '';
        display: block;
    }
    /*社區比較 compare end*/

    /*建案-戶型介紹-202106*/
    .layout-contain .picturelist .info > p {
        padding: 8px 0 0 0;
        font-size: 15px;
        line-height: 1.8;
    }

    .layout-contain .picturelist .info > p > label {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    .Dashboard_row {
        padding-top: 150px;
    }
    .community_list_mt {
        padding-top: 160px;
    }
    .community_header_fix2 {
        padding-bottom: 40px;
    }
    .community_txt_popup_position1 {
        top: 30px;
        left: -223px;
    }
    .community_txt_popup_position2 {
        top: 40px;
        left: -190px;
    }
    .community_txt_popup_position3 {
        top: 40px;
        left: -95px;
    }
    .community_txt_popup_position4 {
        top: 30px;
        left: -50px;
    }
    .community_price_tit_m{
        display: block;
        font-size: 17px;
        color: #444;
        background-color: #F6F6F6;
        border-bottom: 1px solid #efefef;
        font-weight: 600;
        letter-spacing: 1px;
        text-align: center;
        padding: 5px 0;
        margin-bottom: 5px;
    }
    .community_price_tit{
        display: none;
    }
    .community-Information{order:2}
    .sale_amount {
        padding-top: 0;
    }
    .community_updatetime{
        order:2;
        text-align: right;
    }

    /*社區比較 compare*/
    .compare_list_fixed {
        margin-top: -99px;
    }
    /*社區比較 compare end*/
    .goto_movebtn {
        padding-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .community-Information{order:2}
    .community_topbanner{
        background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(../img/community/topbanner.jpg) no-repeat center top;
    }
    .community_topbanner>div{
        text-align:center;
        text-shadow: 2px 2px 2px rgb(255 255 255 / 0.9);
    }
    .search-all-bt{
        margin: 0;
        margin-top: 8px;
    }
    .cutover{
        text-align: center;
        width:100%;
    }
    .community_info_lastdiv{
        margin-bottom: -20px;
    }
    .sale_amount{
        padding-top: 0px;
        order: 1;
    }
    .compare_list .title{
        font-size: 14px;
        padding:5px 0px;
    }
    .add_other_compare_txt{
        top:25%;
        font-size: 13px;
    }
    .add_other_compare_txt>i{
        display: block;
        margin-bottom: 5px;
    }
    .compare_list_box .title{
        height: 28px;
    }

    /*1118 arvin*/
    .colse_compare_item{
        font-size: 15px;
        right: 7px;
    }
    .compare_list_info{
        min-height:143px;
        text-align: center;
    }
    .compare_list_info_price {
        line-height: 1.5;
        padding-top: 5px;
    }
    .compare_list_info_price>span{
        display: block;
    }
    .compare_list_info span i{
        font-size: 17px;
        bottom: 7px;
    }
    .compare_list_info .add_other_compare_txt{
        font-size: 18px;
    }
    .compare_list_fixed {
        margin-top: -99px;
    }
    .compare_list_fixed .compare_list_info{
        border-color: #C25540;
        color: #C25540;
    }
    .compare_list_fixed .compare_list_info span i{
        display: none;
    }
    .compare_list_fixed .compare_list_info_price{
        display: none;
    }
    .compare_list_fixed+div.community_content{
        margin-top: 175px;
    }
    .compare_list_fixed .compare_list_info{
        height:55px;
        min-height:55px;
        padding: 10px;
        overflow: hidden;
    }
    .compare_list_fixed .add_other{
        display: none;
    }
    .compare_page_compare_list .title{
        padding:0px;
        margin-bottom: 5px;
        text-align: center;
        line-height: 38px;
        font-size: 22px;
    }
    .compare_detailed_row {
        font-size: 17px;
    }
    .community_Compare{
        font-size: 17px;
    }
    /*1105 arvin end*/

    /*1112 GD start*/
    .community_photo_main_list {
        flex-direction: column;
    }
    .community_photo_main_list li {
        margin-bottom: 10px;
    }
    /*1112 GD end*/

    /*1117 GD start*/
    .expected_filter_mobile {
        display: block;
    }
    /*1117 GD end*/
}

@media (max-width: 500px) {
    .expected_filter_center {
        display: block;
    }
    .expected_filter {
        flex-direction: column;
        align-items: flex-start;
    }
    .expected_filter_tittle_nomb {
        margin-bottom: 5px;
    }
    .expected_filter_setup_row {
        flex-wrap: wrap;
    }
    .expected_filter_setup_row li {
        margin-bottom: 10px;
    }
    .expected_filter_setup_row li:last-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .community-title-object {
        font-size: 22px;
    }
}

@media (max-width: 320px) {
    .fs-28{font-size: 20px;}

    /*1106 arvin*/
    .compare_list_fixed .compare_list_info{
        height: 48px;
        min-height: 48px;
    }
    .compare_page_compare_list .title{
        font-size: 17px;
        line-height: 30px;
        margin-bottom:0px
    }
    .community_Compare {
        font-size: 15px;
    }
    .community_price_tit_m{
        font-size: 15px;
    }
    /*1106 arvin end*/

    .Dashboard_row {
        padding-top: 160px;
    }
    .community_list_mt {
        padding-top: 170px;
    }
    .price_open_contect_all {
        width: 90%;
    }
}