
.proSli .productList li {
    float: left;
    width: 150px;
    height: 333px;
    overflow: hidden;
    margin-right: 8px;
}


.proSliSelect {
    margin-bottom: 0px;
    margin-right: 10px;
}

.proSliTotalTxt {
    margin-bottom: 0px;
    margin-right: 10px;
}

.proSliTotalTxt p {
    margin: 0;
}

.proSliBought {
    height: 333px;
}

.proSliBuySwper {
    position: relative;
    float: left;
    width: auto;
    height: 333px;
}

.proSliEqual {
    float: left;
    width: 30px;
    height: 20px;
    margin: 75px 20px;
}

.proSliTotal {
    text-align: right;
}

.swiper-container {
    overflow: hidden;
    margin: 0px 25px;
}

.mwProductSli .name {
    height: 80px;
    overflow: hidden;
}

.mwProductSli .name a {
    color: #434343;
}

.proSlideBtn.swiper-button-prev {
    left: 0;
}

.swiper-no-roll {
    margin: 0 !important;
}

.proSliSelect, .proSliTotalTxt {
    display: inline-block;
}

.proSli .swiper-no-roll .productList li {
    width: auto !important;
    margin: 0 !important;
    flex-shrink: 1;
    max-width: 150px;
}

.proSli .swiper-no-roll .productList li {
    float: unset !important;
}

.proSli .swiper-no-roll .productList li:not(:last-child) {
}

.swiper-no-roll .proSlideBtn.swiper-button-prev, .swiper-no-roll .proSlideBtn.swiper-button-next {
    display: none !important;
}

.proSlideBtn.swiper-button-next, .swiper-button-prev.proSlideBtn {
    position: absolute;
    top: 96px;
    width: 18px;
    height: 120px;
    line-height: 120px;
    margin-top: 0;
    text-align: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 8px 18px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #ddd;
    opacity: 1 !important;
    background-position: 4px 50%;
}

.proSlideBtn.swiper-button-next {
    right: 0;
}

.mwProductSli img {
    max-height: 150px;
    max-width: 150px;
    height: 150px;
    width: 150px;
}

.proSliBuyBtn {
    height: 36px;
    border-radius: 2px;
    background-color: #1C9C5E;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .15);
    line-height: 30px;
    border: none;
    color: #fff;
    text-align: center;
    margin-top: 3px;
    transition: all 0.4s;
    width: 130px;
}

.proSliBuyBtn:hover {
    background-color: #17804d;
    box-shadow: rgba(0, 0, 0, .2);
}

.swiper-wrapper {
    width: 100000px;
    transition: transform 0.3s ease;
}

.swiper-no-roll .swiper-wrapper {
    width: 100% !important;
    height: 333px;
    display: flex;
    justify-content: flex-start;
    gap: 34px;
}

.proSliTitle {
    margin: 0;
    padding: 0;
}

.proSliTitleBox {
    margin: 10px 0;
}

.proSliBuySwper {
    float: left;
    width: 100%;
}

.product_btn {
    padding: 0px;
}

.product_btn button,.goods_info .product_btn button {
    background-color: #1C9C5E;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
    height: 32px;
    width: 100%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all 0.4s;
    font-size: 14px;
}

.goods_info .product_btn {
    display: block;
    float: none;
}

.product_btn button:hover {
    background-color: #17804d;
    box-shadow: rgba(0, 0, 0, 0.20);
}

@media (min-width: 900px) {
    .goods_info .product_btn button {
        width: 100px;
        margin-top: 0;
    }
    .goods_info .product_btn {
        display: inline-block;
        float: right;
    }
}

.mwProductSli input[type="checkbox"] {
    height: 21px;
    width: 21px;
}

.mwProductSli .pull-left {
    font-size: 14px;
    font-family: "graphik2";
}

.mwProductSli .pull-right {
    font-size: 12px;
    color: #1FB58A;
}

.mwProductSli .price {
    margin-bottom: 2px;
}