.H5Box {
	width: 100%;
}

/* h5端内容区域 */
.H5contentBox {
	padding: 1.5rem 0.25rem 0.3rem;
	color: #fff;
	margin-bottom: 1rem;
}

.H5contentBox .title {
	font-size: 0.4rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
}

.H5contentBox .text1 {
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.H5contentBox .text2 {
	font-size: 0.26rem;
	line-height: 0.38rem;
}

.H5contentBox .q {
	font-size: 0.26rem;
	line-height: 0.34rem;
	font-weight: bold;
	margin-top: 0.5rem;
	margin-bottom: 0.1rem;
}

.H5contentBox .w {
	font-size: 0.22rem;
	line-height: 0.32rem;
}

.H5contentBox .text3 {
	font-size: 0.3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.3rem;
	margin-top: 1.2rem;
}

.H5contentBox .text4 {
	font-size: 0.225rem;
	text-align: center;
	margin-bottom: 0.35rem;
}

.H5contentBox .btn {
	width: 1.3rem;
	height: 0.6rem;
	font-size: 0.2rem;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	cursor: pointer;
	color: #fff;
}