html {
    height: 100%;
    min-height: 100%;
}
body {
    background-color: #fff;
    font-size: 16px;
    color: #314659;
    position: relative;
    min-height: 100%;
    padding-bottom: 5.2rem;
}
a, .transition, :before, img {
    -webkit-transition: All .3s ease;
    transition: All .3s ease;
}
.text-warning {
    color: #FF6000 !important;
}

.wal {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 12rem;
    flex: 1;
}

.header {
    background-color: #288CFF;
}
.header .wal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4.8rem;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img {
    height: 3rem;
}
.logo h4 {
    color: #fff;
    margin-left: 1.6rem;
    font-weight: 500;
}
.header-r {
    display: flex;
    align-items: center;
}
.header-r p {
    font-size: 1.2rem;
    color: #fff;
    margin-right: 1rem;
}
.header-r-nav {
    display: flex;
    align-items: center;
}
.header-r-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    background-color: #fff;
    border-radius: 50%;
    font-size: 2.4rem;
    color: #288CFF;
    margin: 0 1rem;
    text-decoration: none;
}
.header-r-nav a:hover {
    transform: translateY(-0.3rem);
}

.footer-fluid {
    background-color: #F8F9FC;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1.6rem;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.footer-fluid span {
    display: inline-block;
    margin: 0 1rem;
}

