@charset "utf-8";

/* 字号 */
.container .tab-content .textTop,
.start-btn{
	font-size: 24px;
}
.container .tab-content .userCustom strong,
.process-steps .step-item .step-title,
.container #tab2-content .listBottom .cell .name{
	font-size: 20px;	
}
.container .tab-content .tips,
.container .tab-content .userCustom,
.container .tab-content .middleTop p,
.container .tab-content .userCustom .customScene strong,
.container .tab-content .userCustom .customScene ul li,
.container #tab2-content .listBottom .cell .explain,
.process-steps .step-item .step-desc{
	font-size: 16px;	
}
.process-steps .step-item .step-number{
	font-size: 30px;
}

.container {
	width: 100%;
}
.container .banner-text {
	z-index: 101;
}
.container .tabs div:nth-of-type(3) {
	margin-right: 0;
}
.container .tabs .normal {
	color: #333;
	border-bottom: 4px solid transparent;
	font-weight: normal;
}
.container .tabs .active {
	font-weight: bold;
	color: #f2221d;
	border-bottom: 4px solid #f2221d;
}
.container .tab-content .tips {
	color: #f2221d;
}
.container .tab-content .textTop {
	width: 100%;
	color: #333333;
	font-weight: bold;
	margin-top: 6px;
}
.container .tab-content .userCustom{
    margin-top: 20px;
    color: #f2221d;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0.5vw;
    padding: 30px 40px;
}
.container .tab-content .userCustom strong{
	color: #333333;
	display: block;
	margin-bottom: 10px;
}
.container .tab-content .userCustom .line {
    width: 60px;
    height: 4px;
    background-color: #f2221d;
}
.container .tab-content .userCustom:hover,
.container #tab2-content .listBottom .cell:hover{
	transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(237, 38, 51, 0.25);
    cursor: pointer;
}
.customDescription{
	margin-top: 10px;
    display: block;
}

.container .tab-content .userCustom .customScene{
	display: flex;
    align-items: center;
}
.container .tab-content .userCustom .customScene strong{
	font-weight: normal;
	margin-bottom: 0;
}
.middleTop p{
	display: block;
	line-height: 1.6;
	margin-bottom: 20px;
}
.container .tab-content .userCustom .customScene ul li{
	display: inline-block;
    background: #f5f5f5;
    line-height: 3vw;
    padding: 0 1.5vw;
    margin-right: 0.5vw;
    border-radius: 0.5vw;
}

.container #tab1-content {
	width: 100%;
	padding: 2vw 5vw;
}
.container #tab1-content .cell1 {
	width: 100%;
	margin-bottom: 5vw;
}
.container #tab1-content .cell1 .cell1-bottom {
	width: 100%;
	display: flex;
}
.container #tab1-content .cell1 .cell1-bottom .leftText .textMiddle {
	width: 100%;
	color: #707070;
	margin-top: 10px;
	line-height: 1.6;
}
.container #tab1-content .cell1 .cell1-bottom .leftText .textMiddle h3{
	margin-bottom: 10px;
	font-size: 18px;
}
.container #tab1-content .cell1 .cell1-bottom .leftText .textMiddle span{
	padding: 0 20px;
	color: #cccccc;
	font-size: 18px;
}
/*.container #tab1-content .cell1 .cell1-bottom .leftText .textMiddle .middleBottom {
	margin-top: 25px;
}
.container #tab1-content .cell1 .cell1-bottom .leftText .textBottom {
	width: 100%;
	margin-top: 4vw;
	display: flex;
	padding: 0 5vw 8vw 0vw;
	justify-content: space-between;
	align-items: center;
}
.container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	white-space: nowrap;
}
.container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .left .num {
	color: #f2221d;
	line-height: 45px;
	font-weight: bold;
}
.container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .left .text {
	color: #707070;
	margin-top: 1vw;
}
.container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .right {
	margin-top: 4px;
	color: #707070;
}
.container #tab1-content .cell1 .cell1-bottom .imgRight {
	display: none;
}*/
.container #tab2-content {
	width: 100%;
	padding: 4vw 5vw;
	background-color: #f5f5f5;
}
.container #tab2-content .listBottom {
	width: 100%;
	display: grid;
	grid-gap: 2vw;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(1, 1fr);
	margin-top: 20px;
}
.container #tab2-content .listBottom .cell {
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
	overflow: hidden;
	border-radius: 6px;
}
.container #tab2-content .listBottom .cell img {
	width: 100%;
	/*height: 350px;*/
	object-fit: cover;
}
.container #tab2-content .listBottom .cell .name {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	color: #333333;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.container #tab2-content .listBottom .cell .name .line {
	width: 60px;
	height: 4px;
	background-color: #f2221d;
}
.container #tab2-content .listBottom .cell .explain {
	width: 100%;
	margin-top: 20px;
	color: #707070;
	line-height: 1.6;
	text-align: center;
	padding: 0 2vw;
}
.container #tab3-content {
	width: 100%;
	padding: 4vw 5vw;/* 自定义分页器 */
}

