
.layui-logo {
    /*width:200px;*/
    /*text-align: center;*/
    padding-left: 20px;
    line-height:60px;
    color:#333;
    background: #fff;
    float:left;
    font-size: 16px;
}
.layui-logo p{
    position: absolute;
    top:-8px;
    left: 70px;
    font-size: 14px;
}
.layui-logo span{
    position: absolute;
    display: block;
    top:13px;
    left:70px;
    /*font-size: 12px;*/
    color: #999;
    font-size: 10px;
    -webkit-transform: scale(0.85);
}
.layui-logo img {
    margin-right:5px;
    width: 150px;
    height: 40px;
}
.JJS img{
    width: 94px;
    height: 36px;
}
.layui-body iframe {
    height:100%;
    width:100%;
}
.layui-body .layui-tab {
    margin:0;
}

.layui-body .layui-tab .layui-tab-item {
    height:100%;
}

.layui-body .layui-tab .layui-tab-content {
    padding:0;
}

.layui-footer {
    background:#c2c2c2!important;
    text-align:center;
    line-height:44px;
}

.right-click-menu {
    position: absolute;
    width: 120px;
    line-height: 24px;
    z-index: 999;
    background: #FFF;
    border: 1px solid #F2F2F2;
    border-bottom: none;
    border-radius: 3px;
    display: none;
}
.right-click-menu li a {
    display: block;
    padding: 4px 10px;
    color: #CCC;
    border-bottom: 1px solid #F2F2F2;
}

.right-click-menu li a:hover {
    background: #EEE;
    color: #666;
}

.layui-table th, .layui-table td {
    text-align:center;
}

dl.fence_list {
    display:block;
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 0;
    z-index: 999;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-sizing: border-box;
}
dl.fence_list dd{
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
dl.fence_list dd:hover {
    background-color: #f2f2f2;
}

.tips_box {
    overflow: hidden;
    white-space: nowrap;
}
.tips {
    display: inline;
    background-color:#e0e9cf;
    padding:3px 5px;
    border-radius:4px;
    margin-right:3px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:default;
}
.tips i {
    cursor: pointer;
}
.tips_search {
    position:absolute;
    top:38px;
    width: 100%;
    z-index:1;
}

.pull-triangle {
    width:0;
    height:0;
    border-width:20px;
    border-style:solid;
    border-color:#009688 transparent transparent transparent;
    position: absolute;
    /* bottom: -40px; */
    margin: 0 auto;
    left: 0;
    right: 0;
}

#task-map-container{
    width:96%;
    height:300px;
    margin:0 auto;
    border:1px solid #ddd;
    overflow: hidden;
    margin-bottom:30px;
}
.layui-header{
    background: #fff;
}
.layui-nav-item.person a {
    background: none;
    padding-left: 0;
    margin-right: 18px;
}
.layui-nav-tree .layui-nav-bar{
    display: none;
}
.layui-side {
    top:60px !important;
    width:150px !important;
    overflow-x: hidden !important;
    height: 100%;
}
/*左侧栏选中*/
.layui-nav-item .layui-side-click1{
    background:url("../images/dingwei.png") no-repeat right center !important;
    background-color:rgb(74,76,77) !important;
}
.layui-nav-item .layui-side-click2{
    background:url("../images/wenjian.png")no-repeat left 25px center,url("../images/dingwei.png") no-repeat right center !important;
    background-color:rgb(74,76,77) !important;
}
.layui-header{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 6px 0px rgba(188, 186, 185, 0.25);
}
.rightCont{
    margin-left: 150px;
    position: relative;
    margin-top: 60px;
    padding: 0 10px;
    overflow: hidden;
    /*border-top: 1px solid rgb(52,193,99);*/
}
#form{
    width: 100%;
    height: calc(100vh - 250px);
    overflow: auto;
    /*border: 1px solid rgb(217,217,217);*/
}
.layui-form{
    margin-left: 0;
    width: 100%;
}
.layui-table{
    width: 100%;
    margin-left: 0;
}
.rightCont{
    height:calc(100vh - 76px);
}
.layui-table th,.layui-table td{
    height: 37px;
    max-height: 37px !important;
    line-height: 37px !important;
    /*max-width: 400px;*/
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 15px;
}
.layui-form-item .layui-input-inline {
    width: 150px;
    margin-right: 0;
}
.pull-left{
    float: left;
}
.task-data,.driver-data{
    height:70px;
    line-height: 70px;
}
.task-data span,.driver-data span{
    display:table-cell;vertical-align:middle;height:70px;
}

