body {
  height: 100%;
}

.bottom {
  background: #e76833;
  height: 100%;
  padding: 60px 0 20px;
  box-sizing: border-box;
}

.bottom .top-cont {
  display: flex;
}

.bottom .down {
  width: 200px;
  text-align: center;
}

.bottom .download {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 26px;
  background: #333333;
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-size: 20px;
  color: #ffffff;
  line-height: 23px;
  margin-top: 20px;
}

.bottom .download img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.bottom .code {
  margin-top: 20px;
  width: 124px;
  height: 124px;
}

.bottom .code-cont .text{
  width: 124px;
  text-align: center;
}

.contact {
  margin-right: 30px;
}

.bottom .flex2 {
  flex: 2;
  margin-left: 60px;
}

.bottom .text {
  font-weight: 500;
  font-family: PingFang SC, PingFang SC;
  font-size: 18px;
  color: #ffffff;
  line-height: 21px;
}

.bottom .contact .text {
  margin-bottom: 20px;
}

.bottom .contact .text .blod {
  font-weight: bold;
}

.bottom .forRecord {
  flex-direction: column;
}

.bottom .forRecord .text {
  margin-top: 10px;
  font-weight: 500;
  font-family: PingFang SC, PingFang SC;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
}
