/**
常用红色
 */
/**
复写首页主题样式
**/
.container {
  background-color: #D4E1FF;
  height: 54px;
}
.layui-nav .layui-nav-more{position:relative;top:2px;margin-left:10px;}

.container .layui-nav .layui-nav-mored {
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #dbecfa;
}
.container .left_open {
  height: 54px;
}
.container .left_open i {
  margin-top: 11px;
  color: #dbecfa;
}
.left-nav {
  padding-top: 0;
  overflow-y: auto !important;
  background: #EDF0F9;
}
.left-nav .nav-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 14px;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
}
.left-nav .nav-slide > div:first-of-type {
  position: absolute;
  height: 80px;
  width: 14px;
}
.left-nav .nav-slide > div:first-of-type > div {
  position: absolute;
}
.left-nav .nav-slide > div:first-of-type > div:first-of-type,
.left-nav .nav-slide > div:first-of-type > div:last-of-type {
  height: 40px;
  width: 28px;
  background: #2f54eb;
  border-radius: 50%;
}
.left-nav .nav-slide > div:first-of-type > div:first-of-type {
  top: 0;
}
.left-nav .nav-slide > div:first-of-type > div:nth-of-type(2) {
  height: 40px;
  width: 14px;
  background: #2f54eb;
  top: 20px;
}
.left-nav .nav-slide > div:first-of-type > div:last-of-type {
  top: 40px;
}
.left-nav .nav-slide > div:last-of-type {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  margin: auto;
  border-style: solid;
  border-width: 6px 6px 6px 6px;
  border-color: transparent white transparent transparent;
  width: 0;
  height: 0;
  transition: all 0.8s;
}
.left-nav .nav-slide .nav-slide-open {
  transform: rotateZ(180deg) translateX(-2px);
  -webkit-transform: rotateZ(180deg) translateX(-2px);
  -moz-transform: rotateZ(180deg) translateX(-2px);
  -ms-transform: rotateZ(180deg) translateX(-2px);
  transform-origin: 75% center;
  -webkit-transform-origin: 75% center;
  -moz-transform-origin: 75% center;
  -ms-transform-origin: 75% center;
}
.left-nav,
.page-content {
  top: 54px;
}
#nav {
  background: #EDF0F9;
}
#nav li a {
  border-left: none !important;
}
#nav > li > a {
  color: #333;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
#nav > li > a:hover {
  background-color: #E7F7FF !important;
}
#nav > li > a.active {
  color: #449EFE;
  background-color: #E7F7FF !important;
}
#nav > li .nav_right {
  margin-top: 4px;
}
#nav .sub-menu {
  background: none;
}
#nav .sub-menu > li > a {
  color: #333;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 42px !important;
}
#nav .sub-menu > li > .sub-menu > li > a {
  padding-left: 56px !important;
}
#nav .sub-menu > li > a:hover {
  color: #2F54EB;
  background-color: #E7F7FF !important;
}
#nav .sub-menu > li > a.active {
  color: #2F54EB;
  background-color: #E7F7FF !important;
  border-right: solid 3px #2F54EB !important;
}
.layui-tab-title li .layui-tab-close:hover {
  background-color: #ff7875;
}
/**
复写首页主题样式end
**/
.main {
  height: 100%;
  width: 100%;
}
.logo {
  height: 100%;
  width: 220px;
  position: relative;
  /* background-color: #002140 !important; */
}
.logo img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.logo .container-title{
  height: 54px;
  line-height: 54px;
  color: #424261;
  font-size: 18px;
  padding-left: 10px;
  font-weight: bolder;
}
.logo img:first-of-type {
  left: 14px;
}
.logo img:last-of-type {
  left: 0;
  right: 0;
  margin: auto;
}
.container-right {
  height: 54px;
  position: absolute;
  left: 220px;
  right: 0;
  top: 0;
}
.container-right .container-right-box {
  height: 54px;
}
.container-title {
  height: 54px;
  line-height: 54px;
  color: #424261;
  font-size: 18px;
  padding-left: 10px;
  font-weight: bolder;
}
.top-nav-more {
  position: absolute;
  background-color: #2F54EB;
  top: 64px;
  right: 69px;
  z-index: 2;
  border-radius: 8px;
  opacity: 0;
  display: none;
  white-space: nowrap;
}
.top-nav-box {
  height: 100%;
  position: relative;
}
.top-nav {
  min-height: 54px;    display: flex;
    justify-content: center;
    align-items: center;
}
.top-nav .active {
  color: #fff;
  background: #2F54EB;
}
.top-nav li {
  padding-left: 12px;
  padding-right: 12px;
  float: left;
  line-height: 54px;
  color: #424261;
  cursor: pointer;
      height: 34px;
    line-height: 36px;
    border-radius: 5px;
}
.top-nav li span.iconfont {
  font-size: 14px;
  margin-right: 6px;
}
.top-nav li:hover {
  color: #424261;
}
.page-content .layui-tab-title {
  height: 40px;
  background: #F3F5FA;
    border-bottom: solid 1px #E8E8E9;
}
.page-content .layui-tab-title > li {
  height: 40px;
  line-height: 40px;
}
.page-content .layui-tab-title .layui-this{
  color:#fff;
      background: #2F54EB;
}
.page-content .layui-tab-title .layui-this:after {
  height: 40px;
}
.page-content .layui-tab-bar {
  height: 40px;
  line-height: 40px;
}
.page-content .layui-tab-content {
  top: 40px;
}
.nav-right > li {
  float: left;
  cursor: pointer;
  color: #fff;
  margin: 0 14px;
  text-align: center;
  height: 34px;
  padding:0 10px;
    line-height: 38px !important;
    background: #2F54EB;
    border-radius: 5px;
}
.nav-right > li:first-of-type {
  margin-left: 0;
}
.nav-right > li:last-of-type {
  margin-right: 0;
}
.nav-right .account > a {
  color: #fff !important;
  padding-left: 0 !important;
}
.nav-right .account > dl a {
  text-align: left;
}
.nav-right .message {
  position: relative;
}
.nav-right .message .message-badge {
  position: absolute;
  top: 15px;
  right: 0;
  display: block;
  border-radius: 50%;
  background-color: #ff7875;
  height: 12px;
  line-height: 12px;
  min-width: 12px;
  color: white;
}
@media screen and (max-width: 768px) {
  .left-nav {
    width: 220px;
  }
  .nav-right {
    display: none;
  }
  .left-nav cite,
  .left-nav .nav_right {
    display: inline-block;
  }
  .page-content {
    left: 220px;
  }
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
  background: #535353;
}
::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
  border-radius: 0;
  background: #3d465f;
}
.layui-tab-item.layui-show {
  background-color: #f5f5f5;
  padding: 16px;
}
/*# sourceMappingURL=index.css.map */