﻿/*公共样式*/
body, button, input, select, textarea {
    font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif' !important;
}

.childrenBody {
    height: 100%;
}

.ztree * {
    font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif';
}

.disabled-button {
    background: #ddd !important;
}

*::selection {
    background-color: #3B99FC;
}

hr {
    margin: 0;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

.layui-table-view {
    margin: 0 !important;
}

.magb0 {
    margin-bottom: 0 !important;
}

.magt0 {
    margin-top: 0 !important;
}

.magt3 {
    margin-top: 3px !important;
}

.magt10 {
    margin-top: 10px !important;
}

.magb15 {
    margin-bottom: 15px !important;
}

.magt30 {
    margin-top: 30px !important;
}

.layui-left {
    text-align: left;
}

.layui-block {
    width: 100% !important;
}

.layui-center {
    text-align: center;
}

.layui-right {
    text-align: right;
}

.layui-elem-quote.title {
    padding: 10px 15px;
    margin-bottom: 0;
}

.layui-bg-white {
    background-color: #fff !important;
}

.border {
    border: 1px solid #e6e6e6 !important;
    padding: 10px;
    border-top: none;
}

.main_btn .layui-btn {
    margin: 2px 5px 2px 0;
}

.layui-timeline-axis {
    left: -4px;
}

.layui-elem-quote {
    word-break: break-all;
}

.icons li, .icons li:hover, .loginBody .seraph, .loginBody .seraph:hover, .loginBody .layui-form-item.layui-input-focus label, .loginBody .layui-form-item label, .loginBody .layui-form-item.layui-input-focus input, .loginBody .layui-form-item input {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .icons li:hover i, .icons li i {
        transition: font-size 0.3s ease-in-out;
        -webkit-transition: font-size 0.3s ease-in-out;
    }

.loginBody .layui-input-focus .layui-input::-webkit-input-placeholder {
    transition: color 0.2s linear 0.2s;
    -webkit-transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input::-moz-placeholder {
    transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input:-ms-input-placeholder {
    transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input::placeholder {
    transition: color 0.2s linear 0.2s;
    -webkit-transition: color 0.2s linear 0.2s;
}

.icon-plus {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center; /*border-radius: 2px;*/
    background-color: #fff;
    font-size: 20px;
    color: #666;
}

.code-box .active-this span {
    color: #0069C6;
}

.default-this, .default-this a {
    color: red;
}

.unit {
    border: 1px solid #DEDEDE; /*border-radius: 2px;*/
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 0 11px;
    margin-bottom: 5px;
}

table {
    width: 100%;
}

.btn-save {
    color: #fff;
    height: 25px;
    width: 52px;
    background: #134CA3;
    border: 0 solid #C4CCCC; /*border-radius: 2px;*/
    font-size: 12px;
}

.aja-input {
    height: 25px;
    width: 310px;
}

.aja-select {
    height: 25px;
    width: 180px;
}

.meun-little .layui-nav-bar, .meun-little .layui-nav-more {
    display: none;
}

.meun-little {
    padding: 0;
}

    .meun-little.layui-nav .layui-nav-item {
        line-height: normal;
    }

    .meun-little.layui-nav {
        display: none;
        width: 38px;
    }

    .meun-little .layui-nav-child {
        top: 6px;
        left: auto;
        right: 16px;
    }

.childrenBody-content-left .meun-little .layui-nav-child {
    top: 8px;
    left: 32px;
    right: auto;
}

.meun-little.layui-nav .layui-nav-item a {
    color: #000;
    padding: 0 11px;
}

.meun-little.layui-nav .aja-nav-item a {
    color: #000;
    padding: 0 11px;
    display: block;
}

.meun-little.layui-nav, .meun-little .layui-nav-child dd.layui-this, .meun-little.layui-nav .layui-nav-child dd.layui-this a {
    background-color: transparent;
    color: #000;
}

    .meun-little.layui-nav .layui-nav-child a:hover, .meun-little.layui-nav .layui-nav-child dd.layui-this a:hover {
        background: #f2f2f2;
    }

.text-default {
    color: #F5A623;
}

.aja-form {
    height: 100%;
    position: relative;
}

html body .laydate-btns-confirm {
    color: #fff;
    background-color: #0069C6;
    background-image: linear-gradient(-180deg, #0069C6 0%, #134CA3 100%);
    margin-left: 10px !important;
}

body .layui-laydate-footer span:hover {
    color: #666;
}

.layui-laydate-footer .laydate-btns-confirm:hover {
    color: #fff;
}

body .layui-laydate-header i:hover {
    color: #0069C6;
}

body .layui-laydate-content td.laydate-selected {
    background-color: #4aa5ff;
    color: #fff;
}

button {
    cursor: pointer;
}

body input:focus, body textarea:focus, select:focus, .layui-input:focus, .layui-textarea:focus {
    border: 1px solid #2B579A !important;
    outline: none !important;
}

.active {
    font-size: 14px;
    color: #115588;
    border: 1px solid #115588 !important;
    /*border-radius: 2px;*/
}


.title-font {
    color: #787878;
    font-size: 16px;
    line-height: 31px;
    position: relative;
    height: 38px;
    /*padding-top: 5px;*/
}

.title-font1 {
    height: auto;
    padding-bottom: 15px;
}

.title-font2 {
    height: 38px;
    padding-bottom: 0px;
}

.msgNum {
    position: absolute;
    top: 5px;
    left: 16px;
    background: #FF7B03;
    border: 1px solid #ffffff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 8px;
    text-align: center;
    z-index: 2;
    font-size: 14px;
}

#msgBox {
    padding: 0 9px;
    overflow: visible;
}
/* .title-font > span {
    font-weight: bold;
}    */
.searchG > input {
    font-size: 14px;
}

.staff-table tr {
    cursor: pointer;
}

.search {
    position: absolute;
    top: 0;
    right: 0;
}

    .search > img {
        position: absolute;
        top: 24px;
        left: 10px;
    }

    .search > input {
        border: 1px solid #DCDCDC;
        /* box-shadow: inset 0 1px 3px 0 rgba(155,155,155,0.50); */
        /*border-radius: 2px;*/
        width: 215px;
        height: 25px;
        padding-left: 32px;
        box-sizing: border-box;
        font-size: 12px;
    }

.component-table {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 16px;
}

    .component-table tr td {
        color: #454545;
        font-size: 12px;
    }

    .component-table .logo > .logo-image {
        width: 232px;
        height: 60px;
        border: 1px solid #dedede;
        /* background: url('../images/camera.png') no-repeat center center; */
        /* background: #f5f5f5; */
        position: relative;
        cursor: pointer;
    }

        .component-table .logo > .logo-image > img {
            max-width: 232px;
            max-height: 60px;
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            top: 0;
            margin: auto;
        }

    .component-table .logo .masking {
        width: 232px;
        height: 60px;
        background: rgba(0,0,0,0.4);
        display: none;
    }

    .component-table .logo > .logo-image:hover .masking {
        display: block;
    }

.opendetail {
    width: 25px;
    height: 25px;
}
/* .component-table .logo > .logo-image > img {
    max-width: 232px;
    max-height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    /* display: none; */
/* } */
/* .component-table .logo > .logo-image:hover {
    background: rgba(0,0,0,0.41);
}
.component-table .logo > .logo-image:hover img {
    display: block;
} */
.component-table .layui-select-title > input {
    width: 310px;
    height: 26px;
    border: 1px solid #d1d1d1;
    /*border-radius: 2px;*/
    box-sizing: border-box;
}

.component-table .layui-form-select {
    /*width: 310px;*/
    width: 514px;
}

.suggest {
    font-size: 12px;
    color: #787878;
    line-height: 30px;
}

.component-table tr td:first-child {
    font-size: 12px;
    color: #666;
    width: 95px;
    padding-right: 20px;
    letter-spacing: 0;
    line-height: 30px;
    position: relative;
}

.component-table tr {
    display: block; /*将tr设置为块体元素*/
    margin-top: 20px;
}

.component-table .normal {
    border: 1px solid #7ed321;
    /*border-radius: 4px;*/
    color: #7ed321;
    letter-spacing: -0.88px;
    padding: 0 8px;
    margin-left: 8px;
}

    .component-table .normal.default {
        color: #FFAC40;
        background: rgba(255,172,64,0.10);
        border: 1px solid #FFAC40;
    }

.component-table .upload {
    width: 232px;
    height: 178px;
    background-color: #f5f5f5;
    /* border: 1px solid #dedede; */
    margin-top: 16px;
    cursor: pointer;
    /* background: url(../images/credential.png) no-repeat center center; */
    position: relative;
}

    .component-table .upload .masking {
        width: 232px;
        height: 178px;
        background: rgba(0,0,0,0.4);
        display: none;
        /* background: url(../images/credential.png) no-repeat center center; */
    }

        .component-table .upload .masking > img, .component-table .logo .masking > img {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            top: 0;
            margin: auto;
        }

    .component-table .upload > img {
        max-width: 232px;
        max-height: 178px;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        margin: auto;
    }

    .component-table .upload:hover .masking {
        display: block;
    }

/* .component-table .upload:hover {
    background: rgba(0,0,0,0.41);
} */
/* .component-table .upload:hover > img {
    display: block
} */
.component-table .upload0 {
    margin-top: 0;
}
/* .component-table .upload:first-child {
    margin-top: 0;
} */
.component-table .head-portrait {
    width: 100px;
    height: 100px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    /* margin-top: 16px; */
}

.weight {
    /*font-weight: bold;*/
}


.vertical-top {
    vertical-align: top;
    /* padding-top: 25px; */
    /*padding-top: 10px;*/
    /*width:123px;*/
}

.vertical-top0 {
    padding-top: 10px;
}

.recompose {
    color: #1f8efa;
    margin-left: 15px;
}

    .recompose:hover {
        text-decoration: none;
        color: #000;
    }

.component-table .layui-form-checkbox[lay-skin=primary] i, .staff-table .layui-form-checkbox[lay-skin=primary] i {
    width: 12px;
    height: 12px;
    font-size: 12px;
}

.component-table .layui-form-checked[lay-skin=primary] i, .staff-table .layui-form-checked[lay-skin=primary] i {
    background-color: #0078D7;
}

.component-table .layui-form-checkbox[lay-skin=primary] span {
    font-size: 12px;
}
/*后台首页*/
.panel_box {
    margin-bottom: 5px;
}

.panel {
    text-align: center;
    height: 90px;
}

.panel_box a {
    display: block; /*border-radius:5px;*/
    overflow: hidden;
    height: 80px;
    background-color: #f2f2f2 !important;
}
/* .panel_icon{ width:40%; display: inline-block; line-height:80px; float:left; position:relative; height:100%;} */
.panel_icon i {
    font-size: 40px !important;
    color: #fff;
    display: inline-block;
}
/* .panel_word{ width:60%; display: inline-block; float:right; margin:13px 0 14px; } */
.panel_word span {
    font-size: 25px;
    display: block;
    height: 34px;
}

.panel .loginTime {
    font-size: 15px;
    color: #1E9FFF;
    line-height: 17px;
}

.panel em {
    font-style: normal;
}

.history_box {
    min-height: 500px;
    height: 500px;
    overflow-y: scroll;
    padding: 10px !important;
}

    .history_box .layui-timeline .layui-timeline-item:last-child {
        padding-bottom: 0;
    }
/* @media screen and (max-width:1200px) {
    .history_box { height: auto !important; overflow-y: inherit; }
} */
/*修改密码*/
.pwdTips {
    min-height: auto;
    margin: 40px 0 15px 110px;
}
/*个人资料*/
form input.layui-input[disabled] {
    background: #f2f2f2;
    color: #595963 !important;
}

.user_right {
    text-align: center;
}

    .user_right p {
        margin: 10px 0 25px;
        font-size: 12px;
        text-align: center;
        color: #FF5722;
    }

    .user_right img#userFace {
        width: 200px;
        height: 200px;
        margin-top: 20px;
        cursor: pointer;
        box-shadow: 0 0 50px #44576b;
    }

.userAddress.layui-form-item .layui-input-inline {
    width: 23%;
}

    .userAddress.layui-form-item .layui-input-inline:last-child {
        margin-right: 0;
    }
/*下拉多选*/
.layui-form-item select[multiple] + .layui-form-select dd {
    padding: 0;
}

.layui-form-item select[multiple] + .layui-form-select .layui-form-checkbox[lay-skin=primary] {
    margin: 0 !important;
    display: block;
    line-height: 36px !important;
    position: relative;
    padding-left: 26px;
}

    .layui-form-item select[multiple] + .layui-form-select .layui-form-checkbox[lay-skin=primary] span {
        line-height: 36px !important;
        float: none;
    }

    .layui-form-item select[multiple] + .layui-form-select .layui-form-checkbox[lay-skin=primary] i {
        position: absolute;
        left: 10px;
        top: 0;
        margin-top: 9px;
    }

.multiSelect {
    line-height: normal;
    height: auto;
    padding: 4px 10px;
    overflow: hidden;
    min-height: 38px;
    margin-top: -38px;
    left: 0;
    z-index: 99;
    position: relative;
    background: none;
}

    .multiSelect a {
        padding: 2px 5px;
        background: #908e8e; /*border-radius:2px;*/
        color: #fff;
        display: block;
        line-height: 20px;
        height: 20px;
        margin: 2px 5px 2px 0;
        float: left;
    }

        .multiSelect a span {
            float: left;
        }

        .multiSelect a i {
            float: left;
            display: block;
            margin: 2px 0 0 2px; /*border-radius:2px;*/
            width: 8px;
            height: 8px;
            background: url(../images/close.png) no-repeat center;
            background-size: 65%;
            padding: 4px;
        }

            .multiSelect a i:hover {
                background-color: #545556;
            }
/*404页面*/
.noFind {
    text-align: center;
    padding-top: 2%;
}

    .noFind i {
        line-height: 1em;
        font-size: 12em !important;
        color: #393D50;
        display: block;
    }

.ufo {
    text-align: center;
    height: 100%;
    position: relative;
}

.noFind .page_icon, .noFind .ufo_icon {
    opacity: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.noFind .page_icon {
    top: 300px;
    animation: pageGo 0.3s ease-in 0.3s forwards;
    -webkit-animation: pageGo 0.3s ease-in 0.3s forwards;
    -o-animation: pageGo 0.3s ease-in 0.3s forwards;
    -moz-animation: pageGo 0.3s ease-in 0.3s forwards;
}

.noFind .ufo_icon {
    top: 100px;
    animation: ufo 1s ease-in 0.6s forwards;
    -webkit-animation: ufo 1s ease-in 0.6s forwards;
    -o-animation: ufo 1s ease-in 0.6s forwards;
    -moz-animation: ufo 1s ease-in 0.6s forwards;
}

.page404 {
    margin-top: 10%;
    opacity: 0;
    font-size: 0;
    animation: page404 0.5s ease-in 1.7s forwards;
    -webkit-animation: page404 0.5s ease-in 1.7s forwards;
    -o-animation: page404 0.5s ease-in 1.7s forwards;
    -moz-animation: page404 0.5s ease-in 1.7s forwards;
}

    .page404 p {
        font-size: 20px;
        font-weight: 300;
        color: #999;
    }
/*页面被吸走*/
@keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }

    to {
        font-size: 0;
        opacity: 0;
        top: 100px;
    }
}

@-moz-keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }

    to {
        font-size: 0;
        opacity: 0;
        top: 100px;
    }
}

@-webkit-keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }

    to {
        font-size: 0;
        opacity: 0;
        top: 100px;
    }
}

