/* 去除btstrap默认样式 */
.navbar-default .navbar-toggle:focus{
    background-color: #fff;
}
label{
	font-size: 14px;
	font-weight: normal;
}
.tooltip{
	z-index: 1000;
}
span.iconfont{
	margin-right: 3px;
	font-size: 14px;
}
.padR15{
	padding-right: 15px;
}
.pad20{
	padding:0 40px 20px 40px;
}
.pad0{
	padding:0;
}
.padB40{
	padding-bottom: 40px;
}
.marB20{
	margin-bottom: 20px;
}
.marB0{
	margin-bottom: 0;
}
.marRL0{
	margin-left: 0px;
	margin-right: 0px;
}
.marT14{
	margin-top: 14px;
}
/* 登录 */
.login{
	margin-top: 0px;
}
.login_titl{
	font-size: 16px;
	/*font-weight: bold;*/
	/*color:#39F;*/
	margin-bottom: 20px;
}
.login_titl div{
	cursor:pointer;
	font-size:16px;
	text-align:center;
	padding-bottom: 10px;
}
.login_titl div.active{
	border-bottom: 3px solid #39F;
}
.login_input {
    position: relative;
    padding: 3px 0 3px 54px;
    border: 1px solid #e7e7eb;
    margin-top: -1px;
}
.login_input span{
	font-size: 24px;
	color:#CBCBCB;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -15px;
    width: 16px;
    height: 26px;
    vertical-align: middle;
    display: inline-block;
}
.login_input input {
    border: 0;
    outline: 0;
    padding: 11px 0;
    vertical-align: middle;
    display: block;
    width: 100%;
}
.login_copyright{
	margin-top: 10px;
	padding: 10px 5px;
	word-wrap:break-word;
	word-break:break-all;
	text-align: center;
}
.login_a a{
	color: #39F;
}
/* 注册 CSS */
.register{
	margin-bottom: 20px;
}
.product_titl{
	font-size: 16px;
	font-weight: bold;
}
.register .panel{
	padding-right: 0;
	padding-left: 0;
}
.register .panel-default>.panel-heading {
    line-height: 32px;
    background-color: #f4f5f9;
    border:none;
    height: 52px; 
    padding-left: 30px;
    padding-right: 30px;
}
.register_info{
	margin-top:20px;
}
.register_info label{
	font-weight: normal;
	font-size: 14px;
	color:#222;
}
.register{
	min-height: calc(100vh - 168px);
	min-height: -moz-calc(100vh - 168px);
	min-height: -webkit-calc(100vh - 168px);
}
.footer{
	background-color: #b8b9b9;
	padding:24px 0;
	color:#f1f1f1;
}
.register .form-horizontal .form-group {
	 margin-right: 0px;
	 margin-left: 0px;
}
.btn_control {
	padding-left: 0;
}
.btn_control .btn {
	position: relative;
	font-weight: 300;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	border: 0 none;
	/* padding: 0 0 0 3px; */
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	width: auto;
}
.btn_control input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: -50%;
	font-size: 40px;
	width: 150px;
	height: 60px;
	direction: rtl;
}
.mustType {
	color: red;
	line-height: 17px;
	font-size: 14px;
	margin-right: 3px;
}
.error{
	color:red;
}
.btn-deafault#submit{
	color:#a5a6aa;
	cursor: default;
}
.form_footer {
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* 头部 css */
body{
	background-color: #F2F2F5;
}
.cont{
	height: 100%;
	width: 100%;
	position: absolute;
}
.header{
	width: 100%;
	height: 82px;
	background-color: #ffffff;
}
.logo{
	width: 416px;
	height: 70px;
	display: block;
	text-align: center;
	line-height: 60px;
	margin-top: 6px;
}
.logo img {
	height: 70px;
	width: 416px;
}
.iconfont.icon-touxiang1{
	font-size: 26px;
	color:#888;
}
.navbar-toggle.mo_touxiang{
	padding:1px 6px;
}
.acc_manage{
	height: 100%;
}
.acc_manage li a{
	height: 60px;
	padding: 0 12px;
	display: block;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
	color:#777777;
	font-size: 13px;
}
.acc_manage span{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-right: 5px;
}
.acc_manage li a:hover{
	background-color: #fafafa;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #777;
    background-color: #F5F8F8;
}
/* 侧边导航 CSS */
.slide_bar.navbar-collapse{
	padding-left: 0px;
	padding-right: 0px;
	border:none;
}
.navbar-collapse.collapse{
	height: 100% !important;
}
.navbar{
	border-radius: 0px;
}
.navbar-collapse.collapse.slide_bar{
	width: 200px;
	height: 100%;
	background-color: #1d2b36;
	color: #aeb7c2;
	position: fixed;
	overflow-x: hidden; 
	overflow-y: auto; 
	padding-bottom: 48px;
	z-index: 500;
	top:60px;
	padding-bottom: 100px;
}
.nav_modal{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000000;
	opacity: 0.5;
	z-index: 450;
	padding-left: 0;
	padding-right: 0;
}
.slide_nav{
}
.slide_nav li a{
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 13px;
	color:#aeb7c2;
	padding: 0 20px;
}
.slide_nav>li>a:hover,.slide_nav>li>a:focus{
	background-color: #162029;
	color:#ffffff;
}
.slide_nav>li>a span{
	display: inline-block;
	margin-right: 8px;
	font-size: 13px;
}
.slide_nav>li>a:hover span,.slide_nav>li>a:focus span{
	color:#00AAFF;
}
.con_info{
	width: 200px;
}
.con_info div{
	padding:10px 20px;
	border-top: 1px solid #485e70;
}
.icon_phone{
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
}
.slide_dropdown.open{
	background-color: #162029;
}
.slide_nav li.slide_active>a,.slide_nav .slide_dropdown.slide_active>a{
	background-color: #162029;
	color:#ffffff;
}
.slide_active>a span,.slide_nav .slide_dropdown.slide_active>a span{
	color:#00AAFF;
}
.slide_nav li.second_active a{
	color:#ffffff;
}
.open .slide_second{
	position:static;
	float: none;
	width:auto;
	margin-top:0;
	background-color:transparent;
	border:0;
	box-shadow: none;
	background: none;
	padding-left: 18px;
}
.open .slide_second>li>a,.open .slide_second .dropdown-header{
	padding: 5px 15px 5px 20px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #162029;
    border-color: none;
}
.nav .open>a:focus{
	background-color: #162029;
}
.open .slide_second>li>a{
	line-height: 36px;
}
.open .slide_second>li>a:hover,.open .slide_second>li>a:focus{
	background: none;
	color:#ffffff;
}
.dropdown-menu.slide_second>.active>a, .dropdown-menu.slide_second>.active>a:focus, .dropdown-menu.slide_second>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background: none;
    outline: 0;
}
/* .slide-dropdown{
	background: #162029;
	
}
.slide_nav .open>a, .slide_nav .open>a:focus, .slide_nav .open>a:hover{
	background: #162029;
}.slide_tittle{
	background: none;
}
.slide_second>li>a{
	background: none;
	overflow: hidden;
}
.slide_second>li>a:hover{
	background: none;
	color:#ffffff;
} */
/* 主体内容 CSS */
.content{
	margin-left: 200px;
    padding: 80px 20px 25px 20px;
}
.con_wrapper{
	width: 100%;
	height: auto;
}
.panel{
	padding-left: 10px;
	padding-right: 10px;
}
.panel_tittle{
	height: 36px;
	font-size: 16px;
	font-weight: bold;
}
	/* 服务器使用情况  css */
	.sys_tittle{
		font-size: 24px;
		font-weight: bold;
	}
	.easy-pie-chart#system-load {
	    width: 130px;
	}
	.easy-pie-chart{
		position: relative;
	    width: 110px;
	    margin: 0 auto;
	    margin-bottom: 15px;
	    text-align: center;
	}
	.easy-pie-chart#system-load .percent {
	    line-height: 128px;
	}
	.easy-pie-chart .percent {
	    display: inline-block;
	    vertical-align: middle;
	    line-height: 110px;
	    z-index: 2;
	}
	.easy-pie-chart .percent:after {
	    content: '%';
	    margin-left: 0.1em;
	    font-size: .8em;
	}
	.server_info{
		margin-top:80px;
	}
	.server_info li{
		padding-top: 10px;
	}
	.server_info li span{
		font-weight: bold;
		vertical-align: middle;
	}
	/* 系统公告 */
	.sys_news div,.sys_news p{
		line-height: 24px;
		font-size: 14px;
	}
	.sys_news p{
		text-indent: 2em;
	}
	.panel .sys_news div.sys_titl{
		font-size: 16px;
	}
	.sys_titl img{
		margin-right: 5px;
	}
	.time {
	    width: 50px;
	    height: 46px;
	    border: 1px solid #4a68ec;
	    background: #fff;
	    text-align: center;
	    /* float: left; */
	}
	.time .day {
	    font-size: 15px;
	    color: #4c67e8;
	    padding: 3px 0 0 0;
	}
	.time .ym {
	    font-size: 12px;
	    color: #b3b9f5;
	}
	/* 扫码打印  CSS */
	.prn_count{
		border-left: 1px solid #cfd8dc;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.first{
		border-left: 1px solid transparent;
	}
	.prn_top .icon-dayin{
		font-size: 62px;
		color: #00bcd4;
	}
	.prn_top .icon-saoma{
		font-size: 62px;
		color: #41b314;
	}
	.prn{
		font-size: 62px;
	}
	.prn_top{
		padding-top: 10px;
		padding-bottom: 25px;
	}
	.prn_bottom{
		padding-top: 30px;
		border-top: 1px solid #cfd8dc;
	}
	.prn_total,.scan_total{
		/* display: inline-block; */
		margin: 0 auto;
		position: relative;
		width: 100px;
		bottom: 110px;
		background-color: #00bcd4;
		padding: 5px 0;
		font-size: 13px;
		color:#ffffff;
	}
	.prn_total{
		background-color: #00bcd4;
	}
	.scan_total{
		background-color: #41b314;
	}
	.biger{
		font-size: 32px;
		font-weight: bold;
	}
	/* 企业信息  CSS */
	.company_info p{
		padding:0 10px;
		font-size: 13px;
		/* height: 31px; */
		line-height: 31px;
	}
	.company_info .row{
		margin-right: 0px;
    	margin-left: 0px;
	}
	.company_info .row>p:first-child{
		font-weight: bold;
		min-width: 100px;
	}
	/* 购买打印机耗材 CSS */
	.tex{
		display: block;
	}
	.pur_tittle{
		display: block;
		height: 48px;
		overflow: hidden;
	}
	.pur_tittle a{
		font-size: 12px;
		line-height: 18px;
		overflow: hidden;
		word-wrap:break-word;
		word-break:break-all;
	}
	.pur_tittle a:hover{
		color:#2196f3;
	}
	/* 备案信息 */
	.copyright{
		margin-top: 30px;
		text-align:right;
		word-wrap:break-word;
		word-break:break-all;
		
	}
@media(min-width: 768px){
	.navbar-right {
	    margin-right: 0px;
	}
}
@media (max-width: 767px) {
	.content{
		margin-left: 0px;
	}
	.navbar-collapse.collapse.slide_bar{
		padding-bottom: 60px;
	}
	.navbar-default .navbar-collapse{
	    border-color: #e7e7e7;
	    background-color: #1d2b36;
	}
	.navbar-collapse.collapse.kkk {
	    height: auto !important;
	}
	.navbar-default .navbar-nav>li>a {
	    color: #aeb7c2;
	}
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	    color: #ffffff;
	    background-color: #162029;
	}
	.server_info{
		margin-top:0px;
	}
}
@media(min-width: 992px) and (max-width: 1200px){
	.server_info{
		margin-top:0px;
	}
}
.chart {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
/*
luxiang 2018 3 21
 */
.jty-login-footer {
	width: 100%;
	/* min-width: 1220px; */
	background-color: #fff;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	height: 100px;
}
.row .hidden-xs img {
	width: 463px;
	height: 464px;
}
.col-lg-4.col-md-4.col-sm-4 {
	padding-top: 60px;
}
.login_copyright span {
	color: #ffffff;
}