
.root {
	width:1000px;
	margin: 0 auto 0 auto;
}
@media screen and ( max-width:1080px ) {
	.root {
		width:90%;
	}
}
