.download_app{
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 1.18rem;
	padding: 0 .3rem 0 .26rem;
	background-color: #FFFFFF;
	border-bottom: .01rem solid #F3F3F3;
	z-index: 100;
}
.open_left{
	display: flex;
	align-items: center;
}
.logo{
	width: .88rem;
	height: .86rem;
	margin-right: .26rem;
}
.logo img{
	width: 100%;
}
.intro h2{
	font-size: .32rem;
	margin-bottom: .14rem;
}
.intro p{
	font-size: .24rem;
	color: #8F8F8F;
}
.open_btn{
	display: block;
	/*width: 1rem;*/
	padding: 0 0.2rem;
	height: .6rem;
	text-align: center;
	line-height: .6rem;
	background-color: #46A1F6;
	border-radius: .3rem;
	font-size: .28rem;
	color: #FFFFFF;
}
.share_top{
	box-sizing: border-box;
	padding-top: .8rem;
}

.open_browser{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.open_browser p{
	text-align: center;
	margin-top: 1rem;
	font-size: .36rem;
	color: #fff;
}
.open_browser img{
	position: absolute;
	top: .3rem;
	right: .5rem;
	width: .8rem;
	height: .8rem;
}