/*1 重定义浏览器默认样式
	Name:			style_reset
	Explain:		重定义浏览器默认样式
*/
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:12px;color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
body{line-height:1.6}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer}
a:hover{text-decoration:none;outline:none}
a.ie6:hover{zoom:1}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important;}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}

/*IE下a:hover 背景闪烁*/
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}

/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
/*清楚浮动
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
/*.cl:after,.clearfix:after{content:"\20";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}*/
/*2.1 栅格系统
	Name:			style_span
	Example:
	<div class="responsive">
	<div class="row cl" role="grid">
	  <div class="col-1">……</div>
	  ……
	</div>
	</div>
	Explain:		栅格系统
*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1140px;
}
.row.cl{}
.row{ box-sizing:border-box;}
[class^="col-"],[class*=" col-"]{box-sizing:border-box; float:left;min-height: 1px;position: relative;}
.col-1{width:8.33333%}
.col-2{width:16.66667%}
.col-3{width:25%}
.col-4{width:33.33333%}
.col-5{width:41.66667%}
.col-6{width:50%}
.col-7{width:58.33333%}
.col-8{width:66.66667%}

.col-61{width:80%;padding-left: 150px;}
.col-71{/*width:58.33333%*/margin-left:300px;}

.col-9{width:75%}
.col-10{width:83.33333%}
.col-11{width:91.66667%}
.col-12{width:100%}


@media (max-width:767px){
	.responsive [class^="col-"],.responsive [class*=" col-"]{float:none!important;width:auto!important;}
}

/*2.3 布局(固定)
	Name:			style_Layout
	Explain:		左右两栏|左中右三栏|上中下
	Last Modify:	guojunhui
*/
.w-1000{width:1000px}
.w-980{width:980px}
.w-300{width:300px}
.w-200{width:200px}


