body {
	padding-top:150px;
	margin:0;
	background: #1bbc9b;
}
body, button, input, select, textarea, h1 ,h2, h3, h4, h5, h6 {
	font-family: Microsoft YaHei,'ËÎÌå' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover,a:focus {
	color: #017e66;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.text-center {
	text-align:center
}
.index-box {
	position: relative;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	padding: 0px 5px;
}
.index-box h1 {
	font-size: 60px;
	margin-bottom: 30px;
}
h1 {
	margin: 0;
	line-height: 1.6;
	font-size: 28px;
}
small {
	font-size:80%
}
.lead {
	margin-bottom:20px;
	font-size:16px;
	font-weight:300;
	line-height:1.4
}
.btn {
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	border:1px solid transparent;
	border-radius:4px
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
.btn.focus,.btn:focus,.btn:hover {
	color:#333;
	text-decoration:none
}
.btn.active,.btn:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}
.btn {
	color:#fff;
	background-color:#5cb85c;
	border-color:#4cae4c;
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
	border-radius:6px
}
.comment{margin:0 auto;width:62%}
.support {
	position:absolute;
	bottom:5px;
	width:100%;
	display:block;
}