.config-menu {
	display: none;
	position: absolute;
	top: 40px;
	width: 150px;
	max-height: 160px;
	overflow-y: auto;
	z-index: 10;
	right: 87px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.config-menu li {
	display: block;
	cursor: pointer;
	height: 16px;
	line-height: 16px;
	padding: 5px 10px;
	overflow: hidden;
}

.config-menu li input {
	margin-right: 5px;
	cursor: pointer;
	-webkit-appearance: checkbox;
}

table tr:first-of-type td {
	position: relative;
}

table tr:first-of-type td span.behind {
	position: absolute;
	right: -6px;
	width: 6px;
	border-right: 1px solid #ddd;
	height: 100%;
	top: 0;
	z-index: 20;
	cursor: pointer;
}

table tr:first-of-type td span.forward {
	position: absolute;
	left: 0px;
	width: 5px;
	border-right: 1px solid #ddd;
	height: 100%;
	top: 0;
	z-index: 20;
	cursor: pointer;
}

table tr:first-of-type td span.backForward {
	position: absolute;
	right: -2px;
	width: 8px;
	border-left: 1px solid #ddd;
	height: 100%;
	top: 0;
	z-index: 20;
	cursor: pointer;
}

#main-content {
	top: 0px;
}

.content-right-info {
	top: 20px;
	overflow: hidden;
	outline: none;
	border: 1px solid #ddd;
	left: 10px;
	right: 10px;
}

.marginbox {
	margin: 0;
	padding: 1px;
}

#main-content .btnbox {
	margin: 0;
}

#main-content .search-box {
	margin-bottom: 0px;
}

table.grade tr:first-of-type td.bgGreen {
	background: #d2ece9;
}

table.grade tr:first-of-type td.textRed {
	cursor: pointer;
}

* {
	box-sizing: content-box;
}

.config-menu {
	display: none;
	position: absolute;
	top: 40px;
	width: 150px;
	max-height: 160px;
	overflow-y: auto;
	z-index: 21;
	right: 87px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.config-menu li {
	display: block;
	cursor: pointer;
	height: 16px;
	line-height: 16px;
	padding: 5px 10px;
	overflow: hidden;
}

.config-menu li input {
	margin-right: 5px;
	cursor: pointer;
	-webkit-appearance: checkbox;
}

/*以下自用*/

#BenchFrame {
	display: none;
}

.hide {
	display: none;
}

.level1 {
	color: red;
}

.productNameDiv {
	cursor: pointer;
}

.marginbox tr td .handle {
	background: #2f8eed;
	height: 24px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	margin: 6px 0 6px 0;
	padding: 0 5px;
	display: inline-block;
}

.marginbox tr td .handle:hover {
	text-decoration: none;
	color: #fff;
}

.toNextPage {
	cursor: pointer;
}

/*以上自用*/
/*展开 隐藏图标 开始*/

table tr td.tdheight-lable {
	position: relative;
	/* padding-right: 20px; */
}

table tr td.tdheight-lable .list-lable {
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
}

table tr td.thorder .list-lable {
	position: absolute;
	right: -22px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
}

table tr td.thorder .list-lable a{
	margin: 0;
}

#copyTableHead tr td.thorder .list-lable {
	z-index: 1;
}

table tr td a.black {
	text-decoration: none;
	color: #000000
}

/*展示 隐藏图标 结束*/

/*.content-right-info {
	visibility: hidden;
}*/
#main-content {
	visibility: hidden;
}

/*批注开始2.0*/

table tr td.td-tag {
	position: relative;
}

