﻿html
{
    background-color: #f9f9f9;
}

.row
{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.main-container
{
    background-color: #f9f9f9;
}

.goodslist-title
{
    background-color: #fff;
    padding: 14px 0;
    color: #737373;
}

.goodslist-title .width20-4
{
    width: calc(20% - 4px);
    float: left;
}

.goodslist-title > div
{
    text-align: center;
    font-size: 14px;
}

/*.goodslist-title > div:not(:last-child) {
            border-right: 1px solid #adadad;
        }*/

.goodslist-title > span
{
    color: #d8d8d8;
    float: left;
    width: 4px;
}

.goodslist-title > div:last-child img
{
    width: 15px;
    height: 15px;
}

.goodslist-title .active
{
    color: #f74d6a;
}

.goodslist-title .sort
{
    display: inline-block;
}

.goodslist-title .sort
{
    line-height: 7px;
}

.goodslist-title .sort img
{
    display: block;
    width: 7px;
    height: 4px;
    margin-bottom: 1px;
}

.goodslist-body
{
    margin-top: 10px;
    margin-bottom: 61px;
    display: none;
}

.goodslist-body .bd-group
{
    margin: 0 0 10px 10px;
    width: calc(50% - 15px);
    float: left;
    background-color: #fff;
}

.goodslist-body .bd-group img
{
    width: 100%;
    height: 195px;
}

.bd-group-detail .goods-no
{
    color: #9a9a9a;
    padding: 0 10px;
}
.bd-group-detail .selled
{
    float: right;
    line-height: 30px;
    margin-right: 10px;
    font-size: 10px;
        color: #979797;
}

.old-money
{
    text-decoration: line-through;
}

.full-width
{
    height: 380px;
}

.goods-title
{
    font-size: 14px;
    padding: 5px 10px 0 10px;
    height: 25px;
    overflow: hidden;
}

.money
{
    color: #f63a5b;
    font-size: 18px;
    padding-left: 7px;
}


.old-money
{
    color: #979797;
    margin-left: 3px;
    font-size: 10px;
}

.money, .old-money
{
    display: inline-block;
    line-height: 30px;
}
