@charset "utf-8";

/* 基础样式 */
/*重置样式*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details,
img{
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}

[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
	font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 14px/1.14 Microsoft Yahei, \5b8b\4f53;
	outline: 0;
}

a,
span {
	color: #666;
}

/*滚动条*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f9f9f9;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f9f9f9;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background-color: #bbb;
}

/*输入框*/
input::-webkit-input-placeholder {
	color: #b2b2b2;
}

input:-moz-placeholder {
	color: #b2b2b2;
	opacity: 1;
}

input::-moz-placeholder {
	color: #b2b2b2;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #b2b2b2;
}

input {
	color: #b2b2b2;
}

/*清除浮动*/
.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/*伪元素是行内元素 正常浏览器清除浮动方法*/
/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
.clearfix_a:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix_a {
	*zoom: 1
}

.fc_l {
	float: left;
}

.fc_r {
	float: right;
}

.of_h {
	overflow: hidden;
}

.clear {
	clear: both;
}

/*内外边距*/
.mp_0 {
	margin: 0;
	padding: 0;
}

.mar_0 {
	margin: 0;
}

.pad_0 {
	padding: 0;
}

.padtop_0 {
	padding: 0;
}

.mt_20 {
	margin-top: 20px;
}

.mt_15 {
	margin-top: 15px;
}

.mt_10 {
	margin-top: 10px;
}

.mt_5 {
	margin-top: 5px;
}

.mt_1 {
	margin-top: -1px;
}

.pd_20 {
	padding: 20px;
}

.pd_15 {
	padding: 15px;
}

.pd_10 {
	padding: 10px;
}

.pd_5 {
	padding: 5px;
}

.layout_20 {
	padding: 0 20px;
}

.layout_50 {
	padding: 0 50px;
}

.layout_100 {
	padding: 0 100px;
}

/*星号*/
.publicStar,
.tag_red {
	color: #ff4040;
	padding: 0 5px;
	vertical-align: middle;
}

/*超出截取*/
.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}
