body {
	background: #131A46;
	margin: 0;
	height: 100%;
	display: block;
}
/* 第一个 div 的样式，使其可以滚动 */
.scrollable-div {
	height: calc(100% - 72px); /* 预留底部 div 的高度，这里假设底部 div 高度为 50px */
	overflow-y: auto; /* 当内容超出时显示垂直滚动条 */
}

html {
	-webkit-text-size-adjust: 100%;
}

.body1 {
	margin: 0 auto;
	width: 90%;
	height: 187px;
	border-radius: 2px;
	opacity: 1;
	/* 自动布局 */
	display: flex;
}

.body2 {
	margin: 0 auto;
	margin-top: 25px;
	width: 90%;
	height: 116px;
	border-radius: 16px;
	opacity: 1;
	/* 自动布局 */
	display: flex;
	flex-direction: column;
	gap: 0px 10px;
	flex-wrap: wrap;
	align-content: flex-start;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), rgba(0, 0, 0, 0), linear-gradient(135deg, rgba(44, 62, 140, 0.8) -3%, rgba(30, 43, 111, 0.8) 100%);
	backdrop-filter: blur(10px);
}

.body2_1 {
	width: 50%;
	height: 116px;
	opacity: 1;
	/* 自动布局 */
	display: flex;
	flex-direction: column;
	padding: 16px;
	gap: 0px 10px;
	flex-wrap: wrap;
	align-content: flex-start;
	border-radius: 16px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), linear-gradient(135deg, rgba(44, 62, 140, 0.8) -3%, rgba(30, 43, 111, 0.8) 100%);
	background-color: rgba(0, 0, 0, 0);
	backdrop-filter: blur(10px);
	background-color: rgba(0, 0, 0, 0);
}

.body2_1_1 {
	height: 20px;
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: normal;
	color: #D1D5DB;
}

.body2_1_2 {
	margin-top: 8px;
	width: 80px;
	height: 56px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	letter-spacing: normal;
	color: #FFFFFF;
}

.body3 {
	margin: 0 auto;
	margin-top: 25px;
	width: 90%;
	height: 236px;
	border-radius: 16px;
	opacity: 1;
	/* 自动布局 */
	display: flex;
	flex-direction: column;
	padding: 16px;
	gap: 0px 10px;
	flex-wrap: wrap;
	align-content: flex-start;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), linear-gradient(135deg, rgba(44, 62, 140, 0.8) -3%, rgba(30, 43, 111, 0.8) 100%);
	backdrop-filter: blur(10px);
}

.body3_1 {
	width: 100%;
	height: 28px;
	opacity: 1;
	/* 自动布局 */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	row-gap: 0px;
	flex-wrap: wrap;
	align-content: center;
	background: rgba(0, 0, 0, 0);
	z-index: 0;
	left: 16px;
}

.body3_1_1 {
	font-family: Roboto;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: normal;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
}

.body3_1_2 {
	width: 46px;
	height: 21px;
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	letter-spacing: normal;
	color: #4ADE80;
}

.body3_2 {
	margin-top: 16px;
	width: 100%;
	height: 32px;
	font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: normal;
	color: #FFFFFF;
}

.body3_3 {
	width: 100%;
	margin-top: 8px;
	height: 120px;
	background-size: cover;
}

.body4 {
	margin: 0 auto;
	margin-top: 25px;
	width: 90%;
	height: 161px;
	border-radius: 16px;
	opacity: 1;
	/* 自动布局 */
	display: flex;
	flex-direction: column;
	gap: 0px 10px;
	flex-wrap: wrap;
	align-content: flex-start;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), rgba(0, 0, 0, 0), linear-gradient(135deg, rgba(44, 62, 140, 0.8) -3%, rgba(30, 43, 111, 0.8) 100%);
	backdrop-filter: blur(10px);
}

.body4_1 {
	width: 50%;
	height: 161px;
	opacity: 1;
	/* 自动布局 */
	display: flex;
	flex-direction: column;
	padding: 11px;
	gap: 0px 10px;
	flex-wrap: wrap;
	align-content: flex-start;
	border-radius: 16px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), linear-gradient(135deg, rgba(44, 62, 140, 0.8) -3%, rgba(30, 43, 111, 0.8) 100%);
	background-color: rgba(0, 0, 0, 0);
	backdrop-filter: blur(10px);
	background-color: rgba(0, 0, 0, 0);
}

.body4_1_1 {
	width: 100%;
	text-align: center;
	height: 28px;
	font-family: Roboto;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: normal;
	color: #FFFFFF;
	text-align: center;
}

.body4_1_2 {
	width: 100%;
	text-align: center;
	height: 32px;
	font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: normal;
	color: #FFFFFF;
	margin-top: 29px;
}

.body4_1_3 {
	width: 100%;
	text-align: center;
	margin-top: 7px;
}

.body4_1_3_1 {
	width: 94px;
     height: 36px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border-radius: 4px;
     background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(144deg, #7F7FD5 -11%, #86A8E7 50%, #91EAE4 111%);
     font-size: 14px;
     color: #FFFFFF;
     border: none;
     cursor: pointer;
     /* 避免内边距和边框影响按钮大小 */
     box-sizing: border-box; 
}

.p_body4 {
	margin: 0 auto;
	margin-top: 25px;
	width: 90%;
	height: 242px;
	border-radius: 16px;
	opacity: 1;
	/* 自动布局 */
	display: flex;
	flex-direction: column;
	gap: 0px 10px;
	flex-wrap: wrap;
	align-content: flex-start;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), rgba(0, 0, 0, 0), linear-gradient(135deg, rgba(44, 62, 140, 0.8) -3%, rgba(30, 43, 111, 0.8) 100%);
	backdrop-filter: blur(10px);
}

.p_body4_1 {
	width: 50%;
	height: 242px;
	opacity: 1;
	/* 自动布局 */
	display: flex;
	flex-direction: column;
	padding: 11px;
	gap: 0px 10px;
	flex-wrap: wrap;
	align-content: flex-start;
	border-radius: 16px;
	background-color: rgba(0, 0, 0, 0);
	backdrop-filter: blur(10px);
	background-color: rgba(0, 0, 0, 0);
}

.p_body4_1_1 {
	width: 100%;
	text-align: center;
	height: 28px;
	font-family: Roboto;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: normal;
	color: #FFFFFF;
	text-align: center;
}

.p_body4_1_2 {
	width: 100%;
	text-align: center;
	height: 32px;
	font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: normal;
	color: #FFFFFF;
	margin-top: 29px;
}

.p_body4_1_3 {
	width: 100%;
	text-align: center;
	margin-top: 7px;
}

.p_body4_1_4 {
	width: 100%;
	text-align: center;
	height: 32px;
	font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: normal;
	color: #FFFFFF;
	margin-top: 24px;
	margin-bottom: 24px;
}

.p_body4_1_4 input {
	background: rgba(0, 0, 0, 0);
	height: 36px;
	width: 131px;
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	letter-spacing: normal;
	color: #849DE2;
	border-radius: 4px;
	box-sizing: border-box;
	border: 2px solid;
	border-image: linear-gradient(270deg, #828DDB 0%, #8DD1E5 100%) 2;
}