.sort-header {
    display: flex;
    flex-wrap: wrap;
    padding: 10px !important;
    border-bottom: 2px solid rgba(248, 249, 250, 1);
    margin-bottom: 0;
}

.sort-header .item {
    width: 16.66%;
    font-size: .8125rem;
}
.sort-header .item a{
    color: #333;
}
.sort-header .active a{
    color: #e9a6b2;
}
.sort-header2{
    margin-bottom: 1rem;
}
.sort-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 .625rem 4.375rem;
}
.card-item{
    width: calc(33.33% - .3125rem);
    text-align: center;
    margin-bottom: 1.25rem;
}
.card-cover img{
    width: 100%;
    height: 10rem;
    border-radius: .25rem;
}
.card-cover .hot{
    position: absolute;
    left: .3125rem;
    top: 0;
    font-size: 14px;
    color: #fff;
}
.card-title{
    font-size: 14px;
    color: #333333;
    display: block;
    margin-top: .3125rem;
}
.card-last{
    font-size: 13px;
    color: #999;
    display: block;
}
.card-bottom{
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}
.card-bottom a{
    width: 50%;
    text-align: center;
    border: 1px solid;
    border-radius: .3125rem;
    margin-left: 10px;
    padding: .3125rem 0;
}