/*
$el-color-white: #ffffff;
$el-color-black: #000000;
$el-color-primary: #409eff;
$el-color-primary-light-1: #53a8ff;
$el-color-primary-light-2: #66b1ff;
$el-color-primary-light-3: #79bbff;
$el-color-primary-light-4: #8cc5ff;
$el-color-primary-light-5: #a0cfff;
$el-color-primary-light-6: #b3d8ff;
$el-color-primary-light-7: #c6e2ff;
$el-color-primary-light-8: #d9ecff;
$el-color-primary-light-9: #ecf5ff;
$el-color-success: #67c23a;
$el-color-success-light: #e1f3d8;
$el-color-success-lighter: #f0f9eb;
$el-color-warning: #e6a23c;
$el-color-warning-light: #faecd8;
$el-color-warning-lighter: #fdf6ec;
$el-color-danger: #f56c6c;
$el-color-danger-light: #fde2e2;
$el-color-danger-lighter: #fef0f0;
$el-color-error: #f56c6c;
$el-color-error-light: #fde2e2;
$el-color-error-lighter: #fef0f0;
$el-color-info: #909399;
$el-color-info-light: #e9e9eb;
$el-color-info-lighter: #f4f4f5;
$el-text-color-primary: #303133;
$el-text-color-regular: #606266;
$el-text-color-secondary: #909399;
$el-text-color-placeholder: #c0c4cc;
$el-border-color-base: #dcdfe6;
$el-border-color-light: #e4e7ed;
$el-border-color-lighter: #ebeef5;
$el-border-color-extra-light: #f2f6fc;
$el-background-color-base: #f5f7fa;
$el-border-width-base: 1px;
$el-border-style-base: solid;
$el-border-color-hover: var($el-text-color-placeholder);
$el-border-base: var($el-border-width-base) var($el-border-style-base) var($el-border-color-base);
$el-border-radius-base: 4px;
$el-border-radius-small: 2px;
$el-border-radius-round: 20px;
$el-border-radius-circle: 100%;
$el-box-shadow-base: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
$el-box-shadow-light: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
$el-svg-monochrome-grey: #dcdde0;
$el-fill-base: var($el-color-white);
$el-font-size-extra-large: 20px;
$el-font-size-large: 18px;
 */
* {
  /*  --el-text-color-regular: $el-text-color-primary;
    --el-text-color-secondary: $el-text-color-regular;
    --el-color-info: $el-text-color-regular;
    --el-text-color-placeholder: $el-text-color-regular;
    --el-disabled-text-color: #606060;*/
  --el-table-current-row-bg-color: #c6e2ff;
  --el-table-row-hover-bg-color: #d9ecff;
}

.border-base, .left-border, .bottom-border, .right-border, .top-border, .all-border, .page-bottom, .page-search, .panel-center .panel-container, .el-form-item.content-border .el-form-item__content {
  border-width: 1px;
  border-color: #b6b9bd;
  borer-sizing: border-box;
  border-collapse: separate;
  box-shadow: rgb(220, 223, 230);
}

.el-loading-mask {
  background-color: rgba(0, 0, 0, 0) !important;
}

