.banner-con {
	width: 100%;
	height: 300px;
	background: url("../../assets/img/bannerO.jpg")no-repeat center;
	background-size: cover;
	position: absolute;
	top: 80px;
	left: 0;
}

.position {
	transform: translateY(72px);
	margin-bottom: 72px;
}

.position .title-container {
	height: 60px;
	background: #ECECEC;
	padding: 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #481869;
	line-height: 57px;
}

.position .title-container .title {
	border-bottom: 3px solid #481869;
	width: max-content
}

.position .bg-white {
	background: #ffffff;
	padding: 40px 20px;
}

.form-item {
	/* margin-bottom: 20px; */
}

.form-item label {
	margin-right: 14px;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	width: 216px;
	text-align: right;
}

.form-item label::after {
	content: '*';
	color: #FF0000;
	margin-left: 4px;
}

.form-item .input {
	width: 332px;
	height: 38px;
	background: #FFFFFF;
	border: 1px solid #E0E0E0 !important;
	padding: 0 10px;
}

.form-item .select {
	width: 160px;
	height: 38px;
	background: #FFFFFF;
	border: 1px solid #E0E0E0 !important;
	padding: 0 10px;
}

.submit {
	width: 80px;
	height: 37px;
	background: #B91425;
	border-radius: 6px;
	color: #ffffff;
	margin-left: 238px;
}

.upload {
	width: 81px;
	height: 38px;
	background: #E0E0E0;
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	margin-right: 10px;
}

.add-icon {
	margin-left: 10px;
	cursor: pointer;
	vertical-align: -3px;
}

.download {
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
	color: #004EFF;
	line-height: 30px;
}

.none::after {
	content: '' !important;
}

.tip {
	font-size: 12px;
	font-weight: 400;
	color: #FF0000;
	line-height: 30px;
	margin-left: 250px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

@media (max-width:1159px) {
	.form-item .select {
		width: 100px;
	}
}

@media (max-width:760px) {
	.form-item label {
		width: max-content;
	}

	.none {
		display: none;
	}

	.submit {
		margin-left: 0;
	}

	.tip {
		margin-left: 0;
	}

	.form-item .input {
		width: 100%;
	}

	.form-item .select {
		width: 100%;
		/* margin-bottom: 10px; */
	}

	.form-item .select:nth-child(6) {
		width: calc(100% - 34px)
	}

	.form-item:nth-child(6) .input {
		width: calc(100% - 34px);
	}
}
