html,
body,
form  {
	width: 100%;
	height: 100%;
	font-size: calc(100vw/96);
}
.wrap {
	width: 100%;
	height: 100%;
	background: url(/BootStrapStyle/NewMain/img/bg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden; 
}
.title {
	width: 100%;
	height: 5rem;
	line-height: 3.5rem;
	background: url(/BootStrapStyle/NewMain/img/title_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.title img {
	width: 30rem;
	margin-top:0.8rem
}
.menu-list {
	margin: 15% 20% 0;
}
.menu-list .menu-box {
	width: 20%;
	float: left;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.menu-box .sign {
	width: 3rem;
	position: absolute;
	top: 0.5rem;
	left: 37%;
	-webkit-transform: translateY(15%);
	-moz-transform: translateY(15%);
	-ms-transform: translateY(15%);
	-o-transform: translateY(15%);
	transform: translateY(15%);
	animation: amplitude 3 ease-in-out infinite;
	-webkit-animation: amplitude 3s ease-in-out infinite;
}
/* amplitude */

@keyframes amplitude {
	0 {
		-webkit-transform: translateY(15%);
		-moz-transform: translateY(15%);
		-ms-transform: translateY(15%);
		-o-transform: translateY(15%);
		transform: translateY(15%);
	}
	50% {
		-webkit-transform: translateY(-15%);
		-moz-transform: translateY(-15%);
		-ms-transform: translateY(-15%);
		-webkit-transform: translateY(-15%);
		transform: translateY(-15%);
	}
	100% {
		-webkit-transform: translateY(150%);
		-moz-transform: translateY(15%);
		-ms-transform: translateY(15%);
		-o-transform: translateY(15%);
		transform: translateY(15%);
	}
}

@-webkit-keyframes amplitude {
	0 {
		-webkit-transform: translateY(15%);
		-moz-transform: translateY(15%);
		-ms-transform: translateY(15%);
		-o-transform: translateY(15%);
		transform: translateY(15%);
	}
	50% {
		-webkit-transform: translateY(-15%);
		-moz-transform: translateY(-15%);
		-ms-transform: translateY(-15%);
		-webkit-transform: translateY(-15%);
		transform: translateY(-15%);
	}
	100% {
		-webkit-transform: translateY(15%);
		-moz-transform: translateY(15%);
		-ms-transform: translateY(15%);
		-o-transform: translateY(15%);
		transform: translateY(15%);
	}
}

@-o-keyframes amplitude {
	0 {
		-webkit-transform: translateY(15%);
		-moz-transform: translateY(15%);
		-ms-transform: translateY(15%);
		-o-transform: translateY(15%);
		transform: translateY(15%);
	}
	50% {
		-webkit-transform: translateY(-15%);
		-moz-transform: translateY(-15%);
		-ms-transform: translateY(-15%);
		-webkit-transform: translateY(-15%);
		transform: translateY(-15%);
	}
	100% {
		-webkit-transform: translateY(15%);
		-moz-transform: translateY(15%);
		-ms-transform: translateY(15%);
		-o-transform: translateY(15%);
		transform: translateY(15%);
	}
}

@-mozkeyframes amplitude {
	0 {
		-webkit-transform: translateY(15%);
		-moz-transform: translateY(15%);
		-ms-transform: translateY(15%);
		-o-transform: translateY(15%);
		transform: translateY(15%);
	}
	50% {
		-webkit-transform: translateY(-15%);
		-moz-transform: translateY(-15%);
		-ms-transform: translateY(-15%);
		-webkit-transform: translateY(-15%);
		transform: translateY(-15%);
	}
	100% {
		-webkit-transform: translateY(15%);
		-moz-transform: translateY(15%);
		-ms-transform: translateY(15%);
		-o-transform: translateY(15%);
		transform: translateY(15%);
	}
}
.menu-box .bottom {
	width: 8rem;
}
.menu-box p {
	font-size: 0.95rem;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #59e4ff, #85e9ff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 1rem;
    letter-spacing: 0.1rem;
}
.menu-active p {
	background-image: -webkit-linear-gradient(bottom, #65e99e, #7dfebe, #8dffdb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sign-txt {
	width: 100%;	
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	position: fixed;
	left: 0;
	bottom: 1.2rem;
}
.sign-txt span {
	margin: 0 0.5rem;
}
.special {
	width: 0.1rem;
	height: 0.7rem;
	display: none;
}

.specialA {
	left: 28%;
	bottom: 60%;
	position: absolute;
	-webkit-animation: specialA 1.8s infinite;
	-moz-animation: specialA 1.8s infinite;
	-ms-animation: specialA 1.8s infinite;
	-o-animation: specialA 1.8s infinite;
	animation: specialA 1.8s infinite;
}

@-webkit-keyframes specialA {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-webkit-transform: translateY(-50px);
		opacity: 0;
	}
}

@-moz-keyframes specialA {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-moz-transform: translateY(-50px);
		opacity: 0;
	}
}

@-ms-keyframes specialA {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-ms-transform: translateY(-50px);
		opacity: 0;
	}
}

@-o-keyframes specialA {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-o-transform: translateY(-50px);
		opacity: 0;
	}
}

@keyframes specialA {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		transform: translateY(-50px);
		opacity: 0;
	}
}
.specialB {
	left: 33%;
	bottom: 70%;
	position: absolute;
	-webkit-animation: specialB 2.2s infinite;
	-moz-animation: specialB 2.2s infinite;
	-ms-animation: specialB 2.2s infinite;
	-o-animation: specialB 2.2s infinite;
	animation: specialB 2.2s infinite;
}

