.body2{
	padding: 0;
	margin-bottom: 80px;
	background: #f9f9f9;
}

.body2 .app-intro{
	padding-bottom: 80px;
}

.body2 .w780{
	width: 780px;
	margin: 0 auto;
	position: relative;
}

.body2 .intro{
	height: 463px;
}



.body2 .download{
	height: 370px;
}

.body2 .app-intro .intro .w780 .left{
	width: 233px;
}
.body2 .app-intro .intro .w780 .right{
	width: 510px;
	padding-top: 116px;
	box-sizing: border-box;
}

.body2 .app-intro .intro .phone{
	position: absolute;
	width: 233px;
	top: 0;
	z-index: 99;
}
.body2 .app-intro .photos .w780{
	display: block;
	height: auto;
}


.body2 .app-intro .photos .text{
	margin-top: 40px;
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
}

.body2 .app-intro .photos .text li{
	list-style-type: disc;
}

.app-intro .photos .text ul{
	padding: 25px 0 25px 35px;
}

.body2 .app-intro .photos .pics {
	margin-top: 40px;
	overflow: hidden;
}

.body2 .app-intro .photos .pics img{
	width: 240px;
	float: left;
	margin-right: 30px;
}

.body2 .app-intro .photos .pics img:last-child{
	margin-right: 0;
}

.body2 .app-intro .download p{
	color: #666666;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}

.body2 .app-intro .download .dl-appstore{
	position: absolute;
	display: block;
	width: 140px;
	height: 40px;
	background: url('https://cdn.idsbuybuybuy.com/yuxiaogeWeb/btn-download-appstore.png') no-repeat;
	background-size: 100% 100%;
	right: 400px;
	top: 375px;
}

.body2 .app-intro .download .dl-appstore:hover{
	background-image: url('https://cdn.idsbuybuybuy.com/yuxiaogeWeb/btn-download-appstore-hover.png');
}

.body2 .app-intro .download .dl-qrcode{
	position: absolute;
	display: block;
	width: 140px;
	height: 40px;
	background: url('https://cdn.idsbuybuybuy.com/yuxiaogeWeb/btn-download-qrcode.png') no-repeat;
	background-size: 100% 100%;
	left: 400px;
	top: 375px;
}

.body2 .app-intro .download .dl-qrcode:hover{
	background-image: url('https://cdn.idsbuybuybuy.com/yuxiaogeWeb/btn-download-qrcode-hover.png');
}

.body2 .app-intro .download .dl-qrcode:hover + .qrcode{
	display: block;
}

.body2 .app-intro .download .qrcode{
	width: 234px;
	height: 248px;
	position: absolute;
	background: url('https://cdn.idsbuybuybuy.com/yuxiaogeWeb/download-qrcode-bg.png') no-repeat;
	background-size: 100% 100%;
	left: 355px;
	top: 415px;
	text-align: center;
	display: none;
}

.body2 .app-intro .download .qrcode img{
	width: 180px;
	height: 180px;
	position: relative;
	top: 40px;
}