html {
	outline: none !important;
}
body {
	background-color: #fff;
	color: #313131;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
html,body {
  margin: 0;
  width: 100%;
	height: 100%;
}
a {
	color: #333333;
	cursor: pointer !important;
	text-decoration: none;
}
a:hover {
	color: #409eff;
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}

*,
html {
	outline: none !important;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
.header{
  width: 100%;
  background-color: #0087ff;
  box-shadow: 0 2px 3px 0 rgba(141,141,141,0.20);
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 65px;
}
