* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

#add_Unit {
	width: 100%;
	height: 100vh;
	background: url(./images/ibg.png) no-repeat;
	background-size: 100% 100%;
}

.bost {
	width: 1200px;
	margin: auto;
}

.bost>img {
	display: block;
	margin: auto;
	margin-top: 50px;
}

.banben {
	width: 62px;
	height: 22px;
	line-height: 22px;
	background: linear-gradient(to right, #F2A71B, #F2CE3D);
	margin: auto;
	margin-top: 14px;
	text-align: center;
}

.banben p {
	color: white;
	font-size: 14px;
}

.div_form {
	width: 490px;
	height: 938px;
	margin: auto;
	margin-top: 28px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	opacity: 1;
	border-radius: 4px;
}

.form_title {
	width: 100%;
	height: 57px;
	border-bottom: 1px solid #D4DBDD;
	align-items: center;
	display: flex;
}

.back {
	width: 62px;
	height: 28px;
	line-height: 28px;
	margin-left: 23px;
	background: rgba(248, 255, 254, 1);
	border: 1px solid rgba(18, 190, 226, 1);
	opacity: 0.6;
	border-radius: 2px;
	font-size: 14px;
	position: relative;
	text-align: center;
}

.back span {
	width: 28px;
	height: 14px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 24px;
	color: rgba(4, 161, 228, 1);
	opacity: 1;
}

.back span:before {
	content: "";
	width: 14px;
	height: 8px;
	background: url(./images/26.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 2px;
	top: 30%;
	pointer-events: none;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.unit_title {
	margin-left: 21%;
	font-weight: bold;
	letter-spacing: 2px;
}

.from_detail {
	width: 100%;
	height: 880px;
	position: relative;
}

.organization {
	margin-top: 30px;
}

.organization,
.legal,
.telphone {
	margin-bottom: 20px;
}

.from_detail label {
	display: inline-block;
	width: 98px;
	height: 14px;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
}

.from_detail input {
	width: 285px;
	height: 40px;
	padding-left: 15px;
	box-sizing: border-box;
	outline: none;
}

.uploading {
	display: flex;
	align-items: center;
}

.uploading input {
	width: 109px;
	height: 68px;
	margin-left: 5px;
	margin-top: 16px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.uploading img {
	width: 109px;
	height: 68px;
	position: absolute;
	top: 16px;
	left: 5px;
}

.front,
.contrary {
	width: 120px;
	height: 120px;
	background: rgba(246, 252, 255, 1);
	border: 1px solid rgba(212, 219, 221, 1);
	display: inline-block;
	position: relative;
}

.front {
	margin-left: 5px;
}

.contrary {
	margin-left: 25px;
}

.front p,
.contrary p {
	font-size: 14px;
	color: rgba(185, 192, 201, 1);
	position: absolute;
	bottom: 8%;
	left: 15%;
}

.license {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.license input {
	width: 109px;
	height: 68px;
	margin-left: 5px;
	margin-top: 16px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.license img {
	width: 109px;
	height: 68px;
	position: absolute;
	top: 16px;
	left: 5px;
}

.licenses {
	width: 120px;
	height: 120px;
	margin-left: 5px;
	background: rgba(246, 252, 255, 1);
	border: 1px solid rgba(212, 219, 221, 1);
	display: inline-block;
	position: relative;
}

.licenses p {
	font-size: 14px;
	color: rgba(185, 192, 201, 1);
	position: absolute;
	bottom: 8%;
	left: 26%;
}

.enterprise {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.enterprise input {
	width: 109px;
	height: 68px;
	margin-left: 5px;
	margin-top: 16px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.enterprise img {
	width: 109px;
	height: 68px;
	position: absolute;
	top: 16px;
	left: 5px;
}

.enterprises {
	width: 120px;
	height: 120px;
	margin-left: 5px;
	background: rgba(246, 252, 255, 1);
	border: 1px solid rgba(212, 219, 221, 1);
	display: inline-block;
	position: relative;
}

.enterprises p {
	font-size: 14px;
	color: rgba(185, 192, 201, 1);
	position: absolute;
	bottom: 8%;
	left: 26%;
}

.safety {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.safety input {
	width: 109px;
	height: 68px;
	margin-left: 5px;
	margin-top: 16px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.safety img {
	width: 109px;
	height: 68px;
	position: absolute;
	top: 16px;
	left: 5px;
}

.safetys {
	width: 120px;
	height: 120px;
	margin-left: 5px;
	background: rgba(246, 252, 255, 1);
	border: 1px solid rgba(212, 219, 221, 1);
	background-color:
		display: inline-block;
	position: relative;
}

.safetys p {
	font-size: 14px;
	color: rgba(185, 192, 201, 1);
	position: absolute;
	bottom: 8%;
	left: 26%;
}

.up_btn {
	width: 359px;
	height: 56px;
	margin: 0 auto;
	margin-top: 20px;
}

.up_btn button {
	width: 100%;
	height: 100%;
	letter-spacing: 2px;
	background: url(./images/4100.png) no-repeat 100% 100%;
	border: none;
	outline: none;
	border-radius: 4px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	opacity: 1;
}

.warning {
	width: 312px;
	height: 16px;
	margin: 0 auto;
	margin-top: 15px;
	display: flex;
	align-items: center;
	color: rgba(32, 72, 90, 1);
}

.prompt {
	width: 412px;
	height: 293px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 1);
	opacity: 1;
	border-radius: 4px;
	position: fixed;
	left: 28%;
	transform: translateX(28%);
	z-index: 1111;
	display: none;
}

.prompt .prompt_detail {
	width: 122px;
	height: 79px;
	margin: 34px auto;
}

.prompt .prompt_detail img {
	width: 100%;
	height: 100%;
}

.prompt h3 {
	width: 168px;
	height: 24px;
	margin: 0 auto;
	margin-top: 28px;
	text-align: center;
}

.prompt p {
	width: 220px;
	height: 24px;
	line-height: 24px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 34px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: rgba(113, 118, 124, 1);
	opacity: 1;
}

.prompt button {
	width: 172px;
	height: 48px;
	margin: 0 auto;
	margin-left: 30%;
	text-align: center;
	color: rgba(4, 161, 228, 1);
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(4, 161, 228, 1);
	opacity: 1;
	border-radius: 4px;
}

.prompt .quit {
	position: absolute;
	right: 0;
	top: 0;
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}

.dialogs {
	display: none;
	position: absolute;
	top: -26px;
	left: 37%;
}

.m-0 {
	margin: 0;
}