@-webkit-keyframes specialB {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-webkit-transform: translateY(-50px);
		opacity: 0;
	}
}

@-moz-keyframes specialB {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-moz-transform: translateY(-50px);
		opacity: 0;
	}
}

@-ms-keyframes specialB {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-ms-transform: translateY(-50px);
		opacity: 0;
	}
}

@-o-keyframes specialB {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-o-transform: translateY(-50px);
		opacity: 0;
	}
}

@keyframes specialB {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		transform: translateY(-50px);
		opacity: 0;
	}
}
.specialC {
	left: 38%;
	bottom: 75%;
	position: absolute;
	-webkit-animation: specialC 2.6s infinite;
	-moz-animation: specialC 2.6s infinite;
	-ms-animation: specialC 2.6s infinite;
	-o-animation: specialC 2.6s infinite;
	animation: specialC 2.6s infinite;
}

@-webkit-keyframes specialC {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-webkit-transform: translateY(-60px);
		opacity: 0;
	}
}

@-moz-keyframes specialC {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-moz-transform: translateY(-60px);
		opacity: 0;
	}
}

@-ms-keyframes specialC {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-ms-transform: translateY(-60px);
		opacity: 0;
	}
}

@-o-keyframes specialC {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-o-transform: translateY(-60px);
		opacity: 0;
	}
}

@keyframes specialC {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		transform: translateY(-60px);
		opacity: 0;
	}
}

.specialD {
	right: 28%;
	bottom: 60%;
	position: absolute;
	-webkit-animation: specialD 1.8s infinite;
	-moz-animation: specialD 1.8s infinite;
	-ms-animation: specialD 1.8s infinite;
	-o-animation: specialD 1.8s infinite;
	animation: specialD 1.8s infinite;
}

@-webkit-keyframes specialD {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-webkit-transform: translateY(-50px);
		opacity: 0;
	}
}

@-moz-keyframes specialD {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-moz-transform: translateY(-50px);
		opacity: 0;
	}
}

@-ms-keyframes specialD {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-ms-transform: translateY(-50px);
		opacity: 0;
	}
}

@-o-keyframes specialD {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-o-transform: translateY(-50px);
		opacity: 0;
	}
}

@keyframes specialD {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		transform: translateY(-50px);
		opacity: 0;
	}
}
.specialE {
	right: 33%;
	bottom: 70%;
	position: absolute;
	-webkit-animation: specialE 2.2s infinite;
	-moz-animation: specialE 2.2s infinite;
	-ms-animation: specialE 2.2s infinite;
	-o-animation: specialE 2.2s infinite;
	animation: specialE 2.2s infinite;
}

@-webkit-keyframes specialE {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-webkit-transform: translateY(-50px);
		opacity: 0;
	}
}

@-moz-keyframes specialE {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-moz-transform: translateY(-50px);
		opacity: 0;
	}
}

@-ms-keyframes specialE {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-ms-transform: translateY(-50px);
		opacity: 0;
	}
}

@-o-keyframes specialE {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-o-transform: translateY(-50px);
		opacity: 0;
	}
}

@keyframes specialE {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		transform: translateY(-50px);
		opacity: 0;
	}
}
.specialF {
	right: 38%;
	bottom: 75%;
	position: absolute;
	-webkit-animation: specialF 2.6s infinite;
	-moz-animation: specialF 2.6s infinite;
	-ms-animation: specialF 2.6s infinite;
	-o-animation: specialF 2.6s infinite;
	animation: specialF 2.6s infinite;
}

@-webkit-keyframes specialF {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-webkit-transform: translateY(-60px);
		opacity: 0;
	}
}

@-moz-keyframes specialF {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-moz-transform: translateY(-60px);
		opacity: 0;
	}
}

@-ms-keyframes specialF {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-ms-transform: translateY(-60px);
		opacity: 0;
	}
}

@-o-keyframes specialF {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		-o-transform: translateY(-60px);
		opacity: 0;
	}
}

@keyframes specialF {
	30% {
		opacity: 1;
	}
	85%,
	100% {
		transform: translateY(-60px);
		opacity: 0;
	}
}
@media screen and (max-width: 1700px) {
	.menu-list {
	    margin: 18% 20% 0;
	}
}
@media screen and (max-width: 1400px) {
	.menu-list {
	    margin: 16% 20% 0;
	}
}
@media screen and (min-height: 800px) {
	.menu-list {
	    margin: 20% 20% 0;
	}
}
@media screen and (min-width: 1900px) {
	.menu-list {
	    margin: 15% 20% 0;
	}
}


/*¶þÎ¬Âë*/
.code-box {
	background: url(/BootStrapStyle/NewMain/img/code_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 7rem;
	text-align: center;
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
}
.code-box img {
	width: 6rem;
	height: 6rem;
	padding: 0.1rem 0;
	margin-top: 0.5rem;
}
.code-box .data-box {
	padding: 0.4rem 0;
	border-top: 1px dashed #317aad;
}
.data-box p {
	font-size: 0.75rem;
	color: #FFFFFF;
}