@-o-keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }

    to {
        font-size: 0;
        opacity: 0;
        top: 100px;
    }
}
/*ufo飞走*/
@keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }

    20% {
        font-size: 12em;
        top: 50px;
    }

    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}

@-moz-keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }

    20% {
        font-size: 12em;
        top: 50px;
    }

    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}

@-webkit-keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }

    20% {
        font-size: 12em;
        top: 50px;
    }

    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}

@-o-keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }

    20% {
        font-size: 12em;
        top: 50px;
    }

    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}
/*404显示*/
@keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }

    to {
        opacity: 1;
        font-size: 2em;
    }
}

@-moz-keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }

    to {
        opacity: 1;
        font-size: 2em;
    }
}

@-webkit-keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }

    to {
        opacity: 1;
        font-size: 2em;
    }
}

@-o-keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }

    to {
        opacity: 1;
        font-size: 2em;
    }
}
/*图标管理*/
.iconsLength {
    margin: 0 5px;
}

.icons li {
    margin: 5px 0;
    text-align: center;
    height: 120px;
    cursor: pointer;
}

    .icons li i {
        display: block;
        font-size: 35px;
        margin: 10px 0;
        line-height: 60px;
        height: 60px;
    }

    .icons li:hover {
        background: rgba(13,10,49,.9); /*border-radius:5px;*/
        color: #fff;
    }

        .icons li:hover i {
            font-size: 50px;
        }

#copyText {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: -9999px;
    top: -9999px;
}
/*开发文档*/
/*h2.method{ font-size:18px; line-height:45px; padding-left:5px;}*/
/*.childrenBody .menu {
    display: none;
}*/

/* home页 */
.homeBody {
    background: rgb(2, 55, 158);
    height: 100%;
    min-height: 720px;
    z-index: 2;
    position: relative;
    min-width: 1100px;
}

.background-home {
    /* background: rgb(2, 55, 158); */
    background: url('../images/background.jpg') no-repeat center bottom;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.meun-list > div .layui-form-checkbox[lay-skin=primary] i {
    top: 2px;
}

.homeBody .search-header {
    border: none;
    background: transparent;
    padding-top: 10px;
}

.homeBody h1 {
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
    /* margin-top: 220px; */
    /* position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -100px; */
}

.homeBody h2 {
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
}

.homeBody .foot {
    height: 266px;
    position: absolute;
    bottom: 0;
    /* top: 720px; */
    width: 100%;
    /* background: url('../images/Rectangle.png') no-repeat center center; */
}

.foot-card {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -600px;
}

    .foot-card > div {
        float: left;
        text-align: center;
        width: 200px;
        margin-left: 130px;
    }

        .foot-card > div:first-child {
            margin-left: 0;
        }

        .foot-card > div .img {
            width: 65px;
            height: 65px;
            /* background: #fff; */
            margin: 0 auto;
        }

        .foot-card > div .blue {
            color: #35A7FC;
            font-size: 14px;
            /* margin-top: 35px; */
        }

        .foot-card > div .while {
            color: #fff;
            font-size: 12px;
            margin-top: 8px;
        }

    .foot-card .search1 {
        /* opacity: 0.4; */
        background: #454E5B;
        border: 1px solid #888;
        /*border-radius: 100px;*/
        overflow: hidden;
        width: 230px;
        height: 30px;
        box-sizing: border-box;
        margin-top: 14px;
    }

        .foot-card .search1 input {
            border: 0;
            width: 250px;
            height: 30px;
            background: transparent;
            box-sizing: border-box;
            padding-left: 10px;
            position: relative;
            color: #fff;
        }

            .foot-card .search1 input:focus {
                border: 0 !important;
            }

        .foot-card .search1 button {
            background: #0078D7;
            background-image: linear-gradient(-180deg, #0078D7 0%, #134CA3 100%);
            /*border-radius: 0 15px 15px 0;*/
            width: 76px;
            height: 30px;
            border: 0;
            position: absolute;
            right: 0;
            bottom: 0;
            color: #fff;
        }

            .foot-card .search1 button img {
                margin-right: 5px;
            }

    .foot-card .search-box {
        position: absolute;
        bottom: 180px;
        left: 50%;
        margin-left: -125px;
        width: 250px;
    }

    .foot-card .status {
        background: #2F3A47;
        /*border-radius: 4px;*/
        width: 79px;
        height: 21px;
        line-height: 21px;
        color: #ddd;
        margin: 0 auto;
    }

.layui-header .topLevelMenus > li {
    display: none;
}

.spectaculars-content li {
    display: none;
}
/*登录*/
.forgetPassword {
    cursor: pointer;
}

.loginHtml, .loginBody {
    height: 100%;
}
/* .loginBody{ background:url("../images/background.png") no-repeat center center;} */
.background-img {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../images/bg_1.jpg") no-repeat center center;
    z-index: 1;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    background-size: cover;
}

.background-filter {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 2;
}

#compant {
    box-sizing: border-box;
    padding-top: 37px;
    padding-left: 61px;
    padding-right: 61px;
    font-size: 16px;
    color: #2C2E2F;
    position: relative;
    height: 100%;
}

    #compant .header-text {
        font-size: 22px;
        color: #2C2E2F;
        letter-spacing: -0.71px;
        margin-bottom: 30px;
    }

    #compant > button {
        background-image: linear-gradient(-180deg, #0078D7 0%, #134CA3 100%);
        /*border-radius: 4px;*/
        color: #fff;
        border: none;
        width: 215px;
        height: 50px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 50px;
    }

    #compant ul {
        margin-top: 15px;
        height: 250px;
        overflow: auto;
    }

    #compant .dashed {
        border-bottom: 1px dashed #CBD2D6;
        position: absolute;
        bottom: 130px;
        width: 338px;
    }

    #compant ul li {
        height: 42px;
        line-height: 42px;
        padding-left: 10px;
        cursor: pointer;
        position: relative;
        /* width: 320px; */
    }

    #compant ul .sel-enabled {
        /* background: #F5F7FA; */
        color: #bbb;
    }

    #compant .hint-text {
        color: #A9A9A9;
    }

#hint-text {
    text-align: center;
    margin-top: 100px;
}

#compant ul li.select::after {
    content: url('../images/selected.png');
    position: absolute;
    right: 10px;
    top: 4px;
}

#compant ul li:hover {
    background: #F5F7FA;
    /*border-radius: 2px;*/
}
/* .loginBody form.layui-form{
    width: 420px;
    height: 314px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -157px;
    border-radius: 5px;
} */
.loginBody .layui-tab {
    margin: 0;
    width: 420px;
    /* height: 356px; */
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -178px;
    margin-left: -210px;
    border-radius: 5px;
    z-index: 99;
}

    .loginBody .layui-tab .layui-tab-title {
        height: 50px;
        padding: 0 30px;
    }

        .loginBody .layui-tab .layui-tab-title li {
            height: 50px;
            line-height: 50px;
            width: 50%;
            box-sizing: border-box;
            font-size: 18px;
        }

.loginBody .layui-tab-brief > .layui-tab-title .layui-this::after {
    top: 10px;
    width: 90px;
    left: 45px;
    border-color: #0069C6;
}

.loginBody .layui-tab-brief > .layui-tab-title .layui-this {
    color: #0069C6;
    font-weight: bold;
}

.input-pc, .input-phone {
    padding-top: 8px;
    padding-left: 20px;
    position: relative;
}

    .input-pc > input, .input-phone > input {
        width: 360px;
        height: 45px;
        background: #fff;
        border: 1px solid #dddddd;
        /*border-radius: 4px;*/
        margin-top: 15px;
        box-sizing: border-box;
        font-size: 14px;
        padding-left: 42px;
    }

        .input-phone > input:first-child {
            width: 264px;
        }

    .input-phone > button[type=button] {
        width: 90px;
        height: 43px;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0.77px;
        background: #0078D7;
        border: 1px solid #0078D7;
        /*border-radius: 4px;*/
        position: absolute;
        border: 0;
        top: 24px;
        right: 20px;
        cursor: pointer;
    }

        .input-phone > button[type=button]:hover {
            color: #6D6D6D;
            background: #E5F1FB;
            border: 1px solid #0078D7;
        }

.layui-tab-content .layui-form-checkbox[lay-skin=primary] i {
    width: 12px;
    height: 12px;
    margin-top: 2px;
}

.password-text {
    margin-top: 14px;
    margin-left: 10px;
}

    .password-text > span {
        float: right;
        margin-right: 20px;
        color: #999999;
        letter-spacing: 0.8px;
    }

.layui-tab-content .layui-form-checkbox[lay-skin=primary] span {
    color: #999999;
    font-size: 14px;
    letter-spacing: 0.8px;
}

.layui-tab-content .layui-form-checked[lay-skin=primary] i {
    border-color: #4A90E2;
    background: #4A90E2;
}

.input-pc button[type=submit], .input-phone button[type=submit] {
    width: 360px;
    height: 45px;
    /*border-radius: 4px;*/
    /*background: #007aff;*/
    background-color: #0078D7;
    /*background-image: linear-gradient(-180deg, #007AFF 0%, #134CA3 100%);*/
    color: #fff;
    border: 0;
    letter-spacing: 5px;
    font-size: 16px;
    margin-top: 17px;
    /*cursor: pointer;*/
    margin-bottom: 10px;
}

    .input-pc button[type=submit]:hover {
        background-color: #2B579A;
        border: 1px solid #0078D7;
    }

    .input-phone button[type=submit]:hover {
        background-color: #2B579A;
        border: 1px solid #2B579A;
    }

.input-pc button[type=button] {
    width: 360px;
    height: 45px;
    color: #6A6A6A;
    /*border-radius: 4px;*/
    /*background: #FEFEFF;*/
    /*background-image: linear-gradient(-180deg, #FEFEFF 0%, #F9F8F9 100%);*/
    /* color: #fff; */
    /* border: 0; */
    background-color: #fff;
    letter-spacing: 5px;
    font-size: 16px;
    margin-top: 17px;
    cursor: pointer;
    border: 1px solid #ABABAB;
}

    .input-pc button[type=button]:hover {
        color: #6A6A6A;
        border: 1px solid #007aff;
    }

.icon-up {
    position: absolute;
    left: 30px;
    top: 34px;
}

.icon-down {
    position: absolute;
    left: 30px;
    top: 93px;
}

.login_face {
    margin: -55px auto 20px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    box-shadow: 0 0 30px #009688;
}

    .login_face img {
        width: 100%;
    }

.loginBody .layui-form-item {
    position: relative;
}

    .loginBody .layui-form-item label {
        position: absolute;
        color: #757575;
        left: 10px;
        top: 9px;
        line-height: 20px;
        background: #fff;
        padding: 0 5px;
        font-size: 14px;
        cursor: text;
    }

    .loginBody .layui-form-item.layui-input-focus label {
        top: -10px;
        font-size: 12px;
        color: #ff6700;
    }

    .loginBody .layui-form-item.layui-input-active label {
        top: -10px;
        font-size: 12px;
    }

.loginBody .layui-input::-webkit-input-placeholder {
    color: #fff;
}

.loginBody .layui-input::-moz-placeholder {
    color: #fff;
}

.loginBody .layui-input:-ms-input-placeholder {
    color: #fff;
}

.loginBody .layui-input::placeholder {
    color: #fff;
}

.loginBody .layui-form-item.layui-input-focus input {
    border-color: #ff6700 !important;
}

.loginBody .layui-input-focus .layui-input::-webkit-input-placeholder {
    color: #757575;
}

.loginBody .layui-input-focus .layui-input::-moz-placeholder {
    color: #757575;
}

