@charset "utf-8";
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{margin: 0; padding: 0; border: 0; outline: none;}
ul, ol{list-style: none;}
a{color: black;text-decoration: none;}
a:hover {text-decoration: underline;}
.swiper-slide p {
	text-align: center;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}

.swiper-container {
	width: 100%;
	height:auto;
	margin: 0 auto;
}

.swiper-button-next {
	right: 0.5rem;
	left: auto;
}

.swiper-button-prev {
	left: 0.5rem;
	right: auto;
}

/* css定义分页，导航按钮颜色 */
#case5 {
	--swiper-theme-color: #ff6600;
	--swiper-pagination-color: #00ff33;
	/* 两种都可以 */
}

#case6 img,
#case7 img {
	transform: scale(0.7);
}

#case7 {
	width: auto;
}

.f-c-c {
	display: flex;
	justify-content: center;
	align-items: center;
}
.f-c-sb{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.f-c-sa{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.f-c-fs{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.f-c-fe{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.content{
	width: 25rem;
	margin: 0 auto;
}
	.title{
		font-size:0.8rem;
		font-family:Noto Sans SC;
		font-weight:800;
		color:rgba(255,115,62,1);
		margin:0.5rem 0;
		text-align: left;
	}
	.banner{
		width: 100%;
		height: 7rem;
	}
html,body{
	width: 100%;
	min-height: 100vh;
}
