.bottom {
  width: 1920rem;
  height: 448rem;
}
.bottom .bot_first {
  height: 392rem;
  background: #07519b;
  overflow: hidden;
}
.bottom .bo_cen {
  width: 1700rem;
  height: 245rem;
  margin: 94rem auto 0;
  display: flex;
}
.bottom .bo_cen .links {
  width: 205rem;
  height: 245rem;
  margin-left: 30rem;
}
.bottom .bo_cen .links .txt_1 {
  width: auto;
  height: 12rem;
  font-size: 16rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 35rem;
}
.bottom .bo_cen .links .txt_2 img {
  width: 7rem;
  height: 7rem;
  margin-bottom: 4rem;
}
.bottom .bo_cen .links .txt_2 a {
  font-size: 16rem;
  color: #ffffff;
  line-height: 38rem;
}
.bottom .bo_cen .bot_msg {
  width: 487rem;
  height: 245rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottom .bo_cen .bot_msg div {
  width: auto;
  height: 20rem;
  font-size: 16rem;
  color: #ffffff;
  display: flex;
  line-height: 20rem;
}
.bottom .bo_cen .bot_msg div :first-child {
  display: block;
  margin-right: 10rem;
  font-weight: bold;
}
.bottom .bo_cen .line {
  width: 1rem;
  height: 245rem;
  border-left: 1rem solid #ffffff;
  margin: auto 56rem;
}
.bottom .bo_cen .code {
  /* width: 122rem; */
  height: 245rem;
  margin-left: 12rem;
  text-align: center;
}
.bottom .bo_cen .code img {
  width: 122rem;
  height: 122rem;
  margin-top: 50rem;
}
.bottom .bo_cen .code .QR {
  width: 150rem;
  height: auto;
  font-size: 16rem;
  color: #ffffff;
  text-align: center;
  margin-top: 34rem;
}
.bottom .bot_last {
  height: 56rem;
  background: #0a4a89;
  font-size: 16rem;
  color: #ffffff;
  line-height: 56rem;
  text-align: center;
}
