﻿@charset "utf-8";
@import url(../lib/layui/css/layui.css);

* {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    width: 100%;
    min-height: 100%;
    background: #ffffff;
}

.x-red {
    color: red;
}

.x-gray {
    color: #C9C9C9;
}

.x-orange {
    color: #FF9900;
}

.x-green {
    color: #009688;
}

.x-blue, .a-blue {
    color: #428BCA;
}

.x-black {
    color: #000000;
}

.layui-form-switch {
    margin-top: 0px;
}

.layui-input:focus, .layui-textarea:focus {
    border-color: #189f92 !important;
}

.layui-fluid {
    padding: 15px;
}

.x-nav {
    padding: 0 20px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #e5e5e5;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
    background: #fff;
}

.layui-float-right {
    float: right;
}

.layui-float-left {
    float: left;
}

.layui-text-center {
    text-align: center;
}

.page {
    text-align: center;
}

    .page a {
        display: inline-block;
        background: #fff;
        color: #888;
        padding: 5px;
        min-width: 15px;
        border: 1px solid #E2E2E2;
    }

    .page span {
        display: inline-block;
        padding: 5px;
        min-width: 15px;
        border: 1px solid #E2E2E2;
    }

        .page span.current {
            display: inline-block;
            background: #009688;
            color: #fff;
            padding: 5px;
            min-width: 15px;
            border: 1px solid #009688;
        }

    .page .pagination li {
        display: inline-block;
        margin-right: 5px;
        text-align: center;
    }

        .page .pagination li.active span {
            background: #009688;
            color: #fff;
            border: 1px solid #009688;
        }

/*头部*/
.container {
    width: 100%;
    height: 45px;
}

    .container a, .layui-nav .layui-nav-item a {
        color: #fff;
    }

    .container .logo a {
        background-color: rgba(0,0,0,0);
    }

    .container .logo a {
        float: left;
        font-size: 18px;
        padding-left: 20px;
        line-height: 45px;
        width: 200px;
    }

    .container .right {
        background-color: rgba(0,0,0,0);
        float: right;
    }

    .container .left {
        background-color: rgba(0,0,0,0);
        float: left;
    }

    .container .layui-nav-item {
        line-height: 45px !important;
    }

    .container .layui-nav-more {
        top: 20px;
    }

    .container .layui-nav-child {
        top: 50px;
    }

        .container .layui-nav-child i {
            margin-right: 10px;
        }

.layui-nav .layui-nav-item a {
    cursor: pointer;
}

.layui-nav .layui-nav-child a {
    color: #333;
    cursor: pointer;
}

.left-nav {
    position: absolute;
    top: 45px;
    bottom: 0px;
    left: 0;
    z-index: 2;
    padding-top: 10px;
    background-color: #f2f2f2EEE;
    width: 220px;
    max-width: 220px;
    overflow: auto;
    overflow-x: hidden;
}

#side-nav {
    width: 220px;
}

.left-nav #nav li a {
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    display: block;
    cursor: pointer;
    border-left: 4px solid transparent;
    transition: all 0.3s;
}

.left-nav a:hover {
    background: #009688 !important;
    color: #fff;
    border-color: #04564e !important;
}

.left-nav a.active {
    background: #009688 !important;
    color: #fff;
    border-color: #04564e !important;
}

.left-nav #nav li a cite {
    font-size: 16px;
}

.left-nav #nav li .sub-menu {
    display: none;
}

.left-nav #nav li .opened {
    display: block;
}

.left-nav #nav li .sub-menu li a {
    padding: 8px 15px 8px 30px;
    font-size: 14px;
    cursor: pointer;
}

.left-nav #nav li .sub-menu li .sub-menu li a {
    padding-left: 45px;
}

.left-nav #nav li .sub-menu li a i {
    font-size: 12px;
}

.left-nav #nav li a i {
    padding-right: 10px;
    line-height: 14px;
}

.left-nav #nav li .nav_right {
    float: right;
    font-size: 16px;
}

.page-content {
    background: #F1F2F6;
    position: absolute;
    top: 45px;
    right: 0;
    bottom: 0px;
    left: 220px;
    overflow: hidden;
    z-index: 1;
    overflow: auto;
}

    .page-content .tab {
        height: 100%;
        width: 100%;
        margin: 0px;
    }

    .page-content .layui-tab-content {
        width: 100%;
        padding: 0px;
        overflow: hidden;
    }

