/* 
    Created on : 2018-11-20, 16:57:12
    Author     : xctx
*/
:root{
    /** 新增 */
    --add-color: #0364FF;
    /** 编辑 */
    --edit-color: #13428E;
    /** 删除 */
    --del-color: #F56C6C;
    /** 警告 */
    --warn-color: #ffb800;
    /** 下载 */
    --download-color: #078E89;
    /** 导入 */
    --import-color: #09986C;
    /** 导出 */
    --export-color: #056B67;
    /** 审批 */
    --audit-color: #703030;
    /** 重置 */
    --reset-color: #8D8585;
    /** 详情 */
    --detail-color: #1E2537;
    /** 搜索 */
    --search-color: #07163E;
    /** 高级搜索 */
    --search-more-color: #244C6B;
    /** 打印 */
    --print-color: #ff7946;
    /** 完成 */
    --complete-color: #348E08;
    /** 主题色 */
    --theme-color: #0056D2;
    /** 主题激活颜色 */
    --active-color: #16b777;
    --vice-color: #595959;
    /** 超期颜色 */
    --expire-color: #ff2700;

    --header-height: 60px;
    /** 提示背景 */
    --tips-bg: #f3f5f7;
    /** 主要内容区域背景 */
    --content-bg: #b8b8b8;
    /** 边框颜色 */
    --border-color: #DCDFE6;

    /** 表格颜色 */
    --table-header-color: #EBEEF5;
    /*--table-body-color: rgb(247, 247, 250);*/
    /*--table-body-color: #b8b8b8;*/
    --table-body-color: #fff;

    /** 制作状态 */
    /** 等待 */
    --wait-color: #2E4C74;
    /** 开始 */
    --start-color: #4474C1;
    /** 检验 */
    --check-color: rgba(255, 143, 74, 0.55);
    /** 结束 */
    --end-color: #009f95;
    /** 废弃 */
    --waste-color: #756749;
    /** 确认 */
    --confirm-color: #B46A6A;


    /** 文字颜色 */
    --text-main-color: #333;
    --text-secondary-color: #606266;
    --text-info-color: #909399;
    --text-placeholder-color: #C0C4CC;
    /** 阴影 */
    --tabs-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);

    /** 投影 */
    --light-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    --base-box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);

    /** 导航栏高度 */
    --app-header: 48px;

    /** 团队颜色 */
    --team-mark: #5987C5;
    --team-assembly: #007D45;
    --team-engineering: #FFA17A;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
}
*,
::after,
::before {
    font-family: inherit;
}

html {
    font-size: 10px;
    width: 100%;
    height: 100%;
}

body {
    font-size: 1.4rem;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
}
body.el-loading-parent--relative{
   /*height: 100vh!important;*/
}

[v-cloak] {
    display: none!important;
}

/*隐藏元素*/
.em-hidden {
    display: none !important;
}

/*公共tips样式*/
.em-tips {
    margin-left: 5px;
    color: var(--warn-color);
    font-size: 15px;
    vertical-align: middle;
}


.layui-table td, .layui-table th {
    background-clip: padding-box; /*解决火狐浏览器td设置背景色后边框消失的问题*/
}

/*全局背景颜色---------公共颜色样式*/
.em-add-back-color {
    background-color: #303030;
}

.em-audit-back-color{
    background-color: #ff681d;
}

.em-reset-back-colol {
    background-color: rgb(4, 83, 225);
}

.em-edit-back-color {
    background-color: rgb(43, 99, 166);
}

.em-waring-back-color {
    background-color: rgb(222, 175, 19);
}

.em-import-back-color {
    background-color: rgb(48, 145, 36);
}

.em-search-back-color {
    background-color: rgba(11, 26, 104, 1);
}

.em-show-back-color {
    background-color: rgba(8, 94, 99, 1);
}

.em-del-back-color {
    background-color: rgba(223, 38, 38, 1);
}

.em-add-border-color {
    border-color: #303030;
    color: #303030;
}

.em-reset-border-color {
    border-color: rgba(0, 125, 219, 1);
    color: rgba(0, 125, 219, 1);
}

.em-search-border-color {
    border-color: rgba(11, 26, 104, 1);
    color: rgba(11, 26, 104, 1);
}

.em-show-border-color {
    border-color: rgba(8, 94, 99, 1);
    color: rgba(8, 94, 99, 1);
}

.em-del-border-color {
    border-color: rgba(223, 38, 38, 1);
    color: rgba(223, 38, 38, 1);
}
.em-waring-border-color{
    color: var(--warn-color);
    border-color: var(--warn-color);
}


.em-edit-color {
    /*编辑按钮颜色*/
    color: #007DDB;
    border-color: #007DDB;
}

.em-edit-color:hover {
    color: #007DDB !important;
}

/*必填'*'颜色*/
.em-mst {
    color: #ff6666;
    font-weight: bold;
}

.em-reset-color {
    /*重置按钮颜色*/
    color: #9999ff;
    border-color: #9999ff;
    cursor: default;
}

.em-reset-color:hover {
    color: #9999ff !important;
}

.em-delete-color {
    /*删除按钮颜色*/
    color: #ff6666;
    border-color: #ff6666;
}

