*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.color-1 {
	background: #FFF;
}
.container {
	height: 100%;
	position: relative;
}


.container .section {
	margin: 0 auto;
	padding: 1px 1px;
	text-align: left;
	color: #fff;
}

.container .section p {
	position: relative;
	margin: 0;
	padding: 0px;
	z-index: 1;
}

.container .section p.text {
	font-size: 12px; color:#000
}

.btn {
	border: none;
	font-family:'Î¢ÈíÑÅºÚ';
	/* font-family: inherit ; */
	font-size: inherit;
	color: #000;
	background: none;
	cursor: pointer;
	padding: 5px 10px;
	display: inline-block;
	margin: 3px 6px;
/*text-transform: uppercase; ×ÖÄ¸È«²¿´óÐ´*/ 	
	letter-spacing: normal;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-1 {
	border: 1px solid #000;
	color: #000;
}

/* Button 1a */
.btn-1a:hover,
.btn-1a:active {
	color: #FFF;
	background: #000;
}

/* Button 1b */
.btn-1b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #000;
}

.btn-1b:hover,
.btn-1b:active {
	color: #FFF;
}

.btn-1b:hover:after,
.btn-1b:active:after {
	height: 100%;
}

/* Button 1c */
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
}

.btn-1c:hover,
.btn-1c:active {
	color: #FFF;
}

.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1d:after {
	width: 0%;
	height: 100%;
	bottom: 0;
	right: 0;
	background: #000;
}

.btn-1d:hover,
.btn-1d:active {
	color: #FFF;
}

.btn-1d:hover:after,
.btn-1d:active:after {
	width: 100%;
}

/* Button 1e */
.btn-1e:after {
	width: 100%;
	height: 0%;
	bottom: 0;
	right: 0;
	background: #000;
}

.btn-1e:hover,
.btn-1e:active {
	color: #FFF;
}

.btn-1e:hover:after,
.btn-1e:active:after {
	height: 100%;
}

/* Button 2 */
.btn-2 {
	background: #cb4e4e;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

/* Button 2a */
.btn-2a {
	border-radius: 0 0 5px 5px;
}

.btn-2a:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2a:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 6 */
.btn-6 {
	color: #fff;
	background: #226fbe;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-6:active {
	top: 2px;
}

/* Button 6f */
.btn-6f {
	border: 2px dashed #226fbe;
	border-radius: 60px;
}

.btn-6f:hover {
	background: transparent;
	color: #226fbe;
}