/* 智能推薦 */
.SmallInfoCardBody {
    width: 226px !important;
    border: 1px solid #dbdbdb;
    background: #fff;
    margin: 0 5px 10px;
    display: inline-block;
    justify-content: space-between;
    /* cursor: pointer; */
}

.smallInfoCardImages {
    width: 226px;
    height: 160px;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
}

.largeImg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.smallInfoCardType {
    padding: 10px;
    text-align: left;
}

#recommend_object_box_M>.recommendObjectMDiv .smallInfoCardTypePrice {
    font-size: .88rem;
    color: #0e0e0e;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

#recommend_object_box .recommendPrice,
#recommend_object_box_M .recommendPrice {
    font-size: 1.125em;
    font-weight: 500;
    color: rgb(221, 37, 37);
}

#recommend_object_box .recommendOldPrice,
#recommend_object_box_M .recommendOldPrice {
    font-size: 0.88em;
    font-weight: normal;
    color: #646464;
    padding-left: 7px;
    text-decoration: line-through;
}

#recommend_object_box_M .smallInfoCardTypeName,
#recommend_object_box .smallInfoCardTypeName {
    font-size: 1.5rem;
    font-weight: 500;
    color: #0e0e0e;
    margin: 0px;
    padding: 0px;
}

#recommend_object_box_M .smallInfoCardTypeAddress,
#recommend_object_box .smallInfoCardTypeAddress {
    font-size: 1.2rem;
    color: #0e0e0e;
    margin: 0px;
    padding: 0px;
}

#recommend_object_box_M .smallInfoCardTypeHouseInfo,
#recommend_object_box .smallInfoCardTypeHouseInfo {
    font-size: 1.2rem;
    color: #0e0e0e;
    margin: 0px;
    padding: 0px;
}

#recommend_object_box .smallInfoCardTypeHouseInfo span:first-child {
    padding: 0 3px 0 0;
}

#recommend_object_box_M.smallInfoCardTypeHouseInfo span:first-child {
    padding: 0 3px 0 0;
}

#recommend_object_box .smallInfoCardTypeHouseInfo span,
#recommend_object_box_M .smallInfoCardTypeHouseInfo span {
    font-size: 1.2rem;
    letter-spacing: normal;
    border-right: 1px solid #dbdbdb;
    padding: 0 3px;
}

.recommendObjectSiteAticleDiv,
.recommendPopupObjectDiv {
    background-color: white;
    height: 400px;
    display: flex;
    flex-direction: column;
}

.recommendObjectSiteAticleDiv::before {
    margin-bottom: 5px;
}

.recommendObjectSiteAticleDiv::before,
.recommendObjectSiteAticleDiv::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: relative;
    background: #ccc;
    top: 10px;
    border: 1px;
}

.recommendObjectSiteAticleDiv>.recommendTitleMDiv,
.recommendPopupObjectDiv>.recommendTitleMDiv {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.encyclopediaMainContent .recommendObjectSiteAticleDiv>.recommendTitleMDiv>div>h2,
#recommendPopupDiv>.recommendPopupObjectDiv>.recommendTitleMDiv>div>h2 {
    color: #009650;
    font-size: 24px;
    letter-spacing: 0px;
    margin: 0;
}

.recommendObjectSiteAticleDiv>.recommendObjectMDiv {
    padding: 0 10px 0 10px !important;
    margin: 0px;
}

.recommendObjectSiteAticleDiv>.recommendTitleMDiv>.moreInfoDiv,
.recommendPopupObjectDiv>.recommendTitleMDiv>.moreInfoDiv {
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: inline;
}

.more-arrow::after {
    content: "";
    top: 12px;
    left: 5px;
    position: relative;
    z-index: 11;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid black;
    border-left: 2px solid black;
    transform: translate(-50%, -50%) rotate(135deg);
}

#recommend_object_box .smallInfoCardImages .smallInfoCardTag,
#recommend_object_box_M .smallInfoCardImages .smallInfoCardTag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    /* width: 100%; */
}

#recommend_object_box .smallInfoCardImages .imgtypeDiv,
#recommend_object_box_M .smallInfoCardImages .imgtypeDiv {
    margin-bottom: 4px;
}

#recommend_object_box .smallInfoCardImages .imgtype,
#recommend_object_box_M .smallInfoCardImages .imgtype {
    font-size: 0.81rem !important;
    border-radius: 4px;
    padding: 2px 8px 3px 8px;
    color: #fff !important;
}

#recommend_object_box .smallInfoCardImages .lowprice,
#recommend_object_box_M .smallInfoCardImages .lowprice {
    display: inline-flex;
    background-color: #dd2525;
}

