.footer {
	    background-color: #ffffff;
	    color: #333333;
	    height: 50px;
	    text-align: center;
	    width: 100%;
	    
	    /* Flexbox 居中设置 */
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}