html {
    overflow: hidden;
}

a {
    text-decoration: none;
}

mark {
    background: none;
    padding: 0;
    margin: 0;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #0271a8;
    border-color: #0271a8;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 0 !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

img {
    border: none;
    vertical-align: top;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
form {
    margin: 0;
}

li {
    list-style: none;
}

input,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
    /*appearance: none;*/
    /*-webkit-appearance: none; !*去除系统默认的样式*!*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 点击高亮的颜色*/
}

body {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background: #e8f2fc;
}

.sideWrap {
    width: 160px;
    height: 100%;
    background: #025987;
    position: absolute;
    left: 0;
    top: 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2222;
}

.sidebar {
    width: 100%;
    margin-top: 20px;
    padding: 0;
}

.sidebar li:nth-of-type(1) {
    position: relative;
}

.sidebar li:nth-of-type(7) {
    border: none !important;
}

.sidebar .sidebarActive {
    font-weight: bold;
}

.arrow {
    width: 24px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 18px;
}

.sidebar li {
    width: 100%;
    height: 60px;
}

.sidebar li a {
    font: 16px/60px "微软雅黑";
    color: #e6e6e6;
    text-align: left;
    display: block;
    padding: 0 0 0 13px;
}

#wrap_table {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 160px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*background: #f1f6fd;*/
    overflow: auto;
}

#bus_table {
    /*width: 100%;*/
    position: absolute;
    left: 160px;
    /*padding: 20px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f1f6fd;
    overflow: auto;
}

.tabel_ui,
.tabel_search {
    width: 86%;
    /*width: 1100px;*/
    /*height: 100%;*/
    /*box-sizing: border-box;*/
    /*overflow-x: hidden;*/
    /*margin-bottom:100px;*/
    overflow: auto;
    /*margin-left: 160px;*/
}

.tabel_ui th,
.tabel_driver th,
.tabel_search th,
.tableHeader th {
    font: bold 14px/40px "微软雅黑";
    color: #333333;
}

.tabel_ui tr:nth-child(2n+1),
.tabel_search tr:nth-child(2n+1) {
    /*background: #ccc;*/
}

.tabel_ui tr,
.tabel_search tr {
    border-bottom: 2px solid #d7e2e8 !important;
}

.tabel_ui th,
.tabel_ui td,
.tabel_ui tr,
.tabel_search th,
.tabel_search td,
.tabel_search tr,
.tableHeader th {
    text-align: center;
    height: 46px;
    /*width: 97px;*/
    padding: 0;
    /*border: none;*/
}

.tabel_search {
    /*position: absolute;*/
    /*left: -14px;*/
}

.tabel_ui tr,
.tabel_ui td,
.tabel_search tr,
.tabel_search td,
.tabel_search th,
.tabel_ui th,
.tableHeader th {
    padding-left: 10px;
}

.tableHeader {
    width: 85%;
    position: relative;
    left: 160px;
    top: 10px;
    /*margin-left: 9px;*/
}

#tabel_ui .trHeader,
.tableHeader tr {
    padding-left: 10px;
}

.trHeader th {
    height: 46px !important;
}

.tabel_ui th:nth-of-type(1) {
    padding-left: 10px;
}

.tableHeader tr th {
    /*padding-left:21px;*/
}


/*.tableHeader tr th:nth-of-type(2){*/


/*margin-left: 5px;*/


/*}*/

#wrap {
    background: #e8f2fc;
}

.tabel_ui tr span,
.tabel_driver span,
.tabel_search span {
    font-weight: normal;
}

.enterpriseInfo {
    position: absolute;
    left: 20px;
    top: 20px;
}

.enterpriseInfo input {
    width: 200px;
    font: 12px/30px "微软雅黑";
    color: #000;
    text-align: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left;
}

.query_btn_chkinfo {
    width: 60px;
    height: 36px;
    background: #339df5;
    display: block;
    float: right;
    border-radius: 5px;
    border: none;
    outline: none;
    position: relative;
}

