#icate >.amount {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 16px;
}
#icate>.content>div {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 20px;
}
#icate>.content>div>.title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 18px;
}
#icate>.content>div>.title >i {
    color: #4066b8;
    font-weight: 400;
    margin-right: 10px;
    font-size: 16px;
}
.baseModule>.content{
    display: flex;
    flex-wrap: wrap;
}
.baseModule>.content> div{
    margin-bottom: 16px;
    padding-right: 10px;
    line-height: 16px;
    width: 33.333%;
}
a:hover{
    text-decoration: underline;
}
.baseModule>.content> div>a{
    color: #333;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    -webkit-line-clamp: 1;
}
.Recommended>.content {
    width:calc(14% * 7);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.Recommended>.content>.card-box {
    transition: all .3s;
    width: 14%;

}
.Recommended>.content>.card-box>a{
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    position: relative;
    width: 100%;
    text-decoration: none;
}
.Recommended>.content>.card-box>a>img{
    height: 70px;
    width: 70px;
}
.Recommended>.content>.card-box>a>.model {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 16px;
}
.Recommended>.content>.card-box>a>.maker{
    color: #999;
    font-size: 12px;
    margin-top: 10px;
    line-height: 14px;
}
.Recommended>.content>.card-box:hover{
    box-shadow: 0 0 15px -7px #ccc;
}

.Recommended>.content>.card-box>a>.shade {
    background-color: #cccccc1a;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.Recommended>.content>.card-box:nth-child(2n - 1) >a>.shade{
    display: none;
}
.Manufacturers>.content {
    display: flex;
}
.Manufacturers>.content>a{
    align-items: center;
    display: flex;
    width: calc(100% / 6);
    justify-content: center;
    position: relative;
}
.Manufacturers>.content>a>img {
    width: 80%;
    max-height: 71px;
}
.Manufacturers>.content>a:hover{
    box-shadow: 0 0 15px -7px #ccc;
}
@media (max-width:991px) {
    #icate>.content>div{
        padding: 10px;
    }
    .baseModule>.content> div {
        font-size: 12px;
        width: 100%;
    }
    .Recommended>.content {
        width: 100%;
    }
    .Recommended>.content>.card-box {
        width: 50%;
    }
    .Recommended>.content>.card-box:nth-child(1n) >a>.shade {
        display: none;
    }
    .Recommended>.content>.card-box:nth-child(4n) >a>.shade, 
    .Recommended>.content>.card-box:nth-child(4n - 3) >a>.shade {
        display: block;
    } 
    .Manufacturers>.content {
        flex-wrap: wrap;
    }
    .Manufacturers>.content>a{
       width: 50%; 
       flex: unset;
    }

}