@media screen and (max-width: 768px) {
	*::-webkit-scrollbar {
		width: 5px;
		height: 5px;
		display: none;
	}
}
html,
body,
#app {
	width: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;
}
body {
	background: #fff;
	padding-bottom: constant(save-area-inset-bottom);
	padding-bottom: env(save-area-inset-bottom);
}
body * {
	box-sizing: border-box;
}
.van-skeleton {
	margin: 15px;
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.van-toast {
	position: fixed;
	top: 50%;
	left: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: content-box;
	width: 90px;
	max-width: 70%;
	min-height: 90px;
	padding: 16px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	white-space: pre-wrap;
	text-align: center;
	word-wrap: break-word;
	background-color: rgba(50, 50, 51, 0.88);
	border-radius: 4px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.van-skeleton--animate {
	-webkit-animation: van-skeleton-blink 1.2s ease-in-out infinite;
	animation: van-skeleton-blink 1.2s ease-in-out infinite;
}
.van-skeleton {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 0 1rem;
	margin: 0 15px;
}
@media screen and (min-width: 768px) {
	.van-skeleton {
		display: none;
	}
}
.van-skeleton__content {
	width: 100%;
}
#app .van-skeleton__row,
#app .van-skeleton__title {
	height: 1rem;
	background-color: #f5f5f5;
}
.van-skeleton__row:not(:first-child) {
	margin-top: 12px;
}
.van-skeleton__title {
	margin: 0;
}
.van-skeleton__row:not(:first-child) {
	margin-top: 0.75rem;
}
.van-button--info {
	background: -moz-linear-gradient(left, #e15b49 0%, #ec7843 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e15b49), color-stop(100%, #ec7843));
	background: -webkit-linear-gradient(left, #e15b49 0%, #ec7843 100%);
	background: -o-linear-gradient(left, #e15b49 0%, #ec7843 100%);
	background: -ms-linear-gradient(left, #e15b49 0%, #ec7843 100%);
	background: linear-gradient(to right, #e15b49 0%, #ec7843 100%);
}
.van-pull-refresh {
	overflow: inherit !important;
}
