.header-notice {
  position: relative; }

.header-notice .header-title {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: normal; }

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6496d5;
  height: 4rem;
  line-height: 4rem; }

.header .container-fluid {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

.header .row {
  margin-left: 0;
  margin-right: 0; }

.header, .header a {
  color: #fff; }

.header .header-item {
  text-align: center;
  padding-left: 0;
  padding-right: 0; }

.header-close {
  position: absolute;
  left: 15px; }

.header-close .fa {
  font-weight: lighter; }

.fa-lg {
  font-size: 28px;
  line-height: 21px;
  vertical-align: -15%; }

ul {
  margin-bottom: 0; }

.lul {
  height: calc(100vh - 4rem - 40px - 64px);
  overflow: auto;
  position: relative; }
  .lul li span, .lul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #ededed;
    padding: 0 15px;
    font-size: 15px; }
  .lul li i {
    font-size: 18px; }
  .lul li:last-child span, .lul li:last-child a {
    border-bottom: 0; }

.fnode {
  background: #ededed;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #0093ff;
  margin-bottom: 0;
  font-size: 15px; }

.twoul1, .twoul2 {
  height: calc(100vh - 4rem - 40px - 64px);
  overflow: auto;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 2; }

.fer {
  padding-bottom: 15px;
  padding-top: 15px; }
  .fer button {
    width: 100%; }

/*# sourceMappingURL=all.css.map */
