footer {
  width: 100%;
  height: 280px;
  background-color: black;
}
footer img {
  border: none;
}
footer .footer-wrap {
  height: 100%;
  font-size: 12px;
  color: #666666;
  position: relative;
}
footer .footer-wrap .img-alert {
  position: absolute;
  width: 100%;
  top: 30px;
  display: none;
  justify-content: center;
}
footer .footer-wrap .img-alert.show {
  display: flex;
}
footer .footer-wrap .img-alert .img {
  position: relative;
}
footer .footer-wrap .img-alert .img .close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #000;
  opacity: 0;
}
footer .footer-wrap .footer-logo {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 85px;
  margin-bottom: 20px;
}
footer .footer-wrap .footer-logo img {
  width: 433px;
  height: 64px;
  display: block;
}
footer .footer-wrap .footer-logo .glgs {
  color: white;
}
footer .footer-wrap .footer-logo .glgs p {
  font-size: 12px;
}
footer .footer-wrap .footer-logo .glgs p a {
  color: white;
  font-size: 12px;
}
footer .footer-wrap .cert div {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
footer .footer-wrap .cert div p {
  margin: 0 10px;
  font-size: 12px;
  color: #bebebe;
  line-height: 17px;
}
footer .footer-wrap .cert div p a {
  font-size: 12px;
  color: #bebebe;
  text-decoration: none;
}
footer .footer-wrap .cert div .jz {
  color: white;
  font-size: 12px;
  text-decoration: none;
  background-color: #610000;
  padding: 0 5px;
  margin-top: 3px;
  margin-bottom: 10px;
  margin-right: 5px;
}
footer .footer-wrap .cert div .df {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
