* {
	list-style: none;
	font-style: normal;
	padding: 0;
	margin: 0;
}

div,
span,
em,
p,
ul,
li {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

html,
body {
	height: 100%;
	overflow: hidden;
}

body {
	color: #000;
	box-sizing: border-box;
	font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
	background-color: #000;
}

.my_container {
	width: 100%;
	height: 100%;
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.my_container .my_scrollview {
	flex: 1;
	overflow-y: auto;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

.scrollbar-Beautify::-webkit-scrollbar {
	width: 0;
	background-color: #001236;
}