<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*base*/
@charset "utf-8";
/**********************
Dateï¼š2018-06-28
BuilderVersionï¼šv3.0
CopyRight:iflytek_EUED
***********************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin: 0;
    padding: 0;
}
body,button,input,select,textarea {
    font-family: 'Microsoft YaHei',arial,SimSun,sans-serif,tahoma;
}
body{
    font-size: 14px;
    color: #666;
}
input,select,textarea {
    font-size: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
textarea,input,button,a {
    outline: none;
}
button {
    cursor: pointer;
}
textarea {
    resize: none;
}
fieldset,img {
    border: 0;
}
address,cite,code,dfn,em,i,th,var {
    font-style: normal;
    font-weight: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
a {
    text-decoration: none;
}
.clearfix:before ,.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
    overflow: hidden;
}
.clearfix {
    *zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hidenone {
    display: none;
}
.hide {
    visibility: hidden;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.ml10 {
    margin-left: 10px;
}
.mr10 {
    margin-right: 10px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pl10 {
    padding-left: 10px;
}
.pr10 {
    padding-right: 10px;
}
.tc {
    text-align: center;
}
.vm {
    display: inline-block;
    vertical-align: middle;
}

/*base end*/
body,html{
    height: 100%;
}
#app{
    height: 100%;
}
.container{
    position: relative;
    height: 100%;
}
.sidebar{
    position: relative;
    z-index: 10;
    float: left;
    height: 100%;
    background: #2572ec;
    background: linear-gradient(#4158e9,#0093ef);
    background-size: 100% 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.sidebar:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 179px;
    height: 141px;
    background: url("../images/sidebar-bg01.png") no-repeat center;
}
.sidebar:before{
    content: '';
    position: absolute;
    right: -10px;
    top: 40px;
    z-index: -1;
    width: 190px;
    height: 328px;
    background: url("../images/sidebar-bg02.png") no-repeat center;
}
.logo{
    height: 56px;
    padding: 10px 0 0 3px;
    background: #4d66e4;
    background: linear-gradient(90deg,#4278e3,#4c68e4);
    box-shadow: 0 0 6px 2px rgba(22,36,108,0.23);
    box-sizing: border-box;
}

.el-menu{
    width: 180px;
    background: transparent;
    border-right: 0;
}
.el-menu--collapse{
    width: 70px;
}
.el-menu--collapse .province{
    padding-left: 8px;
}
.el-menu-item, .el-submenu__title {
    height: 45px;
    line-height: 45px;
    padding: 0 18px 0 27px;
    color: #fff;
}
.el-submenu__title i{
    color: #fff;
}
.el-submenu__title:focus,
.el-submenu__title:hover{
    background-color: #5482ff;
}
.el-menu-item:focus,
.el-menu-item:hover{
    background-color: #5482ff;
}
.el-submenu .el-menu-item {
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 34px!important;
    min-width: 180px;
}
.el-menu-item.is-active{
    position: relative;
    background-color: #5482ff;
    color: #fff;
}
.el-menu-item.is-active:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}
.province{
    margin: 30px 0 26px 0;
    padding-left: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.container-right{
    position: relative;
    height: 100%;
    padding: 56px 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
}
.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 20px 0 13px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 16px 3px rgba(0,0,0,0.04);
}
.collapse-button{
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    margin-bottom: -2px;
}
.collapse-button button{
    width: 20px;
    height: 12px;
    border: 0;
    background: #fff;
}
.collapse-button button.fold-up{
    background: url("../images/fold-up.png") no-repeat center;
}
.collapse-button button.expand{
    background: url("../images/expand.png") no-repeat center;
}
.breadcrumb{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    color: #2f2a40;
}
.breadcrumb span,
.breadcrumb a{
    font-size: 13px;
    font-weight: bold;
    color: #2f2a40;
}
.search-icon{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 17px;
    margin-left: 30px;
    background: url("../images/search-icon.png") no-repeat center;
}
.notice{
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 16px;
    margin-left: 30px;
    background: url("../images/notice-icon.png") no-repeat center;
}
.user-wrap{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    cursor: pointer;
}
.user-pic{
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: #edeff4;
    border-radius: 100%;
    overflow: hidden;
}
.user-pic img{
    width: 100%;
    height: 100%;
}
.user-name{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 12px;
    color: #6f6f6f;
}
.exit{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 39px;
    font-size: 12px;
    color: #ff4c6a;
}
.main {
    height: 100%;
    padding: 12px;
    background: #f5f9fc;
    box-sizing: border-box;
    overflow-y: auto;
}
.form-wrap{
    padding: 20px 30px 0;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 16px 3px rgba(0,0,0,0.04);
}
.el-select{
    width: 160px;
}
.el-form--inline .el-form-item {
    margin-right: 50px;
}
.el-form--inline .el-form-item.fr{
    margin-top: -6px;
    margin-right: 0;
}
.el-form-item__label{
    line-height: 28px;
    color: #525252;
}
.el-form-item__content{
    line-height: 28px;
    font-size: 12px;
}
.el-input__inner {
    border: 1px solid #cbd0db;
    color: #333;
    height: 28px;
    line-height: 28px;
    padding: 0 15px 0 12px;
}
.el-input__inner::placeholder{
    color: #bbc0ca;
}
.el-input__icon{
    line-height: 28px;
}
.search-btn{
    font-size: 13px;
    padding: 8px 24px;
    background-color: #4876ff;
    border-color: #4876ff;
}
.search-btn:hover{
    background-color: #6289ff;
    border-color: #6289ff;
}
.search-btn:focus{
    background-color: #275bf7;
    border-color: #275bf7;
}
.download{
    font-size: 13px;
    padding: 8px 18px;
    background-color: #f1f4ff;
    border-color: #4876ff;
    color: #4876ff;
}
.download:hover{
    background-color: #4876ff;
    border-color: #4876ff;
    color: #fff;
}
.download:focus{
    background-color: #275bf7;
    border-color: #275bf7;
    color: #fff;
}
.content{
    /*margin: 12px 0;*/
    padding: 20px 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 16px 3px rgba(0,0,0,0.04);
}
.data-statistics{
    font-size: 0;
    text-align: center;
}
.data-statistics .item{
    display: inline-block;
    width: 33.3%;
    font-size: 12px;
    color: #707380;
}
.data-statistics .item.single{
    width: 60%;
    margin: 0 auto;
}
.data-statistics .item em{
    margin-left: 6px;
    font-size: 16px;
    color: #575963;
}
.data-statistics .item i{
    margin-left: 6px;
    font-size: 14px;
    color: #9797a3;
}
.data-statistics .item i.progress-bar{
    margin: 0;
}
.data-statistics .item i.statistics-icons{
    margin-left: 0;
}
.statistics-icons{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 22px;
    margin: 0 6px 0 0;
    background: url("../images/statistic-icons.png") no-repeat;
}
.statistics-icons.icon01{
    background-position: 3px -2px;
}
.statistics-icons.icon02{
    background-position: -46px 0;
}
.statistics-icons.icon03{
    background-position: -94px 0;
}
.data-statistics .progress{
    display: inline-block;
    margin: 0 7px;
}
.progress{
    position: relative;
    width: 164px;
    height: 10px;
    background: #f3f3f8;
    border-radius: 5px;
}
.data-statistics .item.single .progress{
    width: 260px;
}
.progress-bar{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
}
.progress-bar:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    animation: progress 0.6s;
}
.blue .progress-bar:after{
    background: #17a7ff;
    background: linear-gradient(90deg,#4d67ff,#17a7ff);
}
.yellow .progress-bar:after{
    background: #ffb628;
    background: linear-gradient(90deg,#ff876b,#ffb628);
}
.green .progress-bar:after{
    background: #11cbcd;
    background: linear-gradient(90deg,#38adff,#11cbcd);
}
@keyframes progress {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.table-style{
    margin-top: 30px;
}
.el-table td,
.el-table th{
    padding: 9px 0;
    text-align: center;
    font-size: 12px;
}
.el-table th{
    font-weight: bold;
    color: #333;
}
.el-button--text{
    color: #4876ff;
}
.el-button--text:hover{
    color: #6289ff;
}
.el-button--text:focus{
    color: #275bf7;
}
.el-table .descending .sort-caret.descending {
    border-top-color: #4876ff;
}
.el-table .ascending .sort-caret.ascending {
    border-bottom-color: #4876ff;
}
.el-select .el-input.is-focus .el-input__inner {
    border-color: #4876ff;
}
.el-select-dropdown__item.selected {
    color: #4876ff;
}
.pagination{
    margin-top: 15px;
    line-height: 26px;
    font-size: 12px;
    color: #757575;
}
.pagination .el-pagination{
    float: right;
}
.el-pager li{
    margin: 0 10px;
    padding: 0 3px;
    font-size: 12px;
    font-weight: normal;
    color: #555555;
    min-width: 28px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    background: #f7f7f9;
}
.el-pager li.active {
    color: #fff;
    background: #4876ff;
}
.el-pagination button{
    font-size: 12px;
    min-width: 28px;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    border-radius: 4px;
    background-color: #f7f7f9;
}
.el-pagination .btn-next,
.el-pagination .btn-prev{
    padding: 0 3px;
    background-color: #f7f7f9;
    color: #555;
}
.el-pagination__editor.el-input .el-input__inner{
    min-width: 40px;
    height: 26px;
    line-height: 26px;
}
.el-pagination span:not([class*=suffix]){
    font-size: 12px;
}
.el-pager li:hover {
    color: #4876ff;
}
.el-pagination button:hover {
    color: #4876ff;
}
.el-pager li.active:hover{
    color: #fff;
}
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
    border-color: #4876ff;
}
.footer{
    margin-top: -16px;
    font-size: 12px;
    color: #aaa;
    text-align: center;
}
.footer a{
    font-size: 12px;
    color: #aaa;
}
.footer a:hover{
    color: #333;
}
.footer .line{
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 18px;
    background: #c8cacb;
}
.footer span{
    margin-left: 38px;
}
.message-wrap{
    min-height: 460px;
}
.message-item{
    margin-bottom: 40px;
}
.message-title{
    position: relative;
    padding-left: 12px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #2f2a40;
    font-weight: bold;
}
.message-title:after{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 4px;
    height: 16px;
    border-radius: 2px;
    background: #4876ff;
}
.student-message{
    position: relative;
    padding-right: 100px;
}
.message-table .el-table th{
    background: #fbfbfd;
}
.student-pic{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 100px;
    border-radius: 4px;
    background: #bababa;
    overflow: hidden;
}
.student-pic img{
    width: 100%;
    height: 100%;
}
.btn-style{
    min-width: 72px;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 12px;
    box-sizing: border-box;
    text-align: center;
}
.blue-btn{
    border: 1px solid #4876ff;
    background: #4876ff;
    color: #fff;
}
.blue-btn:hover{
    border: 1px solid #6289ff;
    background: #6289ff;
}
.blue-btn:focus{
    border: 1px solid #275bf7;
    background: #275bf7;
}
.btn-wrap{
    margin-bottom: 26px;
    text-align: center;
}
.el-input{
    width: 160px;
}
.el-form--inline .el-form-item__label{
    text-align: right;
}
.circle-icon{
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin: -2px 8px 0 0;
    border-radius: 50%;
}
.circle-icon.blue{
    background: #4876ff;
}
.circle-icon.green{
    background: #0ccfc5;
}
.circle-icon.gray{
    background: #cbd0db;
}
.task-state{
    display: inline-block;
    min-width: 50px;
    text-align: left;
}
.mt0{
    margin-top: 0;
}
.message-title .tag{
    margin-left: 16px;
    font-size: 12px;
    font-weight: normal;
    color: #363636;
}
.message-title .tag em{
    color: #02afa7;
}
.message-title .download{
    margin-top: -4px;
}
.el-table--scrollable-x .el-table__body-wrapper::-webkit-scrollbar{
    height: 6px;
    background: #f9f9f9;
    border-radius: 3px;
}
.el-table--scrollable-x .el-table__body-wrapper::-webkit-scrollbar-thumb{
    background: #d9d9d9;
    border-radius: 3px;
}
.scroll-table .el-table__fixed{
    height: 106px!important;
}
.el-date-editor .el-range__close-icon,
.el-date-editor .el-range-separator,
.el-date-editor .el-range__icon{
    line-height: 20px;
}
.el-range-editor.is-active, .el-range-editor.is-active:hover{
    border-color: #4876ff;
}
.el-button--text.del {
    color: #ff647e;
}
.el-button--text.green {
    color: #12ceaf;
}
.table-operate{
    padding: 6px 0;
    border-bottom: 1px solid #EBEEF5;
}
.table-operate .el-button{
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 4px;
}
.table-operate .el-button.add{
    background: #ecfbf9;
    border-color: #12ceaf;
    color: #12ceaf;
}
.table-operate .el-button.del{
    background: #fff4f6;
    border-color: #ff6e87;
    color: #ff6e87;
}
.add-user .el-input{
    width: 280px;
}
.add-user .el-input__inner{
    height: 36px;
    line-height: 36px;
}
.add-user .el-form-item__label{
    line-height: 36px;
}
.add-user .el-dialog__footer{
    text-align: center;
}
.add-user .el-button--primary{
    padding: 8px 24px;
    background: #4876ff;
    border-color: #4876ff;
    color: #fff;
}
.add-user .el-button--primary:hover {
    background-color: #6289ff;
    border-color: #6289ff;
}
.add-user .el-button--default{
    padding: 8px 24px;
    background: #f1f4ff;
    border-color: #4876ff;
    color: #4876ff;
}
.add-user .el-button--default:hover {
    background-color: #4876ff;
    border-color: #4876ff;
    color: #fff;
}
.el-menu.el-menu--popup.el-menu--popup-right-start .el-menu-item{
    color: #333;
    background: #fff;
}
.el-menu.el-menu--popup.el-menu--popup-right-start .el-menu-item.is-active {
    position: relative;
    background-color: #4876ff;
    color: #fff;
}
.el-submenu__icon-arrow{
    margin-top: -4px;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner{
    background-color: #4876ff;
    border-color: #4876ff;
}
.el-checkbox__inner:hover {
    border-color: #4876ff;
}
.sidebar .iconfont{
    margin-right: 16px;
    color: #fff;
}
.sidebar .iconxuesheng,
.sidebar .iconxuexiao_jiaoshi{
    margin-right: 9px;
}
/*ç™»å½•é¡µ*/
.login-pic{
    position: relative;
    width: 70%;
    height: 100%;
    background: url("../images/login-img.png") no-repeat center;
    box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
    .login-pic{
        background: url("../images/login-img.png") no-repeat center;
        background-size: 602px;
    }
}
.login-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("../images/login-bg.png") no-repeat center;
    background-size: 100% 100%;
}
.login-logo{
    position: absolute;
    display: inline-block;
    top: 35px;
    left: 33px;
    width: 344px;
    height: 51px;
    background: url("../images/login-logo.png") no-repeat center;
}
.login-form{
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
}
.login-form:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.form-content{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 70px 0 40px;
    box-sizing: border-box;
}
.form-content h2{
    margin-bottom: 70px;
    font-size: 26px;
    font-weight: bold;
    color: #111;
}
.login-form .el-input,
.login-form .el-select{
    width: 100%;
}
.user-icon{
    display: inline-block;
    width: 30px;
    height: 100%;
    background: url("../images/user-icon.png") no-repeat center;
}
.password-icon{
    display: inline-block;
    width: 30px;
    height: 100%;
    background: url("../images/password-icon.png") no-repeat center;
}
.login-form .el-input__inner{
    height: 40px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #cbd0db;
    border-radius: 0;
}
.login-form .el-input.is-active .el-input__inner,
.login-form .el-input__inner:focus {
    border: 0;
    border-bottom: 1px solid #4876ff;
}
.login-form .el-input__inner::placeholder{
    color: #afb6c6;
}
.login-form .el-input--prefix .el-input__inner{
    padding-left: 37px;
}
.login-btn{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-top: 45px;
    background: #4876ff;
    border-radius: 4px;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.login-btn:hover {
    background-color: #6289ff;
    color: #fff;
}
.login-btn:focus,
.login-btn:active {
    background-color: #275BF7;
    color: #fff;
}
.login-form .el-form-item {
    margin-bottom: 26px;
}

/*ä¿¡æ¯å®¡æ&nbsp;¸*/
.information-audit{
    padding-bottom: 20px;
    border-bottom: 1px dashed #DCDFE6;
}
.information-audit .task-title{
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}
.information-audit .user-num{
    font-size: 14px;
    color: #666;
}
.information-audit .user-num i{
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 14px;
    margin: -2px 6px 0 0;
    background: url("../images/usernum-icon.png") no-repeat;
}
.information-audit .select{
    margin-top: 20px;
}
.information-audit .select.el-form--inline .el-form-item{
    margin-bottom: 0;
}
.information-wrap{
    width: 240px;
    margin-bottom: 16px;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
}
.information-pic{
    /* width: 100%; */
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.information-text{
    height: 95px;
    line-height: 24px;
    padding: 10px 10px;
    background: #f6f6f6;
    box-sizing: border-box;
    font-size: 14px;
}
.information-text span{
    color: #999;
}
.reason-input{
    width: 240px;
    height: 86px;
    padding: 12px;
    margin-top: 16px;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
    font-size: 14px;
}
.reason-input::placeholder{
    color: #999;
}
.information-panel{
    margin-top: 20px;
    font-size: 0;
    margin-right: -16px;
}
.information-item{
    display: inline-block;
    padding: 12px;
    margin-right: 16px;
    margin-bottom: 20px;
    background: #fafafa;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    vertical-align: top;
}
.information-item:last-child{
    margin-right: 0;
}
.information-check{
    padding-top: 20px;
}

.pass-btn{
    margin-top: 25px;
}
.pass-btn .btn-style{
    padding: 0 20px;
}
.main_top{
    min-height: 100%;
    padding-bottom: 30px;
    box-sizing: border-box;
}</pre></body></html>