
body{
    margin:0;
    background-color: #ecf0ef;
    font-size: 12px;
}
#app{
	margin:0;
}
.fade-enter{
    opacity: 0;
}
.fade-enter-active{
    transition: opacity 1s;
}
#menu {
    margin: 0;
    padding: 0;
    width: 170px;
    background-color: #fff;
    font-size: 14px;
}
.logo {
    cursor: pointer;
    padding-left: 26px;
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.logoWrap{
    /*text-align: center;*/
    width: 170px;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #e1e5e4;
}
.toggle-menu {
    cursor: pointer;
    position: absolute;
    top: 11px;
    left: 192px;
    font-size: 24px;
    color: #a6a7a4;
}
#menu ul{
    border-top: 1px solid #e3e3e3;
}
#menu .overview {
    height: 50px;
    line-height: 50px;
}
#menu .overview a {
    display: block;
    padding-left: 40px;
    color: #848484;
}
.open:hover{
    color: #3a8ee6;
}
#menu dl {
    margin: 0;
    padding: 0;
}
#menu dd{
    margin-left: 0px;
}
#menu dt {
    color: #75aade;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e3e3e3;
    padding-left: 56px;
}
#menu a{
    color: #666;
    text-decoration: none;
    background: 0 0;
}
#menu ul, #menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu li a {
    height: 40px;
    margin-left: 56px;
    line-height: 35px;
    background-repeat: no-repeat;
    display: inline-block;
}
#menu li:hover a,#menu li:hover i{
    color: #409EFF;
}
#menu li:hover{
    background:#ecf0ef;
}
#menu li.this{
    background:#ecf0ef;
}
.router-link-active,.router-link-active span i{
    color: #409EFF!important
}
/*#menu li.this a,#menu li.this i{
    color: #3a8ee6;
}*/
#menu.shrink .toggle-menu {
    position: static;
    height: 44px;
    background-position: -433px 7px;
}
#menu li span {
    width: 45px;
    display: inline-block;
    margin-left: 15px;
    line-height: 20px;
    vertical-align: middle;
}
#menu li span i{
    font-size: 22px; 
    color:#a0a0a0;
}
#menu .innerWrap{
    height: 100%;
    padding-bottom: 50px;
    border-right: 1px solid #e1e5e4;
    width: 170px;
    /*position: absolute;*/
    background-color: #fff;
}
.el-menu-top{
    position: absolute;
    top: 0;
    right: 0;
    left: 170px;
    height: 51px;
}
.el-menu--horizontal>.el-menu-item{
    height: 51px;
    line-height: 51px;
}
.el-menu-item, .el-submenu__title {
    height: 51px;
    line-height: 51px;
}
.app-content{
    background: #ecf0ef;
    position: absolute;
    top: 60px;
    right: 10px;
    left: 180px;
    /*padding-bottom: 50px;*/
}
.el-footer{
    bottom: 0;
    position: fixed; 
    line-height: 30px;
    left: 235px;
    text-align: center;
    background: #ecf0ef;
    color: #909399;
    border-color: #d3d4d6;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    right: 0;
    cursor: pointer;
    font-size: 12px;
}
.box-card{
    margin-bottom: 10px;
}
.menu-right {
    float:right;
    margin-right:15px;
    position: absolute;
    top: 0;
    right: 0;
}
.menu-right a{
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    color: #909399;
    cursor: pointer;
    width: 60px;
    text-align: center;
    float:left;
    border:none;
    -webkit-tap-highlight-color:transparent;
    outline:0;
}
.menu-right a i{
    vertical-align: middle;
}
.menu-right .user{
    float:left;height: 51px;line-height: 51px;cursor: pointer;
    width: 60px;
    text-align: center;
}
.error {
    
    text-align: center;
    margin-top:150px;
}
.error p{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    color: #7ec6ff;
}
.error span{
    font-size: 18px;
}
.error .clock{
    color:red;
    font-size: 30px;
}
.img-err{
    width: 220px;
    height: 105px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(./img/404.png);
    background-repeat: no-repeat;
}
.login-form {
    text-align: center;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 180px;
}
.login-form h2{
    color:#585858;
}

.info-new{
    background:#4d8ceb;
}
.success-new{
    background:#79B967;
}
.warning-new{
    background:#F5A966;
}
.danger-new{
    background:#E48070;
}
.gray-new{
    background:#C9C9CA;
}
.el-row{
    margin-bottom: 10px;
}
.box-card-main .el-card__body{

    cursor: pointer;
    color:#fff;
}
.clearfix:before,.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both
}
.box-card-btn{
    float: right; padding: 3px 0;
}
.el-card__body .item {
    margin-bottom: 18px;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
}
.item .left{
    color: #666;
    float: left;
}
.item .right{
    color: #fff;
    float: right;
    font-size: 12px;
    width: 80%;
    border-radius: 3px;
    height: 26px;
    line-height: 26px;
    text-align: right;
    padding-right: 10px;
}

.info{
    background:#409EFF;
}
.success{
    background:#67C23A;
}
.warning{
    background:#E6A23C;
}
.danger{
    background:#F56C6C;
}
.gray{
    background:#C0C4CC;
}
.violet{
    background:#B6A2DE;
}
.el-row{
    margin-bottom: 10px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.pageDom{
    margin-top:10px;
}
.el-tag{
    cursor: pointer;
}
.el-page-header__content{
    font-size: 14px;
}
.box-right {
    width: 30%;
    float: right;
}
.query{
    margin-top: 30px;
}
.query_btn{
    margin-left: 15px;
}
.query_status{
    margin-left: 15px;
}
.loader{
    position: absolute;
    left: 50%;
    z-index: 999999;
    top: 50%;
    display: none;
}