﻿@font-face {
    font-family: 'bahnschrift'; /*字体名称*/
    src: url('/fonts/bahnschrift.ttf'); /*字体源文件*/
}

@font-face {
    font-family: 'corbel'; /*字体名称*/
    src: url('/fonts/corbel.ttf'); /*字体源文件*/
}

input, textarea {
    font-family: Calibri, Candara, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
}

ul li {
    margin: 0px auto;
    padding: 0px;
}

html {
    font-size: 62.5%;
}

body {
    font-family: Calibri, Candara, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
}

.clear {
    clear: both;
    height: 0px;
}

a:hover {
    color: #FF8A00;
}

a:focus {
    text-decoration: none;
}



.footer .screen {
    padding: 20px 15px 40px 15px;
    padding: 2rem 1.5rem 4rem 1.5rem;
}

.tabs {
    background: #E0E0E0;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "calibri", "Microsoft YaHei";
}

    .tabs .screen {
        padding: 10px 15px;
        padding: 1rem 1.5rem;
    }



    .tabs div div:nth-child(1) a:hover, .tabs div div:nth-child(1) a:focus {
       /* color: #FF8A00;*/
    }

.screen {
    position: relative;
    padding: 0px 15px;
    padding: 0rem 1.5rem;
    margin: 0px auto;
}



.footer .licence {
    float: right;
    width: 46%;
    text-align: right;
    color: #fff;
}



ul {
    list-style: none;
    padding-inline-start: 0px;
}

.sitemap_area {
    background-color: white;
}

    .sitemap_area ul {
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        /* align-items: center; */
        margin-top: 20px;
        margin-top: 2rem;
        flex-wrap: wrap;
        flex-direction: row;
    }



    /*@media only screen and (max-width: 480px) {
    .sitemap_area ul li {
        margin: 0 15px 15px 1%;
        margin: 0 1.5rem 1.5rem 1%;
    }
}*/

    /*.sitemap_area ul li ul li a {
                font-family: "calibri", "Microsoft YaHei";
                color: #333333;
                text-decoration: none;
            }

                .sitemap_area ul li ul li a:hover, .sitemap_area ul li ul li a:focus {
                    color: #FF8A00;
                    text-decoration: underline;
                }*/

    .sitemap_area a {
        font-family: "calibri", "Microsoft YaHei";
        color: #333333;
        text-decoration: none;
    }

        .sitemap_area a:hover, .sitemap_area a:focus {
            color: #FF8A00;
            text-decoration: underline;
        }

    .sitemap_area div ul li h4 {
        color: #0369b5;
        font-size: 20px;
        font-size: 2rem;
    }



.footer_logo {
    float: left;
    margin: 0 0 10px 0;
    margin: 0 0 1rem 0;
}

.sitemap_area > div > ul > li:nth-child(5) > table {
    color: #333333;
}

.top_slogan {    
    margin: 0 2rem 0 0;
    display:inline;
}

    .top_slogan h1 {
        font-family: 'Calibri','Microsoft YaHei';
        text-align:right;
        font-size: 14px;
        margin-right:20px;
    }


.header .top_shortcut ul li {
    float: left;
    height: auto;
    line-height: 24px;
    line-height: 2.4rem;
    margin: 0px 0 0 10px;
    margin: 0rem 0 0 1rem;
    padding: 15px 0 0 0;
    padding: 1rem 0 0 0;
}

    .header .top_shortcut ul li a {
        color: #333;
        font-family: 'Calibri','Microsoft YaHei';
    }

#pro_rearch_box {
    font-family: 'Calibri','Microsoft YaHei';
}

.header #header_border a, #office_enquiry a, .IWiseIt a, #office_share a, .office_list_enquiry a {
    display: block;
    color: #333;
    padding: 5px 10px 5px 35px;
    padding: 0.5rem 1rem 0.5rem 3.5rem;
    border-radius: 4px;
    border-radius: 0.4rem;
    border: 2px solid #4291c9;
    border: 0.2rem solid #4291c9;
}

#office_btns {
    display: flex;
    justify-content: center;
    padding: 20px;
}

#office_share, #office_enquiry, .IWiseIt, .office_list_enquiry {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 3px;
}

    #office_share a, #office_enquiry a, .IWiseIt a, .office_list_enquiry a {
        padding: 7px 20px 7px 20px;
        /*line-height: 24px;
        line-height: 2.4rem;
        font-size: 20px;*/
       
    }

        #office_enquiry a img, .IWiseIt a img, .office_list_enquiry a img {
            width: 25px;
        }

@media screen and (max-width: 768px) {
    /*#office_btns {
        display: block;
    }*/

    #office_share, #office_enquiry, .IWiseIt, .office_list_enquiry {
        /*width: 120px;*/
        margin: 0 auto;
    }

        #office_share a, #office_enquiry a, .IWiseIt a, .office_list_enquiry a {
            padding: 0px 10px 0px 10px;
            line-height: 24px;
            line-height: 2.4rem;
            font-size: 16px;
        }

            #office_enquiry a img, .IWiseIt a img, .office_list_enquiry a img {
                width: 20px;
            }

            #office_share a i {
                width: 20px;
            }
}

#office_share a:hover {
    text-decoration: none;
}

#res_header_border {
    padding: 5px;
    padding: 0.5rem;
    border-radius: 4px;
    border-radius: 0.4rem;
    border: 2px solid #4291c9;
    border: 0.2rem solid #4291c9;
}

.header #header_border .links, #office_enquiry .links, .IWiseIt .links {
    float: left;
}

.header .top_shortcut {
    float: right;
    margin: 15px 20px;
    margin: 1.5rem 2rem;
    margin-top: 0;
}

.iframe-container {
    height: 0;
    /*padding-bottom: 97.6%;*/
    padding-top: 56.25%;
    position: relative;
}

    .iframe-container iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.menu_item a {
    color: #000;
    font-family: 'Calibri','Microsoft YaHei';
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: #0764b3;
}

.nav a.active > span, .nav a:hover > span, .nav-tabs > li.active > a > span {
    /*显示下划线*/
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0764b3;
    border-bottom: 0.2rem solid #0764b3;
}


#district a.active > span, #district a:hover > span, #district > li.active > a > span {
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #ff6303;
    border-bottom: 0.2rem solid #ff6303;
}

#district .blue_block {
    width: 150px;
    width: 15rem;
}

.dropdown > .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.8);
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-top: -0.6rem;
        margin-left: -0.1rem;
        -webkit-border-radius: 0 6px 6px 6px;
        -webkit-border-radius: 0 0.6rem 0.6rem 0.6rem;
        -moz-border-radius: 0 6px 6px;
        -moz-border-radius: 0 0.6rem 0.6rem;
        border-radius: 0 6px 6px 6px;
        border-radius: 0 0.6rem 0.6rem 0.6rem;
        background-color: rgba(61, 61, 61, 0.76);
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover, .dropdown-submenu:focus {
        background: rgba(210,237,245,0.95);
    }

#min_area_choose > div, #max_area_choose > div,
#min_per_price_choose > div, #max_sum_price_choose > div,
#min_sum_price_choose > div, #max_per_price_choose > div,
#min_area_choose_2 > div, #max_area_choose_2 > div,
#min_per_price_choose_2 > div, #max_sum_price_choose_2 > div,
#min_sum_price_choose_2 > div, #max_per_price_choose_2 > div {
    padding-left: 20px;
    padding-left: 2rem;
}

    #min_area_choose > div:hover, #min_area_choose > div:focus,
    #max_area_choose > div:hover, #max_area_choose > div:focus,
    #min_per_price_choose > div:hover, #min_per_price_choose > div:focus,
    #max_sum_price_choose > div:hover, #max_sum_price_choose > div:focus,
    #min_sum_price_choose > div:hover, #min_sum_price_choose > div:focus,
    #max_per_price_choose > div:hover, #max_per_price_choose > div:focus,
    #min_area_choose_2 > div:hover, #min_area_choose_2 > div:focus,
    #max_area_choose_2 > div:hover, #max_area_choose_2 > div:focus,
    #min_per_price_choose_2 > div:hover, #min_per_price_choose_2 > div:focus,
    #max_sum_price_choose_2 > div:hover, #max_sum_price_choose_2 > div:focus,
    #min_sum_price_choose_2 > div:hover, #min_sum_price_choose_2 > div:focus,
    #max_per_price_choose_2 > div:hover, #max_per_price_choose_2 > div:focus {
        background: rgba(210,237,245,0.95);
    }

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        margin-left: 1rem;
        -webkit-border-radius: 6px 0 6px 6px;
        -webkit-border-radius: 0.6rem 0 0.6rem 0.6rem;
        -moz-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 0.6rem 0 0.6rem 0.6rem;
        border-radius: 6px 0 6px 6px;
        border-radius: 0.6rem 0 0.6rem 0.6rem;
    }

.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #D2EDF5;
    border: none;
}

.last-dropdown-menu > li > a {
    color: white;
    font-family: "calibri", "Microsoft YaHei";
}

    .last-dropdown-menu > li > a:hover, .last-dropdown-menu > li > a:focus {
        background-color: rgba(132,132,132,0.76);
        color: white;
        font-family: "calibri", "Microsoft YaHei";
    }

.logo {
    float: left;
    padding-left: 20px;
    padding-left: 2rem;
}