table tr td .tag-left {
	width: 16px;
	height: 16px;
	border-width: 0px 0px 16px 16px;
	box-sizing: border-box;
	border-style: solid;
	border-color: transparent transparent transparent #ef0909;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

table tr td .tag-content-left {
	position: absolute;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	background: #f8fcff;
	top: 7px;
	left: -6px;
	text-align: left;
	padding: 0 6px;
	z-index: 2;
}

table tr td .tag-content-left .tit {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	border-bottom: 1px dashed #ddd;
}

table tr td .tag-content-left .tag-info {
	font-size: 12px;
	color: #666;
	line-height: 24px;
}

table tr td .tag-content-left .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table tr td .tag-content-left .tag-info {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
}

table tr td .tag-right {
	width: 16px;
	height: 16px;
	border-width: 0 16px 16px 0;
	box-sizing: border-box;
	border-style: solid;
	border-color: transparent #ef0909 transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

table tr td .tag-content-right {
	position: absolute;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	background: #f8fcff;
	top: 7px;
	left: 16px;
	text-align: left;
	padding: 0 6px;
	z-index: 2;
}

table tr td .tag-content-right .tit {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	border-bottom: 1px dashed #ddd;
}

table tr td .tag-content-right .tag-info {
	font-size: 12px;
	color: #666;
	line-height: 24px;
}

table tr td .tag-content-right .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table tr td .tag-content-right .tag-info {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
}

/*带c角标 开始*/

table tr td .tag-right .tag_c {
	width: 14px;
	height: 14px;
	position: absolute;
	top: -3px;
	left: 5px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 14px;
}

table tr td .tag-left .tag_c {
	width: 14px;
	height: 14px;
	position: absolute;
	top: -3px;
	right: 5px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 14px;
}

/*带c角标 结束*/
/*数据过多不能两行截断样式 开始*/

table tr td.tdheight-td {
	padding: 0 0 0 10px;
}

table tr td.tdheight-td .tdheight {
	max-height: 88px;
	overflow: auto;
}

td.tdTag {
	display: none;
}

/*数据过多不能两行截断样式 结束*/
/*展开 隐藏加减图标 开始*/

table.grade tr td.tdheight-switch {
	position: relative;
	/* padding-right: 20px; */
}

table.grade tr td.tdheight-switch .list-switch {
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
	background-color: #f5f5f5;
	border-radius: 50%;
}

/*展示 隐藏加减图标 结束*/

table tr td span.important-project {
	height: 14px;
	background: #DE4343;
	padding: 0 8px 0 4px;
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	display: block;
	vertical-align: super;
	border-radius: 0 10px 0 0;
	float: left;
	margin-top: 4px;
	margin-left: -10px;
}

.page_back .page_back_link {
	width: 24px;
	height: 19px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	background: #fff url("../images/icons/td_back_icon.png") no-repeat center left;
}

table tr td .list-lable-icons {
	width: 20px;
	height: 20px;
	background: url("../images/icons/fold_up.png")no-repeat right center;
	vertical-align: sub;
}

table tr td .list-lable-icons.curr {
	width: 20px;
	height: 20px;
	background: url("../images/icons/fold_up_curr02.png")no-repeat right center;
}

table.grade tr td.tdheight-switch .list-switch-icons {
	width: 20px;
	height: 20px;
	background: url("../images/icons/list_switch.png")no-repeat left center;
	vertical-align: sub;
}

table.grade tr td.tdheight-switch .list-switch-icons.curr {
	width: 20px;
	height: 20px;
	background: url("../images/icons/list_switch_curr.png")no-repeat left center;
}

/*表格搜索 开始*/
table.grade tr td.thorder .td_search {
	width: 24px;
	height: 21px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -12px;
}

table.grade tr td.thorder .td_search .td_search_icon {
	width: 18px;
	height: 18px;
	background: url(../images/icons/td_search_icon_curr.png) no-repeat center;
}

/*表格搜索 结束*/
/*表格序号前加返回 开始*/
table.grade tr td.thorder .page_back {
	width: 24px;
	height: 21px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -12px;
}

table.grade tr td.thorder .page_back .page_back_link {
	width: 18px;
	height: 18px;
	background: url(../images/icons/td_back_icon.png) no-repeat center;
}

table.grade tr td.thorder .page_back .page_back_link:hover {
	background: url(../images/icons/td_back_icon_curr.png) no-repeat center;
}

/*表格序号前加返回  结束*/


/* 20220920 标准列表页表头拖拽 开始 */
.col-width-panel,
.row-height-panel,
.chosen-area-p,
.rightmouse-panel-div,
.chosen-area-p div {
	position: absolute;
}

.col-width-panel div {
	width: 8px;
	position: absolute;
	cursor: e-resize;
	z-index: 999;
}

.row-height-panel div {
	height: 8px;
	position: absolute;
	cursor: row-resize;
	z-index: 999;
}

/* 20220920 标准列表页表头拖拽 结束 */


/* 20220921 悬浮球 开始 */
.ball-box {
	position: fixed;
	right: 30px;
	bottom: 70px;
	z-index: 999;
	display: block;
	width: 34px;
	height: 34px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	cursor: pointer;
}

.ball-box:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: #ebebeb;
	border-radius: 50%;
	margin: 5px 0 0 5px;
}

/* 20220921 悬浮球 结束 */