/**==导航==**/
.stu_banner {
    position: relative;
    min-height: 16.8rem;
    background-image: url(../images/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.stu_banner::after {
    content: "";
    background: linear-gradient(45deg, rgba(50, 197, 255, .85) 0%, #B620E0 50%, rgba(247, 181, 0, .85) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: .6;
}
.stu_banner h1 {
    z-index: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.stu_banner h1 small {
    display: block;
    font-size: 2rem;
    margin-top: .8rem;
}

.stu_banner div {
    z-index: 1;
}

.s-items {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
    align-items: stretch;
    margin: 0 -0.8rem -0.8rem;
    margin-bottom: 1.6rem;
}
.s-item {
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
    width: 16.66666667%;
}
.s-box {
    display: block;
    padding: 1.6rem;
    background: linear-gradient(180deg, #F0F6FF 0%, #fff 100%);
    border-radius: .8rem;
    text-decoration: none;
    color: #343A40;
}
.s-item:nth-child(5n+2) .s-box {
    background: linear-gradient(180deg, #F4FAFE 0%, #fff 100%);
}
.s-item:nth-child(5n+3) .s-box {
    background: linear-gradient(180deg, #FFFAF0 0%, #fff 100%);
}
.s-item:nth-child(5n+4) .s-box {
    background: linear-gradient(180deg, #FFF8F8 0%, #fff 100%);
}
.s-item:nth-child(5n+5) .s-box {
    background: linear-gradient(180deg, #F5F3FF 0%, #fff 100%);
}
.s-item-content {
    position: relative;
    padding-left: 2.8rem;
}
.s-item-content .item-ico {
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 2rem;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    border-radius: 0.3rem;
    background: #61b1fb;
    color: #fff;
}
.s-item-content .item-ico .EvaIcon {
    font-size: 1.4rem;
}
.s-item:nth-child(5n+2) .s-item-content .item-ico {
    background: #38c6ea;
}
.s-item:nth-child(5n+3) .s-item-content .item-ico {
    background: #ffcc01;
}
.s-item:nth-child(5n+4) .s-item-content .item-ico {
    background: #ff6245;
}
.s-item:nth-child(5n+5) .s-item-content .item-ico {
    background: #9998f4;
}
.s-item-content .item-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    height: 2.4rem;
    overflow: hidden;
    font-weight: 500;
}
.s-box:hover, .active {
    color: #ff6000;
    text-decoration: none;
}

.stu_nav {
    margin: 0;
    justify-content: center;

}
.stu_nav .s-item {
    margin: .4rem 0;
    padding: 0 .4rem;
    width: auto;
}
.stu_nav .s-box {
    padding: .6rem 1.6rem;
    border-radius: 10rem;
    background: rgba(25,43,63,.32);
    color: #fff;
}
.stu_nav .s-item:nth-child(5n+2) .s-box,.stu_nav .s-item:nth-child(5n+3) .s-box,.stu_nav .s-item:nth-child(5n+4) .s-box,.stu_nav .s-item:nth-child(5n+5) .s-box {
    background: rgba(25,43,63,.32);
}
.stu_nav .s-box:hover,.stu_nav .s-box.active {
    color: #ff6000;
    background: #fff;
}
.stu_nav .s-item:nth-child(5n+2) .s-box:hover, .stu_nav .s-item:nth-child(5n+3) .s-box:hover, .stu_nav .s-item:nth-child(5n+4) .s-box:hover, .stu_nav .s-item:nth-child(5n+5) .s-box:hover {
    background: #fff;
}
.stu_nav .s-item:nth-child(5n+2) .s-box.active, .stu_nav .s-item:nth-child(5n+3) .s-box.active, .stu_nav .s-item:nth-child(5n+4) .s-box.active, .stu_nav .s-item:nth-child(5n+5) .s-box.active {
    background: #fff;
}

.stu_nav .s-item-content .item-title {
    font-size: 1.4rem;
    color: #fff;
}
.stu_nav .s-item-content .item-ico {
    border-radius: 1rem;
}

.main-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
}
.heading {
    display: flex;
    align-items: center;
}
.heading h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #192B3F;
    line-height: 3.4rem;
    position: relative;
    margin-right: 1.2rem;
}
.heading h3::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: .5rem;
    background: #288CFF;
    opacity: .3;
    height: .6rem;
}
.heading.no-line h3::after {
    display: none;
}
.heading p {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    height: 3.4rem;
}
.heading p::before {
    content: '';
    width: .6rem;
    height: .3rem;
    background-color: #A0AEC0;
    margin-right: 1.2rem;
}
.main-title .btn-group {
    display: flex;
    align-items: center;
}


.tips {
    display: flex;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.tips .EvaIcon {
    margin-right: .6rem;
    color: #ff6000;
}
.tips p {
    flex: 1;
}


/**==按钮样式==**/
.Mbtn {
    box-sizing: border-box;
    height: 3.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 3.4rem;
    padding: 0 1.2rem;
    border-radius: .4rem;
    background-color: #288CFF;
    color: #fff;
    border: 1px solid #288CFF;
}
.Mbtn:hover {
    background-color: #0069d9;
}
.Mbtn-lg {
    font-size: 1.6rem;
    height: 4rem;
    line-height: 4rem;
}
.Mbtn-line {
    background-color: transparent;
    border-color: #288CFF;
    color: #288CFF;
}
.Mbtn-line:hover {
    color: #fff;
}
.btn-group .Mbtn {
    margin-left: 1rem;
}
.btn-group .Mbtn:first-child {
    margin-left: 0;
}
.Mbtn-secondary {
    background-color: #A0AEC0 !important;
    border-color: #A0AEC0 !important;
}
.Mbtn-secondary:hover {
    background-color: #8a97a8 !important;
}

.T-box-content {
    display: flex;
    margin-bottom: 3.2rem;
}
.T-box-left {
    border: 1px solid #dee2e6;
    border-right-width: 0;
}
.T-box-table {
    margin-bottom: 0;
}
.T-box-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.T-box-rightbottom {
    border: 1px solid #dee2e6;
    border-top-width: 0;
    flex: 1;
    padding: 1.6rem;
}

.person_info {
    padding: 2rem;
}
.person_info img {
    margin-bottom: 3rem;
}
.person_info h2 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    font-weight: 600;
}
.person_info p {
   /* font-family: "philosopher-regular","楷体",STKaiti;*/
}


.lay-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
.lay-item {
    background-color: #eee;
    border-radius: 1.2rem;
    margin-right: 1.6rem;
}
.lay-items .lay-item:last-child {
    margin-right: 0;
}
.lay-box {
    padding: 2rem;
}
.xz-info p {
    margin-bottom: .8rem;
}

.F_box dl {
    display: flex;
    align-items: baseline;
    margin-bottom: .8rem;
    font-size: 1.6rem;
    line-height: 3.4rem;
}
.F_box dl dt {
    font-weight: 400;
    text-align: right;
    white-space: nowrap;

}
.F_box dl dd {
    line-height: 1.4;
    flex: 1;
}
.F_box a {
    display: block;
    text-decoration: none;
}
.fushi dl dt {
    width: 7em;
}

.title-small {
    display: flex;
    align-items: center;
}
.title-small .item-ico {
    margin-right: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    text-align: center;
    line-height: 2.4rem;
}
.title-small .item-ico i {
    font-size: 1.4rem;
}
.title-small h3 {
    font-size: 1.8rem;
    font-weight: bold;
}
.title-border-bottom {
    border-bottom: 2px solid #288CFF;
    padding-bottom: 1.2rem;
    position: relative;
}
.title-border-bottom .tips {
    position: absolute;
    right: 0;
    margin-bottom: 0;
}

.form-group-inline {
    display: flex;
    align-items: center;
}

.sider_nav {
    padding: 2rem 0;
    margin-bottom: 4rem;
}
.sider_nav li {
    position: relative;
}
.sider_nav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    margin-left: 3rem;
    font-size: 1.6rem;
    line-height: 4.4rem;
    height: 4.4rem;
    color: #192B3F;
    border-bottom: 1px solid #EAECF3;
}
.sider_nav li a span.number {
    margin-right: 1rem;
}
.sider_nav li a span.state {
    color: #A0AEC0;
    margin: 0 1.2rem;
}
.sider_nav li a span.state-done {
    color: #1DC11D;
}
.sider_nav li a span.state-fail {
    color: #FF0033;
}
.sider_nav .current::before {
    content: '';
    width: .5rem;
    height: 2rem;
    background: #288CFF;
    position: absolute;
    left: 0;
    top: 1.2rem;
}
.sider_nav .current a, .sider_nav li a:hover {
    color: #288CFF;
}


/**==表格样式==**/
.table table th, .table th, .table table td, .table td {
    border: 1px solid #EAECF3;
}
.table table th, .table th {
    background-color: #F8F9FC;
}
.table td, .table th {
    padding: 1rem 1.2rem;
}
.table-stripe th, .table-stripe td {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.table-stripe thead th {
    border-color: #288CFF;
    background-color: transparent;
}
.table-stripe th {
    background: transparent;
}

.table-content {
    margin-bottom: 4rem;
}

.table-title {
    display: flex;
    align-items: center;
}
.table-title h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-right: 1rem;
    color: #288CFF;
}

/**==渐变背景==**/
.linear-bg-blue {background: linear-gradient(180deg, #F0F6FF 0%, #fff 100%);}
.linear-bg-green {background: linear-gradient(180deg, #F4FAFE 0%, #fff 100%);}
.linear-bg-yellow {background: linear-gradient(180deg, #FFFAF0 0%, #fff 100%);}
.linear-bg-red {background: linear-gradient(180deg, #FFF8F8 0%, #fff 100%);}
.linear-bg-purple {background: linear-gradient(180deg, #F5F3FF 0%, #fff 100%);}
/**==图标背景==**/
.ico-bg-blue { background-color: #61b1fb; color: #fff;}
.ico-bg-green { background-color: #38c6ea; color: #fff;}
.ico-bg-yellow { background-color: #ffcc01; color: #fff;}
.ico-bg-red { background-color: #ff6245; color: #fff;}
.ico-bg-purple { border-color: #9998f4; color: #fff;}

/**==徽章（Badge）==**/
.badge-primary { background-color: #288CFF;}
.badge-secondary { background-color: #A0AEC0;}
.badge-warning { background-color: #FF6000;color: #fff;}

/**==表单==**/
.custom-select {
    min-width: 16rem;
    height: calc(1.5em + .8rem + 2px);
    font-size: 1.6rem;
}


/**==媒体选择==**/
@media screen and (max-width: 1900px){
    .wal {margin: 0 8rem;}
}
@media screen and (max-width: 1440px){
    .wal {margin: 0 6rem;}
}
@media screen and (max-width: 1200px){
    .wal {margin: 0;}
    .s-item {width: 20%;}
}
@media screen and (max-width: 992px){
    .wal {margin: 0;}
    .s-item {width: 25%;}
}
@media screen and (max-width: 768px){
    .wal {margin: 0;}
    .s-item {width: 33.33333337%;}
    .stu_nav_bg h1 {font-size: 3.2rem;margin-top: 2.4rem;}
    .stu_nav {padding: .8rem 0;}
}
@media screen and (max-width: 576px){
    .wal {margin: 0;}
    .header-r p {display: none;}
    .s-item {width: 50%;}
    .logo h4 {display: none;}
    .stu_banner h1 {font-size: 2rem;}
    .stu_banner h1 small {font-size: 1.4rem;}
    .stu_banner {min-height: 8rem;}
    .xz-info p {font-size: 1.4rem;line-height: 1.4;}
    .footer-fluid span {display: none;}
    .footer-fluid span:first-child {display: block; font-size: 1.2rem;}
    .T-box-content {flex-direction:column;}
    .T-box-left {border-right-width: 1px; border-bottom-width: 0;text-align: center;}
    .lay-item {margin-right: 0;}
    .heading {margin-bottom: .8rem;}
}