.language-selected {
    color: #0062b1 !important;
}

.language-selected-moblie {
    color: #ff6000 !important;
}

.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    width: 40px;
    width: 4rem;
    height: 58px;
    height: 5.8rem;
    cursor: pointer;
    background: url(/icons/a22.png) center center no-repeat;
    overflow: hidden;
}

.jssora22l {
    top: 40%;
    left: 8px;
    width: 40px;
    height: 58px;
    background-position: -10px -31px;
    background-position: -1rem -3.1rem;
}

.jssora22r {
    top: 40%;
    right: 8px;
    width: 40px;
    height: 58px;
    background-position: -70px -31px;
    background-position: -7rem -3.1rem;
}

@media screen and (max-width: 756px) {
    .jssora22l {
        top: 40%;
        left: 8px;
        width: 20px;
        height: 58px;
        background-size: 150px 30px;
        background-position: 2px -8px;
    }

    .jssora22r {
        top: 40%;
        right: 8px;
        width: 20px;
        height: 58px;
        background-size: 150px 30px;
        background-position: -20px -8px;
    }
}

ol.carousel-indicators li {
    background-color: #252929;
    border: 1px solid #656565;
    border: 0.1rem solid #656565;
}

    ol.carousel-indicators li.active {
        border: 2px solid #77D3D3;
        border: 0.2rem solid #77D3D3;
        width: 10px;
        width: 1rem;
        height: 10px;
        height: 1rem;
        margin: 1px;
        margin: 0.1rem;
    }

    ol.carousel-indicators li:hover, ol.carousel-indicators li:focus {
        border: 2px solid #FF8A00;
        border: 0.2rem solid #FF8A00;
        background-color: #fff;
    }

.flex-box {
    display: -webkit-flex;
    display: flex;
    /*justify-content: space-around;*/
    /*align-items: center;*/
    margin-top: 20px;
    margin-top: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
}

.hotcitytitle {
    text-align: center;
    font-family: 'calibri', 'Microsoft YaHei';
    font-weight: bold;
    margin-top: 20px;
    margin-top: 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    background-color: #0369b5;
    padding: 5px;
    padding: 0.5rem;
    width: 200px;
    width: 20rem;
    border-right-width: 20px;
    border-right-width: 2rem;
    color: white;
    border-radius: 5px;
    border-radius: 0.5rem;
}

#for_sale .hotcitytitle {
    background-color: #ff8a00;
}

.sum_prices {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 42px;
    padding-left: 4.2rem;
}

.sale_prices {
    color: red;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}

.rent_prices {
    color: #fe9b3e;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}

#for_sale .rent_prices {
    color: #0a6db7;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}



.overview > div > div > a:hover, .overview > div > div > a:focus {
    color: #666;
    text-decoration: none
}

    .overview > div > div > a:hover > .box_linking > .description > .desc_title {
        text-decoration: underline;
    }

div.swiper-container div.swiper-slide:hover .view-first img, div.swiper-container div.swiper-slide:focus .view-first img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    opacity: .7;
}

div.swiper-container div.swiper-slide:hover .box_linking, div.swiper-container div.swiper-slide:focus .box_linking {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(225,248,255,1) 99%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(225,248,255,1) 99%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(225,248,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1f8ff',GradientType=0 );
}

#for_sale {
    background: #f4f4f4;
    padding-top: 35px;
    padding-top: 3.5rem;
}

    #for_sale .desc_title {
        color: #fe9b3e;
    }

    #for_sale div.swiper-container div.swiper-slide:hover .box_linking, #for_sale div.swiper-container div.swiper-slide:focus .box_linking {
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 36%, rgba(255,244,231,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 36%,rgba(255,244,231,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 36%,rgba(255,244,231,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff4e7',GradientType=0 );
    }

.new_icon {
    background: url(/icons/icon_news.png) no-repeat;
    background-size: 70px;
    background-size: 7rem;
    width: 105px;
    width: 10.5rem;
    height: 75px;
    height: 7.5rem;
    display: block;
    position: absolute;
    /* left: 23px; */
    z-index: 1;
}

.hot_icon {
    background: url(/icons/icon_news.png) no-repeat;
    background-position: -12px -13px;
    background-position: -1.2rem -1.3rem;
    background-size: 100px;
    background-size: 10rem;
    width: 105px;
    width: 10.5rem;
    height: 7.5rem;
    display: block;
    position: absolute;
    z-index: 1;
}

.icon_font {
    position: absolute;
    z-index: 1;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: white;
    background-color: red;
    padding: 3px 20px;
    padding: 0.3rem 2rem;
    left: -12%;
    display: block;
    top: 5%;
    font-weight: bold;
    font-family: "calibri", "Microsoft YaHei";
    width: 150px;
    text-align: center;
}


.box_linking {
    position: relative;
    height: 470px;
    height: 47rem;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 0.3rem rgba(0,0,0,.2);
    padding: 2px 2px 20px 2px;
    padding: 0.2rem 0.2rem 2rem 0.2rem;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 43%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 43%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 43%,rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    overflow: hidden;
    font-family: 'calibri','Microsoft YaHei';
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .box_linking {
        max-width: 300px;
    }
}


.cover_photo {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.title_box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: rgba(51,51,51,.7);
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
    text-shadow: 0 0 0.3rem rgba(0,0,0,0.3);
    padding: 5px 15px;
    padding: 0.5rem 1.5rem;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: 15px;
}

.description {
}

    .description > table {
        margin: 0px 20px;
        margin: 0rem 2rem;
        border-spacing: 0px 5px;
        border-spacing: 0rem 0.5rem;
        border-collapse: separate;
    }

.overview a {
    color: black;
}

.desc_title {
    color: #0a6db7;
    padding: 15px 0;
    padding: 1.5rem 0;
    font-size: 19px;
    font-size: 1.9rem;
    text-align: center;
    font-weight: bold;
}

.promotion_date {
    color: #666;
    position: absolute;
    bottom: 4px;
    bottom: 0.4rem;
    text-align: right;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    width: 95%;
    font-size: 15px;
}

.icon_location {
    background: url(/icons/location.png) no-repeat left center;
    /*background-size: 18px;
    background-size: 1.8rem;*/
    display: inline-block;
    padding: 0 0 0 26px;
    padding: 0 0 0 2.6rem;
}

.icon_zoom {
    background: url(/icons/zoom.png) no-repeat left center;
    display: inline-block;
    padding: 0 0 0 26px;
    padding: 0 0 0 2.6rem;
}

.icon_dollar {
    background: url(/icons/dollar.png) no-repeat left center;
    display: inline-block;
    padding: 0 0 0 26px;
    padding: 0 0 0 2.6rem;
}

.icon_area {
    background: url(/icons/area.png) no-repeat left center;
    display: inline-block;
    padding: 0 0 0 26px;
    padding: 0 0 0 2.6rem;
}

#for_sale .icon_location {
    background: url(/icons/location_orange.png) no-repeat left center;
    /*background-size: 14px;
    background-size: 1.4rem;*/
    display: inline-block;
    padding: 0 0 0 26px;
    padding: 0 0 0 2.6rem;
}

#for_sale .icon_zoom {
    background: url(/icons/zoom_orange.png) no-repeat left center;
    display: inline-block;
    padding: 0 0 0 26px;
    padding: 0 0 0 2.6rem;
}

#for_sale .icon_dollar {
    background: url(/icons/dollar_orange.png) no-repeat left center;
    display: inline-block;
    padding: 0 0 0 26px;
    padding: 0 0 0 2.6rem;
}

#for_sale .icon_area {
    background: url(/icons/area_orange.png) no-repeat left center;
    display: inline-block;
    padding: 0 0 0 26px;
    padding: 0 0 0 2.6rem;
}

.select-sale, .select-rent {
    padding: 4px 20px;
    padding: 0.4rem 2rem;
    border: 1px solid rgba(0,0,0,.1);
    border: 0.1rem solid rgba(0,0,0,.1);
    background: rgba(255, 255, 255, 0.8) linear-gradient(hsla(0,0%,100%,.2), transparent);
    border: 2px solid #ff6000;
    border: 0.2rem solid #ff6000;
    border-radius: 4px;
    border-radius: 0.4rem;
    color: #ff6000;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 15px 15px;
    margin: 0 0 1.5rem 1.5rem;
    padding: 8px 20px;
    padding: 0.8rem 2rem;
}

.select-sale-moblie, .select-rent-moblie {
    padding: 4px 20px;
    padding: 0.4rem 2rem;
    border: 1px solid rgba(0,0,0,.1);
    border: 0.1rem solid rgba(0,0,0,.1);
    background: rgba(255, 255, 255, 0.8) linear-gradient(hsla(0,0%,100%,.2), transparent) !important;
    border: 2px solid #ff6000;
    border: 0.2rem solid #ff6000;
    border-radius: 4px;
    border-radius: 0.4rem;
    color: #ff6000 !important;
    font-weight: bold;
    line-height: 1.5;
    /*margin: 0 0 15px 15px;
    margin: 0 0 1.5rem 1.5rem;*/
    padding: 8px 20px;
    padding: 0.8rem 2rem;
    text-align: center;
    border-bottom: 0.2rem solid #ff6000 !important;
}

.select-sale:hover, .select-rent:hover {
    text-decoration: none;
}



