@charset "UTF-8";
body {
  font-family: 'Microsoft YaHei', 'Avenir', Helvetica, Arial, sans-serif;
  margin: 0;
  overflow: auto;
}

.el-pagination {
  font-weight: normal;
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
}

.el-input__inner {
  height: 40px;
}

.el-table .cell a {
  padding: 0 5px;
}

.el-input__prefix {
  left: auto;
  right: 5px;
  top: -3px;
}

.el-input--prefix .el-input__inner {
  padding-left: 20px;
}

.el-button--warning {
  color: #fff;
  background-color: #ee8148;
  border-color: #ee8148;
}

.el-dialog__header {
  color: #577688;
}

.el-scrollbar__wrap {
  overflow-x: hidden;
}

/*按钮*/

.el-button-c1 {
  background-color: #009cff;
  border-color: #009cff;
  color: #fff;
}

.el-button-c1:hover, .el-button-c1:focus {
  background-color: #45b7ff;
  border-color: #45b7ff;
  color: #fff;
}

.el-button-c2 {
  background-color: #02a9e0;
  border-color: #02a9e0;
  color: #fff;
}

.el-button-c2:hover, .el-button-c2:focus {
  background-color: #3cc8f6;
  border-color: #3cc8f6;
  color: #fff;
}

.el-button-c3 {
  background-color: #7189ed;
  border-color: #7189ed;
  color: #fff;
}

.el-button-c3:hover, .el-button-c3:focus {
  background-color: #9aacf6;
  border-color: #9aacf6;
  color: #fff;
}

.el-button-c4 {
  background-color: #de73c1;
  border-color: #de73c1;
  color: #fff;
}

.el-button-c4:hover, .el-button-c4:focus {
  background-color: #f0a1da !important;
  border-color: #f0a1da;
  color: #fff;
}