.Search-inp{
    float: right;
    margin-right: 10px;
    margin-top: 17px;
    width: 260px;
    height: 36px;
    border: 1px solid rgb(198,198,198);
    border-radius: 3px;
    padding-left: 7px;
    line-height: 36px;
    overflow: hidden;
}
.Search-inp input{
    border: none;
    outline: none;
}
.clearn{
    float: right;
    width: 22px;
    height: 36px;
    background: url("../images/XX.png") no-repeat left center;
}
.search-Btn{
    float: right;
    width: 48px;
    height: 22px;
    margin-top: 8px;
    border-left: 1px solid rgb(217,217,217);
    background: url("../images/search_green.png") no-repeat center;
}
.timestart input,.timeend input{
    background: url("../images/日期_03.png") no-repeat right 12px center;
}
.inline-color{
    color: #666;
}
@media screen and (min-width: 1550px) {
    .timestart,.timeend{
        width: 170px !important;
    }
    .task-icon span,.driver-icon span{
        font-size: 16px;
    }
    .task-data span,.driver-data span{
        font-size: 14px;
    }
    .task-data .font-color,.driver-data .font-color{
        font-size: 20px;
        padding-left: 5px;
        padding-right: 15px;
    }
    .driver-bar{
        margin-left: 5px;
    }
    .task-icon,.driver-icon{
        margin-right: 5px !important;
    }
    .layui-form-item .To{
        margin-left: 7px !important;
    }
    .time-form{
        margin-left: 15px !important;
    }
}

@media screen and (max-width: 1549px) {
    .task-icon span,.driver-icon span{
        font-size: 15px;
    }
    .task-data span,.driver-data span{
        font-size: 13px;
    }
    .task-data .font-color,.driver-data .font-color{
        font-size: 17px;
        padding-left: 3px;
        padding-right: 10px;
    }
    .Search-inp{
        width: 193px;
    }
    .Search-inp input{
        width: 120px;
    }
    .search-Btn{
        width: 36px;
    }
    .driver-bar{
        margin-left: 15px;
    }
    .timestart,.timeend{
        width: 150px;
    }
    .task-icon,.driver-icon{
        margin-right: 8px !important;
    }
    .layui-form-item .To{
        margin-left: 7px !important;
    }

}

.layui-nav .layui-nav-more{
    border-top: 4px solid transparent;
    border-left: 4px solid rgb(205,205,205);
    border-bottom:4px solid transparent;
}
.layui-nav-item.layui-nav-itemed .layui-nav-more{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgb(205,205,205);
}
.layui-nav-item.person .layui-nav-more{
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgb(205,205,205);
}
.layui-nav-item.person:hover .layui-nav-more.layui-nav-mored{
    border-top:none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgb(205,205,205);
}
form{
    padding-top: 0;
}
.form-top .layui-form-item .layui-form-checkbox[lay-skin="primary"]{
    margin-top: 0;
}
.form-top .layui-form-item .layui-form-checkbox{
    margin-top: 0;
}
.form-top .layui-form-item{
    margin-bottom: 0;
}
.time-form .layui-inline{
    height: 60px;
    line-height: 60px;
}
.layui-form-item .layui-inline{
    margin-bottom:5px;
}
.layui-input-inline{
    margin-top: 14px;
}
.color-font{
    color:#444;
}

/*.layui-form table{*/
    /*min-width: 1400px;*/
/*}*/
.foot_chock{
    width: 50%;
    float: left;
    /*overflow: hidden;*/
    font-size: 14px;
    color:rgb(153,153,153);
    margin-top: 10px;
}
.foot_chock p{
    float: left;
    height: 28px;
    line-height: 28px;
}
.foot_chock p:last-child{
    margin-left: 32px;
}
.foot_chock span{
    font-size: 16px;
    color: #333;
}
.foot_chock input{
    width: 36px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid rgb(229,229,229);
    margin: 0 20px;
    border-radius: 4px;
}
.layui-side-scroll::-webkit-scrollbar
{
    width: 4px;
    height:10px;
    display: none;
}
.qingchu{
    width: 30px;
    background: url("../images/kongqingchu.png") no-repeat left center;
    margin: 0 !important;
}
.qingchu2{
    background: url("../images/qingchu.png") no-repeat left center;
}
.laydate-footer-btns .laydate-btns-clear{
    display: none;
}

