/* CSS Document */
.friendTicks{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
.attr_group{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.attr_group .one_search_cate{
	position: relative;
    display: flex;
    justify-content: space-between;
	flex: 0 0 23%;
    padding: 7px 25px;
    margin-bottom: 7px;
	border-radius: 4px;
	cursor: pointer;
}
.attr_group .one_search_cate li h3{
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #fff;
    line-height: 2;
}

.attr_group .one_search_cate ul{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
	left:0;
	top: 100%;
    width: 100%;
	z-index: 25;
	background: #fff;
	border: 1px solid #d8dde6;
    border-radius: 4px;
	transition: .5s;
	overflow: hidden;
}
.attr_group .one_search_cate ul li h3{
    font-size: 14px;
    font-weight: normal;
    color: #333;
    transition: all .5s;
    cursor: pointer;
	padding-left: 10px;
    border-radius: 4px;
}
.attr_group .one_search_cate ul li{
    padding: 8px 20px;
    flex: 0 0 100%;
}

.search_reset{
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 5px 15px;
    min-width: 120px;
}
.search-top{
	padding:0 0 8px 0;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	width:100%;
}
.search-top .stop-title{
	padding:12px 12px 12px 0;
}
.search-top ul{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.search-top .stop-but{
	flex-grow:1;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.search-top .stoptag .sname{
	display:none;
}
.search-top .stoptag .on{
	cursor:pointer;
}
.search-top .stoptag .on .sname{
	display:flex;
	padding:12px 12px 12px 0;
	align-items: center;
}
.search-top .stoptag .on .sname img{
	padding-left:4px;
}
.search-bottom{
	padding:16px 0 0 0;
}
.search-bottom .sbot-title{
	display:flex;
	align-items:center;
}
.search-top .stoptag .on .sname h3::after{padding:0 4px;}
.attr_group .yiji h3{
	display:flex;
	align-items:center;
}
.attr_group .yiji h3 img{
	padding-left:4px;
}
.sxiala-off{
	opacity: 0;
	max-height: 0;
}
.sxiala-on{
	opacity: 1;
	max-height: 50vh;
}
