 /**
 * 404页面样式
 * @author juewang
 * @time 2016-09-05
 */
/* .warpper {
	background: #f5f5f5;
}
.main {
	margin: 0 auto;
	padding-bottom: 52px;
    width: 1160px;
} */
.main-content {
	position: relative;
	height: 500px;
	background: url(/public/wcportal/0.2.0/anqing/img/common/banner-404.jpg) center no-repeat #fff;
}
.error-wrap{
	position: absolute;
	top: 57%;
    left: 46%;
}
.choose-btn {
	float: left;
	margin-right: 21px;
	width: 106px;
	height: 33px;
	line-height: 33px;
	background: #68cdd7;
	color: #fff;
	text-align: center;
}
.choose-btn:hover {
	color: #fff;
}
.choose-btn.index {
	background: #f6af5d;
}