.box-height {
    min-height: calc(100vh - 540px);
    overflow: hidden;
    margin-bottom: 50px;
}

.header-area, .footer-area, .copy-right-area {
    background: #fff;
}

.goods_cate .nav {
    width: 100%;
    height: 50px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.goods_cate_list {
    height: 50px;
    width: 90%;
    float: left;
}

.goods_cate_more {
    height: 50px;
    width: 10%;
    float: left;
}

.goods_cate_item {
    width: 10%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.goods_cate_item a {
    color: #282828;
}

.goods_cate_more {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #282828;
}

.goods_cate_item:hover {
    color: #e93323;
}

.item_active {
    color: #e93323 !important;
}

.goods_cate_detail {
    width: 100%;
    background: #fff;
}

.sub_cate {
    width: 100%;
    min-height: 65px;
    overflow: hidden;
}

.cate_sort {
    width: 100%;
    min-height: 65px;
}

.sub_cate_title {
    height: 65px;
    color: #969696;
    width: 103px;
    padding-left: 27px;
    padding-top: 15px;
    float: left;
}

.sub_cate_content {
    width: 90%;
    float: left;
    min-height: 65px;
    border-bottom: 1px dotted #efefef;
}

.sort_menu {
    width: 90%;
    float: left;
    min-height: 65px;
}

.goods_cate_content {
    min-height: 300px;
    width: 100%;
    margin-left: 0;
}

.goods_cate_content .item:first-child {
    margin-left: 0;
}

.goods_cate_content .item {
    background-color: #fff;
    padding: 16px;
    width: 235px;
    height: 340px;
    cursor: pointer;
    overflow: hidden;
    margin-left: 30px;
    margin-top: 20px;
}

.item .pictrue {
    width: 192px;
    height: 192px;
}

.item .money .font-color {
    font-weight: 700;
    font-size: 22px;
}

.font-color {
    color: #e93323 !important;
}

.item .money .y_money {
    font-size: 12px;
    color: #aaa;
    text-decoration: line-through;
    margin-left: 8px;
    cursor: pointer;
}

.item .name {
    color: #5a5a5a;
    margin-top: 8px;
    height: 40px;
}

.line2 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item .bottom {
    font-size: 12px;
    color: #aaa;
    margin-top: 10px;
}

.seller_num {
    width: 50%;
    float: left
}

.score {
    width: 50%;
    float: left;
    text-align: right
}

.more-goods {
    width: 60px;
    margin-left: 45%;
    margin-top: 20px;
    cursor: pointer;
    color: #5a5a5a;
}

.cate-crumbs:hover {
    color: #e93323;
}

.get-more {
    display: block;
    padding: 5px;
    width: 90px;
    text-align: center;
    background: #e2e2e2;
}

.sort-active {
    color: #e93323;
}
.sort-active i {
    color: #e93323 !important;
}