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;
}

i,
em {
	font-style: normal;
}

.main{
	width:100%;
	height:30rem;
	background-color:#fff;
	position:relative;
}

.main .wrong{
	width:15.25rem;
	height:5.96875rem;
	position:absolute;
	left:50%;
	margin-left:-7.625rem;
	top:8.25rem;
}

.main .wrong img{
	display: block;
	width:100%;
	height:100%;
}
.main .txt{
	width:100%;
	height:auto;
	position:absolute;
	top:15.5625rem;
}
.main p{
	font-size:0.71875rem;
	color:#666666;
	text-align: center;
}

.main a{
	width:6.5625rem;
	height:1.90625rem;
	background-color:#d71341;
	position:absolute;
	top:17.96875rem;
	left:50%;
	margin-left:-3.28125rem;
	text-align: center;
	color:#fff;
	font-size:0.875rem;
	line-height:1.90625rem;
}
