@charset "UTF-8";
.page-body {
    height: 100%;
    overflow: hidden;
}

.page-container {
    height: 100% !important;
    overflow: auto;
}

.main-content {
}

.row_content {
    position: relative !important;
    height: 84%;
    overflow: auto;
}

.sidebar-menu.fixed .sidebar-menu-inner {
    scrollbar-width: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-menu {
    width: 224px;
    height: 100%;
    background: #323743;
}

.logo-env {
    width: 224px;
    height: auto;
    padding: 0 !important;
    border-bottom: none !important;
}

.logo_env_top {
    height: 70px;
    overflow: hidden;
    font-size: 44px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 110px;
    padding-left: 36px;
    background-color: #323743;
}

.logo_env_top > img {
    width: 170px;
    height: 70px;
    margin-left: -8px;
    margin-top: -40px;
}

.style_hover {
    color: #0e3594 !important;
}

.logo_env_bottom {
    width: 224px;
    height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #282C36;
}

.logo_env_bottom_l {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.11);
}

.logo_env_bottom_l > img {
    width: 100%;
    height: 100%;
}

.logo_env_bottom_r {
    width: 100px;
    height: auto;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.logo_env_bottom_r > p:first-child {
    width: 100px;
    height: auto;
    max-height: 42px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.logo_env_bottom_r > p:last-child {
    width: 100px;
    height: auto;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 12px;
    white-space: nowrap;
}

.main-menu > li > ul {
    background-color: #282c36 !important;
}

.a_active {
    background-color: #eeeeee !important;
    color: #0E3594FF !important;
}

.main-menu > li > a:hover, .main-menu > li > ul > li > a:hover {
    background-color: #eeeeee !important;
    color: #0E3594FF !important;
}

.user-info-navbar {
    /*height: 93px;*/
    height: 70px !important;
    padding: 0 !important;
}

.nav_s {
    float: left;
    width: auto;
    height: 70px;
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav_l > p {
    width: 52px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #3a415e;
    font-size: 28px !important;
    cursor: pointer;
}

.nav_l > p:last-child {
    position: relative;
    margin-left: 10px;
    color: #000000;
}

.nav_l > p:last-child > span {
    position: absolute;
    top: 4px;
    left: 25px;
    width: auto;
    height: auto;
    line-height: normal;
    padding: 0 3px !important;
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: #E44848;
    border-radius: 50%;
    overflow: hidden;
}

.nav_r {
    float: right;
    margin-right: 72px !important;
}

.nav_r > p, .nav_r > a {
    width: auto;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 24px;
    margin-bottom: 0 !important;
    cursor: pointer;
}

.nav_r > p:last-child, .nav_r > a:last-child {
    margin-right: 0;
}

.nav_r > p > i, .nav_r > a > i {
    width: 21px;
    height: 21px;
    font-size: 20px;
    text-align: center;
    line-height: 21px;
    margin: 0 6px;
}

.nav_r > a > i, .nav_r > a > span {
    margin-bottom: 10px;
}

.nav_r > p > span, .nav_r > a > span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
}

.notice_tips {
    position: relative;
    margin-left: 10px;
    color: #000000;
    width: 52px;
    height: 36px;
    font-size: 20px !important;
}

.notice_tips > span {
    position: absolute;
    top: 24px;
    left: 16px;
    width: auto;
    height: auto;
    line-height: normal;
    padding: 0 3px !important;
    font-size: 10px !important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF !important;
    background: #E44848;
    border-radius: 50%;
    overflow: hidden;
}

.nowraps {
    max-width: 170px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav_images {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.11);
}

.nav_images > img {
    width: 100%;
    height: 100%;
}

.fa-home:before {
    content: '' !important;
}

.page-container .main-content .page-title {
    background: rgba(255, 255, 255, 0);
    margin-bottom: 10px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.pull-left {
    margin-left: 10px !important;
}

.pull-left > ol > li {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222 !important;
}

.btn {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: #4089FF !important;
}

.btn-white {
    color: #FFFFFF !important;
}

.btn-toolbar .btn-default.dropdown-toggle {
    background: #EDEDED !important;
    color: #222222;
}

.btn-margin-left {
    margin-left: 16px !important;
}

.btn-icon {
    margin-right: 6px !important;
}

.form-control {
    width: 110px !important;
    height: 40px !important;
    background: #EDEDED !important;
    border: 1px solid #DBDBDB !important;
    outline: none;
}

.form-control:focus, .create_table_select:focus {
    border: none !important;
}

thead > tr {
    /*height: 60px !important;*/
    background: rgba(230, 230, 230, .39) !important;
}


.table > tbody > tr > td:not(:first-child) {
    min-width: 120px;
}

/*
表格里面前的多选框
*/
.table > thead > tr > th.checkbox_td {
    width: 20px !important;
    padding: 9px 0 !important;
}

.table > tbody > tr > td.left_btn {
    text-align: left !important;
    width: 100px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.table > tbody > tr > td:last-child > .btn:last-child {
    margin-right: 0 !important;
}

.tbody_title {
    margin-bottom: 20px;
}

.label_autogrow {
    margin-bottom: 20px;
}

.table > thead > tr > td, .table > thead > tr > th {
    border-bottom: 1px solid #fff;
}

/*
鼠标悬停在行或单元格上时所设置的颜色
*/
tbody > tr:hover {
    background-color: rgba(254, 150, 45, .1) !important;
    cursor: pointer;
}

.modal .modal-dialog .modal-content .modal-header {
    border-bottom-width: 1px;
}

.panel .panel-heading {
    border-bottom-width: 1px;
}

.modal_header {
    width: 970px;
    height: 6px;
    background-color: #0e3594;
}

.modal-content {
    width: 970px;
}

.modal-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-top: none !important;
}

.modal-footer > button {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.modal-footer > button:first-child {
    margin-left: 32px !important;
    background: #D4D4D4 !important;
}

.modal {

}

.form-group {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.no-margin {
    flex-direction: column;
    align-items: flex-start;
}

.form-group > .control-label {
    width: 82px;
    height: auto;
    text-align: right;
    margin-right: 14px;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #282D36;
}

.no-margin > .control-label {
    text-align: left;
    margin-left: 20px;
}

.form-group > .control-label > span {
    color: #FF7272 !important;
}

.form-group > .form-control {
    width: 180px !important;
    height: 44px !important;
}

/*
页码
*/
.dataTables_paginate {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 20px;
    /*font-size: 24px;*/
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    padding: 4px 14px;
    /*padding: 12px 18px;*/
    background: #0e3594;
    border-radius: 2px;
    border: none;
    text-align: center;
}

.pagination > li > a, .pagination > li > span {
    /*padding: 12px 16px;*/
    padding: 3px 12px;
    margin: 0 7px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    color: #999999;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #DFDFDF;
}


.layui-laypage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.layui-laypage a, .layui-laypage span {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding: 4px 15px;
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    margin: 0 3px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #0e3594;
}

.layui-laypage a:hover, .layui-laypage span:hover {
    color: #0e3594;
    border: 1px solid #DFDFDF;
}

.layui-table-fixed-l {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.layui-table{
    border-right: 0 !important;
}

/*
按钮
*/
.brn_edit {
    background: #4089FF !important;
}

.btn_edit1 {
    background: #0e3594 !important;
}

.btn_dell {
    background: #F25B78 !important;
}

.btn_open {
    background: #0e3594 !important;
}

.btn_close {
    background: #43D5CC !important;
}

.btn_see {
    background: #3CCB97 !important;
}

.btn_appoint {
    background: #B47EE7 !important;
}

.btn_stop {
    background: #FD619C !important;
}

.btn_end {
    background: #35D0D5;
}

.btn-primary, .btn_login {
    background-color: #0e3594 !important;
}

.create_table_title {
    font-size: 18px !important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #282D36 !important;
    padding: 20px 0 !important;
}

.create_table_select {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    border: none;
}

input {
    background: none !important;
    outline: none;
    border: none;
}

input:focus {
    border: none;
}

textarea:focus {
    border: 1px solid #DBDBDB !important;
}

.autogrow {
    height: 114px !important;
    border: 1px solid #DBDBDB;
    margin-left: 20px;
    outline: none;
}

.upload-content {
    margin-left: 20px;
    font-size: 18px !important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #282D36 !important;
}

.upload-content .file, .upload-content .content-img-list-item, .upload-content .content-img-list-item div {
    width: 100px !important;
    height: 100px !important;
    line-height: 100px !important;
}

.hw_img {
    width: 50px;
    height: 50px;
}

.table_div {
    overflow: auto;
}

/*
搜索的输入框框
*/
.fa-search_input {
    width: 160px !important;
    height: 40px !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border: 1px solid #b2b2b2 !important;
}

input.fa-search_input:focus {
    border: 1px solid #b2b2b2 !important;
}
select.fa-search_input{
    /*关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../images/select_icon.png") no-repeat scroll right center transparent !important;
    background-size: 24px 24px !important;
    background-position: right 2px center !important;
    /*非框架时，为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 30px !important;
}
select.fa-search_input:focus {
    border: 1px solid #b2b2b2 !important;
}


.btn-toolbar .btn-default.dropdown-toggle {
    background: rgba(255, 255, 255, 0) !important;
    border: 1px solid #DBDBDB;
}

.btn-toolbar .btn-group.open .dropdown-toggle {
    color: #222222;
}

.control-label {
    color: #222222;
}

/*
自定义多选框样式
*/

input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 14px !important;
    height: 14px !important;
}

input[type=checkbox]::after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    padding-left: 0;
    /*margin-left: -6px !important;*/
    text-align: center;
    content: ' ';
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #363636;
}

input[type=checkbox]:checked::after {
    content: "";
    background-color: #0e3594 !important;
    border-color: #0e3594 !important;
}

input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
}

.form-inline > span {
    margin-left: 20px;
}

.form-inline > span:first-child {
    margin-left: 0;
}

/*
弹窗
*/
@media (min-width: 768px) {
    .modal-dialog {
        width: 970px !important;
    }
}

/*

*/
/*
select:focus option:checked{
    background:rgba(58,137,132,1) !important;
    color: #fff !important;
}
select:focus option:link{
    background:rgba(58,137,132,1) !important;
    color: #fff !important;
}

select{margin-top: 1px;background: none;-webkit-appearance: none;}
option{height: 30px;background-color: #fff;padding-right: 10px;padding-left: 10px;-webkit-appearance:none;appearance:none;}
option:hover{background-color: #ddd;}*/

/*缩s*/
.abbreviation_sidebar-menu {
    width: 74px;
    overflow: hidden;
}

.abbreviation_logo-env {
    width: 74px;
    height: auto;
    display: none;
}

.abbreviation_logo_env_top {
    height: 86px;
    line-height: 0;
    padding-left: 0;
}

.abbreviation_logo_env_top > img {
    width: 50px;
    height: 48px;
    margin-top: 17px;
    margin-left: 10px;
}

.abbreviation_header_img {
    width: 100%;
    height: 110px;
    background-color: #282C36;
}

.abbreviation_header_img > img {
    width: 50px;
    height: 50px;
    margin: 30px 12px;
}

/*缩e*/


/*
生产报表
*/
.panel-statistics {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.panel-statistics_b {
    padding-bottom: 0 !important;
}

.statistics-body {
    padding-top: 0 !important;
    /*margin-bottom: 80px;*/
}

.table_head {
    width: 100%;
    height: 80px;
    background-image: url("/static/images/statistics/head-img.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    line-height: 80px;
    overflow: hidden;
}

.head-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 34px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.head-img {
    position: absolute;
    top: 25px;
    right: 112px;
    width: 47px;
    height: 35px;
    background-image: url("/static/images/statistics/setimg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;

}

.head-speed {
    position: absolute;
    top: 0;
    left: 60%;
    width: 460px;
    height: auto;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /*background-color: #0b4b97;*/
}

@media screen and (max-width: 1680px) {
    .head-speed {
        width: 370px;
    }
}

@media screen and (max-width: 1600px) {
    .head-speed {
        width: 350px;
    }
}

@media screen and (max-width: 1440px) {
    .head-speed {
        width: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .head-speed {
        width: 200px;
    }
}


.speed-data {
    color: #0e3594;
}

.layui-table-cell, .layui-table-tool-panel li {
    height: auto;
    overflow: visible;
    text-overflow: inherit;
    /*white-space: nowrap;*/
    white-space: inherit;
}

.layui-table, .layui-table-view {
    margin-top: 0;
}

.statistics-count {
    padding-left: 40px;
}

/*.layui-table-tool{
    margin-top: -50px;
}*/


.table_floor {
    /*position: fixed;
    bottom: 10px;
    right: 0;*/
    width: 100%;
    height: 60px;
    background: rgba(47, 51, 61, .7);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 60px;
}

.table_floor > img {
    width: 24px;
    height: 32px;
    margin-right: 12px;
}

.floor-mid-txt {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #F2F2F2;
}

.floor-right-txt {
    margin-left: 62px;
    color: #F8E228;
}

.table_floorp {
    position: fixed;
    bottom: 10px;
    right: 0;
}

/*功能弹窗*/
.right-set {
    position: absolute;
    top: 70px;
    right: 0;
    width: 361px;
    /*height: 701px;*/
    height: auto;
    padding-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    overflow: auto;
    display: none;
    z-index: 9999;
}

.right-set_nav {
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
}

.right-set_nav > p {
    width: auto;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-top: 0 !important;
    cursor: pointer;
    color: #222222;
}

.right-set_nav > p:first-child {
    margin-left: 16px;
}

.right-set_nav > p:last-child {
    margin-right: 20px;
}

.right-set_nav_item_click {
    text-align: center;
    color: #0e3594 !important;
    min-width: 60px;
    background-image: url("/static/images/statistics/nav-list-bg.png");
    background-size: 60px 6px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}

.right-set_body {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.right-set_body_item {
    width: 100%;
    height: auto;
    display: none;
}

.right-set_body_item:first-child {
    display: block;
}

.right-set_body_sty {
    width: 100%;
    /*width: 320px;*/
    height: auto;
    margin: 0 auto;
}

.right-set_body_sty > .right-set_body_sty_tr, .right-set_body_list > .right-set_body_sty_tr {
    width: 320px;
    height: auto;
    /*margin-bottom: 12px;*/
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    margin: 0 auto 12px;
}

.right-set_body_sty > .right-set_body_sty_tr_btn {
    justify-content: flex-end;
}

.set_sty_nav {
    width: 70px;
    height: 30px;
    border: 1px solid #0e3594;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0e3594;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.set_sty_nav:last-child {
    margin-left: 12px;
}

.set_body_sty_tr_left {
    width: 132px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.set_body_sty_tr_right {
    width: 188px;
    height: 30px;
    padding: 0 15px;
    border: 1px solid #E0E0E0;
}

input.set_body_sty_tr_right:focus {
    border: 1px solid #E0E0E0;
}


.set_body_sty_tr_rColor {
    height: 30px;
    /*background: #34373F;*/
    cursor: pointer;
    padding: 0;
}

.set_body_sty_tr_rTitle {
    height: 48px;
}

.set_body_sty_tr_rPageTime {
    width: 150px;
}

.set_body_sty_tr_rCompany {
    width: 32px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    text-align: center;
}

.set_body_sty_tr_date {
    padding-right: 0;
}


.right-set_body_list {
    width: 320px;
    height: auto;
    margin: 0 auto;
}

.right-set_body_list > div > .right-set_body_sty_tr {
    width: 100%;
    height: 30px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
}

.right-set_body_list > .right-set_body_sty_tr_btn {
    justify-content: space-between;
}

.right-set_body_list > .right-set_body_sty_tr_btn > span:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
}

input[type=checkbox].set_body_item_checkbox {
    margin-top: 0 !important;
}

input.set_body_item_checkbox::after {
    width: 18px;
    height: 18px;
    border: 1px solid #BFBFBF !important;
}

input.set_body_item_checkbox:checked::before {
    top: 3px;
    left: 6px;
    width: 6px;
    height: 10px;
}

.checkbox_title {
    padding-left: 10px;
    color: #222222;
}

/*
.panel-statistics thead>tr>th:first-child,.panel-statistics tbody>tr>td:first-child{
    padding-left: 36px !important;
    padding-right: 6px !important;
}
.panel-statistics thead>tr>th:last-child,.panel-statistics tbody>tr>td:last-child{
    padding-left: 6px !important;
    padding-right: 36px !important;
}*/


/*
禁止拖动
*/
textarea {
    resize: none;
}

.set_hr {
    width: 360px;
    height: 1px;
    background-color: #E4E4E4;
    margin-bottom: 13px;
}

.btn-disable {
    background: #999 !important;
}

.btn-disable:hover, .btn-disable:focus {
    color: #fff;
}


.layui-form-checked[lay-skin=primary] i {
    border-color: #0e3594 !important;
    background-color: #0e3594;
    color: #fff;
}


.filter_body {
    position: absolute;
    top: 40px;
    right: -30px;
    width: 250px;
    height: auto;
    padding-bottom: 30px;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    display: none;
}

.filter_body_sty_tr {
    width: 210px;
    height: 30px;
    margin: 6px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.filter_body_sty_tr_btn {
    justify-content: space-between;
}

.filter_body_sty_tr > .checkbox_title {
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.layui-laypage > :last-child, .layui-laypage > :first-child {
    font-size: 14px !important;
    letter-spacing: 0 !important;
    padding: 4px 7px !important;
}