/*@media only screen and (max-width: 598px) {
    #transac_rearch_box > ul > li {
        margin: 0 5px;
    }
}*/



@media only screen and (max-width: 768px) {
    #transac_rearch_box {
        margin-top: 20px;
        margin-top: 2rem;
        float: left;
    }
}

.button-selected {
    background-color: #ff6000 !important;
    color: white !important;
    box-shadow: 0 .05em .25em rgba(0,0,0,.5);
}

    .button-selected:hover {
        text-decoration: none;
        color: white;
    }

.jt_under img {
    width: 10px;
    width: 1rem;
}

.jt_under {
    padding: 7px;
    padding: 0.7rem;
}

.rearch_box {
    margin: 0 0 20px 20px;
    margin: 0 0 2rem 2rem;
    padding: 0 15px 0 15px;
    padding: 0 1.5rem 0 1.5rem;
    border: 2px solid #3c91ca;
    border: 0.2rem solid #3c91ca;
    border-radius: 10px;
    border-radius: 1rem;
    /*width: 900px;
    width: 90rem;*/
}

.search_bar {
    min-width: 300px;
    min-width: 30rem;
    height: 32px;
    height: 3.2rem;
    border-radius: 5px;
    border-radius: 0.5rem;
    background: rgba(241,241,249,0.8);
    margin: 12px 0 0 8px;
    margin: 1.2rem 0 0 0.8rem;
    transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
}

.search_bar_moblie {
    /*min-width: 300px;
    min-width: 30rem;*/
    height: 32px;
    height: 3.2rem;
    border-radius: 5px;
    border-radius: 0.5rem;
    background: rgba(241,241,249,0.8);
    margin: 12px 0 0 8px;
    margin: 1.2rem 0 0 0.8rem;
    transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
}

.sreach_commit_cn {
    background: url('/icons/Search_cn.png');
    width: 100px;
    width: 10rem;
    height: 35px;
    height: 3.5rem;
    background-size: 100px;
    background-size: 10rem;
    border-radius: 7px;
    border-radius: 0.7rem;
    border-width: 0px;
    margin-left: 30px;
    margin-left: 3rem;
    margin-top: 5px;
    margin-top: 0.5rem;
}

.sreach_commit_tc {
    background: url('/icons/Search_tc.png');
    width: 100px;
    width: 10rem;
    height: 35px;
    height: 3.5rem;
    background-size: 100px;
    background-size: 10rem;
    border-radius: 7px;
    border-radius: 0.7rem;
    border-width: 0px;
    /*margin-left: 30px;
    margin-left: 3rem;*/
    margin-top: 5px;
    margin-top: 0.5rem;
}

.sreach_commit_en {
    background: url('/icons/search_en.png');
    width: 100px;
    width: 10rem;
    height: 35px;
    height: 3.5rem;
    background-size: 100px;
    background-size: 10rem;
    border-radius: 7px;
    border-radius: 0.7rem;
    border-width: 0px;
    margin-left: 30px;
    margin-left: 3rem;
    margin-top: 5px;
    margin-top: 0.5rem;
}

.i_wise_it_en {
    background: url('/icons/my_favorite.svg');
    width: 100px;
    width: 10rem;
    background-size: 100px;
    background-size: 10rem;
    border-radius: 7px;
    border-radius: 0.7rem;
    border-width: 0px;
    margin-left: 30px;
    margin-left: 3rem;
    margin-top: 5px;
    margin-top: 0.5rem;
}

.i_wise_it_tc {
    background: url('/icons/my_favorite_tc.svg');
    width: 100px;
    width: 10rem;
    background-size: 100px;
    background-size: 10rem;
    border-radius: 7px;
    border-radius: 0.7rem;
    border-width: 0px;
    margin-left: 30px;
    margin-left: 3rem;
    margin-top: 5px;
    margin-top: 0.5rem;
}

.i_wise_it_sc {
    background: url('/icons/my_favorite_sc.svg');
    width: 100px;
    width: 10rem;
    background-size: 100px;
    background-size: 10rem;
    border-radius: 7px;
    border-radius: 0.7rem;
    border-width: 0px;
    margin-left: 30px;
    margin-left: 3rem;
    margin-top: 5px;
    margin-top: 0.5rem;
}


/*去除input周围光环*/
.search_bar input:focus {
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}

.sreach_commit_en:focus, .sreach_commit_cn:focus, .sreach_commit_tc:focus {
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
    box-shadow: 0 0 0 1px #3c91ca;
    box-shadow: 0 0 0 0.1rem #3c91ca;
}

.search_bar .input_search {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666C7A;
    display: block;
    float: left;
    width: 85%;
    padding-left: 10px;
    padding-left: 1rem;
    border: 0;
    height: 32px;
    height: 3.2rem;
    border-radius: 5px;
    border-radius: 0.5rem;
    background: 0 0;
}

.search_bar input::placeholder, #min-area-input::placeholder, #max-area-input::placeholder {
    color: #c4c5ca;
}

/* - Chrome ≤56,
   - Safari 5-10.0
   - iOS Safari 4.2-10.2
   - Opera 15-43
   - Opera Mobile >12
   - Android Browser 2.1-4.4.4
   - Samsung Internet
   - UC Browser for Android
   - QQ Browser */
.search_bar input::-webkit-input-placeholder, #min-area-input::-webkit-placeholder, #max-area-input::-webkit-placeholder {
    color: #c4c5ca;
}

/* Firefox 19-50 */
.search_bar input::-moz-placeholder, #min-area-input::-moz-placeholder, #max-area-input::-moz-placeholder {
    color: #c4c5ca;
}

/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
.search_bar input:-ms-input-placeholder, #min-area-input::-ms-placeholder, #max-area-input::-ms-placeholder {
    color: #c4c5ca !important;
}

/* Edge (also supports ::-webkit-input-placeholder) */
.search_bar input::-ms-input-placeholder, #min-area-input::-ms-placeholder, #max-area-input::-ms-placeholder {
    color: #c4c5ca;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    max-height: 20rem;
    overflow-x: visible;
    overflow-y: scroll;
}

input[type = "checkbox"] {
    position: relative;
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 0;
    background: #fff;
    border: #3c91ca solid 3px;
    border: #3c91ca solid 0.3rem;
    min-height: 12px;
    min-height: 1.2rem;
    min-width: 12px;
    min-width: 1.2rem;
}

    input[type="checkbox"]:checked {
        background: #3c91ca;
    }

div[class="dropdown-menu"] > div {
    padding-left: 20px;
    padding-left: 2rem;
}

.to__name {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 5px;
    padding-left: 0.5rem;
}


.to__show {
    display: block;
}

.select-location-en .blue_block {
    width: 150px;
    width: 15rem;
}

.select-location-tc .blue_block, .select-location-sc .blue_block {
    width: 90px;
    width: 9rem;
}

.blue_block:hover, .blue_block:focus {
    background-color: #D2EDF5;
    cursor: pointer;
}

.blue_block a {
    padding: 3px 20px;
    padding: 0.3rem 2rem;
}

    .blue_block a:hover, .blue_block a:focus {
        text-decoration: none;
    }


.hover_blue a {
    padding: 3px 20px;
    padding: 0.3rem 2rem;
}

    .hover_blue a:hover, .hover_blue a:focus {
        text-decoration: none;
    }

.min-input, .max-input {
    width: 50px;
    width: 5rem;
    height: 30px;
    height: 3rem;
}

    .min-input::-ms-input-placeholder, .max-input::-ms-input-placeholder {
        text-align: center;
    }

    .min-input::-webkit-input-placeholder, .max-input::-webkit-input-placeholder {
        text-align: center;
    }

.search-ok {
    height: 30px;
    height: 3rem;
    margin-top: 10px;
    margin-top: 1rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    background-color: #c4e5f1;
    border-width: 1px;
    border-width: 0.1rem;
    box-shadow: 0 0.025em 0em rgba(0,0,0,.5);
}

.guide {
    background-color: #faf9f9;
}

    .guide > div > ul > li {
        float: left;
    }



.overview_result > li {
    /*float: left;
    margin-left: 16px;
    margin-left: 1.6rem;
    */
    font-family: 'Calibri','Microsoft YaHei';
    width: 30%;
    margin: 20px auto;
}

@media only screen and (max-width: 1000px) {
    .overview_result > li {
        width: auto;
    }
}

.building_list_result > li {
    /*float: left;
    margin-right: 10px;
    margin-right: 1rem;
    */
    margin: 0px;
    width: 25%;
    margin-top: 20px;
    margin-top: 2rem;
}

@media only screen and (max-width: 1000px) {
    .building_list_result > li {
        margin: 0px auto;
        margin-top: 20px;
        margin-top: 2rem;
        width: auto;
    }
}


.building_name {
    color: #1771bb;
    text-align: center;
    padding-right: 30px;
    padding-right: 3rem;
    padding-left: 30px;
    padding-left: 3rem;
}

.building_area {
    color: #333;
    text-align: center;
}

.building_img {
    text-align: center;
    margin: 0 auto;
    width: 200px;
    width: 20rem;
    height: 300px;
    height: 30rem;
    overflow: hidden;
}

.title_box_result {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,.7);
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
    text-shadow: 0 0 0.3rem rgba(0,0,0,0.3);
    padding: 5px 15px;
    padding: 0.5rem 1.5rem;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.cover_photo_result, .wise_cover_photo_result {
    width: 50%;
    position: relative;
    overflow: hidden;
    float: left;
    height: 100%;
}