/*3.1 排版*/
/*3.1.1 标题
	Example：
	<h1>h1. 大标题<small>小标题</small></h1>
    <h2>h2. 大标题<small>小标题</small></h2>
    <h3>h3. 大标题<small>小标题</small></h3>
    <h4>h4. 大标题<small>小标题</small></h4>
    <h5>h5. 大标题<small>小标题</small></h5>
    <h6>h6. 大标题<small>小标题</small></h6>
*/
h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.1;color:inherit}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small{font-weight:400;line-height:1;color:#999}
h1,h2,h3{padding-top:20px;padding-bottom:10px}
h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}
h4,h5,h6{margin-top:10px;margin-bottom:10px}
h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}
h1{font-size:36px}
h2{font-size:30px}
h3{font-size:24px}
h4{font-size:18px}
h5{font-size:14px}
h6{font-size:12px}
/*3.1.2 强调
	Example:
	<p>这是段落，向下10像素间距</p>
	<smail>小型文本，是父容器字体大小的85%</smail>
	<strong>重要文本，加粗显示</strong>
	<em>被强调的文本，斜体显示</em>
	<u>带下划线的文本</u>
	<cite>引用</cite>
	<mark>突出显示文本</mark>
	<del>带删除线的文本</del>
	<pre>预格式化的文本</pre>
*/
small{font-size:85%}	/*小型文本*/
b,strong {font-weight: bold}	/*重要的文本，加粗*/
em{font-style:italic}	/*被强调的文本*/
i{}	/*斜体*/
u{}	/*加下划线*/
cite{font-style:normal}	/*引用*/
mark{color:#000;background:#ff0}/*突出显示文本*/
var{}	/*变量*/
kbd{}	/*键盘文本*/
code{}	/*计算机代码文本*/
dfn{font-style: italic}	/*一个定义项目*/
del{font-family:Simsun}	/*删除线*/
code,kbd,pre,samp {font-family: monospace, serif;font-size: 1em}
pre{white-space: pre-wrap}	/*预格式化的文本*/
.uppercase{text-transform:uppercase} /*文字大写*/
.lowercase{text-transform:lowercase} /*文字小写*/
.capitalize{text-transform:capitalize} /*首字母大写*/
.en{font-family:Arial!important}
/*3.1.3 对齐
	Name:			style_text-align
	Example:		class="ftext-l/text-r/text-c"
	Explain:		.text-水平对齐 （.text-l左对齐/.text-r右对齐/.text-c居中对齐）
					.va-上下对齐 （.va-t 居上对齐 .va-m 居中对齐 .va-b 居下对齐）
*/
.text-l{text-align:left}.text-r{text-align:right}.text-c{text-align:center}
.va-t{vertical-align:top!important}.va-m{vertical-align:middle!important}.va-b{vertical-align:bottom!important}
/*3.1.4 定位
	Name:			style_position
	Example:		class="pos-r/pos-a/pos-f"
	Explain:		.pos-r 相对定位/.pos-a 绝对定位/.pos-f 固定
*/
.pos-r{position:relative}.pos-a{position:absolute}.pos-f{position:fixed}
/*3.1.5 浮动
	Name:			style_float
	Example:		class="l/r"
	Explain:		.l 左浮动/.r 右浮动
*/
.l{float:left!important;_display:inline}.r{float:right!important;_display:inline}
[class*="span"].r,.row-fluid [class*="span"].r{float:right}
/*3.1.6 文字单行溢出省略号
	Name:			style_text-overflow
	Example:		class="text-overflow"
*/
.text-overflow{overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
/*3.1.7 线条
	Name:			style_line
	Example:		class="line"
*/

.line{font-size: 0px; line-height: 0px; margin:0 auto; width:90%;border-top: solid 1px #ddd; float: none}
/*3.1.8 外边距
	Name:			style_margin
	Example:		class="mt-5/mt-10/..."
	Explain:		.mt表示上边距/.mb表示下边距/.ml表示左边距/.mr表示右边距
*/
.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-50{margin-top:50px}
.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}
.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.ml-40{margin-left:40px}
.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-30{margin-right:30px}.mr-40{margin-right:40px}
/*3.1.9 内填充
	Name:			style_padding
	Example:		class="pt-5/pt-10/……"
	Explain:		.pt表示上填充/.pb表示下填充/.pl表示左填充/.pr表示右填充
*/
.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-20{padding-top:20px}
.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-20{padding-bottom:20px}
.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-20{padding-left:20px}
.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-20{padding-right:20px}
.pd-5{padding:5px}.pd-10{padding:10px}.pd-15{padding:15px}.pd-20{padding:20px}.pd-30{padding:30px}.pd-40{padding:40px}
/*3.1.10 边框，css3圆角
	Name:			style-border
	Example:		class="bk_gray radius"
	Explain:		.bk_gray 边框/bk_gray radius圆角边框
*/
.bk-gray{border:solid 1px #eee}
.radius{border-radius:4px; overflow:hidden;behavior: url(http://lib.h-ui.net/ie-css3.htc)}
.size-MINI.radius{ border-radius:3px}
.size-L.radius{ border-radius:5px;}
.size-XL.radius{ border-radius:6px;}
.round{border-radius:1000px; overflow:hidden;behavior: url(http://lib.h-ui.net/ie-css3.htc)}
.circle{ border-radius:50%; overflow:hidden;behavior: url(http://lib.h-ui.net/ie-css3.htc)}

/*3.1.11 css3阴影
	Name:			style_shadow
	Example:		class="box_shadow|text-shadow"
	Explain:		box_shadow 块级元素阴影，全局样式，可用在表格，文本框，文本域，div等块级元素上。
					text-shadow 文字阴影
*/
.box-shadow{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 1px 2px rgba(0,0,0,0.1);behavior: url(http://lib.h-ui.net/ie-css3.htc)}
.text-shadow{-webkit-text-shadow:0 0 2px rgba(0,0,0,0.2);text-shadow:0 0 2px rgba(0,0,0,0.2);behavior: url(http://lib.h-ui.net/ie-css3.htc)}

/*3.1.12 行内分割竖线
	Name:			style_pipe
	Example:		<span class="pipe">|</span>
*/
.pipe{margin:0 5px;color:#CCC;font-size:10px!important}
/*3.1.13 文字尺寸
	Name:			style_font-size
	Example:		class="f-12|f-14|f-16|f-18|f-20|f-24|f-26|f-28|f-30"
	Explain:		12px字体|14px字体|16px字体|18px字体|20px字体|24px字体|26px字体|28px字体|30px字体
*/
.f-10{
	font-size: 10px;
}
.f-12{font-size:12px}.f-14{font-size:14px}.f-16{font-size:16px}.f-18{font-size:18px}.f-20{font-size:20px}.f-24{font-size:24px}.f-26{font-size:26px}.f-28{font-size:28px}.f-30{font-size:30px}

/*3.1.14 文字行距
	Name:			mod_line-height
	Example:		class="l16/l18/l20/l22/l24/l26/l28/l30"
	Explain:		16px行高、18px行高、20px行高、22px行高、24px行高、26px行高、30px行高
*/
/*3.1.15 文字颜色
	Name:			style_color
	Example:		class="c-primary|c-sub|c-success|c-danger|c-warning|c-333|c-666|c-999|c-red|c-green|c-blue|c-white|c-black|c-orange"
	Explain:		主要颜色|次主色|强调色—成功|强调色—危险|强调色—警告色|强调色—错误色|次主色—浅黑|辅助色—灰色|标准色—红色|标准色—绿色|标准色—蓝色|标准色—白色|标准色—黑色|标准色—橙色
*/
/*全局默认链接颜色*/
body{ background-color:#fff; color:#333}
.bg-fff{ background-color:#fff}
a{color:#333}
a:hover{color:#06c}

.l16{line-height:16px}.l18{line-height:18px}.l20{line-height:20px}.l22{line-height:22px}.l24{line-height:24px}.l26{line-height:26px}.l28{line-height:28px}.l30{line-height:30px}
/*主要颜色*/
.c-primary,.c-primary a,a.c-primary{color:#5a98de}
.c-primary a:hover,a.c-primary:hover{ color:#5a98de}
/*次主色*/
.c-secondary,.c-secondary a,a.c-secondary{color:#555}
.c-secondary a:hover,a.c-secondary:hover{ color:#555}

/*强调色—成功*/
.c-success,.c-success a,a.c-success{color:#5eb95e}
.c-success a:hover,a.c-success:hover{ color:#5eb95e}

/*强调色—危险*/
.c-danger,.c-danger a,a.c-danger{color:#dd514c}
.c-danger a:hover,a.c-danger:hover{ color:#dd514c}

/*强调色—警告*/
.c-warning,.c-warning a,a.c-warning{color:#f37b1d}
.c-warning a:hover,a.c-warning:hover{ color:#f37b1d}

/*强调色—错误*/
.c-error,.c-error a,a.c-error{color:#c00}
.c-error a:hover,a.c-error:hover{ color:#c00}

/*辅助色—浅黑*/
.c-333,.c-333 a,a.c-333{color:#333}
.c-333 a:hover,a.c-333:hover{ color:#333}

/*辅助色—灰色*/
.c-666,.c-666 a,a.c-666{color:#666}
.c-666 a:hover,a.c-666:hover{ color:#666}
.c-999,.c-999 a,a.c-999{color:#999}
.c-999 a:hover,a.c-999:hover{color:#999}

/*标准色—红色*/
.c-red,.c-red a,a.c-red{color:red}
.c-red a:hover,a.c-red:hover{ color:#red}
/*标准色—绿色*/
.c-green,.c-green a,a.c-green{color:green}
.c-red a:hover,a.c-red:hover{color:green}
/*标准色—蓝色*/
.c-blue,.c-blue a,a.c-blue{color:blue}
.c-blue a:hover,a.c-blue:hover{color:blue}
/*标准色—白色*/
.c-white,.c-white a,a.c-white{color:white}
.c-white a:hover,a.c-white:hover{color:white}
/*标准色—黑色*/
.c-black,.c-black a{color:black}
.c-black a:hover,a.c-black:hover{color:black}
/*标准色—橙色*/
.c-orange,.c-orange a,a.c-orange{color:orange}
.c-orange a:hover,a.c-orange:hover{color:orange}

/*3.1.17 缩略语
	Example:		<abbr title="User Interface" class="initialism">UI</abbr>
	Explain:		
*/
abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}
abbr.initialism{font-size:90%;text-transform:uppercase}
/*3.1.18 地址
	Example:		<address>北京市海淀区上地……</address>
	Explain:		
*/
address{display:block;margin-bottom:20px;font-style:normal;line-height:20px}
/*3.1.19 引用
	Example:		<blockquote>这是引用的内容</blockquote>
	Explain:		
*/
blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:5px solid #eee}
blockquote p{margin-bottom:0;font-size:17.5px;font-weight:300;line-height:1.25}
blockquote small{display:block;line-height:20px;color:#999}
blockquote small:before{content:'\2014 \00A0'}
blockquote.text-r{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}
blockquote.text-r p,blockquote.text-r small{text-align:right}
blockquote.text-r small:before{content:''}
blockquote.text-r small:after{content:'\00A0 \2014'}
q:before,q:after,blockquote:before,blockquote:after{content:""}
q {/*短的引用*/quotes: "\201C" "\201D" "\2018" "\2019"}
/*3.1.20 上标，下标
	Example:		<sup>2</sup>	<sub>2<sub>
	Explain:		上标/下标
*/
sub,sup{position:relative;font-size:13px;line-height:0;vertical-align:baseline}
sup{top:-0.5em}sub{bottom:-0.25em}
/*3.1.21 内容样式
	Name:			style_content
	Example:		<div class="content"><p>……</p></div>
	Explain:		内容样式
*/
.content{position:relative;font-size:14px;line-height:1.6;overflow:hidden;text-align:left}
.content h3{margin-top:20px;font-size:16px}
.content p{text-indent:2em;margin-top:20px}
.content img{max-width:100%}
.content ul{text-indent:2em}
/*3.1.22 列表
	Name:			style_ulolli
	Example:		<ul class="tlist"><li>无序列表</li><li>无序列表</li><li>无序列表</li></ul>
					<ol class="linenums"><li>有序列表</li><li>有序列表</li><li>有序列表</li></ol>
	Explain:		
*/
ul.unstyled,ol.unstyled{margin-left:0;list-style:none}
ul.inline,ol.inline{margin-left:0;list-style:none}
ul.inline>li,ol.inline>li{display:inline-block;*display:inline;padding-right:5px;padding-left:5px;*zoom:1}
ol.linenums{list-style:decimal outside none;margin:0 0 0 22px;/* IE indents via margin-left */}
.tlist li{line-height:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}/*禁止换行*/
	.dot-1{padding-left:10px;background:url(../images/dot_1.gif) no-repeat 3px center}/*圆点*/
	.box-1{padding-left:10px;background:url(../images/box_1.gif) no-repeat 3px center}/*小方块*/
	.jt-1{padding-left:18px;background:url(../images/jt_1.gif) no-repeat 3px center}/*箭头1*/
	.jt-2{padding-left:18px;background:url(../images/jt_2.gif) no-repeat 3px center}/*箭头2*/
	.jt-3{padding-left:18px;background:url(../images/jt_3.gif) no-repeat 3px center}/*箭头3*/
/*排行榜*/
/*<ol class="top-list"><li class="top"><em>1</em><a href="#">排行榜列表</a><span class="date">12</span></li></ol>*/
.top-list li{height: 20px;line-height: 20px;margin-bottom: 15px;overflow: hidden;padding-left: 30px;position: relative;text-overflow: ellipsis;vertical-align: bottom;white-space: nowrap}
.top-list em {background-color: #F8F8F8;border: 1px solid #EBEBEB;color: #333;height: 18px;left: 0;line-height: 18px;position: absolute;text-align: center;top: 0;width: 20px; font-style:normal}
.top-list .top em{background-color:#390;border:none;color: #fff;height: 20px;line-height: 20px;width: 22px}
.top-list .date {color: #999;font-size: 12px;position: absolute;right: 0;top: 0}
.tlist .time{font-size:12px; font-family:Arial; color:#999}

.listview{}
/*3.1.23 描述
	Name:			style_dldtdd
	Example:		<dl class="dl-horizontal cl"><dt>H-ui</dt><dd>基于Bootstrap框架的改进扩展的前端框架</dd></dl>
	Explain:		.dl-horizontal 水平描述，默认不加为垂直模式。
*/
dl{margin-bottom:20px}
dt,dd{line-height:20px}
dt{font-weight:bold}
dd{margin-left:2em}
.dl-horizontal.cl{}
.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}
.dl-horizontal dd{margin-left:180px}
/*3.1.24 隐藏 显示
  Name:				style_display
  Example:    <div class="hide">隐藏的内容</div> <div class="show">显示的内容</div>
  Explain:    		.hide 隐藏 / .show 显示
*/
.hide{display:none}[hidden]{display: none}
.hidden{display:none!important;visibility:hidden!important}
.f-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}
.show{display:block}
.invisible{visibility:hidden}
/*3.2 代码
	Name:			style_pre

	Example:		<code></code>,<pre class="prettyprint linenums">转义过的代码</pre>
	Explain:		code：行内代码，pre：基本代码块;包装代码片段，.prettyprint颜色增强/.linenums显示行号
*/
code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace}
pre{display:block;padding:9.5px;margin-bottom:10px;font-size:12px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;color:#333}
pre.prettyprint{margin-bottom:20px}
pre .doctype{color:#999}/*文档声明*/
pre .title,pre .keyword,pre .body,pre .des{color:#333}/*关键词*/
pre .pun{color:#9aa}
pre .tag{color:#007}/*标签*/
pre .attr{color:#088}/*属性*/
pre .value,pre .tag .value{color:#d14}/*值*/
pre .comment{color:#998;font-style:italic}/*注释*/
.prettyprint{padding:8px;background-color:#f7f7f9;border:1px solid #e1e1e8}
.prettyprint.linenums{box-shadow:inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0}
.pre-scrollable{max-height:340px;overflow-y:scroll}
/* Specify class=linenums on a pre to get line numbering */
pre ol.linenums{list-style:decimal outside none;margin:0 0 0 33px;/* IE indents via margin-left */} 
pre ol.linenums li{padding-left:12px;color:#bbb;line-height:18px;text-shadow:0 1px 0 #fff}
/*3.3 表格
	Name:			style_table
	Example:		<table class="table table-bordered table-striped table-condensed"><thead><tr><th>…</th></tr></thead><tbody><tr><td>…</td></tr></tbody></table>
	Explain:		表格，None无样式，仅仅有列和行/.table行与行之间以水平线相隔/.table-bordered表格外围均有外边框/.table-striped奇数行背景设为浅灰色/.table-condensed竖直方向padding缩减一半，从8px变为4px，所有的 td 和 th 元素都受影响
*/
/*默认table*/
table{width:100%;empty-cells:show;background-color:transparent;border-collapse:collapse;border-spacing:0}
table th{text-align:left; font-weight:normal}
/*带水平线*/
.table th{font-weight:bold}
.table th,.table td{padding:6px;line-height:20px}
.table td{text-align:left}
.table tbody tr.success > td{background-color:#dff0d8}
.table tbody tr.error > td{background-color:#f2dede}
.table tbody tr.warning > td{background-color:#fcf8e3}
.table tbody tr.info > td{background-color:#d9edf7}
.table tbody + tbody{border-top:2px solid #ddd}
.table .table{background-color:#fff}

/*带横向分割线*/
.table-border{border-top:1px solid #ddd}
.table-border th,.table-border td{border-bottom:1px solid #ddd}

.table-border-all
.table-border-all tr{border:1px #E2E2E2 solid}
.table-border-all td{border:1px #E2E2E2 solid}

/*th带背景*/
.table-bg thead th{background-color:#F5FAFE}
/*带外边框*/
.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapse;border-left:0}
.table-bordered th,.table-bordered td{border-left:1px solid #ddd}
.table-border.table-bordered{border-bottom:0}

/*奇数行背景设为浅灰色*/
.table-striped tbody > tr:nth-child(odd) > td,.table-striped tbody > tr:nth-child(odd) > th{background-color:#f9f9f9}
/*竖直方向padding缩减一半*/
.table-condensed th,.table-condensed td{padding:4px 5px}
/*鼠标悬停样式*/
.table-hover tbody tr:hover td,.table-hover tbody tr:hover th{background-color: #f5f5f5}
/*定义颜色*/
/*悬停在行*/
.table tbody tr.active,.table tbody tr.active>td,.table tbody tr.active>th,.table tbody tr .active{background-color:#F5F5F5!important}
/*成功或积极*/
.table tbody tr.success,.table tbody tr.success>td,.table tbody tr.success>th,.table tbody tr .success{background-color:#DFF0D8!important}

/*警告或出错*/
.table tbody tr.warning,.table tbody tr.warning>td,.table tbody tr.warning>th,.table tbody tr .warning{background-color:#FCF8E3!important}
/*危险*/
.table tbody tr.danger,.table tbody tr.danger>td,.table tbody tr.danger>th,.table tbody tr .danger{background-color:#F2DEDE!important}

/*表格文字对齐方式，默认是居左对齐*/
.table .text-c th,.table .text-c td{text-align:center}/*整行居中*/
.table .text-r th,.table .text-r td{text-align:right}/*整行居右*/
.table th.text-l,.table td.text-l{text-align:left!important}/*单独列居左*/
.table th.text-c,.table td.text-c{text-align:center!important}/*单独列居中*/
.table th.text-r,.table td.text-r{text-align:right!important}/*单独列居右*/

/*让表格支持响应式*/
/*
<div class="table-responsive">
  <table class="table">
    ...
  </table>
</div>
*/
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch}
  .table-responsive > .table {
    margin-bottom: 0}
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap}
  .table-responsive > .table-bordered {
    border: 0}
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0}
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0}
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0}
}

/*3.4 表单
	Name:			style_form

	Example:		
	Explain:		

*/
.checkbox{display:block; float:left;margin-top:4px;*margin-top:0px}
.checkLabel{display:block; float:left; padding-left:3px; padding-right:10px}

.Huiform legend{font-size:20px}/*表单名称*/
	.formRow{margin-top:20px}/*表单行*/
	.formRow:before,.formRow:after{content:" ";display:table}.uk-form-row:after{clear:both}/*解决表单行内部浮动bug*/
		.form-label{display:block; color:#555}/*表单标题*/
		.formControls{position:relative}/*表单控制区*/
			.placeholder{position:absolute; left:4px; top:4px;color:#c6c6c6; cursor:text}/*表单默认值*/	
/*表单统一字体*/
label,.placeholder,.input-text,.textarea{font-size:14px}
.Huiform-horizontal .form-label{float:left; width:84px; margin-top:10px;cursor:text}
.Huiform-horizontal input,.Huiform-horizontal textarea,.Huiform-horizontal select{display:inline-block;*display:inline;margin-bottom:0;vertical-align:middle;*zoom:1}
.Huiform-horizontal .formControls{margin-left:94px}
.formControls span{vertical-align:middle}

/*设置placeholder颜色*/
::-webkit-input-placeholder {color:#b3b3b3}/* WebKit browsers */
:-moz-placeholder {color:#b3b3b3}/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {color:#b3b3b3}/* Mozilla Firefox 19+ */
:-ms-input-placeholder {color:#b3b3b3}/* Internet Explorer 10+ */
.placeholder{color:#adb0be; position:absolute; z-index:9}/*不兼容placeholder属性的浏览器，可使用<span class="placeholder">表单默认值</span>*/

/*默认表单状态*/
.input-text,.textarea{border:solid 1px #ddd;padding:4px;line-height:20px;width:200px;
            box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition:all 0.2s linear 0s;
       -moz-transition:all 0.2s linear 0s;
         -o-transition:all 0.2s linear 0s;
            transition:all 0.2s linear 0s}
.textarea{height:100px}/*默认高度，自己可以设置*/
.input-text:hover,.textarea:hover{border: solid 1px #33aaff}
/*得到焦点后*/
.input-text.focus,textarea.focus{border:solid 1px #33aaff;border-color:rgba(82,168,236,0.8);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}
/*不可点击*/
.input-text.disabled,.textarea.disabled,.input-text.disabled.focus,.textarea.disabled.focus{background-color:#ededed; cursor:default;border-color: #ddd;
	-webkit-box-shadow:inset 0 2px 2px #e8e7e7;
       -moz-box-shadow:inset 0 2px 2px #e8e7e7;
            box-shadow:inset 0 2px 2px #e8e7e7}
/*文件域 input-file*/
.btn-upload{position: relative;display: inline-block;overflow: hidden; vertical-align: middle; cursor: pointer}
.upload-url{width: 200px;cursor: pointer}
.input-file{position:absolute; right:0; top:0; cursor: pointer; font-size:99em;opacity:0;filter: alpha(opacity=0)}
.btn-upload .icon-add,.btn-upload .icon-minus{cursor: pointer;display: inline-block;font-family: Arial;font-size: 30px;height: 36px;
line-height: 36px;text-align: center;vertical-align: middle;width: 36px}
.btn-uploadpic{display: block;cursor: pointer;width: 60px; height: 60px; background:#fff url(../images/icon-add.png) no-repeat 0 0; text-indent: -99em}

/*文本框尺寸*/
.input-big{font-size:16px; padding:10px 5px}/*大*/
.input-small{font-size:12px;padding:4px}/*小*/
.input-mini{font-size:10px;padding:3px}/*迷你*/

/*只读状态*/
.input-text.disabled,.textarea.disabled{background-color:#e6e6e6; cursor:default}



/*数字表单*/
.numberControlBox{display:inline-block;overflow:hidden;vertical-align: middle}
.ncb-up,.ncb-down{font-size:0px;display:block;height:10px;background-color:#f4f4f4;background:-moz-linear-gradient(top,rgb(255,255,255) 0%,rgb(230,230,230) 50%,rgb(255,255,255) 100%);width:24px;border:1px solid #d1d1d1;cursor:pointer}
.ncb-up{margin-bottom:1px}
.numberControlBox .ncb_ico{display:block;height:10px;background-image:url(../images/icon-arrow.png);background-repeat:no-repeat}
.ncb-up .ncb_ico{background-position: -22px center}
.ncb-down .ncb_ico{background-position: 1px center}
.ncb_btn_hover{border:1px solid #9dc7e7;background-color:#dff2fc;background:-moz-linear-gradient(top,rgb(255,255,255) 0%,rgb(210,237,250) 50%,rgb(255,255,255) 100%)}
.ncb_btn_selected{border:1px solid #6198c2;background-color:#aee1fb;background:-moz-linear-gradient(top,rgb(255,255,255) 0%,rgb(174,225,251) 50%,rgb(255,255,255) 100%)}
.input-text[type="number"]{width:80px}

/*单选按钮，复选框
	Example:
	<label class="radioBox" for="radio-demo-1"><span class="radio-icon"><input type="radio" id="radio-demo-1" value="1" name="radio-demo"></span> 单选按钮</label>
	<label class="radioBox" for="radio-demo-2"><span class="radio-icon"><input type="radio" id="radio-demo-2" value="2" name="radio-demo"></span> 单选按钮</label>
*/
input[type="radio"],input[type="checkbox"] {line-height: normal; margin-top:-4px}

.radioBox.inline,.checkbox.inline {margin-bottom: 0;vertical-align: middle;display: inline!important; text-align:left}
.radioBox{display:inline-block;cursor:pointer}
.radioBox span{
	padding-left:5px
}
.radio-icon{display:inline-block; vertical-align:middle; width:16px; height:16px; cursor:pointer; background:url(../images/icon_radio.png) no-repeat 0 0; position:relative; overflow:hidden}
.radio-icon input{position:absolute; left:0px; top:5px; opacity:0;filter: alpha(opacity=0)}
.checked .radio-icon{background-position:0 -16px}

/*输入框组*/
.input-group {border-collapse: separate;display: table;position: relative}
.input-group[class*="col-"] {float: none;padding-left: 0;padding-right: 0}
.input-group-addon {background-color:#eee;border: 1px solid #ccc;font-size: 14px;font-weight: normal;line-height: 1;padding: 6px 12px; text-align:center; color:#555}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {margin-top: 0}
.input-group .input-text {margin-bottom: 0;width: 100%}

/*select 下拉菜单*/
.select{border:solid 1px #ddd;cursor: pointer;display: inline-block;font-size: 14px;font-weight: normal;padding:4px;vertical-align: middle}
/*
<select name="demo" data-enabled="false">
  <option value="1" selected>默认</option>
  <option value="2">菜单二</option>
  <option value="3">菜单三</option>
</select>
需要引用2个js文件
<script type="text/javascript" src="Lib/squid.js"></script> 
<script type="text/javascript" src="Lib/jselect-1.0.js"></script>
页面调用方法 
<script type="text/javascript">
squid.swing.jselect()
</script>
*/
.select-wrapper {position:relative;z-index:99;border: 1px solid #DEDEDE;height: 26px;line-height: 26px;padding:0 6px;cursor:default;width:110px; background-color:#fff}
.select-wrapper:hover {border: 1px solid silver}
.select-default{zoom: 1; display:block}
.select-icon {right:0;top:50%; margin-top:-13px;background: url(../images/icon-arrow2.png) no-repeat 0 0;height:26px;width:26px;position: absolute}
.select-icon:hover {background-position: 0 -27px}
.unselectable {-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;-o-user-select: none;user-select: none}
.select-list {position:absolute;float:left;left:0px;top:100%;min-width:120px;max-height:320px;_height:expression(this.scrollHeight > 319 ? "320px" : "auto");margin:0;padding: 5px 0;background-color:#fff;background-clip: padding-box;
border:1px solid #d6d6d6;border:1px solid rgba(0,0,0,0.15);box-shadow:0 6px 12px rgba(0,0,0,0.175);left:-1px;overflow:auto;border-radius:4px}
.select-item {margin: 0;padding: 0}
.select-option {background:#fff;line-height:1.428571429;padding:4px 15px;padding-right:30px;white-space:nowrap; text-align:left;font-weight: normal}
.select-item .selected {background-color:#ea5944;color:#fff}

/*3.5 按钮
	Name:			style_button
	Example:		<button class="btn radius radius btn-primary" type="button">按钮</button>
	Explain:		btn-primary：主要/btn-info：信息/btn-success：成功/btn-warning：警告/btn-danger：危险/btn-inverse：反向/btn-link：链接

*/
/*关闭*/
.close{font-size:20px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:20px;color: #000;text-shadow: 0 1px 0 #fff;opacity: 0.2;filter: alpha(opacity=20)}
.close:hover,.close:focus{color: #000;text-decoration: none;cursor: pointer;opacity: 0.4;filter: alpha(opacity=40)}

button.close{padding:0;cursor:pointer;background:transparent;border: 0;-webkit-appearance: none}

.btn{display:inline-block;padding:3px 12px;cursor: pointer;font-size:14px;text-align: center;white-space: nowrap;vertical-align: middle;border:1px solid #ccc;border-color:#e6e6e6 #e6e6e6 #b3b3b3 #bfbfbf;*zoom:1;
	/*CSS3阴影*/	
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none}

a.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{text-decoration:none}
.btn:active,.btn.active{background-color:#ccc \9}
.btn:first-child{*margin-left:0}
.btn:hover,.btn:focus{background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}
.btn.active,.btn:active{background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
/*信息按钮*/
.btn-info{color:#fff;background-color:#3bb4f2; border-color:#3bb4f2}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active{color:#fff;background-color:#0f9ae0;border-color:#0f9ae0}
/*默认——灰色	通常用于取消*/
.btn-default{background-color:#e6e6e6;border-color:#e6e6e6}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active{color:#333;background-color:#c7c7c7;border-color:#c7c7c7}

/*主要——主色	通常用于确定、提交、购买、支付等*/
.btn-primary{color:#fff;background-color:#5a98de; border-color:#5a98de}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active{color:#fff;background-color:#0a6999;border-color:#0a6999}

/*次要按钮*/
.btn-secondary{color:#fff;background-color:#3bb4f2; border-color:#3bb4f2}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active{color:#fff;background-color:#0f9ae0;border-color:#0f9ae0}

/*成功*/
.btn-success{color:#fff;background-color:#5eb95e; border-color:#5eb95e}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active{color:#fff;background-color:#429842;border-color:#429842}

/*警告*/
.btn-warning{color:#fff;background-color:#f37b1d; border-color:#f37b1d}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active{color:#fff;background-color:#c85e0b;border-color:#c85e0b}

/*危险*/
.btn-danger{color:#fff;background-color:#dd514c; border-color:#dd514c}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active{color:#fff;background-color:#c62b26;border-color:#c62b26}

/*链接*/
.btn-link{color:#0e90d2;cursor:pointer;border-color:transparent;background-color:transparent;}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active{color:#095f8a;text-decoration:underline;background-color:transparent}


/*其他颜色*/
/*玫红色#F82244
#ff3c53  #fd3148  #f1162f  #d9172d
#f0253b  #e71c32  #f1162f  #d9172d
*/

/*橙色#FF6F3D*/

/*绿色#00B391
#009871
*/

/*块级按钮*/
.btn-block {-moz-box-sizing: border-box;display: block;padding-left: 0;padding-right: 0;width: 100%}

/*按钮尺寸*/
.btn-large{padding:10px 20px;font-size:18px}
.btn-big{padding:5px 15px;font-size:16px}
.btn-small{padding:2px 10px;font-size:12px}
.btn-mini{padding:0 6px;font-size:10px}

/*禁用状态*/
.btn.disabled{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);box-shadow:none}

/*4.1 按钮组
  Name:     mod_btn-group
  Example:  
  Explain:
*/
.btn-group{}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {border-bottom-right-radius: 0;border-top-right-radius: 0}
.btn-group > .btn:first-child {margin-left: 0}
.btn-group > .btn, .btn-group-stacked > .btn {float: left;position: relative}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {border-radius: 0}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {margin-left: -1px}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {border-bottom-left-radius: 0;border-top-left-radius: 0}


/*4.2.1 导航条
	Name:			mod_mainnav
	Example:		
	<nav class="mainnav cl">
	  <ul class="cl">
	    <li class="current"><a href="/">首页</a></li>
		<li><a href="#">核心</a></li>
		<li><a href="#">扩展</a></li>
		<li><a href="#">案例</a></li>
		<li><a href="#">联系我们</a></li>
	  </ul>
    </nav>
	Explain: 鼠标经过状态a:hover，当前选中状态li:current。		
*/
.mainnav{width:100%;z-index:1;background-color:#333;height:40px}/*导航条背景*/
.mainnav li,.mainnav li a{height:40px;line-height:40px}/*导航条高度*/
.mainnav li{float:left;display:inline;color:#fff;font-size:14px;font-weight:bold}/*设置字体*/
.mainnav li a{display:inline-block;padding:0 18px;color:#fff}/*链接颜色*/
.mainnav li a:hover,.mainnav li.current a{color:#36B5D5;text-decoration:none; background-color:#000}/*交互颜色*/
/*4.2.2 面包屑导航
	Name:			mod_breadcrumb
	Example:		
	<nav class="breadcrumb"><a href="/" class="maincolor">首页</a><span class="c_gray en">&gt;</span><a href="#">组件</a><span class="c_gray en">&gt;</span><span class="c_gray">当前页面</span></nav>
*/
.breadcrumb{background:url(../images/icon_home.gif) no-repeat 0 center;padding-left:25px;border-bottom: 1px solid #E5E5E5;line-height: 39px; height:39px}
.breadcrumb span{padding:0 5px}
/*4.2.3 翻页导航
	Name:			mod_pageNav
	Example:		<div class="pageNav" id="pageNav"></div>
	Explain:		需要调用pagenav.cn.js

*/
.pageNav{float:none;clear:both;font-size:0px;font-family:Arial,Helvetica,sans-serif;padding:18px 0px;text-align:center}
.pageNav span,.pageNav a,.pageNav b{font-size:14px;margin-right:5px;overflow:hidden;padding:3px 8px}
.pageNav a{border:1px solid #CCDBE4;cursor:pointer}
.pageNav b{color:#000}
.pageNav .mor{padding:3px;font-weight:bold}

/*4.2.4 顶部导航
	Name:			mod_topnav
	Sample:
	<div class="topnav"><div class="cl"><div class="l">您好，欢迎来到Hui！</div><div class="r"><span class="r_nav">[ <a rel="nofollow" href="javascript:login();">登录</a> ]</span><span class="pipe">|</span><span class="r_nav">[ <a href="javascript:register();" rel="nofollow">注册</a> ]</span><span class="pipe">|</span><span class="r_nav"><a title="收藏" href="javascript:addFavorite();">收藏本站</a></span><span class="pipe">|</span><span class="r_nav"><a href="javascript:void(0)" onclick="setHome(this);" title="设为首页">设为首页</a></span></div></div></div>
	
*/
.topnav{height:30px;line-height:30px;background:url(../images/bg_topnav.gif) repeat-x 0 0;border-bottom:1px solid #EBEBEB; font-size:12px}
.topbar{background-color: #ECECEC;border-bottom:1px solid #ddd}
.topbar a{margin-right:5px}
.r_nav{display:inline-block; color:#999}

/*4.2.5 向导
	Name:			mod_steps
	Sample:
	<div class="four steps">
	  <span class="step">第一步</span>
	  <span class="active step">第二步</span>
	  <span class="disabled step">第三步</span>
	  <span class="disabled step">第四步</span>
	</div>
*/
.steps,.step{display:inline-block;position:relative;padding:1em 2em 1em 3em;vertical-align:top;background-color:#FFF;color:#888;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.step:after,.steps .step:after{position:absolute;z-index:2;content:'';top:0;right:-1.45em;border-bottom:1.5em solid transparent;border-left:1.5em solid #FFF;border-top:1.5em solid transparent;width:0;height:0}
.step,.steps .step,.steps .step:after{-webkit-transition:opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,color .1s ease,box-shadow .1s ease}
.steps{cursor:pointer;display:inline-block;font-size:0;box-shadow:0 0 0 1px rgba(0,0,0,.1);line-height:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
.steps .step:first-child{padding-left:1.35em;}
.steps .step:last-child{}
.steps .step:only-child{}
.steps .step:last-child{margin-right:0}
.steps .step:last-child:after{display:none}
.step:hover,.step.hover{background-color:#F7F7F7;color:rgba(0,0,0,.8)}
.steps .step.hover:after,.steps .step:hover:after,.step:hover,.step.hover::after{border-left-color:#F7F7F7}
.steps .step.down,.steps .step:active,.step.down,.step:active{background-color:#F0F0F0}
.steps .step.down:after,.steps .step:active:after,.steps.down::after,.steps:active::after{border-left-color:#F0F0F0}
.steps .step.active,.active.step{cursor:auto;background-color:#551AA8;color:#FFF;font-weight:700}.steps .step.active:after,.active.steps:after{border-left-color:#551AA8}
.steps .disabled.step,.disabled.step{cursor:auto;background-color:#FFF;color:#CBCBCB}
.disabled.step:after{border:0;background-color:#FFF;top:.42em;right:-1em;width:2.15em;height:2.15em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-shadow:-1px -1px 0 0 rgba(0,0,0,.1) inset}
.attached.steps{margin:0;}
.attached.steps .step:first-child{border-radius:.3125em 0 0}
.attached.steps .step:last-child{border-radius:0 .3125em 0 0}
.bottom.attached.steps{margin-top:-1px;border-radius:0 0 .3125em .3125em}
.bottom.attached.steps .step:first-child{border-radius:0 0 0 .3125em}
.bottom.attached.steps .step:last-child{border-radius:0 0 .3125em}

/*向导数量*/
.one.steps,.two.steps,.three.steps,.four.steps,.five.steps,.six.steps,.seven.steps,.eight.steps{display:block}
.one.steps>.step{width:100%}
.two.steps>.step{width:50%}
.three.steps>.step{width:33.333%}
.four.steps>.step{width:25%}
.five.steps>.step{width:20%}
.six.steps>.step{width:16.666%}
.seven.steps>.step{width:14.285%}
.eight.steps>.step{width:12.5%}

/*向导尺寸*/
.small.step,.small.steps .step{font-size:.8rem}/*小*/
.step,.steps .step{font-size:1rem}/*默认*/
.large.step,.large.steps .step{font-size:1.25rem}/*大*/

/*兼容写法
	Sample:
	<div class="steps-ie cl">
	  <a class="step-ie active" href="#">第一步<em class="arrow"></em></a>
	  <a class="step-ie" href="#">第二步<em class="arrow"></em></a>
	  <a class="step-ie" href="#">第三步<em class="arrow"></em></a>
	</div>
*/
.steps-ie,.step-ie,.step-ie .arrow{height:44px; line-height:44px}
.steps-ie{background-color:#eaf4fd; border:solid 1px #afcfcc}
.step-ie{position:relative;display:inline-block; float:left; cursor:pointer; padding:0 20px 0 40px; background:url(../images/step_bg.png) repeat-x 0 center}
.step-ie .arrow{position:absolute;right:-21px; top:0; width:21px; height:44px; display:block; cursor:pointer; background:url(../images/step_arrow.png) no-repeat 0 center;z-index:50}
.step-ie.active{background-image:url(../images/step_bg-active.png); color:#fff; z-index:100}
.step-ie.active .arrow{background-image:url(../images/step_arrow-active.png)}

/*4.2.6 竖向导向tab导航
	Sample:
	<div class="verticalTab">
	  <a class="" href="#">导航一<em></em></a>
	  <a class="active" href="#">导航二<em></em></a>
	  <a href="#">导航三<em></em></a>
	  <a href="#">导航四<em></em></a>
	</div>
*/
.verticalTab{background:#fff url(../images/tab_bg.png) repeat-y 0 0; width:38px}
.verticalTab a{position:relative; display:block; width:18px; height:auto; text-align:center; position:relative; padding:26px 10px 6px 10px; background:url(../images/tabNav.png) no-repeat 0 0}
.verticalTab a em{position:absolute; left:0; bottom:-20px; width:38px; height:20px; background:url(../images/tabNav_right.png) no-repeat 0 0; z-index:50}
.verticalTab a.active{background-image:url(../images/tabNav-active.png); color:#fff; z-index:99}
.verticalTab a.active em{background-image:url(../images/tabNav_right-active.png)}

/*4.2.6 横向导向tab导航
	Sample:
	<ul class="acrossTab">
	  <li>导航一<i></i><em></em></li>
	  <li class="active">导航二<i></i><em></em></li>
	  <li>导航三<i></i><em></em></li>
	</ul>
*/
.acrossTab{height:29px; background:url(../images/acrossTab-bg.png) repeat-x 0 0; padding-top:1px}
.acrossTab li,.acrossTab li em{background:url(../images/acrossTab.png) no-repeat 0 0}
.acrossTab li{position:relative;float:left; display:inline-block; height:29px; line-height:29px; font-size:12px;cursor:pointer;padding:0 30px; white-space:nowrap;color:#282828; background-position:0 0}
.acrossTab li em{position:absolute; width:23px;height:29px;right:-20px; top:0;z-index:50; background-position:right -30px}
.acrossTab li:hover{background-position:0 -60px}
.acrossTab li:hover em{background-position:right -90px}
.acrossTab li.active{background-position:0 -120px; z-index:99}
.acrossTab li.active em{background-position:right -150px}
.acrossTab li i{position:absolute; display:block; width:13px; height:13px; top:50%; margin-top:-6px; right:5px; font-size:0; line-height:0; cursor:pointer; background:url(../images/acrossTab-close.png) no-repeat 0 0}
.acrossTab li i:hover{background-position:0 bottom}

/*4.3 下拉菜单
	Name:			mod_dropDown
	Example:		<span class="dropDown"><a class="dropDown_A" href="#">下拉菜单</a><span class="dropDown-menu"><ul><li><a href="#">菜单一</a></li><li><a href="#">菜单二</a></li></ul></span>span>
	Explain:	

*/
.dropDown{display:inline-block}
.dropDown_A{display:inline-block}
.dropDown-menu{display:none;transition: all 0.3s ease 0s}
dropDown:focus,.dropDown-menu:focus {outline:0}
.dropDown-menu li.arrow{position:absolute;display:block; width:12px; height:8px; margin-top:-13px; margin-left:45px; line-height:0;background:url(../images/icon-jt.png) no-repeat 0 0}
/*鼠标经过*/
.dropDown.hover .dropDown_A i,.dropDown.open .dropDown_A i{transform: rotate(180deg);transition-duration:0.3s ;transition-property:all;_background-position:0 0}/*鼠标经过*/
.dropDown.hover .dropDown_A,.dropDown.open .dropDown_A{text-decoration:none;
 background-color:#ffdd25}
/*打开菜单*/
.dropDown.open{position:relative; z-index:99}
.dropDown.open .dropDown-menu{position:absolute;z-index:100;display:inline-block;float:left;left:0px;top: 100%;min-width:120px;margin:-1px 0 0;padding: 5px 0;background-color:#fff;background-clip: padding-box;
border:1px solid #d6d6d6;border:1px solid rgba(0,0,0,0.15);
-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
box-shadow:0 6px 12px rgba(0,0,0,0.175)}
.dropDown.open .dropdown-menu.r {right:0;left:auto}
.dropDown.open .dropDown-menu li{float:none;display:inline}
.dropDown-menu li a{color:#666}
.dropDown-menu li a{display:block;clear: both;border-bottom:solid 1px #f2f2f2;
    height:30px;line-height: 30px;text-align:left;font-weight: normal;white-space:nowrap}
.dropDown-menu li a:hover,.dropDown-menu li a:focus{background-color:#ea5944;color:#fff; text-decoration:none}

/*禁用菜单*/
.dropDown.open .dropDown-menu .disabled a,.dropDown.open .dropdown-menu .disabled a:hover,.dropDown.open .dropdown-menu .disabled a:focus{color:#999;text-decoration:none; cursor:no-drop; background-color:transparent}
.dropDown.open .dropDown-menu li.divider{display:block;height:0px; line-height:0px;margin:9px 0;overflow:hidden; border-top:solid 1px #eee}

/*4.4 幻灯片
	Name:			module_slider
	Sample:
  <section class="slider cl has-dots">
		<a href="javascript:void(0)" class="unslider-arrow prev"></a>
		<a href="javascript:void(0)" class="unslider-arrow next"></a>
    <ul class="tabcon">
      <li><a href="#" target="_blank"><img name="" src="pic/1.png" width="300" height="150" alt=""></a></li>
      <li><a href="#" target="_blank"><img name="" src="pic/2.png" width="300" height="150" alt=""></a></li>
      <li><a href="#" target="_blank"><img name="" src="pic/3.png" width="300" height="150" alt=""></a></li>
    </ul>
  </section>
	<script type="text/javascript" src="Lib/unslider.min.js"></script> 
	<script type="text/javascript">
	$(function() {
		$('.slider').unslider({deplay:3000,fluid: true,dots: true});
		var unslider = $('.slider').unslider();
    	$('.unslider-arrow').click(function() {
        	var fn = this.className.split(' ')[1];
			unslider.data('unslider')[fn]()})});
	</script>
	Explain: 默认dots为圆点，在slider后面追加numSlider样式就变成带数字的方框，boxSlider为不带数字长方条
*/
.slider{position:relative;text-align:center; margin:0 auto}
.slider .tabcon li{float: left;overflow:hidden}
.dots{position:absolute;right:0px; width:100%;bottom:10px; text-align:center}
.dots span{display:inline-block;text-align:center;width:8px; height:8px; font-size:0px;line-height:0px;margin-right:8px;cursor:pointer; background-color:#C2C2C2;border-radius:8px}
.dots span.active{background-color:#222}
.numSlider .dots span{width:20px; height:20px; line-height:20px; font-size:13px; margin-right:10px;line-height:20px;background-color:#fff;font-family:Arial;font-weight:bold; text-indent:inherit;border-radius:0px}
.numSlider .dots span.active{background-color:#222;color:#fff}
.boxSlider .dots span{width:40px; height:10px;border-radius:0px}
.boxRadius .dots span{width:40px}

.unslider-arrow{display:block; position:absolute; top:50%; margin-top:-25px;height: 50px;width: 50px; z-index:3;opacity: 0.7;filter: alpha(opacity=70); background-color:#303030; background-image:url(../images/unslider-arrow.png); background-repeat:no-repeat}
.unslider-arrow:hover{opacity: 1;filter: alpha(opacity=100)}
.prev{left:0px; background-position:0 0}
.next{right:0px;background-position:right 0}
/*4.5 选项卡
	Name:			module_slider
	Sample:
	<div id="tab_demo" class="HuiTab">
      <div class="tabBar cl"><span>选项卡一</span><span>选项卡二</span><span>自适应宽度</span></div>
      <div class="tabCon">内容一</div>
      <div class="tabCon">内容二</div>
      <div class="tabCon">内容三</div>
    </div>	
*/
.tabBar {border-bottom: 2px solid #C61602;height:50px;}
.tabBar span {background-color: #e8e8e8;cursor: pointer;display: inline-block;float: left;
font-weight: bold;height: 30px;line-height: 30px;padding: 8px 15px}
.tabBar span.current{background-color:#CC0000;color: #fff}
.tabCon {display: none}
/*4.6 标签与标号
	Name:			style_label
	Example:		<span class="label label-success/label-warning/label-important/label-info/label-inverse">默认</span>
	Explain:		.label 默认/.label-success 成功/.label-warning 错误/.lable-warning 危险/.label-important 重要/.label-info 信息/.label-inverse 相反

	Name:			style_badge
	Example:		<span class="badge badge-success/badge-warning/badge-important/badge-info/badge-inverse">1</span>
	Explain:		.label 默认/.badge-success 成功/.badge-warning 错误/.badge-warning 危险/.badge-important 重要/.badge-info 信息/.badge-inverse 相反

*/
.label, .badge{display: inline-block;padding: 2px 4px;font-size: 11.844px;font-weight: bold;line-height: 14px;color: #fff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);white-space: nowrap;vertical-align: baseline;background-color: #999}
.label{border-radius: 3px}
.badge{padding-right: 9px;padding-left: 9px;border-radius: 9px}
.label:empty, .badge:empty{display: none}
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus{color: #fff;text-decoration: none;cursor: pointer}
/*主要*/
.label-primary, .badge-primary{background-color: #5a98de}
.label-primary[href], .badge-primary[href]{background-color: #5a98de}
 
/*主要*/
.label-secondary, .badge-secondary{background-color: #3bb4f2}
.label-secondary[href], .badge-secondary[href]{background-color: #3bb4f2}
 
/*成功*/
.label-success, .badge-success{background-color:#5eb95e}
.label-success[href], .badge-success[href]{background-color: #5eb95e}
/*错误*/
.label-warning, .badge-warning{background-color: #f0ad4e}
.label-warning[href], .badge-warning[href]{background-color: #f0ad4e}
/*危险*/
.label-danger, .badge-danger{background-color: #d9534f}
.label-danger[href], .badge-danger[href]{background-color: #d9534f}
/*重要*/
.label-important, .badge-important{background-color: #b94a48}
.label-important[href], .badge-important[href]{background-color: #b94a48}
/*金额*/
.label-price, .badge-price{background-color: #f60}
.label-price[href], .badge-price[href]{background-color: #f60}
/*信息*/
.label-info, .badge-info{background-color: #1faef2}
.label-info[href], .badge-info[href]{background-color: #1faef2}
/*相反*/
.label-inverse, .badge-inverse{background-color: #1a1a1a}
.label-inverse[href], .badge-inverse[href]{background-color: #1a1a1a}
/*尺寸*/
.btn .label, .btn .badge{position: relative;top: -1px}
.btn-mini .label, .btn-mini .badge{top: 0}
/*4.7 缩略图
	Name:       style_img
	Example:		
	Explain:		缩略图
*/
.imgbox{}
.img{}
.img-circle{border-radius: 50%}


/*4.8 警告
	Name:			mod_Hui-alert
	Example:		
  <div class="Huialert Huialert-success/Huialert-danger/Huialert-error/Huialert-info/Huialert-block"><i class="icon-remove"></i>警告内容<ul><li>……</li></ul></div>
	Explain:		警告,使用警告框jQuery插件
*/
.Huialert{position:relative;padding:8px 35px 8px 14px;margin-bottom: 20px;text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);background-color: #fcf8e3;border: 1px solid #fbeed5}
.Huialert, .Huialert h4{color: #c09853}
.Huialert h4{margin: 0}
.Huialert .icon-remove{position:absolute;top:9px;right:10px;line-height: 20px;cursor:pointer; color:#000; opacity:0.2;_color:#666}
.Huialert .icon-remove.hover{color:#000;opacity:0.8}
.Huialert-success{color: #468847;background-color: #dff0d8;border-color: #d6e9c6}
.Huialert-success h4{color: #468847}
.Huialert-danger{color: #b94a48;background-color: #f2dede;border-color: #eed3d7}
.Huialert-danger h4{color: #b94a48}
.Huialert-error{color: #fff;background-color: #f37b1d;border-color: #e56c0c}
.Huialert-error h4{color: #fff}
.Huialert-info{color: #31708f;background-color: #d9edf7;border-color: #bce8f1}
.Huialert-info h4{color:#31708f}
.Huialert-block{padding-top: 14px;padding-bottom: 14px}
.Huialert-block > p, .Huialert-block > ul{margin-bottom: 0}
.Huialert-block p + p{margin-top: 5px}

/*4.9 进度条 loading
	Name:			mod_progress
	Example:
	<div class="progress"><div class="progress-bar"><span class="sr-only"></span></div></div>
	Explain:		警告,使用警告框jQuery插件
*/
.progress,.progress-bar,.sr-only{height:10px; font-size:0;line-height:0}
.progress{overflow:hidden; width:400px;-khtml-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px}
.progress-bar{width:100%;background-color:#efefef}
.sr-only{display:inline-block; background-color:#58b957}

/*4.10 对话框
	Name:			mod_modal
	Example:		
*/
.loading{height: 50px; background: url(../images/loading_072.gif) no-repeat center}
.mask{position:fixed;top:0;left:0;z-index:999;width:100%;height:100%;background:url(../images/backdrop.png) repeat 0 0;-moz-transition:all 0.3s ease-in;-webkit-transition:all 0.3s ease-in;-o-transition:all 0.3s ease-in;transition:all 0.3s ease-in}

* html .mask{position:absolute;left:expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth);top:expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight)}

/*Huimodal*/
.modal-open{overflow:hidden}/*当弹出层出现时，隐藏body右侧滚动条*/
.page-overflow{margin-right:16px}/*隐藏body滚动条时，页面偏移*/
.modal-scrollable{position:fixed;top:0;right:0;bottom:0;left:0;overflow: auto}/*弹出层的最外层，全屏，用户响应点击和滚动*/
.modal-overflow .modal-scrollable{overflow-y:scroll}/*弹窗超出屏幕高度时，弹出层替代body右侧滚动条，实现弹出层的整体滚动*/
.modal-backdrop {position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1040;background-color:#000}/*默认遮罩层，全屏黑色*/
* html .modal-backdrop{position:absolute;left:expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth);top:expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight)}/*解决IE下 遮罩层兼容性*/
.modal-backdrop.fade {opacity:0;filter: alpha(opacity=0)}/*遮罩层失去时，透明度为0*/
.modal-backdrop,.modal-backdrop.fade.in {opacity: 0.7;filter: alpha(opacity=70)}/*遮罩层进入 0.7透明度*/

.modal {position:absolute;top:50%;left:50%; width:500px;margin-left:-250px;z-index:1050;overflow: visible;background-color: #fff;background-clip: padding-box;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip:padding-box;
    -khtml-background-clip:padding-box;
    -moz-background-clip:padding-box;
    -ms-background-clip:padding-box;
    -o-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:6px;
    border:1px solid rgba(0, 0, 0, 0.3);*border:1px solid #999}/*弹出层，绝对定位，默认【宽度500px，高度自适应，背景白色，6px圆角，带阴影】，自定义宽度可在data-width中设置参数*/
.fade {opacity: 0;filter: alpha(opacity=0);-webkit-transition: opacity 0.2s linear;-moz-transition: opacity 0.2s linear;-o-transition: opacity 0.2s linear;transition: opacity 0.2s linear}
.fade.in {opacity: 1;filter: alpha(opacity=100)}
.modal.fade {top: -100%}/*弹出层进入动画效果*/
.modal.fade.in{top:50%}/*弹出层进入后居顶距离，配合margin-top负值，实现上下自动居中*/
.modal.modal-overflow.fade.in{top:0px}/*如果弹出层高度大于窗口，弹出窗口距顶0像素*/
.loading-spinner {position: absolute;top: 50%;left: 50%;margin: -12px 0 0 -12px}/*Ajax加载数据时loading*/
  /*弹出层header区*/
  .modal-header {padding: 9px 15px;border-bottom: 1px solid #eee; position:relative}/*弹出层头部*/
  .modal-header .close{position:absolute; right:10px; top:10px}/*关闭按钮，请调用4.1.1 按钮 .close*/
  .modal-header h3{margin:0}/*标题*/
  .modal-body {overflow-y:visible;padding: 15px} /*内容不限高度，内填充15px，不满意可自行修改*/
  .modal-form {margin-bottom: 0} /*弹出层表单*/
  /*弹出层footer区，放按钮*/
  .modal-footer {padding: 14px 15px 15px;margin-bottom: 0;text-align: right;background-color: #f5f5f5;border-top: 1px solid #ddd;*zoom: 1;border-radius: 0 0 6px 6px;box-shadow: inset 0 1px 0 #fff}
  .modal-footer:before,.modal-footer:after {display: table;content: ""}
  .modal-footer:after {clear: both}
  .modal-footer .btn + .btn {margin-left: 5px;margin-bottom: 0}
  .modal-footer .btn-group .btn + .btn {margin-left: -1px}
.modal-alert{position:fixed; width:300px;margin-left:-150px; margin-top:-30px; z-index:9999}
.modal-alert-info{padding:30px; text-align:center; font-size:14px; background-color:#fff}

.mask_box{background-image:none;display:none;z-index:99}
.hover .mask_box{position:absolute;bottom:0px; left:0px;display:block;background:url(../images/backdrop.png) repeat 0 0;text-align:left}
.easyDialog_wrapper{width:320px; color:#444; border:3px solid rgba(0,0,0,0);border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.4); display:none}
.easyDialog_wrapper .easyDialog_content{border-radius:4px; background:#fff; border:1px solid #e5e5e5}
.easyDialog_wrapper .easyDialog_title{height:30px; line-height:30px; overflow:hidden; color:#666; padding:0 10px; font-size:14px; border-bottom:1px solid #e5e5e5; background:#f7f7f7; border-radius:4px 4px 0 0; margin:0 }
.easyDialog_wrapper .close_btn{font-family:arial; font-size:18px; _font-size:12px; font-weight:700; color:#999; text-decoration:none; float:right}
.easyDialog_wrapper .close_btn:hover{color:#333}
.easyDialog_wrapper .easyDialog_text{padding:25px 10px; font-size:13px; line-height:22px}
.easyDialog_wrapper .easyDialog_footer{padding:10px; text-align:right; *zoom:1}
.easyDialog_wrapper .easyDialog_footer:after{content:''; display:block; height:0; overflow:hidden; visibility:hidden; clear:both}
.easyDialog_wrapper .btn_highlight,.easyDialog_wrapper .btn_normal{border:1px solid; border-radius:2px; cursor:pointer;float:right; font-size:12px; padding:0 12px; height:24px; line-height:24px; margin-bottom:10px}
.easyDialog_wrapper .btn_highlight{background:#4787ed; background:-webkit-gradient(linear,center bottom,center top,from(#4787ed),to(#4d90fe)); background:-moz-linear-gradient(90deg, #4787ed, #4d90fe); border-color:#3079ed; color:#fff}
.easyDialog_wrapper .btn_normal{margin-left:10px; border-color:#c3c3c3; background:#ececec; color:#333; background:-webkit-gradient(linear,center bottom,center top,from(#ececec),to(#f4f4f4)); background:-moz-linear-gradient(90deg,#ececec,#f4f4f4)}

.modal-open .dropdown-menu {z-index: 2050}
.modal-open .dropdown.open {*z-index: 2050}
.modal-open .popover {z-index: 2060}
.modal-open .tooltip {z-index: 2070}

/*4.12 返回顶部
	Name:			mod_totop
	Level:			Global
	Example:		<a href="javascript:void(0)" class="toTop" title=backToTopTxt alt=backToTopTxt></a>
	Explain:		返回顶部
*/
.toTop{position:fixed;display:block;width:48px;height:49px;text-indent:-9999em;overflow:hidden;right:20px;visibility:visible;bottom:10px;_position:absolute;_top:expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);background:url(../images/totop.png) no-repeat 0 0}
.toTop:hover{background-position:-48px 0}
/*4.13 分享到
	Name:			mod_share
	Example:
<section class="share cl">
<!-- Baidu Button BEGIN -->
<div id="bdshare" class="bdshare_t bds_tools get-codes-bdshare">
<span class="bds_more">分享到：</span>
<a class="bds_tsina"></a>
<a class="bds_qzone"></a>
<a class="bds_tqq"></a>
<a class="bds_renren"></a>
<a class="bds_sqq"></a>
</div>
<script type="text/javascript" id="bdshare_js" data="type=tools&amp;uid=0" ></script>
<script type="text/javascript" id="bdshell_js"></script>
<script type="text/javascript">
document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js?cdnversion=" + Math.ceil(new Date()/3600000)
</script>
<!-- Baidu Button END -->
</section>
	Explain:		分享到 直接调用百度分享，http://share.baidu.com/code

*/
/*4.15 案例
	Name:			mod_bs-docs-example
	Example:		<div class="bs-docs-example tooltip-demo">……</div>
*/
.bs-docs-example{position:relative;*position:static;*padding-top: 19px;margin: 15px 0;padding: 39px 19px 14px;background-color: #fff;border: 1px solid #ddd;border-radius: 4px}
.bs-docs-example:after{content: "Example";position: absolute;top: -1px;left: -1px;*position:static;padding: 3px 7px;font-size: 12px;font-weight: bold;background-color: #f5f5f5;border: 1px solid #ddd;color: #9da0a4;border-radius: 4px 0 4px 0}
/*4.16 滚动
	Name:			mod_rolling
	Example:		<div class="rollpicshow"><ul><li>……</li></ul></div>
*/
.marquee{height:22px;overflow:hidden;line-height:22px}
.rollpic .prev,.rollpic .next{display:block; height:38px; width:38px; cursor:pointer; float:left; background:url(../images/unslider-arrow2.png) no-repeat 0 0; margin-top:70px}
.rollpic .prev{background-position:0 0; margin-right:5px}
.rollpic .prev:hover{background-position:0 -38px}
.rollpic .next{background-position:0 -76px;margin-left:5px}
.rollpic .next:hover{background-position:0 -114px}
.rollpicshow{float:left; border:solid 1px #ddd}
.rollpicshow li{padding:10px}
/*4.17 搜索条
	Name:			mod_searchBar
	Sample:
<div class="searchBar">
  <form class="form-search" method="post" action="">
    <input id="searchKeyword" name="searchKeyword" value="请输入搜索关键词" class="searchTxt">
    <input id="searchBtn" name="searchBtn" type="submit" value="搜索" class="searchBtn" onclick="b_onclick()">
  </form>
</div>
*/
.searchBar{z-index: 100; width:460px;height: 33px;background:url(../images/search.gif) no-repeat 0 -48px;position:relative}
	.form-search{margin-bottom:0px}
	.searchTxt{float:left;width:350px;height:23px;line-height:23px;font-size:14px;color:#9a9a9a;margin-left:33px;margin-top:5px;border:none;background-color:#fff}
	.searchTxt.focus{color:#333}
	.searchBtn{float:right;display:block;border:none;width:73px;height:33px;cursor:pointer;text-indent:-9999px;background:url(../images/search.gif) no-repeat right -81px}
	.searchBtn:hover{background-position:right -114px}
	/*搜索下拉提示*/
	.ac_results{position:absolute;width:386px; height:auto;border:solid 1px #890800;background-color:#fff;top:32px; left:0px; display:none}
	.ac_results ul{width:100%;list-style-position:outside;list-style:none;padding:0;margin:0}
	.ac_results li p{float:left;margin:0;padding:0;overflow:hidden}
	.ac_results li p tt{color:#666}
	.ac_results li span{margin:0;padding:0;display:inline;float:right;color:#f93;width:90px; text-align:right; overflow:hidden}
	.ac_results ul li{padding-left:5px;padding-right:5px;display:block;height:22px;line-height:22px;cursor:pointer;color:#000;font:宋体;font-size:12px}
	.ac_results ul li.hover{background-color:#fef8ec;color:#000}
		.ac_loading{background:#fff url(../images/loading_s.gif) right center no-repeat}

.AD{text-align:center}
/*4.18.1 对联广告
	Name:			mod_AD_dual
	Sample:
	<div class="dual dual_l"><div class="dual_con">对联的内容</div><a href="#" class="dual_close">X关闭</a></div>
	<div class="dual dual_r"><div class="dual_con">对联的内容</div><a href="#" class="dual_close">X关闭</a></div>
*/
.dual{top:260px;position:absolute; width:102px; overflow:hidden; display:none; z-index:100}
.dual_l{left:6px}
.dual_r{right:6px}
.dual_con{border:#CCC solid 1px;width:100px; height:300px; overflow:hidden; background-color:#0C9}
.dual_close{width:100%;height:24px; line-height:24px; text-align:center; display:block; font-size:13px; color:#555; text-decoration:none}

/*4.19 标签*/
/*4.19.1 标签输入效果
	Name:			mod_hui-tags
	Sample:			
	<div class="hui-tags">
	  <div class="hui-tags-editor cl"><i class="icon-tags"></i>
		<span class="hui-tags-token">Hui前端框架</span>
		<span class="hui-tags-token">CSS3</span>
		<span class="hui-tags-token">HTML5</span>
		<div class="hui-tags-iptwrap"><input type="text" class="hui-tags-input" maxlength="20" value=""><lable class="hui-tags-lable">添加相关标签，用空格或回车分隔</lable></div>
	  </div>
	  <div class="hui-tags-list">
	    <div class="hui-notag">暂无常用标签</div>
		<div class="hui-tags-has"><span>前端框架</span> <span>前端开发</span> <span>H-ui</span></div>
	  </div>
	</div>
*/
.hui-tags{border:solid 1px #dedede; padding:0 10px}
	.hui-tags-editor{position:relative; padding:10px 0 10px 24px}
	.hui-tags-editor .icon-tags{position:absolute; left:0; top:14px}
		.hui-tags-token{color:#aaa; float:left; font-size:12px; height:20px; line-height:20px; margin-right:8px; padding:0 1px; white-space:nowrap; cursor:pointer}
		.hui-tags-token:before{content:"#"}
		.hui-tags-token:hover{text-decoration:line-through}
		.hui-tags-iptwrap{position:relative; float:left}
			.hui-tags-input{position:relative;height:20px;min-width:60px; border:0 none; vertical-align:top;line-height:20px; color:#333;z-index:2;background: url(../images/empty.png) repeat scroll 0 0; display:inline-block; width:100%}
			.hui-tags-lable{position:absolute; top:0; left:2px; width:240px; height:20px; line-height:20px; font-size:14px; overflow:hidden; z-index:1; color:#ccc}
		.hui-tags-list{padding:0 0 10px 0; display:none}
	.hui-notag{font-size:12px}
	.hui-tags-has span{cursor:pointer; font-size:12px; white-space:nowrap; margin-right:10px}

/*4.19.2 标签混排效果
	Name:			mod_tags
	Sample:			<div class="pd-10 tags"><a href="http://www.h-ui.net/">H-ui前端框架</a>……</div>
	
*/
.tags a{height:26px; line-height:26px;padding-right:6px}
	.tags0{}
	.tags1{color:#C00; font-size:24px}
	.tags2{color:#030; font-size:16px}
	.tags3{color:#00F}
	.tags4{font-size:16px}
	.tags5{color:#C00; font-size:20px}
	.tags6{color:#F06 font-size:20px}
	.tags7{color:#030; font-weight:bold; font-size:18px}
	.tags8{color:#F06; font-weight:bold}
	.tags9{color:#C00; font-weight:bold;font-size:16px}
.tags a:hover{color:#F00; text-decoration:underline}

/*4.19.3 tag云标签*/
#tagyun {position:relative}
#tagyun a {position:absolute;top:0px;left:0px;font-weight:bold;text-decoration:none;padding:3px 6px}

/*4.20 折叠
	Name:			mod_Huifold
	Sample:	
	<ul id="" class="Huifold">
	  <li class="item"><h4>标题<b>+</b></h4><div class="info">内容 </div></li>
	  ……
	</ul>
*/
.Huifold .item{position:relative}
.Huifold .item h4{margin:0;font-weight:bold;position:relative;border-top: 1px solid #fff;font-size:15px;line-height:22px;padding:7px 10px;background-color:#eee;cursor:pointer;padding-right:30px}
.Huifold .item h4 b{position:absolute;display: block; cursor:pointer;right:10px;top:7px;width:16px;height:16px; text-align:center; color:#666}
.Huifold .item .info{display:none;padding:10px}

/*4.21 遮罩条
	Name:			mod_maskBar
*/
.maskBar{position:absolute;width:100%; height:auto;left:0; bottom:-60px; right:0;background-color:#000;z-index:2; color:#fff!important;opacity:0.6;filter:alpha(opacity=60)}
.maskWraper{position:relative; overflow:hidden}
.maskWraper.hover .maskBar{bottom:0px;
  transition: bottom 200ms;
  -moz-transition: bottom 200ms; /* Firefox 4 */
  -webkit-transition: bottom 200ms; /* Safari 和 Chrome */
  -o-transition: bottom 200ms; /* Opera */
}
.maskBox{position:absolute;width:100%; height:100%;top:0;left:0; bottom:0;right:0;z-index:2;background-color:#000; color:#fff!important;opacity:0;filter:alpha(opacity=0)}
.maskWraper.hover .maskBox{opacity:0.2;filter:alpha(opacity=20);
  transition: opacity 500ms;
  -moz-transition: opacity 500ms; /* Firefox 4 */
  -webkit-transition: opacity 500ms; /* Safari 和 Chrome */
  -o-transition: opacity 500ms; /* Opera */
}

/*4.22 评论列表
	Name:			mod_comment
	Sample:		
	<ul class="commentList">
	  <li class="item cl">
	    <a href="#"><i class="avatar avatar-L radius"><img alt="" src="static/h-ui/images/avatar-default-S.gif"></i></a>
		<div class="comment-main">
		  <header class="comment-header">
		    <div class="comment-meta"><a class="comment-author" href="#">辉哥</a> 评论于 <time title="2014年8月31日 下午3:20" datetime="2014-08-31T03:54:20">2014-8-31 15:20</time></div>
	      </header>
		  <div class="comment-body"><p><a href="#">@某人</a> 你是猴子派来的救兵吗？</p></div></div>
	  </li>
	</ul>
*/
.commentList .item{list-style: none outside none;margin: 1.6rem 0 0}
.commentList .avatar{border: 1px solid transparent;float: left;}
	.comment-main{position:relative;margin-left:64px;border:1px solid #dedede;border-radius:2px}
	.comment-main:before,.comment-main:after{position:absolute;top:11px;left:-16px;right:100%;width:0;height:0;display:block;content:" ";border-color:transparent;border-style:solid solid outset;pointer-events:none}
	.comment-main:before{border-right-color:#dedede;border-width:8px}
	.comment-main:after{border-width:7px;border-right-color:#f8f8f8;margin-top:1px;margin-left:2px}
		.comment-header{padding:10px 15px;background:#f8f8f8;border-bottom:1px solid #eee}
		.comment-title{margin:0 0 8px 0;font-size:1.6rem;line-height:1.2}
		.comment-meta{font-size:13px;color:#999;line-height:1.2}
		.comment-meta a{color:#999}
		.comment-author{font-weight:700;color:#999}
		.comment-body{padding:15px;overflow:hidden}
		.comment-body>:last-child{margin-bottom:0}
.commentList .comment-flip .avatar {float: right}
  .comment-flip .comment-main{margin-left: 0; margin-right: 64px}
  .comment-flip .comment-main:before {border-left-color: #dedede;border-right-color: transparent}
  .comment-flip .comment-main:before, .comment-flip .comment-main:after {left: 100%;position: absolute;right: -16px}
  .comment-flip .comment-main:after {border-left-color: #f8f8f8;border-right-color: transparent;margin-left: auto;margin-right: 2px}

/*5 页面
	Name:			page
*/
/*5.1 博客列表页*/
.page-blog-list{}
/*5.2 博客详情页*/
.page-blog-show{}
/*5.3 关于我们页*/
.page-about-show{}
/*5.4 帮助列表页*/
.page-help-list{}
/*5.5 帮助详情页*/
.page-help-show{}
/*5.6 错误页-404*/
.page-404{}
/*5.7 友情链接页*/
.page-flink{}

/*媒体适配*/
/*大屏幕*/
@media (min-width: 1200px){
  
}
/*横向平板*/
@media (min-width: 768px) and (max-width: 992px){
  
}
/*横向手机 竖向平板*/
@media (max-width: 767px) {
	img{max-width:100%}
	.tlist li{position:relative; font-size:18px;border-bottom: 1px solid #eee}
	.tlist li a{display:block;padding:0.7em 30px 0.7em 12px}
	.dot_1{padding-left:0px}
	.night .tlist li{border-bottom: 1px solid #1F1F1F}
	.tlist .time{display:none}
	.tlist i {background:url(../images/article/arrow.png) no-repeat 0 0; background-size:9px auto; height: 15px;margin-top: -7px;position: absolute;right:10px;top: 50%;width: 9px}
	.night .tlist i{background-position:0 -75px}
	.mainnav li{font-size:1.125em}
}
/*竖向手机*/
@media (max-width: 480px) {
	.mainnav li{text-align:center}
	.mainnav li{width:20%}
	.mainnav li a{padding:0; width:100%}
	.content img,.thumbImage img{max-width:100%!important; height:auto!important;width:expression(this.width > 320 ? "320px" : this.width)!important}
	.thumbImage {margin: auto;width: 320px}
	*html .content img,*html .thumbImage img{width:expression(this.width>320&&this.width>this.height?320:auto)}
}
/*横屏模式*/
@media screen and (orientation:portrait) {

}
/*==============以下是sorttable自定义的样式====================*/
table  thead ._asc, table  thead ._desc, table  thead .sorting {cursor: pointer; background-repeat:no-repeat;background-position:right center}
table  thead .sorting{background-image:url(../images/sort_both.png)}
table thead ._asc {background-image:url(../images/sort_asc.png)}
table thead ._desc {background-image:url(../images/sort_desc.png)}


/*==============以下是validform自定义的样式====================*/
/*表单错误*/
.Validform_checktip{
	padding-left:3px;
	color:#9999;
	font-size:12px;

}
.Validform_error{background-color:#fbe2e2; border-color:#c66161; color:#c00}
/*提示信息*/
.Validform_wrong,.Validform_right,.Validform_warning{display:inline-block;height:10px;font-size:12px;vertical-align:middle; padding-left:20px}
/*错误提示*/
.Validform_wrong :before{

}
.Validform_wrong{color:#ef392b; }
/*正确提示*/
.Validform_right{color:#009100;}
/*警告提示*/
.Validform_warning{background:url(../images/icon_warning_s.png) no-repeat 0 center;color:#777}

/*密码等级*/
.passwordStrength b{font-weight:normal}
.passwordStrength b,.passwordStrength span{display:inline-block; vertical-align:middle;line-height:16px;line-height:18px\9;height:16px}
.passwordStrength span{width:57px;text-align:center;background-color:#d0d0d0; border-right:1px solid #fff}
.passwordStrength .last{border-right:none}
.passwordStrength .bgStrength{color:#fff;background-color:#fcc900}
/*Validform对话框*/
#Validform_msg{font-size:14px;width:300px; color:red; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1)}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1}
#Validform_msg .Validform_title{font-size:15px; padding:6px;text-align:left;color:#fff; position:relative; background-color:#D74C46}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{position:absolute; right:8px; top:6px; color:#fff; text-decoration:none; font-family:Verdana}
#Validform_msg a.Validform_close:hover{color:#fff}
#Validform_msg .Validform_info{padding:10px;border:1px solid #bbb; border-top:none; text-align:left}
/**
 * 主题颜色
 */
.them_h{
	color:black;
}
.them_z{
	color:#551AA8
}
.them_b{
	color:#53BFE5;
}
.them_l{
	color:#088FC8;
}
.them_g{
	color:#999999;
}
.them_r{
	color:#C70000;
}
.them_y{
	color:#FF5F3B;
}
.them_gr{
	color:#00AE5F;
}
.bold{
	font-weight:bold
}
.them_hr{
	color:#770001;
}
/**
 * 头部地址

.where_div{
    width:1140px;margin:35px auto;
}
 */
.wzl_home{
    margin:10px auto;
  margin-right: auto;
  margin-left: auto;
  width: 1140px;
}
.wzl_home:after{content:".";display:block;height:0;clear:both;visibility:hidden}
 /**
 * 位置
 */
.wzl_where p{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size:12px;
    border-bottom: 1px #E2E2E2 solid;
}
.wzl_where p a{
    color: #303641;
    text-decoration: none;
}

/*footer---star*/
.newfooter {
    border-top: 1px solid #eeeeee;
    background-color: #fafafa;
    overflow: hidden;
    padding: 20px 0;
}
.newfooter a{
    color: #666;

}
.healper {
    width: 1200px;
    margin: 0 auto;
}
.healper dl dt {
    font: bold 14px/30px arial;
}
.healper dl dd {
    line-height: 24px;
}
dl.ftfirst {
    height: 150px;
    background: url(../imgs/dotted_line_y.png) repeat-y right top;
    float: left;
    padding: 0px 30px 0px 0px;
    width: 100px;
}
dl.helpList {
    height: 150px;
    background: url(../imgs/dotted_line_y.png) repeat-y right top;
    float: left;
    padding: 0px 20px;
    width: 100px;
}
dl.ggList {
    height: 150px;
    background: url(../imgs/dotted_line_y.png) repeat-y right top;
    float: left;
    padding: 0px 20px;
    width: 250px;
}
dl.ftServe {
    height: 150px;
    width: 200px;
    float: left;
    padding: 0px 30px;
    background: url(../imgs/dotted_line_y.png) repeat-y right top;
}
dl.ftServe dt {
    font-family: "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}
dl.ftServe dt i {
    float: left;
    width: 30px;
    height: 36px;
    background: url(../imgs/sprite.png) no-repeat left -17px;
    display: block;
}
dl.ftServe dt span.icoTel {
    margin-top: 2px;
    overflow: hidden;
    text-indent: -999em;
    width: 130px;
    height: 16px;
    background: url(../imgs/sprite.png) no-repeat left 0px;
}
dl.ftServe dd {
    line-height: 24px;
    color: #666;
    padding-left: 30px;
}
dl.ftServe dt span {
    color: #666;
    display: block;
}
.copyrig {
    clear: both;
    margin: 0 auto;
    width: 1200px;
    color:grey;
    text-align: center;
}
.wzl_title{
     margin:10px 0px;
  }
.wzl_title_info{
    border:1px #E2E2E2 solid;
    border-bottom:0px;padding:10px;
    border-top: 3px #551AA8 solid;
    text-align: center;
    width:110px;
  } 
.wzl_title span{
  font-size:16px;font-weight:bold;color:#551AA8;
  }
 .wzl_title p{
   border-top:1px #E2E2E2 solid; 
   margin-left:131px;width:1010px;
 }
     .uutable{
    width:90%;
    margin:15px auto;
  }
    .uutable th{
    text-align: left;
    color:grey;
  }
  .uutable td{
    text-align: left;
    padding-top: 18px;
  }
    .utable th{
    padding-top: 18px;
  }   
     .utable{
    width:90%;
    margin:15px auto;
  }
    .utable th{
    text-align: left;
    color:grey;
  }
  .utable td{
    text-align: left;
    padding-top: 8px;
  }
    .utable th{
    padding-top: 8px;
  }
      .adtable{
        width: 700px;
    }
     .adtable a{
       color:grey;
    }
    .adtable td{
        padding-top:18px;
        padding-left: 30px;
        color:#333333;
    }
     .adtable th{
        width: 130px;
        padding-top:18px;
        text-align: right;
         color:grey;
    }

    .bz_img{
    	width: 150px;height: 50px
    }
  
    .wd100{
    width: 100px;
}
.wd40{
    width: 40px;
}
.wd400{
	width: 400px;
}
.wd300{
	width: 300px;
}
.noborder{
	border: none
}
.pd50{
	padding-left: 50px;
}
.orderBtn{
background:#D54A44;padding:7px;font-size:15px;color:white
}
.worderTable{
width:480px;margin:0 auto
}
.bg_tr{
background:#E2E2E2;height:40px;
}
.op{background:#551AA8;color:white;height:30px;line-height:30px;
}
.op1{
  font-size:13px;
  color:white;background:#551AA8;height:50px;line-height:50px;
}
.op2{background:#551AA8;color:white;height:30px;line-height:30px;
}

.pspan{
  font-size: 30px;  padding-left: 10px;
}
.mt-15{
	margin:15px auto;
}
.h-10{
	height:10px
}
.h-30{
	height: 30px;
}
.h-50{
	height: 50px;
}
.h-100{
	height: 100px
}
.pr-30{
	padding-right: 30px;
}
 .osearchbar th{
            color:#303641;
            text-align: right;
            font-weight: bold;
            padding-right:10px;
        }
        .osearchbar td{
           border-bottom:1px #E2E2E2 dashed;
            padding:10px 15px;
        }
        .os-bottom{
        	border-bottom:1px #E2E2E2 solid
        }
     
 .osearchbar  li{
            padding:3px 3px;
            float:left;

        }
        .osearchbar a{
            padding:0px 5px;
            margin: 0 3px;
            color:grey;
        }
         .osearchbar .active a{
            background: #C40000;
            color:white;

        }
         .osearchbar a:hover{
            text-decoration: none;
            background: #C40000;
            color:white;
        }
        .line-30{
        	line-height: 30px
        }
        .manus{
        	width:760px;height:300px;overflow:auto;border:1px #E2E2E2 solid
        }
      .border-b{
			border-bottom: 1px #E2E2E2 solid
        }
            .sendp1{
        text-align: center;
        color:#F6F6F6;
        font-size: 15px;
    }
    .sendp1 a{
        padding: 5px;
        text-decoration: none;
        color:#777777;
    }
      .sendp1 a:hover{
        color:#C40000;
    }
            .sendp{
        text-align: center;
        color:#6DA1C9;
        font-size: 16px;
        height: 50px
    }
    .sendp span{
        line-height: 50px;
        height: 50px;
    }
    .sendp a{
        padding: 10px;
        color:#333;
        text-decoration: none;
    }
      .sendp a:hover{
        color:#3598DB;
       font-weight: bold;
    }
    .home-bg-tr{
    background:#F6F6F6;height:30px
    }
    .m15auto{
		margin:15px auto;
    }
    .wzl_bottom{
  clear:both;
  background:#333333;
  height: 175px;
  width: 100%;
  color:#fff;
  text-align: center;
 }
 .wzl_bottom p{
    padding: 8px;
 }
  .wzl_bottom p a{
    color:#fff;
    text-decoration: none;
 }
 .wzl_bottom p span{
    padding:0px 7px;
 }
       
 .bankdiv img{
    width:130px;
    height:50px;
  }
  .mytable th{
   text-align: right;
   padding: 10px;
  }
   .mytable td{
   padding: 10px;
  }
  .frame_out{
  	margin-left:45px;height:450px;border:2px #E2E2E2 dashed;
  }
  .wd-60{
  	width:60%;
  }
  .unable{
background:#E2E2E2;
}