.self-layout {
  position: relative;
  padding-left: 200px;
  overflow: hidden;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.top-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  z-index: 2;
}

.top-header-info {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header-info .thi-item {
  color: #333;
  padding: 0 7px;
}

.top-header-info .thi-item:hover {
  opacity: .85;
}

.top-header-info .thi-item.theme-box {
  position: relative;
  display: unset;
  float: unset;
  width: auto;
  height: auto;
  line-height: normal;
}

.top-header-info .thi-item.theme-box:hover {
  opacity: 1;
}

.top-header-info .search-item {
  position: relative;
  padding: 4px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 10px;
}

.top-header-info .search-item input {
  border: 0;
  outline: 0;
}

.top-header-info .search-item .icon-search {
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-header-info .search-item button {
  position: absolute;
  top: 0;
  right: 2px;
  width: 20px;
  height: 100%;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.top-header .theme-btn {
  color: #333;
}

.top-header .theme-btn-sub {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.top-header .theme-content {
  position: absolute;
  top: 30px;
  left: -8px;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: visibility 0.5s;
  transition: visibility 0.5s;
  opacity: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(132, 132, 132, 0.5);
          box-shadow: 0 2px 4px rgba(132, 132, 132, 0.5);
}

.top-header .theme-content:before, .top-header .theme-content:after {
  content: '';
  position: absolute;
  top: -9px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #e3e3e3 transparent;
}

.top-header .theme-content:after {
  top: -8px;
  left: 16px;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #fff transparent;
}

.top-header .theme-content-item {
  padding: 0 10px;
  cursor: pointer;
}

.top-header .theme-btn:focus ~ .theme-btn-sub {
  display: block;
}

.top-header .theme-btn:focus ~ .theme-content {
  visibility: visible;
  opacity: 1;
}

div.search-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000;
  z-index: -1;
}

div.search-list.active {
  z-index: 2;
}

div.search-list .left-nav-logo {
  height: 52px;
  min-height: 52px;
  padding: 7px 0;
  margin-bottom: 36px;
}

div.search-list .left-nav-logo img {
  height: 100%;
  margin: 0 auto;
  display: block;
}

div.search-list-content {
  overflow-y: auto;
}

div.search-list-content::-webkit-scrollbar {
  height: 0;
  width: 0;
  -webkit-appearance: none;
}

div.search-list-content::-webkit-scrollbar-track {
  background-color: transparent;
  border-left: 0;
}

div.search-list-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  background-color: #c1c1c1;
  background-clip: content-box;
}

div.search-list-content .lni-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 40px;
  padding: 0 32px 0 15px;
  color: #fff;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

div.search-list-content .lni-link:before {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  color: #fff;
}

div.search-list-content .lni-link.active:before {
  content: '\f106';
}

div.search-list-content .lni-link:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

div.search-list-content .lni-link i {
  padding-right: 10px;
  font-size: 2rem;
  width: 40px;
  text-align: center;
}

div.search-list-content .lni-link span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.search-list-content .left-nav-item {
  background-color: rgba(0, 0, 0, 0.2);
}

div.search-list-content .lni-content {
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.45);
}

div.search-list-content .lni-content a {
  display: block;
  padding: 10px 0 10px 35px;
  color: #e2e2e2;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

div.search-list-content .lni-content a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
}

div.search-list a {
  display: block;
  padding: 12px 0 12px 25px;
  color: #e2e2e2;
}

div.search-list .search-close {
  position: absolute;
  top: 50px;
  right: 17px;
  background-color: transparent;
  border: 0;
  padding: 0;
}

div.search-list .search-close i {
  font-size: 22px;
  color: #e9e9e9;
}

div.left-nav {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 0 15px;
  width: 200px;
  height: 100vh;
  background-color: #3c8dbc;
  overflow-y: auto;
  z-index: 1;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

div.left-nav::-webkit-scrollbar {
  height: 0;
  width: 0;
  -webkit-appearance: none;
}

div.left-nav::-webkit-scrollbar-track {
  background-color: transparent;
  border-left: 0;
}

div.left-nav::-webkit-scrollbar-thumb {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  background-color: #c1c1c1;
  background-clip: content-box;
}

div.left-nav .left-nav-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
}

div.left-nav .left-nav-logo img {
  height: 100%;
}

div.left-nav .left-nav-logo span {
  display: none;
  color: #fff;
}

div.left-nav .lni-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 40px;
  padding: 0 32px 0 15px;
  color: #fff;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

div.left-nav .lni-link:before {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  color: #fff;
}

div.left-nav .lni-link.active:before {
  content: '\f106';
}

div.left-nav .lni-link:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

div.left-nav .lni-link i {
  padding-right: 10px;
  font-size: 2rem;
  width: 40px;
  text-align: center;
}

div.left-nav .lni-link span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.left-nav .lni-content {
  display: none;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.45);
}

div.left-nav .lni-content.active {
  display: block;
}

div.left-nav .lni-content a {
  display: block;
  padding: 10px 0 10px 35px;
  color: #e2e2e2;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

div.left-nav .lni-content a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
}

.self-layout.nav-collapse {
  padding-left: 50px;
}

.self-layout.nav-collapse div.left-nav {
  width: 50px;
}

.self-layout.nav-collapse div.left-nav .left-nav-logo {
  width: 50px;
}

.self-layout.nav-collapse div.left-nav .left-nav-logo img {
  display: none;
}

.self-layout.nav-collapse div.left-nav .left-nav-logo span {
  display: block;
}