.description_result {
    text-align: center;
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-left: 1rem;
}

.box_linking_result {
    position: relative;
    height: 300px;
    height: 30rem;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 0.3rem rgba(0,0,0,.2);
    padding: 2px 2px 10px 2px;
    padding: 0.2rem 0.2rem 1rem 0.2rem;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 43%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 43%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(249,249,249,1) 43%,rgb(249, 249, 249) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

.description_result > div {
    padding: 5px 0;
}

.desc_area, .desc_approx, .desc_lease, .desc_sale, .desc_view {
    color: black;
    padding-top: 5px;
    padding-top: 0.5rem;
    font-size: 13px;
    font-size: 1.3rem;
}

.desc_area {
    font-size: 14px;
    font-size: 1.4rem;
}

.desc_approx {
    font-size: 14px;
    text-align: left;
}

.desc_building {
    font-size: 15px;
    font-size: 1.5rem;
}

.desc_floor {
    color: black;
}


.desc_view, .desc_lease, .desc_sale {
    text-align: left;
}

.decs_building {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px;
    padding: 1rem;
}

.decs_floor {
    color: black;
    padding-top: 5px;
    padding-top: 0.5rem;
    font-size: 18px;
    font-size: 1.8rem;
}

.desc_login_info {
    color: red;
    text-decoration: underline;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    padding-top: 10px;
    padding-top: 1rem;
}

.desc_date {
    color: black;
    position: absolute;
    bottom: 10px;
    bottom: 1rem;
    text-align: right;
    width: 40%;
    padding: 0 30px;
    padding: 0 3rem;
    font-size: 12px;
    font-size: 1.2rem;
}



#wise-list-container {
    position: fixed;
    bottom: 8%;
    right: 5%;
    background-color: white;
    padding: 5px;
    border: 3px solid #6fb7e5;
    z-index: 99;
    border-radius: 5px;
    overflow-x: hidden;
    max-height: 400px;
    max-height: 40rem;
    OVERFLOW-Y: auto;
}

    #wise-list-container .wise-list-top {
        display: flex;
        justify-content: space-between;
    }

        #wise-list-container .wise-list-top a {
            background-color: #2969b1;
            color: white;
            line-height: 30px;
            padding: 0 10px;
            font-weight: bold;
            font-size: 12px;
            margin: 0 5px;
        }

        #wise-list-container .wise-list-top .wise-list-close-btn {
            cursor: pointer;
            height: 30px;
            height: 3rem;
            width: 30px;
            width: 3rem;
            background: url(/icons/cal_top_close.jpg);
        }

    #wise-list-container .wise-list-content .wise-close {
        color: black;
        position: absolute;
        width: 5%;
        height: 10%;
        font-size: 12px;
        font-size: 1.2rem;
        cursor: pointer;
        text-align: right;
        right: 2%;
    }

    #wise-list-container .wise-list-content .box_linking_result {
        height: 200px;
        height: 20rem;
        margin: 5px;
        margin: 0.5rem;
    }

    #wise-list-container .wise-list-content .description_result > div {
        padding: 0px 0;
    }

.wise-list-content #wise-list-content-ul li {
    margin-top: 10px;
    margin-top: 1rem;
}

@media only screen and (max-width: 800px) {
    .building_search {
        width: 100%;
        margin: auto;
    }
}

.building_search > .search_bar {
    border: 2px solid #4291c9;
    border: 0.2rem solid #4291c9;
}



.building_choose > div > a {
    background: #FE9B3E;
    padding: 7px;
    padding: 0.7rem;
    padding-right: 5px;
    padding-right: 0.5rem;
    color: white;
    float: left;
}

.Btn_group > a {
    padding: 7px;
    padding: 0.7rem;
    padding-right: 5px;
    padding-right: 0.5rem;
    float: left;
    background-color: #ffefe0;
    color: #ff6000;
    text-decoration: none;
    width: 60px;
    text-align: center;
    margin-left: 0px;
    border: 1px solid #FF6000;
    margin-top: 3px;
}

.Btn_group > input {
    padding: 7px;
    padding: 0.7rem;
    padding-right: 5px;
    padding-right: 0.5rem;
    float: left;
    background-color: #ffefe0;
    color: #ff6000;
    text-decoration: none;
    width: 90px;
    text-align: center;
    margin-left: 0px;
    border: 1px solid #FF6000;
    margin-top: 3px;
   /* border-radius : 7px;*/
}

.Btn_group > button {
    padding: 7px;
    padding: 0.7rem;
    padding-right: 5px;
    padding-right: 0.5rem;
    float: left;
    background-color: #ffefe0;
    color: #ff6000;
    text-decoration: none;
    width: 75px;
    text-align: center;
    margin-left: 0px;
    border: 1px solid #FF6000;
    margin-top: 3px;
    /*border-radius: 7px;*/
}


.Btn_group > div:hover {
    background-color: #FF6000 !important;
    color: white !important;
    text-decoration: none;
    border: 1px solid #FF6000 !important;
}

.Btn_group > a:hover {
    background-color: #FF6000 !important;
    color: white !important;
    text-decoration: none;
    border: 1px solid #FF6000 !important;
}

.Btn_group > input:hover {
    background-color: #FF6000 !important;
    color: white !important;
    text-decoration: none;
    border: 1px solid #FF6000 !important;
}

.Btn_group > button:hover {
    background-color: #FF6000 !important;
    color: white !important;
    text-decoration: none;
    border: 1px solid #FF6000 !important;
}

.Btn_group_sub > button {
    padding: 7px;
    padding: 0.7rem;
    padding-right: 5px;
    padding-right: 0.5rem;
    float: left;
    background-color: #D2E9FF;
    color: #000;
    text-decoration: none;
    width: 75px;
    text-align: center;
    margin-left: 0px;
    border: 1px solid #66B3FF;
    margin-top: 3px;
    /* border-radius: 7px;*/
}


.Btn_group_sub > div:hover {
    background-color: #005AB5 !important;
    text-decoration: none;
    border: 1px solid #005AB5 !important;
}

.Btn_group_sub > a:hover {
    background-color: #005AB5 !important;
    text-decoration: none;
    border: 1px solid #005AB5 !important;
}

.Btn_group_sub > input:hover {
    background-color: #3C3C3C !important;
    /*  text-decoration: none;
    border: 1px solid #3C3C3C !important;*/
    color: #fff;
}

.Btn_group_sub > button:hover {
    background-color: #66B3FF !important;
    text-decoration: none;
    /*border: 1px solid #66B3FF !important;*/
}

.Btn_group_mobile > input {
    padding: 7px;
    padding: 0.7rem;
    padding-right: 5px;
    padding-right: 0.5rem;
    float: left;
    background-color: #ffefe0;
    color: #ff6000;
    text-decoration: none;
    width: 55px;
    text-align: center;
    margin-left: 0px;
    border: 1px solid #FF6000;
    margin-top: 3px;
    font-size: 10px;
    border-radius: 7px;
}

.Btn_group_mobile > button {
    padding: 7px;
    padding: 0.7rem;
    padding-right: 5px;
    padding-right: 0.5rem;
    float: left;
    background-color: #ffefe0;
    color: #ff6000;
    text-decoration: none;
    width: 75px;
    text-align: center;
    margin-left: 0px;
    border: 1px solid #FF6000;
    margin-top: 3px;
    font-size: 10px;
    border-radius: 7px;
}

.Btn_group_mobile > div:hover {
    background-color: #FF6000 !important;
    color: white !important;
    text-decoration: none;
    border: 1px solid #FF6000 !important;
}

.Btn_group_mobile > a:hover {
    background-color: #FF6000 !important;
    color: white !important;
    text-decoration: none;
    border: 1px solid #FF6000 !important;
}

.Btn_group_mobile > input:hover {
    background-color: #FF6000 !important;
    color: white !important;
    text-decoration: none;
    border: 1px solid #FF6000 !important;
}

.Btn_group_mobile > button:hover {
    background-color: #FF6000 !important;
    color: white !important;
    text-decoration: none;
    border: 1px solid #FF6000 !important;
}

.building_choose > div > a:hover, .building_choose > div > a:focus {
    background-color: #FF6000;
    color: white;
    text-decoration: none;
}


.click_sub_choose, .click_sub_choose_2 {
    text-align: center;
    margin: 20px 0 10px 0;
    padding: 0 10px;
}

.grey_panel {
    border: 2px solid #d3d3d3;
    border: 0.2rem solid #d3d3d3;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    border-radius: 1rem;
    background-color: #faf9f9;
    font-size: 12px;
    font-size: 1.2rem;
    float: left;
    margin-right: 10px;
    margin-right: 1rem;
}



table.altrowstable {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    color: #333333;
    border-width: 1px;
    border-width: 0.1rem;
    border-color: #a9c6c9;
    border-collapse: collapse;
}