.query_btn {
    width: 50px;
    height: 36px;
    background: #0e639c;
    display: block;
    float: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    outline: none;
    position: relative;
    right: 30px;
}

.auditpass,
.auditadopt {
    width: 100px;
    height: 36px;
    background: #339df5;
    /* display: block; */
    /* float: left; */
    border-radius: 5px;
    border: none;
    outline: none;
    /* position: relative; */
    color: #fff;
    font: 14px/36px "微软雅黑";
    margin-left: 30px;
}

.query_btn img {
    position: absolute;
    left: 17px;
    top: 10px;
}

.enterpriseFn {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    float: left;
    position: absolute;
    top: 70px;
    background: #d0e5f8;
    padding-left: 10px;
    /*box-shadow: 0 4px 0 #87b0d5;*/
    -moz-box-shadow: 0 2px 2px rgba(135, 176, 213, 0.5);
    -webkit-box-shadow: 0 2px 2px rgba(135, 176, 213, 0.5);
    box-shadow: 0 2px 2px rgba(135, 176, 213, 0.5);
}

.enterpriseFn li {
    float: left;
    width: 92px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

.enterpriseFn li a {
    font: 14px/40px "微软雅黑";
    color: #333;
}

.enterpriseFn li:nth-of-type(7) {
    width: 200px;
    margin-left: 10px;
}

.enterpriseFn .search {
    width: 200px;
    height: 36px;
    padding: 6px;
    box-sizing: border-box;
    margin-left: 3px;
    background: #fff;
    border: none;
    border: 1px solid #ccc;
}

.enterpriseFn li img {
    width: 16px;
    height: 16px;
    line-height: 40px;
    vertical-align: middle;
    margin-right: 20px;
}

.back {
    width: 50px;
    height: 34px;
    background: #009df4;
    border-radius: 5px;
    font: 14px/34px "微软雅黑";
    color: #fff;
    border: none;
    outline: none;
    /*margin-top: 20px;*/
}

.check_input {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
}

.sidebar li a:hover:not(.active) {
    background-color: #1b81f4;
}

.sidebar li a.active {
    color: white;
    background-color: #009df4;
}

#addWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    /*left: 160px;*/
    top: 0px;
    /*padding-left: 20px;*/
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*opacity: 0.3;*/
    /*filter:alpha(opacity=30);*/
    background: #e8f2fc;
    /*overflow-x: auto;*/
}

#add {
    /*margin-left: 6px;*/
    /*padding-left: 20px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*left: 160px;*/
    /*top: 220px;*/
    /*padding-top: 10px;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*overflow: auto;*/
    /*opacity: 0.3;*/
    /*filter:alpha(opacity=30);*/
    background: #e8f2fc;
}

#addInfo,
#edit_Info,
#fire_Info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /*margin-top: 50%;*/
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 5555;
}

.tabel_ui td input[type="checkbox"] {
    width: 16px;
    height: 16px;
    /*font: 14px/30px "微软雅黑";*/
    /*color: #000;*/
    /*padding: 4px;*/
    /*box-sizing: border-box;*/
}

.add_Info,
.edit_Info,
.fire_Info {
    width: 660px;
    /*height: auto;*/
    font: 14px/30px "微软雅黑";
    color: #000;
    position: absolute;
    margin-top: 4%;
    margin-left: 32%;
    text-align: center;
    z-index: 333;
    margin-bottom: 100px;
    padding-bottom: 30px;
    background: #d0e5f8;
    border-radius: 10px;
}

.add_Info li,
.edit_Info li,
.fire_Info li {
    /*float: left;*/
    font: 12px/30px "微软雅黑";
    color: #333;
    margin-right: 10px;
}