#tab3-content .customied {
	width: 100%;
	padding: 2vw 0vw 2vw 0vw;
	display: flex;
	flex-direction: column;
}
#tab3-content .customied img {
	width: 100%;
}
.processItem {
	display: grid;
	grid-gap: 2vw;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, 1fr);
	margin-top: 1vw;
}
.processItem img {
	width: 100%;
}
.container #tab4-content {
	width: 100%;
	height: 960px;
}
.container #tab4-content .swiper-container2 {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;/* 自定义分页器样式 */
}
.container #tab4-content .swiper-container2 .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}
.container #tab4-content .swiper-container2 .swiper-slide img {
	width: 100%;
	height: 100%;
}
.container #tab4-content .swiper-container2 .swiper-slide .slide-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.container #tab4-content .swiper-container2 .swiper-slide .slide-content .top {
	width: 100%;
	padding-top: 6.51vw;
	padding-left: 5.521vw;
}
.container #tab4-content .swiper-container2 .swiper-slide .slide-content .top .textTop {
	font-size: 42px;
	color: #333;
	font-weight: bold;
}
.container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 165px;
}
.container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom .text {
	font-size: 42px;
	color: #f2221d;
}
.container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom img {
	width: 400px;
	height: 24px;
	margin-top: 10px;
}
.container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom .time {
	font-size: 72px;
	color: #f2221d;
	font-weight: bold;
}
.container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom .intro {
	font-size: 30px;
	color: #333;
	margin-top: 40px;
}
.container #tab4-content .swiper-container2 .swiper-button-prev,  .container #tab4-content .swiper-container2 .swiper-button-next {
	width: 2.917vw;
	height: 2.917vw;
	background: #f2221d;
	border-radius: 50%;
	transition: 0.3s;
}
.container #tab4-content .swiper-container2 .swiper-button-prev {
	left: 7.552vw;
}
.container #tab4-content .swiper-container2 .swiper-button-next {
	right: 7.552vw;
}
.container #tab4-content .swiper-container2 .swiper-button-prev:after,  .container #tab4-content .swiper-container2 .swiper-button-next:after {
	font-size: 20px;
	color: #fff;
}
.container #tab4-content .swiper-container2 .custom-pagination {
	position: absolute;
	bottom: 150px;
	display: flex;
	gap: 80px;
	justify-content: center;
	height: 40px;
	z-index: 9;
}
.container #tab4-content .swiper-container2 .custom-pagination .swiper-pagination-bullet {
	background: transparent;
	opacity: 1;
	width: 70px;
	height: 40px;
}
.container #tab4-content .swiper-container2 .year-item {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 1.563vw;
	font-weight: bold;
	color: #888;
	position: relative;
}
.container #tab4-content .swiper-container2 .year-item.active {
	color: #f2221d;
	font-size: 36px;
}
.container #tab4-content .swiper-container2 .year-item:hover {
	color: #f2221d;
}
.container #tab5-content {
	width: 100%;
	background: url(/images/about/honor_bg.png) no-repeat center center / 100% 100%;
	padding: 4.167vw 5.625vw 7.188vw 5.625vw;
}
.container #tab5-content .m-swiper {
	display: none;
}
.container #tab5-content .my-slider3 {
	width: 100%;
	height: 470px;
	margin-top: 5.99vw;
	overflow: hidden;
}
.container #tab5-content .my-slider3 .slide-cell {
	width: 20.677vw;
	height: 24.479vw;
}
.container #tab5-content .my-slider3 .slide-cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*定制流程*/
.section-title {
	color: #1a1a1a;
	margin-bottom: 1vw;
	position: relative;
}
.section-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 3vw;
	height: 1.5vw;
	background: linear-gradient(90deg, #9333ea, #ec4899);
	border-radius: 2px;
}
.section-subtitle {
	color: #707070;
	margin: 1vw 0;
}
.process-steps {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 2vw;
	box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 30px 20px 40px;
	border-radius: 0.5vw;
}
/* 连接线 */
.process-steps::before {
	content: '';
	position: absolute;
	top: 60px;
	left: 14%;
	right: 14%;
	height: 2px;
	background-color: #ffe7e6;
	z-index: 0;
}
.step-item {
	width: 30%;
	position: relative;
	z-index: 1;
	text-align: center;
}
.step-number {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #ffe7e6;
	color: #F2221D;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 1vw;
}
.step-title {
	font-weight: bold;
	margin-bottom: 1vw;
}
.step-desc {
	color: #707070;
	line-height: 1.8;
}
.start-btn {
	padding: 1.5vw 4vw;
	color: #ffffff;
	background: #F2221D;
	border: none;
	border-radius: 0.5vw;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 1vw;
	margin: 2vw auto 0;
}
.start-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(242, 34, 29, 0.2);
	color: #ffffff;
}


