.topbar-html {
  width: 100%;
  background: #797F8D;
  overflow: hidden;
  z-index: 2147483645;
  position: fixed;
  top: 0;
  box-shadow: 0 0 10px 2px #999;
  left: 0;
  right: 0;
}
.topbar-html-mright {
  margin-right: 50px !important;
}
.topbar-html-margin0 {
  margin: 0 !important;
}
.topbar-html-content {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.topbar-html-content-item {
  cursor: pointer;
  margin: 0 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topbar-html-content-item span {
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  font-family: PingFangSC-Medium;
}
.topbar-html-content-item img {
  height: 52px;
  width: 52px;
  border-radius: 5px;
  display: block;
}
.bigtext-html {
  z-index: 99999999999;
  height: 150px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #505050;
}
.bigtext-html-content {
  height: 100%;
  background-color: #FFFFFF;
  font-size: 53px;
  color: #333 !important;
  text-align: center;
  font-weight: bold;
}
.pointer-follow-html-x, .pointer-follow-html-y {
  z-index: 99999999999;
  transform: none;
  transform-origin: 0px 0px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ff0000 !important;
  width: 100%;
  height: 4px;
}
.pointer-follow-html-y {
  height: 100%;
  width: 4px;
}
.bigtext-html {
  z-index: 99999999999;
  height: 150px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #797F8D;
  background-color: #FFFFFF;
}
.bigtext-html-content {
  height: 100%;
  background-color: #FFFFFF;
  font-size: 53px;
  color: #333 !important;
  text-align: center;
  font-weight: bold;
  width: 93%;
  margin: 0 auto;
}
.bigtext-html-btn {
  width: 20px;
  height: 20px;
  background-color: red;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 10px;
  color: #FFFFFF;
  cursor: pointer;
}
.bigtext-html-bone {
  width: 100%;
  height: 151px;
}