﻿html,
body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background: linear-gradient(to bottom right ,#C22ED0,#5FFAE0);
}

.hgroup {
	height: auto !important;
	margin-top: 15% ;
}

h1,
h2,
h3,
h4,
h5 {
	text-shadow: 2px 2px 4px #999;
	text-align: center;
	margin: auto;
	color: #333;
}

h1 {
	font-size: 68px;
}

h2 {
	margin-bottom: 7px;
	font-size: 30px;
}

h3 {
	font-size: 78px;
}

h4 {
	font-size: 72px;
}

h5 {
	font-size: 45px;
}

button {
	position: relative;
	color: rgba(255, 255, 255, 1);
	border: none;
	cursor: pointer;
	background-color: rgba(219, 87, 5, 1);
	font-size: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 9px 0px rgba(219, 31, 5, 1), 0px 9px 25px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0px 9px 0px rgba(219, 31, 5, 1), 0px 9px 25px rgba(0, 0, 0, .7);
	box-shadow: 0px 9px 0px rgba(219, 31, 5, 1), 0px 9px 25px rgba(0, 0, 0, .7);
	margin: 100px auto;
	outline: none;
	text-align: center;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

button:active {
	-webkit-box-shadow: 0px 3px 0px rgba(219, 31, 5, 1), 0px 3px 6px rgba(0, 0, 0, .9);
	-moz-box-shadow: 0px 3px 0px rgba(219, 31, 5, 1), 0px 3px 6px rgba(0, 0, 0, .9);
	box-shadow: 0px 3px 0px rgba(219, 31, 5, 1), 0px 3px 6px rgba(0, 0, 0, .9);
	position: relative;
	border: none;
	top: 6px;
}

/* 3d文字效果 */
.threed { 
  color: #fafafa; 
  letter-spacing: 0;
  text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}

.notice{
	color: #000000;
	padding-top: 22px;
	text-align: center;
}