html,body{
    width: 100%;
    height: 100%;
}
.select-area{
    background: #fafafa;
    height: 60px;
    width: 100%;
    position: absolute;
    top: -60px;  
}
.map-select{
    padding-top: 12px;
    font-size: 0px;
    vertical-align: bottom;
    height: 48px;
    
}
.map-select-cont{
    position: absolute;
    top: 48px;
    margin-top: -12px;
    padding-top: 12px;
}
.map-select-cont-show{
    display: block;
}
.map-select-cont li{
    text-align: center;
    color: #333;
    cursor: pointer;
}
.map-select-cont li:hover{
    color: #F54343;
}
.map-select-cont .col-2{
    background: #fff;
    width: 180px;
    font-size: 0;
    vertical-align: bottom;
    padding: 10px 0;
}
.map-select-cont .col-1{
    background: #fff;
    width: 100px;
    font-size: 0;
    vertical-align: bottom;
    padding: 10px 0;
}
.map-select-cont .col-2 li{
    width: 70px;
    display: inline-block;
    font-size: 12px;
    padding: 8px 0 8px 20px;
    white-space: nowrap;
    text-align: left;
}
.map-select-cont .col-2-2{
    background: #fff;
    width: 200px;
    font-size: 0;
    vertical-align: bottom;
    padding: 10px 0;
}
.map-select-cont .col-2-2 li{
    width: 100px;
    display: inline-block;
    font-size: 12px;
    padding: 8px 0;
    white-space: nowrap;
}
.map-select-cont .col-1 li{
    width: 100%;
    display: inline-block;
    font-size: 12px;
    padding: 8px 0;
    white-space: nowrap;
} 
.map-select-cont2{
    position: absolute;
    top:12px;
    left: 100%;
    /* padding:20px 10px 10px 20px; */
    padding:0;
    background: #fff; 
    min-width: 400px;
    line-height: 20px;
    font-size: 0;
    vertical-align: bottom;
    bottom:0;
}
.map-select-cont2>div{
    padding:15px 10px 0px 20px;
}
.map-select-cont2-all{
    padding:14px 10px 10px 0px;
    min-width: 350px;
    line-height: 24px;
    bottom:auto;
    
}
.map-select-cont2-all>div{
    padding: 0;
}
.map-select-cont2-active{
    display: block;
}
.map-select-cont2 h4{
    font-size: 12px;
}
.map-select-cont2 span{
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    margin-right: 10px;
    
}
.map-select-cont2 span:hover,.map-select-cont2 span.cur{
    color: #F54343;
}
.map-select li{
    display: inline-block;
    height: 34px;
    border:1px solid #e9e9e9;
    background: #fff;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 34px;
    margin-right: 20px;
    cursor: pointer;
    padding: 0 26px;
}
.map-select-cont2-list-more h4{
    float: left;
    width: 102px;
    text-align: center;
    font-weight: normal;
    line-height: 24px;
}
.map-select-cont2-list-more .lable-box{
    margin-left: 102px;
}
.map-select li::after{
    display: inline-block;
    content: "";
    background: url(https://s0.ifengimg.com/2019/07/05/x_a08ba05a.png) no-repeat center/100% 100%;
    width: 10px;
    height: 10px;
    margin-left: 10px;

}
.map-select li:last-child{
    background: none;
    border:0;
    font-size: 12px;
}
.map-select li:last-child::after{
    display: none;
}
.map-cont{
    position: fixed;
    top: 290px;
    bottom:0;
    left:0;
    right: 0;
}
.map-containe{
    margin-right:380px; 
    height: 100%;
}
.circle-marker{
    width: 90px;
    height: 90px;
    background: #F54343;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 2px 8px 0px rgba(154,30,30,0.50);;
}
.circle-marker span{
    position: absolute;
    width: 100%;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.right-cont-area{
    position: absolute;
    right: 0;
    top: 0;
    bottom:0;
    left:auto;
    width: 380px;
    background: #fff;
}
.right-cont-area .right-nav{
    height: 60px;
    width: 100%;
    border-bottom:1px solid #E9E9E9
}
.right-cont-area .right-nav li{
    display: inline-block;
    line-height: 60px;
    height: 60px;
    margin: 0 20px;
    cursor: pointer;
    min-width: 60px;
    text-align: center;
    position: relative;
    white-space: nowrap;
}
.right-cont-area .right-nav li:after{
    display: inline-block;
    content: "";
    width: 6px;
    height: 12px;
    margin-left: 10px;
    vertical-align: middle;

}
.right-cont-area .right-nav li.up:after{
    background: url('https://s0.ifengimg.com/2019/08/27/up_4d4cab74.png');
    
}
.right-cont-area .right-nav li.down:after{
    background: url('https://s0.ifengimg.com/2019/08/27/down_7e7e3890.png');
}
.right-cont-area .right-nav li.cur{
    border-bottom:2px solid #F54343;
}
.right-cont-area .des{
    padding: 10px 0 10px 20px;
    font-size: 12px;
    color: #666;
}
.right-list-wapper{
    position: absolute;
    top:108px;
    left:0;
    right: 0;
    bottom:0;
    overflow: scroll;
}
.right-list-cont{
    padding:0 20px; 
}
.right-list-cont li{
    margin: 10px 0;
    min-height: 105px;
}
.right-list-cont li:nth-child(1){
    margin:0;
}
.right-list-cont li .cont-pic{
    position: absolute;
    float: left;
}
.right-list-cont li .cont-pic img{
   background: url('https://s0.ifengimg.com/2016/01/20/50a0770b97b9feda6e93959a131d270e.png') center center;
   background-size: 100% 100%;
}
.right-list-cont li dl{
    display: block;
    margin-left: 150px;
    margin-right: 0;
}
.right-list-cont li dl dt{
    font-size: 0;
    line-height: 22px;
    color: #333;
    white-space: nowrap;
}
.right-list-cont li dl dt a{
    text-decoration: none;
}
.right-list-cont li dl dt b{
    display:inline-block;
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 16px;
}
.right-list-cont li dl dt span{
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    background: #6094FF;
    color: #fff;
    border-radius: 2px;
    margin-left: 10px;
    vertical-align: middle;
}
.right-list-cont li dl dt span.saleStatusY{
    background: #ffb04a;
}
.right-list-cont li dl dt span.saleStatusG{
    background: #bdbdbd;
}
.right-list-cont li dl .price{
    line-height: 28px;
    font-size: 16px;
    color: #F54343;
}
.right-list-cont li dl .add{
    line-height: 20px;
    font-size: 12px;
    color: #999;
}
.right-list-cont li dl .tips{
    font-size: 0;
    vertical-align: bottom;
}
.right-list-cont li dl .tips span{
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
    color: #aaa;
    margin: 10px 10px 0 0;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
    background: #F54343;
}
.el-pagination.is-background.el-pagination--small .btn-prev{
    padding: 0 5px;
}
.el-pagination{
    text-align: center;
    padding: 20px 0;
}
.sq-esf {
    position: absolute;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}


