html {
	font-size: 37.5px;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
	background-color: #f8f8f8;

}

.page {
	background-color: rgba(250, 250, 250, 1);
	position: relative;

	/* height: 124.294rem; */
	overflow: hidden;
}


/* 头部导航 */
.tobig {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.fox {
	box-sizing: border-box;
	position: absolute;
	top: 1rem;
	right: 0;
	padding: 12px;
	width: 6rem;
	height: 4rem;
	background-color: rgba(56, 56, 56, 1);
	border-radius: 4px;
}

.det {
	padding: 6px 8px;
	background-color: #ffffff;
	color: rgba(50, 94, 212, 1);
	border-radius: 4px;
}

.head_text {
	margin-top: 0.5rem;
	padding-bottom: 4rem;
	display: flex;
	margin-top: 3rem;
}

.head_text p:nth-child(1) {
	font-size: 1.8rem;
	font-weight: 600;
	font-family: SFProDisplay, SFProDisplay;
	margin: 0;
	margin-left: 3rem;
	margin-right: 4rem;
}

.head_text p:nth-child(2) {
	font-size: 0.6rem;
	font-weight: 530;
	line-height: 1rem;
	width: 38%;
	color: #FFFFFF;
	font-family: SFProDisplay, SFProDisplay;
}



/* 头部导航 */

.v4_1 {
	font-family: Rubik;
	font-weight: 400;
	font-size: 0.5rem;
	line-height: 1.2rem;
	letter-spacing: 0%;
	color: #78847D;
}




.box1_p1 {
	width: 1rem;
	height: 1rem;
	border-radius: 4px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.6rem;

	margin: 0;
}

.lin {
	width: 8rem;
	border-top: 1px #A2BDAA dashed;
}

.v1 {
	width: 1.3rem;
	height: 1.3rem;
}
.easy {

	padding: 1.5rem 10rem 1.5rem 3rem;
	position: relative;
}
.easy_p1{
	font-family: Rubik;
	font-weight: 600;
	font-size: 1rem;
	color: rgba(228, 106, 31, 1);
}
.easy_p2{
	font-family: Rubik;
	font-weight: 400;
	font-size: 0.5rem;
	color: rgba(88, 88, 88, 1);
	line-height: 150%;
}
.easy_img1{
	position: absolute;
	top: 1.5rem;
	right: 0rem;
	width: 12rem;
	height: auto;
}