	body, html,#allmap {width: 100%;height: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";}
	#allmap{
	    position: relative;z-index: 1;
	}
      .tcbox{
            box-sizing:border-box;margin:0;
            background: #f8f8f8;
            position: fixed;
            z-index: 9;
            width: 100%;min-height: auto;
            left: 0;top: 100%;border-radius: 10px 10px 0 0;
            padding:0 10px;
            
        }
        .tcbox.on{
            transform:translateY(-100%);
            -webkit-transform:translateY(-100%); -webkit-transition:all .5s;transition:all .5s
        }
        .tcbox .close{
            text-align: center;padding-top: 10px;
        }
        .tcbox .close img{
             display: inline-block;
        }
        .tcbox .jianjie{
            display: flex;
            justify-content: space-between;margin-top: 15px;
        }
        
        .tcbox .jianjie .prices{
            font-size: 22px;color: #e8392f;margin-top: 5px;
        }
       .tcbox .jianjie .prices span{
            font-size: 14px;
        }
        .tcbox .jianjie .title{
            font-size: 20px;
        }
         .tcbox .jianjie .title2{
            font-size: 15px;color: #999999;margin-top: 5px;
        }
         #p3{
            font-size: 12px;color: #999999;margin-top: 5px;display: inline-block;margin-left: 5px;
        }
        
        
        .tcbox .jianjie .right img{
            width: 55px;
        }
        .tcbox .jianjie .right{
            text-align: center;font-size: 13px;
        }
.lists{
    width: 100%;
}
.lists ul{
    padding: 0;margin: 0;
}
        .lists li{
            background: #ffffff;
            border-radius: 10px;
            padding: 10px;
            display: flex;
            justify-content: space-between;margin-top: 15px;
        }
       .lists li .img{
           width: 100px;
           height: 100px;
           overflow: hidden;border-radius: 5px;
       } 
   .lists li .img    img{
         -o-object-fit: cover;
        object-fit: cover;width: 100%;height: 100%;
    }
.lists li .box{
    width: calc(100% - 110px);
}
.lists li .box .title{
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-size: 16px;
}
.lists li .box .address{
    display: flex;align-items: center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-size: 12px;color: #999999;
    margin-top: 5px;
}
.lists li .box .address img{
    width: 11px;margin-right: 5px;display: block;
}
.lists li .box .prices{
            font-size: 20px;color: #e8392f;margin-top: 2px;
        }
.lists li .box .prices span{
            font-size: 12px;
}
.lists li .box .tag{
    margin-top: 5px;
}
.lists li .box .tag span{
    font-size: 12px;
    display: inline-block;
    background: #e6f9ff;padding: 5px 10px;margin-right: 5px;color: #3cc5c2;
}