.top-bar-html {
  width: 100%;
  background-color: #1E3859;
  overflow: hidden;
  z-index: 2147483645;
  position: fixed;
  top: 0;
  box-shadow: 0 0 4px #333;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out 0s;
}
.top-bar-html-content {
  width: 1200px;
  height: 104px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar-html-content-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #022336;
  border-radius: 4px;
  width: 88px;
  height: 88px;
  transition: all 0.2s ease-in-out 0s;
}
.top-bar-html-content-item:hover {
  background-color: #F4791B;
}
.top-bar-html-content-item:hover img {
  height: 48px;
  width: 48px;
}
.top-bar-html-content-item:first-child {
  margin-right: 12px !important;
}
.top-bar-html-content-item:last-child {
  margin-left: 12px !important;
}
.top-bar-html-content-item text {
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, sans-serif;
}
.top-bar-html-content-item img {
  height: 52px;
  width: 52px;
  border-radius: 5px;
  display: block;
  transition: all 0.2s ease 0s;
}
.audio-html {
  z-index: 99999999999;
  height: 150px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #505050;
}
.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;
}
.big-text-html {
  z-index: 99999999999;
  height: 160px;
  text-align: center;
  position: fixed;
  bottom: 6px;
  right: 6px;
  left: 6px;
}
.big-text-html-content {
  height: 100%;
  background-color: #fff;
  font-size: 48px;
  color: #000 !important;
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  line-height: 1.5;
  box-shadow: 0 0 8px #333;
  border-radius: 6px;
}
.big-text-html-btn {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: red;
  position: absolute;
  right: 6px;
  top: 6px;
  border-radius: 6px;
  color: #FFFFFF;
  cursor: pointer;
}
.big-text-html-btn i {
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}
.big-text-html-bone {
  width: 100%;
  height: 160px;
}
@-webkit-keyframes move {
  0% {
    bottom: -100%;
    opacity: 0;
  }
  60% {
    bottom: 0;
  }
  80% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes move {
  0% {
    bottom: -100%;
    opacity: 0;
  }
  60% {
    bottom: 0;
  }
  80% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
.help-html {
  z-index: 99999999999;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: calc(100% - 104px);
  padding: 24px 0;
  background-color: #f2f2f2;
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
.help-html ol,
.help-html ul {
  padding-left: 40px;
}
.help-html h1 {
  margin: 0;
  font-size: 28px;
}
.help-html h2 {
  margin: 0;
  font-size: 24px;
}
.help-html h3 {
  margin: 0;
  font-size: 18px;
}
.help-html h4 {
  margin: 0;
  font-size: 16px;
}
.help-html-content {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  padding: 24px;
  line-height: 2;
  box-shadow: 0 0 5px #ccc;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.help-html-content .help-tab {
  margin-bottom: 24px;
}
.help-html-content .help-tab ul {
  display: flex;
  align-items: center;
  padding: 0;
}
.help-html-content .help-tab ul li {
  border: 1px #ddd solid;
  border-radius: 8px;
  padding: 8px 16px;
  margin-right: 24px;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
}
.help-html-content .help-tab ul li:hover {
  background-color: #eee;
}
.help-html-content .help-tab ul li.active {
  border-color: #1E3859;
  background-color: #1E3859;
  color: #fff;
}
.help-html-content .help-container {
  display: none;
}
.help-html-content #help-content-1 {
  display: block;
}
.help-html-content .help-tab-body {
  display: flex;
}
.help-html-content .help-menu {
  width: 300px;
  margin-right: 24px;
  border: 1px #ddd solid;
  border-radius: 8px;
  overflow: auto;
}
.help-html-content .help-menu a:link,
.help-html-content .help-menu a:visited,
.help-html-content .help-menu a:active {
  color: #333;
  text-decoration: none;
}
.help-html-content .help-menu a:hover {
  text-decoration: underline;
}
.help-html-content .help-menu h2 {
  background-color: #eee;
  text-align: center;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px #ddd solid;
  border-radius: 8px 8px 0 0;
}
.help-html-content .help-menu .help-menu-body {
  padding: 24px;
}
.help-html-content .help-menu .help-menu-body ol {
  border-bottom: 1px #ddd dashed;
  margin: 0 0 12px;
  padding-bottom: 12px;
}
.help-html-content .help-menu .help-menu-body ol li {
  list-style: decimal;
}
.help-html-content .help-menu .help-menu-body ol:last-child {
  border-bottom: none;
}
.help-html-content .help-content {
  flex: 1 1;
  border: 1px #ddd solid;
  border-radius: 8px;
  overflow: hidden;
}
.help-html-content .help-content h1 {
  background-color: #fff;
  border-bottom: 1px #ddd dashed;
  border-radius: 8px 8px 0 0;
  text-align: center;
  margin: 0 24px;
  height: 84px;
  line-height: 84px;
}
.help-html-content .help-content .help-content-body {
  overflow: auto;
  height: calc(100vh - 334px);
  margin: 24px;
  box-sizing: border-box;
}
.help-html-content .help-content .help-content-body h4 {
  margin-top: 12px;
}
.help-html-content .help-content .help-content-body p {
  margin: 0 0 12px;
  line-height: 1.5;
}
.help-html-content .help-content .help-content-body ol {
  margin: 0;
}
.help-html-content .help-content .help-content-body ol li {
  list-style: decimal;
}
.help-html-content .help-content .help-content-body ol li ul {
  margin: 0;
}
.help-html-content .help-content .help-content-body ol li ul li {
  list-style: disc;
}
.help-html-content .help-content hr {
  border: none;
  border-bottom: 1px #ddd dashed;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.help-html-content .help-content table {
  width: 100%;
  background-color: #f2f2f2;
}
.help-html-content .help-content table td {
  border: 1px #ddd solid;
  padding: 6px;
}
.help-html-btn {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: red;
  position: absolute;
  right: 6px;
  top: 6px;
  border-radius: 6px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.help-html-btn i {
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}
@keyframes move {
  0% {
    bottom: -100%;
    opacity: 0;
  }
  60% {
    bottom: 0;
  }
  80% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}