#app {
	position: relative;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.swipe1 {
	width: 226px;
	height: 408px;
	margin: auto;
	position: relative;
}
.swipe1-btn {
	width: 40px;
	height: 55px;
	position: absolute;
	top: 116px;
	z-index: 9;
}
.swipe1-btn.left {
	left: 4px;
	background:  no-repeat center center/contain;
}
.swipe1-btn.right {
	right: 4px;
	background:  no-repeat center center/contain;
}

.swipe3 {
	width: 226px;
	height: 408px;
	margin: auto;
	position: relative;
}
.swipe3-btn {
	width: 40px;
	height: 55px;
	position: absolute;
	top: 116px;
	z-index: 9;
}
.swipe3-btn.left {
	left: 4px;
	background:  no-repeat center center/contain;
}
.swipe3-btn.right {
	right: 4px;
	background:  no-repeat center center/contain;
}


.bgc-stripe1:nth-of-type(2n) {
	background-color: #f9f9f9;
}

.bgc-stripe2:nth-of-type(2n) {
	background-color: #f9f9f9;
}

.switch-city {
	position: absolute;
	left: 16px;
	top: 24px;
	z-index: 9;
}

.swipe2-btn {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 60px;
	z-index: 9;
}
.swipe2-btn.left {
	left: 0;
	background:  no-repeat center center/contain;
}
.swipe2-btn.right {
	right: 0;
	background:  no-repeat center center/contain;
}

.vehicle-img {
	display: block;
	width: 240px;
	height: 144px;
	margin: 0 auto 24px;
}
.mb-40 {
	margin-bottom: 40px;
}
.pagination-dot {
	display: inline-block;
	line-height: 1;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e5e5e5;
	margin-right: 8px;
}
.pagination-dot.active {
	background: #424456;
}

.expense-btn-icon {
	display: inline-block;
	line-height: 1;
	width: 24px;
	height: 24px;
	background:  no-repeat center center/cover;
}

.banner {
}
.express-banner{
	background:  no-repeat center center / cover;
	height: 160px;
}
