footer {
  margin-top: 70px;
  background-color: #5493ac;
  padding-top: 60px;
}
footer .flist {
  width: 100%;
}
footer .er {
  width: 10.33%;
}
footer .area {
  display: flex;
  justify-content: space-between;
}
footer .flist {
  display: flex;
  justify-content: space-between;
}
.flist div {
  font-size: 14px;
  color: #ffffff;
}
.flist li {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.6;
}
.flist li:nth-child(2) {
  margin-top: 8px;
}
.er .ma p {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  color: #ffffff;
}
.posts {
  margin-top: 45px;
}
.posts .position {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
}
.icospan img {
  margin-left: 20px;
}
.foots {
  padding-top: 45px;
  background-color: #5493ac;
}
.foots .area {
  border-top: 1px solid rgba(222, 222, 222, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
}
.flist ul:last-child {
  display: none;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  footer .er {
    width: unset;
  }
  footer {
    margin-top: 60px;
    background-color: #5493ac;
    padding-top: 45px;
  }
  .posts {
    margin-top: 35px;
  }
  .foots .area {
    padding: 20px 10px;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .er {
    width: unset;
  }
  .flist li {
    font-size: 13px;
    line-height: 26px;
    color: #ffffff;
    opacity: 0.6;
  }
  footer {
    margin-top: 60px;
    background-color: #5493ac;
    padding-top: 40px;
  }
  .foots .area {
    padding: 20px 10px;
  }
  .mdz,
  .zc {
    font-size: 13px;
  }
  .posts .position {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.6;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  footer {
    margin-top: 45px;
    background-color: #5493ac;
    padding-top: 35px;
  }
  footer .er {
    width: unset;
  }
  .flist ul {
    width: 25%;
    margin-bottom: 8px;
  }
  footer .flist {
    flex-wrap: wrap;
  }
  .flist ul:last-child {
    display: block;
  }
  .flist li {
    font-size: 12px;
    line-height: 25px;
    color: #ffffff;
    opacity: 0.6;
  }
  .icospan img {
    margin-left: 4px;
  }
  .posts .position {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.6;
  }
  .foots {
    padding-top: 20px;
    background-color: #5493ac;
  }
  .posts {
    margin-top: 12px;
  }
  .mdz,
  .zc {
    font-size: 12px;
    width: 100%;
  }
  .foots .area {
    flex-wrap: wrap;
    padding: 12px 10px;
  }
}