.loginBody .layui-input-focus .layui-input:-ms-input-placeholder {
    color: #757575;
}

.loginBody .layui-input-focus .layui-input::placeholder {
    color: #757575;
}

.loginBody .seraph {
    font-size: 30px;
    text-align: center;
}

    .loginBody .seraph.icon-qq:hover {
        color: #0288d1;
    }

    .loginBody .seraph.icon-wechat:hover {
        color: #00d20d;
    }

    .loginBody .seraph.icon-sina:hover {
        color: #d32f2f;
    }

.imgCode {
    position: relative;
}

#imgCode img {
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}
/*用户等级*/
.layui-table-view .layui-table span.seraph {
    font-size: 25px !important;
}

.vip1 {
    color: #994a2b;
}

.vip2 {
    color: #899396;
}

.vip3 {
    color: #bd6a08;
}

.vip4 {
    color: #a3b8c4;
}

.vip5 {
    color: #63c3ea;
}

.vip6 {
    color: #b563ed;
}

.vip7 {
    color: #ff9831;
}

.vip8 {
    color: #A757A8;
}

.vip9 {
    color: #0ff;
}

.vip10 {
    color: #f00;
}
/*新闻添加*/
.layui-elem-quote .layui-inline {
    margin: 3px 0;
}

.category .layui-form-checkbox {
    margin: 5px 0;
}

.border .layui-form-item {
    margin-bottom: 10px;
}

.border .layui-form-label {
    width: 50px;
}

    .border .layui-form-label i {
        position: absolute;
        top: 10px;
        left: 3px;
    }

.border .layui-input-block {
    margin-left: 80px;
}

.thumbBox {
    height: 151px;
    overflow: hidden;
    border: 1px solid #e6e6e6; /*border-radius:2px;*/
    cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 153px;
}

.thumbImg {
    max-width: 100%;
    max-height: 100%;
    border: none;
}

.thumbBox:after {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 153px;
    z-index: -1;
    text-align: center;
    font-size: 20px;
    content: "缩略图";
    left: 0;
    top: 0;
    color: #9F9F9F;
}
/*图片管理*/
#Images li {
    width: 19%;
    margin: 0.5% 0.5%;
    float: left;
    overflow: hidden;
}

    #Images li img {
        width: 100%;
        cursor: pointer;
    }

    #Images li .operate {
        display: block;
        height: 40px;
        width: 100%;
        background: #f4f5f9;
    }

        #Images li .operate .check {
            float: left;
            margin-left: 11px;
            height: 18px;
            padding: 11px 0;
            width: 74%;
            position: relative;
        }

            #Images li .operate .check .layui-form-checkbox[lay-skin=primary] {
                width: 100%;
            }

                #Images li .operate .check .layui-form-checkbox[lay-skin=primary] span {
                    padding: 0 5px 0 25px;
                    width: 100%;
                    box-sizing: border-box;
                }

                #Images li .operate .check .layui-form-checkbox[lay-skin=primary] i {
                    position: absolute;
                    left: 0;
                    top: 0;
                }

        #Images li .operate .img_del {
            float: right;
            margin: 9px 11px 0 0;
            font-size: 22px !important;
            cursor: pointer;
        }

            #Images li .operate .img_del:hover {
                color: #f00;
            }

@media screen and (max-width:1050px) {
    #Images li {
        width: 24%;
    }
}

@media screen and (max-width: 750px) {
    #Images li {
        width: 49%;
    }
}

@media screen and (max-width:432px) {
    #Images li {
        width: 99%;
    }
}
/*系统日志*/
.layui-btn-green {
    background-color: #5FB878 !important;
}
/*友情链接*/
.linkLogo {
    width: 80px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #e6e6e6; /*border-radius:2px;*/
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 42px;
}

.linkLogoImg {
    max-width: 90%;
    max-height: 90%;
}

.linkLogo:after {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 42px;
    z-index: -1;
    text-align: center;
    font-size: 12px;
    content: "上传LOGO";
    left: 0;
    top: 0;
    color: #9F9F9F;
}

.linksAdd .layui-form-label {
    width: 60px;
    padding-left: 0;
}

.linksAdd .layui-input-block {
    margin-left: 75px;
}

    .linksAdd .layui-input-block input {
        padding: 0 5px;
    }
/*响应式*/
@media screen and (max-width:450px) {
    #userFaceBtn {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }

    .user_right img#userFace {
        width: 100px;
        height: 100px;
        margin-top: 0;
    }

    .layui-col-xs12 .layui-form-label {
        width: 60px;
        padding-left: 0;
    }

    .layui-col-xs12 .layui-input-block, .layui-col-xs12 .layui-input-inline {
        margin-left: 75px;
    }

    .layui-col-xs12 .layui-input-inline {
        left: 0 !important;
        width: auto !important;
    }

    .noFind {
        padding-top: 0;
    }

    *[pc] {
        display: none;
    }
}

/* 企业信息 */
.childrenBody-box {
    /*padding: 0 24px;
    padding-top: 9px;*/
    height: 100%;
    /*min-width: 700px;*/
    /*overflow: hidden;*/
    box-sizing: border-box;
}

.childrenBody-content {
    box-sizing: border-box;
    /* box-shadow: 0 0 1px 1px rgba(222,222,222,0.50); */
    /*border: 1px solid #dcdcdc;*/
    /* padding: 0 20px; */
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 1100px;
}

    .childrenBody-content > div {
        margin: 0 25px;
    }
/* 物流跟踪 */
.childrenBody-top .layui-form-select dl dd.layui-this {
    background: #0069C6;
}

.childrenBody-top .layui-form-select dl dd:hover {
    color: #000;
}

.search-body {
    background: #fff;
}

.search-header {
    height: 45px;
    background: #134CA3;
    border: 1px solid #979797;
    margin-bottom: 20px;
    box-sizing: border-box;
}

    .search-header > div {
        width: 1200px;
        margin: 0 auto;
    }

        .search-header > div img {
            margin-top: 7px;
        }

        .search-header > div > button {
            border: 1px solid #FFFFFF;
            /*border-radius: 2px;*/
            width: 70px;
            height: 30px;
            background: transparent;
            color: #fff;
            float: right;
            margin-top: 7px;
        }

.search-box {
    /*width: 1200px;*/
    margin: 0 auto;
    height: auto;
    /* text-align: center; */
}

    .search-box .search1 input {
        width: 162px;
        height: 32px;
        box-sizing: border-box;
        padding-left: 10px;
        background: rgb(69,78,91);
        color: white;
        border: 1px solid #DCDCDC;
        /* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50), inset 0 0 4px 1px rgba(0,0,0,0.50); */
        border-radius: 20px 0 0 20px;
        border-right-width: 0;
    }

    .search-box .search1 {
        width: 580px;
        margin: 0 auto;
        position: relative;
        margin-top: 100px;
        /*box-shadow: 0 0 1px 1px rgba(53,167,252,0.50);*/
        /*border-radius: 8px;*/
    }

    .search-box button {
        background: #fff;
        /*background-image: linear-gradient(-180deg, #0078D7 0%, #134CA3 100%);*/
        border-radius: 0 20px 20px 0;
        border: none;
        width: 90px;
        height: 32px;
        box-sizing: border-box;
        color: #000;
        position: absolute;
    }

.childrenBody-content.childrenBody-top {
    height: auto;
    /*min-height:811px;*/
    /*border-radius: 2px;*/
    font-size: 14px;
    overflow: visible;
    padding: 0 30px 10px;
    box-sizing: border-box;
}

.childrenBody-content.childrenBody-down {
    margin-top: 10px;
    height: auto;
    /* min-height: 300px; */
    /*border-radius: 2px;*/
    font-size: 14px;
    padding-bottom: 60px;
}

.unfold:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-width: 5px 5px 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #0066CC;
    top: 6px;
    right: -15px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.unfold-spread:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-width: 5px 5px 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #0066CC;
    top: 12px;
    right: -15px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.search-head {
    margin-top: 18px;
    position: relative;
    height: 30px;
}

.childrenBody-top .layui-form-select dl {
    top: 31px;
}

