/* 公共联名定制 */
	.communal-cobranded-wrapper{
		width: 100%;
		padding: 5.252% 0% 9.459%;
		background-color: rgba(0, 0, 0, 1);
		padding-bottom:50px;
	}
	
	.communal-cobranded-wrapper .content-wrapper{
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	/* 公共联名定制-头部 */
	.communal-cobranded-wrapper .content-wrapper .header p{
		line-height: 1;
		font-size: 40px;
		color: rgba(255, 255, 255, 1);
	}

	/* 公共联名定制-幻灯片 */
	.communal-cobranded-wrapper .content-wrapper .content{
		width: 100%;
		margin-top: 100px;
	}
	
	.communal-cobranded-wrapper .content-wrapper .content .swiper{
		width: 100%;
		overflow: visible;
		margin-bottom: 10px;
	}
	
	.communal-cobranded-wrapper .content-wrapper .content .swiper:last-child{
		margin-bottom: 0%;
	}
	
	.communal-cobranded-wrapper .content-wrapper .content .swiper .swiper-wrapper{
		gap: 10px;
		width: 100%;
		transition-timing-function: linear;
		-o-transition-timing-function: linear;
		-ms-transition-timing-function: linear;
		-moz-transition-timing-function: linear;
		-webkit-transition-timing-function: linear;
	}
	
	.communal-cobranded-wrapper .content-wrapper .content .swiper .swiper-wrapper .swiper-slide img{
		width: 100%;
		height: 100%;
	}

/* 响应 1680 */	
@media screen and (max-width: 1680px) {}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 公共联名定制 */
	.communal-cobranded-wrapper{
		padding: 5.209% 0% 9.376%;
	}

	/* 公共联名定制-头部 */
	.communal-cobranded-wrapper .content-wrapper .header p{
		font-size: 36px;
	}

	/* 公共联名定制-幻灯片 */
	.communal-cobranded-wrapper .content-wrapper .content{
		height: 44.472vh;
		margin-top: 80px;
	}
}

/* 响应 1280 */
@media screen and (max-width: 1280px) {}

/* 响应 1000 */
@media screen and (max-width: 1000px) {}

/* 响应 750 */
@media screen and (max-width: 750px) {}