@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
}
.header {
	height: 45px;
	background: #79c060;
	text-align: left;
	line-height: 45px;
	color: #fff;
	position: relative;
	font-size: 18px;
}


.header span {
	color: #fff;
	margin-left:30px;
}

.header a.pubback {
	position: absolute;
	left: 10px;
	height: 100%;
	width: 18px;
}

.header a img {
	height: 18px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.header .pubadd {
	position: absolute;
	right: 15px;
	height: 100%;
	color: #66bf3a;

}

.header img {
	height: 18px;
}

.btn {
	background: #66bf3a;
	border-radius: 4px;
	display: block;
	margin: auto;
	color: #fff;
	font-size: 16px;
	padding: 10px 50px;
}
.main{
	text-align:center;
	color:#999;
	font-size:16px;
	padding:0 20px;
}
.main img{
	width:175px;
	margin:80px auto 35px;
}
.main h3{
	font-weight: normal;
}
.main p{
    font-size: 14px;
    margin: 30px auto 45px;
    line-height: 30px;
}
