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;
}



/* 头部导航 */

.banna {
	width: 100%;
	text-align: center;
}

.Product {
	text-align: center;
	padding: 2rem 4rem;
}

.Product_p1 {
	font-family: Raleway;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.2rem;
	letter-spacing: -0.88px;
	text-align: left;
	color: rgba(125, 122, 255, 1);
}

.Product_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.Product_box1 {
	width: 48%;
	text-align: left;
	margin-bottom: 1rem;
	background-color: rgba(125, 122, 255, 1);
	border-radius: 12px;
	padding: 0.5rem;

}

.Product_img1 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.Product_p2 {
	font-family: Nunito;
	font-weight: 700;
	font-size: 0.7rem;
	line-height: 1rem;
	letter-spacing: 0px;
	color: rgba(240, 240, 240, 1);
}

.Product_p3 {
	font-family: Roboto;
	font-weight: 400;
	font-size: 0.45rem;
	line-height: 170%;
	letter-spacing: 0%;
	color: rgba(240, 240, 240, 1);
	text-align: left;
}

.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;
}