.em-delete-color:hover {
    color: #ff6666 !important;
}

.em-add-color {
    background-color: #595959;
}

.em-help-color {
    background-color: #ffcc66;
}

.em-urgent-color, .em-urgent-color:hover {
    /*加急按钮颜色*/
    border-color: #ff6666;
    color: #ff6666 !important;
}

.em-cancel-color, .em-cancel-color:hover {
    /*取消按钮颜色*/
    border-color: #ffcc66;
    color: #ffcc66 !important;
}

/*可修改文字颜色*/
.em-td-modify-color {
    color: #2D93CA !important;
    text-decoration: underline;
    cursor: default;
}

/*tr加急颜色*/
.em-tr-urgent-color td {
    color: #ff0066 !important;
}

/** */


/*全局按钮 - 表格按钮*/
.em-btn {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    /*background-color: #595959;*/
}

.em-btn .iconfont {
    font-size: 14px;
    margin-right: 5px;
}

.em-td-btn {
    line-height: 25px;
    height: 25px;
    min-width: 60px;
    padding: 0 10px;
    background-color: initial;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    margin-right: 10px;
    cursor: pointer;
}

.em-td-btn:last-child {
    margin-right: 0;
}

.em-td-btn .iconfont {
    font-size: 12px;
    margin-right: 2px;
}

.em-td-btn:hover {
    color: initial;
}

.em-td-btn {
    border: none;
    border-bottom: 1px solid;
    /*color: rgba(0,0,0,.8);*/
    border-radius: 0;
    /*border-bottom-color: #007DDB;*/
}


/*设置符号图标大小*/
.layui-table-view td img[sb-num], .em-table td img[sb-num] {
    width: 20px;
    height: 20px;
}

.layui-table-view .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0 !important; /*修证表格多选框向下偏移样式*/
}

.layui-layout-admin .layui-header{
    position: relative!important;
    width: 100%!important;
}

/** 导航栏样式 */
.layui-layout-breadcrumb{
    display: flex;
    align-items: center;
    padding: 0 15px;
}

/*整体导航栏样式-左侧样式*/
/*.nav-header {*/
/*    min-width: 1366px;*/
/*}*/

/*.nav-header .layui-header {*/
/*    height: var(--app-header);*/
/*    background-color: #595959;*/
/*}*/

/*.nav-header .layui-logo {*/
/*    width: 80px;*/
/*}*/

/*.nav-header .layui-logo img {*/
/*    width: auto;*/
/*    height: 40px;*/
/*}*/

/*.nav-header .layui-layout-left {*/
/*    left: 60px;*/
/*}*/

/*.nav-header .layui-nav-item {*/
/*    margin: 5px 2px;*/
/*    line-height: 38px;*/
/*    border-width: 1px;*/
/*    border-style: solid;*/
/*    border-color: #595959;*/
/*    border-radius: 2px;*/
/*    !*padding-right: 10px;*!*/
/*}*/

/*可以下拉的菜单小图标位置*/
/*.nav-header .layui-nav-more {*/
/*    margin-right: 2px;*/
/*    margin-left: 2px;*/
/*}*/

/*选中样式*/
/*.nav-header .nav-active {*/
/*    border-color: #f4f4f4;*/
/*    background-color: #383838;*/
/*    color: #f4f4f4;*/
/*}*/

/*.nav-header .layui-this, .layui-nav-child dd.layui-this a {*/
/*    border-color: #f4f4f4;*/
/*    background-color: #383838 !important;*/
/*    color: #f4f4f4;*/
/*}*/

/*.nav-header .layui-form-select dl {*/
/*    !*top: 36px;*!*/
/*    padding: 0;*/
/*    border-color: inherit;*/
/*}*/

/*.nav-header .layui-this::after {*/
/*    background-color: initial;*/
/*}*/

/*子菜单面板样式*/
/*.nav-header .layui-nav-child {*/
/*    top: 40px;*/
/*    padding: 1px 0;*/
/*    background-color: #595959;*/
/*    border: 1px solid #f4f4f4;*/
/*    border-radius: 2px;*/
/*}*/

/*.nav-header .layui-nav-child a {*/
/*    border-top: 1px solid #595959;*/
/*    border-bottom: 1px solid #595959;*/
/*}*/

/*.nav-header .layui-nav-child a:hover {*/
/*    color: #fff;*/
/*    background-color: #383838;*/
/*    border-color: #f4f4f4;*/
/*}*/

/*.nav-header .layui-nav-child a {*/
/*    color: #f4f4f4;*/
/*}*/

/*导航栏右侧样式*/
/*.nav-header .layui-layout-right .layui-nav-child a {*/
/*    font-size: 12px;*/
/*}*/

/*.nav-header .layui-layout-right .iconfont {*/
/*    margin-right: 5px;*/
/*    font-size: 14px;*/
/*}*/


/*主体内容区*/
.em-body {
    position: absolute;
    top: var(--app-header);
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 1366px;
    background-color: #303030;
}

/*面包屑及当前页面功能按钮区*/
.em-item {
    position: relative;
    /*height: 30px;*/
    padding: 8px 0;
    margin: 0 20px;
    border-bottom: 1px solid #999;
}

