
/* S主体 */
.main{
	
}
	.main .main-container{}
		.main .main-container .bot{}
			.main .main-container .bot .pic01{
				position: fixed;
				top: -30%;
				left: -14%;
				opacity: 0;
				height: 40%;
				z-index: -2;
			}
			.main .main-container .bot .pic02{
				position: fixed;
				right: -14%;
				bottom: -30%;
				opacity: 0;
				height: 40%;
				z-index: -2;
			}
		.main .main-container .mid{
			position: fixed;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			display: flex;
			justify-content: center;
			align-items: center;
			/* background-color: #007AFF; */
			margin-bottom: 10rem;
		}
			.main .main-container .mid div{
				position: absolute;
				/* width: 100%; */
				height: 100%;
				display: flex;
				align-items: center;
			}
			.main .main-container .mid .pic03{
				position: relative;
				height: 54%;
				top: 20%;
				opacity: 0;
			}
			.main .main-container .mid .youzi{
				height: 40%;
				display: block;
				animation:youzi 1s;
				animation-iteration-count:infinite;
				animation-direction:alternate;
				cursor: pointer;
			}
				@keyframes youzi
				{
					0% {height:35%;}
					100% {height:40%;}
				}
			.main .main-container .mid .mouse{
				display: block;
				height: 4.8rem;
				position: relative;
				bottom: -40%;
				animation:mouse 0.3s;
				animation-iteration-count:infinite;
				animation-direction:alternate;
			}
				@keyframes mouse
				{
					0% {bottom: -40%;}
					100% {bottom: -40.5%;}
				}
			.main .main-container .mid .pic04{
				position: relative;
				height: 27%;
				top: 27%;
				left: -89%;
				display: none;
				opacity: 0;
			}
			.main .main-container .mid .pic05{
				position: relative;
				height: 13%;
				top: -28%;
				right: -158%;
				display: none;
				opacity: 0;
			}
			.main .main-container .mid .pic06{
				height: 12%;
				position: relative;
				bottom: -48%;
				right: -66%;
				display: none;
				opacity: 0;
			}
			.main .main-container .mid .pic07{
				height: 7%;
				position: relative;
				right: -327%;
				bottom: -20%;
				display: none;
				opacity: 0;
			}
			.main .main-container .mid .pic08{
				height: 6%;
				position: relative;
				left: -380%;
				top: -18%;
				display: none;
				opacity: 0;
			}
			.main .main-container .mid .pic09{
				height: 30%;
				position: relative;
				top: -27%;
				right: -113%;
				display: none;
				opacity: 0;
			}
			.main .main-container .mid .pic10{
				height: 35%;
				position: relative;
				bottom: -36%;
				left: -134%;
				display: none;
				opacity: 0;
			}
			.main .main-container .mid .pic11{
				height: 4%;
				position: relative;
				right: -53%;
				bottom: -52%;
				display: none;
				opacity: 0;
			}
		.main .main-container .top{
			height: 20%;
			position: fixed;
			right: 8%;
			bottom: 30%;
			display: none;
			opacity: 0;
		}
			.main .main-container .top img{
				height: 100%;
			}
/* E主体 */

/* S页脚 */
.footer{
	position: fixed;
	bottom: 2.4rem;
	left: 0;
	right: 0;
}
	.footer .footer-container{}
		.footer .footer-container p{
			color: #fff;
			font-size: 1.4rem;
			padding-left: 4.8rem;
		}
			.footer .footer-container p a{
				color: #fff;
			}
/* E页脚 */