.search-option {
    width: 100%;
    box-sizing: border-box;
    /* padding-left: 170px; */
    /* padding-right: 90px; */
    margin-top: 10px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

    .search-option > div {
        float: left;
        width: 150px;
        height: 30px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .search-option > .voyage-range {
        width: 305px;
    }

        .search-option > .voyage-range > input {
            width: 305px;
        }
/* .input-padd {
    margin-left: 0 !important;
} */
.childrenBody-down > .search-head {
    margin: 10px 25px;
}

    .childrenBody-down > .search-head > .text {
        font-weight: bold;
        line-height: 30px;
    }

.childrenBody-down .meun-little .aja-nav-item a {
    padding: 0;
}

.childrenBody-down .meun-little .aja-nav-item dd a {
    padding: 0 11px;
}

.childrenBody-down .meun-little .aja-nav-item a span {
    font-size: 14px;
    color: #0069C6;
}

.childrenBody-down .meun-little {
    width: auto;
}

.search-option > div input {
    box-sizing: border-box;
    width: 150px;
    height: 30px;
    border: 1px solid #C9C9C9;
    /*border-radius: 2px;*/
    padding-left: 10px;
    font-size: 12px;
}

.search-head > .search-input {
    width: 100%;
    /* padding-left: 155px; */
    padding-right: 121px;
    position: absolute;
    box-sizing: border-box;
    z-index: 0;
}

    .search-head > .search-input > input {
        width: 100%;
        height: 30px;
        padding-left: 10px;
        box-sizing: border-box;
        border: 1px solid #9DA3A6;
        /*border-radius: 2px;*/
    }

.search-head .search-title {
    float: left;
    position: relative;
    line-height: 30px;
    color: #0069C6;
    z-index: 2;
    left: 550px;
    cursor: pointer;
}

.search-head > .search-input button {
    position: absolute;
    /*right: 93px;*/
    top: 0;
    background: #0078D7;
    background-image: linear-gradient(-180deg, #0078D7 0%, #134CA3 100%);
    border: 1px solid #9DA3A6;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
    width: 28px;
    height: 30px;
}

.button-search {
    /* position: absolute; */
    /* right: 256px; */
    /* left: 805px; */
    /* top: 10px; */
    background: #0078D7;
    border: 1px solid #0078D7;
    /*border-radius: 0 2px 2px 0;*/
    box-sizing: border-box;
    width: 73px;
    height: 30px;
    color: #fff;
    font-size: 12px;
}

    .button-search:hover {
        background: #3C65A4;
        color: #fff;
        border: 1px solid #0078D7;
    }

    .button-search.button-search-reset {
        background: #F1F1F1;
        color: #454545;
        border: 1px solid #C9C9C9;
    }

        .button-search.button-search-reset:hover {
            background: #D5E1F2;
        }

.search-head .layui-form-select {
    width: 150px;
    height: 30px;
    float: left;
    z-index: 2;
}

.layui-form-select dl dd {
    font-size: 12px;
}

.search-head .layui-form-select input {
    background-image: linear-gradient(-180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid #9DA3A6;
    /*border-radius: 2px;*/
    width: 150px;
    height: 30px;
    box-sizing: border-box;
    font-size: 12px;
}

.result:nth-child(2n - 1) {
    /*background: #F5F7FA;*/
}

.result-box {
    box-sizing: border-box;
    padding: 20px 165px 20px 25px;
    position: relative;
    /* background: #F5F7FA; */
    border-left: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
}

.result-click {
    cursor: pointer;
}
/*.result-this:after {
    content: '';
    display: block;
    height: 136px;
    width: 4px;
    background: #34A1F2;
    position: absolute;
    left: 0;
    top: 0;
}*/
.result-box .info-status {
    position: absolute;
    width: 145px;
    right: 0;
    top: 0;
}

    .result-box .info-status .result-box .result-info-row {
        margin-bottom: 10px;
    }

.result-box .result-info-row div {
    float: left;
    width: 30%;
    height: 22px;
    line-height: 22px;
    position: relative;
}

    .result-box .result-info-row div:first-child + div {
        width: 25%;
    }

.result-box .result-info-row span {
    float: left;
    color: #454545;
}

.diluted > span {
    color: #9DA3A6 !important;
}

.p {
    color: #007DC3 !important;
    opacity: 0.5;
}

.result-box .weight {
    /*font-weight: bold;*/
    color: #000;
}

.info-col1 + span, .info-col2 + span, .info-col3 + span {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-col1 + span {
    padding-left: 70px;
}

.info-col2 + span {
    padding-left: 70px;
}

.info-col3 + span {
    padding-left: 70px;
}

#bsid + span {
    font-size: 14px;
}

.result-box.card {
    /*background: #FAFAFA;*/
    /*border: 1px solid #9DA3A6;*/
    /*border-radius: 2px;*/
    padding: 20px 26px;
    position: relative;
    display: none;
    color: #454545;
}

/*.result-box.card::after {
    content: '';
    display: block;
    height: 196px;
    width: 4px;
    background: #4FC7F9;
    position: absolute;
    left: -1px;
    top: 0;
}*/
.layui-tab-title li .layui-tab-close:hover {
    background-color: #b2d6ff;
}

.result {
    position: relative;
}

.shut-out-img {
    position: absolute;
    right: 35px;
    top: 30px;
}

.sub-table tbody tr {
    cursor: default;
}

.staff-table th > .border-none {
    border-left: none;
}

.result-info .result-info-row .info-col1 {
    width: 130px;
}

.result-info .result-info-row .info-col2 {
    width: 75px;
}

.result-info .result-info-row .info-col3 {
    width: 85px;
}

.result-box .info-status {
    padding: 20px 25px 0 0;
}

    .result-box .info-status span {
        vertical-align: top;
    }

    .result-box .info-status .info-status-text {
        font-size: 20px;
    }

.result-box .green {
    color: #63D040;
}

.result-box .red {
    color: #FB6500;
}

.result-box .blue {
    color: #34A1F2;
}

.result-box .gray {
    color: #212C3A;
}

.result-box .title {
    /*margin-bottom: 30px;*/
}

.result-box .title1 {
    /*margin-bottom: 20px !important;*/
}

.result-box .title2 .info-col {
    width: 85px;
    float: left;
}

.result .more {
    color: #0069C6 !important;
    margin-left: 10px;
    cursor: pointer;
    z-index: 999;
}

.result-box > .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

    .result-box > .close > i {
        font-size: 24px !important;
    }

.course {
    margin: 10px 0;
}

.card .course {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.course > div {
    display: inline-block;
    text-align: left;
}

.course .course-arrows {
    width: 80px;
    height: 3px;
    margin: 0 10px;
    background: #d8d8d8;
    position: relative;
    top: -12px;
}

    .course .course-arrows > i {
        font-size: 10px !important;
        color: #d8d8d8;
        position: absolute;
        right: -5px;
        top: -5px;
    }

.course > .course-center > div {
    display: inline-block;
}

.card .result-info-un {
    margin-bottom: 5px;
}

    .card .result-info-un > div {
        /*width: 30%;*/
    }

    .card .result-info-un .info-col {
        width: 71px;
        color: #212C3A;
    }

    .card .result-info-un .left {
        float: left;
    }

    .card .result-info-un .right {
        float: right;
        width: 49%;
    }

    .card .result-info-un .middle {
        margin: 0 auto;
        width: 35%;
    }

/* 角色管理 */

.childrenBody-content .childrenBody-content-left {
    height: 98%;
    width: 200px;
    /*overflow-y: auto;*/
    border-right: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    /* float: left; */
    position: absolute;
    top: 0;
    left: 25px;
    margin: 0;
}


.childrenBody-content .childrenBody-content-right {
    border-top: 1px solid #ABABAB;
    border-right: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    overflow-y: auto;
    padding-left: 225px;
    height: 98%;
    overflow-x: auto;
    padding-right: 25px;
    /*min-width: 1000px;*/
}


.role-list-header {
    font-size: 16px;
    color: #787878;
    height: 38px;
    line-height: 38px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
}

    .role-list-header > ul > li {
        float: left;
        height: 26px;
        width: 81px;
        line-height: 26px;
        font-size: 14px;
        color: #454545;
        /* background: #fff; */
        text-align: center;
        cursor: pointer;
    }

        .role-list-header > ul > li.aja-this {
            background: #d1d1d1;
            color: #fafafa;
        }

    .role-list-header > ul {
        width: 162px;
        border: 1px solid #C9C9C9;
        /*border-radius: 4px;*/
        height: 26px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -15px;
        margin-left: -82px;
    }

    .role-list-header .icon-plus {
        right: 10px;
        top: 8px;
    }

/*新增的公司列表部分样式*/

#Role-right-role1 {
    height: 98%;
    width: 200px;
    /*overflow-y: auto;*/
    border-right: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    /* float: left; */
    position: absolute;
    top: 0;
    left: 25px;
    margin: 0;
}

#Role-right-role2 {
    height: 98%;
    width: 200px;
    /*overflow-y: auto;*/
    border-right: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    /* float: left; */
    position: absolute;
    top: 0;
    left: 240px;
    margin: 0;
}

#Role-right-role3 {
    border-top: 1px solid #ABABAB;
    border-right: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    overflow-y: auto;
    padding-left: 445px;
    height: 98%;
    overflow-x: auto;
    padding-right: 25px;
    /*min-width: 1000px;*/
}

.list-ul1.aja-this {
    display: block;
}

.list-ul1 > li {
    position: relative;
}

    .list-ul1 > li > div > span {
        display: block;
        height: 25px;
        line-height: 25px;
        padding-left: 25px;
        position: relative;
        cursor: default;
    }


/*****************/

/* .list-ul {
    padding: 20px 0;
} */
.role-list-meun > ul {
    display: none;
}

.list-ul.aja-this {
    display: block;
}

.list-ul > li {
    position: relative;
}

    .list-ul > li > div > span {
        display: block;
        height: 25px;
        line-height: 25px;
        padding-left: 25px;
        position: relative;
        cursor: default;
    }

.list-hover:hover {
    background-color: #f5f5f5;
}

    .list-hover:hover .meun-little {
        display: block !important;
    }

.role-list { /*2018-12-25 ht修改*/
    padding: 10px 1px 0;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

    .role-list .meun {
        font-size: 14px !important;
        position: absolute;
        right: 0px;
        top: 3px;
        cursor: pointer;
        /* color: #007AFF !important; */
    }

.childrenBody-content-left .ztree li a.curSelectedNode .meun {
    color: #0069C6 !important;
}

.component-table .layui-form-selected input {
    background: rgba(0, 0, 0, 0.1) !important;
}

.component-table .layui-form-radio {
    margin-top: 0;
}

.meun-list-header {
    height: 27px;
    /*background-color: #f5f5f5;*/
    line-height: 27px;
    /*padding-left: 20px;*/
    /*border-top: 1px solid #C9C9C9;*/
    /*margin-top: 15px;*/
    width: 230px;
}


.meun-list {
    /*margin-top: 5px;*/
    padding-left: 20px;
    /*margin-bottom: 15px;*/
}

.qx124 {
    height: 85px;
}

.meun-list124 {
    padding-top: 21px;
    padding-left: 20px;
}

.meun-list > div {
    margin-bottom: 5px;
}

.meun-list-header .layui-form-checkbox[lay-skin=primary] span, .meun-title .layui-form-checkbox[lay-skin=primary] span {
    font-size: 14px;
    color: #000;
}

.meun-list > .layui-unselect {
    margin-right: 30px;
}

.meun-title {
    margin-top: 5px;
    padding-left: 20px;
    height: 28px;
    line-height: 28px;
}

.childrenBody-content-right .btn-save {
    margin-bottom: 20px;
    margin-top: 10px;
}

.title-font .recompose {
    font-size: 14px;
}

/* 员工管理 */
.childrenBody-content-tools {
    height: 38px;
    /* background-color: #DFE9F4; */
    background-color: #F5F5F5;
    /*padding-left: 5px;*/
    border-left: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    border-top: 1px solid #C9C9C9;
}

    .childrenBody-content-tools > button {
        margin: 6px 0px 0 15px;
        float: left;
    }

.btn-tools {
    background-color: #F1F1F1;
    color: #454545;
    border: 1px solid #C9C9C9;
    /*border-radius: 2px;*/
    line-height: 23px;
    padding: 0 10px;
    margin: 0 5px;
    position: relative;
    font-size: 12px;
}

    .btn-tools:hover {
        background: #D5E1F2;
        border: 1px solid #C9C9C9;
        color: #454545;
    }
/*修改*/
/*.cut-off:after {
    content: '';
    display: block;
    height: 25px;
    width: 1px;
    position: absolute;
    background-color: #B8C8D5;
    top: -1px;
    right: -13px;
}*/

.cut-off {
    /*margin-right: 15px;*/
}

.staff-table th > span {
    display: block;
    height: 25px;
    border-left: 1px solid #DCDCDC;
    padding-left: 10px;
    font-weight: normal;
    line-height: 25px;
    text-align: left;
    font-size: 12px;
    color: #787878;
}
    /* .staff-table td {
    padding-left: 10px;
} */
    .staff-table th > span.vanish {
        border: 0;
        display: block;
        height: 25px;
        border-left: 1px solid #DCDCDC;
        padding-left: 10px;
        font-weight: normal;
        line-height: 25px;
        text-align: left;
        font-size: 12px;
        color: #787878;
    }

.staff-table tr {
    border-bottom: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
}

.staff-table tbody tr {
    height: 39px;
}

.staff-table tbody td > span {
    padding-left: 10px;
    display: block;
    /* width: 110px; */
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.staff-table tbody td > .overflow-text {
    width: 110px;
}

.center {
    text-align: center;
}
/* .unfold:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-width: 5px 5px 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #333;
    top: 7px;
    left: 10px;
} */
.aja-move > i {
    font-size: 12px !important;
    position: absolute;
    left: 10px;
    color: #000;
}

.aja-list-spread {
    background: #f5f5f5;
}
/* .unfold-spread:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-width: 5px 5px 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #333;
    top: 10px;
    left: 7px;
} */

.staff-table tbody tr:hover {
    background: #D5E1F2;
}

    .staff-table tbody tr:hover .meun-little {
        display: block !important;
    }

.staff-table .layui-nav > .aja-nav-item > a {
    background: transparent;
    color: #0069C6;
}

.tr-active {
    background: #f5f5f5;
}

.role-list > .list-ul .list-ul {
    display: none;
    position: relative;
    z-index: 99;
}

.aja-list-active {
    color: #0069C6;
}

    .aja-list-active span {
        color: #0069C6;
    }

    .aja-list-active > div a i {
        color: #0069C6 !important;
    }

    .aja-list-active .meun-little {
        display: block;
    }


/* .logo img {
    width: 232px;
    height: 60px;
} */

.staff-table thead tr {
    height: 38px;
}

.component-table-parent input[type=text] {
    margin: 8px 0;
}

.stick {
    background: #FDF0F0;
}

.childrenBody-content .layui-nav-child dd a {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    width: 100px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    display: block;
}

.childrenBody-content .layui-nav-child {
    padding: 2px 0;
}

    .childrenBody-content .layui-nav-child dd a:hover {
        background: #f5f5f5;
    }

.childrenBody-content {
    background: #fff;
}

.filter-box .meun-little.layui-nav {
    display: block;
}

.staff-table .filter-box .layui-nav > .layui-nav-item > a {
    background: #fff;
}

.staff-table .filter-box {
    padding-left: 0;
}

.filter-box .filter-option img {
    color: #EF4333;
    visibility: hidden;
}

.filter-box .meun-little.layui-nav .layui-nav-item .filter-option {
    padding-left: 0;
}

.filter-box .filter-show img {
    visibility: visible;
}

.filter-first {
    padding-left: 10px !important;
    color: #959595 !important;
}

    .filter-first:hover {
        background: #fff !important;
    }

#staff .layui-form-select dl {
    top: 26px;
}

    #staff .layui-form-select dl dd, .layui-form-select dl dt {
        line-height: 30px;
    }

    #staff .layui-form-select dl dd {
        padding-left: 30px;
        position: relative;
        width: 512px;
    }

.layui-form-select dl dd:hover {
    background: #f2f2f2 !important;
}

#staff .layui-form-select dl dd.layui-this::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/selected.png) no-repeat center center;
    position: absolute;
    top: 8px;
    left: 10px;
}


#staff .layui-form-select dl dd.layui-this {
    background: #fff;
    color: #000;
}

#staff .layui-form-selectup dl {
    bottom: auto;
}

#childrenBodyBox > div {
    height: 100%;
    /*min-height: 1100px;*/
    /*min-width: 1200px;*/
    overflow-y: hidden;
}

#childrenBodyBox {
    overflow-x: auto;
    overflow-y: auto;
}

.msg-form-box {
    overflow-x: auto;
    overflow-y: auto;
}

    .msg-form-box > .childrenBody-content {
        height: 100%;
        min-height: 620px;
    }

#staff {
    height: 100%;
    position: relative;
    /* padding-bottom: 70px; */
    box-sizing: border-box;
    min-height: 600px;
}

    #staff > div {
        padding-bottom: 70px;
        height: 100%;
        min-height: 600px;
        box-sizing: border-box;
    }

.page {
    /*float: right;*/
    bottom: 0;
    right: 0px;
    /*position: absolute;*/
}
/* #page .layui-laypage-em {
    background: #999;
} */

.table-firstTd td:first-child, .table-firstTd th:first-child {
    padding-left: 38px;
}

.filter-box > ul {
    display: block !important;
}


/* 客户管理 */
.staffName img {
    width: 150px;
    height: 40px;
    border: 1px solid #dedede;
}
/* .user-table tbody tr {
    height: 60px;
} */

/* 增加企业 */
.component-table input {
    width: 310px;
    height: 26px;
    border: 1px solid #d1d1d1;
    /*border-radius: 2px;*/
    box-sizing: border-box;
}

.margin-buttom {
    border-bottom: 1px solid #C9C9C9;
}

}
/* .aja-show {
	display: block !important;
}
.aja-hide {
	display: none !important;
} */
.role-list > .list-ul .list-ul.aja-show {
    display: block;
}

