﻿/*---------公共部分--------*/
/*.validator-red{color: red !important;}*/
/**{margin: 0;padding: 0;}*/
div,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

body {
  font-family: 'Microsoft YaHei' !important;
  min-width: 500px;
  font-weight: 400;
}

a {
  outline: none !important;
}

td {
  word-wrap: break-word;
  word-break: break-all;
}
.break-all {
  word-wrap: break-word;
  word-break: break-all;
}
.flexbox {
  display: flex;
}

.page-topbar .logo-area {
  background: none;
}

.page-topbar .logo-area h1 {
  height: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
  margin: 0;
}

.page-topbar.sidebar_shift .logo-area h1 {
  display: none;
}

.page-sidebar {
  margin-bottom: -60px;
  z-index: 100;
}

.cl {
  overflow: hidden;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

.fb {
  font-weight: bold;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mg5 {
  margin: 5px !important;
}

.mtb10 {
  margin: 10px 0;
}

.mtb20 {
  margin: 20px 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mr10 {
  margin-right: 10px;
  margin-left: 0 !important;
  display: inline-block;
}

.radius5 {
  border-radius: 5px !important;
}

.pd0 {
  padding: 0 !important;
}

.pd5 {
  padding: 5px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdt10 {
  padding-top: 10px;
}

.pdtrt5 {
  padding: 5px 5px 5px 0 !important;
}

.pdlr30 {
  padding: 0 30px;
}

.pd10 {
  padding: 10px !important;
}

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

.mg0 {
  margin: 0 !important;
}

.ml4 {
  margin-left: 4px;
}

.mr5 {
  margin-right: 5px;
}

.mr100 {
  margin-right: 100px;
}

.mt5 {
  margin-top: 5px !important;
}

.border0 {
  border: 0 !important;
}

.w102 {
  width: 100px;
}

.w100 {
  width: 100px;
  display: inline-block;
}

.w120 {
  width: 120px;
}

.w80 {
  width: 80px;
  display: inline-block;
}

.w140 {
  width: 140px !important;
}

.w145 {
  width: 145px !important;
}

.w160 {
  width: 160px !important;
}

.w50 {
  width: 50px !important;
  display: inline-block;
  padding: 0 !important;
}

.table-border {
  border: 1px solid #ddd;
}

.common-hide {
  display: none;
}

.lh34 {
  line-height: 34px;
}

.lh28 {
  line-height: 28px;
}

.lh20 {
  line-height: 20px !important;
}
.lh40 {
  line-height: 40px;
}
.h40 {
  height: 40px;
}

.h30 {
  height: 30px;
  line-height: 30px;
}

.mh330 {
  min-height: 330px;
}

label.BMapLabel {
  max-width: none;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

/*.dataTables_length{display: none;}
.dataTables_filter{display: none;}*/

.table-content {
  /*max-height: 600px;*/
  overflow: auto;
}

.btn-common {
  padding: 4px 14px !important;
  background: #3370FF !important;
  color: #fff !important;
  margin-top: -4px !important;
}

.table-main > tbody > tr > td,
.table-main > tbody > tr > th,
.table-main > tfoot > tr > td,
.table-main > tfoot > tr > th,
.table-main > thead > tr > td,
.table-main > thead > tr > th {
  border-top: none !important;
  border-bottom: 1px solid #ddd !important;
}

.table-line0 > tbody > tr > td,
.table-main > tbody > tr > th,
.table-main > tfoot > tr > td,
.table-main > tfoot > tr > th,
.table-main > thead > tr > td,
.table-main > thead > tr > th {
  border-top: none !important;
  border-bottom: none !important;
}

/*.el-picker-panel.el-date-picker{width: 254px!important;}*/
/*不能编辑输入框样式*/
/*.disable-bg-input.el-input.is-disabled input.el-input__inner{background-color: #fff;color: hsl(212, 33%, 18%);}*/

/*分页样式*/
.zl-pagination {
  padding: 0 0 10px;
}

.el-pagination .el-input__inner {
  height: 28px !important;
  border-radius: 2px !important;
}

.el-pagination span.el-pagination__sizes .el-select .el-input {
  width: 95px;
}

/*产品配置按钮*/
.main-button {
  padding: 0 10px;
}

input[type='file'].el-upload__input {
  display: none;
}

/*list最小高度*/
.space-lists {
  min-height: 330px;
}

/*列表全选/序号样式*/
th.sel-all-th {
  width: 43px;
  overflow: hidden;
  padding: 8.5px 0 10px 10px !important;
}

th.sel-all-th-no {
  padding: 10px 0 10px 10px !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #283593 !important;
  color: #ffffff;
}

.el-message-box__wrapper .el-button--default {
  /* color: #fff !important; */
}

/*.el-button--default{background: #eaeaea;color: #333333 !important;border: 1px solid #eaeaea !important}*/
.el-button--default:hover {
  /* background: #eaeaea;
  color: #333333 !important;
  border: 1px solid #eaeaea !important; */
}

.el-form-item__error {
  position: static !important;
  padding-top: 4px;
}

.btn-success {
  color: #ffffff !important;
}

/**/
.head-select ul li.mg0 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*联级弹框*/
.el-cascader-menus {
  z-index: 12000 !important;
}

/**/
.el-button.zkml-zl {
  line-height: normal;
  color: #fff !important;
}

.el-button.zkml-zl.zl-success {
  padding: 7px 18px;
}

.btn.el-button:focus {
  outline: none;
  outline-offset: 0;
}

/*车辆信息表单*/
/*.form-group .el-form-item__label{line-height: 23px;margin-bottom: 5px;padding-bottom: 0!important;}*/
.el-input-group__append,
.el-input-group__prepend {
  border-radius: 0 !important;
  border-color: #e1e1e1 !important;
  background-color: #f5f5f5 !important;
  color: #555555 !important;
}

.el-input__inner:focus {
  outline: 0;
  background: #f8f8f8 !important;
  border-color: #30a5ff !important;
}

.form-group .el-input__inner {
  color: #555 !important;
  padding: 6px 16px !important;
}

.el-select-dropdown {
  z-index: 12000 !important;
}

.el-picker-panel.el-date-picker {
  z-index: 12000 !important;
}

.el-loading-mask {
  z-index: 13000 !important;
}

.date.el-date-editor.el-input {
  width: 140px !important;
}

.search-head ul li.xi-input.carcount {
  overflow: visible;
}

.search-head ul li.xi-input.carcount input.el-input__inner {
  line-height: 1;
}

.search-head ul li.xi-input.position input.el-input__inner {
  width: 180px !important;
}

.area-3 .el-form-item__label {
  width: 25% !important;
  padding-right: 20px !important;
}

.area-3 .el-select .el-input {
  width: 100% !important;
}

.area-3 .el-input,
.area-3 .el-select {
  width: 66% !important;
}

.area-3 .el-input__inner {
  width: 100% !important;
}

.modal-content .area-3.add-body i {
  color: #888;
}

.modal-content .area-3.add-body i.normal {
  color: #f00;
}

.area-3 .el-select.helf {
  width: calc(33% - 10px) !important;
}

.helfCon .el-form-item__error {
  padding-top: 38px !important;
}

/*电子围栏*/
.search-head ul li.efAdd {
  height: auto;
}

.pdnormal {
  padding: 3px 6px !important;
}

.location-body .location-left.efAdd {
  width: auto;
  max-width: 270px;
}

.location-body .location-right.efAdd {
  margin-left: 290px;
}

.location-body .location-left.noborder {
  border: none;
}

.left-menu {
  margin-top: 5px;
}

.el-input.wr70,
.el-textarea.wr70 {
  width: calc(100% - 70px);
}

.el-textarea__inner:focus {
  border-color: hsl(231, 48%, 48%) !important;
}

.el-input.wrhelf {
  width: calc(50% - 40px) !important;
}

.marginR5 {
  margin-right: 5px !important;
}

.lineLists.efAdd {
  height: calc(100% - 218px) !important;
  overflow: auto;
  padding: 0;
  margin-top: 10px;
}

.lineLists.efAdd .lists-con {
  padding: 0;
}

.efAdd .el-menu-item-group__title {
  padding-top: 0;
}

.efAdd .el-checkbox__inner:hover {
  border-color: #30a5ff;
}

.efAdd .el-checkbox__input.is-checked .el-checkbox__inner,
.efAdd .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #30a5ff;
  border-color: #30a5ff;
}

.efAdd label {
  font-weight: 400;
  color: #49576b;
}

.efAdd .el-menu,
.efAdd .el-submenu .el-menu,
.efAdd .lineLists .lists-con {
  background-color: #fff;
}

.efAdd .el-submenu .el-menu-item:hover,
.efAdd .el-submenu__title:hover {
  background-color: #e6e6e6;
}

.efAdd.lineLists .list-head {
  background-color: #f5f5f5;
}

.eleFence.search-head ul li input.el-input__inner {
  width: 150px;
}

.el-time-spinner__list {
  margin-top: -10px !important;
}

.el-tooltip__popper {
  z-index: 20000 !important;
  word-break: break-all;
}

.el-tooltip__popper.is-dark {
  z-index: 20000 !important;
}

/*电子围栏结束*/

/*打印车单*/
#print_dispatch_order .el-input__inner {
  height: 30px !important;
}

#print_dispatch_order .form-group .el-input__inner {
  padding: 6px 6px !important;
}

/*.table-line0>tbody>tr>td.pd-td{padding: 0 10px;}*/
/*#print_dispatch_order .table-list td{height: 35px;}*/
/*#print_dispatch_order .table>tbody>tr>td, #print_dispatch_order .table>tbody>tr>th, #print_dispatch_order .table>tfoot>tr>td, #print_dispatch_order .table>tfoot>tr>th, #print_dispatch_order .table>thead>tr>td, #print_dispatch_order .table>thead>tr>th{line-height: 1.2;padding: 8px 10px;}*/
/*调度派车tab提示*/
.position-rel {
  position: relative;
}

.hearder-tip.tab {
  z-index: 1;
  right: 0;
}

/*调度派车tab提示结束*/

/*辽宁登录#cb1c1d url(images/bg_top_head.png) repeat-x center top*/
.zl-login-header {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 120px;
  min-width: 1200px;
  background: #cb1c1d url(/static/images/bg_top_head.png) repeat-x center top;
  -webkit-box-shadow: 0 8px 20px #c35354;
  box-shadow: 0 8px 20px #c35354;
  border-bottom: 4px solid hsl(356, 83%, 37%);
}

.zl-login-main {
  margin: 0 auto;
  width: 1200px;
  height: 570px;
  background: url(/static/images/liaoning.png) no-repeat left center;
}

.zl-login-main.lnzf {
  background: url(/static/images/bg_banner.png) no-repeat left center;
}

.zl-login-bg {
  width: 100%;
  min-width: 1200px;
  background-color: #f3f3f3;
}

.zl-login-main .login-module {
  border-radius: 6px;
  margin: 75px 75px auto 15px;
}

.zl-login-main .login-module .login-title {
  margin-bottom: 0;
  border: 0;
  background-color: #e3ddc9;
}

.zl-login-main .login-module .login-title .title-box {
  padding-top: 18px;
  padding-bottom: 15px;
}

.zl-login-main .login-module .login-title .title-box .title-active {
  color: #3c434c;
}

.zl-login-main .login-module .loginForm {
  padding: 25px 30px 35px;
}

.zl-login-main .login-module .login-btn-submit {
  width: 100%;
  height: 40px;
  color: #fff;
  background: url(/static/images/bg_login_btn.png) no-repeat left top;
  background-size: 100% 40px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.zl-login-main .login-module .forget-pwd {
  color: #8b9199;
  margin-bottom: 6px;
}

.zl-login-main .login-module .zl-login-input {
  border-color: #c2c6cc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.zl-login-header-tle {
  height: 120px;
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0 15px 110px;
  background: url(/static/images/icon_logo.png) no-repeat left;
}

.zl-login-header-tle h1 {
  color: #f6efd9;
  line-height: 60px;
  font-size: 42px;
  letter-spacing: 2px;
  font-weight: 600;
}

/*辽宁登录结束*/
.i-add {
  font-size: 26px !important;
  color: #bbb;
}

.i-icon {
  background: #46b8da !important;
}

.all-color {
  color: rgb(71, 81, 203) !important;
}

.ft18 {
  font-size: 18px !important;
  font-weight: bold;
}

.fs18 {
  font-size: 18px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs12 {
  font-size: 12px;
}

.fs22 {
  font-size: 22px !important;
}

/*业务管理*/
.section-title {
  font-size: 18px;
  color: #a6a6a6;
}

.self-green {
  background: #eef4f4;
}

.self-yellow {
  background: #f8f7ef !important;
}

.self-gray {
  background: #f2f2f2;
}

.self-violet {
  background: #f1f4fc;
}

.self-pink {
  background: #fff7ee;
}

.self-red {
  background: #ffeeee;
}

.color-red {
  color: #ff0000;
}

.color-green {
  color: #5fd85f;
}

.color-commona {
  color: #009933;
}

.color-black {
  color: black;
}

.color-yellow {
  color: #fabe00;
}

.bg-gray {
  background: #f5f5f5 !important;
}

table.dataTable td a {
  color: #5e9edd;
}

.mail-pd {
  padding: 10px 20px;
}

.mail-personal {
  padding: 0 15px;
}

.mail-personal > div {
  padding: 10px 0 0px;
  margin-bottom: 10px;
  min-height: 34px;
}

.mail-personal .mail-empty {
  margin-bottom: 0.1px;
  padding: 0;
  min-height: 0 !important;
}

.mail-box {
  padding: 0 15px;
}

.mail-box > div {
  margin-bottom: 10px;
}

.mail-personal .profile-info {
  padding: 0;
}

.mail-personal .img-box {
  height: 44px;
  text-align: right;
  overflow: hidden;
}

.mail-personal .profile-details {
  height: 44px;
  text-align: left;
  padding: 0;
  line-height: 20px;
  font-size: 16px;
}

.mail-personal .mail-top {
  padding: 0;
}

.mail-personal .car-name {
  min-height: 44px;
  text-align: center;
}

.mail-personal .form-search {
  width: 40%;
  height: 34px;
  display: inline-block;
}

.stong-style {
  width: 55%;
  padding-left: 15px;
}

.mail-personal .group-style {
  width: 45%;
}

.mail-personal .group-style .span-addon {
  height: 34px;
  background: #eee;
  width: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
}

.mail-personal .group-style .form-search {
  width: 70%;
}

.content-choice .choice-box span:first-child {
  width: 10%;
  display: inline-block;
}

.content-choice .choice-box span:last-child {
  width: 80%;
  display: inline-block;
}

.choice-title {
  font-size: 16px;
}

.mail-personal .group-box {
  width: 20%;
  position: relative;
  border: none;
}

.mail-personal #city-btn {
  position: relative;
  z-index: 50;
}

.mail-personal #city-btn input {
  background: white;
  border: 1px solid #ddd;
}

.mail-personal #city-btn span {
  position: absolute;
  right: 5px;
  z-index: 100;
}

.mail-personal #city-btn2 {
  position: relative;
  z-index: 50;
}

