body,
header,
footer,
section,
div,
span,
p,
img,
a,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
em,
i,
b,
u,
del,
menu,
nav,
fieldset,
legend,
article,
aside,
details,
figcaption,
hgroup,
pre,
code,
blockquote,
th,
td,
tr,
hr,
table,
img,
figure,
button,
input,
textarea {
	padding: 0;
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
	font-family: Microsoft Yahei, Helvetica, Arial;
	vertical-align: baseline;
	border: 0
}

body {
	background-color: #f5f5f5
}

input,
textarea {
	-webkit-user-select: auto !important;
	user-select: auto !important
}

:focus {
	outline: none
}

img {
	vertical-align: middle;
	border: 0 none
}

ul {
	list-style: none
}

li {
	list-style: none
}

a {
	text-decoration: none;
	color: inherit;
	height: 100%;
	width: 100%;
	overflow: hidden
}

section {
	display: block;
	margin: 0 auto
}

header,
footer {
	margin: 0 auto;
	width: 100%
}

em,
i {
	font-style: normal
}

html,
body {
	width: 100%;
	height: 100%
}

button,
input {
	border: 0 none
}

u,
del {
	text-decoration: none
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="password"],
input[type="text"],
button {
	-webkit-appearance: none;
	outline: none
}


/*登录*/

.header {
	width: 60%;
	background: #283e4a;
	padding: 0.4% 20%;
}

.header p img {
	width: 80px;
	height: 35px;
}

.header p span {
	font-size: 15px;
	color: #9d9fa1;
	float: right;
	margin-top: 0.4%;
}

.header p span img {
	width: 30px;
	height: 27px;
}

/*.bei {
	background: url(../img/bei1.png) top center no-repeat;
	height: 100%;
	position: relative;
}*/


