.footer {
  -moz-flex: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  padding: 24px 0;
  color: #808080;
  text-align: center;
}
.footer p {
  margin-bottom: 8px;
  font-size: 14px;
}
.footer a {
  display: block;
  color: #808080;
  font-size: 14px;
}
.footer .brand-icon {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.footer .brand-icon .itm {
  margin: 0 5px;
}
.footer .brand-icon .itm img {
  height: 42px;
}
.footer .bei-an {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.footer .wangan {
  display: inline-block;
  width: 16px;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 768px) {
  .footer {
    -moz-flex: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    overflow: hidden;
    padding: 24px 0;
    color: #808080;
    text-align: center;
  }
  .footer p {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .footer a {
    display: block;
    color: #808080;
    font-size: 14px;
  }
  .footer .brand-icon {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
  }
  .footer .brand-icon .itm {
    margin: 0 5px;
  }
  .footer .brand-icon .itm img {
    height: 42px;
  }
  .footer .bei-an {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  .footer .wangan {
    display: inline-block;
    width: 16px;
    vertical-align: text-bottom;
  }
}