a{
    text-decoration: none;
}
/* 分类样式 */
.clearfix:after{content:".";height:0;visibility:hidden;display:block;clear:both;}
.listm span { 
    float:left; 
    padding:0px 10px; 
    Word-break:normal; 
    width:auto; 
    display:block; 
    white-space:nowrap; 
}   
.tu_pic{
    padding-top:10px;
}
.tab-list{
    padding-bottom:30px;
}

/* 头部 */
.header{
    width: 100%;
    height: 44px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0px;
}
.header i{
    font-size: 18px;
    margin-left: 15px;
    color: #5d5d5d;
}
.header p{
    color: #5d5d5d;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
/* 分类-头部搜索框 */
#shopping-search{
    /* width: 100%; */
    height: 40px;
    /* border: 1px solid red; */
    position: relative;
}
#shopping-search input{
    margin: 0;
    height: 40px;
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background-color: #F5F5F4;
    outline:none;
    border:1px solid #fff;
    border-radius: 4px;
    padding-left: 10px;
}
#shopping-search img{
    width: 16px;
    position: absolute;
    left: 32%;
    top: 14px;
}
#shopping-search input::-webkit-input-placeholder{
    color: #E1E1E1;
    text-align: center;
}
/* 分类-内容 */
#content{
    width: 100%;
    display: flex;
    flex: 1;
    margin-top: 44px;
    padding-bottom: 50px; 
}
#content .left-content{
    width: 120px;
    height: 100%;
    /*position: fixed;*/
    top: 44px;
    background-color: #F8F8F8;
}
/* #content .left-content ul{
    background-color: #F8F8F8;
} */
#content .left-content ul .active{
    color: #83677c;
    background-color: #FFF;
}
#content .left-content ul li{
    color: #a4a4a4;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
}
#content .right-content{
    flex: 1; 
    margin-left: 50px;
}
#content .right-content .classification-details{
    display: none;
}
#content .right-content .display{
    display: block;
}
#content .right-content p{
    font-size: 14px;
    text-align: center;
    margin: 10px 0 30px 0;
}
#content .right-content ul{
    overflow: hidden;
}
#content .right-content ul a{
    color: #676767;
    font-size: 13px;
    float: left;
    display: inline-block;
    min-width: 84px;
    min-height: 110px;
    text-align: center;
    margin-bottom: 20px;
}
#content .right-content ul a .name{
    margin-top: 10px;
    max-height: 34px;
    overflow:hidden;
}
#content .right-content ul li img{
    width: 40px;
    height: 60px;
}
#content .right-content ul li{
    width: 84px;
    text-align: center;
}

@media screen and (max-width : 736px){ 
   
}
@media screen and (max-width:413px){
    #content .right-content ul a{
        min-width: 84px;
    }
    #content .right-content ul li{
        width: 84px;
    }
}
@media screen and (max-width:360px){
    #content .right-content ul a{
        min-width: 80px;
    }
    #content .right-content ul li{
        width: 80px;
    }
}




 




