html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.theme-smoke {
	background: -webkit-linear-gradient(45deg, #e0eafc, #cfdef3);
}

.theme-black {
	background: -webkit-linear-gradient(45deg, #000000, #152331);
}

.theme-while {
	background: while;
}

.fly-inputkey {
	width: 81%;
	border: none;
	height: 44px;
	float: left;
	BACKGROUND-COLOR: transparent;
	border-radius: 32px;
	font-size: 16px;
	padding-left: 18px;
}

.fly-btn {
	height: 44px;
	line-height: 44px;
	float: right;
	margin-right: 14px;
	border: none;
	padding: 0 0px;
	BACKGROUND-COLOR: transparent;
}

.fly-panels {
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius: 2px;
}

.fly-kuang {
	border: 1px solid #dfe1e5;
	border-radius: 100px;
}

.fly-kuang:hover {
	box-shadow: 0 1px 9px 0 rgba(32, 33, 36, 0.28);
	border-color: rgba(223, 225, 229, 0)
}

.fly-footer {
	margin: 50px 0 0;
	padding: 20px 0 17px;
	line-height: 30px;
	text-align: center;
	color: #737573;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

body .layui-layer-setmybg .layui-layer-content {
	background: rgba(30, 144, 255, 0.3);
}

@media screen and (min-width:992px) {
	.layui-ns {
		margin-left: 0;
	}
}
.links{
	text-align: center;
	padding-left:0px;
}
.links li{
	display: inline-block;
	height:20px;
	line-height:20px;
	margin:5px;
	color: #9a9a9a;
}

.links li a{
	color: #9a9a9a;
}
.encode{
	display:none !important;
}
.index-title{
	font-size:0px;
}