.search-content {
	width: 38%;
	text-align: center;
	font-weight: 700;
	color: #272727;
	font-size:0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-page-filter{
	width: 100%;
	color: #272727;
	background: #FFF;
	
}
.mdui-toolbar-title{
	border-bottom: 1px solid #EDEDED;
}

.search-page-filter .search-page-item .search-match-con {
    position: relative;
    height: .8rem;
    line-height: .8rem;
    font-size: .26rem;
    font-weight: 400;
    /*color: rgba(253,0,111,1);*/
    text-indent: .34rem;
    background-color: #fff;
    /*width:100%;*/
    padding-right: 20px;
}

.search-page-filter .search-page-item .search-match-con i {
    position: absolute;
    right: 0rem;
    top: 50%;
    margin-top: -.14rem;
}

.search-page-filter .search-page-item .search-match-select {
    list-style: none;
    padding: 0;
    margin: 0;
    width:100%;
    background-color: #fff;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px dashed #f1f1f1;
    z-index: 200;
}
.search-match-select {
    list-style: none;
    padding: 0;
    margin: 0;
    width:100%;
    background-color: #fff;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px dashed #f1f1f1;
    z-index: 200;
}
.search-page-filter .search-page-item .search-match-select .current {
    /*color: rgba(253,0,111,1);*/
    background: rgba(244,244,244,1);
}
.search-match-select .current {
    /*color: rgba(253,0,111,1);*/
    background: rgba(244,244,244,1);
}
.search-page-filter .search-page-item .search-match-select li {
    position: relative;
    height: .8rem;
    line-height: .8rem;
    font-size: .26rem;
    font-weight: 400;
    color: rgba(65,65,65,1);
    background: #fff;
    text-indent: .34rem;
}
.search-match-select li {
    position: relative;
    height: .8rem;
    line-height: .8rem;
    font-size: .26rem;
    font-weight: 400;
    color: rgba(65,65,65,1);
    background: #fff;
    text-indent: .34rem;
}
.search-page-filter .search-page-item .search-match-select li .material-icons {
    position: absolute;
    right: .2rem;
    top: 50%;
    margin-top: -.14rem;
    display: none;
}
.search-match-select li .material-icons {
    position: absolute;
    right: .2rem;
    top: 50%;
    margin-top: -.14rem;
    display: none;
}
.search-page-filter .search-page-item .search-match-select .current .material-icons {
    display: inline;
}
.search-match-select .current .material-icons {
    display: inline;
}
.home-search-content-top .mdui-icon, .material-icons {
    font-weight: 800;
    line-height: .3rem;
    font-size: .3rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.classify_head{max-width: 50%;}
.classify_head .active_title{
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    font-weight: 500;
}