.goodList {
    position: relative;
    width: 100%;
}

.goodList-top {
    height: 42px;
}

.goodList-top-item {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    border-bottom: 2px solid #fff;
    margin-right: 40px;
    cursor: pointer;
}

.goodList-top-down {
    width: 165px;
    max-height: 240px;
    overflow-y: auto;
    padding: 10px 0;
    margin-top: 3px;
}

.goodList-top-down-item {
    width: 100%;
    font-size: 12px;
    color: #666;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goodList-top-down-item:hover {
    color: #3289f2;
    background: #fbfcfc;
}

.goodList-top-item:hover {
    color: #333;
}

.goodList-top-item.active {
    color: #333;
    border-bottom: 2px solid #2783F2;
}

.goodList-search {
    padding: 10px 0;
}

.goodList-search-item {
    display: inline-block;
    margin: 10px 20px 10px 0;
}

.goodList-search-item-title {
    line-height: 32px;
    font-size: 14px;
    color: #333;
    padding-right: 8px;
}

.goodList-table {
    /*border: 1px solid #EEF1F3;*/
}

.goodList-table-th-bac {
    background: #F5F7FA;
}
.goodList-table-th {
    font-size: 0;
    white-space:nowrap;
    /*border-bottom: 1px solid #EEF1F3;*/
}
/*.goodList-table-th:after{*/
/*    display: block;*/
/*    clear: both;*/
/*    content: '';*/
/*}*/
.goodList-table-td {
    /*float: left;*/
    font-size: 14px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.goodList-table-td-bubble{
    max-width: 290px;
    font-size: 12px;
    white-space: normal;
    line-height: 22px;
    padding: 8px;
    color: #999;
}
.goodList-table-td-table{
    border-bottom: 1px solid #EEF1F3;;
}
.goodList-table-td-table:first-child{
    border-left: 1px solid #EEF1F3;;
}
.goodList-table-td-table:last-child{
    border-right: 1px solid #EEF1F3;;
}
.goodList-table-inner {
    padding-left: 44px;
}
.good-label-del{
    padding: 10px;
}
.good-label-del-text{
    font-size: 12px;
    line-height: 48px;
}
.goodList-remark{
    width: 100%;
    height: 60px;
    border-radius: 4px;
    border-color: #eee;
    padding: 5px 10px;
    font-size: 12px;
}
