/*清除样式*/

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

body {
	font-family: arial,"Microsoft YaHei",sans-serif;
	font-size: 14px;
	color: #222;
	min-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #232323;
}

table {
	border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea,
select,
button {
	outline: none;
	border: none;
	outline:medium;
}

em, i {
    font-style: normal;
}

textarea {
	resize: none;
	overflow: auto;
}

.fl {
	float: left
}

.fr {
	float: right
}

.tl {
	text-align: left;
}

.tc {
	text-align: center
}

.tr {
	text-align: right;
}

/*清除浮动*/

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.clearfloat {
	zoom: 1;
}

/*居中*/
.wrapper{
	width: 1200px;
	margin: 0 auto;
}


/* 登录跳转*/
.w_box {
	text-align: center;
}
.w_box img {
	width: 200px;
	height: 200px;
}
