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;
}



/* 头部导航 */
.banna {
	width: 100%;
	background: linear-gradient(118.98deg, #ED4690 -2.11%, #5522CC 63.58%);
	text-align: center;
	padding: 2rem 3rem 0 3rem;
	display: flex;
}

.banna_img {
	width: 12rem;
	height: auto;
	display: block;
	justify-content: space-between;
}

.banna_box {
	width: 50%;
	text-align: left;
	margin-left: 2rem;
}

.banna_box p:nth-child(1) {
	font-size: 1.4rem;
	font-weight: 700;
	font-family: SFProDisplay, SFProDisplay;
	color: rgba(255, 255, 255, 1);
}

.banna_box p:nth-child(2) {
	font-size: 0.6rem;
	font-weight: 500;
	line-height: 1rem;
	color: rgba(255, 255, 255, 1);
}
.our{
	padding: 2rem 3rem 0 3rem;
	text-align: center;
}
.out_p1{
	font-size: 1rem;
	font-weight: 700;
	font-family: SFProDisplay, SFProDisplay;
	color: rgba(36, 37, 101, 1);
}
.out_p2{
	font-size: 0.6rem;
	font-weight: 500;
	line-height: 1rem;
	color: rgba(106, 106, 106, 1);
}
.out_img{
	margin-bottom: 2.5rem;
}