/* //树形菜单样式 */
.childrenBody-content-left .ztree li span.button.noline_close {
    background: url('../images/pull-down.png') no-repeat center center;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.childrenBody-content-left .ztree li span.button.noline_open {
    background: url('../images/pull-down.png') no-repeat center center;
}

.childrenBody-content-left .ztree li a {
    display: block;
    padding: 0;
    padding-left: 20px;
    height: 25px;
    line-height: 25px;
    position: relative;
    opacity: 1;
    cursor: default;
}

.childrenBody-content-left .ztree li > a > .node_name {
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    line-height: 25px;
    padding-right: 20px;
    box-sizing: border-box;
}

.childrenBody-content-left .ztree li a:hover {
    text-decoration: none;
    background: #f5f5f5;
}

.childrenBody-content-left .ztree li a.curSelectedNode:hover {
    background: #f5f5f5;
}

.childrenBody-content-left .ztree li {
    position: relative;
    opacity: 1;
}

    .childrenBody-content-left .ztree li span.button.switch {
        position: absolute;
        top: 4px;
        left: 3px;
        z-index: 999;
    }

.childrenBody-content-left .ztree * {
    font-size: 14px;
    color: #000;
}

.childrenBody-content-left .ztree li a.curSelectedNode {
    border: 0;
    background: #fff;
    color: #0069C6;
}

    .childrenBody-content-left .ztree li a.curSelectedNode > span {
        color: #0069C6;
    }

.ztree .meun-little.layui-nav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
/* .z-menu {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    
}
.z-menu .meun {
    position: absolute;
}
.childrenBody-content-left .z-menu >li >a {
    display: block;
    height: 25px;
    width: 25px;
    padding: 0;
    position: relative;
}
.childrenBody-content-left .z-menu {
    padding: 0;
} */

.childrenBody-content-left .z-menu {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.z-menu .z-menu-child { /*ht --2018-12-25修改*/
    position: absolute;
    right: 10px;
    top: 14px;
    /* background: #fff; */
    width: 100px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    border: 1px solid #d2d2d2;
    background-color: #fff;
    /*border-radius: 2px;*/
    white-space: nowrap;
    padding: 2px 0;
    display: none;
}

    .z-menu .z-menu-child dd {
        height: 25px;
        background: #fff;
    }

        .z-menu .z-menu-child dd a {
            padding-left: 11px;
            font-size: 12px;
        }

.citys-select {
    /* width: 310px; */
    height: 40px;
}

    .citys-select > select {
        height: 26px;
        box-sizing: border-box;
        /* width: 33.33%; */
        float: left;
        margin-right: 5px;
        margin-top: 7px;
    }

#staffList_1_a .ddMenu {
    display: none;
}
/*#enabledSpan {
    display: inline-block;
}*/
.layui-form-radioed > i {
    color: #0069C6;
}

    .layui-form-radioed > i:hover {
        color: #0069C6;
    }

.SeqNumber {
    margin-top: 5px;
}

/* 电子订舱 */
.order-header {
    height: 25px;
    /* width: 170px; */
    position: absolute;
    /*top: 15px;*/
    left: 0;
    border: 1px solid #DEDEDE;
    /*border-radius:5px;*/
    cursor: pointer;
    /* box-sizing: border-box; */
}

    .order-header div {
        float: left;
        line-height: 25px;
        padding: 0 15px;
    }

        .order-header div.aja-this {
            background: #9DA3A6;
            color: #fff;
            /*border-radius: 5px;*/
        }

.textarea {
    width: 286px;
    height: auto;
    display: block;
    padding-top: 7px;
}

.add-textarea {
}

.component-table textarea {
    /*width: 310px;*/
    width: 514px;
    height: 106px;
    border-color: #D1D1D1;
    padding-left: 10px;
    padding-top: 10px;
    box-sizing: border-box;
}

.course input {
    padding-left: 10px;
}

.add-box > .layui-form-select, .add-box > div, .add-box > input {
    float: left;
    margin-right: 10px;
    position: relative;
}

.add-box .layui-select-title > input {
    width: 83px;
    height: 26px;
}

.add-box .layui-form-select dl {
    top: 34px;
    padding: 2px 0;
}

    .add-box .layui-form-select dl dd {
        height: 26px;
        line-height: 26px;
    }

.layui-form-select dl dd.layui-this::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/selected.png) no-repeat center center;
    position: absolute;
    top: 8px;
    left: 10px;
}

.layui-form-select dl dd {
    padding-left: 30px;
    box-sizing: border-box;
}

.childrenBody-top .layui-form-select dl dd.layui-this {
    /* background: #007AFF;
    color: #fff; */
    color: #000;
    background: transparent;
}

.childrenBody-top .layui-form-select dl dd {
    height: 26px;
    box-sizing: border-box;
    line-height: 26px;
}

.childrenBody-top .layui-form-select dl {
    padding: 2px 0;
}

.layui-form-select dl dd.layui-this {
    /* background: #007AFF;
    color: #fff; */
    color: #000;
    background: transparent;
}

.add-box .layui-form-select dl dd:hover {
    color: #000;
}

.add-box .layui-form-select {
    width: 83px;
    /* height: 24px; */
}

.add-box > div > input {
    width: 63px;
}

.add-box > input {
    width: 144px !important;
}

.add-box > div > .button {
    width: 20px;
    height: 13px;
    box-sizing: border-box;
    text-align: center;
    line-height: 13px;
    border: 1px solid #D1D1D1;
    /*border-radius: 0 2px 2px 0;*/
    cursor: pointer;
}
/* .add-box > div > .button:hover {
    background: #eee;
} */
.add-box > div > .button1 {
    position: absolute;
    right: 0;
    top: 7px;
    color: #000;
}

.add-box > div > .button2 {
    position: absolute;
    right: 0;
    top: 20px;
    color: #ddd;
}

.add-box > div .layui-icon {
    font-size: 10px !important;
}

.course .weight > input {
    width: 144px;
}

#newContainer {
    font-size: 14px;
    color: #0069C6;
    /* position: absolute;
    bottom: -18px; */
    cursor: pointer;
    width: 30px;
}

.delContainer {
    line-height: 40px;
    cursor: pointer;
}

.tow-input {
    width: 305px !important;
}

.add-box {
    position: relative;
    /* margin-bottom: 20px; */
}

.searchG {
    padding-right: 30px;
    position: relative;
    margin-top: 45px;
}

.search-select {
    position: absolute;
    z-index: 2;
}

.searchG > input {
    width: 150px;
    height: 30px;
    float: left;
    margin-left: 5px;
    background-image: linear-gradient(-180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid #C9C9C9;
    /*border-radius: 2px;*/
    margin-top: 8px;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 12px;
}

.searchG > button {
    float: left;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: #0069C6;
    background-image: linear-gradient(-180deg, #0069C6 0%, #134CA3 100%);
    border: 1px solid #9DA3A6;
    /*border-radius: 2px;*/
    /* position: absolute;
    right: 0;
    top: 8px; */
}

.searchG .submit {
    float: left;
    line-height: normal;
    margin-top: 8px;
    margin-left: 5px;
}

.component-table .cut > div {
    margin: 5px 0;
}

.contact-box {
    position: relative;
}

.contact {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 304px;
}

    .contact .layui-nav-child dd a {
        width: 175px;
    }

.layui-nav-child {
    max-height: 200px;
    overflow-y: auto;
}

.blue {
    color: #0069C6 !important;
    cursor: pointer;
}

.gray {
    color: #d8d8d8 !important;
    /* cursor: pointer; */
}

.staff-table .button {
    display: inline-block;
    border: 1px solid #0069C6;
    /*border-radius: 2px;*/
    width: 78px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #0069C6;
}

.staff-table .redButton {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #EC5840;
    /*border-radius: 2px;*/
    color: #EF4333;
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.table-box {
    position: relative;
    /*min-height: calc(100% - 94px);*/
    box-sizing: border-box;
    overflow-y: auto;
    height: 547px;
    margin-bottom: 100px;
    overflow-x: hidden;
}

.staff-table .accessory {
    width: auto;
    height: auto;
}

.underline {
    color: #0069C6;
    padding-left: 5px;
}

    .underline:hover {
        text-decoration: underline;
    }

.change {
    color: #91B7DC;
    margin-left: 20px;
}

.childrenBody-content-tools span {
    text-decoration: none;
    cursor: pointer;
    padding: 0 5px;
}

.tools-this {
    color: #0069C6;
}

.staff-table2 {
    display: none;
}

.searchG .layui-form-select .layui-input {
    background-image: linear-gradient(-180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid #DCDCDC;
    /*border-radius: 2px;*/
    width: 150px;
    height: 30px;
    box-sizing: border-box;
    font-size: 12px;
}

.layui-unselect.layui-form-checkbox i {
    font-size: 12px !important;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #3B99FC;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #3B99FC;
}

.layui-laypage-em {
    background-color: #0078D7 !important;
    /*border:1px solid #0078D7  !important;*/
    color: #333333 !important;
}

.layui-laypage .layui-laypage-curr em {
    color: #fff !important;
}

.searchG .layui-form-select {
    width: 150px;
    height: 30px;
    float: left;
    margin-top: 8px;
    margin-left: 5px;
}

.layui-form-select dl dd {
    height: 26px;
    line-height: 26px;
    position: relative;
}

.layui-form-select dl {
    /*LCTR 2018-11-27*/
    /*padding: 3px 0;
    top: 31px;*/
}

.childrenBody-ex {
    /* padding-top: 15px; */
    height: auto;
    padding-bottom: 60px;
    min-height: 180px;
}

.ex-table-box {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 20px;
}

    .ex-table-box table {
        width: auto;
        /* overflow: auto; */
        width: 1800px;
    }

.menu-after .layui-nav-child {
    right: auto;
    left: 22px;
}

.save {
    background: #F1F1F1;
    border: 1px solid #C9C9C9;
    /*border-radius: 2px;*/
    color: #454545;
}

    .save:hover {
        background: #C2D5F2;
        border: 1px solid #C9C9C9;
        color: #454545;
    }
/* .childrenBody-content-tools-b {
    background: transparent;
} */
.hei {
    color: #000;
}

.un {
    color: #0069C6;
}

    .un:hover {
        text-decoration: underline;
    }

body .layui-laydate .layui-this {
    background: #0078D7 !important;
}

.sort .sort-l {
    position: relative;
}

    .sort .sort-l:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #9DA3A6;
        right: 10px;
        top: 5px;
    }

    .sort .sort-l:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #9DA3A6;
        right: 10px;
        top: 21px;
    }

    .sort .sort-l.top:after {
        border-bottom-color: #000;
    }

    .sort .sort-l.bottom::before {
        border-top-color: #000;
    }

.margin-top15 {
    margin-top: 15px !important;
}

.layui-form-select .layui-input {
    line-height: 30px;
}
/* .layui-layer.layui-layer-page {
    overflow-y: auto;
    overflow-x: hidden;
} */
.top_menu.layui-nav .layui-this > a {
    background: transparent !important;
}

.home-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin-top: -50px;
}
/* .role-list .list-ul .meun {
    top: 3px;
} */
/* body .layui-layer-page .layui-layer-content {
    overflow-y: auto !important;
    overflow-x: hidden !important;
} */
#treeDemo .meun {
    top: 1px;
}

#staffList .meun {
    top: 1px;
}

#treeDemo_1_a .ddMenu {
    display: none;
}

.entrust-td-title + div {
    padding-left: 25px;
    padding-top: 10px;
}

#entrust {
    display: none;
    box-sizing: border-box;
    padding: 0 40px 30px;
}

.td-table td {
    padding-left: 5px;
}

    .td-table td:nth-child(2n - 1) {
        color: #999;
    }

.entrust-header {
    text-align: center;
}

    .entrust-header > h3 {
        font-size: 26px;
        font-weight: bold;
        margin-top: 20px;
    }

#xg-logo {
    position: absolute;
    top: 8px;
    left: 49px;
    z-index: 999;
    cursor: pointer;
    width: 34px;
}

.detail-tbody td {
    height: 40px;
    padding-left: 5px;
}

#detail-tbody td {
    padding-left: 0;
    border-bottom: 0;
}

#detail-tbody + tr td {
    border-top: 0;
}

.entrust-header > p {
    font-size: 20px;
}

.entrust-header > .ita {
    font-style: italic;
    margin-bottom: 20px;
}

.entrust-table {
    margin-top: 10px;
}

.entrust-td-title {
    height: 25px;
    border-bottom: 1px dashed #666;
    color: #999;
    line-height: 25px;
    padding-left: 5px;
}

.entrust-td-title1 {
    height: 50px;
    border-bottom: 1px dashed #666;
    color: #999;
    box-sizing: border-box;
    padding-top: 8px;
    padding-left: 5px;
}

.entrust-table > table > tbody > tr > td {
    border: 1px solid #666;
}

.search-down {
    display: none;
}

.entrust-table .td-table {
    height: 190px;
}

.table-top {
    vertical-align: top;
}

.entrust-td-title + div, .entrust-td-title1 + div {
    min-height: 50px;
}

.entrust-td-title > span {
    float: left;
    width: 50%;
}

.entrust-td-content > div {
    float: left;
    width: 50%;
    min-height: 50px;
}

#contactDl .layui-icon {
    position: absolute;
    right: 10px;
    color: transparent;
}

    #contactDl .layui-icon:hover {
        color: #000;
    }


.new-backletter > div {
    border: 1px solid #E9EFF4;
    /*border-radius: 5px;*/
    float: left;
    margin-right: 20px;
    padding: 2px 11px;
    font-size: 12px;
    /* width: 190px; */
    margin-bottom: 20px;
    box-sizing: border-box;
}

    .new-backletter > div > ol > li > div:first-child {
        border-bottom: 1px solid #E9EFF4;
        padding-left: 10px;
        position: relative;
    }

        .new-backletter > div > ol > li > div:first-child::after {
            content: '';
            display: block;
            width: 6px;
            height: 6px;
            /*border-radius: 3px;*/
            background: #B8E986;
            border: 1px solid #7ED321;
            box-sizing: border-box;
            position: absolute;
            top: 11px;
            left: 0;
        }

#contactList > span {
    background: #fff;
    color: #000;
    height: 26px;
    padding: 0 5px;
    font-size: 12px;
    color: #0069C6;
    text-decoration: underline;
}

.receive-way .layui-form-select {
    width: 310px;
}

.receive-way .layui-select-title > input {
    width: 310px;
    height: 26px;
}

