.header {
	background-color: #2B303B;
	color: white;
}

.cotain_body,
.border_line {
	width: 1200px;
	margin: 0 auto;
}

.cotain,
.nav {
	width: 1200px;
}

.border_line {
	width: 100%;
}

.car_apply {
	margin: 0px auto;
	width: 1200px;
	margin-top: 120px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.car_apply>span:nth-child(3) {
	color: #4165FD;
}


/*
 照片上传*/

.img_upload {
	width: 1200px;
	margin: 0 auto;
	background: white;
	height: 600px;
}

.img_upload_father {
	background: rgba(245, 245, 245, 1);
	margin-top: -12px;
}

.img_upload img {
	width: 280px;
}

.img_upload>div:nth-child(1) {
	margin-left: 30px;
	margin-top: 50px;
}

li {
	list-style: none;
}

.firstPhoto {
	margin-right: 71px;
}

.uploadPhoto ul {
	margin-bottom: 20px;
}

.id {
	margin-left: 201px;
}


/*身份信息*/

.identity_inf {
	font-size: 14px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
	margin: 20px 0 0 30px;
}

.identity_detailed {
	width: 650px;
	margin: 30px 0 0 50px;
	display: flex;
	justify-content: space-between;
}

.agreement {
	margin: 40px 0 0 30px;
}

.agreement>input {
	vertical-align: -3px;
}

.agreement>label {
	font-size: 12px;
	font-weight: 400;
	color: rgba(136, 136, 136, 1);
	line-height: 17px;
}

.next {
	text-align: center;
	margin: 50px auto;
	width: 88px;
	margin-top: 50px;
	padding: 8px 14px;
	background-color: #4165FD;
	color: white;
	border-radius: 4px;
}

.next:hover {
	cursor: pointer;
}

.uploadPhoto ul li:nth-child(1) {
	background-image: url(https://update.9618968.com/etc-common/2024-08-28/20240828160300016.png);
	background-size: 100% 100%;
	background-position: center 0px;
	width: 240px;
	height: 165px;
}

.uploadPhoto ul li:nth-child(2) {
	background-image: url(https://update.9618968.com/etc-common/2024-08-28/20240828160300046.png);
	background-size: 100% 100%;
	background-position: center 0px;
	width: 240px;
	height: 165px;
}
.up_imgs>.alert,.up_imgs>.alert2{
	position: absolute;
	left:417px;
	width: 20px;

}
.up_imgs>.alert2{
	left:729px;
}
.up_imgs{
	position: relative;
}

.img_upload{
	margin-top: -30px;
}
.agreement>input:hover,.agreement>label:hover{
	cursor: pointer;
}

#phone_number::-webkit-outer-spin-button,
		#phone_number::-webkit-inner-spin-button {
			-webkit-appearance: none !important;
		}