.mail-personal #city-btn2 input {
  background: white;
  border: 1px solid #ddd;
}

.mail-personal #city-btn2 span {
  position: absolute;
  right: 5px;
  z-index: 100;
}

.day-mount {
  color: #fabe00;
  font-size: 70px;
  font-weight: bold;
  position: absolute;
  bottom: 14px;
}

.day-unit {
  position: absolute;
  bottom: 0px;
  left: 100px;
}

.input-group .x-input {
  border: 1px solid #fabe00 !important;
  outline: none;
  border-bottom: 1px solid white !important;
}

.city-select {
  border: 1px solid #fabe00;
  width: 464px;
  position: absolute;
  left: 0;
  top: 33px;
  z-index: 10;
  background: white;
  padding: 15px;
}

.city-select .city-top {
  width: 100%;
}

.city-select .city-top ul {
  overflow: hidden;
}

.city-select .city-top ul li {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  border-bottom: 2px solid #ddd;
  cursor: pointer;
}

.city-select .city-top ul .select-active {
  border-bottom: 2px solid #fabe00;
}

.city-select .city-bottom {
  width: 100%;
  padding-top: 10px;
}

.city-select .city-bottom ul {
  overflow: hidden;
}

.city-select .city-bottom ul li {
  background: #f2f3f5;
  float: left;
  text-align: center;
  line-height: 30px;
  width: 62px;
  margin: 10px 5px 0;
  border-radius: 3px;
  cursor: pointer;
}

.city-select .city-bottom ul li:hover {
  background: #fabe00;
  color: white;
  border-radius: 2px;
}

.address-block {
  width: 60%;
  position: relative;
}

#address-btn {
  background: white;
  border: 1px solid #ddd;
  border-right: none;
}

#address-btn2 {
  background: white;
  border: 1px solid #ddd;
  border-right: none;
}

.address-input-addon {
  background: white !important;
  line-height: 32px;
  border: 1px solid #ddd !important;
  border-left: none !important;
}

.address-select {
  border: 1px solid #fabe00;
  width: 752px;
  position: absolute;
  left: 0;
  top: 33px;
  z-index: 100;
  background: white;
}

.address-select .address-top {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #fabe00;
  padding: 15px;
}

.address-select .address-top li {
  background: #f2f3f5;
  float: left;
  text-align: center;
  line-height: 30px;
  width: 62px;
  margin: 10px 5px 0;
  border-radius: 3px;
  cursor: pointer;
}

.address-active {
  background: #fabe00 !important;
  color: white;
  border-radius: 2px;
}

.address-select .address-middle {
  background: #fffbf3;
  padding-bottom: 0;
}

.address-select .address-middle ul {
  overflow: hidden;
  border-bottom: 1px dotted #fabe00;
  padding: 10px 15px;
}

.address-select .address-middle ul li {
  width: 24%;
  height: 30px;
  float: left;
  line-height: 30px;
  margin-right: 1%;
  padding-left: 15px;
  margin-top: 10px;
  cursor: pointer;
}

.address-select .address-middle ul li span {
  padding: 2px 5px;
  color: white;
  font-weight: bold;
  background: #ff8650;
  font-size: 12px;
  border-radius: 3px;
  margin-left: 5px;
  font-family: '宋';
}

.address-select .address-middle ul li:hover {
  background: #fabe00;
  color: white;
  border-radius: 3px;
}

.address-title {
  font-weight: bold;
  color: #fabe00;
  padding-left: 15px;
  margin-bottom: -15px;
}

.address-select .address-bottom {
  background: #fafbfc;
  padding: 15px;
}

.address-select .address-bottom .address-info {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 26px;
}

.span-switch {
  box-shadow: #fabe00 0px 0px 0px 11px inset !important;
  border-color: #fabe00 !important;
  background-color: #fabe00 !important;
  transition: border 0.5s, box-shadow 0.5s, background-color 1.5s;
}

.switchery-default {
  box-shadow: #fabe00 0px 0px 0px 11px inset !important;
  border-color: #fabe00 !important;
  background-color: #fabe00 !important;
  transition: border 0.5s, box-shadow 0.5s, background-color 1.5s;
}

.switchery-form {
  height: 0px;
  border-radius: 20px;
}

.addressModal {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.2;
  z-index: 100;
}

.door {
  width: 860px;
  height: 580px;
  background-color: #fff;
  z-index: 200;
  position: fixed;
  left: 50%;
  top: 10%;
  margin-left: -430px;
}

.door .door-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  text-indent: 1em;
  font-weight: 700;
  background-color: #e4e4e4;
}

.door .close {
  background: url(/static/images/close.png) left bottom no-repeat;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  text-indent: -99999px;
}

.door .close,
.door .login {
  position: absolute;
}

.yellow {
  color: #eeb818;
}

span.scd {
  display: inline-block;
  width: 36px;
  height: 15px;
  vertical-align: middle;
  text-indent: -9999px;
}

.door-intro {
  margin: 20px 20px 10px;
}

.door-intro p {
  font-size: 12px;
  color: #939a9f;
  line-height: 20px;
}

.door-intro p b {
  font-weight: 700;
  color: #000;
}

.door-address {
  margin: 10px 20px;
  padding: 0;
  height: 440px;
  width: 820px;
}

.door-map {
  float: right;
  width: 438px;
  height: 438px;
  margin: 0;
  position: relative;
}

.door-map .point {
  position: absolute;
  left: 10px;
  top: 50px;
  display: block;
  width: 34px;
  height: 50px;
}

.door-search {
  float: left;
  width: 378px;
  height: 438px;
  position: relative;
}

