button{outline:none;}
input:focus,button{
	outline:none;
}

/*修改input默认placeholder颜色*/
input::-webkit-input-placeholder{
    color: rgba(0,0,0,0.25);
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: rgba(0,0,0,0.25);
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: rgba(0,0,0,0.25);
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    

    color: rgba(0,0,0,0.25);
}

button,input,textarea{ outline: none }
body::-webkit-scrollbar{
	width: 8px;
	height: 8px;
	background-color: #fff;
}

body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255);
	border-radius: 4px;
	background-color: #fff;
}


body::-webkit-scrollbar-thumb{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #D8D8D8;
}

.modal-open .modal{
	background: rgb(0,0,0,0.55);
}

/*公共的表格*/
.dataTable{
	width:100%;
}

.dataTable thead{
	width: 100%;
	background: #F8F8F8;
}

.dataTable thead tr th{
	padding:12px 10px 12px 1%;
	font-size: 14px;
	color: #303030;
	position:relative;
}

.dataTable thead tr{
	border-bottom: 1px solid #E4E6E8;
}



.dataTable tbody tr{
	border-bottom: 1px solid #E4E6E8;
	cursor: pointer;
}

.dataTable tbody tr:hover{
	background: rgba(237,244,250,1);
}

.dataTable tbody tr td{
	padding:12px 0px 12px 1%;
	font-size: 14px;
	/*color: #303030;*/
	color: rgba(0,0,0,0.65);
	position:relative;
}

/*.dataTable tbody tr td span{
	position: absolute;
	top:10px;
}*/

.dataTable tbody tr td lable{
	position: absolute;
	top:14px;
	left: 13px;
}

.dataTable thead tr th lable{
	position: absolute;
	top:18px;
	left: 13px;
}

.btnHoverStyle{
	width:36px;
	height: 36px;
	border-radius: 18px;
	position: relative;
    top: 2px;
    float: left;
}

.btnHoverStyle:hover{
	background: #EFEFEF;
}

.btnHoverStyle img{
	position: absolute;
	top:10px;
	left:10px;
}

/*公共的表格*/

.statisticTable tbody { display: block; height: 200px; overflow-y: scroll; }
.statisticTable thead,
.statisticTable tbody tr { display: table; width: 100%; table-layout: fixed; /**表格列的宽度由表格宽度决定，不由内容决定*/ }
/**这一个重要：写完上面的看效果应该是表头和内容对不齐。我们需要的是调节0.4em中的0.4，试着变大变小就能看到区别，我试了，刚好跳到0.4，所有的列都能垂直对齐*/
.statisticTable thead { width: calc( 100% - 0.4em);/*表头与表格垂直对齐*/ }

/*分页*/
.customPageNo input {
    width: 48px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    padding: 0px 6px;
    text-align: center;
}
.customPageSize {
    float: right;
}

.pageSizeBox {
    padding-top: 10px;
    padding-left: 16px;
}
.customPageNo {
    padding-left: 17px;
    padding-top: 5px;
    float: right;
}
/*分页*/

/*公共的提示弹框5*/
.publicHint5Content{
	background:#f5a623;
	border-radius:30px;
	width:216px;
	height:50px;
	position: absolute;
	left: 132px;
	text-align: center;
	color:#fff;
	padding-top: 5px;
	box-shadow:none;
	line-height: 38px;
	top:-28px;
	border:none;
}

#publicHint5 .in{
	opacity: 0;
}
/*公共的提示弹框5*/

/*公共的模态框按钮*/
.modalSubmit, .modalCancel2{
	border-radius: 2px;
	background: rgba(74,144,226,1);
	color: rgba(255,255,255,1);
	font-family: PingFang SC;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	padding:4px 12px;
}

.modalSubmit:hover,
.modalCancel2:hover{
	color:#fff;
}

.modalCancel{
	border-radius: 2px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(0,0,0,0.15);
	color: rgba(0,0,0,0.65);
	font-family: PingFang SC;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	padding:4px 12px;
}

.modalCancel:hover{
	color: rgba(0,0,0,0.65);
}

.publicClickStyle{
	color: rgba(74,144,226,1);
	cursor: pointer;
}

