*{
    margin: 0;
    padding: 0;
}
body {
  height: 100%;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
div{
    box-sizing: border-box;
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

#app {
  height: 100%;
  width: 100%;
}
.content {
	width: 1200px;
	margin: 0 auto;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.header img {
	width: 278px;
	height: auto;
}
.header .download-button {
	width: 70px;
	height: 25px;
	background: #252931;
	border-radius: 8px 8px 8px 8px;
	font-size: 12px;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}
.banner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.banner .img-box {
	position: relative;
}
.banner .img-box img {
	width: 1440px;
	height: auto;
}
.banner .img-box .download-button {
	position: absolute;
	top: 266px;
	left: 120px;
	width: 220px;
	height: 60px;
	cursor: pointer;
}
.cards-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 80px;
}
.cards-container .title {
	font-weight: 600;
	font-size: 40px;
	color: #010000;
	margin-bottom: 40px;
}
.cards-container .card-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.cards-container .card-box .card-item {
	width: calc((100% - 48px) / 3);
	height: 133px;
	background: #ffffff;
	box-shadow: 0px 2px 20px -3px rgba(0, 35, 107, 0.11);
	border-radius: 20px 20px 20px 20px;
	padding: 20px;
	display: flex;
}
.cards-container .card-box .card-item img {
	width: 44px;
	height: 44px;
}
.cards-container .card-box .card-item .right {
	flex: 1;
	margin-left: 14px;
}
.cards-container .card-box .card-item .right .text-1 {
	font-weight: 600;
	font-size: 22px;
	color: #121212;
	margin-bottom: 8px;
}
.cards-container .card-box .card-item .right .text-2 {
	font-size: 16px;
	color: #4d4d4d;
	line-height: 22px;
}
.intro-container-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 80px;
}
.intro-container-1 .title {
	font-weight: 600;
	font-size: 40px;
	color: #010000;
	margin-bottom: 40px;
}
.intro-container-1 .intro-content {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.intro-container-1 .intro-content .left {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.intro-container-1 .intro-content .left img {
	width: 526px;
	height: 551px;
	z-index: 2;
}
.intro-container-1 .intro-content .left .shadow {
	width: 3000px;
	height: 474px;
	background: #ebf4f5;
	border-radius: 0px 230px 190px 0px;
	position: absolute;
	right: 80px;
}
.intro-container-1 .intro-content .right {
	flex: 1;
	margin-left: 80px;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 35px;
	display: flex;
	align-items: center;
}
.intro-container-2 {
	width: 100%;
	background: #58C69C;
	padding-top: 43px;
	padding-bottom: 123px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 1200px;
}
.intro-container-2 img {
	width: 1045px;
	height: 582px;
}
.footer {
	height: 350px;
	background: #252931;
	width: 100%;
	padding-top: 60px;
	min-width: 1200px;
}
.footer .footer-content {
	display: flex;
	justify-content: space-between;
}
.footer .footer-content .icon {
	width: 237px;
	height: 56px;
}
.footer .footer-content .text-box {
	display: flex;
	flex-direction: column;
	color: #ffffff;
}
.footer .footer-content .text-box .text-1 {
	font-weight: 600;
	font-size: 20px;
}
.footer .footer-content .text-box .text-2 {
	font-size: 14px;
}
.footer .footer-content .text-box .text-3 {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
}
.footer .footer-content .qrcode-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}
.footer .footer-content .qrcode-container .text-1 {
	font-weight: 600;
	font-size: 20px;
}
.footer .footer-content .qrcode-container .text-2 {
	font-weight: 400;
	font-size: 12px;
}
.footer .footer-content .qrcode-container .qrcode {
	width: 98px;
	height: 98px;
	background: #d9d9d9;
	margin: 10px 0;
}
.footer .footer-content .qrcode-container .qrcode img {
	width: 100%;
	height: 100%;
}
