﻿.tfloor {
	margin-bottom: 12px;
    margin-left:7px;
    margin-right:7px;
}
.tfloor .title {
	color: #929292; 
	font-size: 15px;
	display: inline-block;
	white-space: nowrap;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
}
.tfloor .title::before{
     content:"";
	 width:5px;
	 height:12px;
	 margin-right:10px;
	 background:#929292;     
	 display: inline-block;
     
	 }
.tfloor nav{
    margin-top:10px;
    margin-bottom:4px;
}
.tfloor nav ul{
    margin:0px;
    padding:0px;
}
.tfloor nav ul li{
    list-style:none;
    width:32%;
    display:inline-block;
    text-align:center;
    font-size:14px;
}
.tfloor nav ul li a {
    color:#999;
} 
.tfloor nav ul li .mui-icon{
    font-size:20px;
    width:10px;
}
.tfloor .list-item{
   position:relative;
   display:inline-block;
   width:50%;
   
   padding:3px;
    
}
.tfloor .floor_con .con {
	display:inline-block;

    width:100%;
    box-shadow: 0 1px 6px #ccc;
    background-color: #f7f7f7;
}
.tfloor .floor_con .con .img {
	background-color: #FFF;
	height: 150px;
   
}
.tfloor .floor_con .con .img  img {
	height: 100%;
	width: 100%;
    
}
.tfloor .floor_con .con .tit {
	background-color: #FFF;

}

.tfloor .floor_con .con .tit span {
	display: block;
	line-height: 25px;
	font-family: "微软雅黑";
	font-size: 0.8em;
	margin-left: 10px;
}
.tfloor .floor_con .con .tit .price {
	color: #D44752;
}
.search {
    margin: 5px;
    position: relative;
    padding-right: 29px;
    margin-left: 29px;
}

    .search .search-box {
        background-color: #e5e5ea;
        text-align: left !important;
        margin-bottom: 0px;
    }

    .search .search-btn {
        position: absolute;
        top: -5px;
        right: 0px;
    }

    .search .close {
        position: absolute;
        top: 0px;
        right: 45px;
        color: #999;
        font-size: 17px;
    }

.clear {
    clear: both !important;
}
.loadmore{
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
    font-size:16px;
    color:#999;
}
.carticon{
    position:absolute;
    bottom:5px;
    right:10px;
}
.carticon .mui-icon-extra {
    font-size: 17px !important;
}