i, cite, em, var{font-style: normal;}

.d-flex{    
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;}

.flex{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;}

/*同城列表开始*/
.alsh-all{
	padding-top: 6em;
	padding-bottom:0;
}

.tc-list-top-filter-fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;}

.tc-list-top-filter{
	height: 3em;
    color: #000;
    text-align: center;
    line-height: 3em;
    background: #fff;
    position: relative;
    z-index: 99;
	display: flex;
	width: 100%;
}

.tc-list-top-filter li{
	width: 25%;
	float: left;
	position: relative;
	flex:1;
}

.tc-list-top-filter li:after{
	content: " ";
    position: absolute;
    left: 0;
    top: 11px;
    width: 1px;
    height: 12px;
    border-left: 1px solid #ddd;
    color: #ddd;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}	
.tc-list-top-filter li:first-child:after{display: none;}

.tc-list-top-filter li a{
	display: block;
	height: 100%;
	width: 100%;
	color: #000;
	font-size: 1em;}

.tc-list-top-filter li .active{color: #ff6356;}	

.tc-list-top-filter-f{
	font-size: 0.9em;
	max-width: 60px;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	margin: 0 auto;
}

.tc-list-top-filter:after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ddd;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);}

.tc-list-filter-area{
	width: 100%;
	background: #fff;
	overflow: auto;
}  

.tc-list-filter-area li{
	height: 3.5em;
	position: relative;
	line-height: 3.5em;
	padding: 0 2em;
	box-sizing: border-box;
	font-size: 0.9em;
    overflow: hidden;
}  

.tc-list-filter-area li:hover,.tc-list-filter-area li.click{background: #eaeaea;}

.tc-list-filter-area li:after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ddd;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);}

.tc-list-filter-area-fixed{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 40;
	overflow: auto;
	background: rgba(0,0,0,.5);
	padding-top: 6em;
	box-sizing:border-box;}


/*列表导航*/
.tc-list-top-filter{
	width: 100%;
}
.dn {
    display: none;
}

            /*新加导航*/
.Se_nav{
	width: 100%;
	height: 3em;
	background-color: #fff;
	display: flex;
	text-align: center;
	line-height: 3em;
	padding:0 10px;
	box-sizing:border-box;
	color:#333;
    border-bottom: 1px solid #f2f2f2;
}
.SeTitle{
	font-size: 1em;
}
.SeMore{
	text-align: right;
	
}
.SeMore a{
	font-size: 1.1em;
	color:#333;
    display: block;
    height: 100%;
}
.SeBack i{
	display: inline-block;
	width: 1em;
	height: 1.2em;
	background: url(icon31-1.png)no-repeat;
	-webkit-background-size: auto 1.2em;
	background-size: auto 1.2em;
	float: left;
	margin-top:0.9em;
}

.active .tc-list-top-triangle {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    top:0;
}
.tc-list-top-triangle {
    width: 0.8em;
    height: 0.5em;
    vertical-align: 0px;
    margin-left: 5px;
    display: inline-block;
    height: 100%;
    position: relative;
    top: 2px;
}

.tc-list-filter-area {
        height: 400px;
    }

.width50{width: 50%;} 