* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  /*用于 获取 屏幕的可视宽高*/
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  font-family: Microsoft YaHei;
  height: 100%;
  background-color: #000;
}
.showcase {
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.showcase .video-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
}
.showcase .video-react-video {
  height: 102vh;
  position: relative;
  width: 100%;
  z-index: 2;
}
.content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.content .page {
  display: flex;
  position: absolute;
  color: #003379;
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: inline-block;
  padding: 0 0.375rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.9);
  mix-blend-mode: normal;
  box-sizing: border-box;
  border-radius: 0.025rem;
  margin: 0.0625rem;
  font-family: Microsoft YaHei;
  font-style: normal;
  font-size: 0.225rem;
}
.content .page a {
  color: #003379;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .page a .lab {
  font-size: 0.375rem;
}
.content .page a .title {
  margin-left: 0.25rem;
  font-size: 0.25rem;
}
.content .one {
  left: 15.35rem;
  top: 6.65rem;
}
.content .two {
  left: 15.775rem;
  top: 3.9rem;
}
.content .three {
  left: 11.65rem;
  top: 5.125rem;
}
.content .four {
  left: 6.2625rem;
  top: 5.3125rem;
}
.content .five {
  left: 2.725rem;
  top: 3.9375rem;
}
.content .six {
  left: 11.5375rem;
  top: 7.45rem;
}
.content .seven {
  left: 19.6625rem;
  top: 4.8125rem;
}
.content .eight {
  left: 2.475rem;
  top: 9.4375rem;
}
.content .nine {
  left: 6.4875rem;
  top: 6.4375rem;
}
.content .ten {
  left: 11.975rem;
  top: 9.3125rem;
}
.lodingPage {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  background-image: url("public/images/loading.jpg");
}
.lodingPage .lodingText {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  bottom: -1.875rem;
  margin: 0 auto;
  margin-top: 25%;
  width: 9.125rem;
  height: 0.3rem;
  overflow: hidden;
  display: inline-block;
}
@media screen and (min-width: 480px) {
  .page {
    padding: 0 0.175rem;
    border-radius: 0.012rem;
    margin: 0.0625rem;
    font-size: 0.21rem;
  }
  .page a .lab {
    font-size: 0.19rem;
  }
  .page a .title {
    margin-left: 0.12rem;
    font-size: 0.12rem;
  }
}
#drawingPageEntranceButton1 {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  z-index: 20;
  width: 4rem;
  height: 1rem;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  background-image: url("public/images/drawing_page/jlz.png");
}
#drawingPageEntranceButton2 {
  position: absolute;
  top: 2.5rem;
  right: 0.5rem;
  z-index: 20;
  width: 4rem;
  height: 1rem;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  background-image: url("public/images/invite_page/Tct-Btn-ShouYe.png");
}
