﻿.MProductList_nav {
    background-color: white;
    border-bottom: 1px solid #e8e5e5;
}

    .MProductList_nav li {
        float: left;
        width: 25%;
    }

        .MProductList_nav li a {
            display: block;
            border-left: 1px solid #eeeeee;
            text-align: center;
            color: #616161;
            line-height: 34px;
            height: 34px;
        }

        .MProductList_nav li .MProductList_Selected {
            border-bottom: 2px solid #f84141;
            color: #f84141;
        }

        .MProductList_nav li a i {
            position: relative;
            display: inline-block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            width: 12px;
            height: 15px;
            margin-left: 4px;
            top: 3px;
            background-image: url(/MobileShop/Resource/images/MProductList_Grey_Ico.png);
        }

        .MProductList_nav li a .MProductList_on {
            background-image: url(/MobileShop/Resource/images/MProductList_on_arrow.png);
        }

        .MProductList_nav li a .MProductList_down {
            background-image: url(/MobileShop/Resource/images/MProductList_down_arrow.png);
        }

.MProductList_MSearch_box {
    width: 100%;
    border-bottom: #eeeeee 1px solid;
    padding:10px 0;
}

    .MProductList_MSearch_box .content {
        width: 90%;
        margin: 0 auto;
        background-color:#eeeeee;
        border-radius:32px;
        padding-left:15px;
        overflow:hidden;
    }

        .MProductList_MSearch_box .content .MProductList_MSearch {
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 80%;
            float: left;
            width: 32px;
            height: 32px;
            background-image: url(/MobileShop/Resource/images/MIndex_search_ico.png);
            margin: 0 auto;
        }

        .MProductList_MSearch_box .content span {
            float: left;
            height: 32px;
            display: inline-block;
            width: 88%;
        }

            .MProductList_MSearch_box .content span input {
                width: 100%;
                display: block;
                height: 32px;
                line-height: 32px;
                border: none;
                background-color: #eeeeee;
                margin-right: 8px;
                color: black;
                font-size: 14px;
            }

.MProductList_ul li {
    border-bottom: 1px solid #eeeeee;
}

.MProductList_ul .MProductList_ul_div {
    margin: 0 auto;
    width: 95%;
    padding: 10px 0;
}

.MProductList_ul .MProductList_ul_left {
    float: left;
    width: 30vw;
}

.MProductList_ul .MProductList_ul_left_img {
    width: 30vw;
    height: 30vw;
    background-size: auto;
    float: left;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30vw 30vw;
}

.MProductList_ul .MProductList_ul_right {
    float: left;
    width: 100%;
    margin-left: 10px;
}

.MProductList_ul .MProductList_ul_right_title {
    font-style: normal;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    display: block;
    color: #616161;
}

.MProductList_ul .MProductList_ul_right_left {
    float: left;
}

.MProductList_ul .MProductList_ul_right .MProductList_ul_right_left b {
    color: #f84141;
    padding-top: 7px;
    font-size: 18px;
    display: block;
}

.MProductList_ul .MProductList_ul_right .MProductList_ul_right_left em {
    font-size: 18px;
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #9a9a9a;
}

.MProductList_ul .MProductList_ul_right span {
    float: right;
}

    .MProductList_ul .MProductList_ul_right span i {
        float: left;
        margin-top: 25px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        font-style:normal;
        border-radius:3px;
        width:72px;
        height:24px;
         color:#fff;
    }
    .MProductList_ul .MProductList_ul_right span em {
        float: left;
        margin-top: 25px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        font-style:normal;
        width:20px;
        height:20px;
        margin-left:10px;
    }

.MProductList_ul .MProductRecommend_arrow_down {
    background-image: url(/MobileShop/Resource/images/MProductRecommend_arrow_down.png);
}

.MProductList_ul .MProductRecommend_arrow_up {
    background-image: url(/MobileShop/Resource/images/MProductRecommend_arrow_up.png);
}

.MProductList_ul .MProductRecommend_delete {
    background-image: url(/MobileShop/Resource/images/MProductList_Cancel.png);
}
.MProductList_ul .MProductRecommend_delete1 {
   background-color:#fff;
    background-image: url(/MobileShop/Resource/images/MProductRecommend_delete.png);
}

.MProductList_ul .MProductRecommend_add {
     background-image: url(/MobileShop/Resource/images/MProductList_Recommend.png);
}

/**-----------------searchNull----------------------------**/
.searchNull {
    width: 90%;
    margin: 0 auto;
    margin-top: 20vh;
}

    .searchNull h3 {
        line-height: 40px;
    }

        .searchNull h3 em {
            color: red;
            margin: 0 5px;
        }

    .searchNull .searchBox {
        margin: 10px 0 0;
    }

        .searchNull .searchBox label {
            float: left;
            cursor: pointer;
            color: #333;
            height: 28px;
            line-height: 28px;
        }

        .searchNull .searchBox input {
            width: 280px;
            padding: 0 2px;
            height: 26px;
            line-height: 26px;
            color: #666;
            border: 1px solid #CCC;
            margin-right: 5px;
        }

.search_tips {
    margin: 10px 0;
}

.searchNull strong {
    color: #999999;
}

.searchNull ol li {
    line-height: 22px;
    color: #999999;
}
