
    .header{
        width: 100%;
        height: 50px;
        background: #ddd;
    }
    .menu_btn{
        text-align: right;
        padding: 10px;
    }
    .menu_bg{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        position: absolute;
        top:0;
        display: none;
    }
    .sidebar_menu{
        display: none;
        width: 60%;
        height: 100%;
        background: #ffffff;
        position: absolute;
        top:0;
        right: -60%;
        
    }
    .close_btn{
        width: 25px;
        height: 25px;
        margin:10px;
    }
    .close_btn > a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .menu_wrap{
        list-style: none;
        padding: 20px 10px;   
    }
    .menu_wrap li a{
        color: #000000;
        text-decoration: none;
			line-height: 30px;
    }
