.navbar {
    margin-bottom: 0;
    height: 70px !important;
    border-color: unset !important;
    border: unset !important;
}
.navbar-brand {
    margin: 0;
    height: inherit !important;
    display: flex;
    align-items: center;
}

/* 大屏幕 */
.navbar-md {
    background: rgba(0,0,0,.2) !important;
}
.navbar-md .container {
    height: inherit;
}

.navbar-md .container .navbar-brand {
    padding: 5px 10px;
}
.navbar-md .container .navbar-brand img {
    width: 60px;
    height: 60px;
}
.navbar-md .container .navbar-nav {
    height: inherit;
}
.navbar-md .container .navbar-nav > li {
    height: inherit;
}
.navbar-md .container .navbar-nav > li >a {
    height: inherit;
    color: #fff !important;
    display: inline-block;
    padding: 0 30px;
    line-height: 70px;
}
.navbar-md .container .navbar-nav > li:hover {
    /* background: #18BD70; */
}


/*  小屏幕使用 */
.navbar-xs {
    /* background: linear-gradient(128deg, #69BCD2 0%, #1796AE 100%); */
    background: rgba(0,0,0,.2) !important;
}
.navbar-xs .container {
    display: flex;
    /* justify-content: space-between; */
}
.navbar-xs .container .nav-text {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 70px;
    letter-spacing: 2px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.navbar-xs .navbar-header .navbar-brand {
    display: flex;
    flex-direction: column;
    padding: 8px;
    width: 80px;
    justify-content: center;
    text-align: center;
}
.navbar-xs .navbar-header .navbar-brand img {
    width: 50px;
    height: 50px;
}