.el-table th.el-table__cell {
  -webkit-user-select: initial !important;
     -moz-user-select: initial !important;
          user-select: initial !important;
}
.el-table .el-table__header th {
  text-align: center;
}
.el-table .el-table__header th.is-left {
  text-align: left;
}
.el-table .el-table__header th.is-right {
  text-align: right;
}
.el-table .el-table__body td {
  text-align: center;
}
.el-table .el-table__body td.is-left {
  text-align: left;
}
.el-table .el-table__body td.is-right {
  text-align: right;
}
.el-table .el-button {
  height: 24px !important;
  padding: 5px;
}
.el-table .el-table__cell {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 40px;
}
.el-table__cell .el-table .success-color {
  text-align: center !important;
}
.el-table .el-checkbox {
  top: 2px;
  height: 18px !important;
}
.el-table .el-input-number, .el-table .el-input, .el-table .el-select {
  height: 39px;
  width: 100%;
  padding: 0px;
}
.el-table .el-input-number .el-input__inner, .el-table .el-input .el-input__inner, .el-table .el-select .el-input__inner {
  height: 39px;
}
.el-table .el-select .el-input__inner {
  padding: 0px;
}
.el-table .el-input .el-input__inner {
  padding: 0px 5px;
}
.el-table.fill-table .cell, .el-table.fill-table .el-table__cell:first-child .cell, .el-table .fill-column .cell {
  padding: 0px;
}
.el-table.fill-table .el-table__cell, .el-table.fill-table .el-table__cell:first-child .el-table__cell, .el-table .fill-column .el-table__cell {
  text-align: center;
}
.el-table.fill-table .el-table__cell.is-left, .el-table.fill-table .el-table__cell:first-child .el-table__cell.is-left, .el-table .fill-column .el-table__cell.is-left {
  text-align: left;
}
.el-table.fill-table .el-table__cell.is-left .cell, .el-table.fill-table .el-table__cell:first-child .el-table__cell.is-left .cell, .el-table .fill-column .el-table__cell.is-left .cell {
  padding-left: 12px;
  padding-right: 12px;
}
.el-table.fill-table .el-table__cell.is-right, .el-table.fill-table .el-table__cell:first-child .el-table__cell.is-right, .el-table .fill-column .el-table__cell.is-right {
  text-align: right;
}
.el-table.fill-table .el-table__cell.is-right .cell, .el-table.fill-table .el-table__cell:first-child .el-table__cell.is-right .cell, .el-table .fill-column .el-table__cell.is-right .cell {
  padding-left: 12px;
  padding-right: 12px;
}
.el-table.parent-table .current-row > td.el-table__cell {
  background-color: #c6e2ff !important;
}

.el-dialog .el-dialog__header {
  margin-right: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #b6b9bd;
  padding: 10px 20px 10px 20px;
}
.el-dialog .el-dialog__headerbtn {
  top: 0px;
  height: 45px;
  width: 45px;
}
.el-dialog .el-dialog__headerbtn .el-icon.el-dialog__close {
  font-size: 14px;
}
.el-dialog .el-dialog__body {
  padding: 10px;
}
.el-dialog .el-dialog__footer {
  padding: 9px 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #b6b9bd;
}
.el-dialog .el-dialog__footer .el-button {
  width: 100px;
}
.el-dialog.high {
  margin-top: 50px !important;
  margin-bottom: 20px !important;
}

.el-divider.el-divider--horizontal {
  height: 1px;
  border-style: none;
  background-color: #b6b9bd !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.el-divider.el-divider--horizontal .el-divider__text {
  font-weight: bold;
}
.el-divider.el-divider--horizontal.simple {
  margin-top: 5px;
  margin-bottom: 5px;
}
.el-divider.el-divider--horizontal.simple-child {
  margin-top: 5px;
  margin-bottom: 5px;
  width: calc(100% - 20px);
  margin-left: 20px;
}

.el-input-number__decrease, .el-input-number__increase {
  top: 2px !important;
}

/*.el-input.is-disabled .el-input__inner {
  color: #606060 !important;
  -webkit-text-fill-color: #606060 !important;
}*/
.el-form--label-top .el-form-item .el-form-item__label {
  font-size: 12px;
  margin-bottom: 4px !important;
  white-space: nowrap;
}

.el-form-item {
  margin-bottom: 12px !important;
}
.el-form-item.none-margin-bottom, .none-margin-bottom .el-form-item {
  margin-bottom: 0px !important;
}
.el-form-item.content-border .el-form-item__content {
  border-style: solid;
  padding: 10px;
}

.form-line {
  height: 32px;
  line-height: 32px;
  margin-bottom: 12px;
}

.form-margin {
  margin-bottom: 12px;
}

.form-content {
  margin-top: 26px !important;
}