#myAddTplHint .publicModalContent{
	width: 460px;
}

/*滚动条样式*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.publicScrollBar::-webkit-scrollbar
{
	width: 4px;
	height: 4px;
	background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
.publicScrollBar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255);
	border-radius: 2px;
	background-color: #fff;
}
 
/*定义滑块 内阴影+圆角*/
.publicScrollBar::-webkit-scrollbar-thumb
{
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #D8D8D8;
}


/*单选按钮美化操作*/
.publicInputRadio input{
    display: none;
}
.publicInputRadio label{
    position: relative;
    margin-right: 34px;
    cursor: pointer;
    font-weight: normal;
}
.publicInputRadio label::before{
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgb(219, 219, 219);
    margin-right: 16px;
    vertical-align: bottom;
    position: relative;
    top:-2px;
}
.publicInputRadio input:checked+label::before{
    background-color: #4A90E2;
}
.publicInputRadio input:checked+label::after{
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    bottom: 7px;
    background-color: white;
  
}
/*单选按钮美化操作*/


.publicModalTitle{
	font-weight: bold;
}

.publicModalHeader{
	border:none;
	padding:20px 30px;
}

.publicModalFooter{
	border:none;
	padding:0px 30px 20px 30px;
}

.publicModalBtn{
	min-width: 80px;
	height: 30px;
	border-radius: 4px;
	margin-left: 20px;
}

.publicSubmitStyle{
	background: #4A90E2;
	border: 1px solid #4A90E2;
	color:#fff;
}

.publicCancelStyle{
	background: rgba(248,248,248,0.50);
	border: 1px solid #DEDEDE;
	color: #909090;
}

/*公共的模态框*/
.publicModalContent{
	width:640px;
	min-height: 180px;
	margin:0 auto;
	top:200px;
	/*统一样式*/
	background: #FFFFFF;
	box-shadow: 0 6px 16px -8px rgba(0,0,0,0.08), 0 9px 28px 0 rgba(0,0,0,0.05), 0 12px 48px 16px rgba(0,0,0,0.03);
	border-radius: 2px;
	border:none;
}

.publicModalHeader{
	/*padding:20px 20px 5px 20px;*/
	border-bottom: none;
	border:none;
	padding:20px 30px;
}

.publicModalTitle{
	font-size: 16px;
	color: #303030;
	font-weight: bold;
}

.publicModalBody{
	padding:20px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #303030;
}

.publicModalBody2{
	padding:0px 30px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #303030;
	min-height: 220px;
}

.labelConfigModalContent{
	width: 660px;
	/*min-height: 387px;*/
	/*统一样式*/
	background: #FFFFFF;
	box-shadow: 0 6px 16px -8px rgba(0,0,0,0.08), 0 9px 28px 0 rgba(0,0,0,0.05), 0 12px 48px 16px rgba(0,0,0,0.03);
	border-radius: 2px;
	border:none;
}
/*公共的模态框*/
/*上一版本术语浏览器保留公共样式*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/


/*术语浏览器*/
.termBrowseSubsetBox{
	width: 100%;
}

.termBrowseBox{
	padding:16px;
	box-sizing:border-box;
}

.termBrowsePlate{
	float: left;
	background: #fff;
	border-radius: 4px;
	height: 480px;
	position: relative;
	border:1px solid rgba(150,197,252,1);
}

.termBrowseLeft{
	width: 32.7%;
	position: relative;
}

.termBrowseBetween{
	width: calc(34.6% - 32px);
	margin:0px 16px;
	box-sizing:border-box;
}

.termBrowseRight{
	width:32.7%;
}

.termBrowseHead{
	height: 40px;
	background: rgba(150,197,252,1);
	padding:9px 16px;
	border-radius: 4px 4px 0px 0px;
	color: rgba(255,255,255,1);
	font-family: PingFang SC;
	font-weight: medium;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: left;
}

.termBrowseCenter{
	/*background:yellow;*/
}

.termBrowseInfoBox{
	padding:16px;
	overflow-y: auto;
}

.termBrowseLeftBtnBox{
	height: 32px;
	background: #fff;
	border-bottom: 2px solid rgba(0,0,0,0.09);
}

