
.new-store-item{
	display: flex;
	align-items: center;
	padding: 0 60px;
	padding-bottom: 50px;
}
.new-store-item:last-child{
	padding-bottom: 0;
}
.new-store-item-title{
	padding-bottom: 12px;
}
.new-store-item-line-v{
	width: 1px;
	height: 106px;
	margin: 0 48px;
}
.new-store-item-icon{
	font-size: 88px;
}

/* 业务 */

.laundry-work-content{
	position: relative;
}
.swiper-container {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

.swiper-slide {
	width: 430px;
	height: 430px;
	text-align: center;
	background: #999;
	transition: 300ms;
	transform: scale(0.8);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	box-shadow: 0 3px 12px 0 rgb(169 169 169);
}
.slide-content{
	position: absolute;
	height: 88px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0, .5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 24px;
}
.serial-number-wrapper{
	width: 44px;
	height: 44px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
	line-height: 44px;
	margin-bottom: 20px;
}

.condition-one{
	background-image: url(../../images/join/new-store-xy.png);
}
.condition-two{
	background-image: url(../../images/join/new-store-bj.png);
}
.condition-three{
	background-image: url(../../images/join/new-store-jz.png);
}
.condition-four{
	background-image: url(../../images/join/new-store-xx.png);
}
.condition-five{
	background-image: url(../../images/join/new-store-pjhl.png);
}
.condition-six{
	background-image: url(../../images/join/new-store-mdbj.png);
}
.condition-seven{
	background-image: url(../../images/join/new-store-ywjz.png);
}
.condition-eight{
	background-image: url(../../images/join/new-store-ywhs.png);
}
.condition-nine{
	background-image: url(../../images/join/new-store-jyfx.png);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
	box-shadow: 0 3px 12px 0 rgb(169 169 169);
}

/* 加盟费用 */
.new-store-join-require{
	padding: 48px 0;
	margin-top: 20px;
}
.new-store-join-table-wrapper{
	white-space: nowrap;
	background-color: #FFFFFF;
	overflow-x: scroll;
	/* padding-left: 24px; */
	margin-left: 24px;
}
.new-store-join-table{
	white-space: normal;
	width: 1136px;
	/* margin-left: 24px; */
	/* padding-right: 24px; */
}
.table-item{
	display: flex;
	justify-content: center;
}
.table-td{
	text-align: center;
	width: 284px;
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #e5e5e5;
	padding: 16px;
	background-color: #FFFFFF;
	transition: .3s;
}
/* .table-item.table-td:first-child{
	flex-direction: column;
} */

.table-header{
	background-color: #EFEFEF;
	padding: 30px;
	height: 120px;
}

.border-item .table-td{
	border-top: 0;
}
.border-item .table-td:first-child, .border-item .table-td:nth-child(2), .border-item .table-td:nth-child(3){
	border-right: 0;
}



































