.img_zuzhi_id_ok{
	width: calc(100vw * 0.13);
	height: calc(100vw * 0.08);
	margin-top: 18px;
}

/* 组织执照认证 页面的css */
.form_files_up{
	display: flex;
	flex-flow: column;
	justify-content: center;
	justify-items: flex-start;
	align-items: center;
}
.img_up_files{
	width: 100%;
	height: 80%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	//transition: all 0.5s;	//设置上浮过渡时间
}
@media (max-width: 518px) {
	.form_files_up{
		width: 90vw;
		height: 50vw;
		padding-right: 3rem;
	}
}
.div_but_os_cnca_tuichu{
	position: absolute;
	right: 32px;
	top: 32px;
	color: #f10215;
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
}
.div_up_files_error_text{
	margin: 2rem 0px;
	width: 100%;
	font-size: 21px;
	line-height: 38px;
	color: #f10215;
}
.div_biaoqian_dongtai{
	width: 158px;
	line-height: 38px;
	white-space: nowrap;
	text-align: right;
}
