.ssl-footer .footer {
  width: 100%;
  height: 188px;
  background: #262626;
  margin-top: 180px;
  color: #ddd;
  position: relative;
  line-height: 1.6;
}

.ssl-footer .footer p {
  margin: 5px;
}

.ssl-footer .footerinfo {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 12px;
  text-align: center;
}

.ssl-footer a {
  text-decoration: none;
  color: #ddd;
}

.ssl-footer .ftinfo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.ssl-footer .contact {
  margin-bottom: 30px;
}

.ssl-footer .copy {
  box-sizing: content-box;
  text-align: right;
}

.ssl-footer .beian {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  width: 100%;
}

.ssl-footer .beian > img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

@media screen and (max-width: 720px) {
  .ssl-footer .info {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .ssl-footer .info {
    flex-wrap: wrap;
  }

  .ssl-footer .info > p {
    width: 100%;
  }

  .ssl-footer .beian {
    margin-top: 5px;
  }

  .ssl-footer .copy {
    text-align: center;
  }
}

