﻿:root {
    --color: #409eff;
    --white: #fff;
    --font_color: #333;
    --sub_color: #999;
    --red:#e20304;
}
* {
    margin: 0;
    outline: none !important;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 16px;
    color:var(--font_color)
}
ul,li,dl,ol{
    outline:none!important;
}
input{
    outline:none;
}
a {
    text-decoration: none;
    color: var(--color);
}
.icon {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
}
.center{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.layui-layout-admin .layui-logo {
    line-height: 60px;
    padding-left: 40px;
}
.layui-layout-admin .layui-header {
    background-color: var(--white);
}
.layui-header {
    height: 60px;
}
.layui-layout-admin .layui-body {
    top: 60px;
    border-top: 2px solid #f8f9fb;
    left: 150px;
    bottom: 0;
}
.top-nav .layui-nav-item > a {
    color: var(--font_color);
}
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
    color: var(--font_color);
}
.layui-nav .layui-nav-item {
    line-height: 60px;
}
.layui-layout-admin .layui-side {
    top: 60px;
    width: 150px;
}

.layui-side-scroll {
    width: 100%;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.layui-side-scroll::-webkit-scrollbar{
    width:0!important;
}
.layui-nav-tree {
    width: 150px;
}
.layui-nav-bar {
    display: none;
}
.layui-bg-black {
    background-color: #2b2c46 !important;
}
.layui-nav {
    background-color: #2b2c46;
    color: #6e6e82;
}
.layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a {
    color: #fff !important;
}
.layui-nav-tree .layui-nav-title a:hover {
    color:  #fff !important;
}

.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover,
.layui-nav-tree .layui-nav-item a:hover {
    background-color: var(--color);
    color: #fff !important;
}
.layui-nav-tree .layui-nav-item>a {
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    font-size: 18px;
}
.layui-nav-tree .layui-nav-item a i{
    margin-right: 24px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: 100%;
    vertical-align: middle;
}
.height-100{
    height:100%;
    position:relative;
}
.red{
    color:var(--red);
    margin-left:10px;
}
.el-input__inner, .el-button, .ant-select-selection, .el-textarea__inner, .el-input-group__append {
    border-radius: 2px;
}
.el-tabs__item{
    padding:0 10px;
}
.right{
    float:right;
}
.left{
    float:left;
}
.el-tabs__nav-wrap::after {
    display:none;
}
.el-tabs__header{
    margin:0;
}
.el-table td{
    padding:5px 0;
}
.el-table th{
    padding:5px 0;
}
.block_inner .el-table th {
    padding:5px 0;
}
.el-pagination {
    text-align: center;
}
.el-table th,.el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #eef2f8;
}
.el-timeline-item:last-child .el-timeline-item__node {
    background-color: #ffb040 !important;
}
.el-timeline-item__node--normal {
    width: 15px;
    height: 15px;
    left: -3px;
}
.el-timeline-item__node::after {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    left: 1px;
    top: 1px;
}
.align_center{
    text-align:center;
}
.layui-nav .layui-this:after{
    background:none;
}
.t-left{
    text-align:left!important;
}
.el-textarea__inner{
    line-height:2;
}
.query_box .el-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.el-date-editor.el-input, .el-date-editor.el-input__inner{
    width:100%;
}
/*.el-dialog {
    transform: translateY(50%)!important;
    margin-top:0!important;
}*/
.el-dialog__header {
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #DCDFE6;
}
.el-dialog__title {
    border-left: 4px solid #409eff;
    padding-left: 20px;
}
.el-dialog__body {
    background: #F4F6Fc;
    padding: 20px 20px;
}
.el-dialog__body .el-form-item {
    margin-bottom: 10px;
}
.el-dialog__body .el-input.is-disabled .el-input__inner {
    background-color: #F4F6Fc;
    border: none;
    color: #333;
}
.el-dialog__footer {
    padding: 19px 20px 20px;
    text-align: center;
    border-top: 1px solid #DCDFE6;
}
.el-table td, .el-table th.is-leaf {
    border-bottom: 1px solid #F4F6Fc;
}
.el-table th, .el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #F4F6Fc;
}
.ant-select-selection--single{
    height:40px;
}
.ant-select-selection__rendered {
    line-height: 40px;
}
.el-table thead {
    color: var(--font_color);
}
.el-tooltip__popper {
    max-width: 500px;
}
.el-input__inner{
    height:35px;
}
.el-form-item__label, .el-form-item__content, .el-input__inner {
    line-height: 35px;
}
.el-upload-list__item-name{
    display:inline;
}
.el-upload-list__item-status-label{
    position:relative;
}
.el-upload-list__item.is-success .el-upload-list__item-status-label {
    display: inline;
}
.el-upload-list__item .el-icon-close {
    position: relative;
    top: 0px;
}
.el-input-number.is-controls-right .el-input-number__decrease, .el-input-number.is-controls-right .el-input-number__increase {
    height: 16px;
    line-height: 17px;
}
.el-input-number.is-controls-right .el-input-number__decrease {
    bottom: 2px;
}
.el-input-number__decrease, .el-input-number__increase {
    top: 3px;
}
.d-sel .el-checkbox__inner {
    border-radius:50%;
}
    .d-sel .el-checkbox__inner::after {
        content: "•";
        border: none;
        color: #fff;
        font-size: 24px;
        left: 8px;
        top: -5px;
        transition: none;
    }
.d-sel th:first-child .el-checkbox{
    display:none;
}