html {
	background: #f0f0f0;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}

body {
	font-family: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	background: #edf2f8 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;
}

#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: 6% 14%;
}

.slogan img {
	width: 100%;
	height: auto;
}

#main {
	padding: 0 0;
	margin: 0 auto;
}

#main .navi {
	position: relative;
	/* border: 1px solid #cccccc; */
	background: #ffffff;
}

#main .navi>li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	/* border: 1px solid #cccccc; */
	/* border-bottom: .01rem solid #cccccc; */
}

#main .navi>li.li01 {
	border-right: .01rem solid #cccccc;
	border-bottom: .01rem solid #cccccc;
}

#main .navi>li.li03 {
	border-right: .01rem solid #cccccc;
	border-bottom: .01rem solid #cccccc;
}

#main .navi>li.li02,
#main .navi>li.li04 {
	border-right: none;
	border-bottom: .01rem solid #cccccc;
}

#main .navi>li>a {
	padding: 8% 0;
	position: relative;
	overflow: hidden;
	zoom: 1;
	display: block;
	box-sizing: border-box;
	background: #ffffff;
}

#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: #666666;
	font-size: 0.36rem;
	text-align: center;
	white-space: nowrap;
}

/* #main .navi>li>a .txt:hover {

	color: #455ae6;
	font-weight: bold;
} */
#main .navi>li>a.clickable .txt {
	color: #666666;
}

#main .navi>li>a.clicked .txt {
	color: #455ae6;
	font-weight: bold;
}

#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: 94%;
	padding-top: 0.6rem;
	position: absolute;
	left: 3%;
	top: -0.54rem;
	z-index: 10;
	display: none;
	box-sizing: border-box;
	border: 2px solid #cccccc;
	border-radius: .2rem;
	background: linear-gradient(0deg, #f1f5f9, #ffffff);
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

#main .navi>li .jsBox p {
	color: #363636;
	font-size: .31rem;
	margin: 0.4rem 0 0;
	text-align: center;
	word-spacing: -4px;
}

#main .navi>li .jsBox .txtapp {
	background: linear-gradient(0deg, #293790, #3042ba);
	color: #fff;
	padding: .2rem .5rem;
	border-radius: 2rem;
	font-size: .34rem;
	font-weight: bold;
	margin: 0.4rem 0 .2rem;
	text-align: center;
}

#main .navi>li .jsBox .txtapp span {
	background: linear-gradient(0deg, #ebebed, #ffffff);
	color: #2e3ea5;
	padding: .05rem .3rem;
	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;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid transparent;
	border-image: linear-gradient(0deg, #838dbf, #f8faff, #838dbf);
	border-image-slice: 1;
	border-radius: .1rem;
	height: .8rem;
	line-height: 0.8rem;
	color: #2a3990;
	font-size: .32rem;
}

#main .navi>li .jsBox li span {
	display: block;
	float: left;

	text-align: center;
	box-sizing: border-box;
}

#main .navi>li .jsBox li .ms {
	width: 1.5rem;
	padding: 0 .06rem;
}

#main .navi>li .jsBox li img {
	margin: 0 auto;
	width: 0.45rem;
	display: block;
	float: left;
}

#main .navi>li .jsBox li .url {
	width: 4.1rem;
	margin-right: .2rem;
}

#main .navi>li .jsBox li a {
	width: 2rem;
	display: block;
	float: right;
	color: #fff;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.7rem;
	text-align: center;
	background: linear-gradient(0deg, #293790, #3042ba);
	box-sizing: border-box;
	border-radius: .1rem;
	margin-right: .1rem;
}

#main .navi>li .jsBox .arrow {
	margin-left: -0.23rem;
	width: 0.46rem;
	position: absolute;
	left: 50%;
	bottom: -0.46rem;
}

#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 #cccccc;
	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: #ffffff;
}

.footer p {
	color: #999999;
	font-size: 0.28rem;
	line-height: 0.8rem;
	text-align: center;
}

.footer p span {
	color: #333333;
}

.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: 720px;
	}

	#container {
		width: 720px;
	}

	.footer {
		max-width: 720px;
	}

	.alert .alert-prompt {
		width: 12rem;
	}

	#main .navi>li>a {
		padding: 9% 0;
	}

	#main .navi>li .jsBox {
		width: 90%;
		padding-top: 0.6rem;
		position: absolute;
		left: 5%;
		top: -0.54rem;

	}

	#main .navi>li .jsBox p {
		font-size: .38rem;
	}

	#main .navi>li .jsBox .txtapp {
		font-size: .38rem;
	}

	#main .navi>li .jsBox li {
		height: .88rem;
		line-height: 0.88rem;
		color: #2a3990;
		font-size: .36rem;
	}

	#main .navi>li .jsBox li .ms {
		width: 2rem;
		padding: 0 .1rem;
	}

	#main .navi>li .jsBox li a {
		width: 2.2rem;		
		font-size: 0.36rem;
	}

	#main .navi>li .jsBox li .url {
        width:6.6rem !important;
    }

	.footer p {
		font-size: 0.3rem;
	}

}