html {
	background: #1d286a;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}

body {
	font-family: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	background: #101042 url(../images/bg.jpg) no-repeat center top;
	background-size: 100% auto;
	position: relative;
	height: 100vh;
	min-height: 100vh;
	max-height: 100vh;
	max-width: 750px;
	border-left: 1px solid #393f8a;
	border-right: 1px solid #393f8a;
}

#container {
	width: 100%;
	max-width: 750px;
	position: fixed;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
}

img {
	vertical-align: top;
	width: 100%;
}

.slogan{
	margin: 0 auto;
	padding: 5% 14%;
}
.slogan img{
	width: 100%;
	height: auto;
}

#main {
	padding: 0 0;
	margin: 0 auto;
}

#main .navi {
	position: relative;
	border: 1px solid #393f8a;
	background: #0a0c39;
}

#main .navi>li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	border: 1px solid #393f8a;
	/* 	border-bottom: 1px solid #393f8a; */
}

#main .navi>li.li02,
#main .navi>li.li05 {
	border-right: none;
}



#main .navi>li>a {
	padding: 9% 0;
	position: relative;
	overflow: hidden;
	zoom: 1;
	display: block;
	box-sizing: border-box;
	background: #0a0c39;
}

#main .navi>li>a .img {
	margin: 0 0 0.17rem;
	display: block;
}

#main .navi>li>a .img img {
	margin: 0 auto;
	width: auto;
	height: 0.6rem;
	display: block;
}

#main .navi>li>a .txt {
	display: block;
	color: #6873bf;
	font-size: 0.36rem;
	text-align: center;
	white-space: nowrap;
}

#main .navi>li>a .txt span {
	margin-bottom: 0.08rem;
	display: block;
	color: #6873bf;
	font-size: 0.32rem;
}

#main .navi>li>a .num {
	padding: 0 0.14rem;
	position: absolute;
	display: block;
	right: 0.1rem;
	top: 0.14rem;
	color: #fffc00;
	font-size: 0.3rem;
	line-height: 0.48rem;
	border-radius: 0.15rem;
	background: #9f865c;
}

#main .navi>li>a .num img {
	width: 0.25rem;
	position: absolute;
	left: 0.55rem;
	bottom: -0.12rem;
}

#main .navi>li .jsBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
	box-sizing: border-box;
	border: 1px solid #393f8a;
	background: rgba(18, 27, 83, 1);
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

#main .navi>li .jsBox p {
	color: #a7b6ff;
	font-size: .32rem;
	margin: 0.4rem 0 .4rem;
	text-align: center;
}

#main .navi>li .jsBox .txtapp {
	background: #1d286a;
	border: 1px solid #3d449a;
	color: #f3d99e;
	padding: .2rem .6rem;
	border-radius: 2rem;
	font-size: .34rem;
	font-weight: bold;
	margin: 0.4rem 0 .2rem;
	text-align: center;
}

#main .navi>li.on .jsBox,
#main .navi>li.on .jsBox02 {
	display: block;
}

#main .navi>li .jsBox ul {
	padding: 0.5rem 0.5rem 0.3rem;
	display: flex;
	align-items: center;
	flex-direction: column;
}

#main .navi>li .jsBox li {
	margin-bottom: 0.25rem;
	overflow: hidden;
	zoom: 1;
}

#main .navi>li .jsBox li span {
	display: block;
	float: left;
	color: #a7b6ff;
	font-size: 0.3rem;
	line-height: 0.7rem;
	text-align: center;
	background: #1d286a;
	box-sizing: border-box;
}

#main .navi>li .jsBox li .ms {
	width: 1.4rem;
	padding: 0 .06rem;
	font-size: .28rem;
	border: 1px solid #393f8a;
}

#main .navi>li .jsBox li img {
	margin: 0.25rem 0.22rem 0 0.3rem;
	width: 0.45rem;
	display: block;
	float: left;
}

#main .navi>li .jsBox li .url {
	width: 4.1rem;
	margin-right: .2rem;
	border: 1px solid #393f8a;
}

#main .navi>li .jsBox li a {
	width: 2rem;
	display: block;
	float: right;
	color: #0a0c39;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.7rem;
	text-align: center;
	background: #f3d99e;
	box-sizing: border-box;
	border: 1px solid #f3d99e;
}

#main .navi>li .jsBox .arrow {
	margin-left: -0.11rem;
	width: 0.22rem;
	position: absolute;
	left: 25%;
	bottom: -0.14rem;
}

#main .navi>li.li02 {
	position: relative;
}

#main .navi>li .jsBox02 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	box-sizing: border-box;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

#main .navi>li .jsBox02 .arrow {
	margin-left: -0.11rem;
	width: 0.22rem;
	position: absolute;
	left: 50%;
	bottom: -0.12rem;
}

#main .navi>li .jsBox02 ul {
	margin-right: 1px;
	padding: 0.2rem 0 0.5rem;
	border: 1px solid #393f8a;
	background: rgba(0, 0, 0, 0.8);
}

#main .navi>li .jsBox02 li {
	display: flex;
	justify-content: center;
	align-items: center;
}

#main .navi>li .jsBox02 li a {
	display: block;
	color: #fff;
	font-size: 0.32rem;
	line-height: 1.2rem;
}

#main .navi>li .jsBox02 li a img {
	margin: -0.05rem 0.25rem 0 0;
	width: 0.4rem;
	display: inline-block;
	vertical-align: middle;
}

.footer {
	overflow: hidden;
	background-color: #0a0c39;
	border-left: 1px solid #393f8a;
	border-right: 1px solid #393f8a;
}

.footer p {
	color: #6873bf;
	font-size: 0.28rem;
	line-height: 0.8rem;
	text-align: center;
}

.footer p span {
	color: #727ecf;
}

.alert {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 50%;
	margin-left: -50%;
	top: 0;
	z-index: 9999999;
	background: rgba(0, 0, 0, .5);
	display: none;

}

.alert .alert-prompt {
	width: 8.8rem;
	height: auto;
	position: relative;
	margin: 0 auto;
	top: 50%;
	margin-top: -5rem;
	display: none;
}

.alert .alert-prompt img {
	width: 100%;
	border-radius: .2rem;
	border: #323e91 1px solid;
}

.alert .alert-prompt .close {
	width: .8rem;
	height: .8rem;
	background: url(../images/closebtn.png) center no-repeat;
	background-size: .8rem .8rem;
	position: absolute;
	left: 50%;
	margin-left: -0.5rem;
	bottom: -1.2rem;
}

@media screen and (min-width: 750px) {
	html {
		max-width: 700px;
	}
	
	#container {
		width: 700px;
	}
	
	.footer{
		max-width: 700px;
	}
	
	.alert .alert-prompt {
		width: 12rem;
	}

}