.download-panel {
	border-radius: 2rem;
	padding: 1rem 2rem 1rem 2rem;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}

.download-card {
	text-decoration: none;
	display: block;
	cursor: pointer;
	transition: all 0.5s;
	padding: 1rem 0.5rem;
	font-size: 12px;
	border-radius: 2rem;
	text-align: center;
	color: #ffffff;
}

.download-card:hover {
	background: #007eff;
}

.download-card img {
	padding-bottom: 1rem;
}

.my-card {
	padding: 3rem;
	border-radius: 1.5rem;
}

.section2 {
	margin-bottom: 5rem;
}

.section2 .row {
	padding-top: 1.5rem;
	margin-bottom: 5rem;
}

.section2 .btn-outline-primary {
	color: #000000;
	background: #ffffff;
	border-color: #000000;
	border-radius: 0.8rem;
}

.section2 .btn-outline-primary:hover {
	color: #ffffff;
	background: #000000;
}

.section2 h1 {
	margin-bottom: 3rem;
}

.section2 h5 {
	font-size: 1.4rem;
	font-weight: bolder;
}

.section2 p {
	font-size: 0.9rem;
}

.section2 img {
	width: 7rem;
}

.nav-item {
	margin-right: 0.5rem;
}

.navbar {
	padding: 0.5rem;
	box-shadow: 0 2px 3px 0 #e7e7ef;
}

.btn-web-version {
	background: #32be6e;
	border-radius: 1rem;
	font-size: 1rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	border-radius: 1.5rem;
	color: #ffffff;
	background: #000000;
}

.nav-link {
	font-size: 0.7rem;
	font-weight: bold;
	color: #000000;
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.left-content {
	color: #231e64;
}

.left-content h1 {
	font-weight: bold;
	font-size: 3.5em;
}

.left-content p {
	font-size: 1.3rem;
}

.btn-scan-download {
	font-size: 1.1rem;
	font-weight: bold;
	color: #ffffff;
	background: #007eff;
	border-radius: 56px;
	padding: 12px 25px;
}

.left-content-web-entry p {
	font-size: 0.8rem;
	margin: 0;
	color: #000000;
}

.bg-my-main {
	background: #e8f3ff;
	color: #007eff;
}

.footer {
	background: #000000;
	color: #ffffff;
}

.footer h3 {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.footer p {
	font-size: 0.9rem;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.link-area {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 3rem;
}

.link-container {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.real-bottom-item {
	font-size: 0.9rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
	color: #807f9f;
}

.content .block {
	margin-bottom: 3.5rem;
}

.content {
	background: #ffffff;
}

.content h4 {
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}

.content p {
	font-size: 0.85rem;
	margin-bottom: 0.5rem;
}

.title {
	font-size: 2rem;
	margin: 4rem 0;
	font-weight: bold;
}

.faq-card {
	margin-bottom: 2rem;
	background: #ffffff;
	padding: 1rem 2rem;
	border-radius: 0 1.5rem 1.5rem 1.5rem;
	font-size: 0.9rem;
	border: 1px solid #ffffff;
}

.faq-card:hover {
	border: 1px solid #000000;
	cursor: pointer;
}

.about-section1 h5 {
	font-weight: bolder;
	margin-bottom: 1.5rem;
}

.about-section1 .block {
	margin-bottom: 4rem;
}

.help-card {
	margin-bottom: 1rem;
	border: 1px solid #ffffff;
	padding: 1rem;
	background: #ffffff;
	border-radius: 0 1.5rem 1.5rem 1.5rem;
}

.help-card:hover {
	cursor: pointer;
	border: 1px solid #000000;
}

.help-card p {
	font-size: 0.8rem;
	font-weight: bold;
}

.help-card img {
	margin-bottom: 0.5rem;
}

.section1 {
	padding-top: 5rem;
}

.section1 h1 {
	font-size: 3rem;
	color: #ffffff;
	margin-bottom: 2rem;
}

.section1 h3 {
	font-size: 1.5rem;
	color: #ffffff;
	margin-bottom: 5rem;
}

.section1 p {
	color: #ffffff;
}

.section1 .btn-outline-primary {
	color: #ffffff;
	background: #000000;
	border-radius: 1.5rem;
}

.section1 .btn-outline-primary:hover {
	color: #000000;
	background: #ffffff;
}

/* PC平板 */
@media screen and (min-width: 576px) {
	.my-card {
		transition: all 0.5s;
		cursor: pointer;
	}

	.my-card:hover {
		box-shadow: 0 18px 30px 6px rgba(150, 150, 150, 0.36);
	}

	.my-card:hover .btn-outline-primary {
		color: #ffffff;
		background: #000000;
	}

	.safety {
		height: 450px;
		background: url('/image/Safety.png');
		background-size: cover;
	}

	.about {
		height: 450px;
		background: url('/image/About.png');
		background-size: cover;
	}

	.faq {
		height: 450px;
		background: url('/image/Faq.png');
		background-size: cover;
	}

	.section1 {
		height: 900px;
		background: url('/image/Banner.png');
		background-size: cover;
	}
}

/* 移动端 */
@media screen and (max-width: 576px) {
	.faq-card {
		margin-bottom: 1rem;
		border-radius: 2rem;
	}

	.faq {
		height: calc(50vh);
		background-size: cover;
		background: url('/image/Faq.png') 50% 50%;
	}

	.about {
		height: calc(50vh);
		background-size: cover;
		background: url('/image/Safety.png') 50% 50%;
	}

	.android_btn {
		text-decoration: none;
		font-size: 1rem;
		padding: 0.7rem 1.2rem;
		color: #ffffff;
		background: linear-gradient(to right, #3e1951, #1f094c);
		border-radius: 1rem;
	}

	.android_btn img {
		width: 1.2rem;
	}

	.section1 {
		padding-top: 2rem;
	}

	.section1 h1 {
		font-size: 2rem;
		color: #ffffff;
		margin-bottom: 2rem;
	}

	.section1 h3 {
		font-size: 1rem;
		color: #ffffff;
		margin-bottom: 5rem;
	}

	body {
		background: #f3f4f8;
	}
	.section2 .row {
		margin-bottom: 0;
	}

	.my-card {
		padding: 1rem;
		background: #ffffff;
	}

	.section2 img {
		width: 4.5rem;
	}

	.section2 h5 {
		font-size: 1.2rem;
		text-align: left;
		margin-bottom: 1rem;
	}

	.section2 p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.section2 h1 {
		font-size: 1rem;
		margin-bottom: 1rem;
	}

	.safety {
		height: calc(50vh);
		background-size: cover;
		background: url('/image/Safety.png') 50% 50%;
	}

	.section1 {
		background: url('/image/Banner.png') 93% 50%;
		background-size: cover;
		padding: 1rem 1rem;
	}

	.section1 h3 {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.phone {
		width: 15rem;
	}
}
