﻿/*面板样式*/
#panelMask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10002;
    display: none;
    height: 100%;
    /*background-color: #000;*/
    background-color: rgba(0,0,0,.5);
}

    #panelMask span {
        width: 100%;
        height: 100%;
        display: block;
    }

#panelMain {
    position: absolute;
    width: 100%;
    z-index: 10;
    background-color: #f5f5f5;
}

#panelMenu {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1;
    display: none;
    height: 100%;
    overflow: hidden;
    float: left;
    color: #ffffff;
    background-color: #327dd4;
    /*background-image: url(../images/vk_menu_bg.jpg);*/
    background-size: 100% 100%;
}

.mm-list {
    font: inherit;
    font-size: 14px;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

    .mm-list > li {
        position: relative;
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
    }

        .mm-list > li > a, .mm-list > li > span {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            color: inherit;
            line-height: 2.6rem;
            display: block;
            padding: 0px 10px 0px 20px;
            margin: 0;
            text-decoration: none;
        }

            .mm-list > li > a .fa-angle-right {
                float: right;
                height: 2.6rem;
            }

    .mm-list a, .mm-list a:hover {
        text-align: left;
        text-decoration: none;
    }

    .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
        content: '';
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .mm-list > li:after {
        border-color: rgba(0,0,0,0.15);
    }

    .mm-list em {
        float: right;
        display: block;
        width: 7px;
        height: 13px;
        background: url(../images/list_a.png);
        background-size: 100%;
        margin-right: 10px;
    }

.fa-angle-right {
    text-align: right;
    color: #FF6B5D;
    padding-right: 1rem;
    position: relative;
    font-size: 0.85rem;
}

    .fa-angle-right:after {
        content: " ";
        display: inline-block;
        height: .625rem;
        width: .625rem;
        border-width: 2px 2px 0 0;
        border-color: #cacaca;
        border-style: solid;
        -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        position: relative;
        top: -.125rem;
        position: absolute;
        top: 50%;
        margin-top: -.375rem;
        right: .125rem;
        border-radius: 2px;
    }

    .fa-angle-right:before {
        content: " ";
    }
