/* ----------------------底部导航样式----------------------------- */
.bg-bottom {
  background: #731d1e;
  color: #fff;
}

.divide {
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}

.bottom-top {
  height: 183px;
  padding-top: 31px;
  padding-bottom: 26px;
}

.part-link {
  float: left;
}

.link-list {
  float: left;
  padding-right: 128px;
}

.link-list:last-child {
  padding-right: 0px;
}

.link-list .title {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 8px;
}

.link-list li {
  font-size: 14px;
  padding-top: 8px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}

link-list li a {
  color: rgba(255, 255, 255, 0.65);
}

.part-QRcode {
  float: right;
}

.part-QRcode img {
  width: 96px;
  height: 96px;
  cursor: pointer;
}

.part-QRcode img:last-child {
  margin-left: 41px;
}

.bottom-bottom {
  box-sizing: content-box;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 22px;
  padding-bottom:40px;
}
.bottom-bottom span{
  margin:0px 24px;
}