@var1: #ffffff;
@var2: #333333;
@var3: #888888;
@var4: #e6e6e6;

.banner-footer[data-v-189fba7b] {
	width: 100%;
	background-color: @var1;
	position: relative;
	height: 220px;
}
.banner-footer .content[data-v-189fba7b] {
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 20px 0;
	margin: 0 auto;
}
.banner-footer .content .item[data-v-189fba7b] {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 162px;
	height: 129px;
}
.banner-footer .content .item .icon[data-v-189fba7b] {
	width: 80px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-footer .content .item .title[data-v-189fba7b] {
	margin-top: 24px;
	font-size: 20px;
	color: @var2;
}
.banner-footer .content .item .tips[data-v-189fba7b] {
	margin-top: 2px;
	color: @var3;
}
.banner-footer .up-border[data-v-189fba7b] {
	position: absolute;
	background-color: transparent;
	width: 100%;
	height: 50px;
	left: 0;
	top: -50px;
	z-index: 999;
	overflow: hidden;
	&:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%);
		width: 200%;
		height: 500px;
		border-radius: 50%;
		background: @var1;
		z-index: 1000;
	}
}
.banner-footer .bottom-border[data-v-189fba7b] {
	position: absolute;
	background-color: transparent;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: -50px;
	z-index: 999;
	overflow: hidden;
	&:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%);
		width: 200%;
		height: 500px;
		background-color: @var1;
		border-radius: 50%;
		z-index: 1000;
	}
}
.title-box[data-v-19b5d5b0] {
	width: 100%;
	text-align: center;
}
.title-box .title[data-v-19b5d5b0] {
	-webkit-text-size-adjust: 100%;
	font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	box-sizing: border-box;
	padding: 0;
	margin: 41px auto 0;
	font-size: 60px;
	font-weight: 700;
	color: @var4;
	text-align: center;
	letter-spacing: 7px;
	position: relative;
}
.title-box .title span.title-content[data-v-19b5d5b0] {
	font-size: 36px;
	color: @var2;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	&:after {
		content: "";
		display: block;
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translate(-50%);
		width: 100px;
		height: 6px;
		background: var(--4e222093);
	}
}
.access-box[data-v-308e6dc8] {
	width: 100%;
}
.access-box .content[data-v-308e6dc8] {
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
}
.access-box .content .access-item-box[data-v-308e6dc8] {
	margin-top: 80px;
	width: 300px;
	height: 270px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.access-box .content .access-item-box .access-item[data-v-308e6dc8] {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	backdrop-filter: blur(8px);
	background: rgba(255,255,255,.2);
	box-shadow: 0 8px 18px #dee1e980;
	border: 2px solid rgba(255,255,255,.6);
}
.access-box .content .access-item-box .access-item .num[data-v-308e6dc8] {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-10px);
	width: 100px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	font-family: PingFangSC-Semibold,PingFang SC;
	font-weight: 600;
	color: @var1;
}
.access-box .content .access-item-box .access-item img[data-v-308e6dc8] {
	width: 50px;
}
.access-box .content .access-item-box .access-item span.text[data-v-308e6dc8] {
	color: @var2;
	font-size: 26px;
	margin: 35px 0 53px;
}
.access-box .content .access-item-box .include[data-v-308e6dc8] {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-10px);
	width: 114px;
	height: 74px;
	border-radius: 4px 4px 100% 100%;
	z-index: -1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	font-family: PingFangSC-Semibold,PingFang SC;
	font-weight: 600;
	color: @var1;
	overflow: hidden;
	&:after {
		position: absolute;
		content: "";
		display: block;
		width: 120px;
		height: 120px;
		border-radius: 100%;
		bottom: 0;
		left: 50%;
		transform: translate(-50%);
		background: var(--127ceb40);
	}
}
