﻿body{
	FONT-FAMILY:'Microsoft Yahei',verdana,宋体,Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#ededef;
	padding:0px;
	margin:0px;
	}

strong{
	font-family:'微软雅黑';
	font-size:14px;
	color:#000;
	font-weight:800;
	}

a:link, a:visited {
	color: #2e8aa1;
	text-decoration : none;
	}
a:hover {
	text-decoration: underline;
	color: #ff3300;
	}
a:active {
	color: #ff0000;
	text-decoration: underline;
	}

div#head{
	display:block;
	float:left;
	height:40%;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:#50b5ed;
	color:#FFFFFF;
	text-align:center;
	overflow:hidden;
	padding:0px 0px 30px 0px;
	}
	
div#content{
	display:block;
	float:left;
	height:50%;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:relative;
	text-align:center;
	}

div#bottom{
	display:block;
	position:relative;
	float:left;
	height:10%;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
	}
div#bottom pre{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:10px 0px;
	margin:0px;
	border-top: 1px dotted #785;
	background: #f5f5f5;
	text-align:center;
	}

table.code{
	margin-left:auto!important;
	margin-right:auto!important;
	height:100%;
	border:0;
	margin:0px;
	padding:0px;
	}
table.code td{
	text-align:center;
	vertical-align:middle;
	}
table.code td .num{
	margin-left:auto!important;
	margin-right:auto!important;
	display:-moz-inline-box;
	display:inline-block;
	margin-top:-10px;
	}
table.code td .num .ico{
	float:left;
	border-radius:40% 5% 40% 5%;
	background:#fff;
	width:150px;
	height:150px;
	display:-moz-inline-box;
	display:inline-block;
	margin:0px 30px 0px 0px;
	padding:10px;
	box-shadow:0 2px 8px 0 rgba(0,0,0,.1);
	-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 2px 8px 0 rgba(0,0,0,.1);
	-o-box-shadow:0 2px 8px 0 rgba(0,0,0,.1);
	background-image: linear-gradient(135deg,#fefefe,#50b5ed,#fff);
	}
table.code td .num .ico1:before{
	content:"🚀";
	font-size: 100px;
	color:#fff;
	text-shadow: 1px 5px 8px #dd9b31, 0px -2px 1px #fff;
	}
table.code td .num .ico2:before{
	content:"🪂";
	font-size: 100px;
	color:#fff;
	text-shadow: 1px 5px 5px #e9e719, 0px -2px 1px #fff;
	}
	
table.code h5{
	float:left;
	font-weight:bold;
	color:#fff;
	font-size: 125px;
	font-weight:900;
	margin:-22px 0px 0px 0px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 5px 10px #05689d, 0px -2px 1px #fff;
	letter-spacing: 10px;
	display:-moz-inline-box;
	display:inline-block;
	}
	
table.code td .tip{
	margin:-22px 0px 0px 200px;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	font-size:18px;
	}
table.code td .tip{
	background-image: -webkit-linear-gradient(left,#fff,#fff000 10%,#04f92c 25%, #1ffd01 45%,orange 65%,#CC00FF 85%,red 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-background-size: 200% 100%; 
	-webkit-animation: lightDiv 3s linear infinite;
}
@keyframes lightDiv {
	0% {
		background-position:0 0;
	}
	50% {
		background-position:-100% 0;
	}
	100% {
		background-position:-200% 0;
	}
}

div#content .body{
	margin-left:auto!important;
	margin-right:auto!important;
	display:-moz-inline-box;
	display:inline-block;
	}
	
div#content h1{
	font-size: 20px;
	font-weight:400;
	}
	
.qCode{
	border-radius:5px;
	padding:10px;
	background:#fff;
	display:-moz-inline-box;
	display:inline-block;
	margin-top:-35px;
	}
.qCode img{
	width:200px;
	}

a.goHome{
	margin-top:10px;
	border-radius:50px;
	padding:10px 30px;
	font-size:16px;
	font-weight:bold;
	border:2px solid #fff;
	display:-moz-inline-box;
	display:inline-block;
	}
a.goHome:link, a.goHome:visited{
	color:#000;
	text-decoration : none;
	}
a.goHome:hover {
	text-decoration: underline;
	color:#ff3300;
	background:#f5f5f5;
	}