.layui-show-xs-block .layui-input {
    height: 30px;
}

.layui-show-xs-block .layui-btn, .layui-card-header .layui-btn {
    height: 30px;
    line-height: 30px;
}

.layui-card-header {
    height: 50px;
    line-height: 50px;
}

.layui-show-xs-block {
    display: inline-block;
    width: 180px;
}

::-webkit-input-placeholder {
    color: #999;
}

.layui-btn, .layui-input {
    border-radius: 5px;
}

.layui-edit-body {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin: 20px;
    padding: 0;
}

.layui-edit-title {
    padding: 13px 30px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: bold;
    font-size: 16px;
}

.layui-edit-content {
    margin: 20px 0;
}

.layui-edit-inline {
    margin: 20px 0;
}

    .layui-edit-inline input {
        width: 400px;
    }

.layui-edit-foot {
    margin-left: 110px;
    margin-bottom: 40px;
}

.td-manage a {
    cursor: pointer;
}

    .td-manage a i {
        font-size: 22px;
    }

.td-manage .layui-btn {
    padding: 0 5px;
    margin: 0;
}

.layui-add-body {
    margin: 20px 15px;
    padding: 0;
}

.layui-content-div {
    background-color: white;
}

.layui-edit-body {
    background: #ffffff;
}

.layui-card {
    min-height: 500px;
}

.layui-anim-upbit {
    z-index: 9999 !important;
}

.layui-upload-file {
    width: 120px;
    height: 120px;
    display: inline-block !important;
    background-color: #ffffff;
    opacity: 1 !important;
    border: 1px dashed #e2e2e2;
    text-align: center;
    z-index: 100;
    margin: 0 10px;
}

.layui-upload-reply p {
    width: 120px;
    height: 120px;
    display: inline-block !important;
    background-color: #ffffff;
    opacity: 1 !important;
    border: 1px dashed #e2e2e2;
    text-align: center;
    z-index: 100;
    margin: 0 10px;
}

.layui-upload-list {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-left: 30px;
}

.progress {
    width: 60px;
    height: 14px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    background-color: rgb(92, 184, 92);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.14902) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.14902) 50%, rgba(255, 255, 255, 0.14902) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px -1px 0px 0px inset;
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: width;
    transition-timing-function: ease;
}

.layui-form-add {
    position: absolute;
}

#ossfile {
    position: absolute;
}

.user_manager {
    width: 70%;
    height: 400px;
    overflow: scroll;
    border: 1px solid #ddd;
    margin: 20px;
    padding: 10px 0;
}

.role_name {
    width: 200px;
    display: inline-block;
}

.layui-add-role {
    width: 100%;
    margin-left: 20px;
}