/*翻页选择*/
.select_case_parent{
    position:relative;
}
.select_case{
    z-index:999999;
    display:inline-block;
    position:absolute;
    right:0;
    top:-101px;
    width:100px;
    height:100px;
    background:#fff;
    border:1px solid #ddd;
    overflow-y: auto;
    display: none;
}
.select_case span{
    display:inline-block;
    width:100%;
    height:30px;
    text-align: center;
    line-height: 30px;
}
.select_case span:hover{
    cursor: pointer;
}

/*状态选择下划线*/
.inp_border{
    position: absolute;
    left: 0;
    top:38px;
    height: 2px;
    width: 380px;
    overflow: hidden;
}
.inp_border>div{
    /*border-bottom: 2px solid red;*/
    float: left;
    width: 13px;
    margin-right: 68px;
}
.inp_border>div:last-child{
    margin-right:0;
}
.inp_border1{
    border-bottom: 2px solid #f27c1c;
}
.inp_border2{
    border-bottom: 2px solid #e9cd11;
}
.inp_border3{
    border-bottom: 2px solid #34c163;
}
.inp_border4{
    border-bottom: 2px solid #999999;
}
.inp_border5{
    border-bottom: 2px solid rgb(237,49,12);
}

.form-top{
    overflow: hidden;
    margin-top: 71px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
}

.layui-table thead tr:hover{
    background-color: #edecec;
}
/*webkit内核*/
.layui-side-scroll::-webkit-scrollbar {
    width:0px;
    height:0px;
}
.layui-side-scroll::-webkit-scrollbar-button    {
    background-color:rgba(0,0,0,0);
}
.layui-side-scroll::-webkit-scrollbar-track     {
    background-color:rgba(0,0,0,0);
}
.layui-side-scroll::-webkit-scrollbar-track-piece {
    background-color:rgba(0,0,0,0);
}
.layui-side-scroll::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,0);
}
.layui-side-scroll::-webkit-scrollbar-corner {
    background-color:rgba(0,0,0,0);
}
.layui-side-scroll::-webkit-scrollbar-resizer  {
    background-color:rgba(0,0,0,0);
}
.layui-side-scroll::-webkit-scrollbar {
    width:10px;
    height:10px;
}
/*o内核*/
.layui-side-scroll .-o-scrollbar{
    -moz-appearance: none !important;
    background: rgba(0,255,0,0) !important;
}
.layui-side-scroll::-o-scrollbar-button    {
    background-color:rgba(0,0,0,0);
}
.layui-side-scroll::-o-scrollbar-track     {
    background-color:rgba(0,0,0,0);
}
.layui-side-scroll::-o-scrollbar-track-piece {
    background-color:rgba(0,0,0,0);
}
.layui-side-scroll::-o-scrollbar-thumb{
    background-color:rgba(0,0,0,0);
}
.layui-side-scroll::-o-scrollbar-corner {
    background-color:rgba(0,0,0,0);
}
.layui-side-scroll::-o-scrollbar-resizer  {
    background-color:rgba(0,0,0,0);
}
/*IE10,IE11,IE12*/
.layui-side-scroll{
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}
/*.small-font{*/
    /*font-size:12px;*/
    /*-webkit-transform-origin-x: 0;*/
    /*-webkit-transform: scale(0.90);*/
/*}*/
.layui-nav-child dd.layui-this a{
    color: #fff;
}
/*去除ie  X*/
input::-ms-clear{display:none;}

/*去除滚动条*/
.layui-side .layui-side-scroll {
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style:none;
    /*火狐下隐藏滚动条*/
    overflow:-moz-scrollbars-none;
}
/*Chrome下隐藏滚动条，溢出可以透明滚动*/
.layui-side .layui-side-scroll::-webkit-scrollbar{width:0px}
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none;}
/*number去除上下键*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

/*自带sort的样式*/
.layui-table-sort[lay-sort=asc] .layui-table-sort-asc {
    border-bottom-color: #5FB878;
}
.layui-table-sort[lay-sort=desc] .layui-table-sort-desc {
    border-top-color: #5FB878;
}