.backletter-table tr {
    height: 30px;
    border-bottom: 1px solid #666;
    cursor: pointer;
}

    .backletter-table tr:hover {
        background: #f5f5f5;
    }

.addBackletter-title + tr {
    display: none;
}

    .addBackletter-title + tr ul {
        margin: auto;
        width: 200px;
        padding: 10px 0;
    }

    .addBackletter-title + tr div {
        float: left;
        margin: 10px 0 0 20px;
    }

.addBackletter-title > td {
    padding-left: 20px;
}

#lol {
    padding: 30px 50px;
    position: relative;
    overflow: auto !important;
    width: 595px;
    /*border-left: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;*/
    margin: 0 auto;
    font-size: 16px;
    margin-top: 20px;
}

    #lol .lol-header {
        text-align: center;
        font-size: 26px;
        color: #000000;
        position: relative;
        /* font-weight: bold; */
    }

        #lol .lol-header .header2 {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 16px;
            color: #000;
            font-weight: normal;
        }

.lol-title {
    margin-top: 50px;
    margin-bottom: 60px;
}

.lol-tr0 {
    margin-top: 30px;
}

#lol .key {
    padding-right: 40px;
}

#lol .key1 {
    position: relative;
    top: 33px;
}
/* .blue {
	color: #0079C0;
} */
/* .lol-content {
	margin-top: 50px;
} */
#lol > .lol-content > div > span {
    display: inline-block;
    width: 240px;
}

.lol-content .td {
    padding-left: 100px;
    margin-top: 16px;
}

.lol-content .blue {
    padding-right: 50px;
}

#lol .text {
    /* width: 670px; */
    color: #212C3A;
    margin-top: 46px;
    margin-bottom: 46px;
}

#lol .er {
    position: absolute;
    top: 80px;
    right: 50px;
}

#templet-tbody tr.active1 .templet-selected {
    visibility: visible;
}
/* #templet-tbody tr.unactive .templet-selected {
    visibility: hidden;
} */
#codeList > li span {
    cursor: pointer;
}

.order_table {
    width: 1100px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .order_table tr {
        float: left;
        width: 320px;
        margin: 0;
        margin-right: 20px;
    }

    .order_table .mr_300 {
    }

.mb_1 {
    margin-bottom: 20.5px !important;
}

.mb_2 {
    margin-top: 20.5px !important;
}

.order_div {
    width: 310px;
    height: 26px;
    /*border-radius: 2px;*/
    box-sizing: border-box;
}

    .order_div .layui-form-select {
        width: 120px;
        float: left;
    }

.oc_div .layui-form-select {
    width: 230px;
}

.order_div span {
    float: left;
    line-height: 26px;
    margin: 0 32px;
}

.order_div .layui-select-title > input, .select_container > input {
    width: 120px;
}

.order_div > input {
    display: inline-block;
    float: left;
    width: 115px;
    padding-left: 10px;
}

#orderCopy {
    width: 230px !important;
}

.copy_btn {
    display: inline-block;
    text-align: center;
    /*border-radius: 2px;*/
    line-height: 26px;
    width: 60px;
    height: 26px;
    float: right;
    border: none;
    background: #0069C6;
    color: #FFFFFF;
    cursor: pointer;
}

.order_p {
    font-size: 14px;
    line-height: 20px;
}

.order_select .layui-form-select, .select_123 input, .select_WTemployee input {
    width: 80px;
}

.order_select .layui-select-title > input {
    width: 80px;
}

.order_select > input {
    width: 230px;
}

.order_num .layui-form-select {
    width: 90px;
}

.order_num .layui-select-title > input {
    width: 90px;
}

.order_num > input {
    width: 200px;
    margin-right: 20px;
}

.WC_div .layui-form-select {
    width: 310px;
}

.scandiv {
    display: none;
}

.ss {
    color: #554B4B;
    font-size: 16px;
}

.shu {
    content: "";
    border-left: 1px solid #E1E6EB;
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 4px;
    float: left;
    left: 90px;
    text-indent: 0px;
}

.bb {
    color: #554B4B;
    font-size: 16px;
}

.aa {
    color: #0069C6;
    font-size: 16px;
}

.shu2 {
    content: "";
    border-left: 1px solid #E1E6EB;
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 5px;
    float: left;
    left: 84px;
    text-indent: 0px;
}

.shu12 {
    content: "";
    border-left: 1px solid #E1E6EB;
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 5px;
    float: left;
    left: 114px;
    text-indent: 0px;
}

.shu3 {
    content: "";
    border-left: 1px solid #E1E6EB;
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 6px;
    float: left;
    left: 83px;
    text-indent: 0px;
}

.shu13 {
    content: "";
    border-left: 1px solid #E1E6EB;
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 6px;
    float: left;
    left: 97px;
    text-indent: 0px;
}

.h_shu3 {
    content: "";
    border-left: 1px solid #E1E6EB;
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 6px;
    float: left;
    left: 207px;
    text-indent: 0px;
}

.shu4 {
    content: "";
    border-left: 1px solid #B8C8D5;
    display: inline-block;
    height: 23px;
    position: absolute;
    top: 10px;
    float: right;
    right: 98px;
    text-indent: 0px;
}


.shu5 {
    content: "";
    border-left: 1px solid #E1E6EB;
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 4px;
    float: left;
    left: 200px;
    text-indent: 0px;
}

.shu7 {
    content: "";
    border-left: 1px solid #E1E6EB;
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 4px;
    float: left;
    left: 90px;
    text-indent: 0px;
}

.containers {
    padding-left: 20px;
}

    .containers > .head_logo {
        border-bottom: 1px solid #ABABAB;
        height: 160px;
        padding-top: 20px;
        padding-left: 20px;
    }

        .containers > .head_logo img {
            margin-top: 10px;
        }

        .containers > .head_logo > div:first-child {
            text-align: center;
            float: left;
            margin: 1px 30px 1px 0;
            vertical-align: middle;
        }

    .containers > .kuang1, .containers > .kuang2, .containers > .kuang3 {
        height: 80px;
        border-bottom: 1px dashed #999;
        position: relative;
    }

#personal {
    line-height: 28px;
}

.hd {
    margin-right: 20px;
    line-height: 80px;
    padding-left: 20px;
    font-size: 14px;
    color: #787878;
}





.xiugai {
    margin-right: 50px;
    float: right;
    line-height: 80px;
    font-size: 12px;
}

.bangding {
    float: right;
    line-height: 80px;
    color: #999;
    margin-right: 50px;
    font-size: 12px;
}

.yishezhi {
    float: right;
    line-height: 80px;
    color: #009900;
    font-size: 12px;
    margin-right: 15px;
}

.shu9 {
    content: "";
    border-left: 1px solid #666;
    display: inline-block;
    height: 15px;
    position: absolute;
    top: 32px;
    float: right;
    right: 90px;
    text-indent: 0px;
}

.order_select_div {
    float: left;
}

.select_input {
    float: left;
    position: absolute;
    z-index: 2;
}

.component-table2 tr td:first-child {
    font-size: 12px;
    color: #787878;
    width: 95px;
    padding-right: 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: right;
}

.component-table2 tr:first-child {
    margin-top: 0;
}


.component-table2 input {
    width: 514px;
    height: 26px;
    border: 1px solid #C9C9C9;
    /*border-radius: 2px;*/
    box-sizing: border-box;
    color: #454545;
    padding-left: 10px;
}

.component-table2 .layui-select-title > input {
    width: 514px;
    height: 26px;
    border: 1px solid #d1d1d1;
    /*border-radius: 2px;*/
    box-sizing: border-box;
}

.scan_div {
    width: 100%;
    text-align: center;
    padding-top: 200px;
    margin: 0 !important;
}

.scan {
    width: 200px;
    height: 100px;
    /*border-radius: 5px;*/
    font-size: 20px;
}


.staff-table3 tbody tr:hover {
    background: none;
}

.table-firstTd2 td:first-child, .table-firstTd th:first-child {
    padding-left: 0px;
}

.layui-side-scroll {
    width: 220px;
    height: 100% !important;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
}

.sousuo {
    width: 300px;
    box-sizing: border-box;
    height: 30px;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 12px;
    float: left;
    margin-right: 5px;
}

.order-header2 {
    margin-top: -36px;
}

.search-header2 > div {
    width: 100%;
    margin: 0 auto;
    min-width: 800px;
}

.a:hover {
    color: #fff !important;
}


.default-this-yidu {
    color: #000 !important;
}

.copy_btn2 {
    display: inline-block;
    text-align: center;
    /*border-radius: 2px;*/
    line-height: 26px;
    width: 60px;
    height: 26px;
    float: right;
    border: none;
    background: #F1F1F1;
    color: #454545;
    cursor: pointer;
    border: 1px solid #C9C9C9;
}

    .copy_btn2:hover {
        background: #D5E1F2;
    }

.suo {
    border-bottom: 1px solid #C9C9C9;
    margin-top: -1px;
}

.shu10 {
    content: "";
    border-left: 1px solid #E1E6EB;
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 4px;
    float: left;
    left: 85px;
    text-indent: 0px;
}

.childrenBody-content-tools5 {
    height: 38px !important;
    line-height: 38px;
    padding-left: 18px;
    height: 30px;
    border-bottom: 1px solid #C9C9C9;
}

.childrenBody-content-tools6 {
    height: 38px !important;
    line-height: 38px;
    padding-left: 18px;
    height: 30px;
    border-bottom: 1px solid #C9C9C9;
}

.searchjg {
    margin-top: -5px !important;
}

.caozuo {
    margin-left: 27px;
    margin-top: 2px;
}

.yewu {
    margin-left: 27px;
    margin-top: 2px;
}

.danzheng {
    margin-left: 27px;
    margin-top: 2px;
}

.chuansi {
    margin-left: 27px;
}

.matou {
    margin-left: 27px;
    margin-top: 4px;
}

.chuandai {
    margin-left: 27px;
    margin-top: 2px;
}

.juli {
    margin-left: 65px;
}

.xiangqing {
    float: right;
    margin-right: 40px;
}


.aqz {
    color: #787878;
}

.aqy {
    color: #454545;
}

.gnyb {
    margin-left: 250px;
    margin-top: -70px;
}

.meun-list-header19 {
    position: absolute;
    /*margin-top: 70px;*/
    margin-left: 65px;
}

.meun-list-header14 {
    /*position: absolute;*/
    /*margin-top: 70px;
    margin-left: 65px;*/
}

.role_header_c1 {
    position: absolute;
    margin-left: 65px;
    top: 50%
}

.qxa14 {
    margin-left: 250px;
    height: 169px;
    border-left: 1px solid #DCDCDC;
}

.role_div_c2 {
    /*height: 350px;*/
    margin-left: 250px;
    /*height: 169px;*/
    border-left: 1px solid #DCDCDC;
}

.dbqy14 {
    height: 56px;
    line-height: 56px;
}




.meun-list-header16 {
    border-bottom: 1px solid #C9C9C9;
    border-top: 1px solid #C9C9C9;
    width: 100%;
    background: #F1F1F1;
}



.meun-list-header15 {
    border-bottom: 1px solid #C9C9C9;
    width: 100%;
    background: #F1F1F1;
}

/*.meun-list-header104 {
    position: absolute;
    margin-top: 160px;
    margin-left: 65px;
}

.meun-list-header105 {
    position: absolute;
    margin-left: 65px;
    margin-top: 30px;
}

.meun-list-header106 {
    position: absolute;
    margin-top: 160px;
    margin-left: 65px;
}

.meun-list-header107 {
    position: absolute;
    margin-top: 70px;
    margin-left: 65px;
}

.meun-list-header133 {
    position: absolute;
    margin-top: 70px;
    margin-left: 65px;
}*/

.qxa19 {
    margin-left: 250px;
    /*height: 169px;*/
    border-left: 1px solid #DCDCDC;
}

.qxa104 {
    margin-left: 250px;
    border-left: 1px solid #DCDCDC;
}

.qxa105 {
    margin-left: 250px;
    border-left: 1px solid #DCDCDC;
}

.qxa106 {
    margin-left: 250px;
    border-left: 1px solid #DCDCDC;
}

.qxa107 {
    margin-left: 250px;
    border-left: 1px solid #DCDCDC;
}

.qxa133 {
    margin-left: 250px;
    border-left: 1px solid #DCDCDC;
}

.qx19 {
    /*border-bottom: 1px solid #C9C9C9;*/
    border-top: 1px solid #C9C9C9;
    position: relative;
    /*height: 169px;*/
}

.qx104 {
    border-bottom: 1px solid #C9C9C9;
    position: relative;
}

.qx105 {
    border-bottom: 1px solid #C9C9C9;
}

.qx106 {
    border-bottom: 1px solid #C9C9C9;
    position: relative;
}

.qx107 {
    border-bottom: 1px solid #C9C9C9;
    position: relative;
}

.meun-list-header124 {
    border-bottom: 1px solid #C9C9C9;
    width: 100%;
    background: #F1F1F1;
}

.meun-list-header108 {
    border-bottom: 1px solid #C9C9C9;
    width: 100%;
    background: #F1F1F1;
}

.meun-list-header120 {
    border-bottom: 1px solid #C9C9C9;
    width: 100%;
    border-top: 1px solid #C9C9C9;
    background: #F1F1F1;
}

.meun-list-header123 {
    border-bottom: 1px solid #C9C9C9;
    background: #F1F1F1;
    border-top: 1px solid #C9C9C9;
    width: 100%;
}

.meun-list-header121 {
    border-bottom: 1px solid #C9C9C9;
    width: 100%;
    border-top: 1px solid #C9C9C9;
    background: #F1F1F1;
}

