.H5Box {
	width: 100%;
}

/* H5端模块一 */
.H5Box .contentBox1 {
	width: 100%;
	color: #fff;
	padding: 2rem 0.25rem 0;
	box-sizing: border-box;
	margin-bottom: 1rem;
}

.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;
	color: #8A8F98;
}

.H5Box .contentBox1 .content_item{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	background-color: rgba(255,255,255,0.03);
	border: 2px solid rgba(255,255,255,0.2);
	padding: 0.4rem 0.4rem;
	box-sizing: border-box;
	border-radius: 0.2rem;
	margin-bottom: 0.3rem;
}

.H5Box .contentBox1 .content_item .i_title{
	font-size: 0.212rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.25rem;
}

.H5Box .contentBox1 .content_item .i_title .icon{
	width: 0.25rem;
	height: 0.25rem;
	margin-right: 0.1rem;
}

.H5Box .contentBox1 .content_item .btn{
	width: 1.3rem;
	height: 0.4rem;
	font-size: 0.16rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.16rem;
	padding-right: 0.1rem;
	box-sizing: border-box;
	border: 1px solid #61616a;
	border-radius: 0.08rem;
	margin-top: 0.4rem;
	cursor: pointer;
	transition: all 0.5s ease;
	background-color: #28282C;
	color: #fff;
}

.H5Box .contentBox1 .content_item .btn .icon{
	width: 0.2rem;
	height: 0.2rem;
	margin-left: 0.01rem;
}



/* 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;
}
