/* footer */
.footer {
  background-color: #ececec;
  padding: 73px;
}
.ft_left {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.ft_left a {
  margin-right: 178px;
}
.ft_text > div > span {
  font-size: 22px;
  font-weight: 400;
  margin-right: 14px;
}
.ft_text > div > span::after {
  height: 20px;
  width: 2px;
  background-color: #333;
  content: "";
  display: inline-block;
  margin-left: 14px;
  transform: translateY(2px);
}
.ft_text > div > span:last-child::after {
  display: none;
}
.ft_bottom {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.ft_text > .ft_bottom p {
  margin-top: 24px;
  font-weight: 300;
  font-size: 16px;
}
.ft_text > .ft_bottom a {
  font-size: 16px;
  font-weight: 300;
  padding: 7px 22px;
  background-color: #003876;
  display: inline-block;
  color: #fff;
  margin-top: 24px;
  margin-left: 15px;
}
/* aside - quick_menu */
.quick_menu > div {
  position: fixed;
  width: 86px;
  /*bottom: 100px;*/
  bottom: 190px;
  right: 20px;
  z-index: 999;
  /* height: 394px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 43px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.quick_menu > div > a img {
  margin-bottom: 6px;
}
.quick_menu > div > a {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  margin-bottom: 20px;
}
.quick_menu > div > a:last-child{
  margin-bottom: 0;
}
/* aside - quick_menu - topBotton */
.quick_menu > a {
  position: fixed;
  right: 40px;
  /*bottom: 30px;*/
  bottom: 120px;
  z-index: 800;
}