.termBrowseLeftBtnBox button{
	border:none;
	background: #fff;
	padding:4px 16px;
	color: rgba(0,0,0,0.85);
	font-family: PingFang SC;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
}

.termBrowseLeftBtnBox button:hover{
	background: rgba(242,242,242,1);
	color: rgba(74,144,226,1);
}

.termBrowseLeftInfoBox{
	padding:16px;
	overflow-y: auto;
}

/*概念树*/
.conceptBrowserTree span{
	padding: 4px;
	color: rgba(0,0,0,0.65);
	cursor: pointer;
}

.conceptBrowserTree span span{
	font-size: 12px;
	color: rgba(0,0,0,0.25);
}

.treeSwitch,.treeSwitch2 {
    width: 10px;
    margin-right: 4px;
    cursor: pointer;
}
.conceptBrowserTreeLiChild {
    padding-left: 25px;
}

.treeSwitchOn{
	-moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
}

.treeDataActive{
	border-radius: 2px;
	background: rgba(187,231,255,1);
}

.conceptTreeTerm{
	position: relative;
	margin-bottom: 10px;
	white-space: nowrap;
}
.conceptAddOrDel{
	position: absolute;
	z-index: 99;
	top:20px;
	display: none;
	border:1px solid #dedede;
}

.conceptAddOrDel button{
	border:none;
	background: #ffffff;
	padding:6px 28px;
}
.conceptAddOrDel button:hover{
	background: #f8f8f8;
}
/*概念树*/

/*术语编辑详情列表*/
.editInfoList{
	padding-left: 80px;
	position: relative;
	margin-bottom: 16px;
	max-width: 600px;
}

.editInfoList .title{
	color: rgba(0,0,0,0.85);
	position: absolute;
	left: 0px;
	width: 74px;
	text-align: right;
	overflow: hidden;/*超出部分隐藏*/
	text-overflow:ellipsis;/* 超出部分显示省略号 */
	white-space: nowrap;/*规定段落中的文本不进行换行 */
	font-weight: bold;
}

.termList{
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 4px;
	margin-bottom: 4px;
	position: relative;
	padding-right: 80px;
}

.termList button{
	border-radius: 4px;
	background: rgba(245,166,35,1);
	position: absolute;
	right: 0;
	border:none;
	color:#fff;
	font-size: 12px;
	padding:2px 6px;
}

/*子类关系*/
.subclassRelation{
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 4px;
	margin-bottom: 4px;
	position: relative;
	padding-right: 80px;
}

.subclassRelation1{
	width: 60px;
	float: left;
}

.subclassRelation2{
	width: calc(100% - 60px);
	float: right;
}

.subclassRelation3{
	padding-bottom: 4px;
	margin-bottom: 4px;
	position: relative;
}

.subclassRelation2 input{
	width: 100%;
	border:none;
	cursor: pointer;
}

.subclassRelationInfo,.subclassRelation2 .del{
	position: absolute;
	right: 20px;
	width: 10px;
	top:8px;
}

.subclassRelationInfo2{
	position: absolute;
	right: 60px;
	width: 10px;
	top:7px;
}

/*属性关系*/
.attributeRelation{
	width: 100%;
	max-width: 400px;
	background: #EDF4FA;
	border: 1px solid #4A90E2;
	border-radius: 3px;
	margin-bottom: 16px;
	padding:7px 16px;
}

.attributeRelationList{
	margin-bottom: 2px;
	position: relative;
}

/*来源术语*/
.sourceTermBox{
	padding-bottom: 16px;
}

.sourceTermBox .title{
	font-weight: bold;
	position: relative;
    padding-left: 10px;
    margin-bottom: 24px;
}

.sourceTermBox .title .sign {
    width: 4px;
    height: 20px;
    background: rgba(26,113,215,1);
    position: absolute;
    left: 0;
    top: 0px;
}

.sourceTermList{
	margin-bottom: 24px;
}

.sourceTermList .version{
	margin-bottom: 2px;
	color: rgba(0,0,0,0.85);
}

.sourceTermList .info span{
	margin-right: 20px;
	/*color: rgba(0,0,0,0.85);*/
}