.search-con {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #e4e6e9;
  background: url(http://image.zuchecdn.com/newversion/door/input_off.png) 5px center no-repeat #f3f4f7;
  position: relative;
}

.search-con .btn-srch {
  float: left;
  border: 0;
  display: block;
  outline: 0;
}

.search-con .btn-search {
  width: 19px;
  height: 19px;
  margin-left: 15px;
  margin-top: 12px;
  background: url(/static/images/icon_search_off.png) no-repeat;
}

.search-con .btn-text {
  padding: 0;
  margin-left: 8px;
  margin-top: 6px;
  background: 0 0;
  width: 205px;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  color: #939a9f;
}

.search-con .collect {
  position: absolute;
  display: block;
  width: 84px;
  height: 36px;
  line-height: 32px;
  top: 6px;
  right: 5px;
  font-size: 14px;
  color: #71767a;
  background-color: #f3f4f7;
}

.search-con .collect .down {
  position: absolute;
  top: 1px;
  right: 0;
  display: block;
  width: 12px;
  height: 7px;
  margin-right: 10px;
  margin-top: 13px;
  background: url(/static/images/icon_down.png) no-repeat;
}

.address-con {
  height: 396px;
  overflow-y: scroll;
}

.address-con ul li {
  padding: 10px;
  border-bottom: 1px solid #e4e6e9;
  background-color: #fff;
}

.address-con ul li .item-con {
  margin-left: 30px;
  width: 310px;
}

.address-con ul .current {
  background: #f6f7f9;
}

ul li .loca {
  float: left;
  display: block;
  width: 15px;
  height: 20px;
  background: url(/static/images/icon_pos_r.png) no-repeat;
}

ul li.current .loca {
  background: url(/static/images/icon_pos_b.png) no-repeat;
}

.item-con .title {
  color: #000;
  font-size: 15px;
}

.item-con .addr-detail {
  color: #939a9f;
  font-size: 12px;
  line-height: 20px;
}

.item-con .title .star {
  float: right;
  display: block;
  width: 17px;
  height: 16px;
  background: url(/static/images/icon_star_off.png) no-repeat;
  cursor: pointer;
}

.item-con .btn-submit {
  display: none;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  background: url(/static/images/btn_submit.png) no-repeat;
  text-align: center;
  margin-top: 10px;
}

.current .item-con .btn-submit {
  display: block;
}

.item-con .title .star-on {
  background: url(/static/images/icon_star_on.png) no-repeat;
}

/*司机业绩*/
.table-public {
  border: 1px solid #ddd;
}

.table-public th {
  border: 1px solid #ddd;
}

.table-public td {
  border: 1px solid #ddd;
}

/*结构框架*/
.main-box {
  position: relative;
  margin-top: 20px;
}

.main-map {
  position: absolute;
  width: 80px;
  top: 40px;
}

.main-map img {
  width: 100%;
  cursor: pointer;
}

.table-common .th-head th {
  background: #eef4f4;
}

/*.table-common tr td,th{text-align: left;}*/
.icon-address {
  color: #5e9edd;
  font-size: 16px;
  margin-right: 4px;
}

.table-common tr a {
  font-weight: bold;
}

.a-on {
  color: #5e9edd !important;
  font-weight: bold;
}

/*.table-common tr .a-on{color:#5e9edd !important;font-weight: bold;}*/
.search-head ul {
  margin: 10px 0;
  width: 100%;
}

.search-head ul li {
  float: left;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 5px 0;
}

.search-head ul li span {
  float: left;
  text-align: right;
  margin: 0 10px;
}

.search-head ul li input {
  width: 120px;
}

.search-head ul li .select-common {
  height: 30px;
  width: 120px;
  padding: 0 12px;
}

.search-head ul li a .i-style {
  font-size: 18px;
  color: #707070;
}

/*统计分析*/
.search-head ul li .radio {
  width: 20px;
  height: 25px;
}

.search-head ul li .total {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #b6d3f1;
  margin: 5px -5px 5px 0px;
}

.search-head ul li .rent {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #2ca02c;
  margin: 5px -5px 5px 0px;
}

.search-head ul li .special-car {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ff7f0e;
  margin: 5px -5px 5px 0px;
}

.search-head ul li .self-driving {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #1f77b4;
  margin: 5px -5px 5px 0px;
}

.search-head ul li input.el-input__inner {
  width: 100%;
  height: 30px !important;
}

/*选择框*/
.i-box {
  padding-top: 8px !important;
  padding-bottom: 1px !important;
}

.minimal {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.i-minimal {
  margin-right: 5px;
}

.minimal i {
  position: absolute;
  top: 2px;
}

.minimal-hide {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: white url(/static/images/minimal.png) no-repeat;
  border: none;
  cursor: pointer;
}

.minimal-show {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/static/images/minimal.png) -40px 0 no-repeat;
  border: none;
  cursor: pointer;
}

/*---------公共部分结束--------*/

/*-------登陆页面------*/
.login-header {
  width: 1040px;
  height: 60px;
  padding-left: 60px;
  margin: 40px auto 20px;
  background: url(/static/images/logo_ll.png) no-repeat left center;
  text-align: left;
}

.login-header h1 {
  font-size: 30px;
  color: #217cad;
  font-weight: bold;
  line-height: 38px;
}

.login-header p {
  color: #333;
}

.login-box {
  width: 1100px;
  margin: 0 auto;
}

.y-clearfix {
  zoom: 1;
}

.y-clearfix:before,
.y-clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
}

.y-clearfix:after {
  clear: both;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #b94a48;
}

.parsley-errors-list {
  margin: 0px 0 0px 30px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 10px;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
  color: red;
  font-size: 14px;
}

.login-content {
  height: 500px;
  width: 100%;
  min-width: 1100px;
  background-image: url(/static/images/wyc_banner.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.login-content div,
.login-content input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.login-box {
  width: 1100px;
  margin: 0 auto;
}

.login-banner {
  float: left;
}

.login-module {
  float: right;
  width: 345px;
  height: auto;
  margin: 75px 15px auto 15px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}

.login-module .loginForm {
  padding: 0 35px 35px;
}

.login-module .login-title {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1d8bd1;
  text-align: left;
  border-bottom: 1px solid #dbdbdb;
}

.login-module .login-title .title-box {
  padding: 30px 35px 10px;
}

.login-module .login-title .title-box span {
  font-size: 20px;
  color: #8e8f91;
  font-weight: bold;
  cursor: pointer;
}

.login-module .login-title .title-box .title-active {
  color: black;
}

.login-module .login-input {
  width: 100%;
  line-height: 16px;
  padding: 12px 0px 12px 50px;
  margin: 10px 0px;
  font-size: 14px;
  outline: none;
}

.login-module .login-input {
  border: 1px solid #ccc;
  color: #595959;
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 0 #ececec inset;
  -moz-box-shadow: 0 1px 0 #ececec inset;
  -ms-box-shadow: 0 1px 0 #ececec inset;
  -o-box-shadow: 0 1px 0 #ececec inset;
  box-shadow: 0 1px 0 #ececec inset;
}

.login-module .login-input:hover {
  border: 1px solid #a6a6a6;
}

.login-module .login-input:focus {
  background-color: #e9fbfe;
  border-color: #69c5dd;
  -webkit-box-shadow: 0 0 2px #a6cfff;
  -moz-box-shadow: 0 0 2px #a6cfff;
  -ms-box-shadow: 0 0 2px #a6cfff;
  -o-box-shadow: 0 0 2px #a6cfff;
  box-shadow: 0 0 2px #a6cfff;
}

.login-module .login-name {
  background-image: url(/static/images/pwd-icons-new.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.login-module .login-password {
  background-image: url(/static/images/pwd-icons-new.png);
  background-repeat: no-repeat;
  background-position: 1px -37px;
}

.login-module .login-phone {
  background-image: url(/static/images/phone.png);
  background-repeat: no-repeat;
  background-size: 40px;
}

.login-module .login-checkcode {
  float: left;
  width: 120px;
}

.login-module .login-checkimg {
  line-height: 35px;
  height: 35px;
  border: solid 1px #d7d6d8;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 13px 0px 0px -20px;
}

.login-module .login-changeCode {
  line-height: 35px;
  height: 35px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: #333;
  margin: 15px 0px 0px 10px;
}

.login-module .setpassword {
  display: inline-block;
  width: 100%;
  text-align: right;
  text-decoration: underline;
  color: #f00;
}

.login-module .login-btn {
  width: 100%;
  background-color: #ff9900;
  border-color: #ff9900;
  box-shadow: none;
  margin-top: 10px;
  color: #fff;
  outline: none;
}

.login-module .login-btn {
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.login-module .login-btn:focus,
.login-module .login-btn:hover {
  color: #fff;
  text-decoration: none;
}

.login-module .login-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.login-module .login-btn:hover {
  text-decoration: none !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
}

.login-module .login-btn:active {
  position: relative;
  top: 1px;
}

.login-module .module-register {
  overflow: hidden;
}

.login-module .module-register .fl {
  color: #378abc;
  text-decoration: underline;
}

.login-module .module-register .fr {
  color: #ff4a36;
  text-decoration: underline;
}

.footer {
  width: 100%;
  height: 100px;
  padding: 50px 0;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 3px;
}

/*-------登陆页面结束------*/

/* ------------模态框------------*/
/*调度派车-取消弹出框*/
.modal-box {
  max-width: 500px;
  min-width: 400px;
}

.modal {
  top: 100px;
}

/*.modal .modal-dialog{margin-top: 100px;}*/
.modal .modal-title {
  color: #97999c;
  font-weight: 500;
  font-size: 20px;
}

.modal-content .modal-header .close {
  opacity: 1;
  font-weight: 100;
  color: #97999c;
}

.modal-content .modal-header button {
  border-radius: 5px;
}

.modal-content .body-box {
  font-size: 16px;
  font-weight: bold;
}

.modal-content .body-box .row {
  padding: 0 15px;
  line-height: 78px;
}

.modal-content .body-box .box-l {
  padding: 0;
  max-width: 68px;
}

.modal-content .body-box .box-l img {
  width: 100%;
  margin: 0;
}

.modal-content .body-box .box-r input {
  width: 100px;
}

.modal-content .body-box .box-r > div {
  min-height: 34px;
  line-height: 34px;
}

.modal-content .body-box .box-r > div div {
  font-size: 14px;
  color: #d4d4d4;
  margin-left: 5px;
}

.modal-content .body-box .box-b textarea {
  height: 64px;
}

.modal-btn {
  background: #30a5ff !important;
  border-radius: 5px;
  color: white !important;
}

/*基础信息-车辆类型-新增车辆类型弹出框*/
.modal-content .add-body .row div > input {
  width: 88%;
}

.modal-content .add-body b {
  color: #97999c;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
}

.modal-content .add-body i {
  font-size: 16px;
  margin-right: 5px;
}

.modal-content .add-body .add-check input {
  margin: 0px 2px 0 5px;
}

/* ------------模态框结束------------*/

/*基础信息-新增人员信息*/

.basic-info {
  overflow: hidden;
  margin-top: 20px;
}

.basic-info .basic-info-content {
  float: left;
  width: 50%;
}

.basic-info .basic-info-content ul li {
  height: 100px;
  width: 90%;
  margin: 0 auto;
}

.basic-info .basic-info-content ul li .basic-info-img {
  width: 20%;
}

.basic-info .basic-info-content ul li img {
  width: 100%;
  height: 75px;
  max-width: 75px;
}

.basic-info .basic-info-content ul li .basic-info-title {
  font-size: 16px;
  height: 25px;
}

.basic-info .basic-info-content ul li .basic-info-title span {
  color: red;
  display: inline-block;
  margin-right: 2px;
}

.basic-info .basic-info-content ul li input {
  height: 40px;
  margin-top: 5px;
}

.basic-info .basic-info-content ul li .li-name {
  width: 70%;
  margin-left: 10%;
}

.basic-info .basic-info-content .basic-info-radio {
  line-height: 0px;
  height: 25px;
}

.basic-info .basic-info-content .basic-info-radio input {
  width: 15px;
  margin: 5px;
  height: 15px;
}

.basic-info .basic-info-content .basic-info-radio span {
  display: inline-block;
  width: 40px;
  height: 25px;
  display: inline-block;
  font-size: 14px;
}

/*.table-basic tr td{min-height: 55px;line-height: 35px!important;}*/
.uploadWallpaperButton {
  display: inline-block;
  width: 30px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  position: relative;
  background: #ddd;
}

.file {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  width: 30px;
  height: 16px;
}

.table-basic tr td img {
  width: 100%;
  display: inline-block;
  border: none;
}

/*.table{border-top:1px solid #ddd; border-left:1px solid #ddd;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {padding: 10px;line-height: 1.42857143;vertical-align: middle !important;border-right: 1px solid #ddd; border-bottom:1px solid #ddd;}
.table>tbody>tr>th,.table tr th{background:#f7f7f8;}*/

.ms-container {
  margin: 5px 0 !important;
}

.ms-container .ms-selectable .ms-list {
  width: 100%;
}

.form-wizard li {
  width: 33%;
}

.form-wizard li a span {
  width: 62px;
  margin-left: -30px;
}

.form-wizard li.complete a {
  text-align: left !important;
}

.table-box {
  border: 1px solid #ddd;
  border-top: 1px dashed #000;
}

.table-box .th-head th {
  border-top: none;
  border-right: 1px solid #ddd;
}

.table-box .th-head td {
  border-top: none;
  border-right: 1px solid #ddd;
}

.table-box th {
  width: 20%;
}

.table-box td {
  width: 20%;
}

.table-box th:last-child {
  width: 60%;
}

.table-box td:last-child {
  width: 60%;
}

.table-list {
  margin: 0;
  padding: 10px;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
}

.table-list th {
  padding: 3px 10px !important;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 50px;
  vertical-align: middle !important;
}

.table-list td {
  padding: 3px 10px !important;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 50px;
  vertical-align: middle !important;
}

.status {
  display: inline-block;
  padding: 0 8px;
  border-radius: 10px;
}

/*.table-list  th:last-child{width: 60%;}
.table-list  td:last-child{width: 60%;}*/

/*组织机构*/
.map-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fcf9f2;
  margin-left: 0px !important;
}

.map-box .search-map {
  width: 300px;
  margin-left: 260px;
}

@media (max-width: 767px) {
  .search-map {
    margin-left: 60px;
  }
}

.search-firm {
  width: 360px;
  height: 40px;
  margin: 10px 0;
  border: 5px solid #ddd;
}

.map-block {
  box-shadow: none;
  min-height: 70px;
  background: #f2f2f2;
  min-width: 600px;
}

.map-return {
  line-height: 60px;
  font-size: 20px;
  color: #a6a6a6;
}

.map-style {
  font-size: 26px;
  line-height: 60px;
}

.map-top {
  width: 100%;
  height: 140px;
  background: white;
}

/*设置站点*/
.form-control.set-section {
  width: 40%;
}

.form-control.set-sec {
  width: 15%;
  margin: 0 15px 0 0;
}

.controls .i-style {
  color: hsl(0, 0%, 44%);
  font-size: 25px;
  margin-top: 4.5px;
  margin-left: 10px;
  cursor: pointer;
}

.location-right.setLoc {
  margin: 0;
}

/*搜索按钮显示手型*/
.fa.fa-search-plus.i-style {
  cursor: pointer;
}

/*业务管理模块*/
.add-button-btn {
  width: 80px;
  line-height: 26px;
  height: 34px;
  float: right;
  margin-top: -45px !important;
}

span.left-on {
  border-left: 3px solid #18d1d1;
  margin-left: -8px;
}

/*客户信息详情弹出框标题*/

.down-play {
  background: url(/static/images/downplay.png) no-repeat;
  display: block;
  cursor: pointer;
  /*按钮下拉选*/
  float: left;
  height: 30px;
  background-size: 18px;
  padding-left: 30px;
  margin-top: 5px;
  line-height: 16px;
  margin-left: 5px;
}

.right-play {
  background: url(/static/images/download-right.png) no-repeat;
  display: block;
  cursor: pointer;
  float: left;
  width: 100px;
  height: 30px;
  background-size: 18px;
  padding-left: 30px;
  margin-top: 5px;
  line-height: 16px;
  margin-left: 5px;
}

.add-head {
  background: #ebf0fa;
  padding: 6px;
  height: 40px;
}

a.ahover:hover {
  color: black;
}

.time-select {
  z-index: 20000 !important;
}

/*element时间控件*/
.el-time-panel {
  z-index: 20000 !important;
}

/*element时间控件*/
.tab-info {
  height: 70%;
  position: absolute;
  overflow: auto;
  width: 97.5%;
  padding-bottom: 50px;
}

/*详情弹出框*/
.el-cascader span {
  display: inline-block;
  text-align: left !important;
  float: none !important;
  margin-left: 0px !important;
}

.search-head ul li .el-cascader span.el-cascader__label span {
  margin: 0 1px;
}

label.el-radio {
  font-weight: 400 !important;
}

/*element单选控件*/
label .el-checkbox__label {
  font-weight: 400 !important;
}

/*element多选控件*/

.el-steps .el-step__title.is-wait {
  color: #bfcbd9;
}

/*elemetnt步骤条*/
.el-steps .el-step__description.is-wait {
  color: #5f6468 !important;
}

.el-textarea .el-textarea__inner {
  border-radius: 0;
  border: 1px solid #e1e1e1;
}

/*element input的type属性为textarea时，不出现圆角*/

/*人员信息*/
/* #people-info .el-cascader__label {
  text-align: left;
  padding: 0px;
} */

.marginBottom6 {
  margin-bottom: 6px;
}

/*新增人员*/
#add-people .el-icon-plus:before {
  display: none;
}

#add-people .avatar-uploader {
  width: 50%;
  float: left;
}

#add-people .avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

#add-people .avatar-uploader .el-upload:hover {
  border-color: #20a0ff;
}

#add-people .avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 240px;
  height: 151px;
  line-height: 150px;
  text-align: center;
}

