.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;
}

.PcBox .contentBox1 .text1 {
	font-size: 0.2rem;
	text-align: center;
	margin-bottom: .15rem;
}

.PcBox .contentBox1 .text2 {
	font-size: 0.6rem;
	line-height: 0.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: .25rem;
	padding: 0 3rem;
	box-sizing: border-box;
}

.PcBox .contentBox1 .text3 {
	font-size: 0.225rem;
	line-height: 0.4rem;
	text-align: center;
	margin-bottom: 0.5rem;
	color: #ccc;
	padding: 0 3.5rem;
	box-sizing: border-box;
}

.PcBox .contentBox1 .Loading{
	width: 13rem;
}

.PcBox .contentBox1 .iphone3{
	width: 8.825rem;
}



/* PC端模块二 */
.PcBox .contentBox2 {
	width: 100%;
	padding: 2rem 1.5rem 0;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 2rem;
}

.PcBox .contentBox2 .text1 {
	font-size: 0.525rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.PcBox .contentBox2 .content_box {
	display: flex;
	justify-content: space-between;
	margin: 0 0.25rem;
}

.PcBox .contentBox2 .content_box .item {
	width: 7.03rem;
	height: 9.68rem;
	background-color: #191919;
	border-radius: 0.5rem;
	position: relative;
	padding: 0.6rem;
	box-sizing: border-box;
}

.PcBox .contentBox2 .content_box .item .my_btn{
	width: 3.025rem;
	height: 0.875rem;
	background-color: #1effaa;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	border-radius: 3rem;
	font-weight: bold;
	font-size: 0.2rem;
}

.PcBox .contentBox2 .content_box .item .text2 {
	font-size: 0.5rem;
	font-weight: bold;
	margin-bottom: 0.4rem;
}

.PcBox .contentBox2 .content_box .item .text3 {
	font-size: 0.225rem;
	line-height: 0.4rem;
	color: #ccc;
	margin-bottom: 0.6rem;
}

.PcBox .contentBox2 .content_box .item .btn {
	width: 0.287rem;
	cursor: pointer;
	margin-right: 0.2rem;
}

.PcBox .contentBox2 .content_box .item .btn2 {
	width: 0.275rem;
	cursor: pointer;
	margin-right: 0.2rem;
}

.PcBox .contentBox2 .content_box .item .phone {
	width: 5.725rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* 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;
}



