.list {
    background: #f5f5f5;
    padding-bottom: 0px;
}

.sousuo {
    padding-top: 17px;
    overflow: hidden;
}

.sousuo-item {
    margin-top: 10px;
}

.sousuo-item span {
    display: block;
    width: 60px;
    float: left;
    line-height: 30px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #82888a;
    text-align: center;
}

.sousuo-item ul {
    margin-left: 60px;
}

.sousuo-item ul li {
    float: left;
    line-height: 30px;
    text-align: center;
}

.sousuo-item ul li a {
    font-size: 14px;
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 100%;
    transition: color .5s;
}

.sousuo-item ul li a:hover {
    color: #f92d2d;
}

.sousuo-item ul li .action {
    color: #f92d2d;
    border-radius: 5px;
}

.sousuo-item ul li .ns {
    color: #CACCCD;
    cursor: default;
}

.sousuo-item ul li .ns:hover {
    color: #CACCCD;
}

.sousuo-item .more-select {
    position: inherit;
    display: none;
}

.sousuo-item .more-select .itemlist {
    padding: 5px 10px;
    margin: 0;
    background: white;
    border-radius: 4px;
}

.more-select .arrow {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-bottom-color: white;
    border-bottom-width: 6px;
}

.houselist {
    margin-top: 35px;
}

.box .min_box {
    display: block;
    padding: 20px;
    height: auto;
}

.min_box .swiper-container {
    float: left;
    display: inline-block;
    width: 300px;
    height: 170px;
}

.swiper-button-next,
.swiper-button-prev {
    transform: scale(.3);
}

.min_box .Js-zixun {
    right: 20px !important;
    bottom: 20px;
    top: auto !important;
}

.description {
    float: left;
    display: block;
    width: 615px;
    height: 170px;
    padding-left: 20px;
}

.description * {
    font-size: 14px;
    line-height: 20px;
}

.national-flag {
    position: absolute;
    margin-top: 5px;
    display: inline-block;
    width: 36px;
    height: 24px;
    background-color: #D8D8D8;
    border-radius: 4px;
    vertical-align: middle;
}

.description .title {
    display: inline-block;
    font-size: 24px;
    line-height: 33px;
    vertical-align: middle;
    max-width: 513px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 45px;
    color: #2b2d2e;
}

.description .link-detail {
    display: inline-block;
    position: absolute;
    margin-top: 9px;
    font-size: 16px;
    color: #cacccd;
    margin-left: 30px;
}

.description .baseinfo {
    margin-top: 10px;
    color: #565A5C;
}

.description .address,
.description .trend {
    color: #82888A;
}

.description .address {
    margin-top: 23px;
}

.description .trend {
    margin-top: 7px;
}

.description .stress {
    margin-left: 8px;
    font-size: 16px;
    color: #F92D2D;
    font-weight: bold;
}

.description .gap {
    margin: 0 8px;
    color: #D8D8D8;
}

.description .flaglist {
    position: absolute;
    bottom: 20px;
}

.description .flagitem {
    float: left;
    display: inline-block;
    margin: 8px 8px 0 0;
    padding: 0 10px;
    line-height: 18px;
    color: white;
    background: #00D8C3;
    border-radius: 5px;
}

.description .price {
    position: absolute;
    right: 20px;
    top: 85px;
    color: #565A5C;
}

.description .price .rmb {
    font-size: 16px;
    line-height: 22px;
}

.description .price .rmb .stress {
    margin-left: 3px;
    font-size: 30px;
    font-weight: bold;
}

.description .price .dollar {
    margin: 7px 0 0 13px;
}

