/*后台公用样式*/

.orange {
    background-color: #ec6816 !important;
}

.login {
    background-color: #56bc94;
    width: 100%;
    height: 100vh;
}

.login_item {
    position: fixed;
    top: 50%;
    right: 25%;
    transform: translateY(-50%);
    width: 350px;
    height: 350px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
}

.login .login-title {
    color: #ec6816;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 20px;
}

.login .login-form {
    color: #fff;
    padding-top: 10px;
}

.layui-form-item {
    margin-top: 20px;
    margin-bottom: 0;
}

.login .login-form .captcha {
    width: 140px;
    height: 38px;
}

.login .login-form input {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #dcdfe6;
    border-radius: 5px;
}

.login .login-form input::placeholder {
    color: #dcdfe6;
}

.login .layui-input-block {
    margin-left: 0;
}

.login .login-form button {
    width: 100%;
    background-color: #048f74;
    margin-top: 20px;
}

.logo {
    margin-top: 5px;
    height: auto;
    width: 220px;
}

.layui-header {
    height: 48px;
}

.header {
    background-color: #393D49;
}

.layui-nav .layui-nav-item {
    line-height: 48px;
}

.layui-nav .layui-nav-item > a {
    color: #fff;
}

.layui-nav .layui-nav-item a .fa {
    margin-right: 8px;
}

.layui-nav-child {
    top: 48px;
}

.layui-layout-admin .layui-side {
    top: 48px;
}

.layui-layout-admin .layui-body {
    top: 48px;
    z-index: auto;
    background-color: #ffffff;
    padding: 0 15px;
}

.layui-body {
    background: #fff;
    left: 0px;
    bottom: 30px !important;
}

.layui-tab-content {
    height: calc(100vh - 78px);
    overflow: auto;
}

/* 隐藏垂直滚动条 */
.layui-tab-content::-webkit-scrollbar {
    width: 0;
}

.layui-layout-admin .layui-footer {
    left: 0px;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.layui-side {
    top: 60px;
}

.layui-table tbody tr:hover {
    background-color: #f2f2f2;
}

.layui-tab {
    position: relative;
    overflow: visible;
}

.layui-tab-title {
    position: absolute;
    display: inline-table;
    top: -48px;
    left: 360px;
    z-index: 1001;
    border: unset !important;
    color: #fff;
    height: 48px;
}


.layui-tab-title li {
    line-height: 48px;
    padding: 0 8px;
}

.layui-btn-normal {
    background: #4caf50;
}

.layui-btn-danger {
    background: #e90d24;
}

.layui-nav-tree .layui-nav-child dd a {
    text-indent: 16px;
}

.form-container {
    max-width: 800px;
}

.form-container .edui-editor {
    margin-top: -7px;
    margin-bottom: -7px;
    margin-left: -11px;
}

/*分页*/
.pagination {
}

.pagination li {
    display: inline-block;
    margin-right: -1px;
    padding: 5px;
    border: 1px solid #e2e2e2;
    min-width: 20px;
    text-align: center;
}

.pagination li.active {
    background: #009688;
    color: #fff;
    border: 1px solid #009688;
}

.pagination li a {
    display: block;
    text-align: center;
}

.photo-list {
    margin: 5px 0;
}

/*侧边栏*/
.layui-layout-left {
    left: 0px;
}

.layui-layout-center {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.layui-layout-admin .layui-side {
    width: 150px;
}

.layui-side-scroll {
    width: 150px;
}

.layui-nav-tree {
    width: 150px;
}

.layui-nav * {
    font-size: 14px;
}

.layui-btn-container {
    padding: 0 10px;
}

.layui-btn-container .layui-btn {
    margin-bottom: 5px;
    margin-top: 5px;
}

.org {
    padding-left: 10px;
}

.org .layui-side-scroll {
    width: 100%;
}

.org .org-nav * {
    font-size: 14px;
}

.org .org-nav {
    position: relative;
    background-color: white;
    color: black;
    border-radius: 5px;
    font-size: 0;
    min-height: 300px;
    max-height: 600px;
}

.org .org-nav .org-title, .org .org-nav .org-item {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.org .org-nav .org-title {
    line-height: 50px;
    font-weight: 600;
    border-bottom: 1px solid #cccccc;
}

.org .org-nav .org-item {
    line-height: 40px;
}

.org .org-nav .org-item > a, .org .org-nav .org-title > a {
    display: inline-block;
    padding: 0 20px;
    color: black;
    color: rgba(0, 0, 0, .7);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.org .org-tree .org-item, .org .org-tree .org-title {
    display: block;
    width: 100%;
}

.org .org-tree .org-item {
    line-height: 40px;
}

.org .org-tree .org-item:hover {
    background-color: #f3f3f4;
}

.org .org-tree .org-title {
    line-height: 50px;
}

.org .org-nav .org-item > a {
    display: block;
    padding: 0 20px;
    color: black;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.org .org-tree .org-item > a {
    position: relative;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.org .org-tree .org-item .org-span {
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.org .org-tree .org-item .org-input {
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: unset;
    background-color: unset;
}

.org .org-tree .org-item .org-des {
    color: #444;
    font-weight: unset;
}

.org .org-tree > .org-more {
    right: 20px;
}

.org .org-nav > .org-more {
    position: absolute;
    top: 0;
    right: 20px;
    left: auto !important;
    margin-top: 0;
    font-size: 19px;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.org .org-nav .org-i {
    padding-right: 10px;
    text-align: right;
}

.org .org-nav .org-i > .org-more {
    font-size: 20px;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.org .layui-icon-edit {
    color: forestgreen;
}

.org .fa-ban {
    color: #1E9FFF;
    font-size: 19px;
}

.org .layui-icon-delete {
    color: red;
}

.org .org-hide {
    display: none;
}

.org .org-tree .org-item:hover .org-hide {
    display: inline-block;
}

.chart {
    /*padding-left: 10px;*/
}

.chart_con {
    background-color: white;
    border-radius: 10px;
}

.chart * {
    font-size: 14px;
}

.chart_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: black;
    color: rgba(0, 0, 0, .7);
    font-weight: 600;
    border-bottom: 1px solid #cccccc;
}

.chart_title > a {
    padding-left: 20px;
}

.chart .chart_scroll {
    width: 100%;
    min-height: 650px;
    max-height: 820px;
}

.chart .chart_org .org_chart {
    width: 100%;
    min-height: 820px;
    max-height: 820px;
}



.acea-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.acea-row.row-middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.acea-row.row-top {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.acea-row.row-bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.acea-row.row-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.acea-row.row-right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.acea-row.row-left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.acea-row.row-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.acea-row.row-around {
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around
}

.acea-row.row-column-around {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-around;
    -webkit-justify-content: space-around
}

.acea-row.row-column {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.acea-row.row-column-between {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.acea-row.row-center-wrapper {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.acea-row.row-between-wrapper {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