table.transaction {
    /*width: 100%;*/
    min-width: 1320px;
    min-width: 132rem;
    margin: 20px auto;
    margin: 2rem auto;
}

    table.transaction th, table.residential th {
        border-width: 1px;
        border-width: 0.1rem;
        padding: 8px;
        padding: 0.8rem;
        border: 4px solid white;
        border: 0.4rem solid white;
        text-align: center;
        background-color: #0093d6;
        color: white;
    }
    /*@media only screen and (max-width: 480px) {
    #office_info {
        width: auto;
    }
}*/


    table.transaction td, table#building_info td, table#office_info td, table.residential td {
        border-width: 1px;
        border-width: 0.1rem;
        padding: 8px;
        padding: 0.8rem;
        border: 4px solid white;
        border: 0.4rem solid white;
        text-align: center;
        font-family: 'calibri','Microsoft YaHei';
        vertical-align: middle;
    }

table.transaction_moblie {
    margin: 20px auto;
    margin: 2rem auto;
}

#building_transaction th, #building_transaction td {
    border: 4px solid #faf8f9;
    border: 0.4rem solid #faf8f9;
}

table.transaction_moblie td {
    border-width: 1px;
    border-width: 0.1rem;
    padding: 8px;
    padding: 0.8rem;
    border: 0px;
    text-align: left;
    font-family: 'calibri','Microsoft YaHei';
    vertical-align: middle;
}


.bluecolor {
    background-color: #e2f5fe;
}

.whitecolor {
    background-color: white;
}

.greycolor {
    background-color: #F2F2F2;
}

.greycolor2 {
    background-color: #faf8f9;
}

.current_listing {
    border: 2px solid #0093d6;
    border: 0.2rem solid #0093d6;
    padding: 0.2rem 1.2rem;
    border-radius: 1.5rem;
    background-color: white;
}

.contact-us {
    background: url(/images/contact-us.jpg) no-repeat left;
    width: 580px;
    width: 58rem;
    height: 108px;
    height: 10.8rem;
    border: 1px solid #fff;
    border: 0.1rem solid #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 0.3rem rgba(0,0,0,.2);
    max-width: 100%;
    background-size: cover;
}

.advisor_professional {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 26px 0 7px 0;
    padding: 2.6rem 0 0.7rem 0;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,.3);
    text-shadow: 0 0 0.3rem rgba(0,0,0,.3);
}

.call_us {
    font-size: 19px;
    font-size: 1.9rem;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,.3);
    text-shadow: 0 0 0.3rem rgba(0,0,0,.3);
}

.calendertb th {
    padding: 3px;
    padding: 0.3rem;
    background-color: white;
}

.calenderContent {
    border: 1px solid white;
    border: 0.1rem solid white;
    border-radius: 5px;
    border-radius: 0.5rem;
    padding: 10px;
    padding: 1rem;
    box-shadow: 0 0 4px #9a9b9f;
    box-shadow: 0 0 0.4rem #9a9b9f;
    position: fixed;
    top: 60%;
    background-color: white;
    z-index: 70 !important;
}

.calendertb td {
    padding: 8px 3px;
    padding: 0.8rem 0.3rem;
    cursor: pointer;
    background-color: white;
}

    .calendertb td > a {
        color: black;
    }

    .calendertb td .measure {
        position: relative;
        height: 100%;
        left: -25%;
        top: -15%;
        opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        z-index: 1;
        transition: opacity 300ms;
        background-color: #80bae4;
        border-radius: 50%;
    }

    .calendertb td .news_active {
        background-color: #ff9c09;
    }

    .calendertb td:hover .measure {
        background-color: green;
    }

    .calendertb td:hover .news_active {
        background-color: #ff6000;
    }


.viewport {
    background: linear-gradient(white 50%, #faf8f9 50%);
    background-size: 100% 680px;
    background-size: 100% 68rem;
}

.paginator span, .paginator a {
    padding: 5px;
    padding: 0.5rem;
}

.a_zchoosed {
    color: #ff6000;
}



.building_list_result_2 > div > div {
    width: 25%;
    margin: 10px 0px;
    margin: 1rem 0rem;
}

@media only screen and (max-width: 1050px) {
    .building_list_result_2 > div > div {
        width: auto;
        margin: 10px;
        margin: 1rem;
    }
}



.building_item_result div {
    background-color: #f0faff;
    margin-top: 0px;
    padding: 7px;
    padding: 0.7rem;
}

.selected_buttons_building {
    background-color: #FF6000 !important;
    text-decoration: none;
}

/*.selected_buttons_building > a {
        color: white !important;
    }*/

.selected_buttons_tranc {
    background-color: #FF6000 !important;
    text-decoration: none;
    color: white !important;
}

.selected_buttons_tranc_sub {
    background-color: #66B3FF !important;
    text-decoration: none;
}

.tranc_all {
    background-color: white !important;
    color: #ff6000 !important;
    text-decoration: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom-color: transparent;
    border: none;
    font-weight: bold;
}

#select-location > li > a:hover, #select-location > li > a:focus,
#district > li > a:hover, #district > li > a:focus {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
}

.select-location-en {
    width: 350px;
    line-height: 30px;
    line-height: 3rem;
    padding: 0 21px;
}

.select-location-tc, .select-location-sc {
    width: 300px;
    line-height: 30px;
    line-height: 3rem;
    padding: 6px;
}

.to__subItem > div {
    float: left;
}

.input-style-default {
    background-color: #e2f5fe;
    border: 0;
    border-radius: 5px;
    border-radius: 0.5rem;
    padding: 0px 20px;
    padding: 0rem 2rem;
    margin: 5px 0px;
    margin: 0.5rem 0rem;
    width: 330px;
    width: 33rem;
    height: 40px;
    height: 4rem;
}

.step {
    display: none;
    font-family: 'calibri','Microsoft YaHei';
    padding: 0px 20px;
    padding: 0rem 2rem;
}

.show {
    display: block
}

#register_sex, #login_language, #active_prefix, #register_prefix {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid grey;
    border: 0.1rem solid grey;
    padding-left: 10px;
    padding-left: 1rem;
    padding-right: 13px;
    padding-right: 1.3rem;
    border-radius: 10px;
    border-radius: 1rem;
    color: black;
    background: url(/icons/jt_grey.png) no-repeat scroll right center transparent;
    background-position: 90% 50%;
}


    #register_sex::-ms-expand {
        display: none;
    }



/*.view-first > img {
        position: relative;
    }*/


.selected-location, .selected-area, .selected-price {
    display: -moz-inline-box;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    max-width: 10rem;
}

.search_jt {
    position: relative;
    /*bottom: 6px;
    bottom: 0.6rem;*/
}

.tr_search_jt {
    position: relative;
    bottom: 5px;
    bottom: 0.5rem;
}

#district_input, #li_transac_date_input {
    color: #ff6303;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
    max-width: 11rem;
}

.msg {
    padding-right: 15px;
    padding-right: 1.5rem;
    padding-left: 15px;
    padding-left: 1.5rem;
    color: red;
    height: auto;
}

.commsg {
    color: red;
    height: auto;
}

.sucmsg {
    color: green;
    height: auto;
}

.view_photos {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    padding: 2rem;
    font-size: 14px;
}

@media only screen and (max-width: 480px) {
    .view_photos {
        padding: 0;
    }
}

/* jssor slider arrow navigator skin 05 css */
/*
                .jssora05l              (normal)
                .jssora05r              (normal)
                .jssora05l:hover        (normal mouseover)
                .jssora05r:hover        (normal mouseover)
                .jssora05ldn            (mousedown)
                .jssora05rdn            (mousedown)
                */
.jssora05l, .jssora05ldn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(/icons/button-prev.png) no-repeat;
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.jssora05r, .jssora05rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(/icons/button-next.png) no-repeat;
    overflow: hidden;
    width: 50px;
    height: 50px;
}
/* jssor slider thumbnail navigator skin 01 css */
/*
                    .jssort01 .p           (normal)
                    .jssort01 .p:hover     (normal mouseover)
                    .jssort01 .pav           (active)
                    .jssort01 .pav:hover     (active mouseover)
                    .jssort01 .pdn           (mousedown)
                    */
.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    width: 20rem;
    height: 112.5px;
    height: 11.25rem;
    border: #000 2px solid;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c, .jssort01 .pav .c {
    border-width: 0px;
    top: 2px;
    left: 2px;
    width: 200px;
    width: 20rem;
    height: 112.5px;
    height: 11.25rem;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c {
    top: 0px;
    left: 0px;
    width: 200px;
    width: 20rem;
    height: 112.5px;
    height: 11.25rem;
    border: #fff 1px solid;
}

.fixed-footer {
    position: fixed;
    bottom: 0%;
    width: 100%;
    z-index: 80;
    height: 50px;
    height: 5rem;
}

@media screen and (min-width: 767px) {
    .fixed-footer {
        width: 90%;
        margin: 0 5%;
    }
}

