*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
	font-family: "微软雅黑";
    font-size: 12px;
	margin: 0 auto;
	width: 7.5rem;
}
ul,li {
    list-style: none;
}
img {
    border: none;
    display: block;
}
input{
	outline: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
a {
    text-decoration: none;
    color: #000;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
  visibility: hidden; 
}


.footbox {
	padding:  0.2rem 0.2rem;
    background: #212121;
    color: #bebebe;
    width: 7.5rem;
}
.footbox a{
	color: inherit;
}
.footbox .msg {
    color: #bebebe;
    font-size: 0.24rem;
    line-height: 0.44rem;
    text-align: center;
}