.H5Box {
	width: 100%;
}


/* H5端模块一 */
.H5Box .contentBox1 {
	width: 100%;
	color: #fff;
	padding: 2rem 0.25rem 0;
	box-sizing: border-box;
}

.H5Box .contentBox1 .text1 {
	font-size: 0.18rem;
	line-height: 0.28rem;
	margin-bottom: 0.3rem;
	text-align: center;
}

.H5Box .contentBox1 .text2 {
	font-size: 0.42rem;
	line-height: 0.5rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
	text-align: center;
}

.H5Box .contentBox1 .text3 {
	font-size: 0.18rem;
	line-height: 0.28rem;
	margin-bottom: 0.625rem;
	text-align: center;
}

.H5Box .contentBox1 .Loading{
	width: 100%;
	margin-bottom: 0.5rem;
}

.H5Box .contentBox1 .img_box{
	width: 100%;
	padding: 0 0.7rem;
	box-sizing: border-box;
}


/* H5端模块二 */
.H5Box .contentBox2 {
	width: 100%;
	color: #fff;
	padding: 1.5rem 0.25rem 0;
	box-sizing: border-box;
}

.H5Box .contentBox2 .text1{
	font-size: 0.4rem;
	font-weight: bold;
	margin-bottom: 0.6rem;
}

.H5Box .contentBox2 .content_box {
	width: 100%;
	height: 5.75rem;
	background-color: #191919;
	border-radius: 0.5rem;
	position: relative;
	padding: 0.35rem;
	box-sizing: border-box;
	margin-bottom: 0.6rem;
}

.H5Box .contentBox2 .content_box .my_btn{
	width: 1.8rem;
	height: 0.5rem;
	background-color: #1effaa;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	border-radius: 3rem;
	font-weight: bold;
	font-size: 0.13rem;
}

.H5Box .contentBox2 .content_box .text2 {
	font-size: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
}

.H5Box .contentBox2 .content_box .text3 {
	font-size: 0.133rem;
	line-height: 0.27rem;
	color: #ccc;
	margin-bottom: 0.35rem;
}

.H5Box .contentBox2 .content_box .btn {
	width: 0.17rem;
	cursor: pointer;
	margin-right: 0.1rem;
}

.H5Box .contentBox2 .content_box .btn2 {
	width: 0.2rem;
	cursor: pointer;
	margin-right: 0.1rem;
}

.H5Box .contentBox2 .content_box .phone {
	width: 3.3rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* H5端模块三 */
.H5Box .contentBox3 {
	width: 100%;
	color: #fff;
	padding: 0 0.25rem;
	box-sizing: border-box;
	margin-bottom: 2rem;
}

.H5Box .contentBox3 .text1 {
	font-size: 0.4rem;
	line-height: 0.58rem;
	font-weight: bold;
	margin-bottom: 0.28rem;
	color: #1effaa;
}

.H5Box .contentBox3 .text2 {
	font-size: 0.2rem;
	line-height: 0.32rem;
	margin-bottom: 0.3rem;
}

.H5Box .contentBox3 .btn {
	width: 1.925rem;
	height: 0.6rem;
	background-color: #fff;
	color: #333;
	font-size: 0.18rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
