* {
    vertical-align: middle;
}

/** 
 * 校验
 */
.validate-input.is-danger {
    border: 1px solid #ff3860;
}
.validate-label.is-danger {
    color: #ff3860;
}

.js-app input[type="file"] {
    display: none!important;
}

html,
body,
.js-app {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
   /*  overflow: hidden; */
}

.js-app>div {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.js-app a:focus,
.js-app a:hover {
    text-decoration: none;
    color: #000;
}

.horizontal-line {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
}

.vertical-line {}

.left-border {
    border-left: 1px solid #ccc;
}

.right-border {
    border-right: 1px solid #ccc;
}

.top-border {
    border-top: 1px solid #ccc;
}

.bottom-border {
    border-bottom: 1px solid #ccc;
}

.full-border {
    border: 1px solid #ccc;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.front-bg-color {
    /* background-color: #368fe0; */
    background-color: rgb(84, 92, 100);
    /* border-bottom: 5px solid #93c5f9; */
    box-shadow: 0 2px 12px 0 rgb(84, 92, 100,0.5)
}

.white-color {
    color: white;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.text-center {
    text-align: center;
}

.hide-scroll::-webkit-scrollbar {
    display: none;
}

.router-link-active {
    color: #d95207;
}

.content-border {
    /* border: 1px solid silver; */
    border-radius: 5px;
    margin: 20px 0;
    padding: 10px;
    overflow: hidden;
}

.content-query .form-group{
    width: 32%;
    float: left;
}
.content-query .form-group input{
   height: 34px !important;
   width: 160px !important; 
}
.content-query .form-group select{
   height: 34px !important;
   width: 160px !important; 
}

.form-group {
    margin-top: 5px;
    margin-right: 5px;
}

textarea {
    width: 100%;
}

.login-box {
    background-image: url(../image/ad_login_bg.jpg);
    background-size: 1920px !important;

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.login-box .form-horizontal{
    margin-top:-180px !important;
    background: #2bc4f0 !important;
    border: 5px solid #d2f5fb !important;
    }

/**
 * 头部
 */

.js-header {
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.js-header header {
    position: fixed;
    width: 100%;
    z-index: 100;
}

.js-header .system-name {
    margin-left: 20px
}

.js-header .system-name b {
    font-size: 20px;
}

.js-header .f-right a {
    margin: 0 20px;
    display: inline-block;
    line-height: 1
}

.js-header .msg {
    position: relative;
}

.js-header .msg .num {
    right: 2px;
    top: -4px;
    line-height: 1;
    font-size: 10px;
    background: #C67171;
    border-radius: 20px;
    /* border: 1px solid #fff; */
    padding: 1px 4px;
    color: #fff;
    position: relative;
}
.js-header .msg a{color: #fff;}

.js-header .user img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-right: 5px;
}

.js-header .logout .icon {
    margin-right: 5px;
}


/**
 * 中间
 */

.js-middle {
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    height: 100%;
    width: 100%;
    flex: 1;
}

.js-app .js-middle>div {
    overflow-y: scroll;
}

.js-middle>div::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}

.js-middle>div::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    background-color: #ccc;
    /**
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    */
}

.js-middle>div::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    /*border-radius: 10px;*/
    /* background: #EDEDED; */
}


/**
 * 菜单
 */

.js-menu {
    bottom: 0;
    width: 250px;
}

.js-menu .el-menu {
    width: 100%;
    height: 100%;
    background: #394555;
}

.js-menu .el-submenu__title {
    color: #fff;
    background: #394555;
}

.js-menu .el-submenu__title:hover {
    background: #394555;
}

.js-menu .el-submenu__title i {
    color: #fff;
}

.js-menu .el-submenu__icon-arrow {
    border: 1px solid white;
    border-radius: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

.js-menu .el-menu-item {
    color: #fff;
    border-bottom: 1px solid #556780;
}

.js-menu .el-menu-item:focus,
.js-menu .el-menu-item:hover {
    background-color: #378fe0
}

.js-menu .el-menu-item.is-active {
    color: #fff;
    background-color: #378fe0
}



/**
 * 内容.
 */

.js-middle .content-box {
    padding: 10px 0 0 10px;
    flex: 1;
}

.js-middle .content-box .table img {
    width: 50px;
    height: 50px;
}

.js-middle .img-list > div {
    width: 100px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}
.js-middle .content-from .form-group img {
    width: 100px;
    height: 100px;
}
.js-middle .content-from .el-form {
    width:80%;
    margin:0 auto;
}
.js-middle .content-from .el-form .el-form-item__content > div {
    width: 80%;
}
.js-middle .content-from .el-form .el-form-item__label {
    width: 100px;
}
.js-middle .content-from .el-form .el-form-item__error {
    left: 100px;
}
.title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pagination-container{
    padding-top: 10px;
}


