* {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: 0;
  -webkit-tap-highlight-color: #0000;
  font-family: 黑体 !important;
}

html {
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  background-color: #0000;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  display: block;
}

.hidden, .hide {
  display: none;
}

.show {
  display: block;
}

.none {
  display: none;
}

ul, li, p, dl, dt, dd, button, input, h1, h2, h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #666;
  text-decoration: none;
}

.ios {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #efeff4;
}

.android {
  background-color: #f2f2f2;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  overflow: hidden;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.mr0 {
  margin-right: 0 !important;
}

.mb5 {
  margin-bottom: .5rem;
}

.dialogBox {
  background: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.dialogBox div {
  color: #191919;
  text-align: center;
  font-size: .3rem;
}

.ios .userAgreement {
  text-align: left;
  color: #000;
  word-wrap: break-word;
  -webkit-user-select: text;
  user-select: text;
  text-indent: 2em;
  padding: .47rem .37rem 1.11rem .33rem;
  font-size: .34rem;
  line-height: .52rem;
}

p, a {
  -webkit-user-select: text;
  user-select: text;
}

div {
  -webkit-user-select: text;
  user-select: text;
  text-indent: 2em;
}

b {
  -webkit-user-select: text;
  user-select: text;
  font-size: .36rem;
}

.android .userAgreement {
  text-align: left;
  color: #000;
  word-wrap: break-word;
  -webkit-user-select: text;
  user-select: text;
  text-indent: 2em;
  padding: .3rem .35rem 1.11rem;
  font-size: .34rem;
  line-height: .52rem;
}

.update-time {
  text-align: left;
  color: #000;
  word-wrap: break-word;
  -webkit-user-select: text;
  user-select: text;
  text-indent: 0;
  padding-top: .3rem;
  font-size: .34rem;
  line-height: .52rem;
}

.start-time {
  text-align: left;
  color: #000;
  word-wrap: break-word;
  -webkit-user-select: text;
  user-select: text;
  text-indent: 0;
  padding-bottom: .3rem;
  font-size: .34rem;
  line-height: .52rem;
}
