.menu-nav {
    position: relative;
    float: right;
    margin: 35px 40px 0 0;
    padding: 0;
    cursor: pointer;
    /*-webkit-transition: 2.5s all linear 0s;*/
    transition: .5s all linear 0s;
    z-index: 130;
    /*background-color: aqua;*/
}

.menu-nav .navigation i:first-child {
    /*margin-top: 9px;*/
    margin-bottom: 6px;
}

.menu-nav .navigation i:last-child {
    /*margin-top: 9px;*/
    margin-top: 6px;
}

.menu-nav .navigation i {

    display: block;
    width: 24px;
    height: 3px;
    /*margin-bottom: 4px;*/
    /*margin: 2px 0;*/
    background-color: white;
}

.menu-nav .navigation:hover i {
    background-color: #3e6dff;
}

@media screen and (max-width: 767px) {
    .menu-nav {
        margin-right: 15px;

    }
}

.navimenu {
    /*display:none;*/
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 130;
    width: 35%;
    height: 100%;
    -webkit-transition: 0.5s all cubic-bezier(0.08, 0.03, 0.22, 0.87) 0s;
    transition: .5s all cubic-bezier(0.08, 0.03, 0.22, 0.87) 0s;
    right: -35%;
    text-align: center;
}

.list-head-contain {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 100px;
    /*background-color: green;*/
}

.list-head-contain .list-nav-toggle {
    position: absolute;
    top: 39px;
    padding: 20px 15px;
    cursor: pointer;
    /*background-color: yellow;*/
    right: 30px;
}

.list-head-contain .list-nav-toggle .toggle-burger {
    position: relative;
    top: 0;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /*background-color: fuchsia;*/
}

.list-head-contain .list-nav-toggle .toggle-burger i {
    position: absolute;
    display: block;
    background-color: black;
    -webkit-transition: .5s background ease-in-out 0s;
    transition: .5s background ease-in-out 0s;
}

.list-head-contain .list-nav-toggle .toggle-burger i:first-child {
    top: 13.5px;
    left: 0;
    width: 30px;
    height: 3px;
}

.list-head-contain .list-nav-toggle .toggle-burger i:last-child {
    top: 0;
    left: 13.5px;
    width: 3px;
    height: 30px;
}

.menu-list-contain {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 50%;
}

.menu-list-contain div {
    list-style: none;
    display: block;
    list-style-type: none;
    padding: 0;
}

.menu-item {
    display: block;
    text-align: left;
    color: #0d0408;
    /*margin: 33px 0 0 0;*/
    right: 0px;
    transition: right .5s;

    text-align: left;
    font-size: 26px;
    line-height: 26px;
    font-family: PFSCRegular, SFProDisRegular, SFProTextRegular, Helvetica Neue, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    border-left: 8px solid white;
    background-color: white;
    text-decoration: none;
    padding: 20px 0;
    padding-left: 20%;

}

.menu-item:hover {
    border-left: 8px solid #3e6dff;
    color: #3e6dff;
    font-weight: bold;
}

.menu-sub-item {
    display: block;
    text-align: left;
    color: #0d0408;
    /*margin: 16px 0 0 0;*/
    right: 0;
    transition: right .5s;
    text-align: left;
    font-size: 24px;
    font-family: PFSCRegular, SFProDisRegular, SFProTextRegular, Helvetica Neue, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    border-left: 8px solid white;
    /*font-weight: bold;*/
    background-color: white;
    text-decoration: none;
    padding: 10px 0;
    padding-left: 25%;
}

.menu-sub-item:hover {
    border-left: 8px solid #3e6dff;
    color: #3e6dff;

}

@media screen and (max-width: 767px) {
    .navimenu {
        width: 100%;
        right: -100%;
    }

    .menu-item {
        font-size: 18pt;
        border-left: 4px solid white;
    }

    .menu-item:hover {
        border-left: 4px solid blue;
    }

    .menu-sub-item {
        font-size: 18pt;
        border-left: 4px solid white;
        padding-left: 25%;
    }

    .menu-sub-item:hover {
        border-left: 4px solid blue;
    }

}

.list-close-mask-2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: opacity .5s linear 0s, z-index .1s linear .5s;
    transition: opacity .5s linear 0s, z-index .1s linear .5s;
    display: none;
}

.list-close-mask-2.show {
    z-index: 120;
    opacity: 1;
    -webkit-transition: opacity .5s linear 0s, z-index .1s linear 0s;
    transition: opacity .5s linear 0s, z-index .1s linear 0s;
    display: block;
}

@media screen and (max-width: 767px) {
    .list-head-contain .list-nav-toggle {
        top: 13px;
        right: 3px;
    }

    .list-head-contain {
        height: 28px;
    }

    .menu-item {
        padding: 8px 20%;
    }
}

.meanu-login-info {
    display: none;
    width: 100%;
    height: 30px;

}

.login-info {
    display: flex;
    height: 100%;
    padding-left: 20%;
    border-left: 8px solid rgba(255, 255, 255, 0);
}

.login-info a, .login-info span {
    display: inline-block;
    line-height: 30px;
}

.login-info span {
    margin: auto 10px;
}

#usermail {
    background-color: rgba(0, 51, 255, 0.1);
    padding: 0px 10px;
    margin-right: 20px;
    border-radius: 5px;
}

#quit {
    border-bottom: 2px solid;
    padding-bottom: 2px;

}

@media screen and (max-width: 767px) {

    .meanu-login-info {
        display: block;
    }

    .menu-item, .menu-sub-item {
        background-color: rgba(233, 238, 255, 0);
        border-left-color: rgba(233, 238, 255, 0);

    }
    .menu-sub-item{
        line-height: 24px;
    }
}
