.app-box {
  position: fixed;
  top: 0;
  user-select: none;
}

.rotate90 {
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
}


.outer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10;
}
.ghbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: #000000;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.nscc {
  width: 7.55rem;
  height: 5.19rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/pc/bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0.47rem 0.2rem 0rem 0.2rem;
  box-sizing: border-box;
}
.nscc .closeImage {
  position: absolute;
  top: 0.25rem;
  right: 0.4rem;
  cursor: pointer;
}
.nscc .closeImage img {
  width: 0.3rem;
  height: 0.3rem;
}
.nav_right_line {
  height: 1px;
  width: 43px;
  background-color: #fff;
  margin-left: 21px;
}
.rest-display {
  display: none;
}
.eject-display {
  display: none !important;
}
.scrollBox {
  width: 100%;
  height: 100%;
  padding-right: 0.1rem;
  overflow-y: auto;
}
.public_title {
  text-align: center;
  font-size: 0.2rem;
  font-weight: 500;
  color: #fff;
  margin-top: 0.12rem;
}
.public_line {
  width: 90%;
  height: 0.07rem;
  background-color: #fff;
  margin: 0.21rem 5% 0rem 5%;
}
.scrollBox::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.04rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.04rem;
}
.scrollBox::-webkit-scrollbar-thumb {
  /*滚动条里面滚动条*/
  border-radius: 0.05rem;
  -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}
.scrollBox::-webkit-scrollbar-track {
  /*滚动条里面轨道（背景）*/
  -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 769px) {
  .nscc {
    width: 6.9rem;
    height: 9.32rem;
    background-image: url("../img/md/mbg.png");
    padding: 0.6rem 0.2rem 0rem 0.2rem;
  }
  .nscc .closeImage {
    top: 0.7rem;
  }
  .nscc .closeImage img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .nav_right_line {
    margin-left: 18px;
  }
  .public_title {
    margin-top: 0.5rem;
    font-size: 0.35rem;
  }
  .public_line {
    width: 90%;
    margin: 0.1rem 0 0.1rem 0;
    margin-left: 5%;
  }
}