.HeaderMask {
  position: fixed;
  top: 0;
  z-index: 9;
  height: 44px;
  left: 0;
  right: 0; }

.HeaderNav {
  user-select: none;
  position: relative;
  width: 100%; }
  .HeaderNav__close {
    position: absolute;
    width: 43px;
    top: 0;
    left: 0;
    z-index: 15; }
    .HeaderNav__close img {
      width: 100%; }
  .HeaderNav__title {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
  .HeaderNav__header {
    height: 43px;
    overflow: visible;
    position: fixed;
    top: 0;
    background: transparent;
    z-index: 10;
    width: 100%; }
    .HeaderNav__headerMain {
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0 50px 0 50px; }

.page-NotFound {
  background: #f7f7f7; }

.NotFound {
  position: fixed;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%); }
  .NotFound__img {
    width: 140px;
    height: 90px;
    background: url(//static.frdyo.com/h5/img_no_data.c6718846a2.png) no-repeat center/100% transparent;
    margin: 0 auto; }
  .NotFound__imgFrdyo {
    width: 140px;
    height: 90px;
    background: url(//static.frdyo.com/h5/404_frdyo.60baafcd4f.png) no-repeat center/100% transparent;
    margin: 0 auto; }
  .NotFound__imgHuna {
    width: 140px;
    height: 90px;
    background: url(//static.frdyo.com/h5/404_huna.60baafcd4f.png) no-repeat center/100% transparent;
    margin: 0 auto; }
  .NotFound__txt {
    margin-top: 20px;
    color: #999EAD;
    font-size: 14px;
    text-align: center; }
  .NotFound__headerWrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff; }
  .NotFound__header {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: normal;
    font-size: 17px; }
  .NotFound__headerBack {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    transform: translate(0, -50%); }


/*# sourceMappingURL=http://static.frdyo.com/h5/page-NotFound.2f774e2289.css.map*/