/*高德去除图标*/
.amap-logo,.amap-copyright{
	display: none !important;
}

.pageinp,.select_case_parent span{
    cursor: pointer;
}
.laydate-time-list > li:last-child{
    display: none;
}
.sortIngFontColor{
    color: transparent !important;
}
.sortIngFontColor button{
    border: none !important;
    color: transparent !important;
}

/*新nav*/
.new-nav-box {
    float: right;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.new-nav-box a {
    display: block;
    float: left;
    margin-right: 20px;
    color: #666;
}
.goLookVideoBtn {
    background: url("../images/new_nav_icon/operateVideo.png") no-repeat left center;
    padding-left: 26px;
}
.hasBottom {
    display: inline-block;
    height: 60px;
    position: relative;
}
.hasBottom:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #49c773;
    left: 50%;
    bottom: 18px;
    transition: all 0.3s;
}
.hasBottom:hover {
    color: #49c773;
}
.balance:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    left: 50%;
    bottom: 18px;
    transition: all 0.3s;
    background: #ed7d31;
}
.hasBottom:hover:after {
    width: 100%;
    left: 0;
}
.index-nav {
    background: url("../images/new_nav_icon/index.png") no-repeat left center;
    padding-left: 28px;
}
.balance-nav {
    background: url("../images/new_nav_icon/finance.png") no-repeat left center;
    padding-left: 28px;
}
.balance-nav .balance {
    color:#ed7d31;font-size: 16px;font-weight: 600;
}
.person-box {
    float:right;
    position: relative;
}
.person-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 1px;
    height: 30px;
    background: #ebebeb;
}
.person-box .person:after {
    content: '';
    position: absolute;
    bottom: 18px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #49c773;
    transition: all 0.3s;
}
.person-box .person:hover:after {
    left: 0;
    width: calc(100% - 18px);
}
.person-box .person a {
    color: #666;
}
.person-box .person:hover .self-center{
    color: #49c773;
}
.person-box .layui-nav-bar {
    display: none;
}
.person-box .person dl {
    width: 210px;
    border: none;
    box-shadow: 0px 4px 7px 0px rgba(188, 186, 185, 0.7);
}
.person-box .person dl dd {
    padding: 0 20px;
    overflow: hidden;
    cursor: pointer;
}
.person-box .person dl dd:hover {
    background: #f3f5f6;
}
.person-box .person dl dd:first-child:hover {
    background: #fff;
}
.person-box .person dl dd a {
    float: left;
    padding-left: 26px;
    font-size: 12px;
}
.person-box .person .layui-nav-child {
    line-height: 40px;
    top: 61px;
}
.person-box .person .logout-name-box p {
    line-height: normal;
    height: auto;
    width: 210px;
    margin-left: 20px;
}
.person-box .person .logout-name-box {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 5px;
    /*padding: 0 20px;*/
    /*width: 210px;*/
}
.person-box .person .logout-name-box .person-name {
    color: #666;
    font-size: 14px;
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.person-box .person .logout-name-box .logout-name {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
    width: 170px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    white-space: normal;
}
.person-box .layui-nav-more {
    right: 0;
}
.rightLink {
    color: #999;
    float: right;
    height: 40px;
    line-height: 40px;
}
.person-box .person .layui-nav-child .personageInfo {
    background: url("../images/new_nav_icon/enterpriseData.png") no-repeat left center;
}
.person-box .person .layui-nav-child .rechargeEntrance {
    background: url("../images/new_nav_icon/accontRecharge.png") no-repeat left center;
}
.person-box .person .layui-nav-child .journaAccount {
    background: url("../images/new_nav_icon/expenditureRecord.png") no-repeat left center;
}
.person-box .person .layui-nav-child .rechargeRecord {
    background: url("../images/new_nav_icon/rechargeRecord.png") no-repeat left center;
}
.person-box .person .layui-nav-child .logout {
    background: url("../images/new_nav_icon/outlogin.png") no-repeat left center;
}
.person-box .person .layui-nav-child dd.layui-this {
    background: #f3f5f6;
}
.person-box .person .layui-nav-child dd.layui-this a {
    color: #666;
}