.pagination {
    margin: 40px 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.pagination .add,
.pagination .current {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    text-align: center;
    border-radius: 4px;
}

.pagination .add:hover,
.pagination .current:hover {
    color: white;
    background: #F92D2D;
}

.pagination .current {
    color: #F92D2D;
}

.ft-lo {
    font-family: 'PingFangSC-Light';
    color: #2B2D2E;
}

.ft-lo-footer h2 {
    color: white;
}

.ft-lo-footer .Js-zixun {
    position: relative;
    top: 210px;
}

.disclaimer {
    width: 960px;
    color: #cacccd;
    margin: 0 auto;
    margin-bottom: 40px;
}


/* 适配PC */

@media only screen and (min-width: 960px) {
    .description:hover .title,
    .description:hover .link-detail {
        color: #F92D2D;
    }
}


/* 适配手机 */

@media only screen and (max-width: 960px) {
    .caidan {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
        background: #fff;
        border-bottom: 1px solid #F5F5F5;
    }
    .caidan .select {
        padding: 0;
        width: auto;
        height: auto;
    }
    .caidan .select .title {
        display: block;
        padding: 12px 0;
        font-size: 14px;
        line-height: 20px;
        color: #2B2D2E;
    }
    .caidan .select .title.active,
    .caidan .select .title.active i {
        color: #f92d2d;
    }
    .caidan .select.open i {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
    .caidan .select i {
        color: #CACCCD;
        font-size: 12px;
        display: inline-block;
        transform: scale(.95);
        margin-left: 2px;
    }
    .caidan .select.open .ul {
        display: block;
        position: absolute;
        height: 700px;
        background: rgba(0, 0, 0, .5);
    }
    .caidan .select.open .ul div {
        position: relative;
        overflow-y: auto;
        height: auto;
        max-height: 300px;
        border-top: 1px solid #f5f5f5;
    }
    .select {
        display: block;
        float: left;
        width: 33.3%;
        height: 48px;
        font-size: 16px;
        text-align: center;
        line-height: 48px;
    }
    .caidan .ul {
        display: none;
        width: 100%;
        margin-top: 45px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }
    .caidan .ul .item {
        font-size: 14px;
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding-left: 20px;
        color: #333;
        border-bottom: 1px solid #EBE9E9;
        background: #F5F5F5;
    }
    .caidan .ul .item>a {
        display: block;
    }
    .caidan .ul .item.active,
    .caidan .ul .item.active a {
        color: #F92D2D;
    }
    .caidan .country .ul .item {
        background: white;
        border-color: #F5F5F5;
    }
    .caidan .country .ul .item>a {
        display: block;
    }
    .caidan .select.country .city {
        display: none;
        width: 50%;
        height: 100%;
        left: 50%;
        right: 0;
        margin-top: 0;
        background: #F5F5F5;
        overflow-y: scroll;
    }
    .caidan .country .city .item {
        background: #F5F5F5;
        border-color: #EBE9E9;
    }
    .caidan .more .more-item {
        padding: 17px 20px 15px;
        background: #F5F5F5;
    }
    .caidan .more .house-resource {
        border-top: 1px solid #EBE9E9;
    }
    .caidan .more .more-item .name {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        font-weight: normal;
        color: #565A5C;
    }
    .caidan .more .more-item .item-list {
        margin: 10px -5px 0;
    }
    .caidan .more .more-item .item {
        float: left;
        display: inline;
        width: 25%;
        height: auto;
        padding: 5px;
        border: none;
    }
    .caidan .more .more-item .radio {
        padding: 7px;
        display: block;
        font-size: 12px;
        line-height: 17px;
        text-align: center;
        background: white;
        border-radius: 4px;
        transition: all .5s;
    }
    .caidan .more .more-item .radio.active {
        color: white;
        background: #FF6C6C;
    }
    .caidan .more .cmd {
        background: #F5F5F5;
    }
    .caidan .more .cmd .btn {
        margin: 20px auto;
    }
    .list {
        padding-top: 45px;
        background: white;
    }
    .box .min_box {
        padding: 13px 20px;
        margin: 0;
    }
    .box .min_box:hover {
        box-shadow: none;
    }
    .min_box .swiper-container {
        float: none;
        width: 100%;
        height: 190px;
    }
    .houselist {
        margin-top: 0;
        padding: 7px 0;
    }
    .description {
        float: none;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .description .national-info {
        margin-top: 2px;
        font-size: 12px;
        line-height: 17px;
        color: #82888A;
    }
    .description .national-info:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 13px;
        margin-right: 4px;
        background: url('/Public/Home/img/address-gray.png') no-repeat center;
        background-size: 100%;
        vertical-align: baseline;
        position: relative;
        top: 2px;
    }
    .description .title {
        max-width: 100%;
        padding-left: 0;
        font-size: 18px;
        line-height: 25px;
        font-weight: bold;
        margin: 4px 0 0;
    }
    .description .baseinfo,
    .description .address,
    .description .trend {
        margin-top: 6px;
    }
    .description .flaglist {
        position: initial;
    }
    .description .flagitem {
        padding: 0 5px;
        line-height: 18px;
    }
    .description .price {
        position: initial;
        margin-top: 3px;
    }
    .description .price .rmb {
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
    }
    .description .price .rmb-flag {
        display: none;
    }
    .description .price .rmb .stress {
        margin-left: 0;
        font-size: 18px;
        line-height: 25px;
    }
    .description .price .dollar {
        display: inline-block;
    }
    .ft-lo-footer .Js-zixun {
        top: 95px;
    }
    .disclaimer {
        width: 90%;
        margin: 10px 20px;
        margin-bottom: 15px;
    }
}