﻿* {
    font-family: Roboto, Arial, "Noto Sans TC", sans-serif !important;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

body {
    font-size: 15px;
}

a {
    text-decoration: none;
}

.ovh {
    overflow: hidden;
}

.RealtyWeb_box {
    width: 960px;
    margin: 0 auto;
}

.RealtyWeb_box>div {
    padding: 10px 0 0 0;
}

.RealtyWeb_box .left {
    float: left;
    width: 230px;
    padding: 0 15px;
    box-sizing: border-box;
}

.Business_card {
    background: url(images/congruent_pentagon.png);
    text-align: center;
    padding: 35px 0 15px 0;
    margin: 0 0 10px 0;
}

.Business_card .title {
    color: #5f3300;
    font-weight: bolder;
}

.Business_card>img {
    width: 140px;
    margin: 15px 0;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
}

.Business_card .name {
    color: #0192b5;
    font-weight: bolder;
}

.Business_card .star {
    color: #f0be20;
    padding: 5px 0;
}

.Business_card .star i {
    margin: 0 2px;
}

.Business_card .phone {
    font-size: 13px;
}

.hot_ob {
    margin: 15px 0;
}

.hot_ob ul {
    border: 1px solid #f0be20;
    border-top: none;
}

.hot_ob ul li {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px dashed #cccccc;
}

.hot_ob ul li .img {
    float: left;
    width: 40%;
    transition: all 0.15s ease-out;
}

.hot_ob ul li .img p {
    display: block;
    padding: 0 0 96% 0;
}

.hot_ob ul li .text {
    float: right;
    width: 60%;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    line-height: 1.2;
}

.hot_ob ul li .text .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
    font-weight: bolder;
}

.hot_ob ul li .text .money {
    text-decoration: line-through;
    color: #686868;
    font-size: 13px;
}

.hot_ob ul li .text .money2 {
    color: #ff0000;
    font-weight: bolder;
    font-size: 19px;
}

.hot_ob ul li .text .big {
    color: #686868;
    font-size: 13px;
}

.hot_ob ul li a:hover .img {
    opacity: 0.8;
}

/**/
.RealtyWeb_box .right {
    float: right;
    width: 728px;
    padding: 3px 0 0 0;
}

.Realty_tab {
    margin: 0 0 10px 0;
}

.Realty_tab ul.tabs {
    border-bottom: 1px solid #f05283;
    display: flex;
}

.Realty_tab ul.tabs li {
    transition: all 0.15s ease-out;
    margin: 0 0 0 -1px;
}

.Realty_tab ul.tabs li a {
    color: #3d3d3d;
    padding: 10px 12px;
    display: block;
    background: #ffe9f0;
    transition: all 0.15s ease-out;
    border: 1px solid #f05283;
    border-bottom: none;
    font-size: 14px;
}

.Realty_tab ul.tabs li.active,
.Realty_tab ul.tabs li:hover {
    box-shadow: 0 -3px 0 #d7285f;
}

.Realty_tab ul.tabs li.active a,
.Realty_tab ul.tabs li:hover a {
    background: #f05283;
    color: #FFF;
}

.hot {
    margin: 15px auto 0 auto;
    font-family: arial, verdana, Helvetica, sans-serif;
    border: 1px solid #eeb930;
    box-sizing: border-box;
}

/*0220*/
.hot.user {
    margin: 0 15px 15px 0;
}

.hot.user ul li {
    padding: 0 3px 15px 3px;
}

/*0220 end*/
.hot_title {
    position: relative;
    color: #5f3300;
    padding: 3px 5px 3px 30px;
    box-sizing: border-box;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4eca5+0,eeb930+100 */
    background: #f4eca5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4eca5 0%, #eeb930 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4eca5 0%, #eeb930 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4eca5 0%, #eeb930 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4eca5', endColorstr='#eeb930', GradientType=0);
    /* IE6-9 */
    line-height: 38px;
    overflow: hidden;
}

.hot_title:before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 22px;
    background: #5f3300;
    left: 15px;
    top: 11px;
}

.hot_more {
    float: right;
}

.hot_more a {
    font-size: 13px;
    color: #1761a2;
    margin: 0 0 0 7px;
    text-decoration: none;
}

.hot_more a.more_icon {
    color: #5f3300;
}

.hot_more a:hover {
    text-decoration: underline;
}

.hot ul {
    padding: 3px 0;
    overflow: hidden;
}

