.classification{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.classification_list{
    display: flex;
    list-style: none;
    width: 92%;
    overflow: scroll;
    /* font-family: OPPOSansM; */
}
.classification_item{
    font-size: 15px;
    color: #000000;
    white-space: nowrap;
    padding:  0 10px 0 10px;
}
.classification_icon{
    width: 1.2rem;
    height: 1.2rem;
}
.classification_list::-webkit-scrollbar{
	display :none
}

.indexSearchbar {

	height: 3rem;

}

.indexSearchbar .searchbar {
	margin: 0 ;
	padding: 0.4rem 0.6rem;
	background: #e8e8e8;
	display: flex;
}

.indexSearchbar .searchbar .searchbar-cancel {
	color: #fff;
}

.indexSearchbar .searchbar .searchbar_redBag{
	width: 2rem;
	height: 2rem;
}

.indexSearchbar .searchbar {
	padding: 0.5rem 0;
	overflow: hidden;
	height:auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.indexSearchbar .searchbar .searchbar-cancel {
	background-image: linear-gradient(90deg, 
		#ff821d 0%, 
		#e46600 100%) !important;
	border-radius: 1rem;
	position: absolute;
	top: 0rem;
	right: 0;
	width: 3.5rem;
	float: right;
	height: 2rem;
	line-height: 1.4rem;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	/* opacity: 0; */
	-webkit-transform: translate3d(0, 50, 0);
	transform: translate3d(0, 50, 0);
	font-size: 0.7rem;
}

.indexSearchbar .searchbar .search-input {
	-webkit-transform: translate3d(0, 50, 0);
	transform: translate3d(0, 50, 0);
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-right: 0;
	position: relative;
	width: 100%;
	margin-left: 0.5rem;
}

.indexSearchbar .searchbar .search-input input {
	margin: 0;
	height: 2rem;
}


.indexSearchbar .searchbar.searchbar-active .searchbar-cancel {
	/* right: 0.5rem; */
	opacity: 1;
}

.indexSearchbar .searchbar.searchbar-active .searchbar-cancel + .search-input {
	margin-right: 2.2rem;
}

.indexSearchbar .search-input {
	position: relative;
}

.indexSearchbar .search-input input {
	box-sizing: border-box;
	width: 100%;
	height: 1.4rem;
	display: block;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 2rem;
	font-family: inherit;
	color: #b3b3b3;
	font-size: 0.7rem;
	font-weight: normal;
	padding: 0 0.5rem;
	background-color: #fff;
	border: 2px solid #ff7506;
}

.classification_page{
    position: relative;
    top: 2.2rem;
	background: #fff;
	height: 2.2rem;
    border-bottom: 1px solid #e7e7e7;
    z-index: 9;
}
.classification_page .classification_list{
	width: 100%;
}
.classification_page .classification_item{
    padding: 8px 15px;
    font-size: 0.7rem;
    border-radius: 20px;
    background: #eee;
    margin: 0 8px;
	color: #404040;
}
.classification_page .active{
	color: red;
	margin-left: 1rem;
	white-space:nowrap;
}

.classif_filter{
	z-index: 9;
	position: fixed;
	width: 100%;
	height: 100%;
	background:#00000080;
	top: 6rem;
	display: none;
}
.classif_filter_box{

}
.classif_filter_list{
	background: #eee;
    max-height: 8rem;
	padding: 0 0.5rem;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.classif_filter_item{
	width: 50%;
	padding: 0.3rem;
	cursor: pointer;
}
.classif_filter_btnList{
	background: #fff;
	display: flex;
	justify-content: center;
}
.classif_filter_btn{
	width: 45%;
	text-align: center;
	padding: 0.4rem 0;
	margin: 0.5rem 0;
    color: #fff;
}
.classif_filter_btnList .left{
	background: #ff821d;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.classif_filter_btnList .right{
	background: #ff4a03;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.classif_filter_list .active{
	color: red;
	position: relative;
}
.classif_filter_list .active::after{
	content: "";
	background: url("http://img.tlh618.com/images/2/2020/07/J8RzHQBN6h56CrXmWC5uc9ZuQhWTR5.png");
	width: 1rem;
	height: 1rem;
	position: absolute;
	background-size: contain;
	top: 0.2rem;
    left: 2rem;
}