#jd-cat-wrapper {
    position: relative;
    margin:0;
    padding: 0;
}

#jd-cat-wrapper .jd-cat-header-index a {
    border: 1px solid #f1f1f1;
    background: #ffffff none repeat scroll 0 0;
    color: #7d8693;
    box-sizing: content-box;
    display: inline-block;
    line-height: 24px;
    min-width: 20px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    margin-top: 5px;
} 

#jd-cat-wrapper .jd-cat-header-index a:hover {
    background-color: #f5f5f5;
    color: #7d8693;
    outline: medium none; 
} 

#jd-cat-wrapper .jd-mainCategoryTitle {
    font-size: 16px;
}

#jd-cat-wrapper .jd-cat-box {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

#jd-cat-wrapper .jd-cat-title {
    font-size: 14px;
}

#jd-cat-wrapper .jh-cat-row {
    margin-bottom: 5px;
    padding-top: 5px;
}

#jd-cat-wrapper .jd-cat-count {
    color: #ccc;
    font-size: 12px;
}

#jd-cat-wrapper .jh-cat-row-first {
    border-bottom: 1px solid #ccc;
}

#jd-cat-wrapper .jh-cat-row {
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}


@media screen and (max-width: 600px) {

    .jd-cat-box {
        width: auto!important;
    }
}