@charset "utf-8";
/* CSS Document */
*{margin:0; border:0; padding:0; }
li{list-style:none}

/*footer*/
/*底部*/
.footer {
width:100%;
overflow:hidden;
 text-align:center;
  background-color: #fff;color: #999;
}



.footer p {
  font-size: .25rem;
  color: #999;
  line-height: .3rem;
  text-align: center;
  margin-top: .1rem;
}



.footer span b {
  font-size: .25rem;
}