.container {
	max-width: 1200px !important;
	padding: 0 !important;
	margin: 0 auto !important;
	height: calc(100vh - 70px);
}

.header {
	height: 70px;
	background-color: #fff;
}

.logo {
	width: auto;
	height: 40px;
}

.main {
	background-image: url('../image/bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(100vh - 70px);
}

.center {
	width: 1000px;
	height: 350px;
	background: linear-gradient(180deg, #F1F5FF 0%, #FFFFFF 100%);
	box-shadow: 0px 16px 24px 1px rgba(70, 120, 248, 0.16);
	border-radius: 12px 12px 12px 12px;
	border: 2px solid #FFFFFF;
}

.form-title {
	font-weight: bold;
	font-size: 20px;
	color: #222222;
}

.select {
	width: 360px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #D5D5D5;
	padding: 0 10px;
}

.input {
	margin: 0;
	padding: 0;
	width: 360px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #D5D5D5;
	/* padding-left: 10px; */
	text-indent: 1em;
	/* padding: 0 10px; */
}

.cancel {
	width: 170px;
	height: 48px;
	background: #FFFFFF;
	box-shadow: 0px 10px 12px 1px #F1F1F1;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #F4F5FA;
	border: none;
}

.confirm {
	width: 170px;
	height: 48px;
	background: #4678F8;
	box-shadow: 0px 10px 12px 1px rgba(70, 120, 248, 0.24);
	border-radius: 4px 4px 4px 4px;
	border: none;
	color: #fff;
}