.classify-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.classify-list>li{
    padding: 0;
    margin: 0 0 0.16rem 0;
}
.classify-list>li>div:nth-child(1){
    width: 1.5rem;
    height: 100%;
    
}

.classify-list .icon{
    padding-top: 0.5rem;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 0.5rem;
}

.classify-list>li>div:nth-child(2){
    border-left: 1px #eee solid;
    line-height: 0.8rem;
}

.classify-list .list{
    position: relative;
}
.classify-list .list::after{
    content: '';
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    
}

.classify-list .list>a{
    border-bottom: #eee solid 1px;
}