.topView {
	position: relative;
	height: 6.1em;
	width: 100%;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topView .topViewContent {
	display: flex;
	width: 100%;
	max-width: 1380px;
	height: 100%;
}

.topView .topViewLeft {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topView .topViewRight {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.topViewRight .shadowBg{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
	object-fit: contain;
}

.topView .topViewRight img {
	max-height: 100%;
	object-fit: contain;
}

h4 {
	font-size: 30px;
	font-weight: bold;
}

p {
	font-size: 16px;
}

.topView .bjText {
	color: #fff;
}

.topView .bjText h4 {
	font-size: 0.6812em;
	margin-top: 0.2em;
}

.topView .bjText p {
	font-size: 0.6812em;
}

.container-custom {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1380px;
}

/* 内容区域样式 */
.contentWrap{
	background: #F5F5F7;
	box-shadow: 0px 72px 80px -72px rgba(101,102,116,0.3);
}
.contentSection {
	padding: 0.42rem 0;
}

.contentSection .sectionItem {
	margin-bottom: 0.3rem;
}

.contentSection .sectionTitle {
	font-size: 0.12rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.12rem;
	line-height: 1.5;
}

.contentSection .sectionDesc {
	color: #333;
	font-size: 0.08rem; 
	line-height: 1.8; 
}
.sectionDesc p {
	font-size: 0.08rem; 
	margin-bottom: 0.12rem;
}
.contentSection .sectionSubTitle {
	font-size: 0.32rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.2rem;
}

.contentSection .sectionSteps {
	color: #666;
	line-height: 1.8;
}
.sectionSteps p{
	font-size: 0.08rem;  
	color: #000;
}