#add-people .avatar {
  width: 240px;
  height: 151px;
  display: block;
}

/*修改人员*/
#edit-people .el-icon-plus:before {
  display: none;
}

#edit-people .avatar-uploader {
  width: 50%;
  float: left;
}

#edit-people .avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

#edit-people .avatar-uploader .el-upload:hover {
  border-color: #20a0ff;
}

#edit-people .avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 240px;
  height: 151px;
  line-height: 150px;
  text-align: center;
}

#edit-people .avatar {
  width: 240px;
  height: 151px;
  display: block;
}

/*资质信息*/
.aptitude-info .aptitude-info-l {
  width: 9em;
  text-align: right;
  color: #999999;
}

.aptitude-info .aptitude-info-r {
  margin-left: 9em;
  padding: 5px 0;
}

.aptitude-info > tbody > tr > td {
  vertical-align: top !important;
}

/*修改资质信息*/
.elementselect .el-select-dropdown__wrap .el-scrollbar__view li {
  padding: 0px !important;
  padding-left: 0px !important;
}

.elementselect li.el-select-dropdown__item {
  padding: 0 !important;
  background: red;
}

.elementselect li.hover {
  padding: 0 !important;
  background: red;
}

.el-select-dropdown__item span.select-val {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 10px;
  width: 100%;
  height: 36px;
  display: inline-block;
  line-height: 36px;
}

.upload-main-aptitude {
  width: 170px;
  height: 130px;
  background: url(/static/images/upImg.png) no-repeat;
  margin-top: 10px;
  position: relative;
}
.upload-main-aptitude-noBg {
  background: none  !important;
}
.upload-main-aptitude .aptitude-bg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.upload-main-aptitude .aptitude-bg-box .aptitude-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.5;
}

.upload-main-aptitude .aptitude-bg-box .aptitude-delete {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -20px;
}

.upload-main-aptitude:hover .aptitude-bg-box {
  display: block;
}

/*部门信息*/
#dept-info .el-cascader__label {
  text-align: left;
  padding: 0px;
}

.deptpopper {
  z-index: 99999 !important;
}

/*费用标准-专车服务*/
.tab-ul li {
  padding: 5px 10px;
  border: 1px solid #3f51b5;
  cursor: pointer;
  background: #3f51b5;
  color: white;
  border-bottom: none;
  margin-right: 5px;
}

.tab-ul li.active {
  background: white;
  color: rgba(118, 118, 118, 1);
}

/*修改分配车辆*/
.vehicle-distribution .search-title {
  overflow: hidden;
  border: 1px solid #ddd;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
}

.vehicle-distribution .search-title .search-title-left {
  float: left;
  margin-right: 10px;
}

.vehicle-distribution .search-title .search-title-right {
  float: left;
}

.vehicle-distribution .search-title .search-title-right button {
  border: none;
  height: 26px;
  margin-top: 1px;
  line-height: 26px;
  background: white;
}

.vehicle-distribution .car-type {
  width: 100px;
  max-height: 100px;
  padding: 10px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

.vehicle-distribution .car-type .car-type-title {
  height: 20px;
  text-align: center;
  width: 80px;
  line-height: 20px;
}

.vehicle-distribution .car-type .car-type-img {
  margin-top: 10px;
  width: 80px;
  display: inline-block;
}

/*品牌*/
.vehicle-distribution .brand {
  width: 100px;
  float: left;
  cursor: pointer;
}

.vehicle-distribution .brand span {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
}

.vehicle-distribution .brand span.active {
  background: #3f51b5;
  color: white;
}

.vehicle-distribution .tbody-common {
  border: none !important;
}

.vehicle-distribution .tbody-common tr td {
  border: none;
}

.vehicle-distribution .tbody-common tr td:first-child {
  border-right: 1px solid #ddd;
}

.vehicle-distribution .spread {
  width: 30px;
  height: 30px;
  right: 10px;
  bottom: 0px;
  position: absolute;
}

.vehicle-distribution .spread-down {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/static/images/spreaddown.png) no-repeat;
}

.vehicle-distribution .spread-up {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/static/images/spreadup.png) no-repeat;
}

.vehicle-distribution .search-list {
  overflow: hidden;
  width: 346px;
}

.vehicle-distribution .search-list .search-list-left {
  width: 154px;
  border: 1px solid #ddd;
  max-height: 105px;
  display: inline-block;
}

.vehicle-distribution .search-list .search-list-middle {
  width: 45px;
  height: 34px;
  margin-bottom: 1px;
  display: inline-block;
  overflow: hidden;
}

.vehicle-distribution .search-list .search-list-right {
  width: 125px;
  vertical-align: middle;
  height: 40px;
  margin-top: 30px;
  line-height: 40px;
}

.table-modal tr td {
  height: 24px !important;
  padding: 5px !important;
}

/*
 * 产品管理
 * */
.product-manage .product-title {
  margin-top: 10px;
  height: 40px;
  width: 80px;
  font-weight: bold;
  color: #6593e0;
}

.product-manage .product-right {
  margin-left: 80px;
  height: 40px;
  width: 100%;
}

.product-manage .product-right .product-right-border {
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 25px;
  position: relative;
}

.product-manage .content-main {
  width: 180px;
  height: 214px;
  border: 1px solid #ddd;
  text-align: center;
}

.product-manage .content-main .main-title {
  height: 30px;
  line-height: 40px;
}

.product-manage .content-main .main-button {
  background: white;
  border: 1px solid #ddd;
  margin-top: 10px;
  border-radius: 5px;
}

.product-manage .content-main-out .main-button {
  background: #417ad9 !important;
  color: white;
}

.product-manage .content-main-out {
  background: #fafafa;
}

/*公务出行*/
.product-manage .content-main .main-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  background: url(/static/images/officeputaway.png) no-repeat;
  background-size: 100px 100px;
}

.product-manage .content-main-out .main-img {
  opacity: 0.5;
}

/*专车服务*/
.product-manage .content-main .special-main-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  background: url(/static/images/specialcar.png) no-repeat;
  background-size: 100px 100px;
}

.product-manage .content-main-out .special-main-img {
  opacity: 0.5;
}

/*短租自驾*/
.product-manage .content-main .short-rent-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  background: url(/static/images/shortrent.png) no-repeat;
  background-size: 100px 92px;
}

.product-manage .content-main-out .short-rent-img {
  opacity: 0.5;
}

/*长租服务*/
.product-manage .content-main .long-rent-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  background: url(/static/images/longrent.png) no-repeat;
  background-size: 100px 95px;
}

.product-manage .content-main-out .long-rent-img {
  opacity: 0.5;
}

/*通勤班车*/
.product-manage .content-main .varnish-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  background: url(/static/images/longrent.png) no-repeat;
  background-size: 100px 95px;
}