.fixed-footer > div {
    background: linear-gradient(to bottom, #6fb7e5, #005aa6);
    position: relative;
    padding: 0px 15px;
    padding: 0rem 1.5rem;
    margin: 0px auto;
    border-top-right-radius: 6px;
    border-top-right-radius: 0.6rem;
    border-top-left-radius: 6px;
    border-top-left-radius: 0.6rem;
}

    .fixed-footer > div > ul {
        display: -webkit-flex;
        display: flex;
        margin-top: 10px;
        margin-top: 1rem;
    }

.fixed-footer-large-icon {
    margin: 10px;
    margin: 1rem;
}

.fixed-footer-icon {
    margin: 6px;
    margin: 0.6rem;
}

.fixed-footer-tel {
}

/*.fixed-footer-subscription {
    margin-left: 3% !important;
}*/

@media only screen and (max-width: 1300px) {
    .fixed-footer-tel {
        margin-left: auto !important;
    }

    .fixed-footer-subscription {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/*@media only screen and (max-width: 940px) {

    .fixed-footer-subscription {
        display: none;
    }
}*/

@media only screen and (max-width: 767px) {

    .fixed-footer-tel {
        display: none;
    }
}

#calculator-container {
    position: fixed;
    /*bottom: 80px;
    bottom: 8rem;*/
    bottom: 10%;
    right: 90px;
    right: 9rem;
    background-color: white;
    padding: 20px;
    padding: 2rem;
    border: 2px solid #2969b1;
    border: 0.2rem solid #2969b1;
    border-bottom-right-radius: 6px;
    border-bottom-right-radius: 0.6rem;
    border-bottom-left-radius: 6px;
    border-bottom-left-radius: 0.6rem;
    z-index: 11;
}

    #calculator-container .calculator-top {
        background-color: #2969b1;
        height: 59px;
        width: 373px;
        box-sizing: content-box;
        -moz-box-sizing: content-box; /* Firefox */
        -webkit-box-sizing: content-box; /* Safari */
        width: 100%;
        position: absolute;
        top: -21%;
        left: -2px;
        left: -0.2rem;
        border: 2px solid #2969b1;
        border-top-left-radius: 6px;
        border-top-left-radius: 0.6rem;
        border-top-right-radius: 6px;
        border-top-right-radius: 0.6rem;
    }


    #calculator-container .calculator-close-btn {
        cursor: pointer;
        height: 30px;
        height: 3rem;
        width: 30px;
        width: 3rem;
        position: absolute;
        right: 15px;
        right: 1.5rem;
        top: -40px;
        top: -4rem;
        z-index: 1;
        background: url(/icons/cal_top_close.jpg);
    }

    #calculator-container input {
        width: 100px;
        width: 10rem;
        border-radius: 6px;
        border-radius: 0.6rem;
        border: 2px solid #2969B1;
        border: 0.2rem solid #2969B1;
        margin: 5px;
        margin: 0.5rem;
        padding: 0px 5px;
        padding: 0px 0.5rem;
    }



.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    background: #e86256 url(/icons/cd-top-arrow.svg) no-repeat center center;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

/*隐藏齐聊图标*/
.show-hide-chat-button-container {
    /*display: none;*/
    position: absolute;
    left: -265px;
    top: 100px;
}

.UnreadMessageBadge {
    position: absolute;
    text-align: center;
    bottom: -25px;
    right: 0;
    width: 2em;
    color: #fff;
    font-weight: 600;
    font-size: .75em;
    z-index: 12;
}

    .UnreadMessageBadge, .UnreadMessageBadge .outer-badge-container, .UnreadMessageBadge .outer-badge-container .inner-badge-container {
        border-radius: 1em;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        pointer-events: none;
        min-width: 2em;
        height: 2em;
    }

        .UnreadMessageBadge .outer-badge-container .inner-badge-container {
            -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
            -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
            box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
            background-color: #f44336;
            width: 2em;
        }

.SpreadSubMsgtext > p {
    display: none;
}

.view_galies {
    background-color: white;
    width: 100%;
    /* margin-bottom: 20px; */
    /* margin-bottom: 2rem; */
    display: flex;
    /*vertical-align: middle;*/
    /* text-align: center; */
    justify-content: center;
    align-items: center;
}

#li_location, #li_area, #li_price, #div_district, #li_transac_date, #li_transac_district {
    position: relative;
    cursor: pointer;
}

    #li_location > .dropdown-menu, #li_area > .dropdown-menu, #li_price > .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.8);
    }

.calendar ol li {
    position: relative;
    float: left;
    text-align: center;
    border-radius: 5px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin: 10px 5px;
}

    .calendar ol li:hover {
        background-color: #ffd598;
    }

.calendar-hd {
    background-image: linear-gradient(to bottom right, #fe9b3e, #ff6000);
    height: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.residentailtable td {
    padding: 10px 0;
}



#residentialLogo {
    width: 300px;
    height: 150px;
    margin: auto;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sold_leased {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: rgba(51,51,51,.7);
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
    text-shadow: 0 0 0.3rem rgba(0,0,0,0.3);
    z-index: 2;
    width: 100%;
    height: 100%;
}

.sold_leased_span {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 30%;
    bottom: 50%;
    font-size: 50px;
    font-weight: bold;
}

.table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

    .table-container::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
    }

    .table-container::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 3px solid #fff;
        background-color: rgba(0, 0, 0, .3);
    }

.view_building_detail {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 50%;
    margin: 30px auto;
}

.view_building_detail_button_sc {
    background: url('/icons/building_index_cn.png');
    width: 350px;
    height: 55px;
    background-size: 350px;
    border-radius: 7px;
    border-width: 0px;
    margin: 30px auto;
}

.view_building_detail_button_tc {
    background: url('/icons/building_index_tc.png');
    width: 350px;
    height: 55px;
    background-size: 350px;
    border-radius: 7px;
    border-width: 0px;
    margin: 30px auto;
}

.view_building_detail_button_en {
    background: url('/icons/building_index_en.png');
    width: 350px;
    height: 55px;
    background-size: 350px;
    border-radius: 7px;
    border-width: 0px;
    margin: 30px auto;
}

.view_news_button_sc {
    background: url('/icons/More_News_cn.png');
    width: 300px;
    height: 40px;
    background-size: 300px;
    border-radius: 7px;
    border-width: 0px;
    margin: 30px auto;
}

.view_news_button_tc {
    background: url('/icons/More_News_tc.png');
    width: 300px;
    height: 40px;
    background-size: 300px;
    border-radius: 7px;
    border-width: 0px;
    margin: 30px auto;
}

.view_news_button_en {
    background: url('/icons/More_News_en.png');
    width: 300px;
    height: 40px;
    background-size: 300px;
    border-radius: 7px;
    border-width: 0px;
    margin: 30px auto;
}

.view_trans_button_sc {
    background: url('/icons/More_Transaction_cn.png');
    width: 300px;
    height: 40px;
    background-size: 300px;
    border-radius: 7px;
    border-width: 0px;
    margin: 30px auto;
}

.view_trans_button_tc {
    background: url('/icons/More_Transaction_tc.png');
    width: 300px;
    height: 40px;
    background-size: 300px;
    border-radius: 7px;
    border-width: 0px;
    margin: 30px auto;
}

.view_trans_button_en {
    background: url('/icons/More_Transaction_en.png');
    width: 300px;
    height: 40px;
    background-size: 300px;
    border-radius: 7px;
    border-width: 0px;
    margin: 30px auto;
}

.carousel-inner .carousel-title {
    position: absolute;
    text-align: left;
    z-index: 100;
    bottom: 0;
    margin: auto;
    background: rgba(51,51,51,.7);
    color: white;
    width: 100%;
    padding: 10px 40px;
    padding: 1rem 4rem;
}

