﻿.MIndex_btn {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

    .MIndex_btn li {
        width: 25%;
        text-align: center;
        float: left;
        position: relative;
        padding: 5px 0;
        box-sizing: border-box;
    }
        .MIndex_btn li:nth-of-type(4n+4) {
            border-right: 0;
        }
        .MIndex_btn li a {
            display: block;
            width: 100%;
        }

            .MIndex_btn li a i {
                width: 30px;
                height: 30px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                display: block;
                margin: 0 auto;
            }

    .MIndex_btn .MIndex_btn_cate_ico {
        background-image: url(/MobileShop/Resource/images/MIndex_btn_cate_ico.png);
    }

    .MIndex_btn .MIndex_btn_flagship_ico {
        background-image: url(/MobileShop/Resource/images/MIndex_btn_flagship_ico.png);
    }

    .MIndex_btn .MIndex_btn_gift_ico {
        background-image: url(/MobileShop/Resource/images/MIndex_btn_gift_ico.png);
    }

    .MIndex_btn .MIndex_btn_shopcart_ico {
        background-image: url(/MobileShop/Resource/images/MIndex_btn_shopcart_ico.png);
    }

    .MIndex_btn .MIndex_btn_center_ico {
        background-image: url(/MobileShop/Resource/images/MIndex_btn_center_ico.png);
    }
     .MIndex_btn .MIndex_btn_hot_ico {
        background-image: url(/MobileShop/Resource/images/MIndex_btn_hot_ico.png);
    }
     .MIndex_btn .MIndex_btn_Registered_ico {
        background-image: url(/MobileShop/Resource/images/MIndex_btn_Registered_ico.png);
    }
     .MIndex_btn .MIndex_btn_Travel_ico {
        background-image: url(/MobileShop/Resource/images/MIndex_btn_Travel_ico.png);
    }

    .MIndex_btn li a span {
        font-size: 12px;
        color: #808080;
    }

    .MIndex_btn li em {
        height: 35px;
        width: 1px;
        background-color: #e9e7e7;
        top: 5px;
        position: absolute;
        right: 0px;
    }

.MIndex_Ad1 {
    width: 96%;
    margin: 0 auto;
}

.MIndex_line_title {
    padding-left: 10px;
    height: 13px;
    line-height: 13px;
    margin: 15px auto;
    text-align: center;
    color: black;
    font-size: 14px;
    color: black;
    width: 94%;
}

    .MIndex_line_title a {
        float: left;
        display: block;
        border-left: 4px solid #ff0000;
        margin-right: 5px;
        height: 13px;
        line-height: 13px;
    }

.MIndex_line_title_More {
    float: right;
}

.MIndex_Floor {
    width: 96%;
    margin: 0 auto;
}

    .MIndex_Floor ul {
        overflow: hidden;
    }

        .MIndex_Floor ul li {
            float: left;
            width: 49%;
        }

        .MIndex_Floor ul .marginRight2 {
            margin-right: 2%;
        }

        .MIndex_Floor ul li a img {
            width: 100%;
        }

.MIndex_hotSale ul {
    width: 96%;
    margin: 0 auto;
    border-top: 1px solid #eee;
}

.MIndex_hotSale .MIndex_hotSale_li {
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.MIndex_hotSale li div {
    float: left;
    width: 49.5%;
}

.MIndex_hotSale .MIndex_hotSale_div {
    border-right: 1px solid #eee;
}

.MIndex_hotSale li div a img {
    width: 100%;
}

.MIndex_Panicbuying {
    overflow: hidden;
    margin: 0 auto;
    width: 96%;
}

    .MIndex_Panicbuying li {
        float: left;
        width: 49%;
        border: 1px solid #fff;
        margin: 0 auto;
        overflow: hidden;
    }

        .MIndex_Panicbuying li a {
            position: relative;
        }

            .MIndex_Panicbuying li a img {
                width: 100%;
            }

            .MIndex_Panicbuying li a p {
                display: block;
                position: absolute;
                bottom: 0px;
                width: 100%;
                background-color: #b6b6b6;
            }

        .MIndex_Panicbuying li .countdown_start {
            background-color: #bb3523;
        }

        .MIndex_Panicbuying li .countdown_ready {
            background-color: #408139;
        }

        .MIndex_Panicbuying li .countdown_end {
            background-color: #b6b6b6;
        }

        .MIndex_Panicbuying li a span {
            width: 100%;
            height: 30px;
            line-height: 30px;
            display: block;
            color: #FFF;
            text-align: center;
            font-size: 12px;
        }

.MMShop_content {
    margin: 0 auto;
}
    .MMShop_content ul li:nth-of-type(2n+1){
        margin-right:.5% !important;
    }
    .MMShop_content ul li {
        width: 49% !important;
        font-size: 12px;
        border: 1px solid #eee;
        display: inline-block;
        background-color: #fff;
        overflow: hidden;
        padding: 5px;
        vertical-align:top;
        margin-bottom: 2px;
        box-sizing:border-box;
    }

        .MMShop_content ul li img {
            width: 100%;
            display: block;
            margin-bottom: 10px;
        }

    .MMShop_content .MMShop_Name_box {
        font-weight: normal;
        line-height: 16px;
        height: 33px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
    }

    .MMShop_content .MMShop_Price_box {
        overflow: hidden;
        margin-top: 5px;
    }

    .MMShop_content .MMShop_Price_title {
        float: left;
    }

    .MMShop_content .MMShop_Price {
        float: left;
        color: #f84141;
        font-weight: bold;
    }
