.process {
	margin: 5px auto;
	width: 1200px;
}

.process>span:nth-child(4) {
	color: #4165FD;
}

.invoice_cation {
	background-color: #F5F5F5;
	margin: 0 auto;
}

.invoice_inf {
	width: 1200px;
	margin: 0 auto;
	background: white;
	height: 600px;
}

.kinds_invoice {
	width: 460px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 37px;
}

.kinds_invoice>div:nth-child(1) {
	float: left;
}

.kinds_invoice>div:nth-child(2) {
	float: right;
	margin-right: 250px;
}

.kinds_invoice input {
	vertical-align: -2px;
}

.important {
	color: red;
	margin-right: 5px;
	vertical-align: -2px;
	font-size: 13px;
	font-weight: bold;
}

.invoice_title {
	width: 460px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
	line-height: 30px;
}

.invoice_title>div {
	float: left;
}

.invoice_title>input {
	float: right;
	margin-right: 30px;
	width: 300px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid rgba(191, 191, 191, 1);
}

.invoice_ure {
	color: red;
	border-radius: 4px;
	width: 100px;
	float: left;
	font-size: 14px;
	width: 32px;
	float: left;
	padding: 0 52px;
	background-color: #4165FD;
	color: white;
	margin-top: 30px;
}
		
		.inputs::placeholder {
			color: #AEAEAE;
			font-size: 1rem;
			padding-left: 10px;
		}