body {
  margin: 0;
}
.footer_box {
  cursor: pointer;
  width: 100%;
  height: 400px;
  padding-top: 88px;
  background: #171717;
}
.footer_box .platform_box_line {
  width: 780px !important;
  font-family: Montserrat, Montserrat;
  font-weight: 500;
  font-size: 12px;
  color: #3ecfef;
}
.footer_box .platform_box_line div {
  margin-right: 15px;
  margin-top: -20px;
}
.footer_box .footer_content {
  width: 1300px;
  height: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer_box .footer_content .about_box {
  width: 400px;
  height: 100%;
  background: none;
}
.footer_box .footer_content .about_box .logo {
  width: 281px;
  height: 156px;
}
.footer_box .footer_content .about_box .platform_box {
  margin-top: 40px;
  width: 281px;
  display: flex;
  justify-content: space-between;
}
.footer_box .footer_content .about_box .platform_box .platform div {
  text-align: center;
}
.footer_box .footer_content .about_box .platform_box .platform div img {
  width: 32px;
  height: 32px;
  margin-bottom: 40px;
}
.footer_box .footer_content .about_box .platform_box .platform div a {
  display: block;
  font-family: Montserrat, Montserrat;
  font-weight: 500;
  font-size: 12px;
  color: #3ecfef;
  line-height: 12px;
}
.footer_box .footer_content .down_app {
  width: 470px;
  height: 320px;
}
.footer_box .footer_content .down_app .QR_code {
  width: 232px;
  height: 232px;
  margin: 0 auto;
  background-image: url('/static/images/QRCode.png');
  background-size: 100% 100%;
}
.footer_box .footer_content .down_app .QR_code img {
  width: 232px;
  height: 232px;
}
.footer_box .footer_content .down_app .down_app_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.footer_box .footer_content .down_app .down_app_btn div {
  width: 202px;
  height: 44px;
  background: #2b2e39;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  display: flex;
  padding: 8px 0 8px 16px;
}
.footer_box .footer_content .down_app .down_app_btn div img {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.footer_box .footer_content .down_app .down_app_btn div p {
  font-family: Montserrat, Montserrat;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}
/*# sourceMappingURL=footer.css.map */