.bottom_bar {
  margin-top: 200px;
  position: relative;
  width: 100%;
  min-width: 1200px;
  min-height: 100px;
  background-color: #333333;
}

.bottom_bar .bottom_center {
  position: relative;
  z-index: 100;
  width: 1200px;
  margin: 0 auto 0;
  height: 100%;
  min-height: 100px;
  /*background-color: #aaa;*/
}
.bottom_bar .bottom_center .links {
  width: 100%;
  height: auto;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.bottom_bar .bottom_center .links p {
  color: #ffffff;
  margin: 0;
}
.bottom_bar .bottom_center .links a {
  display: block;
  align-self: center;
  height: 30px;
  text-decoration: none;
  color: #ffffff;
  margin-right: 30px;
  font-size: 14px;
}
.bottom_navigation {
  position: relative;
  height: 126px;
  width: 100%;
  /*background-color: #fff;*/
  border-style: none none solid none;
  border-width: 1px;
  border-color: #333333;
  display: flex;
}
.bottom_navigation::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -2px;
  /*background-color: #575757;*/
  border-style: none none solid none;
  border-width: 1px;
  border-color: #575757;
}
.logo_center {
  min-width: 225px;
  height: 50px;
  align-self: center;
  margin-left: 20px;
  /*background-color: #fff;*/
}
.navigation_link {
  height: 100%;
  width: 100%;
  /*background-color: #aaa;*/
  display: flex;
  justify-content: flex-end;
}
.navigation_link a {
  /*line-height: 126px;*/
  height: 30px;
  align-self: center;
  float: right;
  margin-left: 50px;
  text-decoration: none;
  color: #ffffff;
}
.path {
  width: 100%;
  height: 212px;
  /*background-color: #aaa;*/
  display: flex;
}
.path_list {
  min-width: 600px;
  height: 100%;
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: wrap;
  align-content: space-around;
}
.line_box {
  margin-left: 20px;
  height: 36px;
  width: 100%;
  display: flex;
  /*background-color: #bbb;*/
}
.line_box p {
  color: #ffffff;
  margin: 0 15px 0;
  line-height: 36px;
}
.QR_code {
  height: 100%;
  width: 100%;
  /*background-color: #aaa;*/
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.QR_code_box {
  margin-left: 50px;
  height: 138px;
  width: 112px;
  /*background-color: #bbb;*/
}
.QR_img {
  width: 112px;
  height: 112px;
}
.QR_img img {
  width: 100%;
}
.QR_code_box p {
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
}
.copyright {
  color: #ffffff;
  font-size: 13px;
  height: 65px;
  width: 100%;
  line-height: 65px;
  text-align: center;
}
