.publish_block {
	width: calc(100% - 48px);
	left: 24px;
	position: relative;
	margin-top: 24px;
}

.publish_block_title {
	width: 100%;
	height: 22px;
	line-height: 22px;
	position: relative;
	color: #000000;
	font-size: 14px;
}

.pb_defInput {
	height: 42px;
	background: #FFF;
	text-indent: 8px;
	line-height: 42px;
	position: relative;
	margin-top: 8px;
	border-radius: 4px;
	border: 1px solid #D9D9D9;
}

.operate_block {
	position: relative;
	margin-right: 16px;
	height: 44px;
	user-select: none;
}

.operate_defText {
	height: 44px;
	line-height: 44px;
	position: relative;
	color: #8C8C8C;
}

.hide_details {
	position: relative;
	margin-left: 4px;
	top: 6px;
}

.upload_annex {
	cursor: pointer;
	user-select: none;
}

.user_skill_info_div {
	width: 100%;
	min-height: 46px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	border: 1px solid #EBF0EB;
	position: relative;
	margin-top: 8px;
	max-height: 160px;
	overflow-y: auto;
}

.usid_input {
	width: 100%;
	height: 34px;
	margin-top: 0;
	position: relative;
	left: 0;
}

.user_skill_info {
	width: calc(100% - 48px);
    height: 100%;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    position: relative;
    top: 6px;
    left: 24px;
    color: #04B400;
    border: none;
    outline: none;
    text-align: left;
    background: none;
    overflow-x: auto;
}

.usid_skill {
	width: calc(100% - 35px);
    height: auto;
    position: relative;
    left: 16px;
    display: flex;
    flex-wrap: wrap;
}

.usid_skill_choose {
	width: auto;
	height: 28px;
	background: #D7F3D6;
	border-radius: 99px 99px 99px 99px;
	opacity: 1;
	position: relative;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	cursor: pointer;
	user-select: none;
}

.usid_skill_choose_text {
    width: auto;
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    display: block;
    color: #04B400;
    line-height: 12px;
    position: relative;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.usid_skill_choose_delete {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.more_skill_popup {
	width: 100%;
    max-height: 440px;
    overflow-y: auto;
    box-sizing: border-box;
}

.more_skill_popup_tabs {
	color: #04B400;
}

.subjectSelectD, .skillSearchD {
    width: 248px;
    position: relative;
    margin-left: 12px;
}

.subjectSelect {
    width: 100%;
    height: 38px;
    position: relative;
    background: #FFF;
}

.search_select_subject {
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}

.greySelectBlock_text {
    line-height: 38px;
    user-select: none;
    color: #000 !important;
}

.subjectPopup {
	display: none;
}

.publish_buttonD {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 48px;
}

.publish_true {
	width: 58px;
	height: 34px;
	position: relative;
	border-radius: 8px;
	display: block;
	text-align: center;
	line-height: 34px;
}