a{
	text-decoration: none;
	color: #848484;
}
li{
	list-style-type: none;
}
html{
	font-size: 100%;
	overflow-x: hidden;
	overflow-y: visible;
	height: 100%;
}
body{
	width: 1920px;
	height: 1080px;
	/*background-color: #000000;*/
	/* background: url(../img/login_bg.png) no-repeat 0 0 /cover; */
	overflow: hidden;
}
html::-webkit-scrollbar{ display: none; }
html{
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.clearfloat:after{
	content: '';
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-size: 16px;
}
button {
  cursor: pointer;
}
.loading {
	position: fixed;
	left: 0;
	top: 0;
	font-size: 25px;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	background: #1a1a1c;
	text-align: center;
}
.loadbox {
    position: absolute;
    width: 160px;
    height: 150px;
    color: #324e93;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -75px;
}
.loadbox img {
    margin: 10px auto;
    display: block;
    width: 80px;
}
