@media (min-width:1200px) {
	.container {
		width:1280px
	}
}
.web-page{
	padding-bottom: 80px;
}
.sidebar{
	display: none;
}
.footer{
	position: fixed;
	width:100%;
	bottom: 0;
	left:0;
}
.footer-right{
	height: 0;
}


/*****在线文档*****/
.container{
	position: relative;
}
.text-area{
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	padding: 20px;
	border:1px #eee solid;
	box-shadow: 0 0 5px #eee;
}
