.gdbj {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  /* background: rgb(27, 51, 105); */
  /* background: url("../img/bejing.png");
  background-repeat: no-repeat;
  background-size: cover; */
  z-index: 10000000000000000;
}

.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
}

.mainContent {
  overflow: hidden;
  padding: 90px 0px 0px 90px;
  min-height: 500px;
}

/* 顶部 */
.head {
  width: 100%;
  min-width: 960px;
  background: #fff;
  height: 50px;
  font-size: 16px;
  color: #30CFD0;
  padding: 0 50px;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.ym-logo {
  display: flex;
  align-items: center;
  padding: 20px 10px 20px 15px;
}

.logo-img-0 {
  width: 47px;
  height: 46px;
}

.logo-img-1 {
  width: 77px;
  height: 46px;
  margin-left: 5px;
  opacity: 0;
  transition: opacity 0.2s;
}

.head-right {
  line-height: 50px;
}

.head-right li {
  margin-left: 50px;
  /* text-decoration: underline; */
  /* cursor: pointer; */
}

.sign-out {
  /* text-decoration: underline; */
  cursor: pointer;
  /* position: relative; */
  display: flex;
  align-items: center;
}

.sign-out::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../img/tuichu.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 100% 100%;
  margin-right: 5px;
}

.head-right li:first-child {
  margin-left: 0;
}

.msg {
  position: relative;
}

.spot {
  display: block;
  width: 5px;
  height: 5px;
  background: rgba(249, 56, 143, 1);
  border-radius: 100%;
  position: absolute;
  top: 13px;
  right: -3px;
}

/* 左侧导航 */
.nav, .setUpNav {
  background: #fff;
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #666;
  font-size: 14px;
  z-index: 2;
  box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.setUpNav {
  width: 200px;
  position: fixed;
  top: 90px;
  left: 100px;
  z-index: 2;
  height: 88%;
  display: none;
}

.navTitle {
  color: #fff;
  padding: 15px 15px 15px 20px;
}

.navItem {
  display: none;
}

.navItemSel {
  width: 100%;
  padding: 15px 15px 15px 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.setUpItem {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.setUpNav .itemIcon {
  display: none;
}

.twoLevelItem {
  padding: 15px 15px 15px 30px;
  cursor: pointer;
}

.setUpNav .twoLevelItem {
  padding: 10px 18px 10px 20px;
}

.navItemSel:hover {
  background: #52C3C4;
}

.navItem:hover .twoLevel .twoLevelItem:hover {
  background: #52C3C4;
}

.twoLevel {
  display: none;
  background: #fff;
}

.twoNav::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url('../img/icon/arrow-bottom.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 100% 100%;
}

.itemIcon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}

.currentModule {
  background: #52C3C4;
  color: #fff;
  /* border-right: 4px solid #30CFD0; */
}

.setUpItem .currentModule {
  border-right: none;
}

.setUpNav .navItemSel {
  padding: 10px 18px 10px 20px;
}

.setUpNav .twoNav::before {
  top: 15px;
}

.setUpNav .twoLevel {
  background: #F8F9FB;
}

.nav ul {
  height: 99%;
  width: 80px;
  overflow-y: auto;
  /* position: absolute; */
  /* top: 50px; */
  transition: width 0.2s;
  background: #0BABAC;
  /* pointer-events: none; */
  /* z-index: 0; */
}

.nav {
  width: 80px;
  transition: width 0.2s;
  background: #0BABAC;
  color: #fff;
  z-index: 20;
}

.nav ul span {
  opacity: 0;
  transition: opacity 0.2s;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.nav-column-hover {
  width: 200px;
}

.nav-column-hover ul {
  width: 200px;
  /* pointer-events: auto; */
}

.nav-column-hover ul span {
  opacity: 1;
}

.nav-column-hover .logo-img-1 {
  opacity: 1;
}

iframe {
  list-style: none;
  margin: 0;
  border-style: none;
  width: 100%;
  height: 100%;
  min-width: 960px;
}

iframe::-webkit-scrollbar, .nav ul::-webkit-scrollbar {
  /* display: none */
  width: 8px;
  background: #999;
}

iframe::-moz-scrollbar, .nav ul::-moz-scrollbar {
  /* display: none */
  width: 8px;
  background: rgba(241, 241, 241, 1);
}

iframe::-ms-scrollbar, .nav ul::-ms-scrollbar {
  /* display: none */
  width: 8px;
  background: rgba(241, 241, 241, 1);
}

iframe::-o-scrollbar, .nav ul::-o-scrollbar {
  /* display: none */
  width: 8px;
  background: rgba(241, 241, 241, 1);
}

iframe::-webkit-scrollbar-thumb, .nav ul::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(193, 193, 193, 1);
  background: rgba(193, 193, 193, 1);
}

iframe::-webkit-scrollbar-track, .nav ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(241, 241, 241, 1);
  border-radius: 0;
  background: rgba(241, 241, 241, 1);
}

.top {
  color: #999;
  /* margin: 60px 0 0 220px; */
  position: fixed;
  top: 50px;
  left: 0px;
  background: #F8F9FB;
  width: 100%;
  padding: 10px;
  padding-left: 110px;
  opacity: 0;
  font-size: 14px;
}

.aims {
  color: #999;
  cursor: pointer;
}

.aims::after {
  content: "/";
  margin: 0 5px;
}

.aims:last-child::after {
  content: "";
  margin: 0;
}

.aims:last-child {
  color: #30CFD0;
}

.dlxx {
  color: #30CFD0
}

.ab-ct-y {
  top: 50%;
}

.updateBox {
  background: rgba(0, 0, 0, 0.1);
}

.close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
  z-index: 10;
}

.updateContent {
  width: 426px;
  /* height: 276px; */
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  padding-top: 82px;
  padding-bottom: 28px;
}

.update-icon {
  width: 426px;
  height: 160px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -78px;
  z-index: 9;
}

.update-icon img {
  width: 160px;
  height: 160px;
}

.UpdateInfoTitle {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.UpdateInfoList {
  max-height: 200px;
  overflow-y: auto;
}

.updateInfoContent {
  padding: 25px 30px 10px;
}

.UpdateInfoItem {
  color: #666;
  margin-bottom: 10px;
}

.bztx {
  padding: 0 28px;
  width: 100%;
  text-align: right;
}

.bztx span {
  border-bottom: 1px solid #30CFD0;
  color: #30CFD0;
  cursor: pointer;
  line-height: 27px;
  display: inline-block;
}

.UpdateInfoList::-webkit-scrollbar {
  /* display: none */
  width: 8px;
  background: #999;
}

.UpdateInfoList::-moz-scrollbar {
  /* display: none */
  width: 8px;
  background: rgba(241, 241, 241, 1);
}

.UpdateInfoList::-ms-scrollbar {
  /* display: none */
  width: 8px;
  background: rgba(241, 241, 241, 1);
}

.UpdateInfoList::-o-scrollbar {
  /* display: none */
  width: 8px;
  background: rgba(241, 241, 241, 1);
}

.UpdateInfoList::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(193, 193, 193, 1);
  background: rgba(193, 193, 193, 1);
}

.UpdateInfoList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(241, 241, 241, 1);
  border-radius: 0;
  background: rgba(241, 241, 241, 1);
}
