footer{
    margin-top: 0.6rem;
	background-color: #1F2226;
    height: 1rem;
}
.copyright{
    padding-top: 0.2rem;
    text-align: center;
    font-size: 0.24rem;
    color: #98A5B3;
    font-weight: 400;
}
#m_beian{
    text-align: center;
    font-size: 0.24rem;
    color: #98A5B3;
    font-weight: 400;
}
/* 右侧悬浮 */
.m-gotop{
	position: fixed;
	right: .2rem;
	bottom: 3rem;
    width: .9rem;
	cursor: pointer;
	z-index: 2;
}
.m-gohome{
    position: fixed;
    right: .2rem;
    bottom: 1.85rem;
    width: .9rem;
    cursor: pointer;
    z-index: 2;
}