.navback {
  background-color: #5390f5;
}

.navback a {
	color: #FFF;
	height: 65px;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: #0481d5;
	color: #FFF;
}
.navback a:active {
	background: #0481d5;
	color: #FFF;
}
.navback .btn-selected {
	background: #0481d5;
}
.active .menu{
	background: #0481d5;
	color: #FFF;
	border-radius: 5px;
}

.header-nav.lr {
  float: right;
}
.selected {
	background: #007dd1;
}
.container .tool {
	margin:30px 0;
}
#result .btn-success {
	display: block;
	margin-bottom: 20px;
}
.container > div {
	margin-top:30px;
}
#topAnchor {
	position: fixed;
	bottom: 10px;
	left: 70px;
	display: none;
	font-size: 20px;
	background: url(../../assets/images/top_normal@3x.png) no-repeat;
	background-size: 60%;
	width: 72px;
	height: 72px;
}
#topAnchor:hover {
	background: url(../../assets/images/top_selected@3x.png) no-repeat;
	background-size: 60%;
}
.start-page-wrap .disabled {
	background: #96968e;
}
.back_mask {
	width: 100%;
	height: 1000px;
	background-color: rgba(92,92,92,0.3);
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
}
.back_mask .eaxm-dialog {
	margin-top: 200px;
}
.back_mask.back_display {
	display: none;
}

.left_btn {
	position: fixed;
	bottom: 39px;
	left: 120px;
	display: none;
	font-size: 20px;
	width: 54px;
	height: 43px;
}

.version {
	margin-top: 40px;
	font-size:14px;
}
.version a {
	color: #000000;
	text-decoration: none;
}

.version a:link {
	color: #000000;
}

.version a:hover {
	color: #000000;
}

.version a:visited {
	color: #000000;
}

.target-fix {
	position: relative;
	top: -80px;
    display: block;
	height: 0;
	overflow: hidden;
}