.meun-list-header114 {
    width: 100%;
    border-bottom: 1px solid #C9C9C9;
    background: #F1F1F1;
}

.meun-list-header137 {
    width: 100%;
    background: #F1F1F1;
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
}

.meun-list-header110 {
    border-bottom: 1px solid #C9C9C9;
    width: 100%;
    background: #F1F1F1;
}

.meun-list-header130 {
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    background: #F1F1F1;
    width: 100%;
}

.meun-list-header113 {
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    background: #F1F1F1;
    width: 100%;
}

.meun-list-header111 {
    border-bottom: 1px solid #C9C9C9;
    border-top: 1px solid #C9C9C9;
    background: #F1F1F1;
    width: 100%;
}

.meun-list-header129 {
    border-bottom: 1px solid #C9C9C9;
    width: 100%;
    border-top: 1px solid #C9C9C9;
    background: #F1F1F1;
}

.meun-list-header112 {
    border-bottom: 1px solid #C9C9C9;
    width: 100%;
    background: #F1F1F1;
}

.meun-list-header136 {
    border-bottom: 1px solid #C9C9C9;
    width: 100%;
    background: #F1F1F1;
}

.meun-list-header125 {
    border-top: 1px solid #C9C9C9;
    width: 100%;
}

.meun-list-header125 {
    border-bottom: 1px solid #C9C9C9;
    background: #F1F1F1;
}

.dbqy19 {
    /*height: 56px;*/
    /*line-height: 56px;*/
}

.dbqy104 {
    height: 56px;
    line-height: 56px;
}

.dbqy105 {
    height: 56px;
    line-height: 56px;
}

.dbqy106 {
    height: 56px;
    line-height: 56px;
}

.dbqy107 {
    height: 56px;
    line-height: 56px;
}

.dbqy133 {
    height: 56px;
    line-height: 56px;
}

.staff-table3 .layui-form-checked[lay-skin=primary] i {
    margin-left: 20px;
}

.updata_div > span {
    text-align: right;
    float: left;
}

.updata_select {
    position: relative;
    width: 300px;
    height: 30px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

    .updata_select > input {
        box-sizing: border-box;
        width: 280px;
        height: 24px;
        border: 1px solid #DCDCDC;
        /* border-radius: 2px; */
        padding-left: 10px;
        font-size: 12px;
        position: absolute;
        z-index: 2;
    }

    .updata_select .layui-form-select {
        margin: 0 !important;
    }

.bk_table {
    width: 1000px;
    margin-left: 30px;
}

.bh_div {
    width: 310px;
    height: 106px;
    border: 1px solid #D1D1D1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    word-wrap: break-word;
}

.bk_span {
    padding: 0 10px;
    cursor: pointer;
    text-decoration: underline;
}

.bk_active {
    color: #0078D7;
}

#render-html-4 input {
    text-align: center;
}

.bk_table input {
    padding-right: 10px;
}

.bh_div span {
    color: #000;
    margin: 0 20px;
    margin-bottom: 5px;
}

.search_select > input {
    width: 150px;
    height: 30px;
    float: left;
    margin-left: 5px;
    background-image: linear-gradient(-180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid #C9C9C9;
    /*border-radius: 2px;*/
    margin-top: 8px;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 12px;
}

.search_select {
    float: left;
}

.shu11 {
    content: "";
    border-left: 1px solid #E1E6EB;
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 5px;
    float: left;
    left: 80px;
    text-indent: 0px;
}

.down-table th {
    border-right: 1px solid #C9C9C9;
    background-color: #F1F1F1;
    font-weight: 100;
}

.down-table td {
    border-right: 1px solid #C9C9C9;
    text-align: center;
}

.down-table tbody tr:hover {
    background: #fff;
}

.val_box {
    display: inline-block;
    width: 240px;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 10px;
}

.val1 {
    display: inline-block;
    width: 200px;
    border-bottom: 1px solid #000000;
    height: 30px;
    position: absolute;
    left: 35px;
    text-align: center;
}

.lol-tr1 {
    width: 50%;
    float: left;
}

.jujue {
    background-image: linear-gradient(-180deg, #FEFEFF 0%, #F9F8F9 100%);
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    width: 300px;
    height: 80px;
    margin-left: 20px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 5px;
}

.jujue_span {
    display: inline-block;
    float: left;
}

.component-table2 input::-webkit-input-placeholder {
    color: #787878;
}

.search-option > div input::-webkit-input-placeholder {
    color: #787878;
}

.search_select > input::-webkit-input-placeholder {
    color: #787878;
}

.searchG > input::-webkit-input-placeholder {
    color: #787878;
}

.search-option > div input::-webkit-input-placeholder {
    color: #787878;
}

input::-webkit-input-placeholder {
    color: #787878;
}

.input-phone > input::-webkit-input-placeholder {
    color: #787878;
}

.input-pc > input::-webkit-input-placeholder {
    color: #787878;
}

.search-box .search1 input::-webkit-input-placeholder {
    color: white;
}

.info-col1 {
    color: #787878 !important;
}

.info-col2 {
    color: #787878 !important;
}

.info-col3 {
    color: #787878 !important;
}

.info-col {
    color: #787878 !important;
}

.sigtable {
    border: 1px solid #C9C9C9;
}

    .sigtable th {
        border-right: 1px solid #C9C9C9;
        font-size: 12px;
        color: #787878;
        font-weight: 100;
    }

    .sigtable td {
        border-right: 1px solid #C9C9C9;
        font-size: 12px;
        color: #454545;
        text-align: center;
    }

.signissue3 {
    overflow: hidden;
}

.sigtable tbody tr:hover {
    background: #fff;
}

.sigtools {
    margin-top: 20px !important;
}

.sigbutton {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50px;
}

.layui-side-scroll {
    overflow-y: auto;
}


.page2 {
    float: right;
    position: absolute;
    right: 20px;
    bottom: 0;
}

.result-info {
    width: 900px;
}


.search-header2 > div img {
    margin-top: -5px;
    margin-left: 24px;
}

.downlog {
    margin-top: -5px !important;
}

.mlog {
    float: left;
    margin-left: 25px;
    margin-top: 4px;
}

.rolebox {
    overflow-x: auto;
}

.backletter > div {
    min-height: 770px !important;
    /*overflow-y: auto !important;*/
    min-width: 1200px;
}
/*.receiving >div{
        overflow-y: auto !important;
    }*/

.loginHtml {
    overflow-y: hidden !important;
}

.bill > div {
    overflow-y: auto !important;
}

.sigbox > div {
    overflow-y: auto !important;
}

.encot {
    border-left: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    padding: 10px 30px !important;
    overflow-y: auto;
    height: 90%;
}

.scan_div2 {
    padding-top: 20px;
}

.aja-height143 {
    padding-top: 0px !important;
}

.qfinput {
    width: 500px !important;
    height: 30px !important;
}

.bhkuang {
    border-left: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    height: 700px;
    overflow-y: auto;
}

.table-box2 {
    height: auto;
}
/*.layui-layer-page{
    height:329px !important;
}*/

.sigbutton2 {
    border-radius: 50px !important;
    background: #0078D7 !important;
    color: #fff !important;
}

/*LCTR 2018-11-16*/
/*弹出层样式*/
.tips {
    position: absolute;
    z-index: 9999;
    /*background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: left;
    padding: 10px;*/
}

/*model-begin*/
.diy_group {
    display: flex;
    padding: 0 20px;
    margin-bottom: 10px;
}

.model-iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
}

.model-control {
    height: 28px;
}

.model-input[type=radio] {
    width: 16px;
    margin: -3px 10px;
}

.model-span {
    min-width: 100px;
    width: 100px;
}

.model-label {
}

.model-input {
    /*border: none;*/
    line-height: 26px;
    height: 26px;
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
    padding-left: 10px;
}

    .model-input:focus {
        border: 1px solid #ccc;
    }

    .model-input > input[type=text] {
    }

    .model-input > input[type=raido] {
    }

    .model-input > input[type=checkbox] {
    }

.model-textarea {
    width: 100%;
}

.model-off {
    display: none;
}

.model-on {
    display: block !important;
}

.model-warn {
    color: orange;
}

.model-input-warn {
    border: 1px solid orange;
}

.model-error {
    color: lightcoral;
}

.model-input-error {
    border: 1px solid lightcoral !important;
}

.tab_button {
    /*position: absolute;*/
    height: 39px;
    line-height: 39px;
    /*修改模板顶部样式*/
    float: left;
    margin-right: 15px;
}

.tab_title {
    color: #303030;
    font-size: 16px;
    line-height: 31px;
    position: relative;
    height: 38px;
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 1px;
}
/*model-end*/

.select-info-icon {
    position: absolute;
    display: inline-block;
    margin-top: -10px;
    top: 50%;
    left: 0px;
    cursor: alias;
    color: #0078d7;
}

/*gkf*/
.modal_div {
    padding: 0 20px;
}

.column_title {
    color: #787878;
    font-size: 16px;
    line-height: 31px;
    position: relative;
    height: 38px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-weight: normal;
    /*补充*/
    /*float:left;*/
}

h5:first-child.floor_title {
    margin-top: 0;
}

.floor_title {
    padding-left: 15px;
    border-left: 2px solid #185E91;
    font-size: 13px;
    color: #787878;
    margin: 10px 0;
    margin-top: 30px;
}

.floor_title_tab {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-top: 30px;
}

    .floor_title_tab h5 {
        float: left;
        padding-left: 15px;
        border-left: 2px solid #185E91;
        color: #787878;
        font-size: 13px;
        margin-right: 40px;
    }

    .floor_title_tab ul {
        float: left;
    }

        .floor_title_tab ul li {
            display: inline-block;
            padding: 0 10px 10px;
            cursor: pointer;
            margin: 0 5px;
        }

            .floor_title_tab ul li.current {
                color: #014B88;
                border-bottom: 2px solid #014B88;
            }

.table_input {
    border: none;
    line-height: 30px;
    height: 30px;
    width: 100%;
    text-align: center;
}

.table_textarea {
    width: 100%;
    text-align: left;
    border: none;
}

body textarea.table_textarea:focus {
    outline: none !important;
    border: none !important;
}

.form_select_input input {
    text-align: center;
}

input.table_input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #999;
    /* placeholder位置  */
    text-align: center;
}




body input.table_input:focus {
    border: none !important;
    outline: none !important;
}

.no_hover_table.layui-table tbody tr:hover, .no_hover_table.layui-table thead tr, .no_hover_table.layui-table-click, .no_hover_table.layui-table-header,
.no_hover_table.layui-table-hover, .no_hover_table.layui-table-mend, .no_hover_table.layui-table-patch, .no_hover_table.layui-table-tool, .no_hover_table.layui-table[lay-even] tr:nth-child(even) {
    background-color: transparent;
}
/*自定义背景色*/
.bg_gray {
    background: #F5F5F5;
}

.bg_lightgray {
    background: #FAFBFC;
}

.bg_lightgreen {
    background: #E9F9D4;
}

td.bg_gray {
    color: #7F7F7F;
}

.bg_lightgreen input {
    background: #E9F9D4;
}

.bg_yellow {
    background: #FFF9C1;
}

    .bg_yellow input {
        background: #FFF9C1;
    }

.layui-table td, .layui-table th {
    padding: 5px 15px;
}

.no_input_border .layui-input {
    border: none !important;
}

    .no_input_border .layui-input:focus {
        border: none !important;
    }

/*字体颜色*/
.color_skyblue {
    color: #1FCCBC !important;
}

