.img{
	width:280px;
	height: 140px;
	margin: 0 auto;
	margin-top: 9rem;
}
.img img{
	width: 100%;
	height: 100%;
}
.android{
	width:170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	background: #C79677;
	border: 1px solid #C79677;
	border-radius: 5px;
	color:#fff;
	margin-top: 5rem;
}
.ios{
	width:170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #C79677;
	border-radius: 5px;
	color:#C79677;
	margin-top: 3rem;
}
#mask{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
}
.texBox{
	display: none;
	width: 300px;
	height: 300px;
	position: absolute; 
	left: 0; 
	top: 8.2rem;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	color:#fff;
	font-size: 19px;
}
.bImg{
	margin-left: 210px;
}
.bImg img{
	width: 100px;
	height: 100px;
}
.bBox1{
	margin-top: 20px;
}
.bBox1-1{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: red;
	line-height: 23px;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	color: #fff;
	font-size: 13px;
}