.el-tabs .el-tabs__header {
  margin-bottom: 0px !important;
}
.el-tabs .el-tabs__header.is-left {
  margin-right: 0px !important;
}
.el-tabs .el-tabs__content {
  padding: 10px;
}
.el-tabs .el-tabs__item {
  font-weight: bold !important;
  color: #303133 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.el-tabs .el-tabs__item.is-active, .el-tabs .el-tabs__item:hover {
  color: #409eff !important;
}

.el-card__header {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold !important;
  padding: 5px 10px !important;
  margin-bottom: 5px;
  color: #303133;
}

.el-card__body {
  padding: 5px 10px !important;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #409eff !important;
}

.el-input-group__append {
  padding: 0px 10px !important;
  min-width: 20px;
  text-align: center;
}

.el-tabs__content {
  padding: 10px;
}

.el-tree {
  overflow: auto;
}

.el-divider__text.is-center {
  white-space: nowrap;
}

.el-drawer__header {
  margin-bottom: 0px !important;
  padding: 10px 20px !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #303133 !important;
  /*@extend .bottom-border*/
}

.el-drawer__body {
  padding: 10px !important;
}

.el-message-box__btns .el-button {
  min-width: 80px;
}

.el-pagination__classifier {
  margin-left: 5px;
}

body, html {
  margin: 0px;
  width: 100%;
  height: 100%;
  color: #303133;
  font-size: 14px;
}
body .el-scrollbar__bar.is-horizontal, html .el-scrollbar__bar.is-horizontal {
  height: 10px;
}
body .el-scrollbar__bar.is-vertical, html .el-scrollbar__bar.is-vertical {
  width: 10px;
}
body ::-webkit-scrollbar, html ::-webkit-scrollbar {
  width: 10px;
}
body ::-webkit-scrollbar-thumb, html ::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #b6b9bd;
  -webkit-border-radius: 3px;
}

.panel-top {
  height: 60px;
  width: 100%;
  line-height: 60px;
  background: #409eff;
  color: #ffffff;
}
.panel-top .panel-top-left {
  padding-left: 40px;
  font-size: 28px;
  font-weight: bold;
}
.panel-top .panel-top-center {
  text-align: center;
  font-size: 16px;
}
.panel-top .panel-top-right {
  margin-right: 10px;
  font-weight: normal;
  font-size: 16px;
}
.panel-top .panel-top-right .btn {
  text-align: center;
  cursor: pointer;
}
.panel-top .panel-top-right .btn:hover {
  color: rgba(0, 0, 0, 0.6);
}
.panel-top .panel-top-right .btn .svg-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: -0.4em;
}
.panel-top .panel-top-right .lang {
  margin-left: 20px;
  top: 19px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
}

.panel-center {
  height: calc(100% - 60px);
  width: 100%;
}
.panel-center .el-menu {
  font-size: 18px;
  height: 100%;
  width: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}
.panel-center .el-menu .el-menu-item .el-icon {
  height: 56px;
}
.panel-center .panel-container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 220px;
  border-style: none none none solid;
}

.text-align-right, .page-search .right {
  text-align: right;
  padding-right: 5px;
}

.icon-button {
  cursor: pointer;
  width: 30px;
  display: inline-block;
  text-align: center;
  /*  & + .el-button, & + .icon-button {
      margin-left: 12px;
    }*/
}
.icon-button:hover {
  color: #409eff;
}
.cell .icon-button {
  position: relative;
  top: 5px;
  font-size: 20px;
}
.icon-button.is-disabled {
  cursor: not-allowed;
}
.icon-button.is-disabled:hover {
  color: #808389;
}

.page-search {
  background-color: #fafafa;
  vertical-align: middle;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-style: none none solid none;
  height: 50px;
  line-height: 46px;
}
.page-search .title {
  width: 240px;
  color: #303133;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  padding-left: 30px !important;
  text-align: left;
}
.page-search .right .el-button {
  min-width: 80px;
  padding-left: 5px;
  padding-right: 5px;
}
.page-search .el-form-item .el-form-item__label {
  height: 50px;
  font-size: 14px;
}
.page-search .icon-button .el-icon {
  font-size: 32px;
  top: 50%;
  transform: translateY(-50%);
}

