.scrollview {
	padding-top: 2%;
	position: relative;
	z-index: 10;
}

.fontb {
	font-weight: bold;
}

.ai-man {
	display: block;
	width: 400px;
	height: 286px;
	margin: auto;
}

.card {
	width: 675px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
	padding: 24px;
	margin: auto;
	/* 	border: 1px solid #fff; */
}

.section {
	font-size: 26px;
	color: #fff;
	line-height: 1.7;
}

.kuang {
	padding: 24px;
	border: 1px solid #e5e5e5;
	border-radius: 16px;
	margin-top: 28px;
}

.kuang .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 26px;
	color: #fff;
}

.kuang .num {
	font-size: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 0;
	color: #fff;
	gap: 18px;
}

.kuang .bot {
	font-size: 28px;
	line-height: 1.6;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.kuang .bottom {
	color: #fff;
}

.btn-long-father {
	margin: auto;
	margin-top: 50px;
	width: 630px;
	display: flex;
	flex-direction: column;
}

.btn-long-father .btn-long {
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-color: #1A6BFF; */
	background-color: #9BB9FF;
	background-color: rgba(158, 185, 255, .4);
	border-radius: 200px;
	height: 80px;
	font-size: 30px;
	color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.btn-long-father .text {
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-top: 16px;
}


.dialog {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	display: none;
	z-index: 1000;
}

.dialog .dialog-box {
	box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
	border-radius: 20px;
	background-color: #fff;
	width: 670px;
	height: 820px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 40px 44px;
	font-size: 28px;
	line-height: 1.8;
}

.dialog .close-btn {
	font-size: 60px;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #555;
	position: absolute;
	top: 0;
	right: 0;
}

.dialog .title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 24px;
	font-size: 30px;
	font-weight: bold;
}

.dialog .yellow-kuang {
	background: #fffbe6;
	padding: 12px 20px;
	border-radius: 12px;
	margin-top: 12px;
}

.dialog .btn-father {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 582px;
	margin: auto;
	margin-top: 60px;

}

.dialog .btn-father .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #00c300;
	width: 582px;
	height: 82px;
	border-radius: 12px;
	font-weight: bold;
}

.dialog .btn-father .text {
	font-size: 22px;
	color: #777;
	margin-top: 18px;
}

.video {
	width: 100%;
	height: 464px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 64px;
	z-index: 2;
}