footer {
  height: 13.02vw;
  background-color: #0077d3;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer-cont {
  justify-content: space-between;
  align-items: flex-start;
}
.footer-right {
  display: flex;
}
.footer-code {
  display: inline-block;
  width: 7.81vw;
  height: 7.81vw;
}
.footer-code:not(:first-of-type) {
  margin-left: 1.56vw;
}
.fl-link-div {
  display: flex;
  margin-bottom: 0.52vw;
}
.fl-link-a {
  display: inline-block;
  font-size: 1.25vw;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.fl-link-a:not(:first-of-type) {
  margin-left: 2.08vw;
}
.fl-link-a:not(:first-of-type)::after {
  content: '';
  display: block;
  width: 2px;
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.04vw;
  background-color: #fff;
}
.fl-child-link {
  display: flex;
  align-items: center;
  height: 1.46vw;
  margin-bottom: 0.83vw;
}
.fl-child-link-inner {
  padding: 0 0.52vw;
  display: flex;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  align-items: center;
}
.fl-child-link-a {
  display: inline-block;
  font-size: 0.63vw;
  color: #3d3d3d;
  cursor: pointer;
  position: relative;
}
.fl-child-link-a:not(:first-of-type) {
  margin-left: 0.52vw;
}
.fl-child-link-a:not(:first-of-type)::after {
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.26vw;
  background-color: #3d3d3d;
}
.fl-common-text {
  color: #fff;
  font-size: 0.94vw;
  line-height: 1.56vw;
}
