﻿@charset "utf-8";
/* 基础CSS */
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	font-style:normal;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1em;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
body {
	font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;
	/*font-family:'PingHei', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;*/
	background-color:#f0f0f0;
	color:#5d5d5d;
	font-size:12px;
}
input, textarea {
	font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;
	outline:0;
	resize:none;
}
.mt-10 {
	margin-top:10px;
}
.mt-5 {
	margin-top:5px;
}
.mlr-5 {
	margin-right:5px;
	margin-left:5px;
}
.mr-5 {
	margin-right:5px;
}
.mr-10 {
	margin-right:10px;
}
.mr-20 {
	margin-right:20px;
}
.ml-15 {
	margin-left:15px;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.t-underline {
	text-decoration:underline;
}
.blank10-f5 {
	clear:both;
	height:10px;
	background:#f5f5f5;
	overflow:hidden;
	display:block;
}
.blank5 {
	clear:both;
	height:5px;
	overflow:hidden;
	display:block;
}
.blank0 {
	clear:both;
	height:0px;
	overflow:hidden;
	display:block;
}
.blank10 {
	clear:both;
	height:10px;
	overflow:hidden;
	display:block;
}
.blank15 {
	clear:both;
	height:15px;
	overflow:hidden;
	display:block;
}
.blank20 {
	clear:both;
	height:20px;
	overflow:hidden;
	display:block;
}
.blank40 {
	clear:both;
	height:40px;
	overflow:hidden;
	display:block;
}
.bod-none {
	border:none !important;
}
.bod-bottom {
	border-bottom:1px solid #dcdcdc;
}
.bg-white {
	background:#fff;
}
.pad-bottom {
	padding-bottom:10px;
}
.over-hide {
	overflow:hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
.none {
	display:none;
}
.fb {
	font-weight:bold;
}
.f12 {
	font-size:12px;
}
.f14 {
	font-size:14px;
}
.f16 {
	font-size:16px;
}
.f24 {
	font-size:24px;
}
.gray {
	color:#adadad;
}
.orange {
	color:#ff5500;
}
.blue {
	color: #2da9ff;
}
.black {
	color: #333;
}
.red{
	color:#9c0000;
}
.green{
	color:#408201;
}
.clear {
	clear: both;
}
