* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  /* 去除下划线 */
  color: inherit;
  /* 使用父元素的文本颜色 */
}
li {
  list-style: none;
}
html,
body {
  background: #ffffff;
  cursor: default;
}
.versionHeart {
  width: 75.125rem;
  height: 100%;
  margin: 0 auto;
}
.mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.mask .popUp {
  width: 31.5rem;
  height: 20.5rem;
  background-color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.625rem;
  overflow: hidden;
}
.mask .popUp .top {
  width: 31.5rem;
  height: 3.125rem;
  background: #3c72d4;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
  line-height: 3.125rem;
  position: relative;
}
.mask .popUp .top .close {
  position: absolute;
  right: 1rem;
  top: 0;
  font-size: 1.5rem;
  cursor: pointer;
}
.mask .popUp .popContent .icon {
  width: 9.625rem;
  height: 6.8125rem;
  display: block;
  margin: 2rem auto;
}
.mask .popUp .popContent .info1 {
  margin-top: 2rem;
  font-size: 1.25rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #333333;
}
.mask .popUp .popContent .info2 {
  margin-top: 1rem;
  font-size: 1rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #666666;
}
.header {
  width: 100%;
  height: 4.875rem;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 50%;
  background: #202328;
  transform: translate(-50%);
  z-index: 1000;
}
.header .layout1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header .layout1 .left1 {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .layout1 .left1 .logo {
  width: 15.25rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .layout1 .left1 .logo img {
  width: 100%;
}
.header .layout1 .right1 {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 100%;
}
.header .layout1 .right1 a {
  display: inline-block;
  min-width: 5rem;
  text-align: center;
  font-size: 1.125rem;
  color: #ffffff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.header .layout1 .right1 .current {
  font-size: 1.25rem;
  font-weight: 700;
  color: #67c2fc;
}
#banner {
  overflow: hidden;
  height: 47.75rem;
  margin: 4.875rem auto 0;
  position: relative;
}
#banner .bgImg {
  position: absolute;
  height: 100%;
  image-rendering: pixelated;
}
#content {
  height: calc(100% - 7rem - 47.75rem - 4.875rem);
  min-height: 77vh;
  margin: 0 auto;
  background: url("../static/inversmentPage/bg.jpg");
  background-size: 100% 100%;
}
#content .info {
  display: flex;
  flex-wrap: wrap;
  width: 70rem;
  margin: 0 auto;
  padding: 3rem;
}
#content .info .info-img{
  margin: 1rem;
  width: 30rem;
  height: 100%;
}
.footer {
  width: 100%;
  height: 7rem;
  margin: 0 auto;
  background: #1d1f23;
  color: #fffefc;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
}
.footer .footercenter {
  width: 53.125rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footercenter img {
  width: 16rem;
  height: 3rem;
  image-rendering: pixelated;
}
.footer .footercenter .divider {
  height: 2rem;
  border-left: 0.0625rem solid #363940;
  border-right: 0.0625rem solid #363940;
}
.footer .footercenter .illustrate {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
/*# sourceMappingURL=authorization.css.map */
