@charset "utf-8";
/*初始化*/
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, strong, 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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
strong,b{
	font-weight:bold;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
img{border: none;}
input,button{outline: none;}
button{border: none; cursor: pointer;}
/*初始化*/

/*通用*/
.fl{float: left;}
.fr{float: right;}
.clearfix:after{display:block; clear:both; content:""; visibility:hidden; height:0;} 
.clearfix{zoom:1}
.bg-white{background: #fff;}
.bg-blue{background: #01c0ec;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-overflow{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.border-none{border: none !important;}
/*字体*/
.f13{font-size: 13px !important;}
.f15{font-size: 15px !important;}
.f16{font-size: 16px !important;}
.f20{font-size: 20px !important;}
.f24{font-size: 24px !important;}
.f26{font-size: 26px!important;}
.f14{font-size: 14px!important;}
.fw{font-weight: bold;}
/*字体*/ 

/*内外间距*/
.pd10{padding: 10px !important}
.pb20{padding-bottom: 20px !important;}
.mr0{margin-right: 0px !important;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt15{margin-top: 15px !important;}
.mt30{margin-top: 30px !important;}
.mb5{margin-bottom: 5px !important;}
.mb0{margin-bottom: 0px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.pd0{padding: 0px;}
.mb0{margin-bottom: 0px;}
/*内外间距*/


/*字体颜色 
*/
.c-orange{color: #f15804 !important;}
.c-black{color: #000 !important;}
.c-gray{color: #898686 !important;}
/*字体颜色 
*/