/*All*/
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/*Footer*/

.footer, #footer {
  margin-top: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 1;
  line-height: 56px;
  color: #ffffff;
  text-align: left;
}

.footer-mini {
  width: 70%;
  margin: 0 auto;
}

.bottomMenu {
  font-size: 12px;
  color: #86868b;
  font-style: normal;
  line-height: 20px;
  padding-top: 18px;
}

.footer-mini-legal-copyright {
  font-size: 12px;
  color: #6b6c70;
  font-style: normal;
  margin-top: 3px;
  padding-top: 7px;
  line-height: 13px;
  padding-bottom: 35px;
  border-top: rgb(66, 66, 69) solid 1px;
  /*border-top: #86868b solid 1px;*/
  /*border-top: rgba(255, 255, 255, 0.44) solid 1px;*/
}

.footer-mini-legal-copyright span {
  padding-bottom: 3px;
}


/*备案*/

.miitC {
  float: left;
}

#miit, #miitbeian {
  font-style: normal;
  font-size: 11px;
}

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

span > .aBottom {
  margin-right: 5px;
}

.aBottom:link, .aBottom:active, .aBottom:visited {
  color: #9c9ca1;
  /*color: #525D76;*/
  /*transition: 0.1s;*/
}

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

.aBottom:hover {
  color: #ffffff;
  text-decoration: underline;
}


/*公安联网审查暂未获得备案号暂时不显示*/
#miitbeian {
  /*display: none;*/
}


/*Copyright*/

#kevin-copy {
  float: left;
  margin-right: 5px;
}

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