html {
	-ms-touch-action: none;
	height: 100%;
}
body {
	font-family: "Microsoft YaHei";
	position: relative;
	height: 100%;
	cursor: default;
	color: #333333;
	overflow-x: hidden;
	background-color: #032b13;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.page {
	height: 100%;
	position: relative;
	background: url(../images/bg.png) center center repeat;
	box-shadow: 0 0 1000px #000 inset;
}
.main {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.banBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	z-index: 1;
}
.banImg {
	position: relative;
	margin: 0 auto;
}
.ctLogo {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.ctLogo img {
	width: 100%;
}
.text {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 60px;
}
.htLogo img {
	width: 100%;
}
.circle {
	width: 800px;
	height: 800px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/ban3Cir.png);
	animation: circle 200s infinite linear;
	background-size: 100%;
	opacity: 1;
	transition: all 0.4s ease 0.3s;
	z-index: -1;
}
h1 {
	color: #FFF;
	font-weight: normal;
	font-size: 32px;
}
.text-1 {
	text-align: center;
	line-height: 150%;
	display: inline-block;
}
.footerBg {
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	line-height: 32px;
	z-index: 1000;
}
.Link {
	display: inline-block;
	color: #FFFFFF;
	padding: 8px 32px;
	font-size: 24px;
	text-align: center;
	background: #fc4e04;
	background: -moz-linear-gradient(top, #fd8b20 0%, #fc0404 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc8624), color-stop(100%, #fc4e04));
	background: -webkit-linear-gradient(top, #fd8b20 0%, #fc0404 100%);
	background: -o-linear-gradient(top, #fd8b20 0%, #fc0404 100%);
	background: -ms-linear-gradient(top, #fd8b20 0%, #fc0404 100%);
	background: linear-gradient(top, #fd8b20 0%, #fc0404 100%);
	background-size: 100% 100%;
	margin: 0 auto;
	border-radius: 24px;
	margin-bottom: 1%;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	box-shadow: 0 0 10px rgba(252, 4, 4, 0.67) inset;
}
.Link:hover {
	background: -moz-linear-gradient(top, #f39944 0%, #f39944 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f39944), color-stop(100%, #fc4e04));
	background: -webkit-linear-gradient(top, #f39944 0%, #fc0404 100%);
	background: -o-linear-gradient(top, #f39944 0%, #fc0404 100%);
	background: -ms-linear-gradient(top, #f39944 0%, #fc0404 100%);
	background: linear-gradient(top, #f39944 0%, #fc0404 100%);
	box-shadow: 0 0 10px rgba(252, 170, 4, 0.67) inset;
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}
a:focus {
	outline: none;
}
.ios, .android{
	background-size: 100%;
	height: 96px;
	width: 240px;
	display: inline-block;
	background-repeat: no-repeat;
}
.android{
	background-image: url(../images/android_m.png);
}
.ios {
	background-image: url(../images/ios_m.png);
}
.android:hover, .ios:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
 @keyframes circle {
 0% {
 transform:rotate(0);
}
 50% {
 transform:rotate(360deg);
}
 100% {
 transform:rotate(0);
}
}
@keyframes circleF {
 0% {
 transform:rotate(360deg);
}
 50% {
 transform:rotate(0);
}
 100% {
 transform:rotate(360deg);
}
}
 @media screen and (min-width: 769px) and (max-width: 1025px) {
.page {
	box-shadow: 0 0 500px #000 inset;
}
.Link {
	font-size: 42px;
	padding: 24px 48px;
	border-radius: 60px;
}
.banCon {
	margin-top: 20%;
}
.footerBg {
	font-size: 24px;
	line-height: 60px;
}
h1 {
	color: #FFF;
	font-weight: normal;
	font-size: 48px;
}
.circle {
	top: 120px;
}
.banImg {
	padding-top: 120px;
}
.ios, .android {
	height: 180px;
	width: 50%;
}
.text {
	bottom: 30px;
}
}
@media screen and (min-width: 1000px) and (max-height: 800px) {
h1 {
	display: none;
}
}
@media screen and (min-width: 767px) and (max-width: 800px) {
.ios, .android {
	height: 120px;
	width: 40%;
}
}
@media (max-width:640px) {
.page {
	box-shadow: 0 0 300px #000 inset;
}
.circle {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
}
.htLogo img {
	width: 100%;
}
.text {
	bottom: -40px;
}
.Link {
	margin-bottom: 4%;
}
.page {
	box-shadow: 0 0 200px rgba(0, 0, 0, 0.58) inset;
}
}
@media (max-width:375px) {
h1 {
	font-size: 24px;
}
}
@media (max-width:320px) {
}
