body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
hr,
thead,
tbody,
tfoot,
th,
td {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}

html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	line-height: 1.5;
	font-size: 14px;
}

body,
button,
input,
select,
textarea {
	font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 5FAE8F6F96C59ED1, 5B8B4F53, sans-serif;
}

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	border: 1px solid #ddd;
	padding: 5px;
}

table th {
	font-weight: inherit;
	border-bottom-width: 2px;
	border-bottom-color: #ccc;
}

img {
	border: 0 none;
	width: auto9;
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input:focus {
	outline: none;
}

select[size],
select[multiple],
select[size][multiple] {
	border: 1px solid #AAA;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video,
progress {
	display: inline-block;
}

body {
	background: #fff;
}

input::-webkit-input-speech-button {
	display: none
}

button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container{
	width:1200px; margin: 0 auto
	
}
.main {
	height: auto;
	/* width: 7.5rem; */
	min-height: 100vh;
	background: url('../image/bg.png');
	background-position: center;
	padding: 60px;
}

.title {
	font-size: 40px;
	font-weight: bold;
	padding: 20px;
}

.form {
	width: 1200px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 0.3rem;
	margin-top: 30px;
	    height: 500px;
}

.form-item {
	width: 560px;
	padding: 18px;
	display: flex;
}

.form-label {
	width: 160px;
	color: #323;
	text-align: right;
	font-size: 16px;
	flex-shrink: 0;
}

.form-input {
	width: 100px;
	width: 100%;
	margin-right: 30px;
	/* height: 66px; */
	border: none;
	border-radius: 30px;

}

.form-input1 {
padding-left: 30px;
    width: 250px;
    margin-right: 20px;
    height: 33px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.confirm {
	width: 200px;
	height: 30px;
	background-color: #00f;
	border: none;
	color: #fff;
	border-radius: .3rem;
	margin-bottom: 0.3rem;
	margin-bottom: 30px;
}