

/* Start:/local/components/helpers/recaptcha/templates/.default/style.css?17754769122997*/
/* main page new goods*/
.mp_new_goods {
    overflow: hidden;
    height: auto;
    margin-bottom: 50px;
}

@media only screen and (min-device-width: 450px) {
    .mp_new_goods {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
}


@media only screen and (min-device-width: 450px) {
    .mp_new_goods_item_box {
        overflow: hidden;
        height: auto;
        margin: 0 10px 25px 10px;
        width: calc(25% - 20px);
        max-width: 240px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_item_box {
        overflow: hidden;
        height: auto;
        margin: 0 10px 25px 0;
        width: calc(50% - 10px);
        max-width: 200px;
        min-width: 100px;
        border: 1px solid #eee;
        box-sizing: border-box;
        border-radius: 5px;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%), 0 0 2px 0 rgb(0 0 0 / 4%);
        flex-direction: column;
    }
}


.mp_new_goods_item_box_content {
    box-sizing: border-box;
}

.mp_new_goods_img {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}

@media only screen and (min-device-width: 450px) {
    .mp_new_goods_img img {
        width: 100%;
        height: auto;
        min-height: 100px;
        border-radius: 10px;
        border: 1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_img img {
        width: 100%;
        height: auto;
        min-height: 100px;
        border-bottom: 1px solid #eee;
    }
}


.mp_new_goods_txt {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    word-break: break-word;
    line-height: 1.2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media only screen and (min-device-width: 450px) {
    .mp_new_goods_txt {
        margin-bottom: 5px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_txt {
        padding: 0 5px;
        margin-bottom: 5px;
    }
}



@media only screen and (min-device-width: 450px) {
    .mp_new_goods_txt a {
        color: #000;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_txt a {
        color: #000;
    }
}



.mp_new_goods_price {
    color: #000;
    font-weight: bold;
}

@media only screen and (min-device-width: 450px) {
    .mp_new_goods_price {
        margin-bottom: 5px;
        font-size: 1.1em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_price {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}
/* End */
/* /local/components/helpers/recaptcha/templates/.default/style.css?17754769122997 */