.add_Info li input,
.edit_Info li input,
.fire_Info li input {
    width: 160px;
    font: 12px/22px "微软雅黑";
    color: #000;
    padding: 4px;
    box-sizing: border-box;
    margin: 0 0 10px 20px;
    border: 1px solid #999 !important;
    margin-left: 72px;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 20px;*/
}


/*.add_Info li:nth-of-type(9) input{*/


/*margin: 0 0 10px 6px;*/


/*}*/


/*.edit_Info li:nth-of-type(9) input{*/


/*margin: 0 0 10px 6px;*/


/*}*/

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn {
    margin-top: 10px;
}

.add_close,
.edit_close,
.fire_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 14px;
    top: 10px;
    z-index: 10;
}

.search {
    width: 200px;
    height: 36px;
    padding: 6px;
    box-sizing: border-box;
    margin-left: 3px;
    background: #fff;
    border: none;
    border: 1px solid #ccc;
}

.th_title {
    padding: 7px 15px 7px 15px;
    margin: 20px 0 10px 0;
    color: white;
    background-color: #354052;
    width: 250px;
}

.topic_line_chart_bar {
    margin: 10px 0 10px 0;
}

.topic_line_chart_bar .date,
.topic_line_chart_bar .dimension {
    display: inline-block;
    margin: 0 40px 0 0;
}

.topic_line_chart_bar .dimension span {
    margin: 0 20px 0 0;
}

.topic_line_chart_bar .dimension select {
    width: 60px;
    height: 40px;
}

.topic_line_chart_bar .operation {
    width: 90px;
    height: 34px;
    background: #009df4;
    border-radius: 5px;
    font: 14px/34px "微软雅黑";
    color: #fff;
    border: none;
    outline: none;
    margin: 0 10px 0 10px;
}

.text-left {
    text-align: left;
}

.tabel_driver {
    width: 1000px;
}

.tabel_weizhang {
    width: 1000px;
    margin-bottom: 60px;
}

.dataExportXlsx,
.exportXlsx {
    border: none;
    background: none;
    -webkit-appearance: none;
    outline: none;
    padding: 0;
}

.dataExport,
.export {
    border: none;
    background: none;
    -webkit-appearance: none;
    outline: none;
    padding: 0;
}

.dataExport:focus {
    outline: 0;
}

.add_Info li,
.edit_Info li,
.fire_Info li {
    position: relative;
    width: 600px;
}

.font {
    width: 230px;
    height: 32px;
    position: absolute;
    /*right: 0;*/
    /*top: 20px;*/
    text-align: right;
}

.add_Info li span,
.edit_Info span,
.fire_Info span {
    /*width: 12px;*/
    height: 32px;
    font: 14px/32px "微软雅黑";
    color: red;
    line-height: 32px;
    text-align: center;
    /*margin-top: 20px;*/
    /*display: block;*/
    /*float: right;*/
    margin-right: 4px;
    /*position: absolute;*/
    /*right: 0;*/
}

.company select,
#typeOp,
.typeOp,
.linecode,
#edittype,
.line select,
.edittype,
#company1,
.lineAdd select,
#bustype,
#chkstat,
#bustype_update,
#chkstat_update,
#companyCode,
.company,
.companyCode,
#company,
#park,
#chkinfos_company,
.lineName,
#park_code,
#station {
    width: 160px;
    height: 32px;
    margin: 0 0 10px 0;
    font: 12px/22px "微软雅黑";
    color: #000;
}

#companyId,
#companyEdit {
    border: 1px solid #999 !important;
    position: absolute;
    left: 256px;
}

#typeOp,
.linecode,
#edittype,
#way,
#company,
#park,
#companyCode,
#bustype,
.company,
.companyCode,
#bustype_update,
#bustype,
#way_edit,
.typeOp,
.lineName,
#park_code,
#station {
    border: 1px solid #999 !important;
    position: relative;
    left: 36px;
}