.em-crm-block {

}

.em-crm-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    color: var(--active-color);
}

.em-crm-block .iconfont {
    /*color: #fff;*/
}

.em-crm-block .layui-breadcrumb a {
    color: #ccc !important;
}

.em-crm-block .layui-breadcrumb a cite {
    color: #999;
}

.em-crm-block .layui-breadcrumb a:hover {
    color: var(--active-color) !important;
}
.color-list{
    line-height: 21px;
}
.color-urgent{
    color: #ff0f00!important;
    margin-right: 20px;
}
.color-list .color-item{
    margin-right: 20px;
}
.color-list .color-item span{
    display: flex;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.color-list .color-item label{
    color: #fff;
}

.em-fun-btn-block {
    position: absolute;
    right: 20px;
    top: 7px;
    bottom: 7px;
}

.em-fun-btn-block a {
    display: inline-block;
    padding: 0 10px;
    min-width: 60px;
    height: 28px;
    line-height: 28px;
    background-color: #595959;
    border: 1px solid #595959;
    text-align: center;
    font-size: 12px;
    color: #f4f4f4;
    cursor: pointer;
    border-radius: 2px;
}

.em-fun-btn-block a:hover {
    border-color: #fff;
    background-color: #383838;
    color: #fff;
}

.em-fun-btn-block .iconfont {
    margin-right: 5px;
    font-size: 12px;

}


/*内容区*/
/*系统信息样式*/
.em-sys-block {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
}

.em-sys-item {
    display: inline-block;
    width: 300px;
    background-color: #b8b8b8;
    padding: 15px 15px;
    transition: all 0.3s;
}

.em-sys-item:hover {
    box-shadow: 0 0 5px #2D93CA;
    transform: scale(1.01);
}

.em-sys-item h2 {
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px;
}

.em-sys-item p {
    margin-bottom: 10px;
    line-height: 20px;
}

.em-sys-item p label {
    display: inline-block;
    width: 140px;
}

.em-sys-item p span {

}


/*表格列表样式*/
.em-list-block {
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    bottom: 0;
}

.em-table-block {
    /*position: absolute;*/
    /*top: 40px;*/
    /*left: 15px;*/
    /*right: 15px;*/
    /*bottom: 0;*/
    /*overflow: visible;*/
    /*!*overflow-y: hidden!important;*!*/
    /*background-color: #b8b8b8;*/
}

.em-table-block .table-edit{
    margin: 0 15px;
    border-bottom: 2px solid #2d9a1e;
}

.em-table-block img {
    width: 25px;
    height: 25px;
}

/*列表搜索栏*/
.em-search-block {
    padding: 1px 20px 1px 20px;
    margin-bottom: 0;
}

.em-search-block .layui-form-label {
    padding: 0 5px;
    line-height: 30px;
    min-width: 40px;
    color: #f4f4f4;
}
.em-search-block .layui-form-label.min-width{
    width: 60px!important;
}
.em-search-block xm-select{
    height: 30px;
    min-height: 30px;
    background: transparent;
    border-color: #ccc!important;
}
.em-search-block xm-select .xm-label .xm-label-block{
    height: 22px;
    line-height: 22px;
}
.em-search-block xm-select > .xm-label .scroll .label-content{
    padding: 1px 5px;
}
.em-search-block xm-select .xm-label-block{
    background: var(--active-color)!important;
}

.em-search-block .layui-inline {
    margin-right: 0 !important;
}

.em-search-block .em-separated {
    float: left;
    width: 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-right: 10px;
}

/*时间搜索*/
.em-search-block .search-select-input-box .layui-input {
    border-radius: 0;
}

.em-search-block .search-select-input-box .search-select-input {
    margin-left: -11px;
}

.em-search-block .search-select-input-box .search-select-input {
    width: 180px !important;
}

/*搜索栏输入框*/
.em-search-block .layui-input-inline {
    width: 120px;
}

.em-search-block .task-order-input {
    width: 300px;
}

.em-search-block .layui-input-inline .layui-input {
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    font-size: 13px;
    color: #f4f4f4;
    background-color: #303030;
    border-color: #ccc;
}

/*日期选择器样式*/
.em-search-block .layui-date-inline {
    float: left;
    width: 300px;
    font-size: 0;
}

.em-search-block .layui-date-inline .layui-input-inline {
    float: none;
    display: inline-block;
}

.em-search-block .layui-date-inline span {
    display: inline-block;
    width: 25px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    vertical-align: middle;
    background-color: #303030;

}

.em-search-block .layui-btn {
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    color: #f4f4f4;
    border-width: 1px;
    border-style: solid;

}

.em-search-block .layui-btn:hover {
    border-color: #f4f4f4 !important;
}


/*搜索按钮样式*/
.em-search-btn {
    background-color: rgb(0, 150, 136);
    border-color: rgb(0, 150, 136);
    min-width: 100px;
}
/** 高级搜索 */
.more-search-btn{
    background-color: #da7434;
    border-color: #da7434;
}

/** 快捷查询按钮 */
.quick-btn{
    background-color: #6b63ff;
    border-color: #6b63ff;
}

.export-btn{
    background-color: rgb(48, 145, 36);
    border-color: rgb(48, 145, 36);
}

/*新增按钮样式*/
.em-search-add-btn {
    background-color: #222;
    border-color: #222;
}

.em-search-block .iconfont {
    font-size: 13px;
    margin-right: 3px;
}

.em-single-btn {
    margin-left: 15px;
}


/*列表表格样式*/
.em-table {
    padding: 0;
    margin: 0;
    background-color: #b8b8b8;
}
.em-table .item-cell{
    font-size: 13px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.em-table thead tr, .em-table .em-tr-title {
    background-color: #595959;
}

.em-table thead tr th, .em-table .em-tr-title th {
    text-align: center;
    border-color: #c1c1c1;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
}

.em-tr-title {
    height: 35px;
}
.em-th-title{
    color: #fff;
    background: #595959;
}

.em-tr-title:hover {
    background-color: #595959 !important;
}


.em-table td {
    position: relative;
    text-align: center;
    color: #303030;
    border-color: #c1c1c1;
    padding: 5px 0;
    font-size: 14px;
}

.em-table tbody tr:hover {
    background-color: initial;
}


/*多选框样式*/
.em-table .layui-form-checkbox {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding-right: 0;
}

.em-table .layui-form-checkbox i {
    width: 25px;
    height: 25px;
    border: none;
}

.em-table .layui-form-checked i, .em-table .layui-form-checked:hover {
    color: #303030;
}


/*悬浮表头样式*/
.fixed-table-block {
    position: fixed;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .6);
    box-shadow: 0 5px 4px rgba(0, 0, 0, .04);
}

/*可修改表格样式*/
.em-db-edit-td {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.em-db-edit-td input {
    width: 100%;
    height: 100%;
    padding: 0 5px;
    text-align: left;
    color: #000;
    border-width: 1px;
    border-style: solid;
}

.em-db-edit-td input:focus {
    border-color: #303030;
}


/*信息添加页面*/
.em-add-block {
    position: absolute;
    top: 60px;
    left: 20px;
    right: 20px;
    bottom: 0px;
    padding: 20px 0px;
    background-color: #b8b8b8;
    overflow-y: auto;
    /*padding-left: ;*/
}

.em-add-block .layui-form-item {
    margin-bottom: 20px;
}

.em-add-block .layui-form-item .layui-form-label {
    min-width: 140px;
    padding: 0 10px;
    line-height: 35px;
    color: rgba(0, 0, 0, .5);
}

.em-add-block .layui-form-item .layui-input-inline {
    min-width: 400px;
    width: inherit;
}

.em-add-block .layui-form-item .layui-input {
    padding: 0 10px;
    height: 35px;
    background-color: #595959;
    color: #f4f4f4;
    border-color: #595959;
}

.em-add-block .layui-textarea {
    background-color: #595959;
    min-height: 70px;
    color: #f4f4f4;
    resize: none;
    border: none;
}

.em-add-block .layui-form-item:last-child {
    border-top: 1px solid rgba(0, 0, 0, .4);
    padding-top: 20px;
    margin-bottom: 50px;
}

.em-add-block .layui-form-item .layui-form-label span {
    color: #ff0066;
    display: inline-block;
    width: 5px;
}

.em-add-block .layui-form-item .layui-btn {
    min-width: 80px;
    padding: 0;
    line-height: 35px;
    height: 35px;
}

.em-add-block .layui-form-radio {
    width: 100px;
}

.em-add-block .add-submit-btn {
    margin-left: 120px;
    background-color: #303030;
}

.em-add-block .add-back-btn {
    background-color: #999;
}

.td-img {
    width: 80px;
    height: 80px;
}

.em-add-block .layui-form-radio > i {
    color: #797979;
}

.em-add-block .layui-form-radio > i:hover, .em-add-block .layui-form-radioed > i {
    color: #303030;
}


/*添加页面权限页面样式*/
.em-add-block h2 {
    margin: 0 20px 15px 20px;
    padding-bottom: 15px;
    line-height: 30px;
    font-size: 20px;
    color: rgba(0, 0, 0, .9);
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.em-acl-item .layui-form-label {
    color: rgba(0, 0, 0, .6) !important;
}

.em-acl-item {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.em-add-block .layui-form-checked span, .em-add-block .layui-form-checked:hover span {
    background-color: #303030;
}

.em-add-block .layui-form-checkbox i {
    border: none;
    height: 30px;
    color: var(--text-info-color);
    border-left: 1px solid #d2d2d2;
}

.em-add-block .layui-form-checkbox {
    border-radius: 2px;
    background-color: #c1c1c1;
}

.em-add-block .layui-form-checkbox > div {
    color: rgba(0, 0, 0, .6);
}

.em-add-block .layui-form-checkbox:hover i {
    color: #fff;
    border-color: #111;
}

.em-add-block .layui-form-checkbox:hover span, .em-add-block .layui-form-checked span {
    color: #fff;
}

.em-add-block .layui-form-checked i {
    color: #16b777;
    background-color: #303030;
    border-color: #111;
}

.em-add-block .layui-form-checked:hover i {
    color: #fff;
    /*background-color: #595959;*/
}


/*layuiui弹框颜色统一处理*/
body .layui-layer-dialog .layui-layer-btn0 {
    background-color: #595959;
    border-color: #595959;
}


/*自定义弹框css*/
.em-layer-form .layui-layer-content {
    padding: 30px 30px 0 30px;
    overflow: visible !important;
}
.em-layer-form .layui-form-select dl{
    /*position: fixed!important;*/
}

.em-layer-form .layui-form-item {
    margin-bottom: 15px;
}

.em-layer-form .layui-form-label {
    padding: 0 5px;
    line-height: 35px;
    width: 120px!important;
}

.em-layer-form .layui-form-label span {
    color: #ff0066;
}

.em-layer-form .layui-input-inline {
    width: 240px;
}

.em-layer-form .layui-input {
    padding: 0 10px;
    height: 35px;
}

.em-layer-form .layui-select {
    height: 35px;
    line-height: 35px;
}

.em-layer-form .em-layer-btns {
    padding: 20px 0 30px 0;
    text-align: center;
}

.em-layer-form .em-layer-btn {
    display: inline-block;
    padding: 0 10px;
    min-width: 80px;
    line-height: 35px;
    height: 35px;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    border-radius: 2px;
}

.em-layer-form .em-layer-submit {
    background-color: #595959;
    border-color: #595959;
    color: #fff;
    margin-right: 20px;
}

.em-layer-form .em-layer-submit:hover {
    opacity: .8;
}


.em-layer-form .layui-layer-btn a {
    min-width: 80px;
}

.em-layer-form .layui-layer-btn0 {
    background-color: #595959 !important;
    border-color: #595959 !important;
}

.em-layer-form .layui-layer-btn1 {
    /*background-color: #999;*/
}

.em-layer-form .layui-form-select dl {
    /*top: 38px;*/
    padding: 0;
}

.em-layer-form .layui-form-select dl dd.layui-this {
    background-color: #303030;
}

.em-layer-form .layui-form-select dl dd:hover {
    /*background-color: #595959;*/
    /*color: #f4f4f4;*/
}


/*layui-table 数据表格样式*/
/*.layui-table-view {*/
/*    margin: 0;*/
/*    background-color: #b8b8b8;*/
/*}*/

/*工具栏颜色*/
/*.layui-table-view .layui-table-tool {*/
/*    background-color: #b8b8b8;*/
/*}*/

/*.layui-table-view .layui-table-tool .layui-inline {*/
/*    border-color: #777;*/
/*}*/

/*.layui-table-view .layui-table-tool .layui-inline:hover {*/
/*    border-color: #f4f4f4;*/
/*}*/

/*.layui-table-view .layui-table-header, .layui-table-view .layui-table-tool-panel {*/
/*    background-color: #b8b8b8;*/
/*}*/

/*.layui-table-view .layui-table-tool-panel .layui-form-checkbox[lay-skin="primary"] {*/
/*    margin: 0;*/
/*}*/



/*.layui-table-view .layui-table-tool {*/
/*    border-color: #b8b8b8;*/
/*}*/

/*.layui-table-view .layui-table-header {*/
/*    border-color: #b8b8b8;*/
/*}*/


/*.layui-table-view .layui-form-checked[lay-skin="primary"] i {*/
/*    background-color: #000;*/
/*    border-color: #000;*/
/*}*/

/*.layui-table-view .layui-table-tool-panel li:hover {*/
/*    color: rgba(255, 255, 255, .7);*/
/*}*/

/*.layui-table-view .layui-table-tool-panel li:hover i {*/
/*    border-color: #000;*/
/*}*/

/*.layui-table-view .layui-table-tool-panel li:hover {*/
/*    background-color: #595959;*/

/*}*/

/*.layui-table-view .layui-table-tool-panel li span {*/
/*    color: rgba(0, 0, 0, .7);*/
/*}*/

/*.layui-table-view .layui-table-tool-panel li:hover span {*/
/*    color: rgba(255, 255, 255, .7);*/
/*}*/


/*动态表格*/
/*.layui-table-view .layui-table {*/
/*    background-color: #b8b8b8;*/
/*}*/

/*.layui-table-view .layui-table thead th {*/
/*    background-color: #595959;*/
/*    color: rgba(255, 255, 255, .7);*/
/*    text-align: center;*/
/*}*/

/*.layui-table-view .layui-table tbody td {*/
/*    border-color: #777;*/
/*    color: rgba(0, 0, 0, .7);*/
/*    text-align: center;*/
/*}*/

.layui-table-view .em-td-btn {
    /*    display: inline-block;
        padding: 0 5px;
        line-height: 25px;
        min-width: 65px;
        margin-right: 8px;
        border-width: 1px;
        border-style: solid;*/
}

/*.layui-table-view .em-td-btn .iconfont {*/
/*    vertical-align: inherit;*/
/*}*/


/*表格分页样式*/
/*.layui-laypage-order .layui-laypage-curr .layui-laypage-em {*/
/*    background-color: #383838;*/
/*}*/

/*body .layui-table-page {*/
/*    background-color: #b8b8b8;*/
/*    text-align: center;*/
/*}*/

/*.layui-laypage-order .layui-laypage .layui-laypage-skip {*/
/*    color: rgba(0, 0, 0, .7);*/
/*}*/

/*.layui-laypage-order .layui-laypage-btn {*/
/*    background-color: #383838;*/
/*    border-color: #383838;*/
/*    color: #fff;*/
/*}*/

/*表格鼠标悬浮颜色*/
/*.layui-table-view .layui-table tbody tr:hover {*/
/*    !*background-color: initial;*!*/
/*}*/

/*.layui-table-view .layui-table-hover {*/
/*    !*background-color: initial;*!*/
/*}*/

/*.layui-table-view .layui-table-click {*/
/*    !*background-color: initial;*!*/
/*}*/


/*扫码弹窗页面样式*/
.em-decode-layer {
    margin: -20px -10px 20px -10px;
}

.em-decode-layer span {
    display: inline-block;
    width: 100%;
    line-height: 28px;
    /*text-align: center;*/
}

.em-decode-layer p {
    text-align: center;
}

.em-decode-layer img {
    display: inline-block;
    width: 200px;
    height: 200px;
    background-color: #ffcc66;
}


/*查看员工二维码按钮*/
.show-qrcode {
    border-color: #2D93CA !important;
    color: #2D93CA !important;
}

.show-qrcodeL:hover {
    border-color: #2D93CA !important;
    color: #2D93CA !important;
}

.show-qrcode-block {
    width: 100%;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 15px;
}

.show-qrcode-block img {
    width: 200px;
    height: 200px;
}


/*友好加载框样式*/
.loading-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 500;
}

.loading-block .loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 50px;
    padding: 10px 20px;
    margin: -25px -90px;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    border-radius: 4px;
}

.loading-block .loading-content img {
    display: inline-block;
    height: 30px;
    width: auto;
    margin-right: 15px;

}

.loading-block .loading-content span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    color: rgba(0, 0, 0, .7);
    font-size: 15px;
}


/*菜单列表*/
.em-menu-table-block {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.em-menu-table {
    table-layout: fixed;
    margin-bottom: 25px;
}

.em-menu-table tbody tr {
    border-bottom: 1px solid #777;
}

.part-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.part-cell span {
    /*border-bottom: 1px solid rgba(0, 0, 0, .3);*/
}

.part-cell.min-font span {
    font-size: 13px;
}


/*选中样式*/
.em-active {
    background-color: #303030 !important;
}

/**
  超期样式
 */
.em-tr-red td span{
    color: #ff6b81!important;
}
/**
  临期
 */
.em-tr-waring span{
    color: #ff5c24 !important;
}

.em-active td, .em-active:hover {
    color: #f4f4f4;
}

.em-menu-count {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    line-height: 25px;
    background-color: #595959;
    text-align: center;
    color: rgba(255, 255, 255, .7);
}

.em-menu-count span {
    margin: 0 3px;
    color: #FF0000 !important;
}

.em-menu-table th {
    border: none;
}

.em-menu-table td {
    border: none;
    cursor: pointer;
}

/*空tr*/
.em-empty {

}

.em-tag {
    color: #ff0066;
}


/*符号键盘*/
/*符号键盘*/
.em-symbol-skin {

}
.em-symbol-skin .layui-layer-title{
    height: 40px;
    line-height: 40px;
}
.em-symbol-skin .layui-layer-setwin{
    top: 11px;
}

.em-symbol-skin .layui-layer-content {
    padding: 0;
    /*min-height: 160px;*/
    overflow: visible !important;
}

.em-symbol-skin .em-symbol-block {
    width: 100%;
    min-height: 40px;
    padding: 5px 5px;
    background-image: url(../images/sylbom.jpg);
    display: flex;
    flex-wrap: wrap;
}


.em-symbol-skin .em-symbol-block .symbol-btn {
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background-color: #000!important;
    border-radius: 50% !important;
}

.em-symbol-skin .em-symbol-block .symbol-btn:hover {
    background-color: rgba(0, 0, 0, .5);
}
.em-symbol-skin .em-symbol-block .symbol-item {
    display: flex;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    /*border: 1px solid rgba(0,0,0,.5);*/
}

.em-symbol-skin .em-symbol-block .symbol-item:hover{
    /*transform: scale(1.1); !*图片放大效果*!*/
    background-color: #fff;
}

.em-symbol-skin .em-symbol-block .symbol-item img {
    width: 32px;
    height: 32px;
    /*transition: all 0.1s; !*图片放大效果*!*/
}

/*符号分式样式*/
.em-sx-box {
    padding: 20px 30px;
    text-align: center;
}

.em-sx-input-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.em-sx-input-box span {

}

.em-sx-input-box input {
    height: 30px;
    line-height: 20px;
    padding: 5px 8px;
    outline: 0;
}

.em-sx-input-box input:focus {
    box-shadow: none;
}

.em-sx-btn {
    margin: 0 auto;
    border: none;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .8);
    cursor: pointer;
}

.em-sx-btn:hover {
    background-color: rgba(0, 0, 0, .5);
}


/*
符号上传
*/
.em-layer-upload-btn {
    position: relative;
    width: 335px;
    margin: 5px 15px;
    background-color: #303030;
    font-size: 16px;
}

.em-layer-upload-btn .iconfont {
    margin-right: 5px;
}

.em-layer-upload-title {
    padding: 5px 15px;
    border: 1px dotted rgba(0, 0, 0, .3);
}

.em-layer-upload-title p {
    line-height: 28px;
    color: #ff9966;
}

.em-layer-upload-preview {
    min-height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px 10px 0 10px;
}

.em-layer-upload-preview img {
    /*background-color: #9999ff;*/
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    margin-left: 3px;
    transition: all 0.1s; /*图片放大效果*/
}

.em-layer-upload-preview img:hover {
    transform: scale(1.1); /*图片放大效果*/
}

.symbol-img {
    width: 35px;
    height: 35px;
    transition: all 0.2s; /*图片放大效果*/
}

.symbol-img:hover {
    transform: scale(1.3); /*图片放大效果*/
}

.user-qrcode {
    text-align: center;
    max-width: 320px;
    margin-top: -28px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;

}

.user-qrcode h2 {
    padding: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.user-qrcode img {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
}

.user-qrcode p {
    line-height: 30px;
    color: #000;
    margin-bottom: 5px;
}

.user-qrcode p span {
    display: inline-block;
    width: 75px;
    text-align: right;
    /*background-color: #2D93CA;*/
    margin-right: 5px;
}

.user-qrcode p label {
    display: inline-block;
    margin-left: 5px;
    /*background-color: #9999ff;*/
    text-align: left;
    width: 80px;
    font-weight: bold;
}


.em-message-block {
    position: absolute;
    left: 50%;
    top: 10px;
    bottom: 10px;
    width: 300px;
    margin-left: -150px;
    margin-right: -150px;
    text-align: center;
}

.em-message-block p {


}

.em-message-block p a {
    color: #ff6666;
    font-size: 14px;
    cursor: pointer;
}

.em-message-block p a .iconfont {
    color: #ffffff;
    margin-right: 5px;
}

.em-message-block p a:hover {
    color: #ff6666;
    text-decoration: underline;
}


/*清除边框*/
.not-right-border {
    border-right: none !important;
}

.not-top-bottom {
    border-top: none !important;
}


.viewer-container {
    z-index: 99999999 !important;
}


.td-prompt {
    color: #3e2bee;
    text-shadow: 0 0 2px #bda2dc;
}


/*弹窗符号编辑*/
.em-lay-rich {
    position: relative;
    padding: 5px 8px;
    line-height: 24px;
    border: 1px solid rgba(0, 0, 0, .3);
    height: 80px;
    word-wrap: break-word;
    border-radius: 2px;
}

.em-lay-rich div {
    background-color: #fff;
}

.em-lay-rich img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.em-lay-symbol {
    position: absolute;
    right: -30px;
    top: 30px;
    width: 60px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background-color: #383838;
    line-height: 30px;
    font-size: 12px;
    cursor: default;
}

.em-lay-symbol:hover {
    color: #fff;
}

.show-btn {
    cursor: pointer;
}


.em-user-print {
    min-width: 80px;
    border: none;
    border-radius: 2px;
    line-height: 35px;
    background-color: #303030;
    color: #fff;
    margin: 0px 0 20px 80px;
}

.em-user-print-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    background-color: #fff;
    z-index: 99999999;
}

.em-user-item {
    display: inline-block;
    width: 320px;
    /*padding:15px px;*/
    margin: 15px 5px;
    border: 1px dotted rgba(0, 0, 0, .3);
}

.layui-table-tips-main {
    background-color: #b8b8b8;
}


/*下拉选择框*/
.entry-select {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100%;
    padding: 0px 5px;
}

.entry-select .layui-unselect {
    height: 28px;
    line-height: 28px;
}

.entry-select .layui-form-select .layui-input {
    height: 28px;
    line-height: 26px;
}


/*新增表格样式*/
.em-add-table {
    margin: 0;
    background-color: #b8b8b8;
}

.em-add-table tbody tr:hover {
    background-color: initial;
}

.em-add-table thead th {
    text-align: center;
    color: rgba(255, 255, 255, .8);
    background-color: #595959;
}

.em-add-table tbody tr td:first-child {
    text-align: center;
}

.em-add-table tbody td {
    padding: 0;
    border-color: rgba(0, 0, 0, .3);
}

.em-add-table .layui-input {
    display: inline-block;
    border-radius: 0;
    color: #000 !important;
    border: none;
    text-align: center;
    background-color: #f4f4f4 !important;
}

.em-add-table .add-td-btns {
    text-align: center;
}

.em-add-table .add-td-btn {
    padding: 0;
    line-height: 28px !important;
    height: 28px !important;
    min-width: 80px !important;
    background-color: #595959;
}

.em-add-table .add-input-order {
    display: inline-block;

}

.em-add-table .add-input-order:first-child {
    width: calc(100% - 215px);
}

.em-add-table .add-input-order:nth-child(2) {
    width: 125px;
}

.em-add-table .add-input-order:last-child {
    width: 90px;
}

.em-add-table .add-input-order:nth-child(2n) {
    border-left: 1px solid rgba(0, 0, 0, .3);
    border-right: 1px solid rgba(0, 0, 0, .3);
}

/*带单位的样式*/
.em-add-table .add-input-unit {
    display: inline-block;
}

.em-add-table .add-input-unit:first-child {
    width: calc(100% - 50px);
}

.em-add-table .add-input-unit:last-child {
    width: 50px;
}

.em-add-table .add-input-unit:last-child .layui-input {
    border-left: 1px solid rgba(0, 0, 0, .3);
}


/*弹出输入框样式*/
.layui-layer-prompt .layui-layer-btn .layui-layer-btn0 {
    background-color: #595959;
    border-color: #595959;
}


/*窗口打开模式*/
.em-setting-open {
    width: 100px;
    text-align: center;
}

.em-setting-open .layui-form-switch {
    margin-top: 0;
    padding: 0 8px;
    height: auto;
    border-color: #303030;
    background-color: #303030;
}

.em-setting-open .layui-form-switch em {
    color: #fff !important;
}

.em-setting-open .layui-form-onswitch {
    border-color: #009f95;
    background-color: #009f95;
}

/*右上角消息提示*/
/*.em-msg-item {*/
/*    background: none !important;*/
/*    border: none !important;*/
/*}*/
.em-msg-link, .em-todo-link{
    position: relative;
    /*padding: 0 10px!important;*/
    cursor: pointer;
}
.message-badge, .todo-badge{
    position: absolute;
    right: 0;
    top: 2px;
    color: #fff;
    background-color: #ff0900;
    border-radius: 50%;
    font-size: 12px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.em-nav-setting{
    cursor: pointer;
    height: 40px!important;
    line-height: 40px!important;
}

.em-setting-link .iconfont {

}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.em-msg-link .iconfont, .em-setting-link .iconfont, .em-todo-link .iconfont {
    font-size: 22px !important;
}

.em-new-msg {
    color: #FF0000 !important;
    -webkit-animation: twinkling 0.5s infinite ease-in-out;
}


.em-layer-message {

}

.em-layer-message .layui-layer-btn0 {
    background-color: #595959 !important;
    border-color: #595959 !important;
}

.message-block {
    position: relative;
    padding: 10px 20px 0 20px;
}

.message-block p {
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    /*border-top: 1px solid rgba(0,0,0,.3);*/
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.message-item {
    position: relative;
    display: block;
    width: 100%;
    line-height: 38px;
    padding: 4px 10px;
    /*overflow: hidden;*/
    cursor: default;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.message-item:hover {
    color: rgba(0, 0, 0, 1);
    border-color: #FF0000;
}

.message-item label {
    display: inline-block;
    width: 80px;
    text-align: center;
}

.message-item span {
    display: inline-block;
    position: absolute;
    left: 95px;
    right: 0;
    top: 4px;
    bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*line-height: 20px;*/
}

.message-item .red-dot {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: -5px -5px;
    background-color: #FF0000;
}


/*可修改表格颜色*/
.edit-td-style {
    background-color: #5FB878;
    color: rgba(255, 255, 255, .7) !important;
}

/*可修改表格颜色*/
.edit-td-style span {
    color: rgba(255, 255, 255, .7) !important;
}


/*表单输入错误样式*/
.em-error, .em-error:focus, .em-error:after, .em-error:hover {
    border-color: #FF0000 !important;
}


/*上下标图片样式*/
.sximg {
    height: 22px !important;
    width: auto !important;
}

/*添加可滚动table样式*/
.scroll-table-box {
    overflow-x: auto;
}

.scroll-table-box table {
    width: auto;
    min-width: 100%;
}

.scroll-table-box .addCell {
    margin: 0;
}

/*时间选择器*/
body .layui-laydate .layui-this {
    background-color: rgba(0, 0, 0, .8) !important;
}


.tool-text-box span {
    display: inline-block;
    padding: 5px 15px;
    min-width: 120px;
    font-size: 1.6rem;
}
/*.tool-text-box label{*/
/*    padding: 5px 15px;*/
/*    min-width: 100px;*/
/*    font-size: 16px;*/
/*}*/

/** 订单单分配样式 */
.em-td-pro-dis {

}

.em-td-pro-dis span {
    width: 100px;
    border: none !important;
}

.em-td-pro-dis .em-add-border-color {
    /** 未分配 */
    background-color: #e2aa47;
}

.em-td-pro-dis .em-search-border-color {
    /** 已分配 */
    background-color: #78e255;
}

.right-table-spec img[sb-num]{
    width: 20px!important;
    height: 20px!important;
}

/** 必填 */
.layui-form .layui-form-label{
    position: relative;
}
.layui-form .layui-form-label:before{
    content: "*";
    opacity: 0;
    font-size: 14px;
}
.layui-form .layui-form-label.is-required:before{
    color: #ff2521;
    opacity: 1;
}


.new-form-layer .layui-layer-content{
    overflow: visible !important;
}

/** 图纸打印 */
.draw-print{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    padding: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.draw-print #drawImage{
    width: auto;
    height: 100%;
}


/** 查看图纸按钮样式 */
.layui-btn.draw-btn{
    background: var(--import-color)!important;
    border-color: var(--import-color)!important;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

#think_page_trace_open{
    z-index: 9999999;
}


