body {
	margin: 0;
	padding: 0;
}

/* 模块排版部分(每行5个) */
.modules {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* margin: 30px 30px; */
	flex-wrap: wrap;
	width: 90vw;
	margin: auto;
}

.cellvw {
	width: 18vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.cell {
	width: 150px;
	height: 150px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: black;
	background-color: white;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0 0 8px 3px gainsboro;
	cursor: pointer;
}

.cell div {
	text-align: center;
}

.cell:nth-child(1):hover {
	color: #0056B3;
	text-decoration: underline;
}

.cell img {
	width: 60px;
	height: auto;
	margin-bottom: 15px;
}

.redDot {
	/* 小红点(消息提醒) */
	font-size: 14px;
	color: white;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: red;
	border-radius: 50%;
	position: absolute;
	right: 3px;
	top: 3px;
	display: none;
}

/* 表格(通用模板) */
.crjTable {
	width: 100%;
	box-sizing: border-box;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
}

.crjTitleRow {
	font-size: 15px !important;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 40px;
}

.crjTitleCell {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	height: 40px;
	line-height: 20px;
	color: rgb(85, 85, 85);
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}

.crjContentRow {
	font-size: 14px !important;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 40px;
}

.crjContentCell {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	height: 40px;
	line-height: 20px;
	color: rgb(85, 85, 85);
	border-left: 0;
	border-top: 0;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}

.crjFold {
	line-height: 20px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	text-align: left;
}

.crjLeft {
	justify-content: flex-start !important;
	padding-left: 3px;
}

.crjRight {
	justify-content: flex-end !important;
	padding-right: 3px;
}

.wid1 {
	width: 1%;
}

.wid2 {
	width: 2%;
}

.wid3 {
	width: 3%;
}

.wid4 {
	width: 4%;
}

.wid5 {
	width: 5%;
}

.wid6 {
	width: 6%;
}

.wid7 {
	width: 7%;
}

.wid8 {
	width: 8%;
}

.wid9 {
	width: 9%;
}

.wid10 {
	width: 10%;
}

.wid11 {
	width: 11%;
}

.wid12 {
	width: 12%;
}

.wid13 {
	width: 13%;
}

.wid14 {
	width: 14%;
}

.wid15 {
	width: 15%;
}

.wid16 {
	width: 16%;
}

.wid17 {
	width: 17%;
}

.wid18 {
	width: 18%;
}

.wid19 {
	width: 19%;
}

.wid20 {
	width: 20%;
}

.wid21 {
	width: 21%;
}

.wid22 {
	width: 22%;
}

.wid23 {
	width: 23%;
}

.wid24 {
	width: 24%;
}

.wid25 {
	width: 25%;
}

.wid30 {
	width: 30%;
}

.wid40 {
	width: 40%;
}

.wid50 {
	width: 50%;
}

.wid60 {
	width: 60%;
}

.wid70 {
	width: 70%;
}

.wid80 {
	width: 80%;
}

.wid90 {
	width: 90%;
}