/*自定义按钮*/
.btn_com {
    background: linear-gradient(to top,#0C447F,#03548B);
    padding: 6px 15px;
    border-radius: 3px;
    color: #fff;
    border: none;
    transition: all linear .3s;
}

    .btn_com:hover {
        background: linear-gradient(to top,#0c3a6b,#05446f);
    }
/*自定义栅格*/
.diy_u_1 {
    width: 8.33333333%;
}

.diy_u_2 {
    width: 16.66666667%;
}

.diy_u_3 {
    width: 25%;
}

.diy_u_4 {
    width: 33.33333333%;
}

.diy_u_5 {
    width: 41.66666667%;
}

.diy_u_6 {
    width: 50%;
}

.diy_u_7 {
    width: 58.33333333%;
}

.diy_u_8 {
    width: 66.66666667%;
}

.diy_u_9 {
    width: 75%;
}

.diy_u_10 {
    width: 83.33333333%;
}

.diy_u_11 {
    width: 91.66666667%;
}

.diy_u_12 {
    width: 100%;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right
}

.text_left {
    text-align: left;
}

.childrenBody-tab-content-tools {
    background: #f5f5f5;
    padding: 8px;
    border: 1px solid #ccc;
}


/*覆盖layui样式*/
.layui-form-select dl dd.layui-select-tips {
    padding-left: 30px !important;
}

.layui-input {
    height: 30px;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #0078d7;
}

    .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-color: #7ba4e2
    }

.layui-table tr {
    height: 39px !important;
}
/*.layui-table-cell, .layui-table-cell *{
    font-size:12px;
}*/
.layui-layer-page .layui-layer-content {
    overflow: initial !important;
}

.layui-table-view .layui-table th, .layui-table-view .layui-table td {
    padding: 0;
}

.layui-table th, .layui-table td {
    font-size: 12px;
}

.layui-table tbody tr:hover {
    background: #D5E1F2 !important;
}

.layui-table th {
    color: #666;
}

.layui-table {
    color: #303030;
}

.layui-table-tool {
    height: initial;
    padding: 0 15px;
}

.layui-btn-container .layui-btn {
    margin-bottom: 0;
}
/*****************************/
.notes_text {
    color: #858585;
    font-size: 12px;
    line-height: 30px;
}

.table_icon_name {
    color: #0078D7;
    cursor: pointer
}

.table_icon_draft {
    color: #0078D7;
    cursor: pointer;
    margin: 0 5px;
}

.draft_ul {
    background: #FFFDE8;
    line-height: 30px;
    position: absolute;
    top: -164px;
    width: 240px;
    box-shadow: 0 2px 9px #b1b1b1;
    left: -70px;
    border-radius: 5px;
    display: none;
}

    .draft_ul ul {
        padding: 5px 0;
    }

.table_icon_draft ul li {
    line-height: 34px;
    color: #303030;
}

.draft_ul > span {
    position: absolute;
    line-height: 10px;
    font-size: 26px;
    color: #fffde8;
    left: 66px;
    text-shadow: 0 6px 15px #b1b1b1;
}
/*.PopupBg_1 {
    background: #2B2E3F!important
}*/
.PopupBg_1 .layui-layer-title {
    background: #2B2E3F !important;
    color: #fff !important;
    font-size: 16px !important;
    height: 48px !important;
    line-height: 48px !important;
}

.PopupBg_1 .layui-layer-ico {
    background: url(/WebUI/images/icon_close_fff.png) no-repeat;
}


/*.layui-layer-tips .layui-layer-close {
    right: -9px;
    top: -11px;
}*/

.layui-layer-setwin .layui-layer-ico {
    background: url(/WebUI/images/icon_close_fff.png) no-repeat;
    background-position: 0px 0 !important;
}
.layui-layer-setwin .layui-layer-ico.layui-layer-max {
    background: url(/WebUI/images/icon_max_fff.png) no-repeat;
}

.PopupBg_1 .layui-layer-setwin .layui-layer-close1 {
    background-position: initial;
}

.PopupBg_1 .layui-table {
    margin: 0;
}

.PopupBg_1 .layui-layer-btn {
    background: #F5F5F5;
    border-top: 1px solid #ccc;
}

.PopupBg_1 .modal_content {
    min-height: 100px;
    text-align: center;
    width: 320px;
    margin: 0 auto;
    margin-top: 50px;
}

    .PopupBg_1 .modal_content > div {
        display: flex;
        align-items: flex-start
    }

    .PopupBg_1 .modal_content i {
        font-size: 40px;
        color: #4A90E2;
        margin-right: 10px;
    }

    .PopupBg_1 .modal_content span {
        font-size: 16px;
        color: #1e2125;
        text-align: left;
    }

.triangle-down {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #757171;
}

    .triangle-down:after {
        content: '';
        position: absolute;
        top: -12px;
        left: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fffde8;
    }

.notes_div {
    display: flex;
    align-items: center;
}

    .notes_div .layui-form-select {
        width: 100%;
    }

.goods_info_title {
    height: 40px;
    line-height: 40px;
    /*background: #F5F5F5;*/
    position: relative;
    /*border: 1px solid #e6e6e6;*/
    /*border-bottom: none;*/
}

.table_info_title {
    height: 40px;
    line-height: 40px;
    position: relative;
    background: #f5f5f5;
}

    .goods_info_title p, .table_info_title p {
        text-align: center;
        font-size: 10px;
    }

    .goods_info_title ul, .table_info_title ul {
        position: absolute;
        top: 0;
        right: 10px;
    }

    .table_info_title .layui-btn:hover {
        background: #0078D7;
        color: #fff;
    }

    .table_info_title ul li {
        float: left;
        margin-left: 5px;
    }

.goods_info_title ul li {
    float: left;
}

    .goods_info_title ul li button {
        margin-bottom: 5px;
    }

    .goods_info_title ul li a {
        color: #303030;
        cursor: pointer;
        margin: 0 5px;
        padding: 4px 15px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
        transition: all linear .3s;
    }

        .goods_info_title ul li a:hover {
            color: #fff;
            background: #185E91
        }

.no_top_margin {
    margin-top: 0;
}

.no_bottom_margin {
    margin-bottom: 0;
}

.btn_group {
    padding: 5px;
    background: #dfe9f4;
}

.btn_sub, .btn_preview {
    padding: 4px 10px;
    border: 1px solid #ccc;
    color: #595c6a;
    background: #fff;
    border-radius: 3px;
    transition: all linear .3s;
    font-size: 12px;
}

    .btn_sub:hover, .btn_preview:hover {
        background: #f6f6f6
    }

.btn_in {
    background: #014b88;
    color: #fff;
    padding: 4px 10px;
    border: none;
    border-radius: 3px;
    transition: all linear .3s;
    font-size: 12px;
}

    .btn_in:hover {
        background: #0e3d64
    }

.table_check_div {
    width: 20px;
}

    .table_check_div .layui-form-checkbox {
        position: relative;
        height: 15px;
        line-height: 28px;
        margin-right: 0;
        padding-right: 14px;
        border: 1px solid #d2d2d2;
        cursor: pointer;
        font-size: 0;
        border-radius: 2px;
        -webkit-transition: .1s linear;
        transition: .1s linear;
        box-sizing: border-box;
    }

        .table_check_div .layui-form-checkbox i {
            position: absolute;
            right: -8px;
            width: 30px;
            top: -6px;
            color: #fff;
            font-size: 20px;
            text-align: center;
            border: none;
        }

        .table_check_div .layui-form-checkbox:hover i {
            color: #c2c2c2;
        }

    .table_check_div .layui-form-checked i, .table_check_div .layui-form-checked:hover i {
        color: #5FB878
    }

.top_title_menu {
    position: relative;
    /*补充*/
    /*border-bottom:1px solid #ccc;overflow:hidden*/
}

.top_title_menu_head {
    border-bottom: 1px solid #ccc;
    overflow: hidden
}

.top_title_menu .tab_menu {
    position: absolute;
    left: 180px;
    width: 100%;
    top: 0;
    height: 36px;
    line-height: 36px;
}

.top_title_menu_head .tab_menu {
    position: initial;
    top: 0;
    height: 36px;
    line-height: 36px;
    /*补充*/
    float: left;
    margin-left: 20px;
}

.top_title_menu .tab_menu li {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
}

.top_title_menu_head .tab_menu li {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
}

.top_title_menu .tab_menu .current {
    border-bottom: 2px solid #185E91;
    color: #185E91;
}

.top_title_menu_head .tab_menu .current {
    border-bottom: 2px solid #185E91;
    color: #185E91;
}

.top_title_menu .tab_menu .list_num {
    margin-left: 5px;
}

.top_title_menu_head .list_num {
    margin-left: 5px;
}

.top_title_menu_head .column_title {
    color: #787878;
    font-size: 16px;
    line-height: 31px;
    position: relative;
    height: 38px;
    border-bottom: none;
    margin-bottom: 0;
    font-weight: normal;
    /*补充*/
    float: left;
}

.xiala {
    -webkit-transform: rotate(0deg) !important;
}

.xialays {
    color: #6A6A6A !important;
    padding-left: 40px !important;
}


/*模板弹窗样式*/
.childrenBody-content-layer .table_input {
    text-align: left;
}


/*********样式调整-覆盖************/
.tab_button .sys_back {
    padding: 3px 6px;
    background: linear-gradient(to top,#F9F7F7 100%,#FFFFFF 100%);
    border: 1px solid #DEDEDE;
    font-size: 12px;
    cursor: pointer;
}

    .tab_button .sys_back:after {
        content: '';
        display: block;
        height: 26px;
        width: 1px;
        position: absolute;
        background-color: #B8C8D5;
        top: 2px;
        /*right: -12px;*/
        /*修改模板顶部样式*/
        left: 35px;
    }

.tab_button {
    line-height: 30px;
}

.layui-tab-title li {
    line-height: 35px;
}

.btn-tools {
    background: linear-gradient(to top, #F9F7F7,#FFFFFF);
    border: 1px solid #979797;
    color: #303030;
}

.state_now {
    display: none;
    margin: 12px 0;
}

    .state_now label {
        font-size: 14px;
        color: #303030;
    }

    .state_now .state_label {
        display: none;
    }

    .state_now label > span span:first-child.current {
        color: #21af20;
        display: inherit;
    }

    .state_now label > span span:last-child.current {
        color: #ED5F52;
        display: inherit;
    }

.layui-tab-content {
    /*padding: 10px 0;*/
    padding: 0;
}

.sys_blue_btn {
    background: linear-gradient(to top,#0079C0,#1984DE);
    border-radius: 2px;
    color: #fff;
    border: 1px solid #A7A7A7;
}

sys_blue_btn:hover {
    background: linear-gradient(to top,#0079C0,#1984DE);
}

.childrenBody-content-layer table.layui-table td {
    border: none !important;
    text-align: right;
}

.childrenBody-content-layer table.layui-table th {
    border: none !important;
}

.childrenBody-content-layer .layui-table th:first-child, .childrenBody-content-layer .layui-table td:first-child {
    width: 120px;
}

.childrenBody-content-layer {
    padding: 0 20px;
}

.top_right_btn {
    position: absolute !important;
    top: 0;
    right: 0;
    background: none;
    border: none;
}

    .top_right_btn button {
        border-radius: 2px;
    }

.layui-table-fixed .layui-table-body {
    overflow: inherit;
}



/*-----------*/
.menuspan {
    height: 30px;
    line-height: 30px;
}

.role_div_c3 {
    min-height: 30px;
}

.role_header_c2 {
    border-bottom: 1px solid #C9C9C9;
    border-top: 1px solid #C9C9C9;
    width: 100%;
    background: #F1F1F1;
}

    .role_header_c2:first-child {
        border-top: none;
    }

.role_div_c1:first-child {
    border-top: none !important;
}

.roletable {
    overflow-y: auto;
    height: 686px;
}
/*.meun-list-header6, .meun-list-header7, .meun-list-header13, .meun-list-header11, .meun-list-header12, .meun-list-header53, .meun-list-header60, .meun-list-header63, .meun-list-header67, .meun-list-header26, .meun-list-header22 {
    border-top: 1px solid #C9C9C9;
}

.meun-list-header25, .meun-list-header23, .meun-list-header24, .meun-list-header48, .meun-list-header49, .meun-list-header50, .meun-list-header51, .meun-list-header38, .meun-list-header41, .meun-list-header34, .meun-list-header33 {
    border-top: 1px solid #C9C9C9;
}

.meun-list-header43, .meun-list-header44, .meun-list-header45, .meun-list-header46 {
    border-top: 1px solid #C9C9C9;
}*/

.meun-list-header2 {
    /*margin-top: 105px;*/
}

.meun-list-header2, .meun-list-header31 {
    /*margin-top: 79px;*/
}

.meun-list-header27, .meun-list-header28, .meun-list-header29, .meun-list-header30, .meun-list-header31 {
    /*margin-top: 132px;*/
    /*border-top: 1px solid #C9C9C9;*/
}

.meun-list-header20 {
    /*margin-top: 163px;*/
}

.meun-list-header4 {
    /*margin-top: 150px;*/
}



/*预报合同新增货种*/
.table-select-body .layui-form-select .layui-input {
    height: 28px;
    border: none;
}

.table-select-body .layui-form-select .select-info-icon {
    margin-top: -13px;
    left: 5px;
}

.goods_info_title .layui-btn, .table_info_title .layui-btn {
    height: 23px;
    line-height: 23px;
    border: 1px solid #ccc;
    background: #fff;
    color: #303030;
    font-size: 12px;
    padding: 0 10px;
}

    .goods_info_title .layui-btn:hover {
        background: #0078D7;
        color: #fff;
    }

.static-table {
    margin: 0 0 50px 0;
}

    .static-table .layui-table-cell {
        overflow: inherit;
    }

    .static-table .layui-table-box, .layui-table-view {
        overflow: inherit
    }

    .static-table .layui-table-body {
        overflow: inherit;
    }

.table-td-textarea {
    width: 100%;
    height: 100%;
    border: none;
    display: table;
}

.file_btn {
    padding: 4px 8px;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff;
}

.diy_open {
    margin-top: 15px;
    padding: 0 40px 0 10px;
}

    .diy_open .layui-form-label {
        padding: 4px 15px;
    }

.table_LH_sm {
    line-height: 24px;
}

.table_LH_md {
    line-height: 28px;
}

.table_LH_lg {
    line-height: 32px;
}

.table_LH_md > div {
    padding: 0 15px;
}
/*.rowspan_table .layui-table-cell {
    padding:0;
}*/
.waring_state span {
    display: inline-block;
    margin: 0 2px;
    color: #E6E6E6;
}

    .waring_state span i {
        font-size: 20px;
    }

        .waring_state span i.current {
            color: #F32A0A
        }
        .waring_state span i.prediction {
            color: #f3a20a
        }
/*setindex*/
.setindex_span{
    float: left;
    display: inline-block;
    line-height: 30px;
    margin-left: 0.6rem;
}


.backBtn {
    background: linear-gradient(to top,#FAF9F9,#FFFFFF);
    color: #303030;
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-right: 10px;
    float: left;
    height: 15px;
    line-height: 15px;
    margin-top: 7px;
    font-size: 12px;
}

.redirectLink {
    color: #3388FF;
}
.reset_btn
{
    height: 23px;
    line-height: 23px;
    border: 1px solid #ccc;
    background: #fff;
    color: #303030;
    font-size: 12px;
    padding: 0 10px;
}
.reset_btn:hover
{
    color: #fff;
    background-color: #0078D7;
}


.required_after::after{
    content:'*';
    color: #f00;
}