body, html, #container {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: "微软雅黑";
}

.info {
	z-index: 999;
	width: auto;
	min-width: 22rem;
	padding: .75rem 1.25rem;
	margin-left: 1.25rem;
	position: fixed;
	top: 1rem;
	background-color: #fff;
	border-radius: .25rem;
	border: 0px;
	font-size: 16px;
	box-shadow: 0 2px 6px 0 rgba(27, 142, 236, 0.5);
	outline: none;
}

#result {
	position: fixed;
	top: 80px;
	left: 10px;
	padding: 0px 7px;
	min-width: 350px;
	height: 70px;
	line-height: 35px;
	background: #fff;
	box-shadow: 0 2px 6px 0 rgba(27, 142, 236, 0.5);
	border-radius: 7px;
	z-index: 99;
}

body .guidance {
  border-radius: 4px;
}

body .guidance .layui-layer-title {
  height: 40px;
  background: #CBB486;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
}