* {
  max-height: 999999px;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  width: 100%;
  height: 100%;
}

html,
body {
  -webkit-text-size-adjust: none !important;
  /*iphone手机文字显示兼容 Font Boosting*/
  font-family: "syst-bold";
  line-height: 1.5;
}

@font-face {
  font-family: "syst-bold";
  /* src: url(../font/syst-bold.ttf); */
  /* src: url("../font/syst-bold.eot");
  src: url("../font/syst-bold.eot?#font-spider") format("embedded-opentype"),
    url("../font/syst-bold.woff") format("woff"),
    url("../font/syst-bold.ttf") format("truetype"),
    url("../font/syst-bold.svg") format("svg"); */
  font-weight: normal;
  font-style: normal;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "SimSun", "syst-bold";
  /* background: url("../assets/bg.png") no-repeat center; */
  background-size: 100% 100%;
  font-size: 12px;
  margin: 0px;
  overflow: hidden;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* display: none; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(97 97 97 / 70%);
  z-index: 100;
  flex-flow: column;
}

.loading .loadbg {
  background-color: #4f4f4f;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.blur {
  filter: url(blur.svg#blur);
  /* FireFox, Chrome, Opera */

  -webkit-filter: blur(10px);
  /* Chrome, Opera */
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);

  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
  /* IE6~IE9 */
}

.loading-bar-container {
  width: 200px;
  height: 3px;
  background: #272727;
  z-index: 11;
}

.loading .logo {
  /* position: absolute; */
  /* top: 50%; */
  /* margin-top: -18%; */
  position: relative;
  margin-bottom: 40px;
  margin-top: -5%;
}

.loading .logo img {
  /* position: relative; */
  /* left: -136px; */
  width: 300px;
}

.loadbox {
  /* position: absolute; */
  /* top: 50%; */
  width: 300px;
  /* left: 50%; */
  /* margin-left: -150px; */
  /* margin-top: 25px; */
  position: relative;
}

.loadbox i.num {
  width: 47px;
  text-align: center;
  color: #fff;
  line-height: 28px;
  /* background: url(../assets/numbg.png) no-repeat; */
  display: block;
  position: absolute;
  bottom: 0px;
  left: -21px;
  font-style: normal;
  font-size: 13px;
}

.loadbox i.numkb {
  width: 47px;
  text-align: center;
  color: #959595;
  line-height: 28px;
  display: block;
  position: absolute;
  top: 8px;
  right: 0px;
  font-style: normal;
  font-size: 13px;
}

.loadbox .loadbar {
  background-color: #626262;
  border-radius: 15px;
  height: 8px;
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.loadbox .loadbar span {
  background: #e5e5e5;
  border-radius: 14px;
  position: absolute;
  width: 300px;
  height: 100%;
  left: 0;
  top: 0;
}


/* .logo {
  background: url("../assets/logo.png") no-repeat center / auto 100%;
  position: absolute;
  width: 261px;
  height: 46px;
  top: 41%;
} */

.loading-bar {
  height: 3px;
  background: white;
}

.wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 2rem;
  right: 2rem;
  user-select: none;
  z-index: 50;
}

.btn img {
  width: 100%;
  height: 100%;
}

.description {
  position: absolute;
  font-family: "syst-bold";
  width: 40%;
  max-height: 67%;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  transform: translate(-50%, -50%);
  align-items: center;
  user-select: none;
  z-index: 50;
  display: none;
}

.description:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url("../assets/close.png") no-repeat center / auto 100%;
  bottom: -5vh;
  left: 50%;
  transform: translate(-50%, 0);
}

.description .desbox {
  padding: 3rem 15%;
  box-sizing: border-box;
  height: 100%;
}

.description .desbox .names {
  color: #ffffff;
  font-size: 20px;
  padding-bottom: 1.5rem;
}

.description .desbox .level,
.description .desbox .material,
.description .desbox .position,
.description .desbox .shape {
  color: #898989;
  font-size: 16px;
  line-height: 1.6;
}

.description .desbox .explanation {
  font-family: "syst-bold";
  color: #bfc0c0;
  font-size: 16px;
  width: 100%;
  max-height: calc(58vh - 14rem);
  overflow-y: auto;
  text-align: justify;
  margin-top: 1.5rem;
  padding: 0px 10px 0px 0px;
}

.description .desbox .explanation p {
  line-height: 2.2rem;
  padding-bottom: 0.5rem;
}

.toolbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
}

.toolbar ul {
  list-style: none;
}

.toolbar ul li {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 1rem 1.5rem;
  background: no-repeat center / contain;
  box-sizing: border-box;
  margin: 0 0.5rem;
}

.toolbar .front {
  background-image: url("../assets/front.png");
  display: none;
}

.toolbar .info {
  background-image: url("../assets/info.png");
}

.toolbar .recover {
  background-image: url("../assets/recover.png");
}

.toolbar .back {
  background-image: url("../assets/back.png");
  display: none;
}

.toolbar .help {
  background-image: url("../assets/help.png");
}

.toolbar .animations {
  background-image: url("../assets/anima.png");
  /* transform: rotateZ(180deg); */
  /* transition: transform 0.5s linear; */
}

.toolbar .animations.active {
  /* transform: rotateZ(0deg); */
  /* transition: transform 0.5s linear; */
}

.help_jie {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  display: none;
}

.operating {
  position: absolute;
  width: 100%;
  height: 67%;
  top: 16.5%;
  background: rgba(0, 0, 0, 0.7) url(../assets/help_jie.png) no-repeat center / contain;
  text-align: center;
  box-sizing: border-box;
}

.operating:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url("../assets/close.png") no-repeat center / auto 100%;
  bottom: -5vh;
  left: 50%;
  transform: translate(-50%, 0);
}

.pc_operating {
  position: absolute;
  width: 100%;
  height: 67%;
  top: 16.5%;
  background: rgba(0, 0, 0, 0.7) url(../assets/help_jie2.png) no-repeat center / contain;
  text-align: center;
  box-sizing: border-box;
}

.pc_operating:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url("../assets/close.png") no-repeat center / auto 100%;
  bottom: -5vh;
  left: 50%;
  transform: translate(-50%, 0);
}

.nameColumn {
  position: absolute;
  top: 5%;
  left: 5%;
  font-family: "syst-bold";
  letter-spacing: 1px;
  /* pointer-events: none; */
}

.nameColumn .names {
  color: #fff;
  font-size: 22px;
  line-height: 2;
}

.nameColumn .ages {
  color: #898989;
  font-size: 16px;
}

.nameColumn .level {
  color: #898989;
  font-size: 16px;
}

.phonebody .description {
  width: 100%;
}

.phonebody .description .desbox .names {
  font-size: 1.8rem;
  padding-bottom: 1rem;
}

.phonebody .description .desbox .level,
.phonebody .description .desbox .material,
.phonebody .description .desbox .position,
.phonebody .description .desbox .shape {
  font-size: 1.2rem;
}

.phonebody .description .desbox .explanation {
  font-size: 1.2rem;
  margin-top: 0.8rem;
}

.phonebody .description .desbox .explanation p {
  line-height: 2.2rem;
}

.phonebody .nameColumn {
  left: 0%;
  width: 100%;
  text-align: center;
}

.phonebody .nameColumn .names {
  font-size: 1.8rem;
}

.phonebody .nameColumn .ages {
  font-size: 1.6rem;
}

.phonebody .nameColumn .level {
  display: none;
}

.phonebody .toolbar {
  width: 100%;
}

.phonebody .toolbar ul {
  text-align: center;
}

.phonebody .toolbar ul li {
  width: 2.5rem;
  height: 2.5rem;
}