.page-container {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
}

.sidebar-menu {
	display: table-cell;
	position: relative;
	width: 180px;
	z-index: 1;
}

.sidebar-menu.fixed .sidebar-menu-inner {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	overflow: hidden;
	background: #282f77;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 20px 0;
}

.sidebar-menu .tou {
	color: #ffff;
}

.sidebar-menu .tou .img {
	text-align: center;
	margin-bottom: 10px;
}

.sidebar-menu .tou .text {
	text-align: center;
}

.sidebar-menu .tou p {
	font-size: 12px;
	margin: 0px;
	padding: 0;
	line-height: 25px;
}

.sidebar-menu .tou .text {
	padding: 0;
}

.sidebar-menu ul li {
	color: #fff;
	margin: 20px 0px 20px 50px;
	border-right: 2px solid #282f77;
}

.sidebar-menu ul li.active {
	border-right: 2px solid #fff;
}

.sidebar-menu ul li a {
	line-height: 30px;
	font-size: 14px;
}

.sidebar-menu ul li a {
	display: flex;
	align-items: center;
}

.sidebar-menu ul li a img {
	width: 18px;
	margin-right: 5px;
}

.page-container .main-content {
	display: table-cell;
	position: relative;
	z-index: 1;
	padding: 10px;
	padding-bottom: 0;
	vertical-align: top;
	word-break: break-word;
	width: 100%;
	-webkit-transition: opacity 100ms ease-in-out;
	-moz-transition: opacity 100ms ease-in-out;
	-o-transition: opacity 100ms ease-in-out;
	transition: opacity 100ms ease-in-out;
}

.shuju {
	display: flex;
	align-items: center;
	float: left;
	border-right: 1px solid #f2f2f2;
	padding-right: 20px;
	margin: 20px 20px 20px 0;
}

.shuju img {
	width: 40px;
	margin-right: 10px;
}

.shuju h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.shuju h4 {
	font-size: 14px;
	margin: 0;
}

.glyphicon {
	margin-right: 2px;
}

.car ul {
	display: flex;
	align-items: center;
}

.car ul li {
	border-radius: 5px;
	border: 1px solid #282f77;
	text-align: center;
	padding: 20px 30px;
	margin-right: 25px;
}

.car ul li img {
	width: 40px;
}

.car ul li p {
	font-size: 14px;
	margin-top: 10px;
}

.shujutole ul {
	display: flex;
	align-items: center;
}

.shujutole ul li {

	text-align: center;
	padding: 20px 60px;
	border-right: 1px solid #F5F5F5;
}

.shujutole ul li img {
	width: 80px;
}

.shujutole ul li h4 {
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
}

.shujutole ul li p {
	font-size: 14px;
}

.margin10 {
	margin-bottom: 10px;
}

.datetimes i {
	position: absolute;
	bottom: 10px;
	right: 7px;
	top: auto;
	cursor: pointer;
	z-index: 9;
}

.login {
	background: url(../images/loginbg.png)no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	height: 100vh;
	place-items: center;
}

.login .form {
	background-color: var(--white);
	border-radius: var(--button-radius);
	box-shadow: 0 0.9rem 1.7rem rgb(0 0 0 / 25%), 0 0.7rem 0.7rem rgb(0 0 0 / 22%);
	height: var(--max-height);
	max-width: var(--max-width);
	overflow: hidden;
	position: relative;
	padding: 70px 50px 100px;

}
.login .form h3{
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	color: #282f77;
}
.bold{
    font-weight: bold;
    color: #000;
    font-size: 18px;
}