.min_header{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:.44rem;
	padding:0 .065rem 0 .15rem;
	background:#FFFFFF;
}
.min_header .left, .min_header .right{
	display:flex;
	align-items:center;
	z-index:100;
}
.min_header .title{
	font-size:.17rem;
	color:#1F1F1F;
	font-weight:600;
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
}
.return_push{
	display:flex;
	align-items:center;
}
.return_push a{
	display:block;
	width:.2rem;
	height:.44rem;
	background:url(../images/t4.png) no-repeat left center;
	background-size:.105rem .175rem;
}
.return_push span{
	display:block;
	font-size:17px;
	color:#1F1F1F;
	font-weight:700;
	margin-left:10px;
}
.return_push a.home{
	display:block;
	width:.2rem;
	height:.44rem;
	background:url(../images/t5.png) no-repeat left center;
	background-size:.175rem .175rem;
	margin-left:.05rem;
}
.wap_share{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-right:.12rem;
}
.login_imgBox{
	position:relative;
	z-index:99;
}
.login_imgBox a, .wap_share a{
	display:block;
	position:relative;
}
.wap_share a{
	margin:0 .08rem;
}
.wap_share a img{
	display:block;
	width:.225rem;
	height:.225rem;
}
.login_imgBox a img{
	display:block;
	width:.35rem;
	height:.35rem;
	border-radius:50%;
}
.login_imgBox span{
	display:flex;
	align-items:center;
	justify-content:center;
	width:.4rem;
	height:.125rem;
	background:#E02A52;
	border-radius:.05rem .05rem .05rem 0;
	position:absolute;
	right:-.35rem;
	top:.05rem;
	font-size:.10rem;
	color:#fff;
}
.app_colse{
	border:1px solid #CCCCCC;
	border-radius:.2rem;
	width:.84rem;
	height:.30rem;
	display:flex;
	align-items:center;
	justify-content:flex-end; 	
	font-size:.18rem;
	color:rgba(0, 0, 0, .1);
	background:#FFFFFF;
}
.app_colse a{
	display:block;
	margin:0 .1rem;
	width:.18rem;
	height:.18rem;
}
.app_colse .share{
	background:url(../images/gb1.png) no-repeat;
	background-size:100% 100%;
}
.app_colse .version{
	background:url(../images/black.png) no-repeat;
	background-size:100% 100%;
	width:.225rem;
	height:.225rem;
}
.app_colse .close{
	background:url(../images/gb2.png) no-repeat;
	background-size:100% 100%;
}
.min_header .weixin_con{
	margin-right:5px;
}
.min_header .weixin_con a{
	display:block;
	width:27px;
	height:27px;
	background:url(../images/wei.png) no-repeat;
	background-size:100% 100%;
}
/* 微信分享 */
.share_box{
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	max-width:750px;
	margin:0 auto;
	background:rgba(0, 0, 0, .5)!important;
	z-index:100;
	padding:0!important;
}
.share_bg{
	background:#FFFFFF;
	border-radius:.15rem .15rem 0 0;
	position:absolute;
	bottom:0;
	margin:0 auto;
	max-width:750px;
	width:100%;
}
.share_head{
	padding:.15rem 0;
	text-align:center;
	font-size:.15rem;
	color:#1F1F1F;
	font-weight:600;
}
.share_icon{
	display:flex;
	justify-content:space-around;
	align-items:center;
	padding-bottom:.15rem;
}
.share_icon a{
	display:block;
	text-align:center;
}
.share_icon img{
	display:block;
	width:.44rem;
	height:.44rem;
	margin:0 auto;
}
.share_icon span{
	display:block;
	margin-top:.11rem;
	font-size:.12rem;
	color:#999999;
}
.share_close{
	padding:.15rem 0 .34rem;
	border-top:0.8px solid #EEEEEE;
}
.share_close a{
	display:block;
	font-size:.15rem;
	color:#1F1F1F;
	text-align:center;
}
/* 微信外分享 */
.weixin_share{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	background:rgba(0, 0, 0, .8);
	z-index:120;
	display:flex;
	justify-content:flex-end;
	max-width:750px;
	z-index:9999;
}
.weixin_share a{
	display:block;
	width:1.88rem;
	height:.96rem;
	background:url(../images/xy40.png) no-repeat;
	background-size:100% 100%;
	margin-top:.1rem;
	margin-right:.23rem;
}
.black_wrap{
	background:#000000;
}
.black_wrap .min_header{
	background:#000000;
}
.black_wrap .min_header .title{
	color:#FFFFFF;
}
.black_wrap .app_colse{
	background:none;
}
.black_wrap .return_push a{
	background:url(../images/white_t4.png) no-repeat left center;
	background-size:10px 17.5px;
}
.black_wrap .return_push a.home{
	background:url(../images/white_t5.png) no-repeat left center;
	background-size:15.5px 15.5px;
}
.black_wrap .app_colse .version{
	background:url(../images/white.png) no-repeat;
	background-size:100% 100%;
}
.black_wrap .app_colse .close{
	background:url(../images/white_gb2.png) no-repeat;
	background-size:100% 100%;
}
