html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-size: 13px;
    font-family: 'Microsoft Yahei';
    color: #000;
    margin: 0;
    --themeColor: #3894FF;
}

img {
    border: 0px;
    text-decoration: none;
}

a:link,
a:hover,
a:visited,
a:active {
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
    font-family: 'Microsoft Yahei';
}


.iconfont {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -19px;
}

.layui-input {
    height: 34px;
}

.layui-laydate-range {
    width: auto !important;
}

.temp_head .layui-input {
    width: 200px;
    box-sizing: border-box;
}

.layui-btn {
    border-radius: 0;
    height: 34px;
    line-height: 34px;
}

.touch {
    cursor: pointer;
    color: var(--themeColor);
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex_wrap .temp_input {
    margin-right: 40px;
}

input::placeholder {
    color: #999999;
}

.ba_icon{
    width: 16px;
    height: 16px;
}

/* .layui-layer-min{
    display: none !important;
} */

/* 头部大类 */
.layui-layout-admin .layui-header {
    border-bottom: 1px solid #333742;
    box-sizing: border-box;
    background-color: #333742;
    color: #fff !important;
}

.layui-layout-admin .layui-header a,
.layui-layout-admin .layui-header a cite {
    color: #fff;
}

.layui-layout-admin .layui-header a:hover {
    color: #fff;
}

.hred_item_all {
    position: absolute;
    left: 350px;
    top: 0;
    height: 50px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.layadmin-side-spread-sm .hred_item_all {
    left: 293px;
}

/* .hred_item_all{margin-left: 133px;height: 50px;} */
.hred_item {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
    text-align: center;
    border-right: 1px solid #434751 !important;
    cursor: pointer;
    color: #fff !important;
    border-right: none;
}

.hred_item .iconfont {
    position: initial;
    margin-right: 4px;
}

.hred_item:nth-last-of-type(1) {
    border-right: 1px solid #DCDFE6;
}

.hred_item.active {
    background-color: var(--themeColor);
    color: #fff !important;
}

/* .hred_item:hover{color: var(--themeColor);} */
.fleet_select {
    height: 50px;
}

@media screen and (max-width: 992px) {
    .hred_item_all {
        left: 74px;
    }
}

/* 公共样式 */
/* .layui-layer-setwin {
    top: 24px !important;
} */

.layui-btn-xs {
    padding: 0 14px;
}

.laydate-footer-btns {
    display: flex;
}

.layui-laydate .laydate-footer-btns .laydate-btns-confirm {
    display: flex;
}

/* .layui-layer-title {
    padding-top: 10px !important;
} */

.short input {
    width: 120px;
}

.date_style .layui-input-inline {
    width: 150px;
}

.layui-table td,
.layui-table th {
    font-size: 13px;
}

.layui-table-view .layui-table td,
.layui-table-view .layui-table th {
    padding: 2px 0;
}

.mr10 {
    margin-right: 8px;
    margin-bottom: 8px;
}

.layui-btn,
.layui-input {
    height: 34px;
    line-height: 34px;
    font-size: 13px;
}

.zd_ipt .layui-form-select {
    width: 130px;
}

xm-select {
    min-height: 34px !important;
    line-height: 34px !important;
    box-sizing: border-box;
}

.layui-form-mid {
    padding: 6px 0 !important;
}

.red_color {
    color: red !important;
}

.green_color {
    color: #449F5C !important;
}

.blue_color {
    color: #3894FF !important;
}

.red_tag {
    background: red;
    color: #fff;
    padding: 1px 8px;
    border-radius: 32px;
    font-size: 12px;
}

.layui-select-disabled .layui-disabled {
    color: #000 !important;
}

.flag {
    width: 0;
    height: 0;
    border-top: 3px solid red;
    border-right: 3px solid red;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.pl_0 {
    padding-left: 0;
}

/*****************************************  通用    ****************************************************************/
.style_blue {
    background-color: rgba(56, 148, 255, .14);
    color: rgba(56, 148, 255, 100);
    border-radius: 5px;
}

.style_purple {
    background-color: rgba(120, 97, 181, .14);
    color: rgba(120, 97, 181, 100);
    border-radius: 5px;
}

.style_orange {
    background-color: rgba(248, 148, 6, .15);
    color: rgba(248, 148, 6, 100);
    border-radius: 5px;
}

.style_green {
    background-color: rgba(94, 185, 94, .14);
    color: rgba(94, 185, 94, 100);
    border-radius: 5px;
}

.table-header-fixed {
    position: fixed;
    top: 10px;
    width: 1573px;
    z-index: 99;
    overflow-x: scroll;
}

.show_search_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    margin-bottom: 10px;
}

.layui-table,
.layui-table-view {
    margin: 0;
}

.hsz_btn {
    width: 76px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    border: 1px solid rgba(187, 187, 187, 1);
    color: rgba(187, 187, 187, 1);
    margin-right: 40px;
    margin-bottom: 10px;
    cursor: pointer;
    float: right;
}

.layui-table-cell {
    height: 32px;
    line-height: 28px;
    padding: 3px 15px;
}

.layui-table-view .layui-table td,
.layui-table-view .layui-table th {
    padding: 0;
}

.layui-table-header .layui-table-cell {
    height: 34px;
    line-height: 28px;
}

/* 禁止的layui下拉框置灰 */
.layui-select-disabled input {
    background: #F8F8F8;
}


/* ****************************************  控制台    *************************************************************** */
.fleet_text_cs {
    font-size: 42px;
    color: #101010;
    text-align: center;
}

.flex_end {
    display: flex;
    align-items: center;
    justify-content: right;
}

.run_data_all {
    width: 100%;
    margin-bottom: 20px;
}

.run_data_item {
    display: flex;
    flex-direction: column;
    width: 16%;
    margin-right: 1%;
    box-sizing: border-box;
    padding: 0 12px;
    background-color: #fff;
    color: #fff
}

.run_data_item:nth-last-child(1) {
    margin-right: 0;
}

.run_data_title {
    width: calc(100%);
    font-size: 16px;
    padding: 16px 0 0;
    margin-bottom: 10px;
}

.run_data_num {
    font-size: 36px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.run_data_unit {
    font-size: 13px;
    margin-bottom: 22px;
    padding-left: 12px;
}

.task_rows {
    background-color: #fff;
    padding: 18px 24px 22px;
    margin-bottom: 20px;
}

.task_rows_echarts {
    background-color: #fff;
    padding: 18px 24px 22px;
    margin-bottom: 20px;
}

.task_rows_title {
    font-size: 16px;
    margin-bottom: 18px;
}

.task_rows_item {
    width: 19%;
    box-sizing: border-box;
    margin-right: 1%;
    padding: 20px 24px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.task_rows_item:nth-last-child(1) {
    margin-right: 0;
}

.task_rows_item_l {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.task_rows_item_r,
.vehicle_rows_item_l {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.task_rows_item_r .iconfont,
.vehicle_rows_item_l .iconfont {
    position: initial;
    margin-top: 0;
    color: #fff;
    font-size: 28px;
}

.vehicle_rows_item_l .iconfont {
    font-size: 46px;
}

.task_rows_item_num {
    color: #3894FF;
    font-size: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px;
    font-weight: bold;
    margin-bottom: 10px;
}

.vehicle_rows_all {
    display: flex;
    flex-direction: column;
}

.vehicle_rows {
    display: flex;
    margin-bottom: 20px;
}

.vehicle_rows_item {
    background-color: #fff;
    padding: 16px 20px;
    margin-bottom: 16px;
    width: 190px;
    cursor: pointer;
}

.vehicle_rows_item:nth-of-type(1) {
    cursor: initial;
}

.vehicle_rows_item:nth-last-child(1) {
    margin-bottom: 0;
}

.vehicle_rows_item_r {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.vehicle_rows_num {
    font-size: 36px;
    font-weight: bold;
}

.vehicle_rows_status {
    font-size: 16px;
}

.vehicle_rows_r {
    width: 83.8%;
    margin-left: 2%;
    background-color: #fff;
}

.ech_top {
    padding: 8px 28px;
    justify-content: space-between;
    border-bottom: 1px solid #f4f4f4;
}

.ech_top input {
    background-color: #f5f5f5;
}

.echarts_box {
    width: 100%;
    height: 393px;
    overflow: hidden;
}

/* ****************************************  故障上报    *************************************************************** */
.zt_item {
    padding: 4px 10px;
    border: 1px solid rgba(187, 187, 187, 100);
    margin-right: 16px;
    cursor: pointer;
}

.zt_item.active {
    background-color: #3894FF;
    color: #fff;
    border-color: #3894FF;
}

/* ****************************************  登录页面    *************************************************************** */
.login_page {
    position: relative;
}

.login_center {
    width: 1200px;
    height: 430px;
    display: flex;
    align-items: center;
}

.login_center_l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.login_center_page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: absolute;
}

.login_center_l {
    width: 764px;
    text-align: center;
}

.login_center_title1 {
    font-size: 66px;
    margin-bottom: 22px;
    font-weight: bold;
}

.login_center_title2 {
    font-size: 12px;
    margin-bottom: 18px;
}

.login_center_title3 {
    font-size: 28px;
}

.login_center_r {
    background-color: #fff;
    border-radius: 5px;
    padding: 46px 30px 70px;
    width: 310px;
}

.login_center_r input[type="text"],
.login_center_r input[type="password"] {
    height: 48px;
    line-height: 48px;
    background-color: #f5f5f5;
    border: none;
}

.login_tips {
    color: #ff1e1e;
    font-size: 13px;
    margin-bottom: 32px;
    min-height: 19px;
}

.login_btn {
    width: 100%;
    border-radius: 5px;
    height: 54px;
    line-height: 54px;
}

/* ****************************************  添加/编辑 吨车    *************************************************************** */






/* ****************************************  权限管理（人员管理）    *************************************************************** */
.user_all,
.move_all {
    display: flex;
    flex-wrap: wrap;
}

.user_item,
.move_item {
    height: 20px;
    padding: 8px 16px;
    border: 1px solid #3894FF;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #3894FF;
    border-radius: 5px;
    cursor: pointer;
}

.user_item.active,
.move_item.active {
    background-color: #3894FF;
    color: #fff;
}

.layui-laydate .laydate-footer-btns .laydate-btns-confirm {
    display: none;
}

.long_form .input5 .temp_row_r input {
    width: 270px;
}

/* ****************************************  路线管理（路段列表）    *************************************************************** */
.toll_all {
    flex-wrap: wrap;
    padding: 20px;
    height: 360px;
    overflow: scroll;
}

.item_toll {
    padding: 8px 16px;
    background-color: #F2F2F2;
    margin-right: 14px;
    cursor: pointer;
    margin-bottom: 10px;
}

.item_toll.active {
    background: #3894FF;
    color: #fff;
}

.road_all {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 902px;
}

.road_item {
    padding: 6px 14px;
    border: 1px solid #eee;
    margin-right: 30px;
    cursor: pointer;
    margin-bottom: 20px;
    color: rgb(194, 194, 194);
    position: relative;
}

.road_item.active {
    background: #3894FF;
    color: #fff;
}

.road_item:nth-last-child(1) {
    margin-right: 10px;
}

.road_add_btn {
    padding: 8px 14px;
    border: 1px solid #eee;
    cursor: pointer;
    margin-bottom: 20px;
    width: 10px;
}

.blue_white_btn {
    color: #3894FF;
    border: 1px solid #3894FF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    line-height: 24px;
    margin-right: 10px;
}

.jt_icon {
    position: absolute;
    top: calc(50% - 10px);
    left: -24px;
    color: #000 !important;
}

.road_item:nth-of-type(1) .jt_icon {
    display: none;
}

.line_title_tips {
    position: absolute;
    line-height: 30px;
    box-shadow: 0 3px 5px 1px #d7e0e6;
    background: #fff;
    z-index: 9999;
    padding: 10px;
    width: 700px;
    left: 20px;
    display: none;
}

.from_left {
    border: 1px solid #e8e8e8;
}

/* ****************************************  任务列表（拆分运单）    *************************************************************** */
.chai_page {
    width: 942px;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 40px;
}

.chai_left {
    width: 136px;
    padding-right: 26px;
    text-align: right;
}

.chai_center {
    width: 370px;
    padding-left: 40px;
    text-align: left;
    line-height: 46px;
}

.chai_right {
    width: 400px;
    padding: 0 30px;
    text-align: left;
    color: #888;
    line-height: 46px;
    height: 46px;
    border-left: 1px solid #E3E3E3;
    display: flex !important;
    align-items: center;
}

.chai_title {
    background-color: #E3E3E3;
    color: #2C3039;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.chai_name {
    background-color: #E3E3E3;
    color: #2C3039;
    line-height: 46px;
}

.chai_ipt {
    width: calc(100% - 26px);
    border: 1px solid #eee;
    height: 34px;
    border-radius: 2px;
    padding: 0 12px;
}

.chai_ipt.dw_input {
    width: calc(100% - 58px);
}

.chai_right .dw_text {
    width: 22px;
}

/* ****************************************  公告管理    *************************************************************** */
#edui1,
#edui1_iframeholder {
    width: 800px !important;
}

/* ****************************************  上传附件    *************************************************************** */
.scfj_input {
    position: absolute;
    left: 0;
    top: 0;
    width: 94px;
    height: 34px;
    opacity: 0;
    cursor: pointer;
}

.scfj_btn {
    border: 1px solid #3894FF;
    color: #3894FF;
    line-height: 24px;
    cursor: pointer;
}

.image_link {
    color: #3894FF;
}

/* ****************************************  客户管理    *************************************************************** */
.lay_btn_lan {
    background-color: #E6F1FC;
    color: #1989FA;
    border: 1px solid #A3D0FD;
}

.lay_btn_lv_white {
    background-color: #fff;
    color: #33B909;
    border: 1px solid #33B909;
}

.lay_btn_lan_white {
    background-color: #fff;
    color: #1989FA;
    border: 1px solid #1989FA;
}

.lay_btn_red_white {
    background-color: #fff;
    color: #EC211E;
    border: 1px solid #EC211E;
}

.lay_btn_yellow_white {
    background-color: #fff;
    color: #FF9E00;
    border: 1px solid #FF9E00;
}

.lay_btn_gray_white {
    background-color: #fff;
    color: #666666;
    border: 1px solid #D6D5D7;
}

.lay_btn_lan:hover {
    color: #1989FA;
}

.lay_btn_lv_white:hover {
    color: #33B909;
}

.lay_btn_lan_white:hover {
    color: #1989FA;
}

.lay_btn_red_white:hover {
    color: #EC211E;
}

.lay_btn_green {
    background-color: #16BAAA;
}

.lay_btn_red {
    background-color: #EC211E;
}

.lay_btn_orange {
    background-color: #FF9E00;
}

.lay_btn_gray {
    background-color: #ccc;
}

.btn_lan {
    width: 138px;
    height: 36px;
    border: 1px solid #3894FF;
    color: #3894FF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* ****************************************  数据管理    *************************************************************** */
.import_btn {
    display: inline-block;
    position: relative;
}

#importExcel,
#importExcels,
#drjszl {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    opacity: 0;
    cursor: pointer;
}

.ydxx_row {
    justify-content: space-around;
    height: 200px;
}

.ydxx_row_num {
    font-size: 52px;
    margin-bottom: 10px;
}

.ydxx_row_btn {
    padding-right: 20px;
    display: flex;
    justify-content: end;
}

、 .disabled_sty,
.disabled_style {
    background-color: #F8F8F8 !important;
    cursor: no-drop;
}

.task_edit_row {
    display: flex;
    padding: 10px;
    width: 1500px;
    border: 1px solid rgba(219, 219, 219, 100);
    border-bottom: none;
}

.task_edit_save {
    width: 100px;
    height: 36px;
    background-color: #3894FF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3894FF;
    cursor: pointer;
    margin-right: 10px;
}

.task_edit_cancel {
    width: 100px;
    height: 36px;
    background-color: #fff;
    color: #EC211E;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EC211E;
    cursor: pointer;
}

.add_all {
    position: absolute;
    background-color: #fff;
    top: 38px;
    display: none;
    box-shadow: 0 3px 5px 1px #d7e0e6;
    z-index: 999;
}

.add_item {
    font-size: 13px;
    color: #000;
    padding: 0 19px;
    cursor: pointer;
    line-height: 36px;
    width: 100%;
    display: block;
    text-align: center;
}

.add_item:hover {
    color: var(--themeColor);
}

/* ****************************************  任务追踪    *************************************************************** */
.follow_page {
    padding: 20px 0;
    display: flex;
}

.follow_left_page {
    background-color: #fff;
    width: 360px;
    margin-right: 10px;
}

.map_follow_page {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 6px;
    width: calc(100% - 12px);
    height: 580px;
}

.task_detail_list_all {
    background-color: #fff;
}

.follow_left_page_title {
    padding: 20px;
}

.task_list_all {
    padding: 0 20px;
    overflow-y: scroll;
    height: 880px;
}

.task_list_all::-webkit-scrollbar {
    width: 8px;
}

/*滚动条里面小方块*/
.task_list_all::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #D8D8D8;
    height: 50px;
}

/*滚动条里面轨道*/
.task_list_all::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F0F0F0;
}

.task_list_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 40px;
    border-bottom: 1px solid #f2f2f2;
}

.task_list {
    color: #666;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    border-radius: 3px;
    cursor: pointer;
}

.task_list.active {
    color: #fff;
    background-color: #3894FF;
}

.task_list_content {
    padding: 16px;
}

.task_list_row {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.task_list_row:nth-last-of-type(1) {
    margin-bottom: 0;
}

.task_list_content .task_list_row p {
    flex: 1;
}

.color_green {
    color: #17BD4E !important;
}

.task_list .status_text {
    color: #BDBDBD;
}

.task_list.active .status_text {
    color: #fff !important;
}

.task_detail_list,
.LowSubsidy_list {
    padding: 0 10px 10px;
    width: calc(100% - 24px);
    overflow-x: scroll;
}

.task_detail_item {
    width: 360px;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

.task_detail_item.active {
    border-color: #5EA8FF;
}

.task_detail_item .status_text {
    color: #BDBDBD;
}

.task_detail_item.active .status_text {
    color: #5EA8FF;
}

.task_detail_list .icon-youjiantou,
.LowSubsidy_list .icon-youjiantou {
    position: initial;
    margin: 0 8px;
    font-size: 20px;
    color: #BDBDBD;
}

/* .task_detail_list .icon-youjiantou:nth-last-of-type(1){display: none;} */

/* ****************************************  运费规则    *************************************************************** */
.choose_gz {
    background-color: #f2f2f2;
    line-height: 46px;
    width: 100%;
    color: #101010;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.tag_list {
    height: 300px;
    overflow-y: scroll;
}

.tag_all {
    display: flex;
    flex-wrap: wrap;
}

.tag {
    padding: 4px 10px;
    border: 1px solid #3894FF;
    color: #3894FF;
    margin-right: 18px;
    margin-bottom: 10px;
}

.close_tag {
    padding-left: 10px;
    cursor: pointer;
}

/* ****************************************  司机管理    *************************************************************** */
/* 司机列表 */
html {
    background-color: #fff;
}

.temp_page {
    padding: 20px 30px;
}

/* .layui-table-page{text-align: center;padding-top: 20px;height: 60px;} */
.head_sscd,
.head_rylx,
.head_zjcx,
.head_sfzz,
.head_sjss {
    display: flex;
    align-items: center;
}

.sscd_ipt {
    flex: 1;
    width: 200px;
}

.flex_a {
    display: flex;
    align-items: center;
}

.flex_c {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.flex_w {
    display: flex;
    flex-wrap: wrap;
}

.head_text {
    padding: 0 20px;
}

.sjss_ipt {
    border: 0;
    height: 32px;
    padding: 0 16px;
    border: 1px solid #dcdcdc;
}

.search_btn {
    margin-left: 0;
    cursor: pointer;
    width: 66px;
    height: 34px;
    border-radius: 0;
    background-color: #1E9FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn:hover {
    color: #fff;
}

/* #demo201{width: 212px;display: flex;justify-content: space-between;} */
/* #demo202{width: 200px;display: flex;justify-content: space-between;} */
/* #demo203{width: 160px;display: flex;justify-content: space-between;} */
.head_rylx .layui-form-select {
    width: 200px;
}

.head_zjcx .layui-form-select {
    width: 104px;
}

.head_sfzz .layui-form-select {
    width: 104px;
}

.head_cx .layui-form-select {
    width: 88px;
}

.select_clzt {
    margin-right: 10px;
}

.head_gclx .layui-form-select {
    width: 170px;
}

.head_clzt .layui-form-select {
    width: 88px;
}

.head_fc .layui-form-select {
    width: 88px;
}

.select_clzt .layui-form-select {
    width: 88px;
}

.select_clzts .layui-form-select {
    width: 136px;
}

.tc_content.double .ppxh_row .layui-form-select {
    width: 100px;
}

.tc_content.double .ppxh_row .temp_row_r input {
    width: 100%;
}

.driver_head .layui-btn-primary,
.driver_head input {
    border-radius: 0;
}

.sj_style {
    background-color: #edf4fd;
    color: #3894ff;
}

.yyy_style {
    background-color: #eef8e8;
    color: #7ac756;
}

.sj_style:hover {
    color: #3894ff;
}

.yyy_style:hover {
    color: #7ac756;
}

.zjxx {
    padding: 20px 30px;
}

.zjxx_title {
    width: calc(100% - 20px);
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background-color: #f2f2f2;
}

.zjxx_titles {
    width: calc(100% - 20px);
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background-color: #C82D2D;
    color: #fff;
    justify-content: space-between;
}

.zjxx_row {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
}

.zjxx_row p {
    margin-right: 60px;
    width: 33.3%;
}

.zjxx_img_all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.zjxx_img_all a {
    width: 48%;
    height: 200px;
    object-fit: contain;
    background: #f0f0f0;
}

.zjxx_img_all img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: #f0f0f0;
}

.check_zz_btn {
    border-color: #3894FF;
    color: #3894FF;
}

.check_zz_btn:hover {
    color: #3894FF;
}

.zjxx_titles .red_tips {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 6px;
}

.zjxx_titles p {
    display: flex;
    align-items: center;
}

/* 新增司机 */
.jb_form,
.zj_form {
    padding: 24px 0;
    float: none;
}

.temp_titles {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    line-height: 36px;
    border-bottom: 1px solid #e6e6e6;
    width: calc(100% - 24px);
    margin-bottom: 10px;
}

.temp_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.temp_rows {
    display: flex;
}

.temp_input {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.temp_row_l {
    width: 130px;
    text-align: right;
    margin-right: 31px;
    font-size: 13px;
}

.temp_row_r {
    position: relative;
}

.temp_row_r input {
    width: 220px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #eee;
    padding: 0 10px;
    box-sizing: border-box;
}

.age_ipt,
.gl_ipt {
    background-color: #f3f6f9;
    padding-right: 30px;
}

.sui {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.layui-form input[type=checkbox],
.layui-form input[type=radio],
.layui-form select {
    display: none;
}

.temp_row_r .rzsj_ipt {
    width: 242px;
}

.lz_textarea {
    resize: none;
    flex: 1;
    height: 60px;
    padding: 4px 8px;
    margin-bottom: 50px;
    border: 1px solid #eee;
}

.msg_titles {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 16px;
    line-height: 30px;
}

.temp_long {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
}

.sc_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.add_sc {
    cursor: pointer;
    margin-right: 16px;
    margin-bottom: 16px;
}

.temp_row_r .file_box_ipt {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 70px;
    height: 70px;
    padding: 0;
    cursor: pointer;
}

.sc_imgs_all {
    display: flex;
    flex-wrap: wrap;
}

.show_img_box {
    position: relative;
}

.show_img {
    width: 70px;
    height: 70px;
    margin-right: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    object-fit: contain;
    background: #f0f0f0;
}

.img_del_icon {
    position: absolute;
    top: 20px;
    left: 50px;
    color: red;
    background: #f0f0f0;
    cursor: pointer;
}

.layui-upload {
    position: relative;
    width: 70px;
    height: 70px;
}

.layui-upload-list {
    margin: 0;
}

.sc_imgs {
    margin-right: 16px;
}

.temp_btn {
    width: 100px;
    height: 34px;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.save_btn {
    background-color: #0293ff;
    color: #fff;
    margin-right: 10px;
}

.cancel_btn {
    background-color: #edf4fd;
    color: #000;
}

.file_box {
    position: relative;
    cursor: pointer;
}

.tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
}

.mark {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .4;
    width: 100%;
    height: 100%;
    background: #000;
}

.tc_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.tc_img {
    object-fit: cover;
    width: 800px;
}

.xgzzzt {
    padding: 30px 50px 0 0;
}

.check_all {
    display: flex;
    align-items: center;
}

.check_all i {
    display: none;
}

.check_all .layui-form-checkbox {
    padding-right: 0;
    margin-right: 0;
}

/* .layui-form-checked, .layui-form-checked:hover,.layui-form-checked span, .layui-form-checked:hover span{background-color:#0293ff;border-color:#0293ff;} */
.check_item {
    padding: 4px 10px;
    border: 1px solid #3894FF;
    color: #3894FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 3px;
    cursor: pointer;
}

.check_item.active {
    background: #3894FF;
    color: #fff;
}

.on_radio .check_item {
    width: 60px;
    margin-right: 16px;
}

.zj_list .temp_input {
    margin-bottom: 20px;
    margin-right: 20px;
}

.zj_list_title {
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 20px;
}

.zj_list .temp_row_l {
    margin-right: 16px;
    width: 120px;
}

.add_pages .temp_input {
    align-items: initial;
}

.add_pages .temp_row_l {
    margin-top: 6px;
}

.add_pages .temp_row {
    justify-content: initial;
}

.zj_alls {
    display: flex;
}

.zj_list {
    background-color: #F8F8F8;
    margin-right: 20px;
}



/* ****************************************  新增车辆   *************************************************************** */
/* .long_form {width: 1354px;} */
.long_form .temp_row {
    justify-content: initial;
}

.long_form .temp_row_r input {
    width: 290px;
}

.long_form .select_clzt .layui-form-select {
    width: 120px;
}

.long_form .select_clzts .layui-form-select {
    width: 160px;
}

.line_fg {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    margin-bottom: 30px;
}

.long_form .temp_row_r.clcc input {
    width: 90px;
    padding-right: 34px;
}

.clcc .dw_input_row {
    margin-right: 10px;
}

.czs_temp_input {
    width: 442px;
}

.glgc_btn {
    width: calc(100% - 54px);
    margin-left: 54px;
    height: 54px;
    border: 1px solid #BBBBBB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 50px;
}

.glgc_content {
    background-color: #f5f5f5;
    margin: 20px 0;
    display: none;
}

.glgc_c_title {
    color: #F40808;
    display: flex;
    align-items: center;
    height: 52px;
    padding-left: 32px;
    border-bottom: 1px solid #DCDFE6;
}

.glgc_c_title span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #F40808;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 6px;
}

.glgc_form {
    padding: 24px 0 0;
}

.glgc_form .czs_btns {
    background-color: #f5f5f5;
}

.glgc_form input {
    background-color: #f5f5f5;
}

.glgc_form .temp_row:nth-of-type(1) .temp_input:nth-of-type(1) input:nth-of-type(1) {
    background-color: #fff;
}

.glgc_form .gcbh_ipt {
    background-color: #fff;
}

.glgc_form *,
.glgc_form .czs_btns {
    cursor: initial;
}

.glgc_bz {
    height: 126px;
    margin-bottom: 20px;
}

.cancel_gua {
    background-color: #FFC300;
    color: #fff;
    margin-right: 10px;
    display: none;
}

.cancel_gua_tc_title {
    margin-bottom: 30px;
    line-height: 20px;
    padding: 0 20px;
}

.flex_dir {
    flex-direction: column;
}

.select_ld .flex_dir input {
    margin-bottom: 20px;
}

.tc_content .select_ld .temp_input {
    align-items: initial;
    margin-bottom: 0;
}

.tc_content .select_ld .temp_row_l {
    padding-top: 6px;
}


/* ****************************************  车辆品牌（新增）    *************************************************************** */
.xh_add {
    color: #3894FF;
    border: 1px solid #3894FF;
    width: 80px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.xh_list {
    position: relative;
    margin-top: 10px;
}

.ipt_del_icon {
    position: absolute;
    top: calc(50% - 8px);
    right: 8px;
    color: red;
    cursor: pointer;
    margin-top: 0;
    left: initial;
}

/* ****************************************  站点管理    *************************************************************** */
#area-picker input {
    width: 116px;
}

.tc_content.site_add_page .temp_row_r input {
    width: 360px;
}

.tc_content.site_add_page .temp_row_l {
    width: 120px;
}

.ckyc_style {
    background-color: #EBF4FF;
    color: #3894FF;
    border-color: #3894FF;
}

.ckyc_style:hover {
    background-color: #EBF4FF;
    color: #3894FF;
    border-color: #3894FF;
}

/* ****************************************  车辆管理    *************************************************************** */
.tc_content {
    padding: 20px 0;
}

/* #demo301{display: flex;justify-content: space-between;border-radius: 4px;}
#demo302{display: flex;justify-content: space-between;border-radius: 4px;}
#demo303{display: flex;justify-content: space-between;border-radius: 4px;}
#demo304{width: 178px;display: flex;justify-content: space-between;} */
.gl_del_btn {
    right: 20px;
    margin-top: 0;
    transform: translateY(-50%);
    left: initial;
    font-size: 20px;
    cursor: pointer;
}

.bgc_red {
    background-color: #f58989;
}

.bgc_green {
    background-color: #6fb582;
}

.yy_ipts {
    border: 0;
    height: 34px;
    padding: 0 16px;
    border: 1px solid #dcdcdc;
}

.cph_ipts {
    width: 230px;
}

.qtxx_ipts {
    width: 240px;
}

.gcbh_ipts {
    width: 200px;
}

.add_gua_content {
    padding: 30px 20px 20px 20px;
}

.czs_row {
    width: 230px;
}

.czs_btns {
    width: 36px;
    height: 28px;
    border: 1px solid #e8e8e8;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
}

.czs_btns.disabled {
    border-color: #f6f6f6;
    color: #b3b9bc;
}

.czs_num {
    padding: 0 12px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dw_input_row {
    position: relative;
}

.dw_input {
    padding-right: 30px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr44 {
    padding-right: 44px !important;
}

.pr88 {
    padding-right: 88px !important;
}

.dw_text {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    border-left: 1px solid #EFEFEF;
    padding: 0 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clcc .dw_text {
    padding: 0 4px;
}

.store_row {
    display: flex;
    align-items: center;
}

.store_add,
.store_del {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    width: 32px;
    height: 32px;
    border: 1px solid #DCDFE6;
    color: #BBBBBB;
    cursor: pointer;
    margin-left: 8px;
}

.change_btn {
    margin: 0 10px;
    cursor: pointer;
}

.change_icon {
    display: block;
    width: 24px;
    height: 24px;
}

.date_icon {
    display: none;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.barDemo_gl {
    width: 80px;
}

.red_title {
    color: #F40808;
    text-align: center;
    line-height: 60px;
}

.gua_gl_form .temp_row_r.store_row input {
    width: 123px;
}



/* ****************************************  货物管理    *************************************************************** */
/* .layui-layer-title {
    font-size: 14px !important;
} */

/* #demo401{width: 160px;display: flex;justify-content: space-between;border-radius: 4px;}
#demo402{width: 300px;display: flex;justify-content: space-between;border-radius: 4px;} */
.tc_content .temp_row_l {
    width: 100px;
    margin-right: 20px;
}

/* .tc_content .temp_row_r input{width:300px;} */
.tc_content .temp_row_r input {
    width: 284px;
}

.tc_content .lz_textarea {
    width: 266px;
    flex: none;
    margin-bottom: 20px;
}

.tc_content .temp_input {
    margin-bottom: 20px;
}

.tc_content .ipt_c {
    text-align: left;
}

#demo501 {
    width: 300px;
    display: flex;
    justify-content: space-between;
}

#demo502 {
    width: 300px;
    display: flex;
    justify-content: space-between;
}

.lev_all {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.lev_item {
    width: 88px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdfe6;
    margin-right: 14px;
    cursor: pointer;
}

.lev_item.active {
    background-color: #3894FF;
    color: #fff;
}


.tc_content.double .temp_row_r input {
    width: 230px;
}

.tc_content.double .temp_row_r .layui-select-title input {
    width: 230px;
}

.tc_content.double .temp_row_r.flex_a input {
    width: 110px;
}

.tc_content.double .temp_row_r.flex_a .layui-form-select:nth-of-type(1) {
    margin-right: 10px;
}

.tc_content.double .lz_textarea {
    width: 212px;
}


/* ****************************************  人事与证照(证照类型)    *************************************************************** */
.zz_style {
    background-color: #e3f0ff;
    color: #3894ff;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.see_img_all {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.license_see_img {
    display: block;
    width: 300px;
    height: 194px;
    object-fit: contain;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* ****************************************  人员类型    *************************************************************** */
.sxzz_style {
    background-color: #edf4fd;
    color: #3894ff;
    padding: 0 6px;
    margin-right: 10px;
}


.top_seach {
    display: none;
}


/* ****************************************  低速补贴    *************************************************************** */
.formBox {
    width: 25%;
    max-width: 360px;
}

/* ****************************************  通用头部搜索 隐藏    *************************************************************** */
.hide_ss {
    display: none;
    position: relative;
}

.hide_ss.active {
    display: flex;
}

.hide_ss_add_btn_row {
    position: relative;
}

.hide_ss_add_btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e8f1;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
    color: #8c95a8;
}

.hide_ss_add_btn:hover {
    color: #182b50;
    border-color: #bac0cb;
}

.hide_ss_add_btn_content {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    margin-top: 5px;
    line-height: 30px;
    border-radius: 2px;
    z-index: 999;
    background: #fff;
    min-width: 150px;
    padding: 10px 0;
    vertical-align: middle;
    height: 360px;
    overflow-y: scroll;
}

.hide_ss_title {
    color: #7C8597;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 4px;
    padding: 0 10px;
    font-weight: bold;
}

/* .hide_ss_slide{display: none;} */
.hide_ss_item {
    cursor: pointer;
    padding: 0 16px;
    font-size: 12px;
    color: #182B50;
}

.hide_ss_item.active {
    color: #ccc;
    cursor: no-drop;
}

.hide_ss_item:hover {
    background: rgba(21, 38, 70, .06);
}

.hide_ss_del,
.hide_ss_clear {
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
    color: #bcbec8;
    display: none;
}

.hide_ss_clear {
    width: 16px;
    height: 16px;
    background: #bcbec8;
    border-radius: 50%;
}

.hide_ss_clear_icon {
    color: #fff;
}

/* ****************************************  1440    *************************************************************** */
@media screen and (max-width: 1440px) {
    .task_rows_echarts {
        padding: 8px 14px 12px;
    }

    .task_rows_item_r,
    .vehicle_rows_item_l {
        width: 65px;
        height: 65px;
    }

    .task_rows_item_num {
        font-size: 28px;
    }
}

/* ****** 异步队列任务 ****** */
.async-queue .layui-progress {
    margin: 15px;
}

.async-queue .async-queue-cmd {
    height: 220px;
    overflow: auto;
    background-color: #fafafa;
    border-top: 1px solid #eee;
    padding: 15px
}

.async-queue .async-queue-btn-container {
    position: absolute;
    top: 235px;
    text-align: right;
    padding: 15px;
    width: calc(100% - 30px);
}

.layui-laydate-linkage .layui-laydate-content td.laydate-selected>div {
    background-color: #E9F2FF;
}

.layui-laydate-linkage .laydate-selected:hover>div {
    background-color: #3894FF !important;
    color: #fff;
}

.layui-laydate-content tbody tr {
    border-bottom: 3px solid #fff;
}

.layui-laydate-content td.laydate-day-now:after {
    height: 33px;
}


@media only screen and (max-width: 1700px) {
    .layui-col-xs3 {
        width: 33.3%;
    }
}

@media only screen and (max-width: 1440px) {
    .layui-col-xs3 {
        width: 50%;
    }
}

@media only screen and (min-width: 1700px) {
    .layui-col-xs3 {
        width: 25%;
    }
}