.company select option,
#typeOp option,
.typeOp option,
.linecode option,
.lineName option,
#edittype option,
.line option,
.edittype option,
#company1 option,
.lineAdd option,
#bustype option,
#chkstat option,
#bustype_update option #chkstat_update option,
#company option,
#park option,
#companyCode option,
.company option,
.companyCode option,
#chkinfos_company option {
    font: 12px/22px "微软雅黑";
    color: #000;
}

#wrap_table_his {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f1f6fd;
    overflow: auto;
}

.query_btnhistory {
    width: 50px;
    height: 20px;
    background: #009df4;
    border-radius: 5px;
    font: 14px/20px "微软雅黑";
    color: #fff;
    border: none;
    outline: none;
    margin-top: 2px;
}

.tabel_historylist {
    width: 100%;
    margin-bottom: 30px;
}

.checkbus {
    margin-left: 40px;
}

.checkbus li:nth-child(3),
.checkbus li:nth-child(4) {
    width: 150px;
    /*margin-left: 10px;*/
}

.checkbus li:nth-child(6) {
    width: 20px;
}

.checkbus li:nth-child(5),
.checkbus li:nth-child(7) {
    width: 180px;
    margin-left: 20px;
}

.checkbus li:nth-child(5) input,
.checkbus li:nth-child(6) input,
.checkbus li:nth-child(7) input {
    /*width: 170px;*/
}

.checkbus li input {
    width: 100px;
    height: 36px;
    padding: 6px;
    box-sizing: border-box;
    background: #fff;
    border: none;
    border: 1px solid #ccc;
    float: right;
}

#addTable,
#checkdetail,
#editTable {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 3333;
}

#table,
#tabledetail,
#edittable {
    width: 1000px;
    height: auto;
    background: #fff;
    position: absolute;
    /*left: 13%;*/
    top: 50px;
    /*border: 1px solid #000;*/
    margin-bottom: 100px;
}

#table tr,
#tabledetail tr,
#edittable tr {
    width: 1000px;
    height: 36px;
}

#table tr td,
#tabledetail tr td,
#edittable tr td {
    border: 1px solid #000 !important;
    text-align: center;
    font: 14px/36px "微软雅黑";
    color: #000;
}

#table tr td input,
#tabledetail tr td input,
#edittable tr td input,
#table tr input[type=text]:focus,
#edittable tr input[type=text]:focus {
    width: 90%;
    height: 32px;
    border: none;
    outline: none;
    font: 14px/34px "微软雅黑";
    color: #000;
    /*padding: 6px;*/
    box-sizing: border-box;
    text-align: center;
    background: #d0e5f8;
    -webkit-box-shadow: none !important;
}

#table input[type="checkbox"],
#edittable input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.close {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 83%;
    top: 50px;
    opacity: 1;
}

#bus_table #tabel_ui {
    /*width: 340%;*/
    height: 40px;
    overflow-x: auto;
    padding-right: 40px;
}

#bus_table #tabel_ui tr {
    width: 6000px;
}

#bus_table #tabel_ui tr th {
    /*width:400px;*/
    /*height: 40px;*/
    /*display: block;*/
}

.echat-axisLable {
    font-size: 12px;
    display: none;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none !important;
    color: #000;
}

#funBtn {
    width: 100%;
    height: 110px;
    position: relative;
    top: 0;
    left: 160px;
    background: #e8f2fc;
}

.checksee {
    width: 60px;
    height: 30px;
    border: 1px solid #036896 !important;
    display: inline-block;
    border-radius: 5px;
    font: 14px/30px "微软雅黑";
}

.checkbus li {
    margin: 0;
}

.add_Info nav,
.edit_Info nav,
.fire_Info nav {
    width: 100%;
    height: 50px;
    background: #0271a8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    -moz-box-shadow: 0 2px 2px rgba(1, 61, 108, 0.5);
    -webkit-box-shadow: 0 2px 2px rgba(1, 61, 108, 0.5);
    box-shadow: 0 2px 2px rgba(1, 61, 108, 0.5);
    margin-bottom: 20px;
}

