body{
	height: 100%;
}
.z-content.mui-content {
	width: 100%;
	height: 100%;
}
.z-content.mui-content>img {
	width: 100%;
}

.button {
	width: 5.63rem;
	height: 1.71rem;
	line-height: 1.71rem;
	border: 0.08rem solid #2155FC;
	border-radius: 0.2rem;
	position: absolute;
	top: 25rem;
	left: 50%;
	margin-left: -2.92rem;
	text-align: center;
}

.button.android {
	background: url("/img/appdownload/down_android.png") no-repeat #FFFFFF;
	background-size: 1.19rem 1.19rem;
	background-position: 0.22rem 0.24rem;
}

.button.ios {
	background: url("/img/appdownload/down_ios.png") no-repeat #FFFFFF;
	background-size: 1.19rem 1.19rem;
	background-position: 0.22rem 0.24rem;
}

.button a{
	padding-left: 0.8rem;
	color: #2155FC;
	font-size: 0.55rem;
	font-weight: bold;
}

.popbox {
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 666;
	overflow: hidden;
	position: fixed;
	-webkit-animation-name: anim-up;
	animation-name: anim-up;
	overflow: hidden;
	pointer-events: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}

@-webkit-keyframes anim-up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(800px);
		transform: translateY(800px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes layui-m-anim-up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(800px);
		transform: translateY(800px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

#wechartip {
	position: fixed;
	width: 90%;
	height: 3.5rem;
	top: 0.5rem;
	right: 0.25rem;
}

#wechartjt {
	position: fixed;
	top: 4rem;
	right: 2.5rem;
	width: 2.5rem;
	height: 3.2rem;
}

#wechatkonw {
	position: fixed;
	top: 6rem;
	right: 30%;
	width: 7rem;
}

/* 键盘下载页 */
.mui-content.jp-content {
	background: url("/img/appdownload/jp_bg_1@2x.png") top center no-repeat #F3F6FD;
	background-size: 100% auto;
}
.jp-content .jp-logo{
	padding: 7.78rem 0 1.28rem 0;
}
.jp-content .jp-logo img{
	display: block;
	width: 5.12rem;
	height: 5.12rem;
	margin: 0 auto;
}
.jp-content .jp-button{
	width: 7.33rem;
	height: 1.88rem;
	line-height: 1.88rem;
	border: 0;
	border-radius: 0.17rem;
	margin: 0 auto;
	text-align: center;
	font-size: 0.68rem;
	font-weight: bold;
	color: #FFFFFF;
	background: #0081FF;
	letter-spacing: 0.1rem;
}
.jp-content .jp-name{
	padding: 3.39rem 0 0.25rem 0;
}
.jp-content .jp-name img{
	display: block;
	width: 15.33rem;
	height: 1.07rem;
	margin: 0 auto;
}
.jp-content .jp-manage{
	width: 7.9rem;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 1.02rem 0;
}
.jp-content .jp-manage span{
	display: inline-block;
	width: 2.28rem;
	height: 0.92rem;
	line-height: 0.92rem;
	font-size: 0.47rem;
	text-align: center;
	margin: 0.26rem 0.046rem 0;
	color: #1677FF;
	background: #FFFFFF;
	border-radius: 0.09rem;
	border: 0.02rem solid #1677FF;
}
.jp-content .jp-intro{
	padding: 0 1.28rem 1rem;
	font-size: 0.55rem;
	color: #666666;
	line-height: 0.77rem;
}


#jp-wechartip {
	position: fixed;
	width: 11.43rem;
	height: 0.96rem;
	top: 1.02rem;
	right: 3.11rem;
}

#jp-wechartjt {
	position: fixed;
	top: 0;
	right: 0.17rem;
	width: 2.99rem;
	height: 2.99rem;
}