#recommend_object_box .smallInfoCardImages .lowprice>img,
#recommend_object_box_M .smallInfoCardImages .lowprice>img {
    margin-right: 3px;
    margin-bottom: 0px;
}

#recommend_object_box .smallInfoCardImages .bossgreat,
#recommend_object_box_M .smallInfoCardImages .bossgreat {
    background-color: #01ab59;
}

#recommend_object_box .smallInfoCardImages .housebuild,
#recommend_object_box_M .smallInfoCardImages .housebuild {
    background-color: #1974df;
}

.favorite-frame {
    width: 24px !important;
    height: 24px;
    z-index: 70;
}

.favorite-heart {
    background-size: 24px 24px;
    background-repeat: no-repeat;
    /* background-position: 10px center; */
}

.favorite-not-add {
    background-image: url("../images/ic-heart-n-black-half-transparent.svg");
}

#recommend_object_box a:hover,
#recommend_object_box_M a:hover {
    color: #0e0e0e;
}

@media (min-width:1200px) {

    /* 智能推薦 */
    .recommendObjectSiteM {
        display: none !important;
    }

    .recommendObjectSite .pagination {
        position: absolute;
        left: 0;
        bottom: 70px;
        text-align: center;
        margin-top: 5px;
        width: 100%;
    }

    .recommendObjectSite .pagination>a {
        cursor: pointer;
        height: 8px;
        width: 8px;
        margin: 0 2px;
        background-color: white;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .recommendObjectSite>section {
        position: absolute;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .recommendPrevBtn,
    .recommendNextBtn {
        position: absolute;
        padding: 5px;
        margin: 30px auto;
        background: rgba(255, 255, 255, 0.5);
        height: 50px;
        width: 50px;
        border-radius: 50%;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 3px 0 rgba(0, 0, 0, 0.23);
        transition: all 0.2s linear;
        cursor: pointer;
        top: -92px;

    }


    .recommendPrevBtn {
        right: 80px;
    }

    .recommendNextBtn {
        left: 80px;
    }

    .recommendPrevBtn::after,
    .recommendNextBtn::after {
        content: "";
        top: 50%;
        position: absolute;
        z-index: 11;
        display: block;
        width: 25px;
        height: 25px;
        border-top: 2px solid black;
        border-left: 2px solid black;
    }

    .recommendPrevBtn::after {
        left: 58%;
        transform: translate(-50%, -50%) rotate(315deg);
    }

    .recommendNextBtn::after {
        left: 43%;
        transform: translate(-50%, -50%) rotate(135deg);
    }

    .recommendObjectSite>.arrowArea {
        display: flex;
        position: relative;
    }

    .recommendObjectSite>.arrowArea>.arrowHide {
        display: none;
    }

    #recommend_object_box>.pagination>.press {
        background-color: gray;
    }

    .recommendObjectSite section.recommendGroup {
        opacity: 0
    }

    #recommend_object_box>.titleSpan {
        position: relative;
        top: -320px;
        right: 90px;
        font-size: 24px;
        color: #009650;
        font-weight: 600;
    }

    #recommend_object_box>.endSpan {
        position: relative;
        top: 315px;
        font-size: 24px;
        color: #009650;
        left: 60px;
        font-weight: 600;
        cursor: pointer;
    }

    .loan-block-img {
        display: inline-block;
    }

    .loan-hot-img {
        display: inline-block;
        position: absolute;
        top: -7px;
        left: 76%;
    }

    

    .mainHeader .topArea .menuAll .menu ul.subMenu li > .loan-block-a {
        display: inline-block;
    }



}

@media (max-width:1199px) {

    /* 智能推薦 */
    .recommendObjectSite {
        display: none !important;
    }

    .newsMainContent>.recommendObjectSiteM {
        background-color: white;
        height: 420px;
        display: flex;
        flex-direction: column;
    }

    .newsMainContent>.recommendObjectSiteM>.recommendTitleMDiv {
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    .newsMainContent>.recommendObjectSiteM>.recommendTitleMDiv>div>h2 {
        color: #009650;
        font-size: 24px;
        letter-spacing: 0px;
        margin: 0;
    }

    .newsMainContent>.recommendObjectSiteM>.recommendObjectMDiv {
        padding: 0 10px 0 10px !important;
        margin: 0px;
    }

    .newsMainContent>.recommendObjectSiteM>.recommendTitleMDiv>.moreInfoDiv {
        font-size: 16px;
        margin: 0;
        padding: 0;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important;
    }
    .loan-block-img {
        display: inline-block;
    }
    .mainHeader .topArea .menuAll .menu ul.subMenu li > .loan-block-a {
        color: white;
        display: inline-block;
    }
    
}