
.theme2-product1-box {
    margin-top: 1px;
    margin-bottom: 10px !important;
}

.theme2-product1.mui-slider .mui-slider-group .mui-slider-item {

    width: 124px;
    height: 191px;
    background: #fff;
    /*border-right:1px solid #dddddd;*/
    position: relative;
}

.theme2-product1.mui-slider .mui-slider-group .mui-slider-item > img {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.theme2-product1.mui-slider .mui-slider-group .mui-slider-item p {
    text-align: center;
    height: 53px;
    line-height: 53px;
    font-size: 14px;
    color: #fa571b;
}

.theme2-product1.mui-slider .mui-slider-group .mui-slider-item p.through-price {
    margin-top: -46px;
    font-size: 12px;
    color: #9fa0a0;
    text-decoration: line-through;
}

.theme2-product1.mui-slider .mui-slider-group .mui-slider-item .product-img {

    width: 1.2rem;
    height: 1.25rem;
    text-align: center;
    vertical-align: middle;

}

.theme2-product1.mui-slider .mui-slider-group .mui-slider-item .product-img img {
    width: 100%;
    height: 100%;
}

.theme2-product1 {
    background: #fff;

}


.theme2-product2 li {
    height: 132px;
}

.theme2-product2 .mui-table-view .mui-media-object.mui-pull-left {
    margin-right: 130px;
}

.theme2-product2 .mui-table-view-cell > a:not(.mui-btn) {
    margin: 0;
    height: 100%;
}

.theme2-product2.mui-table-view .mui-media-object {
    height: 88px;
    width: 88px;
    max-width: 88px;
}

.theme2-product2 .mui-table-view-cell p {
    font-size: 17px;
    color: #000;
    line-height: 28px;
}

.theme2-product2 .orange-price {
    color: #fa571b !important;
    margin-top: 14px;
}

.theme2-article {
    height: 41px;
    line-height: 41px;
    background: #fff;
    border-radius: 10px;
    width: 94%;
    margin: auto;
    margin-top: 10px;
    position: relative;
    font-weight: bold;
    margin-bottom: 10px;
}

.theme2-article .last-article {
    width: 100%;
    padding-right: 56px;
    padding-left: 12px;
    font-size: 16px;
    color: #000;
}

.theme2-article .more-article {
    position: absolute;
    font-size: 16px;
    color: #000;
    right: 10px;
    top: 0;
    height: 25px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    margin-top: 9px;
    line-height: 25px;
}