.carousel-inner .carousel-caption {
    padding: 30px;
}

    .carousel-inner .carousel-caption.carousel-caption-left {
        background-color: rgba(51,51,51,.7);
        bottom: auto;
        /*left: 5%;*/
        left: 50px;
        left: 5rem;
        right: auto;
        width: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .carousel-inner .carousel-caption.carousel-caption-right {
        background-color: rgba(51,51,51,.7);
        bottom: auto;
        /*right: 5%;*/
        right: 50px;
        right: 5rem;
        left: auto;
        width: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .carousel-inner .carousel-caption.carousel-caption-center {
        background-color: rgba(51,51,51,.7);
        width: auto;
        right: auto;
        bottom: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


@media only screen and (max-width: 1100px) {
    .view_building_detail {
        width: auto;
    }
}

@media only screen and (max-width: 480px) {
    .view_building_detail img {
        width: 30px;
    }

    .view_building_detail_button_sc, .view_building_detail_button_en, .view_building_detail_button_tc {
        width: 200px;
        height: 30px;
        background-size: 200px;
        border-radius: 7px;
        border-width: 0px;
        margin: 30px auto;
    }
}

@media only screen and (max-width: 1100px) {
    .screen {
    }

    .screen_page {
        padding: 0px;
        padding: 0rem;
        margin: 0px;
    }
}


@media only screen and (max-width: 1100px) {
    .view-first {
        width: 190px;
        width: 19rem;
    }
}



/*@media only screen and (max-width: 598px) {
    .building_name_input {
        width: 100px;
    }
}

@media only screen and (max-width: 400px) {
    .building_name_input {
        width: 50px;
    }
}*/


.transaction_sreach {
    margin: 0 auto;
    margin-top: 20px;
    margin-top: 2rem;
    width: 70%;
}

@media only screen and (max-width: 1100px) {
    .transaction_sreach {
        width: 100%;
    }
}

.about_us_table {
    width: 100%;
    height: 350px;
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .about_us_table {
        font-size: 16px;
    }
}

/*footer 响应式部分*/


/*小屏莫*/
@media screen and (max-width: 767px) {
    .sitemap_area_firstLi {
    }

    .sitemap_area_topThree {
        width: 32%;
    }

    .sitemap_area ul li {
        list-style-type: none;
    }

        .sitemap_area ul li ul li {
            width: 100%;
            margin: 5px 0;
            list-style-type: none;
            -webkit-padding-start: 0;
        }

    .sitemap_area_lastTwo {
        width: 50%;
        margin-top: 10px;
    }

    .footer-info-container {
        width: 100%;
        margin-top: 30px;
    }
    /*.footer-info-container h4 {
            text-align:center;
            }*/
    /*.footer_qr_code {
            text-align: center;
        }
     */

    .footer_qr_code {
        float: right;
    }

        .footer_qr_code img {
            width: 80px;
        }

    .tabs div div:nth-child(1) a {
        color: #0a6db7;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 600;
        /*padding: 10px 10px 0px 0px;
        padding: 1rem 1rem 0rem 0rem;*/
        line-height: 25px;
        line-height: 2.5rem;
        width: 24%;
        display: inline-block;
        text-align: center;
    }

    .button-moblie-large-icon {
        /*float:right;*/
        width: 25%;
        text-align: center;
    }

    .cd-top {
        margin: 0 auto;
        display: block;
        position: fixed;
        visibility: hidden;
        opacity: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        height: 48px;
        width: 48px;
        /*bottom: 200px;
    right: 20px;*/
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0px 0px 5px #999;
        background: #2969b1 url(/icons/cd-top-arrow.svg) no-repeat center center;
    }

    .fixed-footer-icon-moblie {
        /*width:40px;*/
        width: 100%;
    }

        .fixed-footer-icon-moblie .col-xs-2 {
            padding-left: 0 !important;
        }

        .fixed-footer-icon-moblie img {
            width: 40px;
        }

    .Spread-form-email-word {
        float: left;
        color: #0369b5;
    }

    .footer .copy {
        float: left;
        width: 100%;
        text-align: center;
        color: #0a6db7;
    }

    .footer {
        background: #fff;
        font-size: 11.8px;
        font-size: 1.18rem;
    }

    #SpreadSumbit {
        margin: 0;
    }

    .overview > div > div {
        height: 500px;
        height: 50rem;
        width: 94%;
    }

    .view-first {
        width: 300px;
        /*width: 30rem;*/
        height: 187px;
        height: 18.7rem;
    }

    .Home-title {
        text-align: center;
        font-family: 'calibri', 'Microsoft YaHei';
        font-weight: bold;
        width: 220px;
        margin: auto;
        margin-top: 10px;
    }

    .carousel-indicators {
        bottom: -10px;
    }

    .table-first-td {
        width: 0;
    }

    .building-info-table {
    }

    .floor-plane-style {
        /*float: right;*/
        width: 100%;
    }

    .officeDetail-building-name {
        color: #0062b1;
        font-size: 20px;
        margin-top: 10px;
    }

    .search-bar-buildingIndex {
        margin: 0 !important;
        max-width: 85%;
        min-width: 85%;
        height: 31px;
    }

        .search-bar-buildingIndex input {
            height: 31px;
        }

    .building_item_result {
        float: left;
        width: 40%;
        height: auto;
        max-height: 1200px;
        max-height: 120rem;
        /* overflow-x: visible; */
        overflow-y: auto;
        min-height: 300px;
    }

    .building_list_result_2 {
        width: 60%;
        float: right;
        margin: 0 auto;
    }

    .buildingIndex-building-Name {
        background-color: #fe9b3e;
        color: white;
        padding: 10px;
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 14px !important;
    }

    .jt_right img {
        width: 10px;
        width: 1rem;
        transform: rotate(-90deg);
        margin-right: 3px;
        margin-right: .3rem;
        margin-left: 3px;
        margin-left: .3rem;
    }

    table.residential {
        width: 100%;
        margin: 20px auto;
        margin: 2rem auto;
    }


    .Home-container {
        padding-bottom: 0px;
    }

    .Home-container-bottom {
        float: right;
        color: grey;
        padding-right: 10px;
        padding-top: 0px;
    }

    .news_content {
        float: left;
        width: 100%;
        min-height: 500px;
    }

        .news_content img {
            width: 100% !important;
            height: auto !important;
        }

    .calenderContent {
        border: 1px solid white;
        border: 0.1rem solid white;
        border-radius: 5px;
        border-radius: 0.5rem;
        padding: 10px;
        padding: 1rem;
        box-shadow: 0 0 4px #9a9b9f;
        box-shadow: 0 0 0.4rem #9a9b9f;
        position: fixed !important;
        top: 100px !important;
        background-color: white;
        z-index: 1;
    }

    #calenderToggle {
        /*width: 30px;
        height: 30px;
        border-radius: 50%;*/
        position: fixed;
        /*background: black;*/
        margin-top: 0px;
        right: 20px;
        top: 100px;
        z-index: 60;
    }

    .modal-dialog {
        width: 95% !important;
        position: relative !important;
        /* margin: 0px; */
        /*top: 237.906px!important;*/
        left: 0 !important;
        margin: 0 auto !important;
    }

    .form-inline .col-xs-4 {
        padding: 0 2px !important;
    }

    #register_name {
        width: 46% !important;
    }

    #register_phone {
        width: 42% !important;
    }

    #register_prefix {
        position: static !important;
        width: 17% !important;
    }

    #register_email {
        width: 60% !important;
    }

    #register_company {
        width: 60% !important;
    }

    #register_loginname {
        width: 60% !important;
    }

    #register_password {
        width: 60% !important;
    }

    #register_confirmpassword {
        width: 60% !important;
    }

    .building-info-container {
        /*float: left;*/
        /*width: 50%;*/
    }

    .building-info-container-img {
        /*float: right;
        width: 48%;*/
    }

    .screen_page {
        position: relative;
        padding: 0px 15px;
        padding: 0rem 1.5rem;
        /*margin: 0px 10px;*/
    }

    #transac_rearch_box {
        border: 2px solid #ff6303;
        border: 0.2rem solid #ff6303;
        padding: 5px 10px;
        padding: 0.5rem 1rem;
        border-radius: 10px;
        border-radius: 1rem;
        /*background-color: #ffffff;*/
        font-size: 14px;
        font-size: 1.4rem;
        /*float: right;*/
        /*min-width: 360px;
        min-width: 36rem;*/
        width: 100%;
    }

        #transac_rearch_box > ul > li {
            /*float: left;*/
            /*margin: 0 5px;*/
        }

    #li_transac_district {
        width: 50%;
        display: inline-block;
    }

    #li_transac_date {
        width: 48%;
        display: inline-block;
    }

    #li_trans_name {
        width: 40%;
        display: inline-block;
    }

    #li_trans_input {
        width: 55%;
        display: inline-block;
    }

    .building_name_input {
        height: 18px;
        background-color: #f1f1f9;
        border: 0;
        border-radius: 3px;
        margin: 5px 10px;
        width: 70%;
    }

    #select_trans_date {
        left: -150px;
    }

    .building_choose {
        /*padding-top: 10px;*/
        display: flex;
    }

    .search-bar-contianer {
        margin-top: 10px;
    }

    .forget-button-next {
        background: #ff6000;
        color: white;
        width: 25%;
    }

    .officeDetail-BuildingStreet {
        font-size: 16px;
    }

    .view-building-detail-secondtitle {
        font-size: 16px;
    }

    .building_remark {
        background-color: #f0faff;
        margin: 20px 0;
        padding: 20px;
        color: #0062b1;
        border-radius: 5px;
        line-height: 20px;
        text-align: left;
        font-size: 15px;
    }

    .building-info-table-title {
        background-color: #5a9ad7;
        color: white;
        font-weight: bold;
        text-align: center;
        width: 50%;
        height: 56px;
        font-size: 20px;
        vertical-align: middle;
    }

    #office_info {
        width: 100%;
    }

    .Residential-word {
        /*float: right;*/
        text-align: left;
        margin-top: 20px;
        /*padding: 0 15px;*/
    }

    .residentailtable {
        width: 100%;
        margin: auto;
    }

    .residentailtable-td-1 {
        width: 10%;
    }

    .ResidentialDetail-EnquiryWord {
        background-color: #F2F2F2;
        /*padding: 20px;
        margin: 20px;*/
        height: 500px;
        background: url(/images/Background.png) no-repeat center / contain;
    }

    .ReferralProgram-form {
        border: 1px solid white;
        border-radius: 5px;
        box-shadow: 0 0 4px #9a9b9f;
        padding: 10px 20px;
        margin: 50px auto;
        width: 100%;
    }

    .propertyList-titleOffice {
        text-align: center;
        font-size: 30px;
        padding-top: 15px;
    }

    #loginModal .modal-dialog {
        top: 237.906px !important;
    }

    .calenderContent {
        border: 1px solid white;
        border: 0.1rem solid white;
        border-radius: 5px;
        border-radius: 0.5rem;
        padding: 10px;
        padding: 1rem;
        box-shadow: 0 0 4px #9a9b9f;
        box-shadow: 0 0 0.4rem #9a9b9f;
        position: fixed;
        top: 60%;
        background-color: white;
        z-index: 70 !important;
        right: 10px;
    }

    .tableizer-firstrow-title {
        background-color: #5a9ad7;
        color: white;
        font-weight: bold;
        text-align: center;
        width: 50%;
        height: 56px;
        font-size: 20px;
        vertical-align: middle;
    }
}

/* 分割线-----------------------------------------------------*/

