#fistScreenLoading {
  background: #fff;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#fistScreenLoading .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  /* height: 46.33px; */
  /* background-size: 100% 100%;
        background-repeat: no-repeat; */
}

#fistScreenLoading .center .logo {
  /* width: 80px; */
  height: 46px;
}

#fistScreenLoading .center .txt {
  font-size: 14px;
  margin-top: 12px;
}

#browserCompatibleError {
  display: none;
  width: 100vw;
  height: 100vh;
  position: relative;
  background: #fff;
  z-index: 99999;
}

#browserCompatibleError .center {
  width: 360px;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}

#browserCompatibleError .icon {
  border-radius: 0px 0px 0px 0px;
  background: #ee564b;
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin: 34px auto;
  font-size: 46px;
}

#browserCompatibleError .title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

#browserCompatibleError .desc {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  text-align: center;
  margin: 4px auto 24px;
}

#browserCompatibleError .browsers {
}

#browserCompatibleError .browsers .brow {
  display: inline-block;
  text-align: center;
  margin: 0 14px;
}

#browserCompatibleError .browsers .bLogo {
  width: 42px;
}

#browserCompatibleError .browsers .name {
  color: #242424;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 4px;
}
