.page {
	width: 100%;
	opacity: 0;
	transition: all 0.5s ease;
}

.PcBox {
	width: 100%;
	margin: 0 auto;
}

.H5Box {
	width: 100%;
}

/* PC端模块一 */
.PcBox .contentBox1 {
	width: 100%;
	overflow: hidden;
	padding: 2rem 0.8rem 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-bottom: 3rem;
}


.PcBox .contentBox1 .text2 {
	font-size: 0.6rem;
	line-height: 0.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: .25rem;
	color: #c4c4c4;
}

.PcBox .contentBox1 .text3 {
	font-size: 0.225rem;
	line-height: 0.35rem;
	text-align: center;
	margin-bottom: 1rem;
	color: #8A8F98;
	padding: 0 3.5rem;
	box-sizing: border-box;
}

.PcBox .contentBox1 .list_box {
	width: 10rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.PcBox .contentBox1 .list_box .l_item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 2.2rem;
	font-size: 0.21rem;
	padding: 0 0.5rem;
	box-sizing: border-box;
	color: #f4f4f4;
	text-transform: uppercase;
	text-decoration: none;
	/* border: 1px solid rgb(146, 148, 248); */
	border: 1px solid rgba(255,255,255,0.3);
	position: relative;
	overflow: hidden;
	border-radius: 0.187rem;
	margin: 0.125rem;
	/* cursor: default; */
}

.PcBox .contentBox1 .list_box .l_item .icon{
	width: 0.5rem;
	height: 0.5rem;
	margin-bottom: 0.2rem;
}

.PcBox .contentBox1 .list_box .l_item .text4{
	font-size: 0.2rem;
	line-height: 0.25rem;
	font-weight: bold;
	color: rgba(255,255,255,0.3);
	margin-bottom: 0.2rem;
	text-align: center;
}

.PcBox .contentBox1 .list_box .l_item .text5{
	font-size: 0.217rem;
	color: rgba(255,255,255,0.9);
	text-align: center;
}

.PcBox .l_item:hover {
	box-shadow: 1px 1px 25px 10px rgba(143, 248, 192, 0.4);
	border-color: #60c8a0 !important;
}

.PcBox .l_item:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg,
			transparent,
			rgba(145, 248, 205, 0.4),
			transparent);
	transition: all 650ms;
}

.PcBox .l_item:hover:before {
	left: 100%;
}


/* PC端模块三 */
.PcBox .contentBox3 {
	width: 100%;
	padding: 0 0.8rem;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}

.PcBox .contentBox3 .left {
	font-size: 0.6rem;
	line-height: 0.8rem;
	font-weight: bold;
	width: 7.7rem;
	color: #1effaa;
}

.PcBox .contentBox3 .right {
	width: 8rem;
}

.PcBox .contentBox3 .right .text1 {
	font-size: 0.2rem;
	line-height: 0.36rem;
	margin-bottom: 0.4rem;
}

.PcBox .contentBox3 .right .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;
}
