* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wrapper {
  margin: 0 auto;
  min-height: 900px;
}
.header {
  position: relative;
}
.headerLogo {
  position: absolute;
  top: 16px;
  left: 24px;
  z-index: 9999;
  height: 40px;
}
.headerContent {
  width: 100%;
  height: 400px;
  position: relative;
  background-image: url('https://image-cdn.poizon.com/sociality/web/10620320/%E9%9D%99%E5%B8%A7%E4%BC%98%E5%8C%96_%E5%BA%95%E5%B1%82.png?x-oss-process=image/resize,h_600,m_lfit/format,webp');
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.animationIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 600px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.container {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  letter-spacing: 0.5px;
  text-align: justify;
}
.container h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #252525;
}
.container p {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 24px;
}
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  background: #000;
  color: #aaaabb;
  font-size: 12px;
}
.footer div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
}
.footer div a {
  color: rgb(170, 170, 187);
  font-size: 12px;
}
.footer div .divider span {
  padding:0 5px;
}
.footer div .link {
  padding: 0 14px;
}

.footer .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer .iconBox .aIcon {
  display: block;
  width: 67px;
  height: 34px;
  img {
    height: 100%;
  }
}
.footer .iconBox .aIcon:nth-child(1) {
  display: block;
  width: 67px;
  height: 34px;
}

.footer .iconBox .aIcon:nth-child(2) {
  width: 67px;
  height: 34px;
  margin-left: 36px;
}


.footer .iconBox .aIcon:nth-child(3) {
  width: 67px;
  height: 26px;
  margin-left: 36px;
}


.footer .iconBox .aIcon:nth-child(4) {
  margin-left: 36px;
}
