.personnel_view{
	padding: 16px 16px 0 16px;
	min-height: 648px;
	height: calc(100vh - 180px);
	overflow:auto;
}

.personnel_view .person_line{
	display: flex;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}

.personnel_view .person_td{
	display: flex;
	align-items: flex-start;
	gap: 12px;
	flex: 1 0 0;
}

.personnel_view .td_name{
	display: flex;
	width: 120px;
	justify-content: flex-end;
	align-items: center;
	align-self: stretch;
	color: var(--gray-9, #353D41);
	font-family: "Microsoft YaHei UI";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}


.personnel_view .image_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	flex: 1 0 0;
}

.personnel_view .image_box .del_icon{
	width: 20px;
    height: 20px;
    position: absolute;
	right: -8px;
    top: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    border-radius: 50%;
    color: #fff;
}

.personnel_view .upload_img_box{
	display: flex;
	height: 96px;
	padding: 16px auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	position: relative;
	border-radius: 8px;
	border: 1px solid var(--gray-3, #E8EDF0);
	background: var(--gray-2, #F3F6F9);
}

.personnel_view .pi_choosed_box{
	display: flex;
	padding: 7px 8px 7px 10px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	flex: 1 0 0;
	border-radius: 5px;
	border: 1px solid var(--gray-4, #D8DEE0);
	background: var(--gray-1, #FFF);
	color: var(--gray-9, #353D41);
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	cursor: pointer;
}

.personnel_view .pi_choosed_box.active{
	border: 1px solid var(---ant-primary-color, #2E78E9);
	background: var(--ant-primary-1, #F0F9FF);
	color: var(--ant-primary-color, #217AEF);
}

.personnel_view .pi_choosed_box:hover{
	border: 1px solid var(---ant-primary-color, #2E78E9);
	color: var(--ant-primary-color, #217AEF);
}

.personnel_view .upload_idcard_line{
	display: flex;
	align-items: center;
	gap: 12px;
}

.personnel_view .upload_idcard_box{
	display: flex;
	width: 246px;
	height: 144px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 8px;
	border: 1px solid var(--gray-3, #E8EDF0);
	position: relative;
}

.personnel_view .upload_idcard_box .circle_icon{
	display: flex;
	width: 48px;
	height: 48px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 42px;
	background: var(--ant-primary-color, #217AEF);
	position: absolute;
}

.upload_other_file_list{
	display: flex;
	flex: 1 0 0;
	align-self: stretch;
    flex-wrap: wrap;
	gap: 12px;
}

.upload_other_file_list .upload_file_view{
	display: flex;
	width: 360px;
	padding: 12px;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.03);
}

.upload_other_file_list .upload_file_view img{
	width: 48px;
	height: 48px;
	border-radius: 3px;
	border: 1px solid var(--gray-3, #E8EDF0);
}

.upload_other_file_list .file_info{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex: 1 0 0;
    min-width: 0;
}

.upload_other_file_list .info_gap_4{
	display: flex;
	align-items: center;
	align-self: stretch;
	gap: 4px;
	color: var(--gray-9, #353D41);
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.upload_other_file_list .info_gap_8{
	display: flex;
	align-items: center;
	align-self: stretch;
	gap: 8px;
	color: var(--ant-primary-color, #217AEF);
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.upload_other_file_list .info_gap_8 div{
	cursor: pointer;
}

.upload_other_file_list .info_gap_8 div:hover{
	color: #f3940a;
}

.personnel_view .select2-container{
	display: flex;
    align-items: center;
	width: 100%;
    height: 100%;
    padding-left: 16px;
    padding-right: 8px;
    border: 1px solid #D8DEE0;
	border-radius: 4px;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.personnel_view .select2-container:hover{
	outline: none;
    border: 1px solid var(--ant-primary-color, #217AEF);
}

.personnel_view .select2-choice{
	width: 100%;
    border: none;
    padding: 0;
    background: #fff;
    box-shadow: none;
}

.personnel_view .select2-arrow{
	display:none !important;
}