* {
	padding: 0;
	margin: 0;
}

.left {
	float: left;
	display: block;
}

.right {
	float: right;
	display: block;
}

.clear {
	clear: both;
	overflow: hidden;
	content: '';
}

.text-over {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

img {
	display: block;
}

input {
	outline: none;
}

a {
	text-decoration: none;
	color: #333;
}

ul,
li {
	list-style: none;
}

i {
	font-style: normal;
}

p:hover {
	cursor: pointer;
}

a:hover {
	cursor: pointer;
}

.grey {
	filter: grayscale(100%);
}

.popup {
	width: 400px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 30px;
	left: 400px;
	background: #fff;
	font-size: 14px;
	color: #f56c6c;
	border-radius: 5px;
	display: none;
}
.popup img{
	width:20px;
	height: 20px;
	margin: 15px 20px;
	float: left;
}
.popup div{
	float: left;
}

