.banner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	_zoom: 1;
}
.banner .banner_show {
	/* left: 50%; */
	width: 100%;
	height: 600px;
	bottom: 0px;
	/* margin-left: -960px; */
	position: absolute;
}
.banner .iphone_user {
	left: 31px;
	top: 74px;
	position: absolute;
}
.dowmlond {
	height: 600px;
	position: relative;
}
.iphone {
	position: absolute;
	cursor: pointer;
}
.android {
	position: absolute;
	cursor: pointer;
}
.ewm {
	padding: 10px 10px 0px;
	border-radius: 5px;
	text-align: center;
	right: 212px;
	bottom: 80px;
	color: rgb(255, 255, 255);
	line-height: 30px;
	font-size: 12px;
	position: absolute;
}
.iphone {
	background: url("../images/android.png") no-repeat;
	width: 220px;
	height: 56px;
	display: block;
}
.android {
	background: url("../images/android.png") no-repeat;
	width: 220px;
	height: 56px;
	display: block;
}
.iphone {
	background: url("../images/Phone_d.png") no-repeat;
	right: 356px;
	bottom: 154px;
}
.android {
	right: 356px;
	bottom: 78px;
}
/* .android:hover {
	background: url("../images/android_hover.png") no-repeat;
}
.iphone:hover {
	background: url("../images/iPhone_d_hover.png") no-repeat;
} */
.iphone_screen {
    left: 62px;
    top: 152px;
    width: 252px;
    height: 448px;
	position: absolute;
}
.content {
	text-align: center;
}
.content p {
	margin: 120px auto 70px;
	color: rgb(116, 116, 116);
	font-size: 40px;
}
.content p span {
	color: rgb(255, 123, 132);
}
.content ul {
	overflow: hidden;
	margin-bottom: 124px;
	_zoom: 1;
}
.content li {
	width: 25%;
	float: left;
}
.content li strong {
	display: block;
}
.content li span {
	display: block;
}
.content li strong {
	color: rgb(60, 60, 60);
	line-height: 44px;
	font-size: 24px;
	font-weight: normal;
	margin-top: 19px;
}
.content li span {
	color: rgb(97, 97, 97);
	line-height: 20px;
	font-size: 14px;
}
.content li img {
	display: inline-block;
}
.text_box{
	width: 466px;
	margin-top: 30px;
}
.text_box img{
	width: 200px;
	height: 200px;
	margin-top: 80px;
	margin-left: 60px;
}
.first{
	font-size: 36px;
}
.banner_list{
	width: 100%;
	padding:0  20%;
	/* border: 1px solid red; */
	box-sizing: border-box;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
/* .icon_list{
	width: 45%;
} */
.icon_list img{
	width: 302px;
	height: 603px;
}





