html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #f4f4f4;
	font-size: 0.28rem;
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
}

body * {
	box-sizing: border-box;
}

p {
	margin: 0;
}

input {
	outline: none;
}

img {
	margin: 0;
}

a {
	text-decoration: none;
}

.alert-view {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
}

.alert-body {
	background-color: #fff;
	border-radius: 0.26rem;
	width: 5rem;
}

.alert-content {
	padding: 0.35rem;
	font-size: 0.28rem;
	line-height: 0.45rem;
	color: #333;
}

.alert-close {
	display: block;
	color: #2196F3;
	font-size: 0.3rem;
	border-top: 1px solid #eee;
	line-height: 0.8rem;
	text-decoration: none;
	text-align: center;
}

.no-data-icon {
	text-align: center;
	padding-top: 1rem;
}

.no-data-icon img {
	width: 2rem;
	height: 2rem;
}

.no-data-icon p {
	color: #A1A1A1;
	margin: 0;
}
