#weex,
html,
body {
	width: 100%;
	height: 100%
}

html,
body {
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

body::before {
	content: "1";
	height: 1px;
	overflow: hidden;
	color: transparent;
	display: block
}

body {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}

input {
	outline: none
}