.footer {
				padding-top: 0.625rem;
				position: fixed;
				bottom: 0;
				margin-top: 100px;
				z-index: 1000;
				width: 100%;
				padding-left: 2%;
				padding-right: 2%;
				height: 6.8125rem;
				background: #000000;
				display: flex;
				align-items: center;
				border-radius: 3.125rem 3.125rem 0px 0px;
				color: white;
				font-size: 1.875rem;
			}

			.footer>div {
				width: 25%;
				text-align: center;

			}

			.footer img {
				width: 2.5875rem;
			}
			.footerText1{
				font-size: 1.925rem;
				font-family: Microsoft YaHei;
				font-weight: 400;
				color: #4D4D4D;
				text-align: center;
			}