.bottom{
    width: 100%;
    height: 1rem;
    background-color: #3d3d3d;
    display: block;
    float: left;
    border: none;
    /* padding-bottom: 1.5rem; */
}
.bottom p{
	width: 90%;
    display: block;
    float: left;
    font-size: 0.15rem;
    line-height: 0.24rem;
    color: #ffffff;
    text-align: center;
    margin-left: 5%;
}
.bottom p span a{
	color: #fff;
}