
.mode-tip[data-v-706aace0] {
  color: #fba70e;
  cursor: pointer;
}

@charset "UTF-8";
html[data-v-01574f4e],
body[data-v-01574f4e],
#app[data-v-01574f4e] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs[data-v-01574f4e] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content[data-v-01574f4e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane[data-v-01574f4e] {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message[data-v-01574f4e] {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon[data-v-01574f4e] {
    font-size: 20px;
}
.el-message .el-message__content[data-v-01574f4e] {
    color: #434D59;
}
.tableIcon[data-v-01574f4e] {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon[data-v-01574f4e]:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary[data-v-01574f4e] {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default[data-v-01574f4e]:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content[data-v-01574f4e] {
  font-size: 10px;
}
.el-icon-close[data-v-01574f4e] {
  width: 20px !important;
}
.el-upload--picture-card[data-v-01574f4e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block[data-v-01574f4e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner[data-v-01574f4e] {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
[data-v-01574f4e]::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
[data-v-01574f4e]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
[data-v-01574f4e]::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
[data-v-01574f4e]::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'][data-v-01574f4e] {
  font-size: 10px !important;
}
.editor font[size='2'][data-v-01574f4e] {
  font-size: 13px !important;
}
.editor font[size='3'][data-v-01574f4e] {
  font-size: 16px !important;
}
.editor font[size='4'][data-v-01574f4e] {
  font-size: 18px !important;
}
.editor font[size='5'][data-v-01574f4e] {
  font-size: 24px !important;
}
.editor font[size='6'][data-v-01574f4e] {
  font-size: 32px !important;
}
.editor font[size='7'][data-v-01574f4e] {
  font-size: 48px !important;
}
.information-main font[size='1'][data-v-01574f4e] {
  font-size: 10px !important;
}
.information-main font[size='2'][data-v-01574f4e] {
  font-size: 13px !important;
}
.information-main font[size='3'][data-v-01574f4e] {
  font-size: 16px !important;
}
.information-main font[size='4'][data-v-01574f4e] {
  font-size: 18px !important;
}
.information-main font[size='5'][data-v-01574f4e] {
  font-size: 24px !important;
}
.information-main font[size='6'][data-v-01574f4e] {
  font-size: 32px !important;
}
.information-main font[size='7'][data-v-01574f4e] {
  font-size: 48px !important;
}
.information-main table[data-v-01574f4e] {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th[data-v-01574f4e] {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td[data-v-01574f4e] {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner[data-v-01574f4e] {
  background: transparent;
  line-height: normal;
}
.pr-5[data-v-01574f4e] {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout[data-v-01574f4e] {
  min-height: 0;
}
body .layout-main__content > .gld-page[data-v-01574f4e] {
  height: calc(100vh - 153px);
}
.pinned[data-v-01574f4e] {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
.modify-user-info-form[data-v-01574f4e]  .el-input.is-disabled .el-input__inner {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
}

@charset "UTF-8";
html[data-v-ad81af60],
body[data-v-ad81af60],
#app[data-v-ad81af60] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs[data-v-ad81af60] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content[data-v-ad81af60] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane[data-v-ad81af60] {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message[data-v-ad81af60] {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon[data-v-ad81af60] {
    font-size: 20px;
}
.el-message .el-message__content[data-v-ad81af60] {
    color: #434D59;
}
.tableIcon[data-v-ad81af60] {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon[data-v-ad81af60]:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary[data-v-ad81af60] {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default[data-v-ad81af60]:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content[data-v-ad81af60] {
  font-size: 10px;
}
.el-icon-close[data-v-ad81af60] {
  width: 20px !important;
}
.el-upload--picture-card[data-v-ad81af60] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block[data-v-ad81af60] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner[data-v-ad81af60] {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
[data-v-ad81af60]::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
[data-v-ad81af60]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
[data-v-ad81af60]::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
[data-v-ad81af60]::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'][data-v-ad81af60] {
  font-size: 10px !important;
}
.editor font[size='2'][data-v-ad81af60] {
  font-size: 13px !important;
}
.editor font[size='3'][data-v-ad81af60] {
  font-size: 16px !important;
}
.editor font[size='4'][data-v-ad81af60] {
  font-size: 18px !important;
}
.editor font[size='5'][data-v-ad81af60] {
  font-size: 24px !important;
}
.editor font[size='6'][data-v-ad81af60] {
  font-size: 32px !important;
}
.editor font[size='7'][data-v-ad81af60] {
  font-size: 48px !important;
}
.information-main font[size='1'][data-v-ad81af60] {
  font-size: 10px !important;
}
.information-main font[size='2'][data-v-ad81af60] {
  font-size: 13px !important;
}
.information-main font[size='3'][data-v-ad81af60] {
  font-size: 16px !important;
}
.information-main font[size='4'][data-v-ad81af60] {
  font-size: 18px !important;
}
.information-main font[size='5'][data-v-ad81af60] {
  font-size: 24px !important;
}
.information-main font[size='6'][data-v-ad81af60] {
  font-size: 32px !important;
}
.information-main font[size='7'][data-v-ad81af60] {
  font-size: 48px !important;
}
.information-main table[data-v-ad81af60] {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th[data-v-ad81af60] {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td[data-v-ad81af60] {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner[data-v-ad81af60] {
  background: transparent;
  line-height: normal;
}
.pr-5[data-v-ad81af60] {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout[data-v-ad81af60] {
  min-height: 0;
}
body .layout-main__content > .gld-page[data-v-ad81af60] {
  height: calc(100vh - 153px);
}
.pinned[data-v-ad81af60] {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
.dialog .new-title[data-v-ad81af60] {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #dce1e6;
  margin: 0 0 20px;
  color: #1b2026;
  font-size: 18px;
  cursor: pointer;
}
.dialog .new-title i[data-v-ad81af60] {
    margin-right: 5px;
}
.modify-password-form[data-v-ad81af60]  input[type='password']::-ms-clear, .modify-password-form[data-v-ad81af60]  input[type='password']::-webkit-search-cancel-button {
  display: none;
}
.modify-password-form[data-v-ad81af60]  input[type='password']::-ms-reveal {
  display: none;
}
[data-v-ad81af60] .overlay {
  position: absolute;
}
[data-v-ad81af60] .el-col-8 {
  width: 50%;
}
[data-v-ad81af60] .el-col-24 {
  width: 90%;
}
.input_span span[data-v-ad81af60] {
  display: inline-block;
  width: 118px;
  height: 10px;
  background: #eeeeee;
  line-height: 20px;
}
#one[data-v-ad81af60] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0 solid;
  margin-left: 20px;
  margin-right: 3px;
}
#two[data-v-ad81af60] {
  border-left: 0 solid;
  border-right: 0 solid;
  margin-left: -5px;
  margin-right: 3px;
}
#three[data-v-ad81af60] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0 solid;
  margin-left: -5px;
}
#font span[data-v-ad81af60]:nth-child(1) {
  color: red;
  margin-left: 72px;
}
#font span[data-v-ad81af60]:nth-child(2) {
  color: orange;
  margin: 0 104px;
}
#font span[data-v-ad81af60]:nth-child(3) {
  color: #00d1b2;
}

@charset "UTF-8";
html,
body,
#app {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon {
    font-size: 20px;
}
.el-message .el-message__content {
    color: #434D59;
}
.tableIcon {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content {
  font-size: 10px;
}
.el-icon-close {
  width: 20px !important;
}
.el-upload--picture-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'] {
  font-size: 10px !important;
}
.editor font[size='2'] {
  font-size: 13px !important;
}
.editor font[size='3'] {
  font-size: 16px !important;
}
.editor font[size='4'] {
  font-size: 18px !important;
}
.editor font[size='5'] {
  font-size: 24px !important;
}
.editor font[size='6'] {
  font-size: 32px !important;
}
.editor font[size='7'] {
  font-size: 48px !important;
}
.information-main font[size='1'] {
  font-size: 10px !important;
}
.information-main font[size='2'] {
  font-size: 13px !important;
}
.information-main font[size='3'] {
  font-size: 16px !important;
}
.information-main font[size='4'] {
  font-size: 18px !important;
}
.information-main font[size='5'] {
  font-size: 24px !important;
}
.information-main font[size='6'] {
  font-size: 32px !important;
}
.information-main font[size='7'] {
  font-size: 48px !important;
}
.information-main table {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner {
  background: transparent;
  line-height: normal;
}
.pr-5 {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout {
  min-height: 0;
}
body .layout-main__content > .gld-page {
  height: calc(100vh - 153px);
}
.pinned {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
.newTag {
  position: absolute;
  top: -12px;
  right: 0;
  width: 24px;
}
.newTag img {
    width: 100%;
    height: auto;
}
.el-menu--horizontal.el-menu.nav-menu {
  height: 100%;
  background-color: transparent;
}
.el-menu--horizontal.el-menu.nav-menu .el-menu-item.nav-menu-item {
    min-width: 111px;
    height: 100%;
    font-size: 16px;
    line-height: 64px;
    color: #ffffff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
}
.el-menu--horizontal.el-menu.nav-menu .el-menu-item.nav-menu-item.is-active, .el-menu--horizontal.el-menu.nav-menu .el-menu-item.nav-menu-item:hover {
      background-color: rgba(0, 0, 0, 0.15);
}
.el-menu--horizontal.el-menu.nav-menu .el-submenu {
    min-width: 111px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    border: none;
    line-height: 64px;
}
.el-menu--horizontal.el-menu.nav-menu .el-submenu.is-active {
      background-color: rgba(0, 0, 0, 0.15);
}
.el-menu--horizontal.el-menu.nav-menu .el-submenu:hover {
      background-color: rgba(0, 0, 0, 0.15);
}
.el-menu--horizontal.el-menu.nav-menu .el-submenu:hover .el-submenu__title {
        background-color: transparent;
}
.el-menu--horizontal.el-menu.nav-menu .el-submenu.is-opened {
      min-width: 111px;
}
.el-menu--horizontal.el-menu.nav-menu .el-submenu.is-opened .el-submenu__title {
        background-color: rgba(0, 0, 0, 0.15);
}
.el-menu--horizontal.el-menu.nav-menu .el-submenu .el-submenu__title {
      height: 100%;
      font-size: 16px;
      text-align: center;
      color: #ffffff;
      line-height: 64px;
      border: none;
}
.el-menu--horizontal.el-menu.nav-menu .el-submenu .el-submenu__title .el-submenu__icon-arrow.el-icon-arrow-down {
        display: none;
}
.nav-sub-menu.el-menu--horizontal ul.el-menu {
  margin-top: 0;
  padding: 12px 8px;
  min-width: auto;
  background-color: #ffffff;
  border-radius: 8px;
}
.nav-sub-menu.el-menu--horizontal ul.el-menu li.el-menu-item.nav-menu-item {
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    color: #000000;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.nav-sub-menu.el-menu--horizontal ul.el-menu li.el-menu-item.nav-menu-item:hover {
      color: #0a61cc;
      background-color: #e8f5ff;
}
.nav-sub-menu.el-menu--horizontal ul.el-menu li.el-submenu {
    min-width: 118px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.nav-sub-menu.el-menu--horizontal ul.el-menu li.el-submenu .el-submenu__title {
      height: 100%;
      color: #000000;
      font-size: 16px;
      padding-left: 16px;
      padding-right: 16px;
      background-color: transparent;
}
.nav-sub-menu.el-menu--horizontal ul.el-menu li.el-submenu .el-submenu__title:hover {
        color: #0a61cc;
        background-color: #e8f5ff;
}
.nav-sub-menu.el-menu--horizontal ul.el-menu li.el-submenu .el-submenu__title:hover i {
          color: #0a61cc;
}
.nav-sub-menu.el-menu--horizontal ul.el-menu li.el-submenu .el-submenu__title i {
        font-weight: bold;
        color: #000000;
}
.nav-sub-menu.el-menu--horizontal ul.el-menu li.el-submenu.is-opened {
      color: #0a61cc;
      background-color: #e8f5ff;
}
.nav-sub-menu.el-menu--horizontal ul.el-menu li.el-submenu.is-opened > .el-submenu__title {
        color: #0a61cc;
        background-color: #e8f5ff;
}
.nav-sub-menu.el-menu--horizontal ul.el-menu li.el-submenu.is-opened > .el-submenu__title i {
          color: #0a61cc;
}


[data-v-6bfc984a] .el-input__icon {
  font-size: 18px;
  color: #2d8cf0;
}
[data-v-6bfc984a] .el-dropdown-menu__item {
  min-width: 118px;
  height: auto;
  padding: 0;
  line-height: 32px;
  list-style: none;
  margin: 0 4px;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  outline: 0;
  border-radius: 4px;
  overflow-x: hidden;
}
[data-v-6bfc984a] .el-badge__content--danger {
  background-color: #ff333a;
}

@charset "UTF-8";
html[data-v-6bfc984a],
body[data-v-6bfc984a],
#app[data-v-6bfc984a] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs[data-v-6bfc984a] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content[data-v-6bfc984a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane[data-v-6bfc984a] {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message[data-v-6bfc984a] {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon[data-v-6bfc984a] {
    font-size: 20px;
}
.el-message .el-message__content[data-v-6bfc984a] {
    color: #434D59;
}
.tableIcon[data-v-6bfc984a] {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon[data-v-6bfc984a]:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary[data-v-6bfc984a] {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default[data-v-6bfc984a]:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content[data-v-6bfc984a] {
  font-size: 10px;
}
.el-icon-close[data-v-6bfc984a] {
  width: 20px !important;
}
.el-upload--picture-card[data-v-6bfc984a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block[data-v-6bfc984a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner[data-v-6bfc984a] {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
[data-v-6bfc984a]::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
[data-v-6bfc984a]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
[data-v-6bfc984a]::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
[data-v-6bfc984a]::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'][data-v-6bfc984a] {
  font-size: 10px !important;
}
.editor font[size='2'][data-v-6bfc984a] {
  font-size: 13px !important;
}
.editor font[size='3'][data-v-6bfc984a] {
  font-size: 16px !important;
}
.editor font[size='4'][data-v-6bfc984a] {
  font-size: 18px !important;
}
.editor font[size='5'][data-v-6bfc984a] {
  font-size: 24px !important;
}
.editor font[size='6'][data-v-6bfc984a] {
  font-size: 32px !important;
}
.editor font[size='7'][data-v-6bfc984a] {
  font-size: 48px !important;
}
.information-main font[size='1'][data-v-6bfc984a] {
  font-size: 10px !important;
}
.information-main font[size='2'][data-v-6bfc984a] {
  font-size: 13px !important;
}
.information-main font[size='3'][data-v-6bfc984a] {
  font-size: 16px !important;
}
.information-main font[size='4'][data-v-6bfc984a] {
  font-size: 18px !important;
}
.information-main font[size='5'][data-v-6bfc984a] {
  font-size: 24px !important;
}
.information-main font[size='6'][data-v-6bfc984a] {
  font-size: 32px !important;
}
.information-main font[size='7'][data-v-6bfc984a] {
  font-size: 48px !important;
}
.information-main table[data-v-6bfc984a] {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th[data-v-6bfc984a] {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td[data-v-6bfc984a] {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner[data-v-6bfc984a] {
  background: transparent;
  line-height: normal;
}
.pr-5[data-v-6bfc984a] {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout[data-v-6bfc984a] {
  min-height: 0;
}
body .layout-main__content > .gld-page[data-v-6bfc984a] {
  height: calc(100vh - 153px);
}
.pinned[data-v-6bfc984a] {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
.jifen[data-v-6bfc984a] {
  color: #ff9326;
}
.dept-dropdown--user .el-dropdown-menu__item[data-v-6bfc984a] {
  min-width: 84px;
}
.dept-dropdown--user .iconfont[data-v-6bfc984a] {
  position: relative;
  top: 1px;
}
.active[data-v-6bfc984a] {
  background-color: #084da4;
}
.springTheme[data-v-6bfc984a] {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.navheader[data-v-6bfc984a] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d1d1d11c;
}
.navheader .navheader-logo[data-v-6bfc984a] {
    width: 330px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.navheader .navheader-logo-logoimg[data-v-6bfc984a] {
      height: 35px;
}
.navheader .navheader-logo-logoimg > img[data-v-6bfc984a] {
        height: 100%;
}
.navheader .navheader-logo .navheader-logo-fenge[data-v-6bfc984a] {
      margin: 0 14px;
      border-right: rgba(255, 255, 255, 0.3) solid 1px;
      height: 28px;
}
.navheader .navheader-logo .navheader-logo-title[data-v-6bfc984a] {
      min-width: 150px;
      letter-spacing: 2px;
}
.navheader .firstmenus[data-v-6bfc984a] {
    width: calc(100% - 950px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
    overflow: hidden;
    color: #000;
}
.navheader .firstmenus div[data-v-6bfc984a] {
      height: 64px;
      cursor: pointer;
      float: left;
      color: #ffffff;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      white-space: nowrap;
      outline: none;
}
.navheader .firstmenus .menu-wrapper[data-v-6bfc984a] {
      height: auto;
}
.navheader .firstmenus ul[data-v-6bfc984a],
    .navheader .firstmenus li[data-v-6bfc984a] {
      padding: 0;
      margin: 0;
      border: none;
      list-style: none;
}
.navheader .firstmenus .firstmenus-sel[data-v-6bfc984a] {
      background: #084da4;
}
.navheader .firstmenus .firstmenus-default[data-v-6bfc984a] {
      background: #1961ac;
}
.navheader .usercontent[data-v-6bfc984a] {
    font-size: 16px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.navheader .usercontent .nav-bar-search[data-v-6bfc984a] {
      position: relative;
      max-width: 1000px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.navheader .usercontent .nav-bar-search .indicatorDisabled[data-v-6bfc984a] {
        opacity: 0.3;
}
.navheader .usercontent .nav-bar-search .tool-bar[data-v-6bfc984a] {
        width: 40px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.navheader .usercontent .nav-bar-search .tool-bar i[data-v-6bfc984a]:hover {
          cursor: pointer;
          background: rgba(0, 0, 0, 0.16);
}
.navheader .usercontent .nav-bar-search .sys-manage[data-v-6bfc984a] {
        margin-right: 20px;
        cursor: pointer;
        height: 64px;
        width: 84px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.navheader .usercontent .nav-bar-search .sys-manage[data-v-6bfc984a]:hover {
          background-color: rgba(0, 0, 0, 0.15);
}
.navheader .usercontent .nav-bar-search .sys-manage-text[data-v-6bfc984a] {
          font-size: 16px;
          margin: 0 auto;
          color: rgba(255, 255, 255, 0.87);
}
.navheader .usercontent .nav-bar-search .dept-dropdown[data-v-6bfc984a] {
        margin-right: 0;
}
.navheader .usercontent .nav-bar-search .dept-dropdown .el-dropdown-link[data-v-6bfc984a] {
          min-width: 80px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer;
          font-size: 16px;
          color: rgba(255, 255, 255, 0.87);
}
.navheader .usercontent .nav-bar-search .dept-dropdown .el-dropdown-link__show_title[data-v-6bfc984a] {
            max-width: 120px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
}
.navheader .usercontent .nav-bar-search .dept-dropdown .el-dropdown-link-title[data-v-6bfc984a] {
            display: inline-block;
            max-width: 105px;
            overflow: hidden;
            white-space: nowrap;
            font-size: 14px;
            text-overflow: ellipsis;
}
.navheader .usercontent .nav-bar-search .dept-dropdown .el-icon-arrow-down[data-v-6bfc984a] {
          font-size: 13px;
          margin-left: 8px;
}
.navheader .usercontent .nav-bar-search .el-dropdown[data-v-6bfc984a] {
        display: inline-block;
        position: relative;
        color: #606266;
        font-size: 14px;
}
.navheader .usercontent .nav-bar-search .user-dropdown[data-v-6bfc984a] {
        margin-right: 11px;
}
.navheader .usercontent .nameImg[data-v-6bfc984a] {
      width: 35px;
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: rgba(255, 255, 255, 0.32);
      color: #ffffff;
      border-radius: 50%;
      margin: 0 13px;
}
.navheader .usercontent .image[data-v-6bfc984a] {
      width: 100%;
      height: 100%;
}
.navheader .usercontent .message-box[data-v-6bfc984a] {
      margin: 0 20px 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.navheader .usercontent .message-box .iconfont[data-v-6bfc984a] {
        font-size: 24px;
}
.lk-drawer-wrapper[data-v-6bfc984a] {
  position: absolute;
  top: 64px;
  margin-right: 20px;
  border-radius: 8px;
}
.lk-drawer[data-v-6bfc984a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
.lk-drawer__header[data-v-6bfc984a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 48px);
    overflow-y: scroll;
}
.lk-drawer__content[data-v-6bfc984a] {
    overflow-y: scroll;
    height: calc(100% - 100px);
}
.lk-drawer__footer[data-v-6bfc984a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    position: absolute;
    bottom: 100px;
    left: 0;
}
.lk-card[data-v-6bfc984a] {
  border: none;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}
.lk-card__body p[data-v-6bfc984a] {
    color: #434d59;
}
.lk-card__foot[data-v-6bfc984a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.lk-card__foot__left[data-v-6bfc984a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-right: 10px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.lk-card__foot__right[data-v-6bfc984a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
}
.lk-card__label[data-v-6bfc984a] {
    font-size: 12px;
    color: #80888f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.lk-card__label--primary[data-v-6bfc984a] {
      background: #e6f7ff;
      border-radius: 4px;
      color: #1890ff;
}

@charset "UTF-8";
html,
body,
#app {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon {
    font-size: 20px;
}
.el-message .el-message__content {
    color: #434D59;
}
.tableIcon {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content {
  font-size: 10px;
}
.el-icon-close {
  width: 20px !important;
}
.el-upload--picture-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'] {
  font-size: 10px !important;
}
.editor font[size='2'] {
  font-size: 13px !important;
}
.editor font[size='3'] {
  font-size: 16px !important;
}
.editor font[size='4'] {
  font-size: 18px !important;
}
.editor font[size='5'] {
  font-size: 24px !important;
}
.editor font[size='6'] {
  font-size: 32px !important;
}
.editor font[size='7'] {
  font-size: 48px !important;
}
.information-main font[size='1'] {
  font-size: 10px !important;
}
.information-main font[size='2'] {
  font-size: 13px !important;
}
.information-main font[size='3'] {
  font-size: 16px !important;
}
.information-main font[size='4'] {
  font-size: 18px !important;
}
.information-main font[size='5'] {
  font-size: 24px !important;
}
.information-main font[size='6'] {
  font-size: 32px !important;
}
.information-main font[size='7'] {
  font-size: 48px !important;
}
.information-main table {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner {
  background: transparent;
  line-height: normal;
}
.pr-5 {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout {
  min-height: 0;
}
body .layout-main__content > .gld-page {
  height: calc(100vh - 153px);
}
.pinned {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
.navbar {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 100;
  padding: 0;
}
.navbar .navbarbox {
    height: calc(100% - 40px);
}
.navbar .el-scrollbar {
    width: 100%;
    height: 100%;
}
.navbar .el-scrollbar__wrap {
    overflow-x: hidden;
}
.navbar .topbtn {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: rgba(255, 255, 255, 0.1) solid 1px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0 0 21px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.navbar .topbtn .lk-layout-menu__icon {
      padding-right: 12px;
}
.navbar .topbtn .lock-icon {
      font-size: 24px;
      cursor: pointer;
      color: rgba(255, 255, 255, 0.28);
}
.navbar .topbtn .lock-text {
      color: rgba(255, 255, 255, 0.28);
      font-size: 13px;
      white-space: nowrap;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
}
.navbar .ubg .userinfo-img {
    width: 70px;
    height: 70px;
    font-size: 30px;
    line-height: 70px;
}
.navbar .ubg .userinfo-text .userinfo-text-title {
    font-size: 16px;
}
.navbar .ubg .userinfo-text .userinfo-text-info {
    white-space: nowrap;
    display: block;
    font-size: 14px;
}
.navbar .usm .userinfo-img {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
}
.navbar .usm .userinfo-text .userinfo-text-title {
    font-size: 14px;
}
.navbar .userinfo {
    z-index: 99999;
    margin-bottom: 4px;
    height: 156px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: rgba(255, 255, 255, 0.1) solid 1px;
    border-top: none;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.navbar .userinfo .userinfo-img {
      width: 70px;
      height: 70px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      border: rgba(255, 255, 255, 0.14) solid 2px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #ffffff;
}
.layout-left.unexpanded .navbar .userinfo .userinfo-img {
        width: 40px;
        height: 40px;
        border-color: transparent;
}
.navbar .userinfo .userinfo-img img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
}
.navbar .userinfo .userinfo-text {
      text-align: center;
      line-height: 24px;
      margin-top: 5px;
}
.navbar .userinfo .userinfo-text .userinfo-text-title {
        font-size: 16px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
}
.layout-left.unexpanded .navbar .userinfo .userinfo-text .userinfo-text-title {
          font-size: 12px;
}
.navbar .userinfo .userinfo-text .userinfo-text-info {
        white-space: nowrap;
        font-size: 14px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
}
.layout-left.unexpanded .navbar .userinfo .userinfo-text .userinfo-text-info {
          opacity: 0;
}
.navbar .scrollmenus {
    background: white;
    height: calc(100% - 160px);
    border-radius: 4px 4px 0 0;
    padding-top: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.navbar .menus {
    position: relative;
    border-radius: 4px;
}
.navbar .menus ul,
    .navbar .menus li {
      padding: 0;
      margin: 0;
      list-style: none;
}
.navbar .menus .menu {
      white-space: nowrap;
      font-weight: 500;
      padding-left: 12px;
      padding: 0 4px 3px;
}
.navbar .menus .menu .menu-item {
        cursor: pointer;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-left: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 4px;
        background: #edeff2;
}
.navbar .menus .menu .menu-item:hover {
          background: #e6f2ff;
          color: #3d96f5;
}
.navbar .menus .menu .menu-item .menu-item-left {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.navbar .menus .menu .menu-item .moreicon {
          color: #828d99;
          padding-right: 15px;
}
.navbar .menus .menu .menu-item .menu-item-title {
          padding-left: 12px;
          font-size: 14px;
}
.navbar .menus .menu .menu-item .iconf .creccaidan {
          color: #1cc2ff;
          font-size: 28px !important;
}
.navbar .menus .menu .menu-item .iconf .iconfont {
          color: #1cc2ff;
          font-size: 28px !important;
}
.navbar .menus .menu .menu-item-child {
        z-index: 9999;
        cursor: pointer;
        font-size: 14px;
        margin: 3px 0px;
        width: 100%;
}
.navbar .menus .menu .menu-item-child .child-item {
          border-radius: 4px;
          width: 100%;
          height: 48px;
          padding-left: 50px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          box-sizing: border-box;
          width: 100%;
          position: relative;
}
.navbar .menus .menu .menu-item-child .child-item:hover {
            background: #e6f2ff;
            color: #3d96f5;
}
.navbar .menus .menu .menu-item-child .child-item .child-item-main {
            height: 100%;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
}
.navbar .menus .menu .menu-item-child .child-item .child-item-more {
            padding-right: 15px;
}
.navbar .menus .menu .menu-item-child .child-item .menu-item-child-siji {
            position: relative;
            -webkit-box-shadow: 0px 0px 5px #808080;
                    box-shadow: 0px 0px 5px #808080;
            z-index: 999;
            border-radius: 4px;
            position: fixed;
            background: white;
            color: #000000;
            font-size: 14px;
            padding: 5px;
            width: 195px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
}
.navbar .menus .menu .menu-item-child .child-item .menu-item-child-siji .menu-item-child-siji-move {
              left: -7px;
              height: 100%;
              width: 7px;
              position: absolute;
}
.navbar .menus .menu .menu-item-child .child-item .menu-item-child-siji .child-siji-item {
              border-radius: 4px;
              padding: 0px 12px;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              height: 32px;
              line-height: 32px;
}
.navbar .menus .menu .menu-item-child .child-item .menu-item-child-siji .child-siji-item:hover {
                background: #e6f2ff;
                color: #3d96f5;
}
.navbar .menus .menus-siji-wuji-move {
      top: 64px;
      height: calc(100vh - 64px);
      width: 20px;
      position: fixed;
      z-index: 100;
}
.navbar .menus .menus-siji-wuji {
      z-index: 100;
      -webkit-box-shadow: 0px 0px 5px #808080;
              box-shadow: 0px 0px 5px #808080;
      position: fixed;
      top: 64px;
      left: 190px;
      width: 310px;
      height: calc(100vh - 64px);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden;
      background: white;
      font-size: 14px;
      color: #1f2e4d;
}
.navbar .menus .menus-siji-wuji .el-scrollbar__wrap {
        overflow-x: hidden;
}
.navbar .menus .menus-siji-wuji .menus-siji-wuji-content {
        height: 100%;
        padding: 0px 10px;
}
.navbar .menus .menus-siji-wuji .menus-siji-wuji-content .menus-siji-wuji-item {
          cursor: pointer;
          margin-top: 10px;
}
.navbar .menus .menus-siji-wuji .menus-siji-wuji-content .menus-siji-wuji-item .siji-wuji-item-title {
            clear: both;
            margin-top: 20px;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}
.navbar .menus .menus-siji-wuji .menus-siji-wuji-content .menus-siji-wuji-item .siji-wuji-item-title .title-info {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              font-size: 14px;
              font-weight: bold;
}
.navbar .menus .menus-siji-wuji .menus-siji-wuji-content .menus-siji-wuji-item .siji-wuji-item-title .title-info .title-yuandian {
                background: #1961ac;
                border-radius: 100%;
                width: 4px;
                height: 4px;
                margin-right: 10px;
}
.navbar .menus .menus-siji-wuji .menus-siji-wuji-content .menus-siji-wuji-item .siji-wuji-item-title .title-ico {
              margin-left: 10px;
              color: #8492a6;
              cursor: pointer;
}
.navbar .menus .menus-siji-wuji .menus-siji-wuji-content .menus-siji-wuji-item .menus-wuji {
            margin-top: 12px;
            clear: both;
}
.navbar .menus .menus-siji-wuji .menus-siji-wuji-content .menus-siji-wuji-item .menus-wuji .menus-wuji-item {
              width: 92%;
              height: 32px;
              line-height: 32px;
              border-radius: 4px;
              padding: 0 0 0 20px;
              float: left;
              margin: 0;
              cursor: pointer;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
}
.navbar .menus .menus-siji-wuji .menus-siji-wuji-content .menus-siji-wuji-item .menus-wuji .menus-wuji-item:hover {
                background: #e6f2ff;
                color: #3d96f5;
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fade-enter {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.fade-leave-to {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.DEFAULT_CODE .navbar {
  background: #0a61cc;
}
.DEFAULT_CODE .navbar .topbtn {
    background: #0a61cc;
}
.DEFAULT_CODE .navbar .defultImgbg {
    background-color: #084da4;
}
.SPRING_FESTIVAL .navbar {
  background: #bf0408;
}
.SPRING_FESTIVAL .navbar .topbtn {
    background: #bf0408;
}

@charset "UTF-8";
html,
body,
#app {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon {
    font-size: 20px;
}
.el-message .el-message__content {
    color: #434D59;
}
.tableIcon {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content {
  font-size: 10px;
}
.el-icon-close {
  width: 20px !important;
}
.el-upload--picture-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'] {
  font-size: 10px !important;
}
.editor font[size='2'] {
  font-size: 13px !important;
}
.editor font[size='3'] {
  font-size: 16px !important;
}
.editor font[size='4'] {
  font-size: 18px !important;
}
.editor font[size='5'] {
  font-size: 24px !important;
}
.editor font[size='6'] {
  font-size: 32px !important;
}
.editor font[size='7'] {
  font-size: 48px !important;
}
.information-main font[size='1'] {
  font-size: 10px !important;
}
.information-main font[size='2'] {
  font-size: 13px !important;
}
.information-main font[size='3'] {
  font-size: 16px !important;
}
.information-main font[size='4'] {
  font-size: 18px !important;
}
.information-main font[size='5'] {
  font-size: 24px !important;
}
.information-main font[size='6'] {
  font-size: 32px !important;
}
.information-main font[size='7'] {
  font-size: 48px !important;
}
.information-main table {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner {
  background: transparent;
  line-height: normal;
}
.pr-5 {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout {
  min-height: 0;
}
body .layout-main__content > .gld-page {
  height: calc(100vh - 153px);
}
.pinned {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
.tabview {
  height: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tabview .el-tabs__item .el-icon-error {
    margin-left: 5px;
}
.tabview .el-tabs__item .el-icon-error:hover {
      color: white;
}
.tabview .el-tabs__nav-next,
  .tabview .el-tabs__nav-prev {
    color: white;
}
.tabview .el-tabs--card > .el-tabs__header .el-tabs__nav {
    border: none !important;
}
.tabview .el-tabs--card > .el-tabs__header {
    border: none !important;
}
.tabview .el-tabs__item.is-active {
    color: white;
    font-weight: bold;
}
.tabview .el-tabs__item.is-active .lk-layout-main__tab-textNew {
      padding: 0 4px;
      border-radius: 20px;
      height: 24px;
      line-height: 24px;
      text-align: center;
}
.tabview .el-tabs__item.is-active .lk-layout-main__tab-textNew .shouye {
        margin-left: 5px;
}
.tabview .el-tabs__item.is-active .defaultBgCo {
      background-color: #094da3;
}
.tabview .el-tabs__item.is-active .springBgCo {
      background-color: rgba(0, 0, 0, 0.15);
}
.tabview .el-tabs__item {
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
    padding: 0 !important;
    border: none !important;
}
.tabview .lk-layout-main__tab2 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.tabview .lk-layout-main__tab-textHome {
    background-color: #094da3;
    padding: 0 10px;
    border-radius: 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.tabview .lk-layout-main__tab-textHome .shouye {
      margin-left: 5px;
}
.tabview .lk-layout-main__tab-textNew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 1px;
    padding: 0 4px;
    border-radius: 20px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.tabview .lk-layout-main__tab-textNew .lk-layout-main__tab-textNewtitle {
      max-width: 100px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.tabview .lk-layout-main__tab-textNew.is-home {
      background-color: rgba(8, 77, 164, 0.4);
}
.tabview .lk-layout-main__tab-textNew.is-homebg {
      background-color: rgba(0, 0, 0, 0.15);
}
.tabview .lk-layout-main__tab-textNew .shouye {
      margin-left: 5px;
}
.tabview .lk-layout-main__tab-textNew:hover {
      color: white;
      background-color: rgba(0, 0, 0, 0.15);
}
.tabview .el-tabs__nav-wrap {
    margin-bottom: 0 !important;
}
.DEFAULT_CODE .tabview {
  background: #0a61cc;
}
.DEFAULT_CODE .tabview .el-tabs__item .el-icon-error {
    margin-left: 5px;
    color: #367bcd;
}
.DEFAULT_CODE .tabview .el-tabs__item .el-icon-error:hover {
      color: white;
}
.SPRING_FESTIVAL .tabview .el-tabs__item .el-icon-error {
  margin-left: 5px;
}
.SPRING_FESTIVAL .tabview .el-tabs__item .el-icon-error:hover {
    color: white !important;
}

@charset "UTF-8";
html,
body,
#app {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon {
    font-size: 20px;
}
.el-message .el-message__content {
    color: #434D59;
}
.tableIcon {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content {
  font-size: 10px;
}
.el-icon-close {
  width: 20px !important;
}
.el-upload--picture-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'] {
  font-size: 10px !important;
}
.editor font[size='2'] {
  font-size: 13px !important;
}
.editor font[size='3'] {
  font-size: 16px !important;
}
.editor font[size='4'] {
  font-size: 18px !important;
}
.editor font[size='5'] {
  font-size: 24px !important;
}
.editor font[size='6'] {
  font-size: 32px !important;
}
.editor font[size='7'] {
  font-size: 48px !important;
}
.information-main font[size='1'] {
  font-size: 10px !important;
}
.information-main font[size='2'] {
  font-size: 13px !important;
}
.information-main font[size='3'] {
  font-size: 16px !important;
}
.information-main font[size='4'] {
  font-size: 18px !important;
}
.information-main font[size='5'] {
  font-size: 24px !important;
}
.information-main font[size='6'] {
  font-size: 32px !important;
}
.information-main font[size='7'] {
  font-size: 48px !important;
}
.information-main table {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner {
  background: transparent;
  line-height: normal;
}
.pr-5 {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout {
  min-height: 0;
}
body .layout-main__content > .gld-page {
  height: calc(100vh - 153px);
}
.pinned {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
.layout-main-bottom-content-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout-main-bottom-content-wrap > * {
    width: 100%;
}

@charset "UTF-8";
html[data-v-c7b35eb2],
body[data-v-c7b35eb2],
#app[data-v-c7b35eb2] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs[data-v-c7b35eb2] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content[data-v-c7b35eb2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane[data-v-c7b35eb2] {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message[data-v-c7b35eb2] {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon[data-v-c7b35eb2] {
    font-size: 20px;
}
.el-message .el-message__content[data-v-c7b35eb2] {
    color: #434D59;
}
.tableIcon[data-v-c7b35eb2] {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon[data-v-c7b35eb2]:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary[data-v-c7b35eb2] {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default[data-v-c7b35eb2]:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content[data-v-c7b35eb2] {
  font-size: 10px;
}
.el-icon-close[data-v-c7b35eb2] {
  width: 20px !important;
}
.el-upload--picture-card[data-v-c7b35eb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block[data-v-c7b35eb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner[data-v-c7b35eb2] {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
[data-v-c7b35eb2]::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
[data-v-c7b35eb2]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
[data-v-c7b35eb2]::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
[data-v-c7b35eb2]::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'][data-v-c7b35eb2] {
  font-size: 10px !important;
}
.editor font[size='2'][data-v-c7b35eb2] {
  font-size: 13px !important;
}
.editor font[size='3'][data-v-c7b35eb2] {
  font-size: 16px !important;
}
.editor font[size='4'][data-v-c7b35eb2] {
  font-size: 18px !important;
}
.editor font[size='5'][data-v-c7b35eb2] {
  font-size: 24px !important;
}
.editor font[size='6'][data-v-c7b35eb2] {
  font-size: 32px !important;
}
.editor font[size='7'][data-v-c7b35eb2] {
  font-size: 48px !important;
}
.information-main font[size='1'][data-v-c7b35eb2] {
  font-size: 10px !important;
}
.information-main font[size='2'][data-v-c7b35eb2] {
  font-size: 13px !important;
}
.information-main font[size='3'][data-v-c7b35eb2] {
  font-size: 16px !important;
}
.information-main font[size='4'][data-v-c7b35eb2] {
  font-size: 18px !important;
}
.information-main font[size='5'][data-v-c7b35eb2] {
  font-size: 24px !important;
}
.information-main font[size='6'][data-v-c7b35eb2] {
  font-size: 32px !important;
}
.information-main font[size='7'][data-v-c7b35eb2] {
  font-size: 48px !important;
}
.information-main table[data-v-c7b35eb2] {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th[data-v-c7b35eb2] {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td[data-v-c7b35eb2] {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner[data-v-c7b35eb2] {
  background: transparent;
  line-height: normal;
}
.pr-5[data-v-c7b35eb2] {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout[data-v-c7b35eb2] {
  min-height: 0;
}
body .layout-main__content > .gld-page[data-v-c7b35eb2] {
  height: calc(100vh - 153px);
}
.pinned[data-v-c7b35eb2] {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/* 中铁主题色 */
/* 文字颜色和字体大小 */
.layout[data-v-c7b35eb2] {
  height: 100%;
}
.layout .header[data-v-c7b35eb2] {
    height: 64px;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}
.layout .layout-content[data-v-c7b35eb2] {
    height: calc(100% - 65px);
    width: 100%;
    z-index: 100;
    overflow: hidden;
}
.layout .layout-content .layout-main-top[data-v-c7b35eb2] {
      position: relative;
      width: 100%;
      height: 40px;
      z-index: 99;
}
.layout .layout-content__wrapper[data-v-c7b35eb2] {
      height: calc(100% - 39px - 32px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.layout .layout-content__wrapper .layout-left[data-v-c7b35eb2] {
        width: 56px;
        z-index: 100;
        background: white;
        -webkit-transition: width 0.2s;
        transition: width 0.2s;
}
.layout .layout-content__wrapper .layout-main[data-v-c7b35eb2] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-transition: width 0.2s;
        transition: width 0.2s;
        background: #edeff2;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
}
.layout .layout-content__wrapper .layout-main .layout-main-top[data-v-c7b35eb2] {
          position: relative;
          width: 100%;
          height: 40px;
          z-index: 99;
}
.layout .layout-content__wrapper .layout-main .layout-main-bottom[data-v-c7b35eb2] {
          height: 100%;
          overflow: hidden;
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          position: relative;
}
.layout .layout-content__wrapper .layout-main .layout-main-bottom .layout-main-bottom-content[data-v-c7b35eb2] {
            padding: 8px;
            width: 100%;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                    align-items: stretch;
}
.layout .layout-content__wrapper .layout-main .layout-main-bottom .layout-main-bottom-content-wrap[data-v-c7b35eb2] {
              width: 100%;
              border-radius: 8px;
              background-color: #ffffff;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-align: stretch;
                  -ms-flex-align: stretch;
                      align-items: stretch;
}
.layout .layout-content__wrapper .layout-main .layout-main-bottom .layout-main-bottom-bj[data-v-c7b35eb2] {
            z-index: -1;
            position: fixed;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            height: 300px;
            width: 100%;
            top: 64px;
            left: 0px;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #0a61cc), to(#eff2f7));
            background: linear-gradient(to bottom, #0a61cc 40%, #eff2f7 100%);
}
.layout .layout-content__footer[data-v-c7b35eb2] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 32px;
      line-height: 32px;
      color: #fff;
}
.layout .layout-content__footer .footer-fs[data-v-c7b35eb2] {
        opacity: 0.54;
        font-size: 13px;
}
.tbfade-enter-active[data-v-c7b35eb2],
.tbfade-leave-active[data-v-c7b35eb2] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tbfade-enter[data-v-c7b35eb2] {
  opacity: 0;
}
.tbfade-leave-to[data-v-c7b35eb2] {
  opacity: 0;
}
.DEFAULT_CODE .header[data-v-c7b35eb2] {
  background: #0a61cc;
}
.DEFAULT_CODE .layout-content__footer[data-v-c7b35eb2] {
  background-color: #0a61cc;
}
.SPRING_FESTIVAL .header[data-v-c7b35eb2] {
  background: #bf0408;
}
.SPRING_FESTIVAL .layout-content__footer[data-v-c7b35eb2] {
  background-color: #bf0408;
}

@charset "UTF-8";
html[data-v-f45c92a0],
body[data-v-f45c92a0],
#app[data-v-f45c92a0] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs[data-v-f45c92a0] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content[data-v-f45c92a0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane[data-v-f45c92a0] {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message[data-v-f45c92a0] {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon[data-v-f45c92a0] {
    font-size: 20px;
}
.el-message .el-message__content[data-v-f45c92a0] {
    color: #434D59;
}
.tableIcon[data-v-f45c92a0] {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon[data-v-f45c92a0]:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary[data-v-f45c92a0] {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default[data-v-f45c92a0]:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content[data-v-f45c92a0] {
  font-size: 10px;
}
.el-icon-close[data-v-f45c92a0] {
  width: 20px !important;
}
.el-upload--picture-card[data-v-f45c92a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block[data-v-f45c92a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner[data-v-f45c92a0] {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
[data-v-f45c92a0]::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
[data-v-f45c92a0]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
[data-v-f45c92a0]::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
[data-v-f45c92a0]::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'][data-v-f45c92a0] {
  font-size: 10px !important;
}
.editor font[size='2'][data-v-f45c92a0] {
  font-size: 13px !important;
}
.editor font[size='3'][data-v-f45c92a0] {
  font-size: 16px !important;
}
.editor font[size='4'][data-v-f45c92a0] {
  font-size: 18px !important;
}
.editor font[size='5'][data-v-f45c92a0] {
  font-size: 24px !important;
}
.editor font[size='6'][data-v-f45c92a0] {
  font-size: 32px !important;
}
.editor font[size='7'][data-v-f45c92a0] {
  font-size: 48px !important;
}
.information-main font[size='1'][data-v-f45c92a0] {
  font-size: 10px !important;
}
.information-main font[size='2'][data-v-f45c92a0] {
  font-size: 13px !important;
}
.information-main font[size='3'][data-v-f45c92a0] {
  font-size: 16px !important;
}
.information-main font[size='4'][data-v-f45c92a0] {
  font-size: 18px !important;
}
.information-main font[size='5'][data-v-f45c92a0] {
  font-size: 24px !important;
}
.information-main font[size='6'][data-v-f45c92a0] {
  font-size: 32px !important;
}
.information-main font[size='7'][data-v-f45c92a0] {
  font-size: 48px !important;
}
.information-main table[data-v-f45c92a0] {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th[data-v-f45c92a0] {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td[data-v-f45c92a0] {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner[data-v-f45c92a0] {
  background: transparent;
  line-height: normal;
}
.pr-5[data-v-f45c92a0] {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout[data-v-f45c92a0] {
  min-height: 0;
}
body .layout-main__content > .gld-page[data-v-f45c92a0] {
  height: calc(100vh - 153px);
}
.pinned[data-v-f45c92a0] {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
[data-v-f45c92a0] .el-dialog__body {
  height: 100% !important;
  max-height: 100%;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  /* 兼容IE */
  overflow-y: hidden;
  overflow-x: hidden;
}
[data-v-f45c92a0] .el-dialog__header {
  padding: 0;
  line-height: 0;
}
.startD[data-v-f45c92a0] {
  overflow: hidden;
}
[data-v-f45c92a0] .el-dialog {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  /* 兼容IE */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  /* 兼容IE */
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.worklucky-close[data-v-f45c92a0] {
  width: 5%;
  position: absolute;
  right: 7vh;
  top: 9vh;
  cursor: pointer;
}

@charset "UTF-8";
html[data-v-db8c13f0],
body[data-v-db8c13f0],
#app[data-v-db8c13f0] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs[data-v-db8c13f0] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content[data-v-db8c13f0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane[data-v-db8c13f0] {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message[data-v-db8c13f0] {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon[data-v-db8c13f0] {
    font-size: 20px;
}
.el-message .el-message__content[data-v-db8c13f0] {
    color: #434D59;
}
.tableIcon[data-v-db8c13f0] {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon[data-v-db8c13f0]:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary[data-v-db8c13f0] {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default[data-v-db8c13f0]:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content[data-v-db8c13f0] {
  font-size: 10px;
}
.el-icon-close[data-v-db8c13f0] {
  width: 20px !important;
}
.el-upload--picture-card[data-v-db8c13f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block[data-v-db8c13f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner[data-v-db8c13f0] {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
[data-v-db8c13f0]::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
[data-v-db8c13f0]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
[data-v-db8c13f0]::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
[data-v-db8c13f0]::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'][data-v-db8c13f0] {
  font-size: 10px !important;
}
.editor font[size='2'][data-v-db8c13f0] {
  font-size: 13px !important;
}
.editor font[size='3'][data-v-db8c13f0] {
  font-size: 16px !important;
}
.editor font[size='4'][data-v-db8c13f0] {
  font-size: 18px !important;
}
.editor font[size='5'][data-v-db8c13f0] {
  font-size: 24px !important;
}
.editor font[size='6'][data-v-db8c13f0] {
  font-size: 32px !important;
}
.editor font[size='7'][data-v-db8c13f0] {
  font-size: 48px !important;
}
.information-main font[size='1'][data-v-db8c13f0] {
  font-size: 10px !important;
}
.information-main font[size='2'][data-v-db8c13f0] {
  font-size: 13px !important;
}
.information-main font[size='3'][data-v-db8c13f0] {
  font-size: 16px !important;
}
.information-main font[size='4'][data-v-db8c13f0] {
  font-size: 18px !important;
}
.information-main font[size='5'][data-v-db8c13f0] {
  font-size: 24px !important;
}
.information-main font[size='6'][data-v-db8c13f0] {
  font-size: 32px !important;
}
.information-main font[size='7'][data-v-db8c13f0] {
  font-size: 48px !important;
}
.information-main table[data-v-db8c13f0] {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th[data-v-db8c13f0] {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td[data-v-db8c13f0] {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner[data-v-db8c13f0] {
  background: transparent;
  line-height: normal;
}
.pr-5[data-v-db8c13f0] {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout[data-v-db8c13f0] {
  min-height: 0;
}
body .layout-main__content > .gld-page[data-v-db8c13f0] {
  height: calc(100vh - 153px);
}
.pinned[data-v-db8c13f0] {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
.headerActivity[data-v-db8c13f0] {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerActivity .imageacy[data-v-db8c13f0] {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.headerActivity .imageacy .actyClose[data-v-db8c13f0] {
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -12px;
      width: 24px;
      height: 24px;
      cursor: pointer;
}
.headerActivity .imageacy .actyClose img[data-v-db8c13f0] {
        width: 100%;
        height: 100%;
        display: block;
}
.headerActivity .curs[data-v-db8c13f0] {
    cursor: pointer;
}

@charset "UTF-8";
html[data-v-18451abe],
body[data-v-18451abe],
#app[data-v-18451abe] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs[data-v-18451abe] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content[data-v-18451abe] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane[data-v-18451abe] {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message[data-v-18451abe] {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon[data-v-18451abe] {
    font-size: 20px;
}
.el-message .el-message__content[data-v-18451abe] {
    color: #434D59;
}
.tableIcon[data-v-18451abe] {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon[data-v-18451abe]:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary[data-v-18451abe] {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default[data-v-18451abe]:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content[data-v-18451abe] {
  font-size: 10px;
}
.el-icon-close[data-v-18451abe] {
  width: 20px !important;
}
.el-upload--picture-card[data-v-18451abe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block[data-v-18451abe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner[data-v-18451abe] {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
[data-v-18451abe]::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
[data-v-18451abe]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
[data-v-18451abe]::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
[data-v-18451abe]::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'][data-v-18451abe] {
  font-size: 10px !important;
}
.editor font[size='2'][data-v-18451abe] {
  font-size: 13px !important;
}
.editor font[size='3'][data-v-18451abe] {
  font-size: 16px !important;
}
.editor font[size='4'][data-v-18451abe] {
  font-size: 18px !important;
}
.editor font[size='5'][data-v-18451abe] {
  font-size: 24px !important;
}
.editor font[size='6'][data-v-18451abe] {
  font-size: 32px !important;
}
.editor font[size='7'][data-v-18451abe] {
  font-size: 48px !important;
}
.information-main font[size='1'][data-v-18451abe] {
  font-size: 10px !important;
}
.information-main font[size='2'][data-v-18451abe] {
  font-size: 13px !important;
}
.information-main font[size='3'][data-v-18451abe] {
  font-size: 16px !important;
}
.information-main font[size='4'][data-v-18451abe] {
  font-size: 18px !important;
}
.information-main font[size='5'][data-v-18451abe] {
  font-size: 24px !important;
}
.information-main font[size='6'][data-v-18451abe] {
  font-size: 32px !important;
}
.information-main font[size='7'][data-v-18451abe] {
  font-size: 48px !important;
}
.information-main table[data-v-18451abe] {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th[data-v-18451abe] {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td[data-v-18451abe] {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner[data-v-18451abe] {
  background: transparent;
  line-height: normal;
}
.pr-5[data-v-18451abe] {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout[data-v-18451abe] {
  min-height: 0;
}
body .layout-main__content > .gld-page[data-v-18451abe] {
  height: calc(100vh - 153px);
}
.pinned[data-v-18451abe] {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/* 中铁主题色 */
/* 文字颜色和字体大小 */
.topbanner[data-v-18451abe] {
  width: 100%;
}
.topbanner .headerOpen[data-v-18451abe] {
    position: relative;
    z-index: 100;
    height: calc(220 / 1920 * 100vw);
}
.topbanner .headerOpen .openCurs[data-v-18451abe] {
      cursor: pointer;
}
.topbanner .headerOpen .headerOpenImg[data-v-18451abe] {
      position: relative;
      z-index: 100;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
}
.topbanner .headerOpen .headerOpenImg .setTimeStop[data-v-18451abe] {
        position: absolute;
        right: 16px;
        bottom: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background: rgba(0, 0, 0, 0.65);
        color: rgba(255, 255, 255, 0.85);
        height: 34px;
        padding: 0 10px 0 14px;
        border-radius: 4px;
        font-size: 14px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.topbanner .headerOpen .headerOpenImg .setTimeStop .seconds[data-v-18451abe] {
          height: 20px;
          line-height: 20px;
          border-right: 1px solid #fff;
          margin-right: 10px;
          padding-right: 10px;
}
.topbanner .headerOpen .headerOpenImg .setTimeStop .stop[data-v-18451abe] {
          height: 20px;
          line-height: 20px;
          padding-right: 6px;
          cursor: pointer;
}
.topbanner .headerOpen .headerOpenImg .setTimeStop .upjiantou[data-v-18451abe] {
          cursor: pointer;
}
.topbanner .headerImg[data-v-18451abe] {
    position: relative;
    z-index: 100;
    background: #0a61cc;
    height: calc(60 / 1920 * 100vw);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.tbfade-enter-active[data-v-18451abe],
.tbfade-leave-active[data-v-18451abe] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tbfade-enter[data-v-18451abe] {
  opacity: 0;
}
.tbfade-leave-to[data-v-18451abe] {
  opacity: 0;
}

@charset "UTF-8";
html[data-v-86782f22],
body[data-v-86782f22],
#app[data-v-86782f22] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs[data-v-86782f22] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content[data-v-86782f22] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane[data-v-86782f22] {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message[data-v-86782f22] {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon[data-v-86782f22] {
    font-size: 20px;
}
.el-message .el-message__content[data-v-86782f22] {
    color: #434D59;
}
.tableIcon[data-v-86782f22] {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon[data-v-86782f22]:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary[data-v-86782f22] {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default[data-v-86782f22]:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content[data-v-86782f22] {
  font-size: 10px;
}
.el-icon-close[data-v-86782f22] {
  width: 20px !important;
}
.el-upload--picture-card[data-v-86782f22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block[data-v-86782f22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner[data-v-86782f22] {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
[data-v-86782f22]::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
[data-v-86782f22]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
[data-v-86782f22]::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
[data-v-86782f22]::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'][data-v-86782f22] {
  font-size: 10px !important;
}
.editor font[size='2'][data-v-86782f22] {
  font-size: 13px !important;
}
.editor font[size='3'][data-v-86782f22] {
  font-size: 16px !important;
}
.editor font[size='4'][data-v-86782f22] {
  font-size: 18px !important;
}
.editor font[size='5'][data-v-86782f22] {
  font-size: 24px !important;
}
.editor font[size='6'][data-v-86782f22] {
  font-size: 32px !important;
}
.editor font[size='7'][data-v-86782f22] {
  font-size: 48px !important;
}
.information-main font[size='1'][data-v-86782f22] {
  font-size: 10px !important;
}
.information-main font[size='2'][data-v-86782f22] {
  font-size: 13px !important;
}
.information-main font[size='3'][data-v-86782f22] {
  font-size: 16px !important;
}
.information-main font[size='4'][data-v-86782f22] {
  font-size: 18px !important;
}
.information-main font[size='5'][data-v-86782f22] {
  font-size: 24px !important;
}
.information-main font[size='6'][data-v-86782f22] {
  font-size: 32px !important;
}
.information-main font[size='7'][data-v-86782f22] {
  font-size: 48px !important;
}
.information-main table[data-v-86782f22] {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th[data-v-86782f22] {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td[data-v-86782f22] {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner[data-v-86782f22] {
  background: transparent;
  line-height: normal;
}
.pr-5[data-v-86782f22] {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout[data-v-86782f22] {
  min-height: 0;
}
body .layout-main__content > .gld-page[data-v-86782f22] {
  height: calc(100vh - 153px);
}
.pinned[data-v-86782f22] {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/* 中铁主题色 */
/* 文字颜色和字体大小 */
.topbanner[data-v-86782f22] {
  width: 100%;
}
.topbanner .header[data-v-86782f22] {
    position: relative;
    z-index: 100;
    background: #0a61cc;
    height: 64px;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}
.topbanner .header__bg[data-v-86782f22] {
      height: 324px;
      width: 100%;
      border-bottom-left-radius: 34px;
      border-bottom-right-radius: 34px;
      background-color: #0a61cc !important;
}
.topbanner .headerOpen[data-v-86782f22] {
    position: relative;
    z-index: 100;
    height: calc(220 / 1920 * 100vw);
}
.topbanner .headerOpen .openCurs[data-v-86782f22] {
      cursor: pointer;
}
.topbanner .headerOpen .headerOpenImg[data-v-86782f22] {
      position: relative;
      z-index: 100;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
}
.topbanner .headerOpen .headerOpenImg .hbar[data-v-86782f22] {
        height: 64px;
        background: rgba(0, 0, 0, 0.06);
}
.topbanner .headerOpen .headerOpenImg .setTimeStop[data-v-86782f22] {
        position: absolute;
        right: 16px;
        bottom: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background: rgba(0, 0, 0, 0.65);
        color: rgba(255, 255, 255, 0.85);
        height: 34px;
        padding: 0 10px 0 14px;
        border-radius: 4px;
        font-size: 14px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.topbanner .headerOpen .headerOpenImg .setTimeStop .seconds[data-v-86782f22] {
          height: 20px;
          line-height: 20px;
          border-right: 1px solid #fff;
          margin-right: 10px;
          padding-right: 10px;
}
.topbanner .headerOpen .headerOpenImg .setTimeStop .stop[data-v-86782f22] {
          height: 20px;
          line-height: 20px;
          padding-right: 6px;
          cursor: pointer;
}
.topbanner .headerOpen .headerOpenImg .setTimeStop .upjiantou[data-v-86782f22] {
          cursor: pointer;
}
.topbanner .headerOpen__bg[data-v-86782f22] {
      height: 324px;
      width: 100%;
      border-bottom-left-radius: 34px;
      border-bottom-right-radius: 34px;
      background-color: #0a61cc !important;
}
.topbanner .headerImg[data-v-86782f22] {
    position: relative;
    z-index: 100;
    background: #0a61cc;
    height: calc(60 / 1920 * 100vw);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.tbfade-enter-active[data-v-86782f22],
.tbfade-leave-active[data-v-86782f22] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tbfade-enter[data-v-86782f22] {
  opacity: 0;
}
.tbfade-leave-to[data-v-86782f22] {
  opacity: 0;
}

@charset "UTF-8";
html,
body,
#app {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon {
    font-size: 20px;
}
.el-message .el-message__content {
    color: #434D59;
}
.tableIcon {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content {
  font-size: 10px;
}
.el-icon-close {
  width: 20px !important;
}
.el-upload--picture-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'] {
  font-size: 10px !important;
}
.editor font[size='2'] {
  font-size: 13px !important;
}
.editor font[size='3'] {
  font-size: 16px !important;
}
.editor font[size='4'] {
  font-size: 18px !important;
}
.editor font[size='5'] {
  font-size: 24px !important;
}
.editor font[size='6'] {
  font-size: 32px !important;
}
.editor font[size='7'] {
  font-size: 48px !important;
}
.information-main font[size='1'] {
  font-size: 10px !important;
}
.information-main font[size='2'] {
  font-size: 13px !important;
}
.information-main font[size='3'] {
  font-size: 16px !important;
}
.information-main font[size='4'] {
  font-size: 18px !important;
}
.information-main font[size='5'] {
  font-size: 24px !important;
}
.information-main font[size='6'] {
  font-size: 32px !important;
}
.information-main font[size='7'] {
  font-size: 48px !important;
}
.information-main table {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner {
  background: transparent;
  line-height: normal;
}
.pr-5 {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout {
  min-height: 0;
}
body .layout-main__content > .gld-page {
  height: calc(100vh - 153px);
}
.pinned {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
.call-center {
  width: 370px;
  height: 559px;
  margin: 0 -10px 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.call-center .btn-group {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 20px;
    font-size: 28px;
    color: #fff;
}
.call-center .btn-group i {
      cursor: pointer;
      margin-left: 20px;
}
.call-center .talk-frame {
    width: 100%;
    height: 600px;
    position: absolute;
    top: -2%;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}

@charset "UTF-8";
html,
body,
#app {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon {
    font-size: 20px;
}
.el-message .el-message__content {
    color: #434D59;
}
.tableIcon {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content {
  font-size: 10px;
}
.el-icon-close {
  width: 20px !important;
}
.el-upload--picture-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'] {
  font-size: 10px !important;
}
.editor font[size='2'] {
  font-size: 13px !important;
}
.editor font[size='3'] {
  font-size: 16px !important;
}
.editor font[size='4'] {
  font-size: 18px !important;
}
.editor font[size='5'] {
  font-size: 24px !important;
}
.editor font[size='6'] {
  font-size: 32px !important;
}
.editor font[size='7'] {
  font-size: 48px !important;
}
.information-main font[size='1'] {
  font-size: 10px !important;
}
.information-main font[size='2'] {
  font-size: 13px !important;
}
.information-main font[size='3'] {
  font-size: 16px !important;
}
.information-main font[size='4'] {
  font-size: 18px !important;
}
.information-main font[size='5'] {
  font-size: 24px !important;
}
.information-main font[size='6'] {
  font-size: 32px !important;
}
.information-main font[size='7'] {
  font-size: 48px !important;
}
.information-main table {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner {
  background: transparent;
  line-height: normal;
}
.pr-5 {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout {
  min-height: 0;
}
body .layout-main__content > .gld-page {
  height: calc(100vh - 153px);
}
.pinned {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
.layout-main__content > * {
  width: 100%;
  height: 100%;
}
.layout-main__content > .gld-page {
  height: auto;
}
.el-tooltip__popper.is-light.backtop-tooltip {
  border-color: #e5e5e5;
}
.el-tooltip__popper.is-light.backtop-tooltip .row {
    font-size: 16px;
    height: 1.5em;
    line-height: 1.5;
}
.el-tooltip__popper.is-light.backtop-tooltip .row > i {
      color: #0a61cc;
      margin-right: 8px;
}
.el-tooltip__popper.is-light.backtop-tooltip .popper__arrow {
    border-left-color: #e5e5e5 !important;
}
.el-tooltip__popper.is-light.backtop-tooltip .mailbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6px;
}
.el-tooltip__popper.is-light.backtop-tooltip .myjbbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.el-tooltip__popper.is-light.backtop-tooltip .myjbbox > img {
      width: 200px;
      height: auto;
}
.el-tooltip__popper.is-light.backtop-tooltip .myjbbox .mybox-name {
      font-size: 14px;
}
.el-tooltip__popper.is-light.backtop-tooltip .myjbbox .mybox-name > img {
        width: 20px;
        height: auto;
        margin-right: 4px;
}
.el-tooltip__popper.is-light.backtop-tooltip .letterbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.el-tooltip__popper.is-light.backtop-tooltip .box-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
}
.el-tooltip__popper.is-light.backtop-tooltip .box-name > i {
      font-size: 20px;
      font-weight: 600;
      color: #0a61cc;
      margin-right: 8px;
}
.el-tooltip__popper.is-light.backtop-tooltip .box-name > span {
      font-size: 20px;
      font-weight: 600;
      color: #0a61cc;
      margin-right: 8px;
}
.el-tooltip__popper.is-light.backtop-tooltip .box-info {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

@charset "UTF-8";
html[data-v-24ad3d3a],
body[data-v-24ad3d3a],
#app[data-v-24ad3d3a] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs[data-v-24ad3d3a] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content[data-v-24ad3d3a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane[data-v-24ad3d3a] {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message[data-v-24ad3d3a] {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon[data-v-24ad3d3a] {
    font-size: 20px;
}
.el-message .el-message__content[data-v-24ad3d3a] {
    color: #434D59;
}
.tableIcon[data-v-24ad3d3a] {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon[data-v-24ad3d3a]:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary[data-v-24ad3d3a] {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default[data-v-24ad3d3a]:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content[data-v-24ad3d3a] {
  font-size: 10px;
}
.el-icon-close[data-v-24ad3d3a] {
  width: 20px !important;
}
.el-upload--picture-card[data-v-24ad3d3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block[data-v-24ad3d3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner[data-v-24ad3d3a] {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
[data-v-24ad3d3a]::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
[data-v-24ad3d3a]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
[data-v-24ad3d3a]::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
[data-v-24ad3d3a]::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'][data-v-24ad3d3a] {
  font-size: 10px !important;
}
.editor font[size='2'][data-v-24ad3d3a] {
  font-size: 13px !important;
}
.editor font[size='3'][data-v-24ad3d3a] {
  font-size: 16px !important;
}
.editor font[size='4'][data-v-24ad3d3a] {
  font-size: 18px !important;
}
.editor font[size='5'][data-v-24ad3d3a] {
  font-size: 24px !important;
}
.editor font[size='6'][data-v-24ad3d3a] {
  font-size: 32px !important;
}
.editor font[size='7'][data-v-24ad3d3a] {
  font-size: 48px !important;
}
.information-main font[size='1'][data-v-24ad3d3a] {
  font-size: 10px !important;
}
.information-main font[size='2'][data-v-24ad3d3a] {
  font-size: 13px !important;
}
.information-main font[size='3'][data-v-24ad3d3a] {
  font-size: 16px !important;
}
.information-main font[size='4'][data-v-24ad3d3a] {
  font-size: 18px !important;
}
.information-main font[size='5'][data-v-24ad3d3a] {
  font-size: 24px !important;
}
.information-main font[size='6'][data-v-24ad3d3a] {
  font-size: 32px !important;
}
.information-main font[size='7'][data-v-24ad3d3a] {
  font-size: 48px !important;
}
.information-main table[data-v-24ad3d3a] {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th[data-v-24ad3d3a] {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td[data-v-24ad3d3a] {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner[data-v-24ad3d3a] {
  background: transparent;
  line-height: normal;
}
.pr-5[data-v-24ad3d3a] {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout[data-v-24ad3d3a] {
  min-height: 0;
}
body .layout-main__content > .gld-page[data-v-24ad3d3a] {
  height: calc(100vh - 153px);
}
.pinned[data-v-24ad3d3a] {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/* 中铁主题色 */
/* 文字颜色和字体大小 */
.layout[data-v-24ad3d3a],
.Box-layout[data-v-24ad3d3a] {
  height: 100%;
  min-width: 1200px;
  min-height: 600px;
  position: relative;
}
.layout .header[data-v-24ad3d3a],
  .Box-layout .header[data-v-24ad3d3a] {
    position: relative;
    z-index: 100;
    height: 64px;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}
.layout .header__bg[data-v-24ad3d3a],
    .Box-layout .header__bg[data-v-24ad3d3a] {
      height: 300px;
      width: 100%;
      overflow: hidden;
}
.layout .header img[data-v-24ad3d3a],
    .Box-layout .header img[data-v-24ad3d3a] {
      width: 100%;
      margin-bottom: -5px;
}
.layout .layout-content[data-v-24ad3d3a],
  .Box-layout .layout-content[data-v-24ad3d3a] {
    width: 100%;
    min-height: calc(100% - 65px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #eff2f7 !important;
}
.layout .layout-content .layout-main[data-v-24ad3d3a],
    .Box-layout .layout-content .layout-main[data-v-24ad3d3a] {
      width: 100%;
      -webkit-transition: width 0.2s;
      transition: width 0.2s;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.layout .layout-content .layout-main__header[data-v-24ad3d3a],
      .Box-layout .layout-content .layout-main__header[data-v-24ad3d3a] {
        width: 100%;
        height: 40px;
        position: relative;
        z-index: 100;
}
.layout .layout-content .layout-main__content[data-v-24ad3d3a],
      .Box-layout .layout-content .layout-main__content[data-v-24ad3d3a] {
        width: calc(100% - 122px);
        max-width: 1920px;
        min-height: calc(100% - 72px);
        margin: 0 auto;
        position: relative;
        z-index: 110;
        border-radius: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
}
.layout .layout-content .layout-main__footer[data-v-24ad3d3a],
      .Box-layout .layout-content .layout-main__footer[data-v-24ad3d3a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 32px;
        line-height: 32px;
        color: #fff;
}
.layout .layout-content .layout-main__footer .footer-fs[data-v-24ad3d3a],
        .Box-layout .layout-content .layout-main__footer .footer-fs[data-v-24ad3d3a] {
          opacity: 0.54;
          font-size: 13px;
}
.layout .layout-content .layout-main__footer span[data-v-24ad3d3a],
        .Box-layout .layout-content .layout-main__footer span[data-v-24ad3d3a] {
          display: inline-block;
          margin: 0 0 0 20px;
}
.layout .layout-content .layout-main__footer span[data-v-24ad3d3a]:first-child,
          .Box-layout .layout-content .layout-main__footer span[data-v-24ad3d3a]:first-child {
            margin: 0;
}
.layout .layout-content .layout-main__backtop[data-v-24ad3d3a],
      .Box-layout .layout-content .layout-main__backtop[data-v-24ad3d3a] {
        width: 40px;
        height: 120px;
        z-index: 5000;
        border-radius: 0;
        right: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}
.layout .layout-content .layout-main__backtop[data-v-24ad3d3a]:hover,
        .Box-layout .layout-content .layout-main__backtop[data-v-24ad3d3a]:hover {
          background-color: #ffffff;
}
.layout .layout-content .layout-main__backtop .backtop-btn[data-v-24ad3d3a],
        .Box-layout .layout-content .layout-main__backtop .backtop-btn[data-v-24ad3d3a] {
          width: 40px;
          height: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.layout .layout-content .layout-main__backtop .backtop-btn[data-v-24ad3d3a]:not(:last-child),
          .Box-layout .layout-content .layout-main__backtop .backtop-btn[data-v-24ad3d3a]:not(:last-child) {
            border-bottom: #e5e5e5 solid 1px;
}
.layout .layout-content .layout-main__backtop .backtop-btn .links[data-v-24ad3d3a],
          .Box-layout .layout-content .layout-main__backtop .backtop-btn .links[data-v-24ad3d3a] {
            width: 20px;
            height: 20px;
}
.layout .layout-content .layout-main__backtop .backtop-hg[data-v-24ad3d3a],
        .Box-layout .layout-content .layout-main__backtop .backtop-hg[data-v-24ad3d3a] {
          font-size: 14px;
          font-weight: 400;
          color: #0a61cc;
          text-align: center;
}
.layout .layout-tool-tip[data-v-24ad3d3a],
  .Box-layout .layout-tool-tip[data-v-24ad3d3a] {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 111;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.layout .layout-tool-tip .tool-btn[data-v-24ad3d3a],
    .Box-layout .layout-tool-tip .tool-btn[data-v-24ad3d3a] {
      background-color: #0a61cc;
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 2px;
      border-radius: 4px;
      color: #fff;
      text-align: center;
}
.layout .layout-tool-tip .tool-btn i[data-v-24ad3d3a],
      .Box-layout .layout-tool-tip .tool-btn i[data-v-24ad3d3a] {
        font-size: 30px;
}
.layout .layout-tool-tip .tool-btn .btn-text[data-v-24ad3d3a],
      .Box-layout .layout-tool-tip .tool-btn .btn-text[data-v-24ad3d3a] {
        display: none;
        font-size: 14px;
        line-height: 16px;
}
.layout .layout-tool-tip .jubao[data-v-24ad3d3a],
    .Box-layout .layout-tool-tip .jubao[data-v-24ad3d3a] {
      background: #fff;
      font-size: 14px;
      line-height: 16px;
      color: #0a61cc !important;
}
.layout .layout-tool-tip .maoyijubao[data-v-24ad3d3a],
    .Box-layout .layout-tool-tip .maoyijubao[data-v-24ad3d3a] {
      width: 40px;
      height: 50px;
      background: #fff;
      font-size: 14px;
      line-height: 16px;
      color: #0a61cc !important;
}
.layout .layout-tool-tip .gjfgs[data-v-24ad3d3a],
    .Box-layout .layout-tool-tip .gjfgs[data-v-24ad3d3a] {
      width: 40px;
      height: 70px;
      background: #fff;
      font-size: 14px;
      line-height: 16px;
      color: #0a61cc !important;
}
.layout .layout-tool-tip .btn-hover[data-v-24ad3d3a],
    .Box-layout .layout-tool-tip .btn-hover[data-v-24ad3d3a] {
      cursor: pointer;
}
.layout .layout-tool-tip .btn-hover[data-v-24ad3d3a]:hover,
    .Box-layout .layout-tool-tip .btn-hover[data-v-24ad3d3a]:hover {
      color: #0a61cc;
      background-color: #fff;
}
.layout .layout-tool-tip .btn-hover:hover .btn-icon[data-v-24ad3d3a],
      .Box-layout .layout-tool-tip .btn-hover:hover .btn-icon[data-v-24ad3d3a] {
        display: none;
}
.layout .layout-tool-tip .btn-hover:hover .btn-text[data-v-24ad3d3a],
      .Box-layout .layout-tool-tip .btn-hover:hover .btn-text[data-v-24ad3d3a] {
        display: inline-block;
}
.layout .right22[data-v-24ad3d3a],
  .Box-layout .right22[data-v-24ad3d3a] {
    right: 22px;
}
.layout .conduct-page[data-v-24ad3d3a],
  .Box-layout .conduct-page[data-v-24ad3d3a] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
}
.layout .conduct-page .conduct-img[data-v-24ad3d3a],
    .Box-layout .conduct-page .conduct-img[data-v-24ad3d3a] {
      position: absolute;
      bottom: 186px;
      right: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.layout .conduct-page .conduct-img .img1[data-v-24ad3d3a],
      .Box-layout .conduct-page .conduct-img .img1[data-v-24ad3d3a] {
        width: 113px;
        height: 125px;
}
.layout .conduct-page .conduct-img .conduct-text[data-v-24ad3d3a],
      .Box-layout .conduct-page .conduct-img .conduct-text[data-v-24ad3d3a] {
        width: 260px;
        height: 106px;
        padding: 10px 10px 10px 32px;
        color: #0a61cc;
        font-size: 18px;
        line-height: 28px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQMAAABqCAYAAAC4XTTtAAAAAXNSR0IArs4c6QAABgFJREFUeF7t2y9sFGkYx/Hvm1yo4I9rUlNDcISgDpCEk1XkBOABjSoOQXKiKCx/kpPF3KGwBAk4QnAEgyHgCCQt5r28l+1lD8p0drpPd57kW73z7G8+D/kxuzNb2OdfrfUIsAZcAE4Dx4FjwNI+R3u4AgrMJrANfAbeAa+Ap8CTUsqXPmNKnxft9ppa6wngJnAFODx0jscpoECowFdgE9gopbzteqeZy6DW2v7Hvw3cAA6FnobDFVBgXgLfgLvArVJKu4L44W+mMqi1rgCPgXPzSugcBRQ4UIHnwMVSyofv37V3GdRaT7XPH8DqgUb3zRRQYN4C79v3fKWU19ODe5XB5IrgpUUw7504T4GFCbRCODN9hbBnGUy+I3jmR4OFLc03ViBKoH1kOL/zHUKfMtgA1qPSOFcBBRYqcKeU0u4K0lkGk9uHb7xrsNBl+eYKRAq0uwwn223HvcrgAXA1MomzFVBg4QIPSynXfloGkycL2+0HHyha+K4MoECoQHswaaWrDC4Bj0IjOFwBBcYicLmrDO4B18eS1BwKKBAqcL+rDNpth7Ohb+9wBRQYi8CLrjL4CCyPJak5FFAgVOBTVxls+TPkUHyHKzAmge2uMqhjSmoWBRSIFbAMYn2drkAaAcsgzaoMqkCsgGUQ6+t0BdIIWAZpVmVQBWIFLINYX6crkEbAMkizKoMqECtgGcT6Ol2BNAKWQZpVGVSBWAHLINbX6QqkEbAM0qzKoArEClgGsb5OVyCNgGWQZlUGVSBWwDKI9XW6AmkELIM0qzKoArEClkGsr9MVSCNgGaRZlUEViBWwDGJ9na5AGgHLIM2qDKpArIBlEOvrdAXSCFgGaVZlUAViBSyDWF+nK5BGwDJIsyqDKhArYBnE+jpdgTQClkGaVRlUgVgByyDW1+kKpBGwDNKsyqAKxApYBrG+TlcgjYBlkGZVBlUgVsAyiPV1ugJpBCyDNKsyqAKxApZBrK/TFUgjsGsZ1FqXgK00Z2FQBRTYt8APZVBrXQX+An7d93QHKKBAGoH/lUGt9TdgE1hOcwYGVUCBuQj8Vwa11nXgD+CXuUx2iAIKpBIotdajwJ/A76mSG1YBBeYq0Mrgb+DiXKc6TAEF0gl4ZZBuZQZWIEbA7wxiXJ2qQDoB7yakW5mBFYgR8DmDGFenKpBOwCcQ063MwArECPjbhBhXpyqQTsAySLcyAysQI2AZxLg6VYF0ApZBupUZWIEYAcsgxtWpCqQTsAzSrczACsQIWAYxrk5VIJ2AZZBuZQZWIEbAMohxdaoC6QQsg3QrM7ACMQKWQYyrUxVIJ2AZpFuZgRWIEbAMYlydqkA6Acsg3coMrECMgGUQ4+pUBdIJWAbpVmZgBWIELIMYV6cqkE7AMki3MgMrECNgGcS4OlWBdAKWQbqVGViBGAHLIMbVqQqkE7AM0q3MwArECFgGMa5OVSCdgGWQbmUGViBGwDKIcXWqAukELIN0KzOwAjEClkGMq1MVSCdgGaRbmYEViBGwDGJcnapAOgHLIN3KDKxAjIBlEOPqVAXSCXSVwRawlO6MDKyAAkMEtrvK4COwPGSqxyigQDqBT11l8Bw4m+6UDKyAAkMEXnSVwT3g+pCpHqOAAukE7neVwSXgUbpTMrACCgwRuNxVBkeAD8DhIZM9RgEF0gh8BVZ+WgbtNGqtD4CraU7JoAooMETgYSnl2l5lcAJ4Axwa8g4eo4ACoxf4BpwspbztLIPJ1cEGsD76UzKgAgoMEbhTSrnZDuxTBu3Bo2fAuSHv5DEKKDBagfb4wPlSynavMphcHawAL4HV0Z6WwRRQYBaB98CZUkq7SfDv355XBjsvrLWeAp5YCLN4+1oFRinQimCtlPJ6Ol3vMpi6QnjsR4ZRLthQCvQRaB8NLk5fEcx8ZTB1hdC+Q7gN3PAuQx97X6PAKATaXYO7wK2d7wi+TzXTlcH0wbXWdtuxfQt5xQeTRrFsQyiwm0B7oGgT2Gi3D7uIBpfB1JVCe1JxDbgAnAaOA8f8+bP/MhU4cIF2V+Az8A54BTxt3/OVUr70SfIPf17gerywTBcAAAAASUVORK5CYII=) no-repeat center center;
        background-size: cover;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
}
.layout .conduct-page .conduct-img .conduct-text .i-knew[data-v-24ad3d3a],
        .Box-layout .conduct-page .conduct-img .conduct-text .i-knew[data-v-24ad3d3a] {
          position: absolute;
          bottom: -54px;
          right: 0;
          background: #0a61cc;
          color: #fff;
          width: 100px;
          height: 38px;
          line-height: 38px;
          text-align: center;
          border-radius: 8px;
          cursor: pointer;
}
.layout .conduct-page .conduct-img .img3[data-v-24ad3d3a],
      .Box-layout .conduct-page .conduct-img .img3[data-v-24ad3d3a] {
        margin-top: 100px;
}
.layout .conduct-page-ai[data-v-24ad3d3a],
  .Box-layout .conduct-page-ai[data-v-24ad3d3a] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.layout .conduct-page-ai .conduct-img[data-v-24ad3d3a],
    .Box-layout .conduct-page-ai .conduct-img[data-v-24ad3d3a] {
      position: absolute;
      top: 10%;
      right: 20%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
.layout .conduct-page-ai .conduct-img .img1[data-v-24ad3d3a],
      .Box-layout .conduct-page-ai .conduct-img .img1[data-v-24ad3d3a] {
        width: 310px;
        height: 190px;
}
.layout .conduct-page-ai .conduct-img .conduct-text[data-v-24ad3d3a],
      .Box-layout .conduct-page-ai .conduct-img .conduct-text[data-v-24ad3d3a] {
        position: relative;
}
.layout .conduct-page-ai .conduct-img .conduct-text .i-knew[data-v-24ad3d3a],
        .Box-layout .conduct-page-ai .conduct-img .conduct-text .i-knew[data-v-24ad3d3a] {
          position: absolute;
          bottom: 40px;
          left: 40px;
          color: #fff;
          background: -webkit-gradient(linear, left top, right top, from(#4ba4f0), to(#c759e9));
          background: linear-gradient(90deg, #4ba4f0 0%, #c759e9 100%);
          width: 60px;
          height: 32px;
          line-height: 32px;
          text-align: center;
          border-radius: 4px;
          border: 1px solid;
          cursor: pointer;
}
.layout .conduct-page-ai .conduct-img .conduct-text .i-knew1[data-v-24ad3d3a],
        .Box-layout .conduct-page-ai .conduct-img .conduct-text .i-knew1[data-v-24ad3d3a] {
          position: absolute;
          bottom: 40px;
          left: 110px;
          color: #fff;
          width: 60px;
          height: 32px;
          line-height: 32px;
          text-align: center;
          border-radius: 4px;
          border: 1px solid #ffffff;
          cursor: pointer;
}
.layout .conduct-page-ai .conduct-img .img3[data-v-24ad3d3a],
      .Box-layout .conduct-page-ai .conduct-img .img3[data-v-24ad3d3a] {
        margin-top: 100px;
}
.layout .call-center-module[data-v-24ad3d3a],
  .Box-layout .call-center-module[data-v-24ad3d3a] {
    position: fixed;
    top: calc(50vh - 276px);
    left: calc(50vw - 191px);
    z-index: 110;
}
.tbfade-enter-active[data-v-24ad3d3a],
.tbfade-leave-active[data-v-24ad3d3a] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tbfade-enter[data-v-24ad3d3a] {
  opacity: 0;
}
.tbfade-leave-to[data-v-24ad3d3a] {
  opacity: 0;
}
.DEFAULT_CODE .header[data-v-24ad3d3a] {
  background: #0a61cc;
}
.DEFAULT_CODE .header__bg[data-v-24ad3d3a] {
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
    background-color: #0a61cc !important;
}
.DEFAULT_CODE .layout-main__footer[data-v-24ad3d3a] {
  background-color: #0a61cc;
}
.header[data-v-24ad3d3a] {
  background: #bf0408;
}
.header__bg[data-v-24ad3d3a] {
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
}
.header__bg img[data-v-24ad3d3a] {
      width: 100%;
      border-bottom-left-radius: 34px;
      border-bottom-right-radius: 34px;
}
.SPRING_FESTIVAL .header[data-v-24ad3d3a] {
  background: #bf0408;
}
.SPRING_FESTIVAL .header__bg img[data-v-24ad3d3a] {
    width: 100%;
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
}
.SPRING_FESTIVAL .layout-main__footer[data-v-24ad3d3a] {
  background-color: #bf0408;
}
.Box-layout[data-v-24ad3d3a] {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
}
.btnSty[data-v-24ad3d3a] {
  position: fixed;
  right: 0.4%;
  bottom: 35%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@charset "UTF-8";
html,
body,
#app {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon {
    font-size: 20px;
}
.el-message .el-message__content {
    color: #434D59;
}
.tableIcon {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content {
  font-size: 10px;
}
.el-icon-close {
  width: 20px !important;
}
.el-upload--picture-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'] {
  font-size: 10px !important;
}
.editor font[size='2'] {
  font-size: 13px !important;
}
.editor font[size='3'] {
  font-size: 16px !important;
}
.editor font[size='4'] {
  font-size: 18px !important;
}
.editor font[size='5'] {
  font-size: 24px !important;
}
.editor font[size='6'] {
  font-size: 32px !important;
}
.editor font[size='7'] {
  font-size: 48px !important;
}
.information-main font[size='1'] {
  font-size: 10px !important;
}
.information-main font[size='2'] {
  font-size: 13px !important;
}
.information-main font[size='3'] {
  font-size: 16px !important;
}
.information-main font[size='4'] {
  font-size: 18px !important;
}
.information-main font[size='5'] {
  font-size: 24px !important;
}
.information-main font[size='6'] {
  font-size: 32px !important;
}
.information-main font[size='7'] {
  font-size: 48px !important;
}
.information-main table {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner {
  background: transparent;
  line-height: normal;
}
.pr-5 {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout {
  min-height: 0;
}
body .layout-main__content > .gld-page {
  height: calc(100vh - 153px);
}
.pinned {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
.layout-main__content > * {
  width: 100%;
  height: 100%;
}
.layout-main__content > .gld-page {
  height: auto;
}
.el-tooltip__popper.is-light.backtop-tooltip {
  border-color: #e5e5e5;
}
.el-tooltip__popper.is-light.backtop-tooltip .row {
    font-size: 16px;
    height: 1.5em;
    line-height: 1.5;
}
.el-tooltip__popper.is-light.backtop-tooltip .row > i {
      color: #0a61cc;
      margin-right: 8px;
}
.el-tooltip__popper.is-light.backtop-tooltip .popper__arrow {
    border-left-color: #e5e5e5 !important;
}

@charset "UTF-8";
html[data-v-c88b60ca],
body[data-v-c88b60ca],
#app[data-v-c88b60ca] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/********* Tabs相关 start *********/
.el-tabs[data-v-c88b60ca] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs__content[data-v-c88b60ca] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-tab-pane[data-v-c88b60ca] {
  height: 100%;
}

/********* Tabs相关 end *********/
.el-message[data-v-c88b60ca] {
  padding: 13px 15px 13px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}
.el-message .el-message__icon[data-v-c88b60ca] {
    font-size: 20px;
}
.el-message .el-message__content[data-v-c88b60ca] {
    color: #434D59;
}
.tableIcon[data-v-c88b60ca] {
  font-size: 24px !important;
  cursor: pointer;
  margin-right: 12px;
  color: #828D99;
  padding: 4px;
}
.tableIcon[data-v-c88b60ca]:hover {
  color: #0057b3;
  background-color: #e6f2ff;
  border-radius: 4px;
}
.el-button--primary[data-v-c88b60ca] {
  background-color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-button--default[data-v-c88b60ca]:not(.el-button--primary):hover {
  color: #0057b3 !important;
  border-color: #0057b3 !important;
}
.el-form-item__content[data-v-c88b60ca] {
  font-size: 10px;
}
.el-icon-close[data-v-c88b60ca] {
  width: 20px !important;
}
.el-upload--picture-card[data-v-c88b60ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table__empty-block[data-v-c88b60ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el-textarea__inner[data-v-c88b60ca] {
  font-family: inherit;
}

/*---滚动条默认显示样式--*/
[data-v-c88b60ca]::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff;
}

/*---鼠标点击滚动条显示样式--*/
[data-v-c88b60ca]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(193, 193, 193, 0.42);
  height: 50px;
  -webkit-border-radius: 4px;
}

/*---滚动条大小--*/
[data-v-c88b60ca]::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/*---滚动框背景样式--*/
[data-v-c88b60ca]::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}

/*---门户资讯、订阅号信息发布 (编辑器/预览/查看详情)内容样式--*/
.editor font[size='1'][data-v-c88b60ca] {
  font-size: 10px !important;
}
.editor font[size='2'][data-v-c88b60ca] {
  font-size: 13px !important;
}
.editor font[size='3'][data-v-c88b60ca] {
  font-size: 16px !important;
}
.editor font[size='4'][data-v-c88b60ca] {
  font-size: 18px !important;
}
.editor font[size='5'][data-v-c88b60ca] {
  font-size: 24px !important;
}
.editor font[size='6'][data-v-c88b60ca] {
  font-size: 32px !important;
}
.editor font[size='7'][data-v-c88b60ca] {
  font-size: 48px !important;
}
.information-main font[size='1'][data-v-c88b60ca] {
  font-size: 10px !important;
}
.information-main font[size='2'][data-v-c88b60ca] {
  font-size: 13px !important;
}
.information-main font[size='3'][data-v-c88b60ca] {
  font-size: 16px !important;
}
.information-main font[size='4'][data-v-c88b60ca] {
  font-size: 18px !important;
}
.information-main font[size='5'][data-v-c88b60ca] {
  font-size: 24px !important;
}
.information-main font[size='6'][data-v-c88b60ca] {
  font-size: 32px !important;
}
.information-main font[size='7'][data-v-c88b60ca] {
  font-size: 48px !important;
}
.information-main table[data-v-c88b60ca] {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.information-main table th[data-v-c88b60ca] {
  border-bottom: 2px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  background-color: #f1f1f1 !important;
}
.information-main table td[data-v-c88b60ca] {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Fix ElementUI input suffix icon alignment in IE11. */
body[browser-type='ie'] .el-input.el-input .el-input__count .el-input__count-inner[data-v-c88b60ca] {
  background: transparent;
  line-height: normal;
}
.pr-5[data-v-c88b60ca] {
  padding-right: 5px;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/**
  其他浏览器使用flex+min-height布局不存在问题
  ie浏览器无法使用
  因此在每个页面加min-height，页面不设最小高度
 */
body .layout[data-v-c88b60ca] {
  min-height: 0;
}
body .layout-main__content > .gld-page[data-v-c88b60ca] {
  height: calc(100vh - 153px);
}
.pinned[data-v-c88b60ca] {
  background-color: #2d8cf0;
  color: #fff;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 10%;
}

/* 中铁主题色 */
/* 文字颜色和字体大小 */
/* 中铁主题色 */
/* 文字颜色和字体大小 */
.layout[data-v-c88b60ca] {
  height: 100%;
  min-width: 1340px;
  min-height: 600px;
  position: relative;
}
.layout .header[data-v-c88b60ca] {
    position: relative;
    z-index: 100;
    height: 64px;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}
.layout .header__bg[data-v-c88b60ca] {
      height: 324px;
      width: 100%;
      border-bottom-left-radius: 34px;
      border-bottom-right-radius: 34px;
}
.layout .layout-content[data-v-c88b60ca] {
    width: 100%;
    min-height: calc(100% - 65px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #eff2f7 !important;
}
.layout .layout-content .layout-main[data-v-c88b60ca] {
      width: 100%;
      -webkit-transition: width 0.2s;
      transition: width 0.2s;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.layout .layout-content .layout-main__header[data-v-c88b60ca] {
        width: 100%;
        height: 40px;
        position: relative;
        z-index: 100;
}
.layout .layout-content .layout-main__content[data-v-c88b60ca] {
        width: 100%;
        min-height: calc(100% - 72px);
        margin: 0 auto;
        position: relative;
        z-index: 110;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
}
.layout .layout-content .layout-main__footer[data-v-c88b60ca] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 32px;
        line-height: 32px;
        color: #fff;
}
.layout .layout-content .layout-main__footer .footer-fs[data-v-c88b60ca] {
          opacity: 0.54;
          font-size: 13px;
}
.layout .layout-content .layout-main__footer span[data-v-c88b60ca] {
          display: inline-block;
          margin: 0 0 0 20px;
}
.layout .layout-content .layout-main__footer span[data-v-c88b60ca]:first-child {
            margin: 0;
}
.layout .layout-content .layout-main__backtop[data-v-c88b60ca] {
        width: 40px;
        height: 80px;
        z-index: 5000;
        border-radius: 0;
        right: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}
.layout .layout-content .layout-main__backtop[data-v-c88b60ca]:hover {
          background-color: #ffffff;
}
.layout .layout-content .layout-main__backtop .backtop-btn[data-v-c88b60ca] {
          width: 40px;
          height: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.layout .layout-content .layout-main__backtop .backtop-btn[data-v-c88b60ca]:not(:last-child) {
            border-bottom: #e5e5e5 solid 1px;
}
.tbfade-enter-active[data-v-c88b60ca],
.tbfade-leave-active[data-v-c88b60ca] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tbfade-enter[data-v-c88b60ca] {
  opacity: 0;
}
.tbfade-leave-to[data-v-c88b60ca] {
  opacity: 0;
}
.DEFAULT_CODE .header[data-v-c88b60ca] {
  background: #0a61cc;
}
.DEFAULT_CODE .layout-main__footer[data-v-c88b60ca] {
  background-color: #0a61cc;
}
.SPRING_FESTIVAL .header[data-v-c88b60ca] {
  background: #bf0408;
}
.SPRING_FESTIVAL .layout-main__footer[data-v-c88b60ca] {
  background-color: #bf0408;
}


/*# sourceMappingURL=chunk-common.css.map?time=1782293193822*/