/*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{
    background-color: transparent;
}
.el-menu-item:hover{
    background-color: #5482ff;
}
.el-submenu .el-menu-item {
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 56px!important;
    min-width: 180px;
    font-size: 12px;
}
.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;
}
.nav-icons{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 25px;
    margin: 0 10px 0 0;
    background: url("../images/nav-icons.png") no-repeat;
}
.nav-icons.icon01{
    background-position: 0 3px;
}
.nav-icons.icon02{
    background-position: 0 -85px;
}
.nav-icons.icon03{
    background-position: 0 -140px;
}
.nav-icons.icon04{
    background-position: 0 -197px;
}
.nav-icons.icon05{
    background-position: 0 -249px;
}
.nav-icons.icon06{
    background-position: 0 -303px;
}
.nav-icons.icon07{
    background-position: 0 -356px;
}
.nav-icons.icon08{
    background-position: 0 -410px;
}
.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: 3px;
}
.el-form--inline .el-form-item.fr{
    margin-right: 0;
    margin-top: -3px;
}
.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{
    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.double{
    width: 50%;
}
.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;
}
.statistics-icons.icon04{
    background-position: -139px 0;
}
.statistics-icons.icon05{
    background-position: -173px 0;
}
.statistics-icons.icon06{
    background-position: -217px 0;
}
.statistics-icons.icon07{
    background-position: -252px 0;
}
.statistics-icons.icon08{
    background-position: -305px -2px;
}
.statistics-icons.icon09{
    background-position: -341px -1px;
}
.statistics-icons.icon10{
    margin-top: -3px;
    background-position: -396px 1px;
}
.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: 20px;
}
.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;
}
.main_top{
    min-height: 100%;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.footer{
    margin-top: -20px;
    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;
    border: 1px solid #ddd;
    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: right;
}
.el-input{
    width: 160px;
}
.el-form--inline .el-form-item__label{
    min-width: 110px;
    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: #26AFFF;
}
.circle-icon.green{
    background: #0CCFC5;
}
.circle-icon.gray{
    background: #CBD0DB;
}
.circle-icon.yellow{
    background: #FFA947;
}
.circle-icon.darkblue{
    background: #4876FF;
}
.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-form--inline .el-form-item:last-child{
    margin-right: 0;
}
.grade-wrap{
    position: relative;
}
.grade-wrap .default{
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 1;
}
.grade-wrap .default .el-input{
    width: 67px;
}
.grade-wrap .default .el-input__inner{
    border: 0;
    height: 26px;
    line-height: 26px;
}
.grade-wrap .grade-input .el-input__inner{
    padding-left: 96px;
}
.grade-tag{
    margin-left: 10px;
    font-size: 12px;
    color: #999;
}
.input-dis{
    margin: 0 5px;
}
.user-form .el-form--inline .el-form-item__label{
    min-width: 96px;
}
.user-form .el-form .el-form-item{
    margin-right: 15px;
}
.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;
}
.ana-form .el-form--inline .el-form-item__label{
    min-width: 50px;
}
.ana-form .el-date-editor--daterange.el-input__inner{
    width: 240px;
}
.ana-form .el-form--inline .el-form-item {
    margin-right: 42px;
}
.ana-form .el-form--inline .el-form-item:last-child{
    margin-right: 0;
}
.analysis-tab{
    margin-top: 30px;
}
.analysis-tab.mt0{
    margin-top: 0;
}
.analysis-tab .el-tabs__nav-wrap::after {
    content: "";
    display: none;
}
.analysis-tab .el-tabs__item {
    height: 32px;
    line-height: 32px;
    margin-right: 20px;
    background: #f2f3f7;
    border-radius: 4px;
    font-size: 12px;
    color: #6b6b6b;
}
.analysis-tab .el-tabs__item:hover{
    color: #4876ff;
}
.analysis-tab .el-tabs__item.is-active{
    background: #4876ff;
    color: #fff;
}
.analysis-tab .el-tabs--top .el-tabs__item.is-top:last-child{
    padding-right: 20px;
}
.analysis-tab .el-tabs__active-bar{
    display: none;
}
.analysis-tab .el-tabs--top .el-tabs__item.is-top:nth-child(2){
    padding-left: 20px;
}
.el-table thead.is-group th {
    background: #fbfbfb;
    font-size: 14px;
}
.table-title{
    font-size: 16px;
}
.chart-wrap{
    position: relative;
    padding-right: 380px;
    min-height: 420px;
    margin-top: 30px;
}
.table-part{
    position: absolute;
    top: 0;
    right: 20px;
    width: 360px;
}
.chart-part{
    text-align: center;
}
.chart-title{
    margin-bottom: 40px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.voice-table table{
    width: 100%;
}
.voice-table table td{
    padding: 12px 0;
    background: #fbfbfd;
    border: 1px solid #EBEEF5;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #3a3c40;
    transition: background-color .25s ease;
}
.voice-table table td:hover{
    background-color: #F5F7FA;
}
.voice-link{
    width: 200px;
    font-weight: normal;
    color: #4876ff;
}
.voice-link i{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: -1px 5px 0 0;
    background: url("../images/play-icon.png") no-repeat center;
}
.voice-link.play i{
    background: url("../images/stop-icon.png") no-repeat center;
}
.login-pic{
    position: relative;
    width: 70%;
    height: 100%;
    /*background: url("../images/login-img.png") no-repeat center;*/
    box-sizing: border-box;
    text-align: center;
}
.login-pic:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.login-pic-wrap{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 775px;
    height: 490px;
    background: url("../images/login-img.png") no-repeat center;
}
.login-line01{
    position: absolute;
    top: 271px;
    left: 189px;
    z-index: 2;
    width: 27px;
    height: 82px;
    background: url("../images/login-line01.png") no-repeat center;
}
.board01{
    position: absolute;
    top: 222px;
    left: 440px;
    z-index: 2;
    width: 149px;
    height: 172px;
    background: url("../images/board01.png") no-repeat center;
}
.board02{
    position: absolute;
    top: 216px;
    left: 142px;
    z-index: 1;
    width: 439px;
    height: 173px;
    background: url("../images/board02.png") no-repeat center;
}
.left-bar{
    position: absolute;
    width: 10px;
    height: 72px;
    z-index: 2;
    animation: leftBar 1.6s infinite linear;
}
.left-bar01{
    bottom: 126px;
    left: 222px;
    background: url("../images/left-bar01.png") no-repeat center bottom;
}
.left-bar02{
    bottom: 118px;
    left: 237px;
    background: url("../images/left-bar02.png") no-repeat center bottom;
    animation-delay: -0.4s;
}
.left-bar03{
    bottom: 110px;
    left: 252px;
    background: url("../images/left-bar03.png") no-repeat center bottom;
    animation-delay: -0.8s;
}
.right-bar{
    position: absolute;
    width: 6px;
    height: 32px;
    z-index: 2;
    animation: rightBar 3.6s infinite linear;
}
.right-bar01{
    bottom: 110px;
    left: 454px;
    background: url("../images/right-bar01.png") no-repeat center bottom;
}
.right-bar02{
    bottom: 116px;
    left: 464px;
    background: url("../images/right-bar02.png") no-repeat center bottom;
    animation-delay: -0.6s;
}
.right-bar03{
    bottom: 122px;
    left: 474px;
    background: url("../images/right-bar03.png") no-repeat center bottom;
    animation-delay: -1.2s;
}
.right-bar04{
    bottom: 127px;
    left: 484px;
    background: url("../images/right-bar04.png") no-repeat center bottom;
    animation-delay: -1.8s;
}
@keyframes leftBar {
    0%{
        background: url("../images/left-bar01.png") no-repeat center bottom;
    }
    25%{
        background: url("../images/left-bar02.png") no-repeat center bottom;
    }
    50%{
        background: url("../images/left-bar03.png") no-repeat center bottom;
    }
    75%{
        background: url("../images/left-bar02.png") no-repeat center bottom;
    }
    100%{
        background: url("../images/left-bar01.png") no-repeat center bottom;
    }
}
@keyframes rightBar {
    0%{
        background: url("../images/right-bar01.png") no-repeat center bottom;
    }
    17%{
        background: url("../images/right-bar02.png") no-repeat center bottom;
    }
    34%{
        background: url("../images/right-bar03.png") no-repeat center bottom;
    }
    50%{
        background: url("../images/right-bar04.png") no-repeat center bottom;
    }
    67%{
        background: url("../images/right-bar03.png") no-repeat center bottom;
    }
    84%{
        background: url("../images/right-bar02.png") no-repeat center bottom;
    }
    100%{
        background: url("../images/right-bar01.png") no-repeat center bottom;
    }
}
.star{
    position: absolute;
    width: 26px;
    height: 34px;
    background: url("../images/star.png") no-repeat center;
    animation: star 2s infinite linear;
}
.star01{
    top: 24px;
    left: 204px;
}
.star02{
    top: 34px;
    left: 525px;
    animation-delay: -1s;
}
.star03{
    top: 378px;
    left: 191px;
    animation-delay: -2s;
}
.star04{
    top: 390px;
    left: 536px;
    animation-delay: -3s;
}
@keyframes star {
    0%{
        transform: translate3d(0,0,0);
        opacity: 1;
    }
    100%{
        transform: translate3d(0,-20px,0);
        opacity: 0;
    }
}
.circle{
    position: absolute;
    width: 22px;
    height: 22px;
    background: url("../images/circle.png") no-repeat center;
}
.circle01{
    top: 204px;
    left: 282px;
    animation: circle01 2.5s infinite linear;
}
@keyframes circle01 {
    0%{
        top: 160px;
        left: 208px;
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
    100%{
        top: 204px;
        left: 282px;
        opacity: 0;
    }
}
.circle02{
    top: 215px;
    left: 455px;
    animation: circle02 2.5s infinite linear;
}
@keyframes circle02 {
    0%{
        top: 160px;
        left: 517px;
        opacity: 1;
    }
    20%{
        top: 166px;
        left: 508px;
    }
    50%{
        top: 184px;
        left: 508px;
    }
    90%{
        opacity: 1;
    }
    100%{
        top: 215px;
        left: 455px;
        opacity: 0;
    }
}
.circle03{
     top: 412px;
     left: 508px;
     animation: circle03 3.5s infinite linear;
 }
@keyframes circle03 {
    0%{
        top: 412px;
        left: 508px;
        opacity: 1;
    }
    20%{
        top: 385px;
        left: 463px;
    }
    30%{
        top: 362px;
        left: 458px;
    }
    90%{
        opacity: 1;
    }
    100%{
        top: 302px;
        left: 351px;
        opacity: 0;
    }
}
.circle04{
    top: 392px;
    left: 151px;
    animation: circle04 4.5s infinite linear;
}
@keyframes circle04 {
    0%{
        top: 392px;
        left: 151px;
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    15%{
        top: 373px;
        left: 186px;
    }
    30%{
        top: 373px;
        left: 217px;
    }
    70%{
        top: 333px;
        left: 285px;
    }
    85%{
        top: 314px;
        left: 285px;
    }
    90%{
        opacity: 1;
    }
    100%{
        top: 301px;
        left: 307px;
        opacity: 0;
    }
}
.rotate-line01{
    position: absolute;
    top: 133px;
    left: 321px;
    width: 15px;
    height: 80px;
    overflow: hidden;
}
.rotate-line01 i{
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/rotate-line01.png") no-repeat center;
    animation: rotateLine 2.5s infinite linear;
}
.rotate-line02{
    position: absolute;
    top: 123px;
    left: 348px;
    width: 19px;
    height: 98px;
    overflow: hidden;
}
.rotate-line02 i{
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/rotate-line02.png") no-repeat center;
    animation: rotateLine 3.5s infinite linear;
}
.rotate-line03{
    position: absolute;
    top: 126px;
    left: 371px;
    width: 8px;
    height: 43px;
    overflow: hidden;
}
.rotate-line03 i{
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/rotate-line03.png") no-repeat center;
    animation: rotateLine 2s infinite linear;
}
@keyframes rotateLine {
    0%{
        transform: translate3d(0,0,0);
    }
    100%{
        transform: translate3d(0,-100%,0);
    }
}
@media screen and (min-width: 1920px) {
    .login-pic-wrap{
        transform: scale(1.3);
    }
}
.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;
}
.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%;
}
.address-icon{
    display: inline-block;
    width: 30px;
    height: 100%;
    background: url("../images/address-icon.png") no-repeat center;
}
.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;
}

/*信息审核*/
.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: 145px;
    overflow: hidden;
}
.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-item{
    display: inline-block;
    margin-right: 40px;
}
.information-item:last-child{
    margin-right: 0;
}
.information-check{
    padding-top: 20px;
}
.information-panel{
    margin-top: 20px;
}
.pass-btn{
    margin-top: 25px;
}
.pass-btn .btn-style{
    padding: 0 20px;
}
.el-table{
    border: 1px solid #EBEEF5;
    border-bottom: 0;
    border-radius: 4px;
}
.el-table th{
    background: #f5f5fa;
}
.message-table .el-table{
    border-right: 0;
}