.page-main {
  background-color: white;
  padding: 15px;
}

.page-bottom {
  background-color: #fafafa;
  height: 32px;
  border-style: solid none none none;
}

.width20 {
  width: 20px !important;
}

.width60 {
  width: 60px !important;
}

.width80 {
  width: 80px !important;
}

.width100 {
  width: 100px !important;
}

.width120 {
  width: 120px !important;
}

.width150 {
  width: 150px !important;
}

.width180 {
  width: 180px !important;
}

.width250 {
  width: 250px !important;
}

.width100p {
  width: 100% !important;
}

.split3 {
  margin-left: 3px;
  margin-right: 3px;
}

.split5 {
  margin-left: 5px;
  margin-right: 5px;
}

.split10 {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-right5 {
  margin-right: 5px;
}

.margin-right10 {
  margin-right: 10px;
}

.line-height32 {
  line-height: 32px;
}

.all-border {
  border-style: solid;
}

.top-border {
  border-top-style: solid;
}

.right-border {
  border-right-style: solid;
}

.bottom-border {
  border-bottom-style: solid;
}

.left-border {
  border-left-style: solid;
}

.background-color {
  background-color: #fafafa;
}

.add-button {
  text-align: right;
  margin-bottom: 3px;
}

.item-left {
  width: 70%;
  display: inline-block;
}

.item-right {
  width: 30%;
  display: inline-block;
  text-align: right;
}

.success-color {
  color: #67c23a !important;
}

.color-blue {
  color: blue;
}

.color-red {
  color: red;
}

.color-orange {
  color: #f56c6c;
}

.color-purple {
  color: #8a2be2;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*input[type="number"] {
  -moz-appearance: textfield;
}*/
.el-date-picker .tagDate .el-date-table-cell__text {
  color: #fff;
  background-color: #f56c6c;
}
#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
.UserModify {
  height: 320px;
}
.Home {
  height: 100%;
  width: 100%;
}
.Login {
  min-width: 1280px;
  min-height: 600px;
  /*.login-app {
    position: relative;
    float: left;
    top: 100px;
    left: 100px;
    color: rgb(255, 255, 255);
    font-size: 32px;
    width: calc(100% - 520px);

    .login-app-title {
      font-family: 'Baskerville Old Face';
      font-size: 64px;
      line-height: 128px;
      margin-left: 20px;
      font-weight: 500;
    }

    .login-app-desc {
      margin-left: 20px;
      margin-top: 20px;
      word-break: break-word;
    }
  }*/
}
.Login .login-bg {
  background: url(../img/login-bg.0bb9a21f.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.Login .login-box {
  position: relative;
  float: right;
  right: 50px;
  width: 400px;
  padding: 40px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  color: rgb(110, 110, 110);
}
.Login .login-box .login-box-logo {
  height: 90px;
  line-height: 90px;
  font-size: 40px;
}
.Login .login-box .login-box-logo .login-app-img {
  height: 100%;
}
.Login .login-box .login-box-logo .login-app-title {
  font-family: "Baskerville Old Face";
  margin-left: 20px;
  font-weight: 500;
}
.Login .login-box .login-box-text {
  font-family: "Baskerville Old Face";
  font-size: 24px;
  margin-bottom: 28px;
  text-align: center;
}
.Login .login-box .el-form-item__label {
  color: rgb(110, 110, 110);
  font-size: 14px;
}
.Login .login-box .el-form-item {
  margin-bottom: 16px !important;
}

.svg-icon[data-v-c8a70580] {
  /*
      width: 1em;
      height: 1em;
      vertical-align: -0.15em;
      overflow: hidden;
   */
  fill: currentColor;
}

.ElNameIcon {
  height: 100%;
  line-height: 100%;
}
.ElSearchSI .el-input-group__prepend .el-select .el-input__inner {
  text-align: center;
}
.ElInputNum {
  width: 100%;
}
.AirportDatePicker {
  width: 100%;
}
