header .logo {
    display: flex;
    flex-wrap: nowrap;
    padding: 0px;
    height: auto;
    background: transparent;
    padding-left: 241px;
}

header {
    background: url("./images/top_01.jpg");
    background-repeat: no-repeat;
    height: 427px;
    background-size: 100%;
    min-width: 1450px;
}

header .col-xs-12 {
    position: static;
    padding-left: 0px;
    padding-right: 0px;
}

.login-info {
    background: transparent;
    position: static;
    height: auto;
    top: 0px;
    right: 0px;
}

#login-info-user {
    background: transparent;
    padding: 0px;
    height: 85px;
    font-size: 14px;
    line-height: 116px;
    margin-left: 160px;
}

.logo img {
    position: static;
    height: 84px;
    margin-right: 110px;
}

#login-info-user a {
    color: #ffffff;
    font-size: 14px;
}

.logo .layui-nav .layui-nav-item {
    height: auto;
    margin: 0px;
    background: transparent;
}

.logo .layui-nav .layui-nav-item a {
    width: auto;
    height: 84px;
    line-height: 116px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    font-weight: bold;

}

.layui-this a {
    border-bottom: 3px solid white;
    background: transparent;
}

.layui-nav {
    position: static;
    margin-top: 0px;
    padding: 0px;
    height: auto;
}

header .container-fluid {
    height: auto;
}

.home-footer-panel {
    display: flex;
    flex-direction: column;
}

.home-footer-panel {
    width: 100%;
}

footer {
    height: auto;
    position: static;
    background: #006de7;
    color: white;
}


.footer-top, .footer-bottom {
    width: 1425px;
    border: none;
    font-size: 14px;
    display: flex;
    justify-content:center;
    margin-left:auto;
    margin-right:auto;
}
.footer-top{
    line-height: 110px;
    border-bottom: 1px #80b8f7 solid;
    height: 85px;
}

.footer-bottom{
    height: 76px;
}
.footer-top a {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 110px;
    font-size: 16px;
}
.content-header {
    background: url("./images/top_02.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -1px;
    height: 545px;
}

.content {
    background: #f5f5f5;
    padding-top: 1px;
}

body {
    background: #f5f5f5;
}

.card-panel {
    margin-left: auto;
    margin-right: auto;
    min-height: 815px;
    border-radius: 15px;
    margin-top: -39px;
    background: #ffffff;
    width: 1440px;
    margin-bottom: 121px;
    padding-left: 59px;
    padding-right: 59px;
    padding-top: 36px;
    padding-bottom: 36px;
    box-shadow: 0px 3px 14px 0px #666666;
}
.card-content-panel{
    width: 100%;
    margin-top: 22px;
}

.xline {
    border-bottom: solid 19px #296fe3;
    width: 4px;
    margin-right: 6px;
}
.title-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #0078ff;
    font-family: '微软雅黑';
}
.title-box {
    display: flex;
    padding-bottom: 8px;
    border-bottom: 1px solid #cbcbcb;
}
.table-title-td {
    text-align: center;
    background: #296fe3;
    color: white;
    font-size: 16px;
    border-right: 1px solid white;
    font-weight: bold;
    line-height: 40px;
    line-height: 23px !important;
}

.table-content-td {
    border: 1px solid #ededed;
    color: black;
    background: white;
    font-size: 14px;
    text-align: center;
}

.table-content-td a{
    color: #006de7;
}
.footer-top-content{
    margin-left: auto;
    margin-right: auto;
}
.home-pannel{
    height: auto;
}
.practice-header-left{
    background: #296EE3;
}