@charset "utf-8";
html,
body {
	height: 100%;
	width: 100%;
}

html {
	color: #FFFFFF;
	letter-spacing: 2px;
	font-size: 62.5%;
	font-family: PingFangSC-Regular, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 1em;
}

#Box {
	background: #10126f;
	min-width: 1200px;
}

.H100 {
	height: 100%;
}

#header {
	height: 12%;
}

#header .logo {
	position: relative;
	width: 100%;
	height: 100%;
}

#header .logo .logoImg {
	width: auto;
	height: 5.5em;
	position: absolute;
	top: 50%;
	margin-top: -3em;
	left: 2.5em;
}

#content {
	height: 80%;
}

#content .home {
	position: relative;
}

#content .home .ht {
	position: absolute;
	top: 1em;
	width: 80%;
	left: 10%;
	text-align: center;
	font-size: 6.2em;
	color: #11fdfd;
	font-weight: bolder;
	letter-spacing: .15em;
}

#content .home .hbg {
	position: relative;
	top: 20em;
	left: 50%;
	width: 70em;
	height: 36em;
	margin-left: -35em;
	border: 2px solid #86f9fe;
}

#content .home .hbtn {
	position: absolute;
	bottom: 5em;
	width: 56%;
	left: 22%;
	justify-content: space-between;
	align-items: center;
}

#content .home .hbtn .btn {
	color: #11fdfd;
	border: 2px solid #11fdfd;
	width: 8em;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 3.7em;
	padding: .4em;
	font-weight: bolder;
	letter-spacing: .15em;
	border-radius: .4em;
	cursor: pointer;
}

#content .home .btnArrow {
	position: relative;
}

#content .home .btnArrow .txt {
	color: #11fdfd;
}

#content .home .btnArrow .arrow {
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
	margin-top: -3px;
	border: 10px solid transparent;
	border-top: 15px solid #11fdfd;
	width: 0;
	height: 0px;
	cursor: pointer;
}

#content .home .btnArrow .otherBtn {
	display: none;
	position: absolute;
	top: 100%;
	margin-top: 16px;
	left: 0;
	width: 100%;
	padding: .4em 0;
	border: 2px solid #3cdc35;
	border-radius: .4em;
	color: #3cdc35;
}

#content .home .btnArrow .otherBtn:after {
	position: absolute;
	content: "";
	top: -30px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	border: 15px solid;
	border-color: transparent transparent #3cdc35 transparent;
}

#content .home .hbtn .btn:hover,
.home .hbtn .otherBtn:hover {
	background: rgba(0, 155, 244, .5);
	color: #3cdc35;
	border-color: #3cdc35;
}

#content .home .hbtn .btn:hover .txt {
	color: #3cdc35;
}

#content .home .hbtn .btn:hover .arrow {
	border-top: 15px solid #3cdc35;
}

#footer {
	height: 8%;
}

#footer .fitem {
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 80%;
	height: 50%;
	margin: 1em auto 0;
	color: #bceeff;
}
#footer .fitembb{
	margin-top: -1.2em;
}
#footer .fitem .txt {
	margin: 0 0.5em;
	font-size: 1.6em;
}

@media only screen and (max-width: 1600px) {
	#content .home .hbtn {
		width: 70%;
		left: 15%;
	}
	#content .home .hbtn .btn {
		font-size: 3em;
	}
	#content .title .text {
		font-size: 6em;
	}
	#content .home .ht {
		font-size: 5em;
	}
}

