@media screen and (min-width: 751px) {
	.footer {
		/* max-width: 1920px; */
		min-width: 1200px;
		height: 50px;
		background: linear-gradient(270deg, #05246B 0%, #000B51 26%, #000B51 76%, #06256F 100%);

		.text {
			font-family: PingFangSC, PingFang SC;
			font-weight: 400;
			font-size: 12px;
			color: #FFFFFF;
			line-height: 50px;
			text-align: center;
		}
	}
}