.nav mark {
    font: 14px/50px "微软雅黑";
    color: #fff;
    position: absolute;
    left: 14px;
    top: 0;
    background-color: transparent;
}

.add_Info li mark,
.edit_Info li mark,
.fire_Info li mark {
    position: absolute;
    right: 0;
    color: red;
    font: 14px/32px "微软雅黑";
    background-color: transparent;
}

.add_Info li p,
.edit_Info li p,
.fire_Info li p {
    position: absolute;
    top: 20px;
    right: 22px;
    color: red;
    font: 14px/32px "微软雅黑";
}

.btn,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    background: #0271a8;
    width: 120px;
    color: #fff;
}

#way,
#way_edit {
    width: 160px;
    resize: none;
    border: 1px solid #999 !important;
    padding: 4px;
    box-sizing: border-box;
}


/*#wrap_table{*/


/*left: 0;*/


/*top: 0;*/


/*}*/

#wrap_table::-webkit-scrollbar {
    display: none;
}

#addTable nav,
#checkdetail nav,
#editTable nav {
    width: 1100px;
    height: 50px;
    background: #0271a8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    -moz-box-shadow: 0 2px 2px rgba(1, 61, 108, 0.5);
    -webkit-box-shadow: 0 2px 2px rgba(1, 61, 108, 0.5);
    box-shadow: 0 2px 2px rgba(1, 61, 108, 0.5);
    margin-bottom: 20px;
}

.tableStyle {
    width: 1100px;
    height: 1370px;
    position: absolute;
    left: 12%;
    top: 124px;
    background: #d0e5f8;
    border-radius: 10px;
}

#table,
#tabledetail,
#edittable {
    left: 50px;
    top: 70px;
    background: #d0e5f8;
}

.checkr {
    margin-left: 50px;
}

.checkr h3 {
    font: bold 16px/40px "微软雅黑";
    color: #333;
    float: left;
}

#checkr_sign,
#editcheckr_sign {
    width: 100px;
    height: 30px;
    padding: 4px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font: 14px/40px "微软雅黑";
    color: #333;
    margin-left: 10px;
    border: 1px solid #999 !important;
    background: #fff;
}

#table .company,
#tabledetail .company,
#edittable .company {
    border: none !important;
    left: 0 !important;
    margin: 0 !important;
}

#table .btn,
#edittable .btn {
    /*width: 120px;*/
    height: 36px;
    background: #339df5;
    border-radius: 5px;
    border: none;
    outline: none;
    color: #fff;
    font: 14px/21px "微软雅黑";
    margin-right: 30px;
}

.prompt {
    font: 14px/30px "微软雅黑";
    color: #000;
    position: absolute;
    left: 6%;
    bottom: 40px;
}

.prompt span {
    font-weight: bold;
    color: red;
}

.toast-wrap {
    opacity: 0;
    position: fixed;
    bottom: 10%;
    color: #fff;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.page {
    position: relative;
    z-index: 22;
}

.toast-msg {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px 30px;
    border-radius: 5px;
}

.toastAnimate {
    animation: toastKF 2s;
}

@keyframes toastKF {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
        z-index: 9999
    }
    50% {
        opacity: 1;
        z-index: 9999
    }
    75% {
        opacity: 1;
        z-index: 9999
    }
    100% {
        opacity: 0;
        z-index: 0
    }
}

#table tr:nth-of-type(1) td,
#edittable tr:nth-of-type(1) td {
    border: none !important;
}

.btn-group .btn {
    margin: 0 !important;
    background: #fff !important;
    color: #333 !important;
}

.bs-searchbox input {
    width: 100% !important;
    background: #fff !important;
    border: 1px solid #d0e5f8 !important;
}

.wrap_content {
    position: absolute;
    top: 110px;
    padding-left: 160px;
    width: 100%;
    height: 100%;
    padding-bottom: 110px;
}

.sigle-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}