/**
 * 地图找房
 * User: chaoyu
 * Date: 2020/7/9
 * Time: 9:31
 */

html, body {
    width: 100%;
    height: 100%;
}
.map-house{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10000;
    background-color: #fff;
}

#container{
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    height: 100%;
}

.amap-marker-content{
    white-space: inherit !important;
}
.area-point {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    background-color: #fe5356;
    color: #fff;
    position: absolute;
}

.area-point:hover {
    background-color: #41a8f3 !important;
}
.area-point .area-name {
    font-size: 12px;
}
.area-point >div{
    margin-top: 10px;
}
.area-point .num {
    font-weight: bold;
}
.house-point .leixing1 .name {
    background-color: #17bfff;
}
.house-point .leixing2 .name {
    background-color: #70d298;
}
.house-point .leixing3 .name {
    background-color: #ff7213;
}
.house-point .leixing4 .name {
    background-color: #d3b03d;
}









.tags {
    padding: 2px 8px;
    border-radius: 2px;
    background-color: #f3f3f3;
    color: #596c91;
    font-size: 13px;
    margin-right: 8px;
}
.tags1 {
    padding: 2px 8px;
    border-radius: 2px;
    background-color: #17bfff;
    color: #ffffff;
    font-size: 13px;
    margin-right: 8px;
}
.tags2 {
    padding: 2px 8px;
    border-radius: 2px;
    background-color: #70d298;
    color: #ffffff;
    font-size: 13px;
    margin-right: 8px;
}
.tags3 {
    padding: 2px 8px;
    border-radius: 2px;
    background-color: #ff7213;
    color: #ffffff;
    font-size: 13px;
    margin-right: 8px;
}
.tags4 {
    padding: 2px 8px;
    border-radius: 2px;
    background-color: #d3b03d;
    color: #ffffff;
    font-size: 13px;
    margin-right: 8px;
}
.m-r-8 {
    margin-right: 8px;
}
.tags[type="red"] {
    background-color: #fe5356;
    color: #fff;
}
.tags[type="blue"] {
    background-color: #17bfff;
    color: #fff;
}
.tags[type="green"] {
    background-color: #70d298;
    color: #fff;
}
.map-house .house-list .sel .layui-form{
    width: 50% !important;
}
.res-list {
    position: absolute;
    width: 82%;
    top: 130px;
    bottom: 0;
    overflow-x: hidden;
}
.res-list .list-item {
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #f7f7f7;
    cursor: pointer;
}
.res-list .list-item:hover {
    background-color: #f9f9f9;
}
.res-list .list-item::after {
    content: "";
    display: block;
    height: 1px;
    width: 1px;
    clear: both;
}
.list-item .img-box {
    width: 160px;
    height: 115px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.list-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-item.school_maps .img-box img {
    object-fit: contain;
}
.list-item .info-box .title {
    font-size: 18px;
    font-weight: inherit;
    line-height: 36px;
}
.title .title-text {
    width: 240px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
}
.list-item .info-box .title.is_red {
    color: #fe5356;
}
.list-item .info-box .title.is_bold {
    font-weight: bold;
}
.list-item .info-box p {
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-box p .price {
    font-size: 18px;
    font-weight: bold;
    color: #fe5356;
}
.loadMore {
    padding: 40px;
    text-align: center;
}

.pieces .jian{
    position: absolute;
    width: 0;
    height: 0;
    top: 20px;
    left: 20px;
    border-width: 8px;
    border-style: solid;
    border-color: #fd5945 transparent transparent transparent;
}
.pieces{
    z-index: 1000;
    width: max-content;
}
.pieces .pieces-inner h4 .title{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.toInfo{
    float: right;
}