.swiper-item {
	position: relative;
	width: 100%;
	height: 640px;
}

.swiper-item img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%);
	/* max-width: 100%; */
}

.mianbao-div {
	padding: 30px 0;
	background-color: #F5F5F7;
	box-sizing: border-box;
}

.mianbao-box {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #1D1D1F;
}

.iphone-weixiu-div {
	padding: 50px;
	box-sizing: border-box;
	background-color: #F5F5F7;
}

.iphone-weixiu-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.iphone-weixiu-item {
	width: 600px;
	height: 320px;
	border-radius: 40px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.iphone-weixiu-item-first {
	font-size: 36px;
	color: #1D1D1F;
	font-weight: bolder;
}

.iphone-weixiu-item-second {
	font-size: 24px;
	color: #313133;
	margin-top: 21px;
}

.iphone-weixiu-item-third {
	margin-top: 38px;
}

.iphone-weixiu-item-third a {
	color: #0071E3;
	font-size: 22px;
	display: flex;
	align-items: center;
}

.iphone-weixiu-item-third a img {
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

.iphone-wxwd-div {
	padding: 30px 0;
	background-color: #F5F5F7;
	box-sizing: border-box;
}

.iphone-wxwd-box-title {
	font-size: 40px;
	color: #1D1D1F;
	font-weight: bold;
}

.iphone-wxwd-box-neorong {
	margin-top: 50px;
	background-color: #fff;
	border-radius: 40px;
	padding: 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.iphone-wxwd-box-neorong-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.iphone-wxwd-box-neorong-left-one {
	width: 60px;
	height: 60px;
}

.iphone-wxwd-box-neorong-left-one img {
	width: 100%;
	height: 100%;
}

.iphone-wxwd-box-neorong-left-two {
	font-size: 36px;
	color: #1D1D1F;
	font-weight: bolder;
}

.iphone-wxwd-box-neorong-left-three {
	width: 122px;
	height: 42px;
	background-color: #0071E3;
	border-radius: 22px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iphone-wxwd-box-neorong-left-three a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
}

.iphone-wxwd-box-neorong-left-three a img {
	width: 18px;
	height: 18px;
}

.iphone-wxwd-box-neorong-left-four {
	margin-top: 15px;
	color: #0071E3;
	font-size: 16px;
}

.iphone-wxwd-box-neorong-right {
	width: 600px;
	height: 410px;
	border-radius: 30px;
	overflow: hidden;
}

.iphone-wxwd-box-neorong-right img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:750px) {
	.iphone-weixiu-div{
		padding: 15px;
	}
	.iphone-weixiu-item{
		border-radius: 10px;
		height: auto;
		padding: 20px;
		box-sizing: border-box;margin-bottom: 18px;
	}
	.iphone-weixiu-item-first {
		font-size: 20px;

	}
	.iphone-weixiu-item-second{
		font-size: 16px;
		margin-top: 15px;
	}
	.iphone-weixiu-item-third{
		margin-top: 10px;
		
	}
	.iphone-weixiu-item-third a{
		font-size: 16px;
	}
	.iphone-wxwd-box-title{
		font-size: 23px;
	}
	.iphone-wxwd-box-neorong{
		margin-top: 20px;
		/* flex-direction: column; */
		padding: 20px;
		border-radius: 10px;
		align-items: flex-start;
	}
	.iphone-wxwd-box-neorong-right{
		width: 58%;
		height: auto;
		margin-top: 20px;
	}
	.iphone-wxwd-box-neorong-left-two{
		font-size: 18px;
		margin-top: 10px;
	}
	.iphone-wxwd-box-neorong-left-one{
		width: 30px;
		height: 30px;
	}
	.iphone-wxwd-box-neorong-left-three{
		margin-top: 10px;
	}
	.iphone-wxwd-box-neorong-left-four{
		font-size: 14px;
	}
}