.self-layout.nav-collapse div.left-nav .lni-link {
  width: 50px;
  height: 40px;
  padding: 0;
}

.self-layout.nav-collapse div.left-nav .lni-link:before {
  display: none;
}

.self-layout.nav-collapse div.left-nav .lni-link i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.self-layout.nav-collapse div.left-nav .lni-link span {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.self-layout.nav-collapse div.left-nav .lni-content {
  display: none;
}

.simple-operate {
  position: relative;
  height: 45px;
  padding: 0 90px 0 45px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px #c5c5c5;
          box-shadow: 0px 1px 4px #c5c5c5;
  margin-bottom: 5px;
}

.simple-operate a {
  position: absolute;
  top: 0;
  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;
  width: 45px;
  height: 45px;
  font-size: 25px;
  z-index: 1;
  background-color: #fff;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}

.simple-operate a:hover {
  background-color: #f1f1f1;
}

.simple-operate-left {
  left: 0;
}

.simple-operate-right {
  right: 45px;
}

.simple-operate-bar {
  right: 0;
  border: 0 !important;
}

.simple-operate-bar:hover + .sob-box {
  display: block;
}

.simple-operate .sob-box {
  display: none;
  position: absolute;
  top: 45px;
  right: 0px;
  width: 130px;
  height: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 4px #dcdcdc;
          box-shadow: 0 2px 4px #dcdcdc;
  z-index: 1;
}

.simple-operate .sob-box:hover {
  display: block;
}

.simple-operate .sob-box a {
  position: relative;
  top: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  height: 40px;
  width: 100%;
  border: 0;
}

.simple-operate .sob-box a:hover {
  color: #333;
  background-color: #fbfbfb;
}

.simple-tab {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.simple-tab-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 45px;
  padding: 0 30px 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #f1f1f1;
  border-bottom: 2px solid transparent;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.simple-tab-item:first-child {
  padding: 0 20px;
}

.simple-tab-item:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3c8dbc;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.simple-tab-item:hover, .simple-tab-item.active {
  background-color: #f1f1f1;
}

.simple-tab-item:hover:before, .simple-tab-item.active:before {
  width: 100%;
}

.simple-tab-item.tab-move {
  opacity: 0;
}

.simple-tab-item button {
  position: absolute;
  display: block;
  top: 50%;
  right: 4px;
  width: 18px;
  height: 18px;
  line-height: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #c3c3c3;
  background-color: transparent;
  padding: 0px;
  border: 0;
  border-radius: 100%;
}

.simple-tab-item button:hover {
  color: #fff;
  background-color: #ff0000;
}

.simple-content {
  width: 100%;
  height: calc(100vh - 100px);
}

.simple-content-item {
  position: relative;
  display: none;
  height: 100%;
}

.simple-content-item.active {
  display: block;
}

.simple-content iframe {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
}

.badge.badge-remind {
  background-color: #ff6f6f;
}

.loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 75px;
  width: 50px;
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}

.loading.active {
  display: block;
  z-index: 1;
}

.loading.active:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100vw - 200px);
  height: calc(100vh - 95px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
}

.loading .card {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  background-color: #fff;
  border-radius: 7px;
  padding-left: 5px;
  -webkit-box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.loading p {
  font-size: .5em;
  position: absolute;
  bottom: -45px;
  left: -13px;
  margin: 0;
}

.loading .one {
  -webkit-animation-name: anim-one;
          animation-name: anim-one;
}

@-webkit-keyframes anim-one {
  from {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-30px, 5px) rotate(-45deg);
            transform: translate(-30px, 5px) rotate(-45deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}

@keyframes anim-one {
  from {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-30px, 5px) rotate(-45deg);
            transform: translate(-30px, 5px) rotate(-45deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}

.loading .two {
  -webkit-animation-name: anim-two;
          animation-name: anim-two;
}

@-webkit-keyframes anim-two {
  from {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-15px) rotate(-25deg);
            transform: translate(-15px) rotate(-25deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}

@keyframes anim-two {
  from {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-15px) rotate(-25deg);
            transform: translate(-15px) rotate(-25deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}

.loading .three {
  -webkit-animation-name: anim-three;
          animation-name: anim-three;
}

@-webkit-keyframes anim-three {
  from {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}

@keyframes anim-three {
  from {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}

.loading .four {
  -webkit-animation-name: anim-five;
          animation-name: anim-five;
}

@-webkit-keyframes anim-five {
  from {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(15px, 5px) rotate(15deg);
            transform: translate(15px, 5px) rotate(15deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}

@keyframes anim-five {
  from {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(15px, 5px) rotate(15deg);
            transform: translate(15px, 5px) rotate(15deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}

.loading .five {
  -webkit-animation-name: anim-eight;
          animation-name: anim-eight;
}

@-webkit-keyframes anim-eight {
  from {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(28px, 14px) rotate(35deg);
            transform: translate(28px, 14px) rotate(35deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}

@keyframes anim-eight {
  from {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(28px, 14px) rotate(35deg);
            transform: translate(28px, 14px) rotate(35deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}

.am-top-header,
.am-left-sidebar {
  display: none !important;
}

.am-wrapper {
  padding: 0 !important;
}

.am-content {
  margin-left: 0 !important;
}

.operate-box-exclusive.am-wrapper {
  overflow: auto;
}

.operate-box-exclusive.am-wrapper .widget.widget-fullwidth {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 100px;
}
/*# sourceMappingURL=newLayout.css.map */