@CHARSET "UTF-8";
.page-footer {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /*z-index: 1000;
    box-sizing: border-box;
     display: flex;*/
     justify-content: space-between;
     align-items: center;
     margin-top: 2rem;
     padding-top: 1em;
     border-top: 1px solid #ddd;
     text-align: center;
}
.page-footer a {
	text-decoration: none; /* 去掉下划线 */
	color: inherit; /* 继承父元素颜色 */
	display: inline-block;
	margin: 0px auto;
}