@charset "utf-8";
/*
	建议 Class="名称 Layout Line Font Color"
*/
/* Reset */
	html,body{text-align:center;font-family:verdana,Arial, Helvetica, sans-serif;}
	*{ margin:0 auto; padding:0;}	
	select,input{vertical-align:middle;}
	textarea,input,select,body{font-size:12px;}
	fieldset,img{border:0;}
	h1, h2, h3, h4, h5, h6{font-size:100%;}
	ul,ol{list-style:none;}
	a,.hand{cursor:pointer;}
	a:focus {-moz-outline-style: none;}
	.a_u a{text-decoration: underline;}

/* Layout */
	.p_a{position:absolute;}
	.p_r{position:relative;}
	.p_s{position:static;}
	.f_l,.f_al a,.f_al a span,.f_sl span,.f_pl p,.f_lil li,.f_oll ol,.f_ull ul{float:left;}
	.cc{ clear:both; overflow:hidden; height:100%;}
	.f_r,.f_ar a,.f_ar a span,.f_sr span,.f_pr p,.f_lir li,.f_olr ol,.f_ulr ul{float:right;}
	.t_l{text-align: left;}
	.t_r{text-align: right;}
	.t_c{text-align: center;}
	.block,.block a{display:block;}
	.iblock,.iblock a,.iblock span{display:inline-block;}
	.hidden{display:none;}
	.bg_no{background:none;}
	.b_Sd{border:1px solid;}
	.b_tSd{border-top:1px solid;}
	.b_bSd{border-bottom:1px solid;}
	.b_lSd{border-left:1px solid;}
	.b_rSd{border-right:1px solid;}
	.b_Dd{border:1px dotted;}
	.b_tDd{border-top:1px dotted;}
	.b_bDd{border-bottom:1px dotted;}
	.b_lDd{border-left:1px dotted;}
	.b_rDd{border-right:1px dotted;}
	.b_no{border:0;}
	.etc,li{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;}
	.etc_no{white-space:normal;}
	/* Line  */
	.l_12{line-height:12px;}
	.l_14{line-height:14px;}
	.l_16{line-height:16px;}
	.l_18{line-height:18px;}
	.l_20{line-height:20px;}
	.l_22{line-height:22px;}
	.l_24{line-height:24px;}
	.l_26{line-height:26px;}

/* Font */
	.f_b{font-weight: bold;}
	.f_i{font-style: italic;}
	.f_10{ font-size:10px;}
	.f_12{ font-size:12px;}
	.f_13{ font-size:13px;}
	.f_14{ font-size:14px;}
	.f_16{ font-size:16px;}
	.f_18{ font-size:18px;}
	.f_20{ font-size:20px;}
	.f_normal{font-weight:normal}
	.f_none{font-size:0px; line-height:0px;}

/* Color */
	.red , .red a{color:#f00;}
	.gray, .gray a {color:#666;}
	.green , .green a {color:green;}
	.orange, .orange a {color:orange;}
	.author, .author a{color:#fff;}
/* Author: www.5dsky.com */
