/* header */
.header-box {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ebeefe;
}

.header-box .navbar {
    height: 100%;
}

.logo-img {
    width: 220px;
    height: 40px;
}

.header-list {
    margin-left: 30px;
}

.header-box .header-list .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 40px;
}

.header-box .header-list .active .nav-link,
.header-box .header-list .nav-active-bg {
    background: #4955d3;
    color: #fff !important;
}

.btn-gorup .btn {
    border: 0;
    background-color: #007bff23;
}

.btn-gorup .btn:hover {
    background-color: #007bff;
}

@media (max-width: 991px) {
    #navbarNav {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 0 7px 3px #eee;
        padding: 16px 0;
    }

    .header-list,
    .btn-gorup {
        margin: 0 30px;
    }
}

/* content */
.index-content {
    margin-top: 80px;
    min-height: calc(100vh - 130px);
}

/* footer */
.footer {
    font-size: 13px;
}

.footer a,
.footer a:hover {
    color: #fff !important;
}

.lianxiwomen {
    font-size: 14px;
    color: #333;
    padding: 20px 15px;
    border-bottom: 1px solid #fff;
    background-color: #007bff11;
}

.lianxiwomen-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.footer .beian {
    padding: 15px;
    background-color: #333;
}