@charset "utf-8";

:root {
  --xf-table-row-bgcolor-dark: #eaeaea;
}
::selection {
  color: #e4f0f5;
  background-color: #1c437e;
}
html,
body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #0b182c;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  background-color: #f5f5f5;
}
body {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
}
*,
:after,
:before {
  box-sizing: border-box;
}
a {
  color: #1c437e;
}
.hidden {
  display: none !important;
}

/* header */
#header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 140px;
  width: 100%;
  background-color: #1a365c;
  font-size: 0;
  flex-shrink: 0;
}
#header .logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  width: 1200px;
}
#header .logo .split {
  background-color: #cccccc;
  height: 70px;
  width: 1px;
}
#header .logo .logo-A {
  height: 80px;
  width: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#header .logo .logo-B {
  height: 72px;
  width: 190px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#header .logo .logo-C {
  color: white;
  font-family: 黑体;
  font-size: 36px;
}
/* end header */

/* menu */
#menu .menu-trigger {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40px;
  right: -40px;
  background: #436ca6;
  border: 1px solid #d5e4f9;
  color: #d5e4f9;
  font-size: 20px;
  cursor: pointer;
}
#menu {
  display: flex;
  width: 100%;
  background-color: #436ca6;
  justify-content: center;
  font-size: 0;
  flex-shrink: 0;
}
#menu .menu-item-name:hover {
  background-color: #2f5082;
}
#menu .menu-item.level-1,
#menu .menu-item.level-2 {
  position: relative;
  width: 150px;
  line-height: 57px;
  text-align: center;
  cursor: default;
}
#menu .menu-item-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
  font-family: 微软雅黑;
  color: white;
  text-decoration: none;
}
#menu a.menu-item-name {
  cursor: pointer;
}
#menu .menu-item-name.selected {
  background-color: #154079;
}
#menu .menu-item.level-2-wrapper {
  display: block;
  max-height: 0;
  font-size: 0;
  position: absolute;
  color: white;
  background-color: #436ca6;
  z-index: 10;
  transition: all ease-in-out 0.2s;
  box-shadow: 2px 2px 5px 1px transparent;
  overflow: hidden;
}
#menu .menu-item.level-1:hover .menu-item.level-2-wrapper {
  max-height: 500px;
  box-shadow: 2px 2px 5px 1px #1d3658;
}
#menu .menu-item.level-2 .menu-item-name {
  font-size: 16px;
}
/* end menu */

/* menu-split-bar */
#menu-split-bar-border {
  height: 0;
  width: 100%;
  border-top: 4px solid #ffc804;
  flex-shrink: 0;
}
#menu-split-bar {
  position: relative;
  background-color: #e4e4e4;
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
}
#menu-split-bar .menu-split-bar-content {
  display: flex;
  width: 1150px;
  justify-content: space-between;
}
#menu-split-bar .menu-split-bar-left-content {
  display: flex;
  align-items: center;
  height: 45px;
}
#menu-split-bar .menu-split-bar-left-content .menu-split-bar-today {
  font-family: 新宋体;
  font-size: 13px;
  vertical-align: middle;
  line-height: 45px;
  white-space: pre;
}
#menu-split-bar .menu-split-bar-left-content .menu-split-bar-weather {
  margin-left: 26px;
  vertical-align: middle;
}
#menu-split-bar .menu-split-bar-right-content {
  display: flex;
  align-items: center;
  height: 45px;
}
#menu-split-bar .menu-split-bar-right-content .header-search {
  display: flex;
  width: 215px;
  height: 34px;
  line-height: 34px;
  background: white;
  border-radius: 17px;
  border: 1px solid #c5deeb;
  transition: all ease-in-out 0.2s;
}
#menu-split-bar .menu-split-bar-right-content .header-search > .search-button {
  width: 34px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  color: #c5deeb;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
#menu-split-bar .menu-split-bar-right-content .header-search > input {
  width: calc(100% - 34px);
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: 微软雅黑;
  font-size: 12px;
  padding: 0 12px 0 0;
  margin: 0;
  color: #1a365c;
}
#menu-split-bar .menu-split-bar-right-content .header-search.focus {
  border: 1px solid #1a365c;
}
#menu-split-bar
  .menu-split-bar-right-content
  .header-search.focus
  > .search-button {
  color: #1a365c;
}
/* end menu-split-bar */