.sourceTermList .info .code{
	/*color: rgba(74,144,226,1);*/
}

/*术语浏览器*/

/*术语反馈通道部分*/
#termTicklingType .hintBody{
	text-align: center;
}

.ticklingTypeBtn{
	width: 280px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	font-size: 14px;
	color: #303030;
	margin-bottom: 10px;
	text-align: center;
}

.ticklingTypeBtn:hover{
	background: #4A90E2;
	border: 1px solid #4A90E2;
	color:#fff;
}

.ticklingList{
	padding-bottom: 5px;
}

.ticklingList label{
	width: 100px;
}

.ticklingTextareaBox{
	position: relative;
}

.ticklingTextareaBox label{
	position: relative;
	top:-77px;
}

.ticklingTextareaBox textarea{
	position: relative;
	right: 0px;
	border: 1px solid #CECECE;
	padding:4px;
	border-radius: 4px;
	height: 92px;
	width: 280px;
	resize:none;
}

.ticklingList select{
	width: 200px;
	/*height: 28px;*/
	background: url("/img/hita/downward3.png") no-repeat scroll right center transparent;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	padding:4px 14px 4px 6px;
}

.relationType,.ticklingContent2{
	display: none;
}

.targetTermSet1,.targetTermSet2{
	padding-bottom: 10px;
	display: none;
}

.targetTermSet1 input{
	width: 200px;
	padding:4px 6px;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
}

button,input,textarea{ outline: none }

/*术语反馈通道部分*/

/*公共的搜索框1*/
.publicSearchBoxOne{
	float: left;
	height: 32px;
	border-radius: 2px;
	width: 192px;
	position: relative;
}

.publicSearchBoxOne input{
	height: 100%;
	border:1px solid rgba(0,0,0,0.15);
	border-radius: 2px 0 0 2px;
	padding:5px 12px;
	width: 160px;
	margin:0;
	z-index: 10;
}


.publicSearchBoxOne button{
	height: 100%;
	width: 32px;
	border:none;
	border-top:1px solid rgba(0,0,0,0.15);
	border-bottom:1px solid rgba(0,0,0,0.15);
	border-right:1px solid rgba(0,0,0,0.15);
	background: #fff;
	margin:0;
	position: absolute;
	right: 0;
	z-index: 9;
	background: #4A90E2;
	color:#fff;
}

.publicSearchBoxOne button:hover{
	background: #73ABEC;
}

.publicSearchBoxOne button:active{
	background: #1C6BC7;
}

.publicSearchBoxOne ul{
	width: calc(100% - 50px);
	position: relative;
	border-radius: 2px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05),0px 6px 16px 0px rgba(0,0,0,0.08),0px 3px 6px -4px rgba(0,0,0,0.12);
	max-height: 160px;
	overflow-y: auto;
	display: none;
	z-index: 1;

}

.publicSearchBoxOne ul li{
	padding:6px 12px;
	cursor: pointer;
}

.publicSearchBoxOne ul li:hover{
	background: rgba(0,0,0,0.05);
}
/*公共的Loding*/
.publicLoading {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin:0 auto;
	opacity: 1;
}

.publicLoadingBox{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	position: fixed;
	text-align: center;
	padding-top: 300px;
	text-align: center;
	display: none;
	z-index: 999;
	left: 0;
	top:0;
}

.publicLoadingHint{
	color: rgba(255,255,255,1);
	font-family: PingFang SC;
	font-weight: medium;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0px;
	margin-top: 20px;
	opacity: 1;
} 
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}   
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*公共的Loding*/

/*概念搜素表格*/
.editSearchTb{
	max-height: 208px;
	overflow-y: auto;
}
.editSearchTb table{
	width: 100%;
}

.editSearchTb table tbody tr{
	border-bottom: 1px solid #dedede;
	cursor: pointer;
}

.editSearchTb table tbody tr td{
	padding:6px 4px;
}

.editSearchTb table tbody tr th{
	padding:6px 4px;
	background: #F8F8F8;
}

.editSearchTb .dataList:hover{
	background: #F8F8F8;
}

.editSearchSelect{
	background: #F8F8F8;
}

