/* #region 分类头部 start */
.type .header,.search .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 25px;
    padding-bottom: 8px;
    padding-top: 50px;
}

.type .header h3,.search .header h3 {
    display: flex;
    align-items: center;
}

.type .header h3 i,.search .header h3 i  {
    color: #9b51a0;
    margin-right: 10px;
}
.type .header h3 span,.search .header h3 span{
    color: #9b51a0;
    margin-right: 15px;
    font-size: 25px;
}

.type .sort-list,.search .sort-list {
    display: flex;
    margin-right: 15px;
}
.type .sort-list li,.search .sort-list li {
    display: flex;
    align-items: center;
    margin-left: 25px;
    font-size: 20px;
    
}
.type .sort-list li .circle,.search .sort-list li .circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 3px; 
    margin-right: 5px;
    border: 1px solid black;
}
.type .sort-list li span,.search .sort-list li span {
    color: #979797;
}

.type .sort-list li .circle.active,.search .sort-list li .circle.active {
    border: #9b51a0;
    background: #9b51a0;
}
/* #endregion 分类头部 end */