/* content */
#main-body-with-submenu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}
#main-body-with-submenu #main-body-submenu {
  display: flex;
  width: 250px;
  margin-right: 30px;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  border-top: 4px solid #ffc804;
  border-bottom: 4px solid #8da3c3;
}
#main-body-with-submenu #main-body-submenu .sub-menu-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  line-height: 56px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  letter-spacing: 1px;
  background: #e4e4e4;
  color: #154079;
  padding: 0 26px;
  font-family: 微软雅黑;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
#main-body-with-submenu #main-body-submenu .sub-menu-item:hover {
  opacity: 0.9;
}
#main-body-with-submenu #main-body-submenu .sub-menu-item.selected {
  font-weight: bold;
  background: #436ca6;
  color: white;
}
#main-body-with-submenu #main-body-submenu .sub-menu-item:not(:first-child) {
  border-top: 1px solid #b9b9b9;
}
#main-body-with-submenu #ui-MainBody-wrapper {
  text-align: center;
  min-width: calc(1200px - 250px - 30px);
}
#ui-MainBody {
  display: inline-block;
  text-align: left;
}
#ui-MainBody > .display-card {
  display: inline-block;
}
/* end content */

/* footer */
#footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  width: 100%;
  height: 125px;
  font-size: 0;
  background-color: #1a365c;
  border-top: 4px solid #ffc804;
  flex-shrink: 0;
}
#footer .footer-content {
  display: inline-block;
  width: 1000px;
}
#footer .footer-content .text {
  color: #eee;
  font-family: 华文细黑;
  font-size: 12px;
  color: white;
}
#footer .footer-image {
  display: inline-block;
  width: 200px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.6;
  transition: all ease-in-out 0.2s;
}
/* end footer */

/* cc-notification */
#cc-notification-board > .new-notification {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
}
#cc-notification-board > .new-notification > .notification-head {
  color: white;
}
#cc-notification-board > .new-notification > .notification-content {
  color: rgb(220, 220, 220);
}
#cc-notification-board > .new-notification > .received-time {
  color: rgb(220, 220, 220);
  background: transparent;
}
#cc-notification-board > .cc-notification-board-clear-all {
  background: rgba(0, 0, 0, 0.8);
}
/* end cc-notification */

/* @media */
@media screen and (max-width: 1200px) {
  #main-body-with-submenu {
    flex-direction: column;
    justify-content: flex-start;
    padding: 16px 16px 0 16px;
  }
  #main-body-with-submenu #main-body-submenu {
    flex-direction: row;
    width: 100%;
    margin: 0;
  }
  #main-body-with-submenu #main-body-submenu .sub-menu-item {
    flex: 1;
  }
  #main-body-with-submenu #ui-MainBody-wrapper {
    margin-top: 16px;
    min-width: unset;
    width: 100%;
    overflow-x: auto;
  }
  #footer {
    justify-content: space-evenly;
    padding: 8px;
  }
  #footer .footer-content {
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  #menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #menu .menu-item.level-1,
  #menu .menu-item.level-2 {
    line-height: 40px;
  }
  #menu .menu-item-name {
    font-size: 16px;
  }
  #menu .menu-item.level-1:hover {
    background-color: #2f5082;
  }
  #menu .menu-item.level-1:hover .menu-item.level-2-wrapper {
    background-color: #2f5082;
  }
  #menu .menu-item.level-2 .menu-item-name {
    font-size: 14px;
  }
  #menu .menu-item.level-2 .menu-item-name:hover {
    background: #426396;
  }
}

@media screen and (max-width: 768px) {
  #header .logo {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  #header .logo .split {
    display: none;
  }
  #menu .menu-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #menu {
    flex-wrap: nowrap;
    flex-direction: column;
    position: fixed;
    left: -150px;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 100;
    transition: all ease-in-out 0.2s;
  }
  #menu.open {
    left: 0;
  }
  #menu .menu-item.level-2-wrapper {
    position: static;
  }
  #menu-split-bar .menu-split-bar-content {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px;
  }
  #menu-split-bar .menu-split-bar-left-content {
    flex: 1;
  }
  #menu-split-bar .menu-split-bar-right-content {
    flex: 1;
    width: 90%;
  }
  #menu-split-bar .menu-split-bar-right-content .header-search {
    flex: 1;
  }
}

@media screen and (max-width: 576px) {
  #menu-split-bar .menu-split-bar-left-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  #main-body-with-submenu #main-body-submenu .sub-menu-item {
    line-height: unset;
    white-space: normal;
    word-break: break-all;
    height: unset;
    padding: 4px;
    font-size: 14px;
  }
  #footer {
    position: relative;
  }
  #footer .footer-content {
    z-index: 1;
  }
  #footer .footer-image {
    position: absolute;
    right: 8px;
    opacity: 0.1;
  }
}
