* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
    background-color: #6b005e;
    height: 120px;
}

.header-content {
    margin: 0 auto;
    color: #fff;
    width: 1200px;
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
}

.tab {
    background-color: #7a1276;
    height: 54px;
}

.tab-content {
    min-height: 700px;
}

.tab-content,
.tab-content-box {
    margin: 0 auto;
    color: #fff;
    width: 1200px;
    height: 100%;
}

.tab-content .title {
    border-bottom: 1px dashed;
    margin: 10px 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab-content .title .text {
    font-size: 22px;
    font-weight: 700;
    border-left: 5px solid #63065f;
    padding-left: 10px;
}

.tab-content .breadcrumbBox .breadcrumb {
    margin: 0;
    background-color: unset;
    color: #777;
}

.tab-content .breadcrumbBox .breadcrumb a {
    color: #777;
    text-decoration: none;
}

.tab-content .content {
    margin-top: 15px;
}

.tab-content .content a {
    color: #333;
    text-decoration: none;
}

.tab-content .content .navBox {
    width: 18%;
}

.tab-content .content .mainBox {
    flex: 1;
    margin-left: 20px;
    height: 100%;
}

.tab-content .content .navBox .navHeader {
    width: 100%;
    background-color: #63065f;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}

.tab-content .content .navBox .nav-tabs {
    display: flex;
    flex-direction: column;
    border: none;
}

.tab-content .nav-tabs>li {
    width: 100%;
    height: 100%;
    margin: 0;
}

.tab-content .nav-tabs>li>a {
    color: #333;
    width: 100%;
    background-color: #f3f3f3;
    height: 70px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-content .nav-tabs>li>a:focus,
.tab-content .nav-tabs>li>a:hover {
    color: #63065f;
    flex: 1;
    background-color: #fff;
    height: 70px;
    font-size: 18px;
    border: none;
    display: flex;
    align-items: center;
    border-radius: unset;
    border-left: 3px solid #611558;
}

.tab-content .nav-tabs>li.active>a,
.tab-content .nav-tabs>li.active>a:focus,
.tab-content .nav-tabs>li.active>a:hover {
    color: #63065f;
    height: 70px;
    border: none;
    display: flex;
    align-items: center;
    background-color: #fff;
    font-weight: 700;
    border-radius: unset;
    cursor: pointer;
    border-left: 3px solid #611558;
}


.tab-content-box .nav-tabs {
    border: none;
    height: 100%;
    display: flex;
    align-items: center;
}

.tab-content-box .nav-tabs>li {
    flex: 1;
    height: 100%;
    margin: 0;
}

.tab-content-box .nav-tabs>li>a {
    color: #fff;
    flex: 1;
    background-color: #7a1276;
    height: 100%;
    font-size: 18px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-content-box .nav-tabs>li>a:focus,
.tab-content-box .nav-tabs>li>a:hover {
    color: #fff;
    flex: 1;
    background-color: #611558;
    height: 100%;
    font-size: 18px;
    border: none;
    display: flex;
    align-items: center;
    border-radius: unset;
}

.tab-content-box .nav .open>a,
.tab-content-box .nav .open>a:focus,
.tab-content-box .nav .open>a:hover {
    color: #fff;
    flex: 1;
    height: 100%;
    border: none;
    display: flex;
    align-items: center;
    background-color: #611558;
    font-weight: 400;
    border-radius: unset;
}

.tab-content-box .nav-tabs>li.active>a,
.tab-content-box .nav-tabs>li.active>a:focus,
.tab-content-box .nav-tabs>li.active>a:hover {
    color: #fff;
    flex: 1;
    height: 100%;
    border: none;
    display: flex;
    align-items: center;
    background-color: #611558;
    font-weight: 400;
    border-radius: unset;
    cursor: pointer;
}

.tab-content-box .nav-tabs>li>a {
    text-align: center;
    margin: 0;
}

.tab-content-box .nav-tabs .dropdown-menu {
    color: #fff;
    background-color: #7a1276;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

.tab-content-box .dropdown-menu>li>a {
    clear: both;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-content-box .dropdown-menu>li>a:focus,
.tab-content-box .dropdown-menu>li>a:hover {
    color: #fff;
    height: 54px;
    border: none;
    display: flex;
    align-items: center;
    background-color: #611558;
    font-weight: 400;
    border-radius: unset;
    outline: none;
}

.tab-content-box .dropdown-menu>.active>a,
.tab-content-box .dropdown-menu>.active>a:focus,
.tab-content-box .dropdown-menu>.active>a:hover {
    color: #fff;
    height: 54px;
    border: none;
    display: flex;
    align-items: center;
    background-color: #611558;
    font-weight: 400;
    border-radius: unset;
    outline: none;
}

.copyright {
    background-color: #390336;
    height: 47px;
    /* position: fixed;
            bottom: 0;
            width: 100%; */
}

.copyright-content {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    color: #dee7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}