* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}
.layui-table img{
	max-height: 100%;
}

html {
	height: 100%;
	overflow: auto;
}

body{
	height: 100%;
}

.clear {
	position: relative;
}

.clear:after{
	content: " ";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

button {
	cursor: pointer;
}

.oh {
	overflow: hidden;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.tc{
	text-align: center;
}