/*大屏幕*/
@media screen and (min-width: 768px) {
    .tableizer-firstrow-title {
        background-color: #5a9ad7;
        color: white;
        font-weight: bold;
        text-align: center;
        width: 50%;
        height: 56px;
        font-size: 28px;
        vertical-align: middle;
    }

    .propertyList-titleOffice {
        text-align: center;
        font-size: 30px;
    }

    .ReferralProgram-form {
        border: 1px solid white;
        border-radius: 5px;
        box-shadow: 0 0 4px #9a9b9f;
        padding: 10px 20px;
        margin: 50px auto;
        width: 40%;
    }

    .ResidentialDetail-EnquiryWord {
        background-color: #F2F2F2;
        padding: 20px;
        margin: 20px;
        height: 500px;
        background: url(/images/Background.png) no-repeat center / contain;
    }

    .residentailtable-td-1 {
        width: 30%;
    }

    .residentailtable {
        width: 50%;
        margin: auto;
    }

    .Residential-word {
        float: right;
        text-align: right;
        padding: 0 20px;
        margin: 20px;
    }

    #office_info {
        margin: auto;
        width: 512px;
    }

    .officeDetail-building-name {
        color: #0062b1;
        font-size: 30px;
        margin-top: 10px;
    }

    .building-info-table-title {
        background-color: #5a9ad7;
        color: white;
        font-weight: bold;
        text-align: center;
        width: 50%;
        height: 56px;
        font-size: 30px;
        vertical-align: middle;
    }

    .building_remark {
        background-color: #f0faff;
        margin: 20px 0;
        padding: 20px;
        color: #0062b1;
        border-radius: 5px;
        line-height: 30px;
        text-align: left;
        font-size: 18px;
    }

    .view-building-detail-secondtitle {
    }
    /*.officeDetail-building-name {
        color: #0062b1;
        font-size: 30px;
    }*/
    .officeDetail-BuildingStreet {
    }

    .forget-button-next {
        background: #ff6000;
        color: white;
        width: 22%;
    }

    .search-bar-contianer {
    }

    .building_choose {
        /*padding-top: 10px;*/
        display: flex;
        width: 300px;
    }

    .building_name_input {
        height: 18px;
        background-color: #f1f1f9;
        border: 0;
        border-radius: 3px;
        margin: 5px 10px;
        width: 200px;
    }

    #transac_rearch_box > ul > li {
        float: left;
        margin: 0 10px;
    }

    #transac_rearch_box {
        border: 2px solid #ff6303;
        border: 0.2rem solid #ff6303;
        padding: 5px 10px;
        padding: 0.5rem 1rem;
        border-radius: 10px;
        border-radius: 1rem;
        /*background-color: #ffffff;*/
        font-size: 14px;
        font-size: 1.4rem;
        float: right;
        min-width: 360px;
        min-width: 36rem;
    }

    .news_content img {
    }

    .screen_page {
        min-width: 480px;
        min-width: 48rem;
        max-width: 1350px;
        max-width: 135rem;
        position: relative;
        padding: 0px 15px;
        padding: 0rem 1.5rem;
        margin: 0px auto;
    }

    .building-info-container-img {
        float: right;
        width: 48%;
    }

    .building-info-container {
        float: left;
        width: 50%;
    }

    #calenderToggle {
        /*width: 30px;
        height: 30px;
        border-radius: 50%;*/
        position: fixed;
        /*background: black;*/
        margin-top: 0px;
        left: 0;
        display: none;
    }

    .news_content {
        float: left;
        width: 70%;
        min-height: 500px;
    }

    .Home-container-bottom {
        float: right;
        color: grey;
        padding-top: 20px;
    }

    .Home-container {
        padding-bottom: 50px;
    }

    table.residential {
        width: 70%;
        margin: 20px auto;
        margin: 2rem auto;
    }

    .screen_page {
        position: relative;
        padding: 0px 15px;
        padding: 0rem 1.5rem;
        margin: 0px auto;
    }

    .jt_right img {
        width: 10px;
        width: 1rem;
        transform: rotate(-90deg);
        margin-right: 10px;
        margin-right: 1rem;
        margin-left: 10px;
        margin-left: 1rem;
    }

    .buildingIndex-building-Name {
        background-color: #fe9b3e;
        color: white;
        padding: 10px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .building_list_result_2 {
        width: 80%;
        float: right;
    }

    .building_item_result {
        float: left;
        width: 20%;
        height: auto;
        max-height: 1200px;
        max-height: 120rem;
        /* overflow-x: visible; */
        overflow-y: auto;
    }

    .search-bar-buildingIndex {
        margin: 0 !important;
        max-width: 400px;
        height: 31px;
    }

        .search-bar-buildingIndex input {
            height: 31px;
        }

    .floor-plane-style {
        float: right;
        width: 48%;
    }

    .building-info-table {
        float: left;
        width: 50%;
    }

    .table-first-td {
        width: 20%;
    }

    .Home-title {
        text-align: center;
        font-family: 'calibri', 'Microsoft YaHei';
        font-weight: bold;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .view-first {
        width: 300px;
        width: 30rem;
        height: 187px;
        height: 18.7rem;
    }

    .overview > div > div {
        height: 500px;
        height: 50rem;
    }

    #SpreadSumbit {
        margin: 0 10px;
    }

    .footer {
        background: #fff;
        font-size: 14px;
        font-size: 1.4rem;
    }

        .footer .copy {
            float: left;
            width: 46%;
            text-align: left;
            color: #0a6db7;
        }

    .Spread-form-email-word {
        float: left;
        color: white;
    }

    .cd-top {
        display: inline-block;
        position: fixed;
        visibility: hidden;
        opacity: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        height: 48px;
        width: 48px;
        /*bottom: 200px;
    right: 20px;*/
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0px 0px 5px #999;
        background: #2969b1 url(/icons/cd-top-arrow.svg) no-repeat center center;
    }

    .tabs div div:nth-child(1) a {
        color: #0a6db7;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        padding: 10px 10px 0px 0px;
        padding: 1rem 1rem 0rem 0rem;
        line-height: 25px;
        line-height: 2.5rem;
    }

    .footer_qr_code {
        float: right;
    }

        .footer_qr_code img {
            width: 150px;
        }

    .sitemap_area_firstLi {
        min-width: 190px;
    }

    .sitemap_area_topThree {
    }

    .sitemap_area_lastTwo {
    }

    .sitemap_area ul li {
        width: 11%;
        margin: 0 0 15px 1%;
        margin: 0 0 1.5rem 1%;
        list-style-type: none;
    }

        .sitemap_area ul li ul li {
            width: 100%;
            margin: 0 0 10px 0;
            margin: 0 0 1rem 0;
            list-style-type: none;
            -webkit-padding-start: 0;
        }

    .footer-info-container {
        width: 35% !important;
    }
}

#calender_close {
    float: right;
    cursor: pointer;
    color: gray;
}

@media screen and (min-width: 768px) {
    #calender_close {
        display: none;
    }
}

.mobile-text-align {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .mobile-text-align {
        text-align: center;
    }
}

/*.carousel-caption {
    transform: translateY(70px);
    transition: transform 1s;
}

    .carousel-caption:hover {
        transform: translateY(-80px);
    }

    .carousel-caption h3 {
        margin-bottom: 30px;
    }*/

@media screen and (max-width: 756px) {
    /*.carousel-caption:hover {
        transform: translateY(-40px);
    }*/

    .building_title {
        font-size: 30px;
    }
}

.fb_dialog_content iframe {
    bottom: 10px !important;
}


@media screen and (max-width: 756px) {
    .fb_dialog_content iframe {
        bottom: 70px !important;
    }
}

.building_deatail_btn {
    width: 80%;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-top: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
}

    .building_deatail_btn a {
        padding: 5px 30px;
        border: 2px #ff6000 solid;
        text-decoration: none;
        border-radius: 5px;
        margin: 10px;
        text-align: center;
        font-size: 20px;
        background-color: #ff6000;
        color: white;
        box-shadow: 0 0.05em 0.25em rgba(0,0,0,.5);
    }

@media screen and (max-width: 756px) {
    .building_deatail_btn {
        width: auto;
    }

        .building_deatail_btn a {
            width: 100%;
            font-size: 20px;
        }
}

@media screen and (min-width: 768px) {
    .news_search_box {
        margin: 10px auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0;
    }
}

.news_search_date input, .news_search_input input, .news_search_title input {
    background-color: #f1f1f9;
    border: 0;
    border-radius: 3px;
    height: 27px;
}

@media screen and (max-width: 767px) {
    .news_search_date, .news_search_input, .news_search_title {
        width: 100%;
        padding: 5px 0;
    }

        .news_search_date input {
            width: 35%;
        }

        .news_search_input input {
            width: 94%;
        }
}

.hiddenChart {
    display : none !important;
}

.leftRadius {
    border-radius : 6px 0 0 6px;
}

.rightRadius {
    border-radius: 0 6px 6px 0;
}
.LoginLine {
    text-decoration : underline !important ;
}
.newButton {
    background-image: linear-gradient(to bottom right, #fe9b3e, #ff6000);
    padding: 10px;
    border-radius: 5px;
    color: white;    
    border: 0px;
}
#divhover  a:hover {
    color: white;
    cursor : pointer;
}
#moretrans_div a:hover {
    color: white;
    cursor: pointer;
}

#morenews_div a:hover {
    color: white;
    cursor: pointer;
}
