* {
	box-sizing: border-box
}
ul, body, p {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none
}
body {
	background: #efeff4;
	height: 100%;
	width: 100%;
	font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei",sans-serif;
	-webkit-overflow-scrolling: touch
}
html{
	font-size: 13.3333vw;
	height: 100%;
}

.van-swipe__indicator {
	background-color: #dddddd !important;
}
.van-swipe__indicator--active {
	background-color: #3f86ed !important;
}
.van-swipe__indicator:not(:last-child) {
    margin-right: 0.53333rem !important;
}

/*# sourceMappingURL=app.4654762747a52eb4b746abcc9f2262ec.css.map*/