.editTermSubsetSave{
	background: #FFFFFF;
	border: 1px solid rgba(0,0,0,0.15);
	color: rgba(0,0,0,0.65);
	border-radius: 2px;
	margin-right: 32px;
	margin-top: -2px;
	padding:1px 8px;
}

.editTermSubsetSave:hover{
	background: #1890FF;
	color: #fff;
}

.interfixConceptId{
	position: relative;
}

.termDataConceptInfo {
    width: 189px;
    padding: 10px 0px;
    background: #FFFAE4;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
    border-radius: 4px;
    position: absolute;
    left: 30px;
    /*top: 30px;*/
    z-index: 99;
}

.termDataInfoWeight {
    font-weight: bold;
}
.termDataInfoP {
    padding: 0px 20px;
    margin: 0px;
}

.termDataInfoP span {
    font-size: 12px;
    color: #807D72;
}

.lookOrEdit {
    color: #0052AB;
    cursor: pointer;
}

.termDataTitle{
	padding-bottom: 10px;
	font-weight: 549;
}

.termMappingBox{
	margin-bottom: 20px;
}

.termMappingBox p {
	margin-bottom: 0px;
	font-size: 14px;
	color: rgb(0,0,0,0.65);
}

/*语义标签部分*/
.optLabelBox{
	width: 100%;
	padding:10px 0px 10px 7.3%;
	overflow-y: auto;
}

.optLabelBoxParentLi{
	margin-bottom: 8px;
}

.optLabelBoxChildLi{
	margin-top: 8px;
}

.optLabelBoxParentLi .parentsIcon{
	margin-right: 8px;
}

.parentsIcon2 {
	transform: rotate(-90deg);
	ms-transform: rotate(-90deg); /* IE 9 */
	moz-transform: rotate(-90deg); /* Firefox */
	webkit-transform: rotate(-90deg); /* Safari and Chrome */
	o-transform: rotate(-90deg); /* Opera */
}

.optLabelInfo img{
	margin-right: 8px;
	width: 14px;
}

.optLabelBoxChildUl{
	padding-left: 40px;
}

.optLabelInfo,.parentsIcon{
	cursor: pointer;
}
.labelConfigCleanUp{
	float: left;
	color: rgba(74,144,226,1);
}
/*语义标签部分*/

/*扩展集相关*/
.expandSetNav{
	height: 52px;
	background: rgba(255,255,255,1);
	padding:16px 16px 0px 16px;
}

.expandSetNav ul li{
	padding:8px 16px;
	float: left;
	cursor: pointer;
}

.expandSetNav .active{
	color: rgba(255,255,255,1);
	background: rgba(44,105,162,1);
}

.expandSetHeadBtnBox{
	height: 54px;
	padding:16px;
}

.expandSetHeadBtnBox button{
	float: right;
	padding:6px 8px;
	background: none;
	border:none;
	color:rgba(74,144,226,1);
	margin-left: 16px;
	margin-top: -6px;
	cursor: pointer;
}

.expandSetLeft{
	width: 56.25%;
}

.expandSetLeftNav{
	height: 50px;
	border-bottom: 1px solid rgba(233,233,233,1);
}

.expandSetLeftNav ul li{
	padding:16px 16px 14px 16px;
	float: left;
	cursor: pointer;
}

.expandSetLeftNav .active{
	color: rgba(74,144,226,1);
	padding:16px 16px 12px 16px;
	border-bottom: 2px solid rgba(74,144,226,1);
}

.expandSetRight{
	width: calc(43.75% - 16px);
	margin-left:16px;
}

.expandSetLeftBody{
	padding:16px;
}

.leadingInConcept{
	/*background: green;*/
	display: none;
}

.selectConceptLeft{
	width: calc(50% - 8px);
	margin-right: 8px;
	float: left;
	border:1px solid #D6D6D6;
}

.selectConceptRight{
	width: calc(50% - 8px);
	margin-left: 8px;
	float: right;
	border:1px solid #D6D6D6;
}

