/* 类别 */
.category_box {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    padding: 5px;
}

.category_box:hover {
    background: #000;
    color: #fff
}

.category_box:hover .icon {
    transform: translateX(1px) rotate(30deg) translateY(-20px);
}

.category_link:hover {
    text-decoration: none;
}

.category_dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.category_icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.icon {
    width: 20px;
    height: 20px;
    background: url(../../static/icon/thumbtack.svg) no-repeat;
    background-size: 100% 100%;
}

/* 类别 */
/* 搜索 */
.search_btn {
    border: 1px solid #000;
    padding: 6px 12px;
}

.search_icon {
    width: 16px;
    height: 16px;
    background: url(/assets/search.png) no-repeat;
    background-size: 100% 100%;
}

.search_btn:hover {
    background: #000;
    color: #fff;
}

.search_btn:hover .search_icon {
    background: url(../../static/icon/search_hover.svg) no-repeat;
    background-size: 100% 100%;
}

/* 搜索 */
/* 商品 */
.commodityList:hover {
    text-decoration: none;
}

.commodity_btn:hover {
    background: #fcb424;
}

/* 商品 */


.bg-0a0500 {
    background: #0a0500;
}

.color-5990cc {
    color: #000;
}

.color-504e4a {
    color: #504e4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.pageList{
    width: 100%;
    display: flex;
    justify-content: center;
}
.pagination li{
    align-items: center;
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    border: 1px solid #0a0f1f;
    color: #0a0f1f;
    margin: 0 4px;
}
.pagination li a{
    color: #0a0f1f;
}
.pagination .active{
    background-color: #b41525;
    border: 1px solid #b41525;
    color: #fff;
    
}
.pagination li:first-child, .pagination li:last-child { display: none; }
@media screen and (min-width: 960px) {

    /*pc*/
}

@media screen and (max-width: 960px) {

    /* moble*/

    .search_btn {
        padding: 6px 10px;
    }
}