.product-manage .content-main-out .varnish-img {
  opacity: 0.5;
}

/*旅游包车*/
.product-manage .content-main .travel-cover-car-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  background: url(/static/images/travel_cover_car.png) no-repeat;
  background-size: 100px 95px;
}

.product-manage .content-main-out .travel-cover-car-img {
  opacity: 0.5;
}

/*
 * 车辆分配，定向配置
 * */
.product-create ul li.active-li {
  height: 44px;
  padding: 10px;
  text-align: center;
}

.product-create ul li.active {
  border-top: 1px solid #ddd;
}

/*
 * 派车登记
 * */
.my-autocomplete li {
  line-height: normal;
  padding: 7px;
}

.my-autocomplete li .name {
  text-overflow: ellipsis;
  overflow: hidden;
}

.my-autocomplete li .addr {
  font-size: 12px;
  color: #b4b4b4;
}

.my-autocomplete li .highlighted .addr {
  color: #ddd;
}

/*
 * 新增服务网点
 * */
.address select[data-v-a078dc08] {
  height: 34px;
  font-size: 14px;
  padding: 0 5px;
}

.website .el-input__icon + .el-input__inner {
  width: 151px;
}

.website .add-website-manage .el-input__icon + .el-input__inner {
  width: 100%;
}

/* 级联地区 长度控制*/
.website .area-input .el-form-item__error {
  padding-left: 112px;
}

.website .area-input .el-select {
  width: 25% !important;
}

.website .area-input .el-input__icon {
  right: 10px;
}

.website .area-input .el-select {
  float: left !important;
}

.website .el-textarea__inner {
  padding: 5px 16px;
}

.website input::-moz-placeholder {
  color: #97a8be !important;
  opacity: 1;
}

.website input::-moz-placeholder {
  color: #97a8be !important;
  opacity: 1;
}

.website input::-ms-input-placeholder {
  color: #97a8be !important;
  opacity: 1;
}

.website input::-webkit-input-placeholder {
  color: #97a8be !important;
  opacity: 1;
}

/*
 * 自架
 * */
.self-drivewt {
  width: 130px;
  text-align: center;
}

/*
 * 新增政企客户,修改
 * */
.website .add-statecos-client .el-input__icon + .el-input__inner {
  width: 100%;
}

.website .add-statecos-client .area-input .el-form-item__error {
  padding-left: 122px;
}

.client-from:hover {
  color: black !important;
}

/*
 * 政企客户
 * */
#dept-info .el-input {
  margin-left: -6px;
}

.tangram-suggestion-main {
  z-index: 1;
}

.statecos-client .el-input__icon + .el-input__inner {
  width: 194px;
}

.statecos-client .statecos-select .el-input__icon {
  right: -54px;
}

.statecos-client .statecos-manage .el-input__icon + .el-input__inner {
  width: 240px !important;
}

.statecos-client .area-input .el-input__icon + .el-input__inner {
  width: 158px;
}

.statecos-client .area-input .el-select {
  width: 25% !important;
}

.statecos-client .area-input .el-form-item__error {
  padding-left: 112px;
}

.add-btn-img img {
  display: inline-block;
  width: 42px;
  cursor: pointer;
}

/*
 * 新增合同,修改合同
 * */
.color-light .form-group .el-checkbox {
  color: #767676;
}

.color-light .form-group .el-radio {
  color: #767676;
}

.paymentTypeMonth ul li {
  width: 60%;
  height: 25px;
  border: 1px solid #e1e1e1;
  margin-bottom: 5px;
  line-height: 25px;
  padding-left: 20px;
  float: left;
}

/*
 * 权限分配
 * */
.mr4 {
  margin-right: 4px !important;
  display: inline-block;
}

/*
 * 权限管理
 * */
.time-search .el-date-editor {
  width: 160px !important;
  height: 30px !important;
}

.time-search .el-icon-time {
  color: #d0d2d0 !important;
}

.time-search .el-date-editor i {
  border-left: 1px solid #d0d0d0;
}

.time-search .el-date-editor input {
  width: 160px !important;
  height: 30px !important;
}

.time-search .common-time .el-date-editor input {
  width: 140px !important;
}

/*
 * 驾驶员业绩
 * */
#setWorkTimeModel .modal-content .add-body .row div > input {
  width: 100%;
}

.el-time-range-picker.el-picker-panel {
  z-index: 12000 !important;
}

#setWorkTimeModel .el-date-editor.el-input {
  width: 60%;
}

/*
 * 新增事故管理，修改
 * */
/*车辆事故认定书*/
.upload-main-accident-remark {
  width: 170px;
  height: 130px;
  background: url(/static/images/accidenRemark.png) no-repeat;
  margin-top: 10px;
  position: relative;
}

/*车辆事故现场照片*/
.upload-accident-img {
  width: 170px;
  height: 130px;
  background: url(/static/images/accidentImg.png) no-repeat;
  margin-top: 10px;
  position: relative;
}

/*新增油料图片*/
.upload-main-accident-remark.addOilPlugin1 {
  background: url(/static/images/addOilPlugin1.png) no-repeat center;
}

.upload-main-accident-remark.addOilPlugin2 {
  background: url(/static/images/addOilPlugin2.png) no-repeat center;
}

.upload-main-accident-remark.addOilPlugin3 {
  background: url(/static/images/addOilPlugin3.png) no-repeat center;
}

/*
 * 新增班车
 * */
.addCounttime .el-date-editor.el-input {
  width: calc(50% - 60px);
}

/*
 * 修改班车
 * */
.controls.loc > ul > li {
  margin-bottom: 15px;
}

.addCountForm .col-xs-12 .form-group .controls.loc {
  width: calc(100% - 110px);
}

/*
 * 修改班车弹框
 * */
.tangram-suggestion-main {
  z-index: 20000;
}

.loc.lh35 {
  margin-top: 2px;
}

.marginL20 {
  margin-left: 20px;
}

.tle-red {
  color: #f00;
  font-size: 16px;
}

.modal-content .add-body .row div > input.set-loc {
  width: 200px;
  height: 28px;
  line-height: 28px;
}

/*
 * 新增加盟车辆
 * */
.upload-main7 {
  width: 170px;
  height: 130px;
  background: url(/static/images/jz.png) no-repeat;
  margin-top: 10px;
  position: relative;
}

.upload-main8 {
  width: 170px;
  height: 130px;
  background: url(/static/images/zgz.png) no-repeat;
  margin-top: 10px;
  position: relative;
}

/*

 * 新增自有车辆
 * */

/*驾驶员评价*/
.evaluate-title {
  float: left;
  line-height: 20px;
  font-size: 14px;
}

.evaluate-content {
  display: block;
  float: left;
  padding: 0 5px;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #999;
  font-family: 'Microsoft YaHei';
  margin-left: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
}

.score-area {
  width: 100%;
}

.score-area .el-progress-bar {
  width: 93%;
}

.score-area .fiveStar .el-progress-bar__inner {
  background-color: #90ee90;
}

.score-area .fourStar .el-progress-bar__inner {
  background-color: #fcefbf;
}

.score-area .twoStar .el-progress-bar__inner {
  background-color: #ffa4bb;
}

.score-area .el-progress-bar__inner {
  border-radius: 0;
}

.score-area .el-progress-bar__outer {
  background: transparent;
  border-radius: 0;
}

.score-area ul li .scoreProgress {
  width: 75%;
  padding: 3px 0;
  margin-left: 10px;
}

/*车辆图片主*/
.upload-main {
  width: 170px;
  height: 130px;
  background: url(/static/images/major.png) no-repeat;
  margin-top: 10px;
  position: relative;
}

/*车辆图片副*/
.upload-main2 {
  width: 170px;
  height: 130px;
  background: url(/static/images/major2.png) no-repeat;
  margin-top: 10px;
  position: relative;
}

/*行驶证主*/
.upload-main3 {
  width: 170px;
  height: 130px;
  background: url(/static/images/xszm.png) no-repeat;
  margin-top: 10px;
  position: relative;
}

/*行驶证副*/
.upload-main4 {
  width: 170px;
  height: 130px;
  background: url(/static/images/xszf.png) no-repeat;
  margin-top: 10px;
  position: relative;
}

/*运营证*/
.upload-main5 {
  width: 170px;
  height: 130px;
  background: url(/static/images/yxz.png) no-repeat;
  margin-top: 10px;
  position: relative;
}

.upload-img {
  width: 170px;
  height: 130px;
  display: inline-block;
  border: 1px solid #bfcbd9;
}

.upload-btn {
  width: 170px;
  height: 130px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}

/*
 * 车辆类型
 * */
.breadcrumb li a:hover {
  color: black;
}

/*

 * 车辆轨迹
 * */
#line-data-start .date-picker {
  position: fixed;
  z-index: 10000;
}

.marginR20 {
  margin-right: 20px !important;
}

.time .form-data-con input {
  width: 120px !important;
  height: 30px !important;
}

.time .datetime-picker table[data-v-12c59c66] {
  width: auto;
}

.time .date-days {
  background-color: #fff;
}

.time .date-picker tbody {
  background-color: #fff;
}

.operation {
  height: 38px;
}

.operation ul li {
  width: 33.333333333%;
  float: left;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  padding-left: 10px;
  cursor: pointer;
  transition: all 300ms;
  box-sizing: border-box;
}

.operation.m-carline ul li {
  width: 20%;
}

.fa.timefa {
  font-size: 18px;
  margin-right: 10px;
  line-height: 38px;
}

.fa-pause.fa.timefa {
  font-size: 15px;
}

.fa-stop.fa.timefa {
  font-size: 14px;
}

.fa-play.fa.timefa {
  font-size: 15px;
}

.operation ul li:hover {
  color: #fff;
  background-color: hsl(231, 48%, 48%);
}

