.page {
	width: 100%;
	opacity: 0;
	transition: all 0.5s ease;
}

.PcBox {
	width: 100%;
	margin: 0 auto;
}

.H5Box{
	width: 100%;
}

.navKong{
	width: 100%;
	height: 1rem;
}


/* PC端内容区域 */
.PCcontentBox {
	width: 100%;
	padding: 1rem 3.4rem 0;
	box-sizing: border-box;
	color: #fff;
}

.PCcontentBox .text1 {
	width: 100%;
	font-size: 0.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5rem;
}

.PCcontentBox .text2 {
	width: 100%;
	font-size: 0.225rem;
	color: #ccc;
	text-align: center;
	text-align: center;
	margin-bottom: 1rem;
}

.PCcontentBox .text9{
	font-size: 0.3rem;
	line-height: 0.45rem;
	margin-bottom: 0.45rem;
}

.PCcontentBox .list {
	width: 100%;
	border-top: 1px solid #fff;
	margin-bottom: 1rem;
}

.PCcontentBox .list .faqsItem {
	width: 100%;
	height: 0.85rem;
	border-bottom: 1px solid #ccc;
	padding: 0.3rem 0;
	padding-right: 0.09rem;
	box-sizing: border-box;
	transition: all 0.5s ease;
	cursor: pointer;
	overflow: hidden;
}

.PCcontentBox .list .faqsItem .title {
	font-size: 0.225rem;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.PCcontentBox .list .faqsItem .content {
	font-size: 0.2rem;
	line-height: 0.35rem;
	margin-top: 0.4rem;
}

.PCcontentBox .list .faqsItem .title .Vector {
	height: 0.25rem;
	transition: all 0.5s ease;
}

.PCcontentBox .text3 {
	font-size: 0.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.3rem;
}

.PCcontentBox .text4 {
	font-size: 0.225rem;
	text-align: center;
	margin-bottom: 0.35rem;
}

.PCcontentBox .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;
}
