[v-cloak] {
    display: none;
}
.step-price-main {
}

.step-price-main #app_wholesale_list_box {
    padding: 0;
    margin-bottom: 40px;
}

.step-price-main #app_wholesale_list_box .pw_title {
    margin-bottom: 12px;
    line-height: 1.2;
    font-size: 16px;
}

#app_wholesale_list_box .prod_info_wholesale {
    /*height: 70px;*/
    border: 1px solid #e4e4e4;
}

#app_wholesale_list_box .prod_info_wholesale .pw_table {
    height: 70px;
    overflow: hidden;
    padding-right: 37px;
    position: relative;
    background: #fff;
}

#app_wholesale_list_box .prod_info_wholesale .pw_table_abs {
    position: absolute;
    top: 0;
    left: 0px;
    right: 38px;
    /*width: 800px;*/
}

#app_wholesale_list_box .prod_info_wholesale .pw_column {
    width: 127px;
    float: left;
}

#app_wholesale_list_box .prod_info_wholesale .pw_td {
    /*height: 26px;*/
    line-height: 26px;
    overflow: hidden;
    padding-top: 12px;
    text-align: center;
    color: #333;
    font-size: 16px;
}

#app_wholesale_list_box .prod_info_wholesale .pw_td.bt {
    /*height: 20px;*/
    line-height: 20px;
    padding-top: 0px;
    padding-bottom: 12px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

#app_wholesale_list_box .prod_info_wholesale .btn_box {
    width: 38px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: inherit;
}

#app_wholesale_list_box .prod_info_wholesale .btn_box div {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 9px;
    cursor: no-drop;
}

#app_wholesale_list_box .prod_info_wholesale .btn_box div.cur {
    cursor: pointer;
}

#app_wholesale_list_box .prod_info_wholesale .btn_box div {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 9px;
    cursor: no-drop;
}

#app_wholesale_list_box .prod_info_wholesale .btn_box .prev:before {
    background-position: -17px center;
}

#app_wholesale_list_box .prod_info_wholesale .btn_box .next.cur:before {
    background-position: -9px center;
}

#app_wholesale_list_box .prod_info_wholesale .next {
    bottom: 11px;
}



#app_wholesale_list_box .prod_info_wholesale .next {
    bottom: 11px;
}

#app_wholesale_list_box .prod_info_wholesale .prev {
    top: 11px;
}

.attr_show_list{
    margin-bottom: 40px;
}

