body {
	min-height: 100vh;
	background-image: url(../img/mcBac1920x1080.jpg);
	background-size: 100% 100%;
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;

	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .8);

	display: none;
	justify-content: center;
	align-items: center;
}

.allModelBox {
	position: absolute;
	z-index: 10;
}

/* toast */
.toastBox {
	width: 180px;
	height: 40px;
	border-radius: 4px;

	position: fixed;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -90px;

	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;

	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;

	display: none;
}

/* toast */

/* loading */
.loadNode {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .5);

	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;

	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	color: #ffffff;
	font-size: 14px;
}

.loadNode i {
	font-size: 36px !important;
	animation: rotate linear 1s infinite;
}

.loadNode span {
	margin-top: 5px;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* loading */

/* model */
.modelBox {
	width: 80%;
	max-width: 400px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 2px;
	padding: 15px;
	padding-top: 0;
}

.modelBox .mtitle {
	float: left;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #737373;
}

.modelBox .content {
	float: left;
	width: 100%;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
	color: #737373;
}

.modelBox .buttons {
	float: right;
	margin-top: 15px;
}

.modelBox .buttons span {
	float: left;
	width: 100px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #ffffff;
	border-radius: 2px;
	margin-left: 15px;
	cursor: pointer;
}

.modelBox .buttons .close {
	background-color: #F8777D;
}

.modelBox .buttons .confirm {
	background-color: #65BCBF;
}

.modelBox .buttons .know {
	background-color: #F8777D;
}

/* model */

.center {
	display: block;
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.center_height {
	display: block;
	width: 100%;
	min-height: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

/* nav */
.navBox {
	float: left;
	width: 330px;
	height: 100vh;
	background-position: bottom;
	background-size: auto 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 130px;
	position: relative;
}

.navBox .adminInfo {
	float: left;
	width: 100%;
	height: 188px;
	padding: 40px 0;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.adminInfo .img {
	width: 106px;
	height: 106px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	line-height: 106px;
	color: #333333;
	font-size: 28px;
}

.adminInfo .name {
	margin-top: 20px;
	color: #666666;
	line-height: 20px;
}

.adminInfo .name i {
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
}

.adminInfo .name em {
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 5px;
}

.adminInfo .tag {
	padding: 0 10px;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 26px;
	border-radius: 13px;
	margin-top: 10px;
}

.adminTipBox {
	width: 420px;
	background-color: #FFFFFF;
}

.adminTipBox .tit {
	float: left;
	width: 100%;
	height: 50px;
	background-color: #299be4;
	font-size: 14px;
	line-height: 50px;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 20px;
}

.adminTipBox .tit i {
	float: right;
	font-size: 18px;
	cursor: pointer;
}

.adminTipBox .span1 {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin-top: 30px;
}

.adminTipBox .span2 {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.adminTipBox a {
	width: 140px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #299be4;
	line-height: 30px;
	margin: 0 calc((100% - 140px) / 2);
	margin-bottom: 30px;
	cursor: pointer;
}

.navBox .navList {
	float: left;
	width: 100%;
	height: calc(100% - 268px);
	overflow-y: auto;
}

.navList .item {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	padding-left: 80px;
	height: 50px;
	/* border-bottom: 1px solid #127fcc; */

	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;

	cursor: pointer;
	position: relative;
}

.navList .item:first-child {
	/* border-top: 1px solid #127fcc; */
}

.navList .item:not(.active):hover {
	background-color: #FFFFFF;
}

.navList .item:not(.active):active {
	background-color: #FFFFFF;
}

.navList .item i{
	width: 40px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 40px;
}

.navList .active {
	background-color: #FFFFFF;
}

.navBox .exitSystem {
	color: #ffffff;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	
	position: absolute;
	bottom: 60px;
	left: 40px;
}

.navBox .copyright {
	float: left;
	width: 100%;
	height: 60px;

	color: #ffffff;
	font-size: 12px;
	line-height: 60px;
	text-align: center;

	position: absolute;
	bottom: 0;
	left: 0;
}

/* nav */

.headNav {
	float: left;
	width: calc(100% - 330px);
	height: 81px;
	box-sizing: border-box;
	padding: 15px 0;
	border-bottom: 1px solid #D9D9D9;
}

.headNav a {
	float: left;
	padding: 0 15px;
	height: 40px;
	box-sizing: border-box;
	margin-left: 15px;
	margin-top: 5px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 38px;
}

.headNav a.active {
	color: #FFFFFF;
}

.headNav a i {
	margin-right: 5px;
	font-size: 16px;
}

.headNav .logo {
	float: right;
	margin-right: 15px;
}

.headNav .logo img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.headNav .logo span {
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #003a6c;
}

.headNav .logo span em:first-child {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1.5px;
}

.headNav .logo span em:last-child {
	font-size: 12px;
}

.tabNav {
	float: left;
	width: calc(100% - 330px);
	height: 51px;
	box-sizing: border-box;
}

.tabNav span {
	float: left;
	width: 120px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #666666;
	position: relative;
	cursor: pointer;
}

.tabNav span.active::after {
	content: '';
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}

.rightMain {
	float: left;
	width: calc(100% - 330px);
	height: calc(100vh - 132px);
	overflow-y: auto;
	position: relative;
	background-size: 100% 100%;
}

.rightMain.bacWhite {
	background-color: #FFFFFF;
}

.table {
	float: left;
	width: 100%;
	/* height: 550px; */
	overflow-y: auto;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 5px 0 rgba(200, 200, 200, .8);
	border-radius: 4px;
	font-size: 14px;
}

.table input[type=checkbox] {
	float: left;
	width: 16px;
	height: 16px;
	margin: 17px 10px;
	display: none;
}

.table tr {
	width: 100%;
	height: 50px;
}

.table tr:nth-child(odd) {
	background-color: #f6f8f9;
}

.table th {
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
}

.table td {
	line-height: 49px;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	
	justify-content: center;
	align-items: center;
	position: relative;
}

.table td::after{
	content: '';
	width: 1px;
	height: 24px;
	background-color: #cccccc;
	position: absolute;
	top: 13px;
	left: 0;
}

.table tr td:first-child::after{
	display: none;
}

.table .todo span {
	display: inline-block;
	/* color: #ffffff; */
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	font-size: 12px;
	margin: 0 20px;
	cursor: pointer;
	position: relative;
	padding-left: 20px;
}

.table .todo span::after {
	display: inline-block;
	opacity: 1;
	font-family: 'Icons';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	text-align: center;
	speak: none;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 32px;
	font-size: 16px;
	margin: 0;
}

.table .look::after{
	content: "\f06e";
}

.pages{
	float: left;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f5f9fb;
}

.pages span{
	width: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	margin: 0 5px;
	cursor: pointer;
}

.tabNav .searchBox {
	float: right;
	height: 30px;
	border: 1px solid #e5e5e5;
	background-color: #FFFFFF;
	margin: 9px 15px;
}

.tabNav .searchBox input{
	float: left;
	width: 150px;
	padding: 0 10px;
	height: 30px;
	font-size: 14px;
	color: #999999;
}

.tabNav .searchBox i.icon{
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #999999;
	cursor: pointer;
}