html, body {
	margin: 0;
	padding: 0;
	color: #333;
	width: 100%;
	font-family: Microsoft Yahei, Simsun, Arial
}

body {
	overflow-y: scroll;
}

.navbar {
	background-color: #E0464C;
	border-bottom: 0;
}

.navbar a {
	color: #fff !important;
	transition: 0.4s background-color;
}

.navbar li a:hover {
	background-color: #cb282f !important;
	transition: 0.4s background-color;
}

.navbar li.active a {
	color: #333 !important;
	background-color: #fff !important;
}

.fa {
	margin-right: 4px;
}

.window {
	padding: 12px 18px;
	overflow: hidden;
}

.layui-layer-btn-container {
    text-align: right;
    border-top: 1px solid #D5D5D5;
    padding: 10px 12px;
}

.layui-layer-btn-container .btn {
    margin-left: 6px;
}