#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
}

#top a {
    color: #fff;
}

.logo {
    width: 8rem;
    /* height: 6rem; */
}

.logo-text {
    color: #000;
}

.navbar-brand {
    text-align: center;
}

.navbar-brand>img {
    display: inline-block;
    margin-bottom: 1rem;
}

.navbar-brand-white {}

.navbar-brand-green {
    display: none;
}

.navbar-brand-white .logo-text {
    color: #fff;
    font-size: 13px;
}

.navbar-brand-green .logo-text {
    color: #599b19;
    font-size: 13px;
}




.img-black {
    display: none;
}

.text-black {
    display: none;
    color: #000;
}

.navbar-static-top {
    padding-bottom: 4rem;
}

.navbar-nav {
    /* float: right; */
}

#bs-navbar .navbar-nav {
    /* display: none; */
}

.nav-img-box {
    float: right;
    margin-top: 3rem;
    width: 30%;
    text-align: right;
}

.nav-img-box>span {
    display: inline-block;
    padding: 0 .2rem;
    cursor: pointer;
}

.nav-img-box>span img {
    max-width: 100%;
}

/* 侧边栏导航 */

.side-container {
    display: none;
    position: absolute;
    z-index: 100000;
    right: 0;
    top: 0;
    height: calc(100vh - 6rem);
    width: 30vw;
    background-color: #fff;
    color: #000;
    border-left: 1px solid #eee;
}

.side-wrap {
    width: 100%;
    /* height: 100%; */
    padding: 3rem;
}

.side-inner .close {
    text-align: right;
    font-size: 5rem;
    font-weight: normal;
}

.nav-list {
    padding-top: 5rem;
    padding-left: 5rem;
}

.nav-list .nav-item {
    margin-bottom: 3rem;
}

.nav-list a {
    color: #000;
    font-size: 3rem;
}

.search-wrap {
    width: 80%;
    margin: 0 auto;
    padding-top: 10rem;
}

button:focus {
    outline: none !important;
}

.navbar-header {
    /* display: inline-block; */
}

.navbar-toggle {
    background-color: #000;
}

#bs-navbar .navbar-nav li a  {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    display: inline-block;
}
#bs-navbar .navbar-nav li a.active {
    color: #000;
}

.side-container form {
    display: flex;
}




@media(max-width:768px) {
    .pagination-container .btn-text {
        display: none;
    }
    .logo {
        min-width: 30px;
    }
}

@media(max-width:768px) {
    #bs-navbar {
        /* display: inline-block;

        width: 80%; */
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
        height: 100vh;
    }
    #bs-navbar .navbar-nav {
        width: 100%;
        display: inherit;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }
    #bs-navbar .navbar-nav li {
        width: 100%;
    }
    #bs-navbar .nav-img-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #bs-navbar .nav-img-box span {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav-img-box [data-name="nav"] {
        display: none;
    }
    .nav-img-box [data-name="search"] {
        display: none;
    }



    .navbar-brand>img {
        width: 25px;
    }
    .logo-text {
        font-size: 12px;
    }


    .logo {
        width: 50px;
    }


    .text-black{
        font-size: 12px;
    } 
    .text-white{
        font-size: 12px;
        color: #000;
    } 
}



@media screen and (min-width:960px) and (max-width:1366px) { 
    .logo {
        width: 50px;
    }
}


.navbar-toggle {
    background: transparent;
}

.bs-docs-nav .navbar-toggle .icon-bar {
    background: #000;
}
.bs-docs-nav .navbar-toggle.white-line .icon-bar {
    background: #fff;
}


#bs-navbar.navbar-collapse .navbar-nav li a {
    color: #000;
    font-size: 12px;
}