.step-price-main .attr_show .btn_attr .current_number {
    margin: 0 auto;
    position: absolute;
    top: -11px;
    right: 0;
    height: 20px;
    background: #F06057;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 0 8px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}

.step-price-main .attr_show .btn_attr {
    display: inline-block;
    vertical-align: middle;
    min-width: 70px;
    min-height: 40px;
    line-height: 40px;
    margin: 5px 7px 0 0;
    padding: 0 14px;
    background-color: #fff;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    border-radius: 2px;
    position: relative;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .3s;
}

.step-price-main .attr_show .btn_attr {
    margin: 16px 10px 0 0;
    padding: 12px 46px 12px;
    font-size: 14px;
    height: auto;
    line-height: 26px;
    border: 0;
    box-shadow: 0 0 0 1px #c5c5c5;
    color: #000;
    border-radius: 4px;
}

.step-price-main .attr_show .btn_attr:not(.selected):hover {
    box-shadow: 0 0 0 2px #000
}

.step-price-main .attr_show .btn_attr.selected {
    box-shadow: 0 0 0 2px #000
}

.attr_show.attr_show_list .attr_title strong {
    font-size: 16px;
    font-weight: 600;
}
.attr_title_flex strong {
    flex: 0 1 auto;
    margin-bottom: 10px;
}
.attr_show .attr_title{
    line-height: 1.2;
    padding-top: 0;
    text-transform: uppercase;
    color: #000;
}
.batch_list {
    margin-top: 10px;
}
.batch_list .batch_item{
    margin-top: 15px;
    display: flex;
}
.batch_list .batch_item .batch_name {
    display: inline-block;
    max-width: 100%;
    min-width: 74px;
    padding: 10px 0;
    text-align: left;
    color: #0c0c0c;
    box-sizing: border-box;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
}
.batch_list .item_choose {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
    padding-right: 10px;
}
.batch_list .batch_item .batch_price,  .batch_list .batch_item .batch_sku,  .batch_list .batch_item .qty_box {
    border-radius: 4px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.batch_list .batch_item .batch_sku {
    padding: 10px 0;
    line-height: 1.25;
}
/* .batch_list .batch_item .qty_box.selected {
    border-color: #000;
} */
.batch_list .batch_item .qty_box {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 127px;
    border: 1px solid #efefef;
    font-size: 0;
}
.batch_list .batch_item .qty_box a {
    text-decoration: none;
    display: flex;
    width: 30%;
    font-size: 14px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.batch_list .batch_item .qty_box a.notallow {
    background-color: #efefef;
    cursor: not-allowed;
}
.batch_list .batch_item .qty_box a.edit_count {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.batch_list .batch_item .qty_box .input_num {
    display: inline-block;
    -moz-appearance: textfield;
    width: 40%;
    border: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #0c0c0c;
    vertical-align: top;
}
.batch_list .batch_item .qty_box .input_num:focus{
    outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
#batch_select_list {
    border: 2px transparent solid;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 20px;
    position: relative;
    z-index: 20;
    width: 100%;
}
#batch_select_list .batch_select_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
    padding: 25px;
    background-color: #f5f5f5;
    box-sizing: border-box;
}
#batch_select_list .batch_select_box .select_list {
    flex: 1;
    width: 300px;
}
#batch_select_list .batch_select_box .select_right {

}

.step-price-main .current{
    background: #000;
}
.step-price-main .current .notranslate{
    color: #fff !important;
}.step-price-main .current .bt{
     color: #fff !important;
 }
@media screen and (max-width: 1000px) {
    .batch_list .item_choose {
        width: 33.333%;
    }

    .batch_list .item_choose:nth-child(1) {
        width: 45%;
    }

    .batch_list .item_choose:nth-child(2) {
        width: 21%;
    }

    .batch_list .item_choose:nth-child(3) {
        display: none;
    }

    .attr_item {
        width: 33.33%;
    }
    .attr_item.attr_sku {
        display: none;
    }
    .step-price-main .attr_show .btn_attr{}


    .step-price-main .attr_box {
        margin-top: 10px;
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 每行 4 个元素 */
        gap: 10px; /* 元素之间的间距 */
    }
    .step-price-main .attr_show .btn_attr {
        text-align: center;
        padding: 20px;
        margin: 0 !important;
    }
}


/*轮播*/
.step-carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #e4e4e4;
}
.step-carousel-container .carousel-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.step-carousel-container .carousel-item {
    flex: 0 0 100px;
    text-align: center;
}
.step-carousel-container .carousel-item .s-price {
    padding-top: 12px;
    margin-bottom: 3px;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
    color: #333;
    font-size: 16px;
}
.step-carousel-container .carousel-item .s-qty {
    line-height: 20px;
    padding-bottom: 12px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.step-carousel-container .carousel-item.current{
    background-color: #000;
}
.step-carousel-container .carousel-item.current .s-price{
    color: #fff;

}

.step-carousel-container .carousel-item.current .s-qty{
    color: #fff;
}
.step-carousel-container .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 10;
}
.step-carousel-container .btn-left {
    left: 5px;
}
.step-carousel-container .btn-right {
    right: 5px;
}


.step-carousel-container .btn_box {
    width: 38px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
}

.step-carousel-container .btn_box div {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 9px;
    cursor: pointer;
}

.step-carousel-container  .next {
    bottom: 11px;
}

.step-carousel-container .prev {
    top: 11px;
}

.step-carousel-container .next:before {
    background-position: -9px center !important;
}