* {
  margin: 0;
  padding: 0;
}

body, footer {
  background-color: #141c30;
}

a {
  text-decoration: none;
}

.container {
  width: 100%
}

.core-wrapper {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

#miit:link, #miit:active, #miit:visited,
#miitbeian:link, #miitbeian:active, #miitbeian:visited {
  color: #525D76;
  /*transition: 0.1s;*/
}

#miit:hover, #miitbeian:hover {
  color: #00a4ff;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 23px;
  z-index: 9999;
}

#miit-icon {
  /*vertical-align: top;*/
  line-height: 10px;
  width: 10px;
  height: 10px;
}
