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

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



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

.footer span {
  display: block;
  text-align: center;
  font-size:.24rem;
  line-height:.3rem;
  margin-top: .1rem;
}
.footer a{
    color: #999;
   text-decoration:none;
}
.footer span b {
  font-size: .24rem;
}