* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  /*用于 获取 屏幕的可视宽高*/
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei;
  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-container .video-react-video {
  height: 102vh;
  position: relative;
  width: 100%;
  z-index: 2;
}
.showcase .content {
  display: flex;
  position: absolute;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.showcase .content .sideBar {
  display: flex;
  color: #003378;
  z-index: 3;
  flex-direction: column;
  align-items: center;
  width: 5rem;
  height: 100%;
  padding-top: 0.625rem;
  background: rgba(255, 255, 255, 0.7);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.7);
}
.showcase .content .sideBar .sideBar-body {
  width: 4.575rem;
}
.showcase .content .sideBar .sideBar-body h1 {
  font-size: 0.5rem;
  line-height: 0.5rem;
}
.showcase .content .sideBar .sideBar-body h3 {
  font-weight: bold;
  font-size: 0.35rem;
  line-height: 0.5rem;
  margin-top: 0.1rem;
}
.showcase .content .sideBar .sideBar-body span {
  display: inline-block;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 1.8;
  text-align: justify;
  margin-top: 0.1875rem;
}
.showcase .content .sideBar .sideBar-text {
  margin: 0 auto;
  margin-top: 0.625rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 4.2rem;
}
.showcase .content .sideBar .sideBar-text .sideBar-text-title {
  width: 2.1rem;
  margin-bottom: 0.175rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.showcase .content .sideBar .sideBar-text .sideBar-text-title .sideBar-text-title-svg {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
}
.showcase .content .sideBar .sideBar-text .sideBar-text-title h3 {
  color: #767474;
  padding-top: 0.125rem;
  font-weight: bold;
  font-size: 0.2rem;
}
.showcase .content .sideBar .sideBar-text .sideBar-text-title:hover {
  cursor: pointer;
}
.showcase .content .sideBar .sideBar-text span {
  display: inline-block;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 1.8;
  margin-top: 0.2rem;
}
.showcase .content .button {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 4;
}
.showcase .content .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  width: 0.875rem;
  height: 0.875rem;
  background: linear-gradient(134.71deg, #00b5ff 8.41%, #0046ff 100%);
  mix-blend-mode: normal;
  border-radius: 0.1rem;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.showcase .content .btn svg {
  width: 0.5rem;
  height: 0.5rem;
}
.showcase .content .btn:hover {
  opacity: 1;
}
.showcase .page {
  display: flex;
  position: absolute;
  color: #00204dd8;
  z-index: 3;
  align-items: center;
  justify-content: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.7);
  mix-blend-mode: normal;
  box-sizing: border-box;
  border-radius: 0.025rem;
  padding: 0.125rem 0.175rem;
  font-family: Microsoft YaHei;
  font-style: normal;
  font-size: 0.225rem;
}
.showcase .page a {
  color: #00204dd8;
  text-decoration: none;
}
.showcase .page a .title {
  font-size: 0.25rem;
}
.showcase .fancybox {
  position: absolute;
  background: rgba(0, 32, 77, 0.8);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
  z-index: 10;
  padding: 0.25rem;
  color: #fff;
}
.showcase .fancybox h3 {
  font-size: 0.25rem;
}
.showcase .fancybox p {
  margin-top: 0.25rem;
  font-size: 0.2rem;
  line-height: 1.5;
  text-align: justify;
}
.showcase .fancyboxHove {
  background: rgba(0, 32, 77, 0.8);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.showcase .one {
  left: 13.825rem;
  top: 11.375rem;
}
.showcase .two {
  left: 13.6375rem;
  top: 6.4rem;
}
.showcase .three {
  left: 6.25rem;
  top: 7.8625rem;
}
.showcase .four {
  left: 10.3125rem;
  top: 8.9125rem;
}
.showcase .five {
  left: 15.0125rem;
  top: 1.15rem;
}
.showcase .six {
  left: 5.8625rem;
  top: 9.275rem;
}
.showcase .seven {
  left: 10.575rem;
  top: 5.7rem;
}
#drawingPageEntranceButton1 {
  position: absolute;
  top: 0.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/drawing_page/jlz.png");
}
/*# sourceMappingURL=four.css.map */