.speed {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.speed .tip {
  width: calc(100% - 160px);
  text-align: center;
}

.speed select {
  margin-top: 5px;
}

.pressArea {
  width: 100%;
  padding: 0 10px;
}

.pressArea .progress {
  width: 100%;
  margin: 10px 0;
  border-radius: 2px;
  height: 4px;
}

/*.lineLists{width: 100%;padding: 10px;height: calc(100% - 114px);}*/
.lineLists .list-head {
  background-color: hsl(0, 0%, 90%);
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

.lineLists .lists-con {
  background-color: hsl(0, 0%, 95%);
  padding-left: 10px;
  padding: 0 10px 10px;
  height: calc(100% - 40px);
  overflow-y: auto;
}

.lineLists .lists-con .con-head {
  border-bottom: 3px dashed hsl(0, 0%, 70%);
  height: 10px;
  line-height: 30px;
}

.lineLists .lists-con .con-head.noBB {
  border-bottom: 0;
  height: 0;
}

.lineLists .lists-con .lh30 {
  line-height: 30px;
}

.lineLists .lists-con .con-cons {
  width: 100%;
  margin: 10px 0;
}

.lineLists .lists-con .con-cons p {
  word-wrap: break-word;
  word-break: normal;
  margin: 0;
}

.carline.search-head ul li input.el-input__inner {
  width: 100%;
  height: 29px !important;
}

/*

 * 车辆定位
 * */
/*车辆管理-车辆定位*/
.location-body {
  overflow: auto;
  _display: inline-block;
  padding-bottom: 30px !important;
}

.location-body .location-left {
  width: 260px;
  float: left;
  border: 1px solid #ddd;
}

.location-body .location-left .location-top {
  width: 100%;
  overflow: hidden;
  background: #e4e4e4;
}

.location-body .location-left .location-active {
  background: white !important;
}

.location-body .location-left .location-top li {
  float: left;
  width: 25%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.location-body .location-left .location-bottom {
  width: 100%;
  overflow: auto;
  height: 480px;
  padding-bottom: 50px;
}

.location-body .location-left .location-bottom li {
  width: 100%;
  padding-left: 10px;
}

.location-body .location-left .location-bottom .common-li {
  line-height: 36px;
}

.location-body .location-left .location-bottom li .car-info {
  height: 36px;
}

.location-body .location-left .location-bottom li .car-info .select-car {
  width: 20px;
  display: inline-block;
  margin-top: 6px;
}

.location-body .location-left .location-bottom li .car-info .car-title {
  width: 150px;
  display: inline-block;
  text-align: left;
}

.location-body .location-left .location-bottom li ul li {
  height: 40px;
  width: 100%;
  padding-left: 20px;
  line-height: 40px;
}

.location-body .location-left .location-bottom li ul li .minimal {
  margin-right: 5px;
  display: inline-block;
}

.location-body .location-left .location-bottom li ul li:hover {
  background: #e4e4e4;
}

.location-body .location-left .location-bottom li span {
  display: inline-block;
  margin: 0;
}

.location-body .location-right {
  margin-left: 270px;
  height: 512px;
}

.location-search input {
  width: 220px !important;
  height: 30px;
}

.location-search span {
  height: 30px !important;
}

.common-li {
  cursor: pointer;
}

.all-map {
  width: 100%;
  height: 100%;
}

.carLoc label {
  max-width: none;
}

.location-body .location-left .location-bottom {
  height: calc(100% - 30px);
  padding: 10px 0;
}

.carline-enter-active {
  transition: all 0.2s ease;
  color: #fff;
}

.carline-leave-active {
  transition: all 0.8s ease;
  color: #fff;
}

.carline-enter,
.carline-leave-active {
  opacity: 0;
  color: #fff;
}

.carline2-enter-active {
  transition: all 0.2s ease;
  color: #fff;
}

.carline2-leave-active {
  transition: all 0.8s ease;
  color: #fff;
}

.carline2-enter,
.carline2-leave-active {
  opacity: 0;
  color: #fff;
}

.car-line-color {
  color: #3f51b5;
}

.new-v-loc .search-head.new-head {
  margin-bottom: 1px;
}

.new-v-loc .search-head.new-head ul.cl li {
  margin-bottom: 0;
}

.new-v-loc .search-head ul li input.el-input__inner {
  padding-right: 0;
}

.car-order-area {
  height: 16px;
  width: 22px;
  margin-top: 7px;
  float: left;
}

.car-order-area.without-order {
  border: 1px solid #f00;
}

.have-order.car-order-area {
  border: 1px solid #5fd95f;
}

.have-order-not-start.car-order-area {
  border: 1px solid #eabe5d;
}

.new-v-loc .order {
  width: auto;
}

.search-head ul li.loc-l span {
  float: none;
  margin: 0;
}

.click-mask {
  border-radius: 6px;
  background-color: #fff;
  z-index: 100000;
  color: #333;
  width: 366px;
  min-height: 366px;
  overflow: hidden;
  border: 1px solid #333;
}

.click-mask-nav {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #f5f3f0;
}

.click-mask-nav > ul > li.carno {
  padding-left: 15px;
}

.click-mask-nav > ul > li.close-mask {
  padding-right: 15px;
}

.click-mask-nav.second-nav > ul > li {
  height: 29px;
  line-height: 29px;
  float: left;
  width: 25%;
  background-color: #f5f3f0;
  color: #333;
  font-size: 13px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}

.click-mask-nav.second-nav > ul > li.active {
  background-color: #fff;
}

.click-mask-nav.second-nav > ul > li:hover {
  background-color: #fff;
}

.click-mask-main {
  width: 100%;
  padding: 10px 0 0 5px;
  height: 253px;
  overflow-y: auto;
  overflow-x: hidden;
}

.click-mask-main > ul > li {
  font-size: 13px;
  line-height: 13px;
  padding: 5px 0;
}

.main-tle {
  text-align: right;
  width: 85px;
}

.click-mask-bot {
  height: 40px;
  width: 100%;
  background-color: #f2f2f2;
  bottom: 0;
}

.click-mask-bot > ul > li {
  width: 20%;
  float: left;
  height: 40px;
  padding: 5px 10px;
}

.click-mask-bot > ul > li .loc-mask-btn {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  background-color: #4078da;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.click-mask-bot > ul > li .loc-mask-btn:hover {
  background-color: #fff;
  color: #4078da;
}

.mask-biaopan {
  height: 200px;
  background-color: rgb(237, 237, 237);
  max-width: 320px;
  position: absolute;
  right: -320px;
  bottom: 120px;
  padding: 0;
  font-size: 13px;
  transition: all 0.3s;
}

.mask-biaopan.active {
  right: 0;
}

.loc-bp-nav {
  height: 30px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #4078da;
  line-height: 30px;
}

.loc-bp-nav > .fr {
  height: 24px;
  width: 40px;
  background-color: #4078da;
  position: absolute;
  right: 5px;
  top: 3px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  z-index: 1;
}

.mailNum {
  width: calc(100% - 175px);
  height: 45px;
  margin-top: 12px;
  background-color: #fff;
}

.bp-area {
  width: 170px;
  height: 170px;
}

.no-margin {
  margin: 0;
}

.bobao {
  position: absolute;
  max-width: 380px;
  right: -400px;
  background-color: rgb(237, 237, 237);
  bottom: 120px;
  padding: 0;
  font-size: 13px;
  transition: all 0.3s;
}

.bobao.active {
  right: 0;
}

.bobao > .loc-bp-nav {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}

.bobao > .loc-bp-nav > .fr {
  top: 8px;
}

.bobao ul li {
  padding-right: 15px;
}

.bobao ul li.xx-area {
  margin-top: 20px;
}

.bobao-btn.el-button.el-button--primary {
  background-color: #4078da;
  margin-top: 10px;
  margin-bottom: 10px;
}

.huibo {
  position: absolute;
  max-width: 380px;
  right: -400px;
  background-color: rgb(237, 237, 237);
  bottom: 120px;
  padding: 0;
  font-size: 13px;
  transition: all 0.3s;
}

.huibo.active {
  right: 0;
}

.huibo > .loc-bp-nav {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}

.huibo > .loc-bp-nav > .fr {
  top: 8px;
}

.huibo ul li {
  padding-right: 15px;
}

.huibo ul li.xx-area {
  margin-top: 20px;
}

.huibo-btn.el-button.el-button--primary {
  background-color: #4078da;
  margin-top: 10px;
  margin-bottom: 10px;
}

.point {
  cursor: pointer;
}

.minimal i.car-icon {
  margin-top: 5px;
}

.is-disabled .color-normal {
  color: #bbb;
}

.color-normal {
  color: #767676;
}

.fs14 {
  font-size: 14px;
}

.location-body.new-carloc .location-left .location-bottom li ul li {
  height: 36px;
  line-height: 36px;
  padding-left: 30px;
}

.location-body.new-carloc .location-left .location-bottom li ul li.clearfix.left-menu {
  height: auto;
}

.ml5 {
  margin-left: 3px !important;
}

.vehicle-status label {
  margin: 0;
  width: 100%;
}

.vehicle-status label.ml10 {
  padding-left: 15px;
}

.loc-mask-btn .color-div {
  color: #fff;
}

.click-mask-bot > ul > li .loc-mask-btn:hover > .color-div {
  color: #4078da;
  text-decoration: none;
}

.location-left .el-tree {
  border: none;
}

.click-mask-main .mask-main-l {
  width: 85px;
  padding-right: 5px;
}

.click-mask-main .mask-main-r {
  width: calc(100% - 90px);
  border-left: 1px solid #f5f3f0;
}

/*
 * 违章查询
 * */
.tf-e {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lineSearchtable.table > thead > tr > th,
.lineSearchtable.table > tbody > tr > th,
.lineSearchtable.table > tfoot > tr > th,
.lineSearchtable.table > thead > tr > td {
  padding: 5px;
}

.lineSearchtable.table > tbody > tr > td,
.lineSearchtable.table > tbody > tr > th,
.lineSearchtable.table > tfoot > tr > td,
.lineSearchtable.table > tfoot > tr > th,
.lineSearchtable.table > thead > tr > td,
.lineSearchtable.table > thead > tr > th {
  padding: 5px;
}

.search-head ul li .no-margin-span span {
  margin: 0;
}

/*
 * 车辆轨迹弹框,车辆定位弹框
 * */
.line #main-content {
  margin: 0;
}

.line .main-wrapper {
  margin-top: 0;
  padding: 0;
}

.line .modal-box {
  width: auto;
  max-width: initial;
  margin: 0 auto;
}

.line section .content-body {
  border: 0;
  padding: 0;
}

.line .location-body {
  padding-bottom: 10px !important;
}

/*交车审核*/
.z-zhengqi {
  background-color: #dff7ff !important;
  color: #39a4ef !important;
  border-radius: 5px;
}

/*政企客户*/
.z-geren {
  background-color: #deffef !important;
  color: #16a05d !important;
  border-radius: 5px;
}

/*个人客户*/
/*通勤班车*/
.z-unoperte {
  background-color: #fff9e5 !important;
  color: #a27f00 !important;
  border-radius: 5px;
}
/*审核中*/
.z-examining {
  background-color: #dff7ff !important;
  color: #39a4ef !important;
  border-radius: 5px;
}
/*已撤销*/
.z-cancel {
  background-color: #e4e9f2!important;
  color: #8b9199!important;
  border-radius: 5px;
}
/*新申请*/
.z-fail {
  background-color: #ffe2e2 !important;
  color: #da1515 !important;
  border-radius: 5px;
}

/*已拒绝*/
.z-start {
  background-color: #ecdfff !important;
  color: #ae5da1 !important;
  border-radius: 5px;
}

/*已开始*/
.z-success {
  background-color: #deffef !important;
  color: #16a05d !important;
}

/*已派车/已变更 */
.z-doing {
  background-color: #dff7ff !important;
  color: #39a4ef !important;
  border-radius: 5px;
}

/*已接单/服务中*/
.z-disable {
  background-color: #e4e9f2 !important;
  color: #8b9199 !important;
  border-radius: 5px;
}

/*已取消*/
/*专车服务*/
.direct-order {
  background: url(/static/images/order-status.png) no-repeat 0 0px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

/*急单*/
.direct-waste {
  background: url(/static/images/order-status.png) no-repeat 0 -16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

/*作废*/
.direct-return {
  background: url(/static/images/order-status.png) no-repeat 0 -33px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

/*补单*/
.direct-dengji {
  background: url(/static/images/icon_dengji.png) no-repeat;
  width: 28px;
  height: 16px;
  display: inline-block;
  background-size: 28px 16px;
}

/*登记*/
.direct-bulu {
  background: url(/static/images/bulu_icon.jpg) no-repeat 0 0;
  width: 29px;
  height: 16px;
  display: inline-block;
}

/*补录*/
.direct-transformIn {
  background: url(/static/images/transformIn.png) no-repeat;
  width: 30px;
  height: 16px;
  display: inline-block;
}

/*调入*/
.direct-nei {
  background: url(/static/images/nei_03.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

/*内*/
.direct-change {
  background: url(/static/images/order_change.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

/*改*/
.direct-inprovice {
  background: url(/static/images/order_in_provice.png) no-repeat 0 0px;
  width: 40px;
  height: 20px;
  display: inline-block;
}

/*省内订单标识样式*/
.direct-outprovice {
  background: url(/static/images/order_out_provice.png) no-repeat 0 0px;
  width: 40px;
  height: 20px;
  display: inline-block;
}

/*省外订单标识样式*/

/*时间排序查询*/
.sort {
  cursor: pointer;
  background: url(/static/images/icon-arrow-black.png) no-repeat;
  display: inline-block;
  width: 28px;
  height: 16px;
  background-size: 28px 16px;
}

.sort_up {
  cursor: pointer;
  background: url(/static/images/icon-arrow-leftselect.png) no-repeat;
  display: inline-block;
  width: 28px;
  height: 16px;
  background-size: 28px 16px;
}

.sort_down {
  cursor: pointer;
  background: url(/static/images/icon-arrow-rightselect.png) no-repeat;
  display: inline-block;
  width: 28px;
  height: 16px;
  background-size: 28px 16px;
}

.el-pagination .el-pagination__jump .el-pagination__editor {
  width: 40px !important;
}

/*.el-popper{min-width:100px !important;}*/
.address-popper .popper-title {
  position: absolute;
  left: -20px;
  width: 60px;
  text-align: center;
}

.address-popper .popper-line {
  border: 1px solid #ddd;
  width: 140px;
  position: absolute;
  left: 18px;
  top: 9px;
}

.address-popper .popper-content {
  background: #fffae9;
  width: auto;
  min-width: 60px !important;
  max-width: 130px !important;
  position: absolute;
  left: -45px;
  bottom: 34px;
  z-index: 10;
}

.el-popover {
  min-width: 128px !important;
}

.el-autocomplete-suggestion {
  z-index: 20000 !important;
}

/*element-派车补录可输入选择框*/

.base9 .f9 {
  text-align: center;
  width: 9em;
}

/*这个值是看最长能显示几个文字，如x，则为x em*/
.base9 .f6 {
  letter-spacing: 0.6em;
  margin-right: -0.6em;
}

/*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（6-5）/(5-1)=0.25em */

.base7 .f7 {
  text-align: center;
  width: 7em;
}

/*这个值是看最长能显示几个文字，如x，则为x em*/
.base7 .f6 {
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}

.base7 .f5 {
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}

.base7 .f4 {
  letter-spacing: 1em;
  margin-right: -1em;
}

.base7 .f3 {
  letter-spacing: 2em;
  margin-right: -2em;
}

.base7 .f2 {
  letter-spacing: 5em;
  margin-right: -5em;
}

.base6 .f6 {
  text-align: center;
  width: 6em;
}

/*这个值是看最长能显示几个文字，如x，则为x em*/
.base6 .f5 {
  letter-spacing: 0.25em;
  margin-right: -0.25em;
}

/*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（6-5）/(5-1)=0.25em */
.base6 .f4 {
  letter-spacing: 0.67em;
  margin-right: -0.67em;
}

.base6 .f3 {
  letter-spacing: 1.5em;
  margin-right: -1.5em;
}

.base6 .f2 {
  letter-spacing: 4em;
  margin-right: -4em;
}

.base5 .f5 {
  text-align: center;
  width: 5em;
}

/*这个值是看最长能显示几个文字，如x，则为x em*/
.base5 .f4 {
  letter-spacing: 0.33em;
  margin-right: -0.33em;
}

/*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（5-4）/(4-1)=0.33em */
.base5 .f3 {
  letter-spacing: 1em;
  margin-right: -1em;
  display: inline-block;
}

.base5 .f2 {
  letter-spacing: 3em;
  margin-right: -3em;
}

.base4 .f4 {
  text-align: center;
  width: 4em;
}

/*这个值是看最长能显示几个文字，如x，则为x em*/
.base4 .f3 {
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}

/*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-3）/(3-1)=0.5em */
.base4 .f2 {
  letter-spacing: 2em;
  margin-right: -2em;
}

.base4 .f1 {
  width: 4em;
  text-align: right;
  display: inline-block;
}

/*字体大小类*/
.f-18 {
  font-size: 18px;
}

/*皮肤类*/
/*弹框头部背景色*/
.s-mhead-1 {
  background-color: #515151;
  color: #fff;
}

/*模态框类*/
.modal-footer.m-fot-1 {
  padding: 5px 15px;
}

.modal-box.m-style-1 {
  max-width: none;
}

.el-transfer-panel__list {
  height: 170px;
}

/*element穿梭框*/

/*辽宁所有登录页样式*/
.lyx-item {
  width: 100%;
  height: 100%;
  min-width: 1100px;
  z-index: 1000000;
  position: absolute;
  background: white;
  overflow: hidden;
}

.yzm-box {
  margin: 10px 0;
  position: relative;
}

.input-yzm {
  width: 100px !important;
  height: 38px;
  margin-top: -20px !important;
}

.span-yzm {
  width: 80px;
  height: 38px;
  display: inline-block;
  background: #ddd;
  margin-left: 10px;
}

.a-next {
  position: absolute;
  top: 10px;
  right: 20px;
}

img.imageCaptcha {
  width: 80px !important;
  height: 38px !important;
}

/*云南/公务出行login*/
.m-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.s-bg-yn.s-bg-yn-zh {
  width: 100%;
  height: 100%;
  background-color: #f1f0e5;
}

.s-bg-yn img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.m-head {
  height: 84px;
  margin: 45px auto;
  text-align: center;
}

.s-bg-ynhead img {
  vertical-align: middle;
}

.m-con-yn {
  width: 910px;
  height: 560px;
  margin: 0 auto;
}

.m-con-yn input {
  outline: none;
}

.c-l-yn img {
  width: 365px;
  vertical-align: middle;
}

.c-r-yn {
  width: 545px;
  height: 530px;
  background: rgba(255, 255, 255, 0.9);
}

.c-r-yn h2 {
  padding: 32px;
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  color: #292d34;
}

.t-r-yn {
  font-family: 'Microsoft YaHei', \5fae\8f6f\96c5\9ed1, arial, \5b8b\4f53;
  color: #292d34;
}

.c-form-yn {
  padding-left: 32px;
}

p.f-label {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #292d34;
}

.m-input-yn {
  width: 450px;
  line-height: 42px;
  height: 42px;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 4px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  margin-bottom: 10px;
}

.m-input-yn:focus {
  border-color: hsla(206, 80%, 62%, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.m-btn-yn {
  margin-top: 25px;
  width: 460px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  background: hsl(360, 74%, 51%);
  outline: none;
  border: none;
  color: hsl(0, 0%, 100%);
  text-align: center;
  font-size: 14px;
}

.p-next.a-next {
  right: 63px;
}

@media only screen and (max-width: 1366px) {
  .m-head {
    height: 84px;
    margin: 30px auto;
    text-align: center;
  }

  .m-con-yn {
    margin: 0 auto;
    height: 450px;
    width: 730px;
  }

  .m-con-yn .c-l-yn img {
    width: 290px;
  }

  .m-con-yn .c-r-yn {
    width: 440px;
    min-height: 421px;
    padding-bottom: 40px;
    height: auto;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    filter: alpha(opacity=90);
  }

  .c-r-yn h2 {
    padding: 32px;
    margin-top: 20px;
  }

  .c-r-yn form {
    padding-left: 32px;
  }

  .c-r-yn p {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .c-r-yn input {
    width: 360px;
    line-height: 30px;
    height: 30px;
  }

  .c-r-yn input.m-btn-yn {
    margin-top: 25px;
    width: 360px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    background: hsl(360, 74%, 51%);
    outline: none;
    border: none;
    color: hsl(0, 0%, 100%);
    text-align: center;
    font-size: 14px;
  }

  .c-r-yn button {
    width: 370px;
    line-height: 30px;
    height: 30px;
    border-radius: 21px;
    background: #de2526;
    outline: none;
    border: none;
    margin-top: 25px;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }

  .forget-password {
    margin-top: 60px;
    text-align: center;
    font-size: 12px;
  }

  .module-register.m-func {
    width: 360px !important;
  }

  /*.module-register{width: 360px!important;}*/
  .yn-module-psd {
    width: 360px !important;
  }

  .p-next.a-next {
    right: 49px;
  }
}

/*字体样式*/
.t-mid {
  vertical-align: middle !important;
}

.t-center {
  text-align: center !important;
}

.f-w-normal * {
  font-weight: normal;
}

/*皮肤-icon样式*/
.s-icon {
  width: 16px;
  height: 16px;
  display: block;
}

.s-icon-question {
  background: url(/static/images/question_icon.png) no-repeat left top;
  background-size: 16px 16px;
}

.u-list-tips {
  font-size: 12px;
  border-radius: 4px;
  padding: 2px;
}

/*问题样式*/
.s-tip-btn.el-button {
  background: none;
  border: 0 !important;
  padding: 0;
}

.s-tip-btn.el-button:hover {
  background: none;
  border: 0 !important;
  padding: 0;
}

/*弹出框黑色样式*/
/*.el-popover__title{color: #fff;}
.el-popover{background-color: rgba(0,0,0,.75);color: #fff;}
.el-popover .popper__arrow, .el-popover .popper__arrow::after{border-top-color: rgba(0,0,0,.4)!important;}
.el-popover .popper__arrow, .el-popover .popper__arrow::after{border-bottom-color: rgba(0,0,0,.4)!important;}*/
/*.el-popover .popper__arrow, .el-popover .popper__arrow::be{border-top-color: rgba(0,0,0,.4)!important;}*/
/*table固定高度样式*/
.table-content.c-height-fixed {
  max-height: none;
}

/*南宁登录*/
.naning .header-title {
  text-align: center;
  width: 100%;
}

.naning .header-title .title-box {
  margin: 25px auto;
  line-height: 62px;
  font-size: 46px;
  color: #236cbc;
}

.naning .header-title .title-box .item {
  line-height: 62px;
  font-size: 46px;
  color: #236cbc;
  font-weight: bold;
}

.naning .login-box {
  width: 1100px;
  min-width: 900px !important;
  max-width: 1100px !important;
  margin: 0 auto;
}

.nanning .clearfix {
  zoom: 1;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.login-module .login-btn.s-btn1 {
  background-color: #236ebe;
  color: #fff;
}

/*忘记密码，修改密码*/
.header {
  width: 100%;
  height: 80px;
  /* border-bottom: 1px solid #e3e3e3; */
  background-color: #fff;
}

.header h1 {
  margin: 0 auto;
}

.header-layout {
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
  overflow: hidden;
}

.header-layout .logo {
  float: left;
  height: 40px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #303133;
}

.header-layout .logo-title {
  float: left;
  width: auto;
  height: 30px;
  padding: 5px 0 0 10px;
  line-height: 30px;
  font-size: 24px;
  color: #303030;
}

.header-nav {
  width: auto;
  height: 14px;
  float: right;
  line-height: 14px;
  margin-top: 12px;
}

.header-nav li {
  float: left;
  padding: 0 0 0 15px;
  margin-right: 15px;
}

.header-nav li a {
  color: #4d4d4d;
  text-decoration: none;
}

.header-nav li a:hover {
  color: #f40;
  text-decoration: underline;
}

.w1100 {
  width: 1100px;
  margin: 0 auto;
}

.m-box {
  width: 80%;
  margin: 0 auto;
}

.ui-slider-wrap {
  background: #e8e8e8;
  position: relative;
}

.ui-slider-wrap .ui-slider-bg {
  width: 0;
}

.ui-slider-wrap .ui-slider-btn {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-slider-wrap .ui-slider-btn {
  background: #fff url(/static/images/slider.png) no-repeat center;
}

.w135 {
  width: 135px;
}

#addApplyModal .spacing4 {
  letter-spacing: 3.38em !important;
  margin-right: -3.37em !important;
}

.ui-slider-wrap .ui-slider-text {
  width: 100%;
  height: 100%;
  font-family: 'Microsoft YaHei';
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
}

.ui-slider-wrap .ui-slider-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slider {
  margin-bottom: 15px;
}

.forgot-con {
  padding: 40px 0 80px;
  margin: 20px auto 35px;
  width: 100%;
  background-color: #fff;
  /* border-radius: 10px; */
  /* -webkit-box-shadow: 0px 0px 3px #dde2ec;
  box-shadow: 0px 0px 3px #dde2ec; */
}

.forgot-con .forgot-form {
  margin: 0 auto;
  width: 400px;
}

.forgot-con .forgot-tle {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #303133;
}

.forgot-con .forgot-btn {
  display: block;
  padding: 0 !important;
  margin: 0 auto;
  margin-left: 80px;
  width: 320px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: none !important;
  border-radius: 4px !important;
  background-color: #467BFB;
}

.forgot-con .forgot-btn:hover {
  background: #2961E6 !important;
}

.forgot-con .forget-tip {
  width: 320px;
  margin-bottom: 0;
  margin-left: 80px;
  color: #606266;
  font-size: 14px;
}

.loc-model .click-mask-main > ul > li > .fl:last-child {
  width: calc(100% - 90px);
}

.loc-model .mask-main-r > ul > li > .fl:last-child {
  width: calc(100% - 90px);
}

/*

 * 北海登录页设计的（头部文案）
 * */
.m-head.m-head-text h2 {
  font-size: 50px;
  letter-spacing: 5px;
  color: hsl(360, 74%, 51%);
  font-family: 'Microsoft YaHei';
  line-height: 68px;
  margin: 15px 0;
  font-weight: 700;
  -webkit-text-shadow: #fff 3px 0 0, #000 0 3px 0, #fff -3px 0 0, #fff 0 -3px 0;
  -moz-text-shadow: #fff 3px 0 0, #fff 0 3px 0, #fff -3px 0 0, #fff 0 -3px 0;
  text-shadow: #fff 3px 0 0, #fff 0 3px 0, #fff -3px 0 0, #fff 0 -3px 0;
}

/*

 * home页面
 * */
.total-posion {
  margin: 0 -10px 1px 0px;
}

.router-style {
  color: #767676;
}

.router-style:hover {
  text-decoration: none;
  color: #767676 !important;
}

.wrapper.main-wrapper img {
  vertical-align: middle;
  margin: 0 auto;
}

.home-content-ln {
  width: 540px;
  margin: 0 auto;
  text-align: center;
  padding-top: 5%;
}

@media only screen and (max-width: 1301px) {
  .home-content-ln {
    width: 450px;
    padding-top: 6%;
  }
}

/*

 * 车辆定位颜色
 * */

.loc-color-red {
  color: #e9ba36;
}

/*异常车辆*/
.loc-color-green {
  color: #5fd85f;
}

/*运行车辆*/
.loc-color-yellow {
  color: #d81e06;
}

/*静止车辆*/

/*

 * 安徽登录
 * */
.head-blue,
.head-blue h2 {
  color: #197ad2 !important;
}

.anhuiLogin .m-btn-yn {
  background-color: #197ad2 !important;
}

/*

 *
 * 电子围栏
 * */
.elec-slide-l .el-radio__label {
  font-size: 13px;
}

.elec-btn {
  position: absolute;
  top: 40px;
  left: 10px;
  z-index: 10;
  padding: 8px 18px;
  color: #666;
  background-color: #fff;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  transition: color 0.3s, background-color 0.3s;
}

.elec-clear:hover {
  background-color: #30a5ff;
  color: #fff;
}

.elec-con .el-date-editor.el-input {
  width: 100%;
}

.weekModel .el-radio-button__inner,
.weekModel .el-radio-group,
.weekModel .el-radio__input {
  line-height: 23px;
}

.weekModel .el-radio__label {
  line-height: 20px;
  height: 26px;
  display: block;
  float: right;
}

.weekModel .el-checkbox__label {
  line-height: 25px;
  height: 25px;
  vertical-align: middle;
}

.weekModel .el-checkbox {
  margin-right: 20px;
  width: 120px;
}

/*

 * 昭通
 * */
.zt-content {
  text-align: center;
}

.zt-u-link {
  height: auto;
  display: inline-block;
  text-decoration: none;
  font-size: 0;
}

.zt-u-link:hover {
  text-decoration: none;
}

.zt-u-link .zt-u-link-title span {
  display: block;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 1366px) {
  .zt-content {
    margin: 200px auto 0 auto;
  }

  .zt-u-link {
    margin-right: 25px;
  }

  .zt-u-link .img {
    width: 140px;
  }

  .zt-footer {
    font-size: 12px;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
  .zt-content {
    margin: 250px auto 0 auto;
  }

  .zt-u-link {
    margin-right: 25px;
  }

  .zt-u-link .img {
    width: 170px;
  }
}

@media screen and (min-width: 1601px) {
  .zt-content {
    margin: 350px auto 0 auto;
  }

  .zt-u-link {
    margin-right: 40px;
  }
}

/*弹出框整体样式开始*/
.m-right-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 880px;
}

/*弹出框关闭按钮样式开始*/
.m-right-modal .u-modal-close {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  background-color: #f1f1f5;
  cursor: pointer;
}

.m-right-modal .u-modal-close i {
  font-size: 22px;
  font-weight: 400;
  color: #888e9a;
}

/*弹出框内容样式开始*/
.m-right-modal .u-modal-info {
  background-color: #fff;
  overflow: auto;
  display: flex;
  flex-direction: column;
  width: 400px;
  flex: 1 1 auto;
}

/*弹出框内容标题样式开始*/
.m-right-modal .u-modal-header {
  color: #626a7f;
  padding-left: 20px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

/*弹出框辅助信息样式开始*/
.m-right-modal .u-modal-sup {
  padding: 20px 20px 0;
}

.m-right-modal .u-modal-sup .u-sup-info {
  display: inline-block;
  width: 70%;
}

.m-right-modal .u-modal-sup .u-sup-btn {
  text-align: right;
  width: 30%;
  float: right;
}

.u-sup-btn a {
  color: #3370FF;
}

/*弹出框导航切换样式开始*/
.m-right-modal .u-modal-nav {
  padding: 20px 20px 0;
}

.u-modal-nav ul {
  height: 40px;
  line-height: 40px;
  width: 100%;
  border-bottom: 1px solid #dcdce0;
}

.u-modal-nav li {
  float: left;
  width: 120px;
  height: 40px;
  border: 1px solid #dcdce0;
  text-align: center;
  background: #f5f6fa;
  margin-right: 4px;
  position: relative;
  cursor: pointer;
}

.u-modal-nav li.active {
  background: #ffffff;
  color: #3370FF;
  border-bottom: none;
}

.u-modal-nav li.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #3370FF;
  display: inline-block;
}

/*弹出框正文内容样式开始*/
.m-right-modal .u-modal-content {
  padding: 20px 20px 0;
  flex: 1;
  overflow: auto;
}

/*tab里面的内容小的标题样式开始*/
.u-tabContent-title {
  border-left: 3px solid #3370FF;
  line-height: 1;
  padding-left: 5px;
  margin-bottom: 10px;
}

.m-right-modal .u-modal-section {
  margin-bottom: 40px;
}

.modal-table {
  width: 100%;
}

.modal-table tr {
  height: 50px;
  border-bottom: solid 1px #e9e9e9;
}
.modal-table th {
  background-color: #f5f6fa;
  vertical-align: middle;
  padding: 5px 10px;
  font-weight: normal;
}

.modal-table td {
  vertical-align: middle;
  word-break: break-all;
  padding: 5px 10px;
}

/* 竖排表格 */
.modal-row-table {
  border-top: solid 1px #e9e9e9;
  border-left: solid 1px #e9e9e9;
}

.modal-row-table th {
  text-align: center;
  white-space: nowrap;
  border-right: solid 1px #e9e9e9;
}

.modal-row-table td {
  border-right: solid 1px #e9e9e9;
}

/*弹出框底部按钮样式开始*/
.u-modal-footer {
  text-align: right;
  padding-right: 20px;
  line-height: 80px;
  background: #fff;
  z-index: 1;
}

/*弹出框整体样式结束*/

/* 分散对齐 */
.justify {
  text-align: justify !important;
  text-align-last: justify !important;
}

/* 弹出框基础样式 */
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}

.dialog-modal .el-dialog__body {
  padding: 15px 20px 10px 20px;
}
.dialog-modal .el-dialog__header {
  padding: 10px 20px;
}
.el-dialog__header {
  background-color: #f1f1f5;
}
.dialog-modal .el-dialog__headerbtn {
  top: inherit;
}
.dialog-modal .el-dialog__footer {
  border-top: solid 1px #e9e9e9;
  padding: 10px 20px;
}

.dialog-modal .cacelReason {
  border-radius: 5px;
}

/* 标签页公共样式 */
.page-select {
  border-bottom: solid 1px #cecece;
}

.page-select li {
  min-width: 118px;
  padding: 0 15px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.page-select li:hover {
  cursor: pointer;
}

.page-select .page-active {
  color: #3370FF;
  border-bottom: solid 3px #3370FF;
}

/* 搜索label样式 */
.search-label {
  width: 60px;
  display: inline-block;
  text-align: justify !important;
  text-align-last: justify !important;
}
.search-popover td {
  padding: 0 !important;
  border-bottom: 0 !important;
}

.search-popover th {
  padding: 0 !important;
  border: none;
}
.search-popover .el-checkbox__inner {
  width: 16px;
  height: 16px;
}

.search-popover .el-checkbox__inner:after {
  height: 10px !important;
  left: 5px !important;
}

/* element 原生样式修改 */
/* step样式修正 */
.el-step.is-simple .el-step__head {
  font-size: inherit;
}

.el-table td,
.el-table th {
  padding: 0;
  height: 40px;
}

/*列表全选/序号样式结束*/
/*验证器*/
/*.el-form-item__content{line-height: 34px!important;}*/
.el-form-item {
  margin-bottom: 4px !important;
}

.el-form-item__label {
  font-weight: 400 !important;
  color: rgb(118, 118, 118) !important;
}

.el-button--primary {
  background: #3370FF !important;
  border: 0 !important;
}

.el-input__suffix-inner .el-input__icon {
  line-height: 1;
}
.el-textarea .el-textarea__inner,
.el-input .el-input__inner {
  border-radius: 4px;
}

/* 公共打印样式 */
@media print {
  table,
  tbody,
  tr,
  td,
  th {
    border-color: #999 !important;
  }
}