﻿* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100vh;
  background-color: #3B71CA;
  position: relative;
  background-image: url(/img/white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 85vh;
}
body > .navLogo {
  width: 100%;
  height: 112px;
  display: flex;
  justify-content: start;
  color: #fff;
  visibility: hidden;
}
body > .navLogo > img {
  width: 18%;
  height: auto;
  margin-left: 120px;
}
body > .content {
  width: 100%;
  height: calc(100vh - 112px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
}
body > .content > .main {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -60px;
}
body > .content > .main > img {
  width: 542px;
  margin-bottom: 44px;
}
body > .content > .main > .solid {
  width: 1200px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 25%, #FFFFFF 75%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 44px;
}
body > .content > .main > .word {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  font-family: "AlibabaPuHuiTi-2-85-Bold-cdn";
  font-weight: bold;
}
body > .content > .beian {
  position: absolute;
  bottom: 15px;
  right: 25px;
  font-size: 14px;
  opacity: 0.4;
}
body > .content > .beian > a {
  text-decoration: none;
  color: #fff;
}