@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

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

fieldset,
a img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal
}

ol,
ul {
	list-style: none
}



q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0
}

.lineb {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

body {
	font-size: 16px;
	line-height: 1.8;
	font-family: "微软雅黑", Verdana, Tahoma, Geneva, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #494949;
	background: #ffffff;
}

hr {
	color: #e3e3e3;
	height: 1px;
	border: 0px;
	border-top: 1px solid #e3e3e3;
	margin: 0px;
	padding: 0px;
	overflow: hidden
}

.yh {
	font-family: "\5FAE\8F6F\96C5\9ED1", Verdana, Geneva, sans-serif;
}

.vd {
	font-family: Verdana, Geneva, sans-serif;
}

.lineb {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

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

a:hover {
	color: #383838
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0;
	height: 0
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

* html .clearfix {
	zoom: 1
}

*:first-child+html .clearfix {
	zoom: 1
}

.bka {
	display: block
}

.cell,
.cell2,
.cell3 {
	border-collapse: collapse;
	border-spacing: 0
}

.time {
	float: right
}

.none {
	background: none
}

.sub {
	display: none;
}

ul,
li {
	list-style: none;
}

input {
	-webkit-appearance: none
}

button,
input,
select,
textarea {
	font: 14px LatoLight, '微软雅黑', "Microsoft YaHei", tahoma, Srial, helvetica, sans-serif;
	outline: 0
}

input[type=button],
input[type=reset],
input[type=submit],
select {
	-webkit-appearance: none
}

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

tr {
	cursor: pointer
}

input {
	border: 0
}

textarea {
	resize: none;
	padding: 0
}

:selection {
	background: #2B2B2B;
	color: #fff
}

._animate {
	transition: all .5s cubic-bezier(.25, 0, 0, 1);
	-webkit-transition: all .5s cubic-bezier(.25, 0, 0, 1)
}

::-webkit-input-placeholder {
	/* color: rgba(255, 255, 255, .7) */
}