.expandSetLeftBody .selectConceptNav1{
	height: 40px;
	border-bottom: 1px solid #D6D6D6;
	padding:10px 16px;
	color: rgba(0,0,0,0.85);
	font-family: PingFang SC;
	font-weight: medium;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0px;
}
.expandSetLeftBody .selectConceptNav2{
	height: 32px;
}

.expandSetLeftBody .selectConceptNav2 button{
	border:none;
	background: none;
	padding:4px 16px;
	color: rgba(74,144,226,1);
}

.expandSetLeftBody .selectConceptNav2 button:hover,
.editTermBegin:hover,
.editTermEinish:hover,
.searchConcept:hover{
	background: #F2F2F2;
	color: #1A4C7C;
}

.selectConceptCenter{
	overflow-y: auto;
	padding:16px;
}

.addSubset,.noAddSubset{
	display: none;
}

.subSetHeadBtnBox{
	margin-top: 22px;
	margin-bottom: 8px;
	position: relative;
}

.subSetHeadBtnBox button{
	background: none;
	border:none;
	color: rgba(74,144,226,1);
	margin-left: 16px;
	cursor: pointer;
}

.nodeFilter{
	position: absolute;
	background: #fff;
	z-index: 999;
	border-radius: 2px;
	box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05),0px 6px 16px 0px rgba(0,0,0,0.08),0px 3px 6px -4px rgba(0,0,0,0.12);
	font-weight: normal;
	left: 30px;
	display: none;
}

.nodeFilter li{
	padding:6px 12px;
	cursor: pointer;
}

.nodeFilter li:hover{
	background: rgba(0,0,0,0.05);
}

.nodeFilter .active{
	color:rgba(74,144,226,1);
}

/*导出子集部分*/
#subSetExportHint .magic-radio + label:before,
#subSetExportHint .magic-checkbox + label:before{
	top:3px;
}

#subSetExportHint .magic-checkbox + label:after{
	top:4px;
}
/*扩展集相关*/

/*扩展集编辑器*/
.expandSetEditLeft{
	width: 600px;
}

.expandSetEditRight{
	width: calc(100% - 616px);
	margin-left:16px;
}

.expandSetEditLeftBody .selectConceptNav1{
	height: 40px;
	border-bottom: 1px solid #D6D6D6;
	padding:10px 16px;
	color: #fff;
	font-family: PingFang SC;
	font-weight: medium;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0px;
	background: rgba(150,197,252,1);
}
.expandSetEditLeftBody .selectConceptNav2{
	/*height: 32px;*/
	border-bottom: 2px solid rgba(0, 0, 0, 0.09);
}

.expandSetEditLeftBody .selectConceptNav2 button{
	border:none;
	background: none;
	padding:4px 16px;
	color:rgba(0,0,0,0.85);
	
}

.expandSetEditLeftBody .selectConceptNav2 button:hover{
	background: rgba(242,242,242,1);
	color: rgba(74,144,226,1);
}

.termBrowsePlate2{
	float: left;
	border-radius: 4px;
	min-height: 480px;
	position: relative;
}

.expandSetEditTop{
	position: relative;
	top: 0;
	margin-bottom: 8px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid rgba(150,197,252,1);
}

.expandSetEditButtom{
	position: relative;
	/*bottom: -8px;*/
	/*margin-top: 8px;*/
	background: #fff;
	border-radius: 4px;
	/*border: 1px solid rgba(150,197,252,1);*/
}

.expandSetEditTop .selectConceptNav1{
    height: 40px;
    border-bottom: 1px solid #D6D6D6;
    padding: 10px 16px;
    color: #fff;
    font-family: PingFang SC;
    font-weight: medium;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
    background: rgba(150,197,252,1);
}

.expandSetEditButtom .selectConceptNav1{
    height: 40px;
    border-bottom: 1px solid #D6D6D6;
    padding: 10px 16px;
    color: #fff;
    font-family: PingFang SC;
    font-weight: medium;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
    background: rgba(150,197,252,1);
}

.expandSetEditButtom .selectConceptNav2{
	height: 32px;
}

.orgTermSuperset .selectConceptNav2 button{
	border:none;
	background: none;
	padding:4px 16px;
	color: rgba(74,144,226,1);
}

