html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
table,
th,
td,
form,
input,
button,
textarea,
menu {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	background: #fff none repeat scroll 0 0;
	margin: 0;
	padding: 0;
}

html,
body,
img,
iframe {
	border: 0 none;
}

li {
	list-style: outside none none;
}

textarea {
	overflow: auto;
	resize: none;
}

a,
button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
	font-weight: 700;
}

a,
a:hover {
	outline: 0 none;
	text-decoration: none;
}

body,
textarea,
input,
button {
	color: #62a1c9;
}

html,
body {
	height: auto;
	/*   min-height: 930px; */
	width: 100%;
	min-width: 1200px;
}

i,
em {
	font-style: normal;
}

.main{
	width:100%;
	min-height:794px;
	background-color:#f1f4f9;
}

.main_content{
	width:1200px;
	min-height:100%;
	margin:0 auto;
	position:relative;
}
.main_content i{
	display: block;
	height:1px;
	background:none;
}
.main_content .wrong{
	width:565px;
	height:221px;
	display: block;
	margin-left:327px;
	margin-top:240px;
}

.main_content p{
	font-size:22px;
	color:#333333;
	text-align: center;
	margin-top:63px;
}

.main_content a{
	display: block;
	width:197px;
	height:48px;
	background-color:#d71341;
	text-align: center;
	line-height:48px;
	color:#fff;
	margin-left:517px;
	margin-top:36px;
}
