.plugins-wholesale-goods-panel-bottom{
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 0;
}

@media only screen and (min-width: 641px) {
    .tb-detail-price .wholesale-label dt {
        min-width: 65px;
    }
}

.plugins-wholesale-goods-panel-bottom dd {
    width: calc(100% - 90px);
}

.plugins-wholesale-goods-panel-bottom ul.am-slides li {
    /*border: 1px solid #ff9e7e;*/
    border-radius: 8px;
}
.plugins-wholesale-goods-panel-bottom ul.am-slides li .item-content-wrap {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    padding: 0.6rem 0.8rem 0.3rem;
    justify-content: space-between;
    background: #fff;
    border-radius: 8px;
}
.plugins-wholesale-goods-panel-bottom ul.am-slides li:not(:last-child) {
    margin-right: 5px;
}
.plugins-wholesale-goods-panel-bottom ul.am-slides li.spec-tips {
    color: #ffbf00;
    border: 1px solid #333;
    margin-left: 10px;
    background: #333;
    border-radius: 10px;
    padding: 0 8px;
}

.plugins-wholesale-goods-panel-bottom ul.am-slides li span.ladder-price{
    font-size: 16px;
    font-weight: 600;
    color: #666;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
}

.plugins-wholesale-goods-panel-bottom ul.am-slides li span.ladder-price span{
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.plugins-wholesale-goods-panel-bottom ul.am-slides li span.ladder-count{
    font-size: 1.2rem;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 2px;
}

.am-slider-default {
    background-color: transparent !important;
}

.am-slider-b1 {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
}

@media only screen and (max-width: 641px) {
    .plugins-wholesale-goods-panel-bottom ul.am-slides li .item-content-wrap {
        flex-direction: column;
        padding: 0.3rem 0.6rem;
        height: auto;
        justify-content: space-between;
        align-items: flex-start;
    }
    .wholesale-goods-panel-bottom-wrap {
        /*margin: 1.6rem 0 0.2rem 0;*/
    }
    .plugins-wholesale-goods-panel-bottom ul.am-slides li span.ladder-price{
        font-size: 1.4rem;
        color: #333;
        font-weight: 700;
    }
}

.wholesale-goods-panel-bottom-wrap ul li.selected {
    color: rgb(51, 51, 51);
    /*border: 2px solid rgb(226, 63, 54);*/
}

.wholesale-goods-panel-bottom-wrap ul li .item-content-wrap i{
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    right: 0px;
    bottom: 0px;
    background: url(../../../images/wholesale/sys-item-selected.gif) no-repeat right bottom;
    z-index: 99;
    display: none;
}

.wholesale-goods-panel-bottom-wrap ul li.selected .item-content-wrap .ladder-price{
    color: #ff7519;
}

.wholesale-goods-panel-bottom-wrap ul li.selected .item-content-wrap i{
    display: none;
}