.menu {
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-between;
	height: 40px;
	width: 100%;
	background-color: #5898f1;
	color: antiquewhite;
	z-index: 1000;
}

.top-div-2 {
	position: fixed;
	top: 40px;
	background-color: white;
	height: 200px;
	text-align: center;
	padding: 10px 5px;
	z-index: 1000;
	width: 100%;
}

.top-div-2>div {
	width: 33%;
	display: inline-block;
	text-align: center;
	float: left;
	margin-top: 10px;
}

.top-div-2>div img {
	width: 35%;
	height: 70%;
}

.top-div-2>div p {
	color: black;
	text-align: center;
	font-size: 1rem
}

.mui-icon {
	padding: 5px 10px 10px 10px;
    color: antiquewhite;
    font-family: Muiicons;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.search {
	position: fixed;
	top: 40px;
	width: 100%;
	padding: 20px 25px 0 25px;
	z-index: 999;
	background-color: #FFFFFF;
}

.mui-pull-top-pocket {
	top: 75px;
}

.search input {
	font-size: 14px;
	border-radius: 10px;
	padding-left: 30px;
}

.search .icon {
	position: absolute;
	top: 30px;
	left: 33px;
}

#bumendiv {
	position: absolute;
	top: 25px;
	right: 10px;
	height: 30px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	background-color: #D60808;
	color: #FFFFFF;
	padding: 5px 12px;
}

/* .condition {
	position: fixed;
	top: 75px;
	width: 100%;
	padding: 10px 0 10px 20px;
	background-color: #FFFFFF;
	font-size: 14px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	z-index: 999;
	color: #919191;
} */

.demolist {
	width: 95%;
	margin: 90px auto 15px;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 0 8px #E9E9E9;
}

.notice {
	padding: 10px;
	font-size: 14px;
}

.notice .bottom {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #f1f1f1;
	font-size: 12px;
}

.notice .bottom .left {
	width: 70%;
}

.notice .bottom .left .status {
	padding: 5px;
	margin-right: 5px;
	border-radius: 3px;
	background-color: #fddfdf;
}

.notice .bottom .left .dept {
	padding: 5px;
	border-radius: 3px;
	color: #919191;
	background-color: #e5e5e5;
}

.notice .bottom .right {
	width: 50%;
	text-align: right;
	color: #919191;
}

.mui-pull-bottom-pocket {
	visibility: initial;
}


#no-data {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#no-data img {
	width: 45%;
	height: 170px;
	margin-bottom: 10px;
}

#no-data .empty {
	text-align: center;
}

.mui-bar-nav~.mui-content .mui-pull-top-pocket {
	top: 120px;
}

.mui-popover {
	background-color: #FFFFFF;
}

.exam-box .projects {
	width: 90%;
	height: 110px;
	margin: 10px auto;
	position: relative;
	border-bottom: 1px #f3f5fa solid;
}

.projects .project-title>img,
.projects .project-title>div {
	display: inline-block;
	vertical-align: middle;
}

.projects .project-title .newTitle {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	height: 2.8rem;
	color: #2c2c2c;
	font-size: 1.2rem;
	font-weight: bold;
}

.projects .project-title>div {
	padding: 15px 10px;
	width: 100%;
	/* width: calc(100% - 120px); */
}

.projects .project-title>div:nth-child(2) {
	width: calc(100% - 135px);
}

.projects .project-title>div:last-child {
	float: right;
	background-color: #ffff;
	border-radius: 10px;
}

.projects .project-title>img {
	width: 120px;
	height: 80px;
	border-radius: 10px;
}

.projects .project-title {
	padding: 5px;
	background-color: #fff;
	margin: 10px;
	border-radius: 10px;
}

.projects .project-title .text-red {
	float: right;
}

.projects .project-title>div>p:last-child {
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
}

.projects .project-title>div:nth-child(2)>p:first-child {
	font-weight: bold;
	color: black;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.projects .project-title>div:nth-child(2)>p:last-child {
	font-size: 0.86rem;
	text-align: left;
}

.projects .project-title>div:nth-child(2)>p:last-child>span:not(:last-child) {
	border-right: 1px solid #a3a3a3;
	padding-right: 5px;
}

.projects .project-title>div:last-child>p:last-child {
	color: #8f8f94;
}

.latestProject .projects {
	margin-bottom: 15px;
}

.latestProject .projects:last-child {
	margin-bottom: 0 !important;
}

.latestProject .mui-card-header>span:last-child {
	color: #4991fd;
	font-size: 0.93rem;
}

.latestProject .mui-card-header>p>span:first-child {
	width: 4px;
	display: none;
	height: 18px;
	background-color: #ff2127;
	vertical-align: middle;
}

.latestProject .mui-card-header>p>span:last-child {
	font-weight: bold;
	vertical-align: middle;
}

.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 40px;
	left: 0;
	background-color: black;
	opacity: 0.3;
	z-index: 100;
	overflow: hidden;
}

