.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;
	margin-bottom: 20px;
}

.car_apply>span:nth-child(3) {
	color: #4165FD;
}

.img_upload_father {
	background-color: #F1F1F1;
	margin-top: -17px;
}

.car_apply {
	padding-top: 17px;
}

.img_upload {
	width: 1200px;
	margin: 0 auto;
	height: 670px;
	background-color: white;
}

.img_upload img {
	width: 280px;
}

.steps_img {
	margin-left: 30px;
}

.img_upload>div:nth-child(1) {
	padding-top: 40px;
}


/**/

.order {
	width: 270px;
	margin: 20px 0 0 40px;
	float: left;
}

.order img {
	height: 100px;
	width: 100px;
	border: 1px dashed #000
}
.order_infs>img{
	width: 164px;
	height: 218px;
}

.order>div:nth-child(2) {
	display: flex;
	justify-content: space-between;
}

.order>div:nth-child(1) {
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
	margin-bottom: 20px;
}

.order_deta {
	margin-top: 25px;
}

.order_deta>div:nth-child(2) {
	font-size: 20px;
	font-weight: 600;
	color: rgba(252, 52, 37, 1);
	line-height: 28px;
	margin-top: 10px;
}

.order_infs {
	overflow: hidden;
}

.order_right {
	float: left;
	margin-left: 200px;
	margin-top: 5px;
}

.detailed_information {
	margin: 30px 0 0 40px;
	display: flex;
}

.detailed_information>div:nth-child(2) {
	margin-left: 220px;
}

.detailed_information div {
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
	margin-bottom: 10px;
}

.tips {
	width: 1150px;
	margin: 0 auto;
	height: 90px;
	background: rgba(255, 252, 248, 1);
	border-radius: 1px;
	border: 1px solid rgba(255, 148, 40, 1);
}

.tips>div:nth-child(1) {
	font-size: 12px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 17px;
	margin: 20px 0 0 20px;
}

.tips>div:nth-child(2) {
	font-size: 12px;
	font-weight: 500;
	color: rgba(136, 136, 136, 1);
	line-height: 17px;
	margin: 10px 0 0 20px;
}