.tbox {
  position: absolute;
  display: none;
  z-index: 20000;
  }

  .tinner {
  background: transparent;
  font-size: 11.5px;
  }

  .tmask {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 19000;
  }

  #tinymask {
  background: #000;
  }

  .tclose {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  background: url(./tclose.png) no-repeat;
  }

  .tclose:hover {
  background-position: 30 -30px;
  }

  #subpage_login .tclose {
  top: 15px;
  right: 15px;
  }