@font-face {
  font-family: 'iconfont';
  /* Project id 3445986 */
  src: url(../font/iconfont.woff2) format("woff2"), url(../font/iconfont.woff) format("woff"), url(../font/iconfont.ttf) format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

* {
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 100;
  font-size: 14px;
  box-sizing: border-box;
}

ul, li {
  list-style: none;
}

.outWrap {
  background: #2f2f2f;
  height: 100vh;
}

.el-header {
  display: flex;
  align-items: center;
  height: 66px !important;
  padding: 0 0;
  overflow: hidden;
  transition: all .36s;
}

.el-header.hide {
  height: 0 !important;
  opacity: 0;
}

.el-header .leftName {
  width: 260px;
  font-size: 20px;
  font-weight: 100;
  display: flex;
  align-items: center;
  padding: 0 18px;
}

.el-header .leftName .logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  border: 2px solid #f4c162;
}

.el-header .leftName .logo .iconfont {
  color: #f4c162;
  font-size: 22px;
}

.el-header .leftName .name {
  letter-spacing: .2em;
  transform: scaleX(0.8);
  transform-origin: left;
  font-size: 20px;
}

.el-header .rightText {
  background: #4f4f4f;
  flex: 1;
  height: 100%;
  line-height: 60px;
  padding: 0 18px;
  text-align: center;
  position: relative;
}

.el-header .rightText .time {
  font-size: 20px;
}

.el-aside {
  background: #000;
  width: 260px !important;
  overflow: hidden;
  padding: 0px 0;
  transition: all .36s;
}

.el-aside.hide {
  width: 0 !important;
  opacity: 0;
}

.menuLeft {
  width: 260px;
}

.menuLeft ul li {
  margin: 8px 0;
  cursor: pointer;
}

.menuLeft ul li p {
  font-size: 16px;
  transition: all .36s;
  line-height: 46px;
  padding: 0 26px;
  position: relative;
}

.menuLeft ul li p > .iconfont {
  margin-right: 12px;
}

.menuLeft ul li p span {
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 24px;
  padding: 0 5px;
  margin-top: -12px;
  transition: all .26s;
  display: block;
}

.menuLeft ul li p span .iconfont {
  margin-right: 0;
  font-size: 14px;
  line-height: 14px;
}

.menuLeft ul li:hover p {
  color: #f4c162;
}

.menuLeft ul li:hover p .iconfont {
  color: #f4c162;
}

.menuLeft ul li.active p {
  color: #fff !important;
  background-image: -webkit-linear-gradient(0deg, #ed9236 40%, #f4c162 100%);
}

.menuLeft ul li.active p span.show {
  transform: rotate(180deg);
}

.menuLeft ul li.active p .iconfont {
  color: #fff;
}

.menuLeft ul li.active dl {
  display: block;
}

.menuLeft ul li dl {
  display: none;
  margin-top: 10px;
}

.menuLeft ul li dl dt {
  padding-left: 65px;
  line-height: 36px;
  position: relative;
}

.menuLeft ul li dl dt:before {
  position: absolute;
  top: 50%;
  left: 50px;
  content: '';
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
}

.menuLeft ul li dl dt.active, .menuLeft ul li dl dt:hover {
  color: #f4c162;
}

.menuLeft ul li dl dt.active:before, .menuLeft ul li dl dt:hover:before {
  border: 1px solid #f4c162;
}

.el-tabs {
  height: 40px;
  overflow: hidden;
  transition: all .2s;
}

.el-tabs.hide {
  height: 0;
  opacity: 0;
}

.el-main {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.el-main #routerBox {
  flex: 1;
  position: relative;
}

.el-main #routerBox iframe {
  background: #fff;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.el-main #routerBox .ssBtn {
  position: absolute;
  top: 5px;
  left: 5px;
  line-height: 24px;
  background-image: -webkit-linear-gradient(0deg, #ed9236 40%, #f4c162 100%);
  font-size: 12px;
  padding: 0 6px;
  border-radius: 2px;
  cursor: pointer;
  filter: grayscale(100%);
  transition: all .36s;
  z-index: 20;
}

.el-main #routerBox .ssBtn.show {
  filter: grayscale(0);
}

.el-tabs__header {
  margin-bottom: 0;
}

.el-tabs--card > .el-tabs__header {
  border-bottom: none;
  background: #000;
}

.el-tabs--card > .el-tabs__header .el-tabs__nav {
  border: 0;
}

.el-tabs__item {
  background: #4f4f4f;
  color: #fff;
}

.el-tabs--card > .el-tabs__header .el-tabs__item {
  border-left: none;
}

.el-tabs__item .el-icon-close {
  color: #f4c162;
}

.el-tabs__item.is-active,
.el-tabs__item:hover {
  color: #f4c162;
  background: #2f2f2f;
}

.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
  border-bottom-color: transparent;
}

.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable {
  color: #f4c162;
  background: #2f2f2f;
}
