.menu {
    height: 25px;
    background: url(/images/2.0/index_icon.png) no-repeat -319px -363px;
    width: 25px;
    position: absolute;
    right: 30px;
    cursor: pointer;
    vertical-align: middle;

}

#nav {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    background-size: 100%;
    background-color: #f77d06;
    width: 40%;
    z-index: 500;
    padding: 0 15px;
    overflow-y: scroll;
}

#nav-wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 480;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}


#nav .logo-10 {
    font-size: 0;
    text-align: center;
    margin-top: 27px;
}

#nav .logo-10 img {
    width: 84px;
}

.mini_nav>li {

    border-bottom: 1px solid #fff;
    line-height: 60px;
}

.mini_nav>li>a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    width: 100%;
}

#app_menu {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 99;
}


#app_menu li a {
    display: block;
    border-bottom: solid 1px rgba(122, 121, 119, 0.15);
    text-align: center;
    padding: 20px 0;
    font-family: "Facto", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 600;
    color: #7a7977;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.5px;
}

button.navbar-toggle {
    margin: 15px 20px 15px 0;
    border: none;
    background: none;
    font-size: 28px;
    color: #5e5e5e;
    float: right;
}

#app_menu :before {
    clear:both;
    content:'.';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
 }