@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.itemone{
	display:flex;
	flex-wrap:wrap;
}
body {
	font-family: "微软雅黑";
	position: relative;
	background: #F0F0F4;
	color: #333;
	font-size: 16px;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	text-decoration: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}

input,
textarea,
select {
	outline: none;
	border: none;
	padding-left:10px;
}

a {
	text-decoration: none;
	color: #333;
	cursor:pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

/*i,
em {
	font-style: normal;
}*/

html,
body {
	height: 100%;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block{
	display: block !important; 
}
.none{
    display: none !important;
}
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden;
}
