.s-fullScreen {
  width: 100%;
  height: 100%;
}

.s-content {
  width: 100%;
  height: 100%;
  position: fixed;
}

.s-footer {
  width: 100%;
  position: fixed;
  z-index: 302;
  bottom: 0;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
}

.s-bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.s-center {
  text-align: center;
  margin: 0 auto;
}

.s-center-text {
  text-align: center;
}

.s-center-block {
  margin: 0 auto;
}

.s-vectical-center {
  width: 100%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.s-grid {
  height: 100px;
  font-size: 24px;
  text-align: center;
  line-height: 100px;
  margin: 6px;
  padding: 4px;
}

.s-break-word {
  word-wrap: break-word;
}