body{
	padding: 0;
	margin: auto;
	text-align: center;
	background: linear-gradient(to bottom, blue, green);
}
.content{
	padding: 0;
	margin: auto;
	width:1100px;
	color: #fff;
}
.download{
	/* margin-top: 20px; */
}
.beian{
	/* margin-top:100px; */
	clear: both;
	color: #fff;
}
.beian a{
	color:#fff
}
.left{
	left: 500px;
	float:left;
	margin: 20px;
}
.right{
	float:left;
	width: 500px;
	margin: 20px;
}
a {
	color: #fff;
	
}
a :hover{
	color: #fff;
}


/* 加载动画 */
.LoadingAnimationBox {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .3);
	z-index:9999;
}

.LoadingAnimation {
	width: 120px;
	height: 40px;
	position: absolute;


	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.LoadingAnimation>li {
	width: 20px;
	height: 20px;
	background-color: #000;
	position: absolute;
	border-radius: 50%;
}

.LoadingAnimation>li:nth-child(1) {
	top: 10px;
	left: 0;
	background-color: #43b67e;
	animation: LoadingAnimation1 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

.LoadingAnimation>li:nth-child(2) {
	bottom: 10px;
	left: 0;
	background-color: #478cd4;
	animation: LoadingAnimation2 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

.LoadingAnimation>li:nth-child(3) {
	top: 10px;
	right: 0;
	background-color: #d94e53;
	animation: LoadingAnimation3 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

.LoadingAnimation>li:nth-child(4) {
	bottom: 10px;
	right: 0;
	background-color: #e1b02e;
	animation: LoadingAnimation4 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes LoadingAnimation1 {
	0% {
		left: 0;
		top: 10px;
		border-radius: 50%;
		background-color: #43b67e;
		transform: rotate(0deg);
	}

	50% {
		left: 40px;
		top: 0px;
		border-radius: 10%;
		background-color: #9a5ab5;
		transform: rotate(180deg);
	}

	100% {
		left: 0;
		top: 10px;
		border-radius: 50%;
		background-color: #43b67e;
		transform: rotate(360deg);
	}
}
 .text {
		    word-wrap: break-word;
			 white-space: pre-wrap;
			margin: 20px;
			text-align: left;
		  }