﻿.MProductCate_box {
    border-top: 1px solid #e8e8e9;
    border-bottom: none;
    width: 100%;
}

    .MProductCate_box .MProductCate_left {
        float: left;
        background-color: #f3f4f6;
    }

    .MProductCate_box .MProductCate_box_li {
        width: 80px;
        height: 44px;
        z-index: 0;
    }

    .MProductCate_box .MProductCate_menubar_1 {
        width: 90px;
        height: 44px;
        line-height: 44px;
        text-align: center;
    }

        .MProductCate_box .MProductCate_menubar_1 .MProductCate_Selected {
            display: block;
            background-color: #fff;
            padding-right: 1px;
            z-index: 1;
            width: 90px;
        }

    .MProductCate_box .MProductCate_right {
        float: left;
        width: 100%;
    }

        .MProductCate_box .MProductCate_right ul {
            margin-left: 2px;
        }

    .MProductCate_box .MProductCate_menubar_2 {
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid #e8e8e9;
        width: 100%;
        text-indent: 3px;
        display: block;
    }

        .MProductCate_box .MProductCate_menubar_2 i {
            float: right;
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url(/MobileShop/Resource/images/arrow_down.png );
            margin-right: 20px;
            margin-top: 16px;
        }

        .MProductCate_box .MProductCate_menubar_2 .MProductCate_menubar_arrow_right {
            background-image: url(/MobileShop/Resource/images/arrow_right.png );
            width: 10px;
            height: 18px;
        }

        .MProductCate_box .MProductCate_menubar_2 .MProductCate_menubar_arrow_down {
            background-image: url(/MobileShop/Resource/images/arrow_down.png );
            width: 16px;
            height: 10px;
        }

    .MProductCate_box .MProductCate_menubar_3 {
        margin-top: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        display: none;
    }

        .MProductCate_box .MProductCate_menubar_3 li {
            float: left;
        }

            .MProductCate_box .MProductCate_menubar_3 li a {
                font-size: 12px;
                display: block;
                padding: 5px 10px;
                border: 1px solid #e8e8e9;
                border-radius: 4px;
                margin-right: 10px;
                margin-bottom: 4px;
                color: #808080;
            }

    .MProductCate_box .MProductCate_Show {
        display: block;
    }
