/*
主题: Zblog商城主题
地址: https://www.songco.com.cn/
作者: 松鼠先生
*/ 




.tags {
    padding: 20px 0;
}
.tags a{
    padding: 5px;
    background: #f5f5f5;
    font-size: 14px;
}
.link {
    display: flex;
    list-style: none;
    padding: 0;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.link li{
    padding-left: 10px;
}
.link li a{
    color: #999;
    text-decoration: none;
}
.link li:hover a{
    color: #000;
}



