.category-block {
    border-radius: 10px;
    background: #f5f5f5;
    font-family: 'PingFang SC','microsoft yahei';
    height: 100%
}

.category-block .hide {
    display: none
}

.category-block .tit-block {
    width: 100%;
    height: 64px;
    padding: 0 20px;
    box-sizing: border-box;
    background: no-repeat center/cover;
    line-height: 64px;
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.category-block .tit-block .name {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.32);
    font-size: 26px;
    font-weight: 400;
    float: left;
    width: 490px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.category-block .tit-block .close-btn {
    font-size: 14px;
    color: #fff;
    float: right;
    font-weight: 400;
    cursor: pointer;
    line-height: 20px;
    margin-top: 24px
}

.category-block .tit-block .close-btn:hover {
    opacity: .85
}

.category-block .content {
    padding: 16px 20px 0;
    box-sizing: border-box
}

.category-block .content .goods-list-block {
    height: 500px;
    overflow-y: auto;
    clear: both;
    display: none
}
.category-block .content .goods-list-block::-webkit-scrollbar {
    width: 8px;
}
.category-block .content .goods-list-block::-webkit-scrollbar-thumb {
    background-color: #dddfe0;
    border-radius: 4px;
}
.category-block .content .goods-list-block::-webkit-scrollbar-corner,.category-block .content .goods-list-block::-webkit-scrollbar-track {
    border-radius: 4px;
}
.category-block .content .goods-list-block .list-item {
    display:flex;
	justify-content: space-between;
    background: #fff;
    border-radius: 6px;
    position: relative;
    margin-bottom:10px;
    padding: 8px;
}

.category-block .content .goods-list-block .list-item .sort-num {
    width: 32px;
    height: 28px;
    background: #fde9e3;
    border-radius: 6px 0 6px 0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
    color: #f40;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    z-index: 1
}

.category-block .content .goods-list-block .list-item section {
	display:flex;
    box-sizing: border-box
}

.category-block .content .goods-list-block .list-item section.left-block {
    flex:1;
}

.category-block .content .goods-list-block .list-item section.left-block .img-block {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    position: relative
}

.category-block .content .goods-list-block .list-item section.left-block .img-block img {
    width: 100%;
    height: 100%
}

.category-block .content .goods-list-block .list-item section.left-block .img-block .brand-name {
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(223deg,#fe8721 0,#ed70aa 100%);
    border-radius: 4px 0 0 0;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.category-block .content .goods-list-block .list-item section.left-block .img-block .brand-name:hover {
    opacity: .85
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block {
    display: inline-block;
    margin-left: 15px
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block .tit {
    padding:5px 0;
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block .tit .ico {
    width: 16px;
    height: 16px;
    background: red;
    margin-right: 6px
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block .tit a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block .tit a:hover {
    opacity: .85
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block .tit.goods-info {
    display: flex;
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block .tit.goods-info .tags {
    position: relative;
	margin-right:5px;
    width: 16px;
    height: 16px;
    display: inline-block
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block .tit.goods-info .tags i {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    display: none
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block .tit.goods-info .tags i.show {
    display: block
}


.category-block .content .goods-list-block .list-item section.left-block .cent-block .pri-block,.category-block .content .goods-list-block .list-item section.left-block .cent-block .yj-block {
    color: #666;
    margin: 7px 0
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block .pri-block b,.category-block .content .goods-list-block .list-item section.left-block .cent-block .yj-block b {
    color: #ff5628;
    font-size: 16px;
    margin: 0 3px;
    font-weight: 400;
    position: relative;
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block .pri-block span{
    font-size: 12px;
    color: #aaa
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block .yj-block b {
    color: #29B51A
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block .labels {
    margin-top: 7px
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block .labels .label {
    height: 18px;
    background: #ffe9e1;
    border-radius: 2px;
    color: #f40;
    padding: 0 5px;
    margin-right: 8px;
    display: none;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.category-block .content .goods-list-block .list-item section.left-block .cent-block .labels .label.show {
    display: inline-block
}

.category-block .content .goods-list-block .list-item section.center-block {
	flex-direction: column;
	justify-content: center;
	align-items: center;
    border-left: 1px solid #eee;
    width: 90px;
}

.category-block .content .goods-list-block .list-item section.center-block .num {
    font-size: 16px;
    font-family: Arial-BoldMT,Arial;
    font-weight: 400;
    color: #f50;
    margin-bottom: 5px
}

.category-block .content .goods-list-block .list-item section.center-block .text {
    font-size: 12px;
    font-weight: 400;
    color: #666
}


.category-block .content .no-category-data {
    display: none
}

.category-block .content .no-category-data .img-block {
    width: 100px;
    height: 106px;
    display: block;
    margin: 100px auto 15px;
    background: url(/static/rrquan/image/no_rankdata_ico.png) no-repeat center/contain
}

.category-block .content .no-category-data p {
    font-size: 16px;
    color: #666;
    text-align: center
}