			/* ½Å²½ÑùÊ½ */
			.lh-footer {
				background-color: #393D49;
				color: rgba(255, 255, 255, .7);
				font-size: 16px;
				font-weight: bold;
				padding: 30px 0;
				border-top-left-radius: 10px;
				border-top-right-radius: 10px;
				display: flex;
				justify-content: center;
				min-width: 1050px;
			}

			.lh-footer div {
				line-height: 30px;
			}

			.lh-footer div>p {
				cursor: pointer;
			}

			.lh-footer div>p:hover {
				color: #fff;
			}