#header nav li {
    padding-right: 15px !important;
}

body {
    margin-top: 80px;
}

#header {
    height: 80px;
    width: 100%;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: repeat;
    transition: background-image 1s;
    top: 0px;
    left: 0px;
    z-index: 200;
    position: fixed;
    background-color: #fff !important;
    overflow: hidden;
    border: solid 0px #eee;
    border-bottom-width: 1px;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);
}

#header .btn {
    float: right;
    margin-right: 16px;
    padding: 0 !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    margin-top: 19px;
    line-height: 25px;
}

#header .btn a {
    color: #083358;
}

#header .icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    display: block;
    float: left;
}

#header.fixed {
    position: fixed;
    top: 0;
}

#header .logo {
    margin-bottom: 0;
    height: 80px;
    width: 184px;
    float: left;
    display: block;
    margin-left: 20px;
}

#header .logo a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/logo.png);
    text-indent: -9999px;
}

#header .mode {
    position: absolute;
    right: 0;
    top: 0 !important;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    width: unset !important;
    margin: 0;
}

#header nav {
    height: 100%;
    float: left;
    display: block;
    width: calc(100% - 250px);
}

#header nav ul {
    height: 100%;
    float: left;
    display: block;
    width: calc(100% - 204px);
    margin-left: 0 !important;
    padding: 0 0 0 20px;
    display: block;
    margin-left: 230px;
    margin-bottom: 0;
}

#header nav ul li {
    display: block;
    line-height: 80px;
    float: left;
    position: relative;
}

#header nav ul li a {
    color: #757575;
    line-height: 80px;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

#header nav ul li a:hover {
    opacity: 0.6;
    text-decoration: none !important;
}

#header nav ul li a i {
    line-height: 80px !important;
}

#header nav ul ul {
    margin-left: 0;
    background-color: #fff;
    padding: 13px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 60px;
    width: 300px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    padding-right: 0;
    padding-top: 3px;
    padding-bottom: 7px;
}

#header nav ul ul li {
    float: none;
    height: 40px;
}

#header nav ul ul li a {
    line-height: 40px;
}

#header nav ul ul li a i {
    line-height: 40px !important;
}

#header .btn {
    background-color: #ffffff;
    color: #006dcc !important;
    opacity: 1;
}

#header .btn * {
    text-decoration: none !important;
}

#header .btn:hover {
    background-color: #083358;
    color: #ffffff !important;
}

#header .btn:hover * {
    color: #ffffff !important;
}

#header .face {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    right: 17px;
    top: 17px;
}

#header .user_name {
    font-size: 14px;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 1800px) {


    #header nav ul {
        padding: 10px 0 10px 20px;
    }

    #header nav ul li {
        line-height: 30px;
    }

    #header nav ul li a {
        line-height: 30px;
    }

    #header .user_name {
        display: block;
        float: left;
        width: 250px;
        height: 100%;
    }
}

@media only screen and (max-width: 1232px) {
    body {
        margin-top: 60px;
    }

    #header {
        height: 60px;
        overflow: unset;
    }

    #header .logo {
        height: 100%;
        width: 100%;
        margin-left: 0;
        float: none;
    }

    #header .logo a {
        display: block;
        position: absolute;
        left: 50%;
        top: 10%;
        width: 140px;
        height: 80%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        background-image: url(../img/logo.png);
        text-indent: -9999px;
        margin-left: -70px;
        z-index: -1;
        z-index: 0;
    }

    #header nav ul {
        display: none;
        position: absolute;
        left: 0;
        top: 60px;
        margin-left: 0;
        width: 100%;
        padding: 0;
        height: calc(100vh - 60px);
        overflow-y: scroll;
    }

    #header nav ul li {
        width: 100%;
        background-color: #fff;
        border-bottom: solid 1px #fff;
        padding: 0 !important;
        float: unset;
        display: none;
    }

    #header nav ul li.visible {
        display: block;
    }

    #header nav ul li a {
        height: 60px;
        line-height: 60px;
        padding: 0 10px;
        background-color: #f6a23f;
        color: #fff;
    }

    #header .user_name {
        width: calc(50% - 340px);
        min-width: 240px;
        font-size: 12px;
        margin-top: 10px;
        text-align: right;
        line-height: 14px;
        float: right;
    }

    #grovNavIconBox {
        position: absolute;
        left: 15px;
        top: 0;
        font-size: 30px;
        color: #666;
    }

    #grovNavIconBox.on i.fa-bars {
        display: none;
    }

    #grovNavIconBox.on i.fa-times {
        display: block;
    }

    #grovNavIconBox i.fa-bars {
        position: absolute;
        left: 0;
        top: 4px;
    }

    #grovNavIconBox i.fa-times {
        display: none;
        position: absolute;
        left: 2px;
        top: 3px;
    }
}

.sp_menu {
    display: none;
    position: fixed;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 100;
    top: 55px;
    right: 7px;
    top: 82px;
    right: 21px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    transition: box-shadow 1s, background-color 1s;
    z-index: 110;
}

.sp_menu:before {
    position: absolute;
    top: -4px;
    right: 10px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    z-index: 99;
    transform: rotate(-45deg);
}

.sp_menu ul {
    margin-bottom: 0;
}

.sp_menu ul li {
    line-height: 35px;
}

.sp_menu ul li a {
    color: #666666;
    font-weight: bold;
}

#grovNavIconBox {
    display: none;
}