 ._menu_plus {
        box-sizing: border-box;
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 60px;
        color: #474747;
        padding-top: 10px;
		border-top: 1px solid #f7f7f7;
        background-color: #f7f7f7;
    }
    .nav_plus {
        box-sizing: border-box;
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        height: 40px;
        color: #f7f7f7;
        padding-top: 5px;
		border-top: 1px solid #f7f7f7;
        background-color: #f7f7f7;
		z-index: 999;
    }

    .to_left_plus {
        display: block;
        margin-top: 5px;
        float: left;
        width: 0;
        height: 0;
        border-right: 10px solid #0c0101;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        margin-left: 10px;
    }
    .shareTip_plus{
        display: block;
        float: left;
        width: 30px;
        padding-bottom: 10%;
        height: 80%;
        text-align: center;
        margin-left: 82%;
    }
    .shareTip_img_plus{
        width: 100%;
        vertical-align:middle;
        margin: 0 auto;
        border-bottom: 10px solid transparent;
    }

    .subMenu_plus {
        width: 25%;
        float: left;
        cursor: pointer;
    }

    .menu_name_plus {
        height: 40%;
        width: 100%;
        line-height: 130%;
        font-family: 微软雅黑;
        font-size: 12px;
    }

    img.menu_img_plus {
        height: 24px;
        width: 24px;
    }

    img {
        vertical-align: middle;
        border: 0;
    }

    .active_plus {
        color: #e63c3c;
    }

    .text-center_plus {
        text-align: center
    }