#header{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.header_on{
    background-color: #fff;
    transition-duration: 1s;
}

#header>a{
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3%;
}

#header>a img{
    width: 100%;
}

.ver_menu{
    height: 100%;
    display: flex;
    align-items: center;
}

.ver{
    margin-right: 15px;
}

.ver i{
    color: #555;
    font-size: 24px;
}

.menu{
    width: 70px;
    height: 100%;
    background-color: #03569f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu img{
    width: 30px;
}

.menu_box{
    position: fixed;
    margin-right: -350px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    padding: 0 50px;
    box-sizing: border-box;
}

.menu_list{
    width: 100%;
    margin-top: 40px;
}

.menu_list p{
    font-size: 18px;
    color: #03569f;
    font-family: 'paybooc-ExtraBold', sans-serif;
    padding-bottom: 10px;
    border-bottom: 2px solid #03569f;
    text-align: center;
}

.menu_list ul{
    width: 100%;
}

.menu_list ul li{
    width: 100%;
    margin-top: 15px;
    color: #111;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.menu_box button{
    position: absolute;
    font-size: 20px;
    font-family: 'paybooc-ExtraBold', sans-serif;
    color: #03569f;
    background-color: #fff;
    bottom: 20px;
    right: 20px;
}
