body {
	padding: 0;
	margin: 0;
	background: rgb(51, 51, 51);
	height: 100%;
}

.logo {
	width: 40px;
	height: 40px;
	float: left;
}

.title {
	font-size: 3rem;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 8px;
	color: grey;
}

.header {
	height: 60px;
	padding-top: 10px;
	background: white;
	min-width: 960px;
	width: 100%;
}

.headr-left {
	float: left;
}

.header-right {
	float: right;
}

.reg {
	font-size: 1.6rem;
	height: 40px;
	line-height: 40px;
}

.panel-container {
	padding: 4px 20px;
}

.panel-content {
	border: 1px solid gainsboro;
	border-radius: 8px;
	min-height: 80px;
}

.panel-bg-orange {
	background: #EE9A00;
}

.panel-bg-green {
	background: green;
}

.left-bottom-lable {
	position: absolute;
	bottom: 20px;
	left: 30px;
	font-size: 1.4rem;
	color: white;
	font-family: "楷体";
}

.right-top-lable {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 3rem;
	color: white;
	font-family: "times new roman";
}

.marquee-container {
	min-height: 100px;
	background: white;
	margin-top: -10px;
	border-left: 5px solid #CCCCCC;
}

.scrollText {
	height: 210px;
	overflow: hidden
}

.chart-container {
	min-height: 260px;
	border-left: 5px solid #CCCCCC;
	margin-top: -10px;
}

.kanban-content {
	display: none;
}

#login-content {
	display: none;
	text-align: center;
	padding-top: 160px;
}

.login-lable {
	width: 260px;
	color: white;
	background: rgb(35, 35, 35);
	margin: 0 auto;
	padding: 8px;
	border-radius: 60px;
	font-size: 1rem;
}

.footer {
	color: white;
	position: absolute;
	bottom: 16px;
	width: 100%;
}

#lable1 {
	line-height: 20px;
}

.reg {
	cursor: pointer;
}

.unit-item {
	display: table;
	width: 300px;
	float: left;
	height: 300px;
	border:1px solid #DDDDDD;
	margin-left:32px;
	cursor: pointer;
	padding: 30px;
	background:white ;
}

.unit-item:hover{
	background: #DADADA;
}

.unit-item:first-child{
	margin-left: 0;
}

.unit-item-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 16px;
}

.unit-item-inner img {
	width: 90px;
}

.unit-container {
	margin:0 48px 0 48px;
	overflow: hidden;
	display: none;
}

.unit-container-inner {
	margin: 40px auto;
	width: 964px;
	text-align: center;	
}

.unit-desc {
	color: #999999;
}

.unit-name {
	color: #333333;
	font-size: 1.8rem;
	line-height: 50px;
}

.modal-outer{
	background: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	top:0;
	display: none;
}

.modal-inner{
	text-align: center;
	background: white;
	width: 400px;
	height: 360px;
	margin: 0 auto;
	display: table;
}

#regqr{
	width: 200px;
	height: 200px;
}

.modal-content{
	display: table-cell;
	vertical-align: middle;
	color: #666666;
}
