a,a:hover,a:focus,.btn,.btn:hover,.btn:focus,button,button:hover,button:focus {
	outline: none !important;
}

ul li,ol li {
	list-style: outside none none;
}

html,body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Helvetica Neue", Helvetica, Hiragino Sans GB, Open Sans, Microsoft Yahei, Arial;
}

.header {
	height: 48px;
	line-height: 48px;
	background: #008cf0;
}

.header a {
	text-decoration: none;
}

.header .logo img {
	height: 40px;
}

.header .logo .title {
	margin-left: 10px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-size: 16px;
	color: #fff;
}

.header-right .link {
	padding: 0 15px;
	color: #fff;
}

.header-right {
	text-align: right;
}

.header-right .right-menu {
	position: relative;
	display: inline-block;
}

.header-right .right-menu .quit {
	display: inline-block;
	padding: 0 15px;
	height: 48px;
	width: 126px;
	color: #fff;
	text-align: center;
	line-height:48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}
/*avatar*/
.header-right .right-menu:hover .quit {
	background-color:#006bd6  !important;
	transition: background 0.2s ease-out 0s;
}

.header-right .right-menu .quit img {
	position: absolute;
	left:-20px;
	top:10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #3498db;	
}

.header-right .u-box-1 {
	display: none;
	position: absolute;
	right: 0;
	top: 48px;
	z-index: 99;
}

.header-right .right-menu:hover .u-box-1 {
	display: block;
}

.header-right .u-box-1 li + li {
	border-top: 1px solid #0479cd;
}

.header-right .u-box-1 li a {
	position: relative;
	display: block;
	width: 126px;
	line-height: 40px;	
	height: 40px;	
	opacity: 0.95;
	color: #ffffff;
	text-align: left;
	background: #008cf0;	
}

.header-right .u-box-1 li a .fa {
	margin: 0 10px 0 13px;	
}

.header-right .u-box-1 li a:hover {
	background-color: #006bd6 !important;
	transition: background 0.2s ease-out 0s;
}

.header-right  .right-menu .icon-dot {
	top: 15px;
	right: 8px;
	position: absolute;
	font-size: 5px;
	color: #ff0000;
}

.header-right  .right-menu .u-box-1 .icon-dot {
	top: 22px;
	right: 0;
}

.footer {
	padding: 25px 0;
	background: #f5f5f5;
}

.copyright {
	height: 50px;
	text-align: center;
}

.modal .modal-dialog {
  margin-top: 200px;
}

.modal-backdrop {
  display: none;
}