* {
	padding: 0;
	margin: 0;
}

a {
	color: black;
}

.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;
}

.invoice_nav {
	width: 1200px;
	margin: 20px auto;
	color: black;
	padding-top: 100px;
}

.invoice_nav>a:nth-child(4) {
	color: #4165FD;
}

.invoics_table {
	background-color: #F5F5F5;
}

.invoice_show {
	width: 1200px;
	margin: 0 auto;
	height: 800px;
	background-color: white;
}

.invoice_left>div {
	float: left;
	margin-left: 74px;
}

.invoice_left>img {
	float: right;
	margin-right: 40px;
}

.invoice_left {
	overflow: hidden;
	padding-top: 30px;
}

.order_details>div:nth-child(1) {
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
}

.order_details>div:nth-child(2) {
	font-size: 20px;
	font-weight: 400;
	color: rgba(255, 107, 0, 1);
	line-height: 28px;
	margin: 10px 0px;
	margin-left: 28px;
}

.order_details>div:nth-child(3) {
	border: 1px #4165FD solid;
	width: 42px;
	padding: 7px 31px;
	color: #4165FD;
	border-radius: 4px;
}


/*.invoice_ele_show{
	margin-top: 70px;
}*/

.invoice_ele>img {
	float: left;
	margin-left: 37px;
	width: 70px;
}

.invoice_ele>div {
	float: left;
	margin-left: 15px;
}

.invoice_ele {
	overflow: hidden;
	/*border: 1px red solid;*/
	border-bottom: 1px #F1F1F1 solid;
	border-top: 1px #F1F1F1 solid;
	padding: 30px 0;
	margin: 40px auto;
}

.etc_ele {
	margin-top: 5px;
}

.pay_num {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 25px;
}

.total_num>div:nth-child(1) {
	float: right;
	margin-right: 20px;
}

.total_num>div:nth-child(2) {
	float: right;
	margin-right: 60px;
}

.total_num_esc>div {
	margin: 10px 0;
	font-size: 12px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 17px;
}

.total_num_first>div {
	margin: 10px 0;
}

.total_num_first>div:nth-child(3) {
	margin: 10px 0;
	font-size: 18px;
	font-weight: 600;
	color: rgba(252, 52, 37, 1);
	line-height: 25px;
}

.pay_num_datil {
	margin-top: -25px;
	border-bottom: 1px #F1F1F1 solid;
}

.total_num {
	overflow: hidden;
	padding-bottom: 20px;
}

.goods_inf {
	display: flex;
	justify-content: space-around;
	font-size: 12px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 17px;
	padding-top: 30px;

}
.goods_inf div div{
	margin-bottom: 10px;
}
.goods_inf>div:nth-child(1){
	width: 220px;
}
.goods_inf>div:nth-child(4){
	width: 237px;
}
.goods_title {
	font-size: 14px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
}
.print{
	color: #4165FD;
}
.invoics_table{
	min-width: 1200px;
	
}
