
html{
	transform-origin: top left;
	height: 100%;
	min-height: 900px;
}
body {
    text-align: justify;
    text-justify: inter-ideograph;
    font-family: "microsoft yahei";
	height: 100%;
	background: url(../img/bg.png) no-repeat ;
	/* background-size: cover; */
	position: relative;
	min-height: 920px;
}
.autot{
	transform-origin: left bottom;
}
.wrap{
	width: 100%;
	height: 100%;
	position: relative;
}
.text1{
	position: absolute;
	top: 240px;
	left: 280px;
	transform-origin: top left;
	z-index: 2;
}
.rabbit{
	position: absolute;
	top: 0;
	right: 0;
	transform-origin: top right;
}
.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
}