.cm_title_font{
	color: var(--gray-10, #242729);
	font-family: "Microsoft YaHei UI";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
}

.cm_top_info_view{
	display: flex;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.cm_top_left_view{
	display: flex;
	padding: 12px;
	align-items: flex-start;
	gap: 4px;
	flex: 1 0 0;
	border-radius: 6px;
	background: var(---2, rgba(250, 173, 20, 0.10));
	color: #966300;
	font-family: "Microsoft YaHei UI";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.cm_top_right_view{
	display: flex;
	padding: 16px 8px;
	align-items: center;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 6px;
	background: url("/jgt/images/exam/cm_bg.png") lightgray 50% / cover no-repeat;
	position: relative;
}

.cm_top_right_view img{
	width: 64px;
	height: 74px;
	position: absolute;
	top: -6px;
	left: 0;
}

.cm_tl_info_view{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	flex: 1 0 0;
	color: var(--ant-primary-9, #002A7D);
	font-family: "Microsoft YaHei UI";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
}

.cm_tl_info_view .cm_bold_font{
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
}

.cm_content_info_view{
	display: flex;
	align-items: flex-start;
	gap: 16px;
	flex: 1 0 0;
	align-self: stretch;
}

.cm_content_table_box{
	display: flex;
	padding: 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 6px;
	background: var(--ant-primary-1, #F0F9FF);
}

.cm_table_tools{
	display: flex;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	min-height: 36px;
}

.cm_table_info{
	display: flex;
	padding: 8px;
	align-items: center;
	align-self: stretch;
	border-radius: 6px;
	background: var(--gray-1, #FFF);
}

.cm_table_info .inner_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	flex: 1 0 0;
	color: var(--gray-9, #353D41);
	font-family: "Microsoft YaHei UI";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.cm_table_info .cm_bold_font{
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}

.cm_stage_list{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	flex: 1 0 0;
	align-self: stretch;
	overflow: auto;
}

.cm_stage_title_line{
	display: flex;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.cm_stage_title_line .title_font{
	flex: 1 0 0;
	color: var(--gray-9, #353D41);
	font-family: "Microsoft YaHei UI";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.cm_stage_title_line .iconfont{
	font-size: 16px;
}

.cm_content_table_box .yxt_hand_tab{
	flex: 1 0 0;
	background: #fff;
}

.cm_content_table_box .table_th_div{
	z-index: 1;
}

.cm_content_table_box .tab_content{
	position: relative;
	flex: 1 0 0;
}

.cm_content_table_box .no_message_view{
	top: 0;
    height: 100%;
}

.cm_stage_list .yxt_hand_tab{
	overflow: unset;
	flex: unset;
}

.cm_stage_list .no_message_view{
	position: relative;
}