/*弹层*/
.Contactlayer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}
.Contactlayer .Masklayer_box {
	width: 23vw;
	height: 25vw;
	border-radius: 1vw;
	background-color: #fff;
}
.Contactlayer .Masklayer_box img {
	width: 16vw;
	height: 16vw;
}
.Contactlayer .Masklayer_box .Masklayer_title {
	font-size: 1.5vw;
}
.Contactlayer .Masklayer_box .Masklayer_text {
	font-size: 1.2vw;
}

/* 1800px - 1920px 大屏适配 */
@media (min-width: 1800px) and (max-width: 1920px) {
	/* 字号 */
	.container .tab-content .textTop,
	.start-btn{
		font-size: 26px;
	}
	.container .tab-content .userCustom strong,
	.process-steps .step-item .step-title,
	.container #tab2-content .listBottom .cell .name{
		font-size: 22px;	
	}
	.container .tab-content .tips,
	.container .tab-content .userCustom,
	.container .tab-content .middleTop p,
	.container .tab-content .userCustom .customScene strong,
	.container .tab-content .userCustom .customScene ul li,
	.container #tab2-content .listBottom .cell .explain,
	.process-steps .step-item .step-desc{
		font-size: 18px;	
	}
	.process-steps .step-item .step-number{
		font-size: 32px;
	}
	
	#tab2-content .cell {
		min-height: 600px !important;
	}
	#tab2-content .cell img {
		width: 100% !important;
		height: 19.3vw !important;
		object-fit: cover !important;
	}
	#tab2-content .cell .name {
		margin-top: 20px !important;
	}
	#tab2-content .cell .explain {
		width: 100%;
	}
	#tab3-content .customied {
		width: 100%;
		padding: 2vw 0vw 2vw 0vw;
		display: flex;
		flex-direction: column;
	}
	#tab3-content .customied img {
		width: 100%;
	}
	#tab4-content .swiper-container2 .swiper-slide .slide-content .bottom {
		margin-top: 220px !important;
	}
}


/* 大于 1920px 超大屏适配 */
@media (min-width: 1921px) {
	/* 字号 */
	.container .tab-content .textTop,
	.start-btn{
		font-size: 28px;
	}
	.container .tab-content .userCustom strong,
	.process-steps .step-item .step-title,
	.container #tab2-content .listBottom .cell .name{
		font-size: 24px;	
	}
	.container .tab-content .tips,
	.container .tab-content .userCustom,
	.container .tab-content .middleTop p,
	.container .tab-content .userCustom .customScene strong,
	.container .tab-content .userCustom .customScene ul li,
	.container #tab2-content .listBottom .cell .explain,
	.process-steps .step-item .step-desc{
		font-size: 20px;	
	}
	.process-steps .step-item .step-number{
		font-size: 36px;
	}	
}