.expandSetEditButtom .selectConceptNav2 button:hover{
	background: #F2F2F2;
	color: #1A4C7C;
}

.conceptInfoCenter,.expandTermCenter{
	/*background: yellow;*/
	padding:16px;
	overflow-y: auto;
}

.checkTheRepetitionBtn button{
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.15);
	color: rgba(0,0,0,0.65);
	font-family: PingFang SC;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0px;
	background: none;
	padding:4px 0px;
}

.checkTheRepetitionBtn button:hover{
	background: rgba(74,144,226,1);
	border-color: rgba(74,144,226,1);
	color:#fff;
}

/*文件上传组件*/
.subsetUploadDataBox{
	width: 100%;
	float: left;
	cursor: pointer;
}

.subsetUpload{
	position: absolute;
	z-index: 98;
}

.subsetUploadData{
	/*width: 300px;*/
	/*height: 115px;*/
	/*border: 1px solid #DEDEDE;*/
	border-radius: 4px;
	/*padding:8px;*/
	position: relative;
	z-index: 99;
	background: #fff;
}

.subsetUploadData2{
	/*width: 284px;*/
	height: 80px;
	border: 1px dashed rgba(0,0,0,0.15);
	border-radius: 4px;
	position: relative;
	background: rgba(0,0,0,0.02); 
}

.subsetUploadImg{
	width: 40px;
	position: absolute;
	left: 25%;
	top:22px;
}

.subsetUploadP1{
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #909090;
	letter-spacing: 1.05px;
	position: absolute;
	top:30px;
	left:43%;
}

.subsetUploadP2{
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #909090;
	position: absolute;
	top:55px;
	left:43%;
}

.subsetUploadDataTit{
	margin: 5px 0px;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #303030;
	letter-spacing: 1.05px;
}

.subsetDataListBox2{
	width: 498px;
	background: #F8F8F8;
	border-radius: 4px;
}

.subsetDataListBox2 p{
	margin:0px;
	padding:5px 19px 4px 27px;
	position: relative;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	letter-spacing: 0.9px;
}

.subsetDataListBox2 p img{
	position: absolute;
	left: 10px;
	top: 7px;
}
/*文件上传组件*/


.expandSetLeadingOut{
	border-radius: 4px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(0,0,0,0.15);
	padding:8px 50px 8px 16px;
	position: relative;
	/*cursor: pointer;*/
}

.expandSetLeadingOut .title1{
	color: rgba(0,0,0,0.65);
	font-family: PingFang SC;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0px;
}

.expandSetLeadingOut .title2{
	margin-bottom: 0px;
	color: rgba(0,0,0,0.45);
	font-family: PingFang SC;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0px;
}

.expandSetLeadingOut img{
	position: absolute;
	right: 16px;
	top:8px;
}

.expandTermEdit input{
	width: calc(100% - 148px);
	border-radius: 2px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(217,217,217,1);
	padding:5px 12px;
	margin-right: 10px;

}

.expandTermEdit .term{
	width: calc(100% - 148px);
	padding:6px 12px;
	margin-right: 10px;
	float: left;
}

.expandTermEdit .del{
	margin-left: 10px;
	cursor: pointer;
}

.expandTermEdit .del:hover{
	color:rgba(74,144,226,1);
}

.editTermEinish{
	display: none;
}

.importSubsetDataDel{
	margin-left: 30px;
	cursor: pointer;
}

.importSubsetDataDel:hover{
	color:#4A90E2;
}

/*扩展集编辑器*/

.termBrowseExpandNav ul{
	height: 30px;
	margin:0;
	border-bottom: 2px solid rgba(0,0,0,0.09);
}
.termBrowseExpandNav ul li{
	float: left;
	padding:5px 10px;
	cursor: pointer;
}

.termBrowseExpandNav .active{
	color: rgba(74,144,226,1);
	border-bottom: 2px solid rgba(74,144,226,1);
	padding:5px 10px 3px 10px;
}


.textClickStyle{
	color: #4A90E2;
	font-family: PingFang SC;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0px;
	cursor: pointer;
}

.textClickStyle:hover{
	color:#73ABEC;
}

.textClickStyle:active{
	color: #1C6BC7;
}