.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.5rem;
	line-height: 0.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: .25rem;
}

.PcBox .contentBox1 .text3 {
	font-size: 0.225rem;
	line-height: 0.4rem;
	text-align: center;
	margin-bottom: 1rem;
	color: #8A8F98;
	padding: 0 4rem;
	box-sizing: border-box;
}

.PcBox .contentBox1 .content_box{
	width: 10.5rem;
	margin: 0 auto 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.PcBox .contentBox1 .content_box .content_item{
	width: 5.1rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	background-color: rgba(255,255,255,0.03);
	border: 2px solid rgba(255,255,255,0.08);
	padding: 0.43rem 0.412rem;
	box-sizing: border-box;
	border-radius: 0.2rem;
}

.PcBox .contentBox1 .content_box .content_item .i_title{
	font-size: 0.212rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}

.PcBox .contentBox1 .content_box .content_item .i_title .icon{
	width: 0.25rem;
	height: 0.25rem;
	margin-right: 0.1rem;
}

.PcBox .contentBox1 .content_box .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.5rem;
	cursor: pointer;
	transition: all 0.5s ease;
	background-color: #28282C;
	color: #fff;
}

.PcBox .contentBox1 .content_box .content_item .btn .icon{
	width: 0.2rem;
	height: 0.2rem;
	margin-left: 0.01rem;
}

.PcBox .contentBox1 .content_box .content_item .btn:hover{
	background-color: transparent;
	border-color: #eee;
}

.PcBox .contentBox1 .ok_box{
	display: flex;
	align-items: center;
	font-size: 0.175rem;
	color: #1EFFAA;
}

.PcBox .contentBox1 .ok_box .isok{
	width: 0.25rem;
	height: 0.25rem;
	margin-right: 0.1rem;
}


/* 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;
}