/* 移动端适配 */
@media (max-width: 960px) {
	
	/* 字号 */
	.container .tab-content .textTop,
	.start-btn{
		font-size: 0.65rem;
	}
	.container .tab-content .userCustom strong,
	.process-steps .step-item .step-title,
	.container #tab2-content .listBottom .cell .name{
		font-size: 0.5rem;	
	}
	.container .tab-content .tips,
	.container .tab-content .userCustom,
	.container .tab-content .middleTop p,
	.container .tab-content .userCustom .customScene strong,
	.container .tab-content .userCustom .customScene ul li,
	.container #tab2-content .listBottom .cell .explain,
	.process-steps .step-item .step-desc,
	.customDescription{
		font-size: 0.42rem;	
	}
	.process-steps .step-item .step-number{
		font-size: 0.65rem;
	}
	
	
	.tab3-content .customie img {
		width: 100%;
	}
	.container {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.container .tabs {
		width: 100%;
		height: 1.0667rem;
		margin-top: 0.9333rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0.1333rem 0.64rem 0;
		position: sticky;
		position: -webkit-sticky;
		top: 1.2rem;
		background: #fff;
		z-index: 100;
	}
	.container .tabs div {
		margin-right: 0.6rem;
		height: 100%;
		line-height: 100%;
		font-size: 0.4rem;
		color: #333;
		border-bottom: 0.0533rem solid transparent;
		border-radius: 0.0267rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.container .tabs div.active {
		color: #f2221d;
		font-weight: bold;
		border-bottom: 0.0533rem solid #f2221d;
	}
	.container .tab-content .tips {
		width: 100%;
		/*font-size: 0.37rem;*/
		color: #f2221d;
		margin-top: 0.8rem;
		margin-bottom: 0.1rem;
		line-height: 0.4rem;
	}
	.container .tab-content .textTop {
		/*font-size: 0.65rem;*/
		color: #333;
		font-weight: bold;
		line-height: 0.7733rem;
		width: 100%;
	}
	.container .tab-content .userCustom{
		padding: 0.5rem;
	}
	.container .tab-content .userCustom .customScene strong {
		margin-bottom: 10px;
	}
	.container .tab-content .userCustom .customScene {
		flex-direction: column;
	}
	.container .tab-content .userCustom .customScene ul {
		width: 100%;
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}
	.container .tab-content .userCustom .customScene ul li {
		display: block;
		background: #f5f5f5;
		line-height: 0.8rem;
		padding: 0;
	}
	.container #tab1-content {
		width: 100%;
	}
	.container #tab1-content .cell1 {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.container #tab1-content .cell1 .cell1-bottom {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.container #tab1-content .cell1 .cell1-bottom .leftText {
		width: 100%;
	}
	.container #tab1-content .cell1 .cell1-bottom .leftText .textMiddle {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin-top: 0.3rem;
	}
	.container #tab1-content .cell1 .cell1-bottom .leftText .textMiddle .middleTop {
		/*font-size: 0.45rem;*/
		color: #707070;
		line-height: 0.7rem;
		/*text-indent: 2em;*/
	}
	.container #tab1-content .cell1 .cell1-bottom .leftText .textMiddle .middleBottom {
		/*font-size: 0.37rem;*/
		color: #707070;
		line-height: 0.59rem;
		text-indent: 2em;
		margin-top: 0.2667rem;
	}
	.container #tab1-content .cell1 .cell1-bottom .leftText .textBottom {
		width: 100%;
		padding: 0 0.6rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 0.4667rem;
		margin-bottom: 0.2rem;
	}
	.container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .left {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .left .num {
		/*font-size: 0.6rem;*/
		color: #f2221d;
		font-weight: bold;
	}
	.container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .left .text {
		/*font-size: 0.32rem;*/
		color: #707070;
	}
	.container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .right {
		/*font-size: 0.2667rem;*/
		color: #707070;
		margin-top: 0.1333rem;
	}
	.container #tab1-content .cell1 .cell1-bottom .imgRight {
		width: 100%;
		height: 5.5333rem;
	}
	.container #tab1-content .cell1 .cell1-bottom .imgRight img {
		width: 100%;
		height: 100%;
	}
	.container #tab2-content {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		background-color: #f5f5f5;
	}
	.container #tab2-content .listBottom {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.container #tab2-content .listBottom .cell {
		width: 4.3rem;
		min-height: 8.5rem;
		margin-top: 0.2rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		background-color: #fff;
	}
	.container #tab2-content .listBottom .cell img {
		width: 100%;
		height: 2.9333rem;
	}
	.container #tab2-content .listBottom .cell .name {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 0.3rem;
	}
	.container #tab2-content .listBottom .cell .name span {
		/*font-size: 0.48rem;*/
		color: #333;		
        /*padding: 0.2rem;
		margin-top: 0.5rem*/
		height: 0.5rem;
	}
	.container #tab2-content .listBottom .cell .name .line {
		width: 0.8rem;
		height: 0.1rem;
		background-color: #f2221d;
		margin-top: 0.5rem;
	}
	.container #tab2-content .listBottom .cell .explain {
		/*width: 3.2rem;*/
		color: #707070;
		/*font-size: 0.35rem;*/
		display: flex;
		justify-content: center;
		align-items: center;
		/*line-height: 0.51rem;*/
		margin-top: 0.5rem;
		text-align: center;
	}
	.container #tab3-content {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding-bottom: 1.0667rem;
	}
	#tab3-content .customied {
		width: 100%;
		padding: 5vw 0vw 2vw 0vw;
		display: flex;
		flex-direction: column;
	}
	#tab3-content .customied img {
		width: 100%;
	}
	.container #tab3-content .listBottom {
		margin: 0 0.6rem;
	}
	.container #tab3-content .listBottom h2 {
		/*font-size: 0.48rem;*/
		margin: 1vw 0;
		color: #707070;
	}
	.container #tab3-content .listBottom p {
		line-height: 0.65rem;
		/*font-size: 0.35rem;*/
		color: #707070;
		text-align: left;
	}
	.processItem {
		display: grid;
		grid-gap: 2vw;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(1, 1fr);
		margin-top: 1vw;
	}
	.processItem img {
		width: 100%;
	}
	.container #tab3-content .pc-swiper {
		display: none;
	}
	.container #tab3-content .m-swiper {
		width: 9.4rem;
		height: 6.6667rem;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		margin-left: 0.6rem;
		margin-top: 0.5333rem;
		scrollbar-width: none;
	}
	 .container #tab3-content .m-swiper::-webkit-scrollbar {
	 display: none;
	}
	.container #tab3-content .m-swiper .slide-cell {
		width: 4.88rem;
		height: 6.6667rem;
		margin-right: 0.5067rem;
		position: relative;
		flex-shrink: 0;
	}
	.container #tab3-content .m-swiper .slide-cell img {
		width: 100%;
		height: 100%;
	}
	.container #tab3-content .m-swiper .slide-cell .slide-content {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		padding-bottom: 0.6667rem;
	}
	.container #tab3-content .m-swiper .slide-cell .slide-content h3 {
		/*font-size: 0.37rem;*/
		color: #fff;
		margin-bottom: 0.1067rem;
	}
	.container #tab3-content .m-swiper .slide-cell .slide-content p {
		/*font-size: 0.32rem;*/
		color: #fff;
	}
	.container #tab4-content {
		width: 100%;
		height: 12.8rem;
	}
	.container #tab4-content .swiper-container2 {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;/* 自定义分页器样式 */
	}
	.container #tab4-content .swiper-container2 .swiper-slide {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.container #tab4-content .swiper-container2 .swiper-slide img {
		width: 100%;
		height: 100%;
	}
	.container #tab4-content .swiper-container2 .swiper-slide .slide-content {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.container #tab4-content .swiper-container2 .swiper-slide .slide-content .top {
		width: 100%;
	}
	.container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 2.2rem;
	}
	.container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom .text {
		/*font-size: 0.56rem;*/
		color: #f2221d;
	}
	.container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom img {
		width: 5.3333rem;
		height: 0.3467rem;
		margin-top: 0.2667rem;
	}
	.container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom .time {
		/*font-size: 0.96rem;*/
		color: #f2221d;
		font-weight: bold;
	}
	.container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom .intro {
		/*font-size: 0.4rem;*/
		color: #333;
		margin-top: 0.2667rem;
	}
	.container #tab4-content .swiper-container2 .swiper-button-prev,  .container #tab4-content .swiper-container2 .swiper-button-next {
		width: 0.7467rem;
		height: 0.7467rem;
		background: #f2221d;
		border-radius: 50%;
		transition: 0.3s;
	}
	.container #tab4-content .swiper-container2 .swiper-button-prev {
		left: 0.6267rem;
	}
	.container #tab4-content .swiper-container2 .swiper-button-next {
		right: 0.6267rem;
	}
	.container #tab4-content .swiper-container2 .swiper-button-prev:after,  .container #tab4-content .swiper-container2 .swiper-button-next:after {
		/*font-size: 0.32rem;*/
		color: #fff;
	}
	.container #tab4-content .swiper-container2 .custom-pagination {
		position: absolute;
		bottom: 1.7333rem;
		display: flex;
		gap: 0.6667rem;
		justify-content: center;
		height: 0.5333rem;
		z-index: 9;
	}
	.container #tab4-content .swiper-container2 .custom-pagination .swiper-pagination-bullet {
		background: transparent;
		opacity: 1;
		width: 0.9333rem;
		height: 0.5333rem;
	}
	.container #tab4-content .swiper-container2 .year-item {
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		/*font-size: 0.4rem;*/
		color: #888;
		position: relative;
		font-weight: bold;
	}
	.container #tab4-content .swiper-container2 .year-item.active {
		color: #f2221d;
		/*font-size: 0.48rem;*/
		font-weight: bold;
	}
	.container #tab4-content .swiper-container2 .year-item:hover {
		color: #f2221d;
	}
	.container #tab5-content {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.container #tab5-content .tips {
		margin-top: 0.8933rem;
	}
	.container #tab5-content .pc-swiper {
		display: none;
	}
	.container #tab5-content .m-swiper {
		width: 9.3333rem;
		margin-left: 0.6667rem;
		margin-top: 1.8667rem;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		cursor: grab;
		user-select: none;
		scrollbar-width: none;
	}
	 .container #tab5-content .m-swiper::-webkit-scrollbar {
	 display: none;
	}
	.container #tab5-content .m-swiper .slide-cell {
		width: 5.2933rem;
		height: 6.2667rem;
		background-color: #ddd;
		margin-right: 0.5333rem;
		flex-shrink: 0;
	}
	.container #tab5-content .m-swiper .slide-cell img {
		width: 100%;
		height: 100%;
		user-select: none;
	}
	.process-steps {
		display: flex;
        flex-direction: column;
        align-items: flex-start;
		gap: 20px;
		margin-bottom: 30px;
	}
	.process-steps::before{
		content: '';
		position: absolute;
		top: 60px;
		left: 14%;
		right: 14%;
		width: 2px;
		background-color: #ffe7e6;
		z-index: 0;
		height: 70%;
	}
	.step-item {
		width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
	}
	.step-number {
		width: 1.2rem;
        height: 1.2rem;
        line-height: 1.2rem;
        border-radius: 50%;
        background-color: rgb(255, 231, 230);
        color: rgb(242, 34, 29);
        /*font-size: 0.65rem;*/
        font-weight: bold;
        margin: 0;
        text-align: center;
		margin-left: 0.15rem;
	}
	.step-title {
		/*font-size: 0.5rem;*/
		font-weight: 600;
		color: #333;
		margin-bottom: 8px;
		margin-left: 60px;
		margin-top: -40px;
	}
	.step-desc {
		/*font-size: 0.65rem;*/
		color: #666;
		line-height: 1.6;
		margin-left: 60px;
	}
	.start-btn {
		padding: 0.3rem 1rem;
		/*font-size: 0.5rem;*/
		color: #fff;
		background: #F2221D;
		border: none;
		border-radius: 6px;
		margin: 0 auto;
	}
}
