::selection {
	background: rgba(0, 0, 0, 0.2);
}

::-webkit-progress-bar {
	display: none;
}

/* 针对Gecko浏览器隐藏进度条（例如Firefox） */
::-moz-progress-bar {
	display: none;
}

/* 针对Windows 10的Edge浏览器隐藏进度条 */
::-ms-fill {
	display: none;
}

body {
	background-color: #f2efe5;
}

.parallax {
	position: relative;
	display: flex;
	justify-content: center;

	align-items: center;

	height: 100%;
	overflow: hidden;
}

.parallax img {
	pointer-events: none;
}

/* 以下是四个角落的图片样式 */
.bg1,
.bg2,
.bg3,
.bg4 {
	position: absolute;
}

.bg1 {
	z-index: 11;
	bottom: 0;
	left: 0;
	width: 400px;
	height: 500px;
}

.bg2 {
	bottom: 0;
	right: 0;
	width: 400px;
	height: 400px;
}

.bg3 {
	top: 0;
	left: 0;
}

.bg4 {
	top: 0;
	right: 0;
}

.carousel-container {
	width: 656px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 20px;
}

.carousel-slide {
	display: flex;
	width: 95%;
	height: 100%;
	margin: 0;
}

.carousel-slide {
	transition: transform 0.5s ease;
}
.slide {
	width: 100%;
	height: 100%;
	display: none;
	transition: opacity 1s ease;
}

#carousel {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* 背景图布局+文本 */
.section {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.title {
	color: white;
	width: fit-content;
	padding: 0.8em 1.6em;
	background-image: url('../img/7heading2.png');
	background-size: 100% 100%;

	margin-top: 0.6em;
}

.section p {
	margin: 0.4em 0;
}
