html,
body {
  min-width: 1200px;
  line-height: 1.42857143;
  overflow-x: hidden;
}
body {
  overflow-y: auto;
}
/*header*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 1200px;
  height: 50px;
  font-size: 14px;
  background: #00BCD4;
  box-shadow: 0 1px 1px #999;
}
.header-left,
.header-right {
  position: absolute;
  top: 0;
}
.header-left {
  left: 0;
}
.header-right {
  right: 0;
  width: 240px;
}
.header-logo {
  display: block;
  margin: 0 10px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}
.header-logo img {
  vertical-align: middle;
  width: 100%;
}
.header-navbar {
  margin: 0 0 0 180px;
  overflow: hidden;
}
.header-navbar li {
  float: left;
}
.header-navbar a {
  display: block;
  padding: 15px 18px;
  height: 20px;
  line-height: 20px;
  color: #e8f7f9;
  text-align: center;
}
.header-navbar .icon {
  display: block;
  height: 22px;
  margin-bottom: 6px;
  font-size: 28px;
  color: #b0f3fc;
}
.header-navbar .icon.xs {
  font-size: 22px;
}
.header-navbar .current a {
  color: #fff;
  font-weight: bold;
  background: #21a2b3;
  box-shadow: 0 0 6px 0px #208491 inset;
}
.header-navbar li:hover a,
.header-navbar li:hover .icon,
.header-navbar .current .icon,
.login-out:hover {
  color: #fff;
}
.header-right {
  height: 20px;
  padding: 15px 0 0 0;
  overflow: hidden;
  color: #b0f3fc;
  line-height: 20px;
}
.header-status {
  float: left;
  width: 150px;
  padding-right: 20px;
  text-align: right;
}
.login-out {
  float: right;
  display: block;
  width: 50px;
  *color: #b0f3fc;
}
.login-out .icon {
  display: block;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.header-status p {
  margin-bottom: 10px;
}
.header-right .split {
  float: left;
  width: 0;
  height: 100%;
  border-left: 1px solid #208c9a;
  border-right: 1px solid #5ecbd9;
}
/*topbar*/
.topbar {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 9;
  width: 100%;
  min-width: 1200px;
  height: 36px;
  font-size: 14px;
  border-bottom: 1px solid #d5d5d5;
  background: linear-gradient(#fff, #e8f7f9);
}
.ie .topbar {
  background: #e6edf2;
}
.ie .sidebar-handle {
  background: #efefef;
}
.topbar-left,
.topbar-left li {
  float: left;
}
.topbar-right,
.topbar-right li {
  float: right;
}
.topbar-left {
  padding-left: 10px;
}
.topbar-right {
  padding-right: 10px;
}
.topbar li {
  padding: 2px 0;
}
.topbar-left li {
  margin-left: 10px;
}
.topbar a {
  display: block;
  padding: 0 10px;
  line-height: 32px;
}
.topbar a:hover,
.topbar a:hover .icon {
  color: #00BCD4;
}
.topbar-right .icon {
  color: #999;
  font-weight: bold;
}
/*sidebar*/
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  margin-top: 87px;
  width: 180px;
  font-size: 14px;
  background: #F6FAFD;
  border-right: 1px solid #dcdcdc;
  box-shadow: 2px 0 2px #eee;
  -webkit-transition: .4s;
  transition: .4s;
}
.sidebar-root,
.sidebar-list a {
  display: block;
  padding-left: 16px;
}
.sidebar-root {
  width: 164px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #607d8b;
  font-size: 16px;
  font-weight: bold;
}
.sidebar-root .icon {
  font-size: 18px;
  margin-right: 10px;
  *vertical-align: middle;
}
.sidebar-list {
  max-height: 100%;
  overflow-y: auto;
  border-bottom: 1px solid #ebebeb;
}
.sidebar-list li {
  width: 180px;
  height: 34px;
  border-top: 1px solid #ebebeb;
}
.sidebar-list a {
  line-height: 34px;
  height: 34px;
}
.sidebar-list li:hover {
  background: #dee2e5;
  border-color: #c5c8cb;
  font-weight: bold;
}
.sidebar-handle {
  position: absolute;
  top: 50%;
  right: -8px;
  width: 6px;
  height: 70px;
  margin: -183px 0 0;
  border: 1px solid #c4c4c4;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(to right, #fff, #e0e0e0);
}
.sidebar-handle:hover {
  background: #e8e8e8;
}
.sidebar-handle .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
.sidebar-handle .arrow.l {
  right: -5px;
}
/*pages*/
.pages-wrap {
  position: fixed;
  top: 87px;
  right: 0;
  z-index: 4;
  width: 100%;
  height: 45px;
  background: #fafafa;
  border-bottom: 1px solid #dcdcdc;
}
.pages {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: 181px;
  padding-left: 10px;
  height: 45px;
  white-space: nowrap;
  -webkit-transition: .4s;
  transition: .4s;
}
.pages li {
  position: relative;
  float: left;
  margin: 14px 0 0;
  padding: 0 30px 0 16px;
  height: 30px;
  line-height: 30px;
  background: #f3f3f3;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
}
.pages li.home {
  padding: 0;
  width: 40px;
  font-size: 18px;
  text-align: center;
  border-left: 1px solid #dcdcdc;
}
.pages li .icon {
  position: absolute;
  right: 8px;
  top: 0;
  color: #999;
  font-weight: bold;
  cursor: pointer;
}
.pages li .icon:hover {
  color: #333;
}
.pages li.active {
  background: #fff!important;
  border-top: 2px solid #00BCD4;
  color: #666;
  cursor: default;
}
.pages li:hover {
  background: #f8f8f8;
}
.pages-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 8px 5px;
  width: 50px;
  line-height: 26px;
  background: #fafafa;
}
.pages-nav a {
  display: block;
  float: left;
  width: 24px;
  font-weight: bold;
  text-align: center;
  color: #999;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}
.pages-nav a:hover {
  color: #666;
  background: #eee;
}
.pages-nav a.left {
  border-right: none;
}
.pages-nav a.right {
  border-left: none;
}
/*container*/
.container {
  position: relative;
  z-index: 1;
  margin: 133px 0 0 181px;
  padding-bottom: 40px;
  -webkit-transition: .4s;
  transition: .4s;
}
.container-inner {
  zoom: 1;
}