.el-button-table {
  color: #0A7CCB;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}

.el-button-table:hover, .el-button-table:focus {
  text-decoration: underline;
}

.el-text-c1 {
  color: #009cff;
  font-size: 13px;
  cursor: pointer;
}

.el-message-box__header {
  background-color: #F2F7FA;
}

.el-message-box__title {
  color: #596D76;
  font-size: 16px;
}

.el-message-box__btns {
  text-align: center;
  margin-top: 20px;
}

.el-text-c2 {
  color: #02a9e0;
  cursor: pointer;
  font-size: 13px;
}

.el-text-c2:hover {
  color: #3cc8f6;
}

.el-text-c3 {
  color: #7189ed;
  cursor: pointer;
  font-size: 13px;
}

.el-text-grey {
  color: #A8A8A8;
}

.w30 {
  width: 40%;
}

.w60 {
  width: 60%;
}

.el-dialog__footer {
  text-align: center;
}

.w100 {
  width: 100%;
}

.w100-text {
  width: calc(100% - 50px);
}

.c2692D0 {
  color: #2692D0;
  cursor: pointer;
}

.el-text-c3:hover {
  color: #9aacf6;
}

.el-text-c4 {
  color: #de73c1;
  font-size: 13px;
}

.el-text-c4:hover {
  color: #f0a1da;
}

a, a:hover {
  color: #009cff;
  text-decoration: none;
}

.school-name {
  color: #009cff;
}

.logo {
  color: #ffffff;
}

/*菜单颜色*/

.index .main-sidebar .menu {
  background: #417cb6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0C3D7B', endColorstr='#08ADDE', GradientType=0);
}

@media screen and (max-width: 1300px) {
  .el-button {
    width: 70px;
    min-width: 100px;
  }
}

body, a {
  font-size: 12px;
}

.tool {
  padding: 5px 0 0px;
}

.tool .el-form-item {
  margin-bottom: 0px;
}

.tool .el-form-item__content {
  line-height: 1;
}

.enroll-link a {
  color: #009cff;
}

.enroll-link .copy-link {
  color: #009cff;
  border-color: #009cff;
}

/*错误界面*/

.error .error-box .title, .error .error-box .info {
  color: #a2a2a2;
}

.error .error-box .title span {
  color: #009cff;
}

.el-tabs__nav {
  height: 30px;
}

.el-tabs__item {
  height: auto;
  line-height: 1;
}

/*编辑tabs样式*/

.el-tabs.el-tabs--top, .el-tabs.el-tabs--top .el-tabs__content, .el-tabs.el-tabs--top .el-tab-pane {
  position: relative;
  height: 100%;
}

.el-tabs.el-tabs--top .el-tabs__content .el-scrollbar {
  height: calc(100% - 38px);
}

.el-tabs.el-tabs--top .el-tabs__header {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 1;
}

.el-tabs.el-tabs--top .el-tab-pane {
  position: relative;
  margin-top: 38px;
  height: calc(100% - 38px);
}

.el-tab-pane {
  overflow: auto;
}

.tabs-bottom {
  width: 100%;
  z-index: 2;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.el-tabs.el-tabs--top .management-content-box {
  margin-bottom: 20px;
}

/*编辑tabs样式 end*/

.el-dialog__header {
  font-size: 14px;
}

.el-date-editor.el-input {
  width: 100%;
}

.el-input__prefix_right .el-input__prefix {
  left: auto;
  right: 5px;
}

.el-input__prefix_right.el-input--prefix .el-input__inner {
  padding-left: 20px;
}

.success-text {
  color: #5daf34;
}

.el-select-dropdown__wrap.el-scrollbar__wrap {
  margin-bottom: 0 !important;
}

.el-select.el-select-width {
  width: 100%;
}

.el-collapse-item__arrow.el-icon-arrow-right {
  position: absolute;
  right: 15px;
}

.gray-color {
  color: #ccc
}

.el-table .cell, .cell .el-dropdown-link {
  font-size: 13px;
}

.w-e-text-container {
  z-index: 0 !important;
}

.el-range-editor.el-input__inner {
  padding: 0 5px;
}

.el-menu .el-submenu__title i::before {
  color: #fff;
}

.el-date-editor .el-range-input {
  position: relative;
  height: 90%;
}

.module-index .card-row .shortcut-entrance-box .shortcut-entrance-bg {
  background: #ecf2f5;
}

.module-index .card-row .shortcut-entrance-box .shortcut-entrance-bg:hover {
  background: #e3ebef;
}

/*.el-dialog {
    margin-top: 30vh !important;
}*/

.w-e-toolbar {
  overflow-y: auto;
}

.amap-logo {
  /*opacity:0;*/
  bottom: -100px;
  display: none;
}

.amap-copyright {
  bottom: -100px;
  display: none;
}

.el-form-item__error {
  z-index: 2;
}

.box-management {
  height: calc(100% - 0px);
  /*overflow: auto;*/
  padding: 0px;
  /*background: #fff;*/
}

.right-button {
  margin-bottom: 5px
}

/*
 *  滚动条样式
*/

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.scrollbar::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #B7B7B7;
}

.submit-button {
  height: 45px;
  font-size: 18px;
  border-radius: 45px;
  border-color: rgba(255, 255, 255, 0.22);
  -moz-box-shadow: 0px 8px 28px rgba(2, 129, 196, 0.7);
  /* 老的 Firefox */
  box-shadow: 0px 8px 28px rgba(2, 129, 196, 0.7);
  background: -webkit-linear-gradient(#62a4fe, #1d68cf);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#62a4fe, #1d68cf);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#62a4fe, #1d68cf);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#62a4fe, #1d68cf);
  /* 标准的语法 */
  margin-right: 5%;
}

.el-popper[x-placement^=bottom]:focus {
  outline: none;
}

/*head nav 弹出框*/

.head-nav {
  padding: 10px 0 0;
}

/* 车辆监控 nav*/

.bus-nav {
  padding: 0 5%;
}

.bus-nav.el-menu, .bus-nav .el-menu {
  background-color: rgba(255, 255, 255, 0);
}

.bus-nav.el-menu .el-submenu__title i::before {
  color: #586578;
}

.bus-nav .el-submenu__title {
  height: 35px;
  line-height: 35px;
}

.bus-nav .el-submenu__title:hover {
  background-color: rgba(255, 255, 255, 0);
}

.bus-nav .el-submenu .el-menu-item {
  height: 40px;
  line-height: 40px;
}

.bus-nav .el-submenu .el-menu-item:hover {
  background-color: rgba(255, 255, 255, 0);
}

.bus-nav .el-checkbox__inner {
  width: 14px;
  height: 14px;
}

.bus-nav .el-checkbox__inner::after {
  left: 4px;
  top: 1px;
}

.bus-nav .el-submenu__icon-arrow {
  font-size: 16px;
}

h3.title {
  width: calc(~'100% - 20px');
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #D9E6EF;
  font-size: 14px;
  padding-left: 20px;
  margin: 0;
}

.card-title {
  font-size: 15px;
}

.amap-lib-marker-to {
  background: none!important;
}

.amap-lib-marker-from {
  background: none!important;
}

.add-form .el-input {
  width: 90%;
}

.add-form .el-select {
  width: 90%;
}

.add-form .el-select .el-input {
  width: 100%;
}

.area-form .el-select {
  width: 29.4%;
}

@media screen and (max-height: 830px) {
  .module-login .login-center .login-bus-img img {
    margin-top: -34px!important;
    min-width: 803px!important;
  }
}

.dialog-form .el-form-item {
  /*margin-bottom: 0;*/
}

.dialog-form .el-input {
  width: 100%;
}

.dialog-form .el-select {
  width: 100%;
}

.dialog-form .el-select .el-input {
  width: 100%;
}

.dialog-form .area-form .el-select {
  width: 29.4%;
}

.form-line {
  border-top: 1px solid #C3CDD6;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 20px;
  margin-top: 20px;
}

.form-line span {
  background-color: #DBE5EE;
  position: absolute;
  top: -12px;
  padding: 0 10px;
}

/* .dialog-confirm {
    background-color: #aaa;
    border-color: #ccc;
} */

/* .dialog-confirm{
    background-color: rgb(76, 180, 255);
    border-color: rgb(76, 180, 255);
} */

.alert-cancel {
  height: 45px;
  font-size: 18px;
  border-radius: 45px;
  border-color: rgba(255, 255, 255, 0.22);
  -moz-box-shadow: 0px 8px 28px rgba(2, 129, 196, 0.7);
  /* 老的 Firefox */
  box-shadow: 0px 8px 28px rgba(2, 129, 196, 0.7);
  background: -webkit-linear-gradient(#62a4fe, #1d68cf);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#62a4fe, #1d68cf);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#62a4fe, #1d68cf);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#62a4fe, #1d68cf);
  /* 标准的语法 */
  margin-right: 7%;
}

.alert-confirm {
  height: 45px;
  font-size: 18px;
  border-radius: 45px;
  border-color: rgba(255, 255, 255, 0.22);
  -moz-box-shadow: 0px 8px 28px rgba(2, 129, 196, 0.7);
  /* 老的 Firefox */
  box-shadow: 0px 8px 28px rgba(2, 129, 196, 0.7);
  background: -webkit-linear-gradient(#62a4fe, #1d68cf);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#62a4fe, #1d68cf);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#62a4fe, #1d68cf);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#62a4fe, #1d68cf);
  /* 标准的语法 */
}

.alert-cancel:hover {
  background: rgb(76, 180, 255);
  border-color: rgb(76, 180, 255);
  color: #fff;
}

.detail-text {
  display: inline-block;
  background-color: rgba(95, 121, 144, 0.1);
  width: 90%;
  border: 1px solid rgba(95, 121, 144, 0.1);
  color: #69737D;
  border-radius: 5px;
  padding-left: 10px;
  height: 35px;
  line-height: 35px;
}

.ope-icon {
  font-size: 16px;
  vertical-align: -2px;
}

.operation-btn {
  background: #6282A9
}

.operation-btn:hover {
  background: #6282A9
}