.hot ul li {
    padding: 0 3px;
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.hot ul li a {
    display: block;
    text-decoration: none;
}

.hot ul li a .hot_img {
    padding: 1px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    transition: all 0.15s ease-out;
}

.hot ul li a .hot_img img {
    width: 100%;
}

.hot ul li a:hover .hot_img {
    opacity: 0.75;
}

.hot ul li a div {
    padding: 0 5px;
    line-height: 1.5;
}

.hot ul li a div .hot_name {
    font-size: 13px;
    color: #000;
    padding: 5px 0;
    min-height: 57px;
}

.hot ul li a div .hot_sale {
    color: #F00;
    font-size: 13px;
}

.hot ul li a div .hot_sale o {
    padding: 0 3px;
    font-size: 16px;
    font-weight: bolder;
}

.hot ul li a div .hot_sale span {
    color: #fff;
    background: #F00;
    font-size: 12px;
    padding: 3px 3px 2px 3px;
    border-radius: 2px;
}

.hot ul li a div .hot_sale b {
    color: #969696;
    padding: 0 0 0 5px;
}

.hot ul li a div .hot_datail {
    color: #969696;
    font-size: 12px;
}

.e_paper {
    text-align: center;
}

.e_paper div {
    display: inline-block;
    text-align: left;
    padding: 15px 0;
}

.e_paper p {
    padding: 5px 0;
}

.e_paper p input,
.e_paper p select {
    margin: 0 0 0 8px;
}

.e_paper p input.text {
    width: 365px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}

.e_paper p input.text.key {
    width: 210px;
}

.e_paper p input.text.key~img {
    margin: 0 0 0 5px;
    vertical-align: bottom;
}

.e_paper p select {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}

.e_paper input.bt {
    display: table;
    margin: 0 auto;
    background: #f05283;
    color: #FFF;
    border: none;
    padding: 8px 19px;
    border-radius: 3px;
    transition: all 0.15s ease-out;
}

.e_paper input.bt:hover {
    cursor: pointer;
    background: #d7285f;
}


/**/
.house_list {}

.house_list ul.list_box li {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dotted #cccccc;
}

.house_list ul.list_box li .img {
    float: left;
    width: 210px;
}

.house_list ul.list_box li .img p {
    display: block;
    height: 150px;
}

.house_list ul.list_box li .text {
    float: left;
    width: 518px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

.house_list ul.list_box li .text .key {
    overflow: hidden;
}

.house_list ul.list_box li .text .key span {
    border: 2px solid #f05283;
    color: #f05283;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 2px;
    font-weight: bolder;
    font-size: 14px;
}

.house_list ul.list_box li .text .key a {
    color: #0192c5;
    font-weight: bolder;
    padding: 0 3px;
    font-size: 15px;
}

.house_list ul.list_box li .text .key p {
    float: right;
    padding: 2px 0 0 0;
}

.house_list ul.list_box li .text .key p b {
    font-size: 12px;
    position: relative;
    padding: 0 10px;
}

.house_list ul.list_box li .text .key p b:after {
    content: "";
    border-right: 1px solid #000;
    display: block;
    width: 1px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 4px;
}

.house_list ul.list_box li .text .key p b:first-child {
    color: #cd9a66;
}

.house_list ul.list_box li .text .key p b:first-child img {
    vertical-align: bottom;
}

.house_list ul.list_box li .text .key p b:last-child {
    padding: 0 0 0 10px;
}

.house_list ul.list_box li .text .key p b:last-child:after {
    display: none;
}

.house_list ul.list_box li .text .name {
    display: block;
    color: #000000;
    font-size: 17px;
    font-weight: bolder;
    padding: 5px 0;
    transition: all 0.15s ease-out;
}

.house_list ul.list_box li .text .name:hover {
    color: #f26c4f;
}

.house_list ul.list_box li .text .sm {
    color: #686868;
    font-size: 13px;
    line-height: 1.5;
}

.house_list ul.list_box li .text .sm span {
    color: #F00;
    font-size: 18px;
    font-weight: bolder;
}

.house_list ul.list_box li .btn-area {
    clear: both;
    padding: 8px 0;
}

.house_list ul.list_box li .btn-area a {
    display: inline-block;
    padding: 5px 10px 6px 10px;
    color: #FFF;
    font-size: 13px;
    border-radius: 3px;
    margin: 0 2px 0 0;
}

.house_list ul.list_box li .btn-area a:first-child {
    background: #3e90bf;
}

.house_list ul.list_box li .btn-area a:nth-child(2) {
    background: #f26c4f;
}

.house_list ul.list_box li .btn-area a:nth-child(3) {
    background: #ecb70b;
}

.house_list ul.list_box li .btn-area a:nth-child(4) {
    background: #b99e48;
}

.house_list ul.list_box li .btn-area a:nth-child(5) {
    background: #97b73d;
}

.house_list ul.list_box li .key_word {
    color: #de0000;
    font-size: 13px;
}

.house_list ul.list_box li .key_word a {
    display: inline-block;
    padding: 3px 5px;
    margin: 0 5px 0 0;
    transition: all 0.15s ease-out;
    border: 1px solid #CCC;
    color: #000;
}

.house_list ul.list_box li .key_word a:hover {
    color: #de0000;
}

/**/
.FBFB {
    padding: 15px 0;
}

.realty_box_in {}

.realty_box_in.active {
    position: fixed;
}

.realty_box_in div.box {
    border: 1px solid #fda633;
    padding: 5px 5px 5px 9px;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.realty_box_in>div div {
    display: inline-block;
    margin: 0 0 0 -4px;
    vertical-align: top;
}

.realty_box_in>div div.img {
    width: 25%;
}

.realty_box_in>div div.img span {
    background: url(Images/bg.jpg);
    color: #FFF;
    display: block;
    padding: 10px 5px;
    box-sizing: border-box;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bolder;
}

.realty_box_in>div div.img p.pi {
    background: #eeeeee;
    height: 150px;
    text-align: center;
}

.realty_box_in>div div.img p.pi img {
    max-width: 100%;
    max-height: 100%;
}

.realty_box_in>div div.text {
    width: 75%;
    padding: 0 0 10px 15px;
    box-sizing: border-box;
    line-height: 1.2;
}

.realty_box_in>div div.text p {
    border-bottom: 1px dashed #CCC;
    padding: 7px 0;
}

.realty_box_in>div div.text p.name {
    font-size: 22px;
    font-weight: bolder;
}

.realty_box_in>div div.text p.name a {
    color: #474747;
}

.realty_box_in>div div.text p.name span {
    color: #ff006e;
    font-size: 14px;
    padding: 0 0 0 5px;
}

.realty_box_in>div div.text p.com {
    font-size: 13px;
    color: #1b1b67;
}

.realty_box_in>div div.text p.com2 {
    font-size: 13px;
    color: #3e0304;
}

.realty_box_in>div div.text p.star i {
    color: #fda633;
    margin: 0 3px 0 0;
}

.realty_box_in>div div.text p.text {
    font-size: 13px;
    line-height: 1.7;
}

.realty_box_in>div div.text p.text span {
    font-size: 16px;
    font-weight: bolder;
    display: block;
    color: #000;
}

.realty_box_in>div div.text p.wh {
    text-align: right;
}

.realty_box_in>div div.text p.wh a {
    color: #0192b5;
    transition: all 0.15s ease-out;
    padding: 0 0 0 10px;
}

.realty_box_in>div div.text p.wh a:hover {
    color: #fa7d0b;
}

.realty_box_in>div div.text p.good {
    text-align: right;
    border-bottom: none;
    font-size: 13px;
    color: orangered;
}

.realty_box_in>div div.text p.good .house-fans {
    width: 130px;
    background: #4965a0;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.15s ease-out;
}

.realty_box_in>div div.text p.good .house-fans:hover {
    background: #fda633;
}

.realty_box_in>div .banner {
    width: 100%;
}

/**/
.list {
    padding: 5px 0;
}

.list>div {
    overflow: hidden;
    border-bottom: 1px dashed #CCC;
    padding: 5px 0;
}

.list .img {
    width: 30%;
    height: 100px;
    float: left;
}

.list .text {
    float: right;
    width: 70%;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

.list .text p {
    padding: 0 0 5px 0;
}

.list .text .time {
    color: #808080;
}

.list .text .main {
    color: #fa7d0b;
    font-size: 17px;
    font-weight: bolder;
}

.list .text .inin {
    line-height: 1.5;
}

.list .text .inin a {
    color: #0192b5;
    transition: all 0.15s ease-out;
}

.list .text .inin a:hover {
    color: #fa7d0b;
}

/**/
.info_title {
    font-size: 16px;
    color: #000;
    line-height: 40px;
    border: 1px solid #e0e0e0;
    background: url(Images/title.png);
    padding: 0 8px;
    clear: both;
    overflow: hidden;
}

.info_title img {
    width: 25px;
    vertical-align: middle;
}

.info_title span {
    padding: 0 0 0 8px;
}

.info_title a {
    float: right;
    color: #4965a0;
    transition: all 0.15s ease-out;
}

.info_title a:hover {
    color: #fa7d0b;
}

/**/
.go_box {
    border: 1px solid #eeb930;
}

/*20221107*/

.hot.movie {
    margin: 0 15px 15px 0;
}

.hot.movie ul {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    padding: 8px;
}

.hot.movie li {
    padding: 0;
    width: calc((100% - 24px)/4);
}

.hot.movie li a.touch {
    aspect-ratio: 210 / 302;
    background: #DDD;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
}

.hot.movie li a.touch .movie_img {
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.hot.movie li a.touch .movie_img img {
    max-width: 100%;

}

.hot.movie li a.touch .movie_img p {
    color: #FFF;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', GradientType=0.9, endColorstr='#000000', GradientType=0);
    position: relative;
    font-size: 13px;
    padding: 16px 8px 8px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}

.hot.movie li .tool {
    display: flex;
    padding: 0.5rem 0 0 0;
    justify-content: center;
}

.hot.movie li .tool a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    font-size: 12px;
    color: #7d7d7d;
    gap: 2px 0;
}



.hot.movie li .tool a.focus svg path,
.hot.movie li .tool a:hover svg path {
    fill: #005bac;
}

.hot.movie li .tool a svg {
    width: 22px;
    height: 22px;
}

.hot.movie li .tool a svg path {
    transition: fill 0.15s ease-out;
}

.hot.movie li .tool a span {
    width: 100%;
    text-align: center;
}