.function_ul li, .manager_ul li {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

    .manager_ul li:hover {
        background: #ccc;
        cursor: pointer;
    }

.manager_ul .active {
    background: #ccc;
}

.layui-role-save {
    text-align: center;
}

.layui-table .layui-btn {
    height: 30px;
    line-height: 30px;
}

.layui-link {
    cursor: pointer;
}

    .layui-link:hover {
        color: #ff6a00;
    }

.layui-number {
    margin: 10px 0;
}

.layui-notice-list {
    margin-bottom: 20px;
}

    .layui-notice-list h2 {
        margin: 10px 0;
    }

.layui-video-box {
    padding: 10px;
    border: 1px solid #ffe2e2;
}

.layui-video-title {
    text-align: center;
    font-size: 16px;
}

.layui-video-info {
    padding: 10px 5px;
}

.layui-video-supportnum {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #000000;
    opacity: 0.5;
    border-radius: 5px;
    color: #ffffff;
}

.layui-input-body {
    width: 90%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.layui-input-title {
    width: 10%;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0;
}

.layui-icon-img {
    margin-top: -8px !important;
}
/*主题一*/
.layui-nav-child .theme1 :hover, .layui-nav-child .theme1.layui-this, .layui-nav-child .theme1.layui-this a {
    background: rgba(123, 181, 209, 1) !important;
}

/*主题二*/

.layui-nav-child .theme2 :hover, .layui-nav-child .theme2.layui-this, .layui-nav-child .theme2.layui-this a {
    background: linear-gradient(to left,rgba(184, 20, 179, 1), rgba(30, 159, 255, 1)) !important;
}

/*主题三*/

.layui-nav-child .theme3 :hover, .layui-nav-child .theme3.layui-this, .layui-nav-child .theme3.layui-this a {
    background: linear-gradient(to left,rgba(57, 61, 73, 1), rgba(31, 151, 255, 0.69)) !important;
}
/*主题四*/

.layui-nav-child .theme4 :hover, .layui-nav-child .theme4.layui-this, .layui-nav-child .theme4.layui-this a {
    background: linear-gradient(to left,#b8f1ed, #f2debd) !important;
}
/*主题五*/

.layui-nav-child .theme5 :hover, .layui-nav-child .theme5.layui-this, .layui-nav-child .theme5.layui-this a {
    background: linear-gradient(to left,rgba(1, 170, 237, 1), rgba(82, 183, 109, 1)) !important;
}

/*主题6*/

.layui-nav-child .theme6 :hover, .layui-nav-child .theme6.layui-this, .layui-nav-child .theme6.layui-this a {
    background: #0E9DDA !important;
}

body .layui-layer-remark {
    border-radius: 5px;
}

    body .layui-layer-remark .layui-remark-info {
        text-align: center;
        margin: 20px 0;
    }

    body .layui-layer-remark .layui-layer-content {
        padding: 0 30px;
    }

    body .layui-layer-remark textarea {
        width: 100%;
        min-height: 150px;
        padding: 5px 10px;
        margin: 0 -10px;
    }

.layui-open-email .layui-unselect {
    position: absolute !important;
    left: 26px !important;
}

.layui-form-pane {
    margin-top: 10px;
}

    .layui-form-pane .layui-form-label {
        width: 110px;
        padding: 8px 15px;
        height: 30px;
        line-height: 14px;
        border-width: 1px;
        border-style: solid;
        border-radius: 5px 0 0 5px;
        text-align: center;
        background-color: #FBFBFB;
        overflow: hidden;
        box-sizing: border-box;
    }

.layui-item {
    margin-bottom: 10px;
    margin-right: 10px !important;
}

.layui-form-pane .layui-input {
    border-radius: 0 5px 5px 0;
}

.layui-form-pane .layui-item2 .layui-input {
    border-radius: 5px;
}

.layui-form-pane .layui-float-right a {
    height: 30px;
    line-height: 30px;
}

.layui-feedback .layui-table {
    margin: 0 0 30px 0;
}

.layui-card-body .layui-footer-center {
    position: fixed;
    width: 100%;
    margin-left: -15px;
    bottom: 0;
    padding: 20px 0;
    background-color: #ffffff;
    text-align: center;
}

.layui-layer-delete .layui-layer-btn0 {
    border-color: #FF5722 !important;
    background-color: #FF5722 !important;
}

input:disabled, .layui-select-disabled input {
    background: #f2f2f2;
}

.layui-fitter {
    margin-bottom: 10px;
}

    .layui-fitter div {
        margin-left: 40px;
    }

    .layui-fitter .title {
        font-size: 20px;
        font-weight: bold;
    }

    .layui-fitter .type {
        font-size: 20px;
        font-weight: bold;
        margin: 0 10px;
    }

    .layui-fitter a {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
    }

    .layui-fitter hr {
        margin: 0;
    }

    .layui-fitter .x-link {
        color: #ff6a00;
    }

.layui-folderid {
    background-color: #dff0d8;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.layui-tb-center {
    text-align: center !important;
}

.layui-tb-longtime {
    width: 200px;
}

.layui-tb-nomal {
    width: 80px;
}

.layui-tb-datetime {
    width: 120px !important;
}

.layui-tb-date {
    width: 100px !important;
}

.layui-mb-10 {
    margin-bottom: 10px !important;
}

.layui-table th:first-child {
    height: 35px !important;
    line-height: 35px !important;
}

.layui-table thead tr th {
    font-weight: bold;
}

.layui-headimg img {
    border-radius: 50%;
}

.layui-pass {
    margin: 20px 0;
}

.menu_icon {
    position: absolute;
    top: 14px;
    width: 16px;
}

.parent_a {
    position: relative;
}

    .parent_a cite {
        margin-left: 30px;
    }

.break-all {
    word-break: break-all;
}

.layui-copy-name {
    width: 17px;
    cursor: pointer;
}

.foo-copy {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10;
}