.invoice_nav {
	padding-top: 30px;
}

.order_details>div:nth-child(3) {
	width: 58px;
	padding: 7px 24px;
	color: #333333;
	border-radius: 4px;
	background-color: #F5F5F5;
	border: 0;
}

.logistics {
	border-radius: 4px;
	border: 1px solid rgba(221, 221, 221, 1);
	width: 50px;
	padding: 5px 15px;
	margin-left: 65px;
}

#complete {
	font-size: 20px;
	font-weight: 600;
	color: rgba(121, 202, 68, 1);
	line-height: 28px;
}


/*开票成功*/

.invoice_table_list {
	width: 1200px;
	margin: 0px auto;
	background-color: white;
}

.invoice_img {
	text-align: center;
}

.invoice_img>img {
	width: 72px;
	padding-top: 100px;
}

.invoice_table {
	background-color: #F5F5F5;
	height: 660px;
}

.invoice_img>div {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 22px;
	margin: 10px 0;
}

.invoice_img>a {
	font-size: 14px;
	font-weight: 400;
	color: rgba(65, 101, 253, 1);
	line-height: 20px;
	display: block;
	margin: 27px;
}

.invoice_tip {
	width: 1160px;
	margin: 0 auto;
	border: 1px red solid;
	height: 90px;
	background: rgba(255, 252, 248, 1);
	border-radius: 1px;
	border: 1px solid rgba(255, 148, 40, 1);
	margin-bottom: 200px;
}

.invoice_tip>div:nth-child(1) {
	font-size: 12px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 17px;
	margin: 20px 0 15px 20px;
}

.invoice_tip>div:nth-child(2) {
	font-size: 12px;
	font-weight: 500;
	color: rgba(136, 136, 136, 1);
	line-height: 17px;
	margin: 15px 0 0px 18px;
}

.back_pay {

	width: 1180px;
	margin: 10px auto;
	padding-top: 10px;
	background-color: #F4F5FA;
}
.go_back{
	display: block;
	margin: 30px 0;
}
.back_pay2{
	background-color: white;
	margin-top: -20px;
}

.back_pay2>div:nth-child(2){
	margin-left: 156px;
}
