/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
	color: #666;
	background: #ececec;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family:'微软雅黑','Arial';
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, group, menu, nav, section {
	margin: 0;
	padding: 0;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
	font: 12px/1.5 '微软雅黑','Arial', sans-serif;
}

input, select, textarea {
	vertical-align:middle;
	color:#666;
}
button, input {*overflow: visible;line-height: normal;}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0;}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
	text-align: inherit;
}

/* 去除默认边框 */
fieldset, img {
	border: 0;
}


/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}

/* 块/段落引用 */
blockquote {
	margin: 1em 4em 1em 2em;
	padding: 0.6em 1em;
	background: #f1f1f1;
}
blockquote blockquote {
	padding: 0 0 0 1em;
	margin-left: 2em;
	border-left: 0.4em solid #ddd;
}

/* Firefox 以外，元素没有下划线，需添加 */
acronym, abbr {
	border-bottom: 1px dotted;
	font-variant: normal;
}

/* 添加鼠标问号，进一步确保应用的语义是正确的 */
abbr {
	cursor: help;
}

/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}

address, caption, cite, code, den, em, th, var {
	font-style: normal;
	font-weight: 500;
}

/* 去掉列表前的标识, li 会继承，大部分网站通常用列表来很多内容，所以应该当去 */
ul ,ol{
	list-style: none;
}
.ol li{ list-style:decimal; margin-left:20px}


/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
	text-align: left;
}

/* 标题应该更贴紧内容，并与其他块区分，margin 值要相应做优化 */
h1, h2, h3, h4, h5, h6 {
	font-weight:700\9; /* todo: make some font-family detection */
}

q:before, q:after {
	content: '';
}

/* 统一上标和下标 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

a{color:#666;text-decoration:none;}

/* 让链接在 hover 状态下显示下划线 */
a:hover {
	color:#ff6600;
	
}

/* 默认不显示下划线，保持页面简洁 */
ins, a {
	text-decoration: none;
}

pre, code {
	font-family: 'Courier New', serif;
}
pre {
	border: 1px solid #ddd;
	border-left-width: 0.4em;
	background: #fbfbfb;
	padding: 10px;
}
code{
	color:#080;
}

/* 底部印刷体、版本等标记 */
small {
	font-size: 12px;
	color: #888;
}

/* 去虚线框 */
:focus{outline:none;}

/* 清理浮动 */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both
}

.clearfix {
	*zoom: 1
}
.index-img{background-image:url(/statics/images/index-assets/index-new.png);}

/* 让内容以 border-box 显示 */
.border-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* hidden属性 */
[hidden] { display: none; }
.\-attr-hidden { display: none; }


/*
@ 引用: http://aliceui.com/force-wrap/
@ 名称: 强制换行
@ 用法:
	* 一般块级元素用：.textwrap
	* table标签中需添加：.textwrap-table
@ 例子:
	<p class="textwrap">…</p>
	<table class="textwrap textwrap-table"></table>
*/

.textwrap, .textwrap td, .textwrap th{word-wrap:break-word;word-break:break-all;}
.textwrap-table{table-layout:fixed;}



/*
Variable Grid System.
Learn more ~ http://www.spry-soft.com/grids/
Based on 960 Grid System - http://960.gs/
Licensed under GPL and MIT.
*/

body{ min-width:1190px}

/* layout container for the grid */
.container{margin-left:auto;margin-right:auto;width:1190px;zoom:1;}

/* grid system */
.grid{display:inline;float:left;margin-left:10px;margin-right:10px}
.grid-1{width:30px}
.grid-2{width:80px}
.grid-3{width:130px}
.grid-4{width:180px}
.grid-5{width:230px}
.grid-6{width:280px}
.grid-7{width:330px}
.grid-8{width:380px}
.grid-9{width:430px}
.grid-10{width:480px}
.grid-11{width:530px}
.grid-12{width:580px}
.grid-13{width:630px}
.grid-14{width:680px}
.grid-15{width:730px}
.grid-16{width:780px}
.grid-17{width:830px}
.grid-18{width:880px}
.grid-19{width:930px}
.grid-20{width:980px;}

.f12,.f12 a{ font-size:12px;}
.f14,.f14 a{ font-size:14px;}
.f16,.f16 a{ font-size:16px;}
.f18{ font-size:18px;}
.f20{ font-size:20px;}
.f22{ font-size:22px;}
.f24{ font-size:24px;}
.f26{ font-size:26px;}
.f28{ font-size:28px;}
.bold,.bold a{ font-weight:bold}

.txt-r{ text-align:right !important}
.txt-c{ text-align:center !important}
.txt-l{ text-align:left  !important}
.r{ float:right}
.l{ float:left}
/* clear extra spaces */
.first{margin-left:0}
.last{margin-right:0}

/* 现代排版：保证块/段落之间的空白隔行 */
.typo p, .typo pre, .typo ul, .typo ol, .typo dl, .typo form, .typo hr, .typo table,
.typo-p, .typo-pre, .typo-ul, .typo-ol, .typo-dl, .typo-form, .typo-hr, .typo-table {
	margin: 0.6em 0 1em;
}

/* 标题应该更贴紧内容，并与其他块区分，margin 值要相应做优化 */
.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6, .typo-h1, .typo-h2, .typo-h3, .typo-h4, .typo-5, .typo-h6 {
	margin: 1.4em 0 0.8em;
}
.typo h1, .typo-h1{
	font-size: 24px;
}
.typo h2, .typo-h2 {
	font-size: 22px;
}
.typo h3, .typo-h3 {
	font-size: 16px;
}
.typo h4, .typo-h4 {
    font-size:14px;
}

.typo h5, .typo h6, .typo-h5, .typo-h6 {
	font-size: 12px;
}

/* 在文章中，应该还原 ul 和 ol 的样式 */
.typo ul, .typo-ul {
	margin-left: 1.3em;
	list-style: disc;
}
.typo ol, .typo-ol {
	list-style: decimal;
	margin-left: 1.9em;
}
.typo li ul, .typo li ol, .typo-ul ul, .typo-ol ol, .typo-ul ol, .typo-ol ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2em;
}
.typo li ul, .typo-ul ul, .typo-ol ul {
	list-style: circle;
}

/* 同 ul/ol，在文章中应用 table 基本格式 */
.typo table th, .typo table td, .typo-table th, .typo-table td{
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.typo table th, .typo-table-th {
	background: #fbfbfb;
}
.typo table thead th, .typo-table thead th {
	background: #f1f1f1;
}

/* Global
 * author: linjianfeng@baixing.com
 */
 
 /*红色*/
.red a,a.red:link { color: #FF0000; text-decoration: none }
.red a:visited,a.red:visited { color: #FF0000;  }
.red a:hover,a.red:hover { color: #F00;  }
.red a:active,a.red:active { color: #606060;  }

.black,.black a:link,a.black:link { color:#333; text-decoration: none }
.black a:visited,a.black:visited { color: #333; }
.black a:hover,a.black:hover { color:#F00;  }
.black a:active,a.black:active { color: #F00; text-decoration: none }

.white,.white a,a.white:link { color:#FFF; text-decoration: none }
.white a:visited,a.white:visited { color: #fff;  }
.white a:hover,a.white:hover { color: #F00;  }
.white a:active,a.white:active { color: #FF3399;  }

.white,.white a,a.white:link { color:#FFF; text-decoration: none }
.white a:visited,a.white:visited { color: #fff;  }
.white a:hover,a.white:hover { color: #F00;  }
.white a:active,a.white:active { color: #FF3399;  }

.blue,.blue a,a.blue:link { color:#09c; text-decoration: none }
.blue a:visited,a.blue:visited { color: #09c;  }
.blue a:hover,a.blue:hover { color:#F00;  }
.blue a:active,a.blue:active { color: #F00;  }

.yellow{ color:#af7105}
.gray{ color:#999999}
.visited a{color:#5500bb;}

.red, .highlight{color:#f50!important;}
.green{color:#5ba533!important;}

.hide {display: none;}
.show{display: block;}
.invisible {visibility: hidden;}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.in {
  opacity: 1;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.in {
  height: auto;
}
.close {
  float: right;
  font-family:Impact!important;
  _font-family:Tahoma!important;
  font-size: 20px;
  _font-size: 16px;
  font-weight: blod;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

/* Diamond
 * author: linjianfeng@baixing.com
 */
.diamond{
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);
}
:root .diamond{filter:none\9;}

/* HR
 * author: hejiachen@baixing.com
 * Sampel: <hr class="blank10" />
 */
.blank10 {border:none;margin-bottom: 10px;}
.line {border:none;border-bottom:1px solid #ececec;margin: 10px 0;}

hr{border:none;border-bottom:1px solid #cfcfcf;margin-bottom:10px;*color:pink;*filter:chroma(color=pink);height:10px;*margin:-7px 0 2px;}

/* Icons
 * author: linjianfeng@baixing.com
 */
.icon{background:url("/statics/images/icons.png") no-repeat 0 0;display:inline-block;*display:inline;*zoom:1;overflow:hidden;vertical-align:text-bottom;font-size:0;*line-height:0;/* fix 1px font bug in ie */}

.icon-bag, .icon-car, .icon-house, .icon-friend, .icon-love, .icon-book, .icon-pet, .icon-doc, .icon-umbrella,.icon-time,.icon-play, .icon-mobile, .icon-connect, .icon-star, .icon-comment, .icon-flag, .icon-support, .icon-against{width:18px;height:18px;}

.icon-bag{background-position:2px 1px;}
.icon-car{background-position:-41px 1px;} 
.icon-house{background-position:-84px 1px;}
.icon-friend{background-position:-128px 2px;}
.icon-love{background-position:-172px 2px;}
.icon-book{background-position:-215px 1px;}
.icon-pet{background-position:2px -23px;}
.icon-doc{background-position:-43px -23px;}
.icon-umbrella{background-position:-85px -23px;}
.icon-time{background-position:-128px -23px;}
.icon-play{background-position:-173px -23px;}

.icon-mobile{background-position:-77px -51px;}
.icon-connect{background-position:-105px -51px;}
.icon-star{background-position:-137px -51px;}
.icon-comment{background-position:-166px -51px;}
.icon-flag{background-position:-195px -52px;}

.icon-mobile:hover, .button-hover .icon-mobile, .button:hover .icon-mobile{background-position:-77px -75px;}
.icon-connect:hover, .button-hover .icon-connect, .button:hover .icon-connect{background-position:-105px -74px;}
.icon-star:hover, .button-hover .icon-star, .button:hover .icon-star{background-position:-137px -73px;}
.icon-comment:hover, .button-hover .icon-comment, .button:hover .icon-comment{background-position:-167px -74px;}
.icon-flag:hover, .button-hover .icon-flag, .button:hover .icon-flag{background-position:-195px -75px;}

.icon-del, .icon-done, .icon-add, .icon-minus, .icon-del-green, .icon-done-green, .icon-add-green, .icon-minus-green{width:13px;height:13px;}

.icon-del{background-position:-1px -105px;}
.icon-done{background-position:-24px -105px;}
.icon-add{background-position:-49px -105px;}
.icon-minus{background-position:-76px -105px;}

.icon-del:hover{background-position:-1px -123px;}
.icon-done:hover{background-position:-24px -123px;}
.icon-add:hover{background-position:-49px -123px;}
.icon-minus:hover{background-position:-76px -123px;}

.icon-del-green{background-position:-1px -141px;}
.icon-done-green{background-position:-24px -141px;}
.icon-add-green{background-position:-49px -105px;}
.icon-minus-green{background-position:-76px -105px;}


.icon-phone, .icon-id, .icon-trade, .icon-MobileVerified, .icon-bizLicenseVerified, .icon-personalIDVerified{width:18px;height:18px;}

.icon-phone, .icon-MobileVerified{background-position:2px -76px;}
.icon-trade, .icon-bizLicenseVerified{background-position:-22px -76px;}
.icon-id, .icon-personalIDVerified{background-position:-50px -76px;}

.icon-phone-done, .icon-MobileVerified-done{background-position:2px -52px;}
.icon-trade-done, .icon-bizLicenseVerified-done{background-position:-22px -52px;}
.icon-id-done, .icon-personalIDVerified-done{background-position:-50px -52px;}

.icon-support{background-image:url("/statics/images/new-icons.png");background-position:0 -25px;} 
.icon-against{background-image:url("/statics/images/new-icons.png");background-position:0 0;}

.icon-wrench,
.icon-money,
.icon-hadn{ background-position:left; background-repeat:no-repeat; padding-left:18px; margin:10px;}

.icon-hadn{ background-image:url(/statics/images/line-assets/hand.png)}
.icon-wrench{ background-image:url(/statics/images/line-assets/wrench.png)}
.icon-money{ background-image:url(/statics/images/line-assets/money.png)}


/* arrow
 * author: linjianfeng@baixing.com
 */
/*
.arrow{display:inline-block;*display:inline;*zoom:1;overflow:hidden;font-size:0;width:0;height:0;border:5px solid #f7f7f7;position:relative;top:-3px;*top:-2px;}
.arrow-up, .dropdown-open .arrow-down{border-color:#fff;border-bottom:5px solid #ccc;border-top:none;} 
.arrow-down, .dropdown-open .arrow-up{border-top:5px solid #ccc;border-bottom:none;}
.arrow-up:hover{border-bottom-color:#aaa;}
.arrow-down:hover{border-top-color:#aaa;*zoom:1;}
*/
.arrow{display:inline-block;height:0;padding:0!important;border:5px solid transparent;*border-color:pink;font-size:0;width:0;overflow:hidden;*line-height:0;position:relative;top:-5px;vertical-align:text-bottom;*filter:chroma(color=pink);}
.arrow-up, .dropdown-open .arrow-down{border-bottom-color:#aaa;border-top-color: transparent;*border-top-color:pink;}
.arrow-down, .dropdown-open .arrow-up{border-top-color:#aaa;margin-bottom:-5px;border-bottom-color:transparent;*border-bottom-color:pink;}
.arrow-up:hover, .dropdown-open .arrow-down:hover{border-bottom-color:#999;border-top-color: transparent;*border-top-color:pink;}
.arrow-down:hover, .dropdown-open .arrow-up:hover{border-top-color:#999;border-bottom-color:transparent;*border-bottom-color:pink;}

/* button 按钮
 * author: linjianfeng@baixing.com
 */
.button{display:inline-block;border:1px solid #d1d1d1;height:28px;line-height:28px;padding:0 10px;font-size:12px;color:#333;cursor:pointer;vertical-align:middle;_overflow:visible;_overflow-y:hidden;/* fixed ie6 input bug */}
.button:hover, .button-hover{background:#f7f7f7;text-decoration:none;}
.button-grey, .button-green{font-size:14px;line-height:2;}
.button-medium{height:24px;line-height:24px;font-size:12px;}
.button-grey{
	border:1px solid #dadada;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAF9F5), to(#F0EFEB));
	background: -moz-linear-gradient(top, #FAF9F5, #F0EFEB);
	background: -o-linear-gradient(top, #FAF9F5, #F0EFEB);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAF9F5', endColorstr='#F0EFEB')
			 chroma(color=black);
}
.button-grey:hover, .button-grey-hover{
	color:#333;
	border:1px solid #c1c1c1;
	background: -webkit-gradient(linear, left top, left bottom, from(#F0EFEB), to(#FAF9F5));
	background: -moz-linear-gradient(top, #F0EFEB, #FAF9F5);
	background: -o-linear-gradient(top, #F0EFEB, #FAF9F5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0EFEB', endColorstr='#FAF9F5')
			 chroma(color=black);
}
.button-green{
	color:#ffc;
	border:1px solid #549812;
	background: #60A00D;
	background: -webkit-gradient(linear, left top, left bottom, from(#72B717), to(#60A00D));
	background: -moz-linear-gradient(top, #72B717, #60A00D);
	background: -o-linear-gradient(top, #72B717, #60A00D);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#72B717', endColorstr='#60A00D')
			 chroma(color=black);
}
.button-green:hover, .button-green-hover{
	color:#fff;
	background: #72B717;
	background: -webkit-gradient(linear, left top, left bottom, from(#468A07), to(#72B717));
	background: -moz-linear-gradient(top, #468A07, #72B717);
	background: -o-linear-gradient(top, #468A07, #72B717);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#468A07', endColorstr='#72B717')
			 chroma(color=black);
}

.button-red{
	color:#ffc;
	background: #ff6633;
	border:0px
}
.button-red:hover, .button-red-hover{
	color:#fff;
	background: #cf5504;
}

.button-white{ background:#FFF}

.button-filter{border:1px solid #d1e98e;padding:0 22px 0 5px;height:20px;line-height:20px;position:relative;background:#faffe9;cursor:default;}
.button-filter{*height:16px;*padding-top:5px;*overflow:hidden;}
.button-filter:hover{background:#faffe9;color:#333;}
.button-filter .close{float:none;position:absolute;right:6px;top:0;*top:-2px;font-size:18px;vertical-align:text-top;}

.button-blue{border:1px solid #0097e0;background:#0097e0;color:#fff;height:24px;line-height:24px;}
.button-blue:hover{background:#08c;border:1px solid #06c;text-decoration:none;color:#fff;}

.button-icon{position:relative;padding-left:30px;color:#333;}
.button-icon .icon{position:absolute;left:8px;top:16%;}
:root button{filter:none!important\9;}

/* Title
 * author: linjianfeng@baixing.com
 */
.title{margin-bottom:20px;}
.title cite{color:#888;font-size:12px;font-weight:500;}

/* Headline
 *author: zhanglin@baixing.com
 */
 .headline{display:block;padding:0 10px;height:36px;line-height:36px;background:#f7f7f7;border-top:2px solid #82c726;font-size:14px;font-weight:700;}
 .headline a{color:#333;}
 .headline-more{float:right;}
 
/* .tag
 * author: linjianfeng@baixing.com
 */
.tag{display:inline-block;padding:0 3px;padding:1px 3px 0\9;background:#eee;margin:0 3px;border-radius:2px;color:#888!important;}
.tag-yellow,.tag-blue, .tag-green, .tag-red, a.tag:hover{color:#fff!important;}
.tag-blue{background:#08c;}
.tag-green{background:#5ba533;}
.tag-red{background:#f36;}
.tag-yellow{background:#fe9904;}
.tag-yellow-cur{background-color:#bb7206 !important;}
.tag-pack{background-color:#F74E4D;color:White!important;}
.tag-free{background-color:#5092DC;color:White!important;}
.tag-liner{background-color:#40BBBB;color:White!important;}
a.tag:hover{background:#888;text-decoration:none;color:#fff!important;}

/* form 表单
 * author: linjianfeng@baixing.com
 * require: button
 */
.form{
    font-family:serif\0/; /* solution:win7 ie8 line-height bug */
}
.form-inline{display:inline-block;top:-3px;*display:inline;}
.form-input, .form-textarea{display:inline-block;*display:inline;*zoom:1;border:1px solid #cfcfcf;border-color:#CFCFCF #E2E2E2 #E2E2E2 #CFCFCF;}
.form-input-big{height:28px;padding:0 10px;line-height:28px;}
.form-input-35{width:35px;}
.form-input-90{width:90px;}
.form-input-150{width:150px;}
.form-input-230{width:230px;}
.form-input-400{width:400px;}
.form-error{border-color:#f30;}
.form-textarea{height:90px;line-height:1.5;padding:5px 5px;vertical-align:text-top;}
.form-input, .form-input-small{height:22px;line-height:22px;padding:0 5px;}

.mac.chrome .form-search .form-select, .ie-8 .form-search .form-select, .ie-9 .form-search .form-select, .opera .form-search .form-select{top:1px;}


.form-submit{
	vertical-align:middle;
}
.form .button-grey{height:30px;line-height:30px;padding:0 20px;}
.form .button-medium{height:24px;line-height:24px;padding:0 10px;}

.ac_results { padding: 0px; border: 1px solid #ccc; background-color: white; overflow: hidden; z-index: 99999; }
.ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; }
.ac_results li { margin: 0px; padding: 8px 5px; cursor: default; display: block;  overflow: hidden; }
/*.ac_odd { background-color: #eee; }*/
.ac_over { background-color: #f1f1f1 }


/* pagenav 分页
 * author: linjianfeng@baixing.com
 */
.pagenav{height:40px; float:right; margin:20px; font-size:14px}
.pagenav a{color:#333;}
.pagenav-cell{display:inline-block;border:1px solid #cfcfcf;padding:0 12px;height:40px;line-height:40px;float:left;margin-left:3px;}
.pagenav-cell-ellipsis{border:none;padding:0;}
.pagenav-cell-current{background:#eee;}
.pagenav-cell-left{ margin-left:0px; }
.pagenav .pagenav-cell-next{background:#5ba533;border-color:#4c8928;color:#fff;}
.pagenav-cell:hover{background:#eee;text-decoration:none;}
.pagenav-cell-ellipsis:hover{background:none;}
.pagenav .pagenav-cell-next:hover{background:#458324;}
.pagenav .totxt{ width:40px; border:solid #ccc 1px; height:22px; margin:0px 2px;}
.pagenav .tobtn{ border:solid 1px #ccc; background:#f1f1f1; padding:3px 10px; margin-left:2px;}
/* breadcrumb 面包屑导航
 * author: linjianfeng@baixing.com
 */
.bread{color:#999;font-size:14px; background:#fff; border:solid 1px #dfdfdf; padding:10px 0; margin:20px auto; text-indent:20px}
.bread-cell-current{color:#888;}
.bread-cell-cite{color:#888;}
.bread-nobg{color:#999;font-size:14px; padding:0px 0; margin:10px auto;}

/* Collapse 折叠
 * author: linjianfeng@baixing.com
 */
.accordion{border:1px solid #cfcfcf;border-bottom:none;}
.accordion-heading{display: block;cursor:pointer;background:#f8f8f8;}
.accordion .collapse{display:none;}
.accordion .in{display:block;}
.accordion-heading{padding:10px;}
.accordion-body{border-top: 1px solid #cfcfcf;padding:0 10px;}


/* Group List 列表
 * author: linjianfeng@baixing.com
 */
#glist{margin-left:-20px;_margin-left:-40px;}
.glist a{color:#333;}
.glist{margin-left:20px;width:180px;float:left;}
.glist-title{padding:3px 5px;border-bottom:2px solid #82C727;background:#f7f7f7;}
.glist-title h3{display:inline-block;*display:inline;*zoom:1;line-height:1.5;font-weight:800;}
.glist-title h3 a{color:green;}
.glist-title a:hover{color:#888;text-decoration:none;}
.glist-title cite{font-size:12px;color:#888;}
.glist-section{
padding-left:6px;
_position:relative; /* fix 多一只猪的问题 */
}
.glist-section-border{border-bottom:1px dotted #cfcfcf;padding-bottom:5px;margin:0 0 5px;_zoom:1;}
.glist-section-last{margin:0 0 10px;}
.glist-section a{display:inline-block;white-space:nowrap;_display:inline-block;_width:80px;min-width:80px;padding:5px 0;}
.glist-section .glist-section-block{display:block;}
.glist-section .glist-section-inlineblock{display:inline-block;_width:80px;_zoom:1;min-width:80px;}
.glist-section-random a{width:auto;min-width:0;margin-right:10px;}

/* Image List 图片列表
 * author: linjianfeng@baixing.com
 */
.imglist{margin-left:-5px;_margin-left:-10px;}
.imglist-item{display:inline-block;float:left;margin-left:5px;width:64px;height:90px;text-align:center;}
.imglist-item img{*display:block;*height:64px;*margin-bottom:3px;}
.imglist-item a:hover{text-decoration:none;color:red;}

/* Images（图片展栏）
 * author: linjianfeng@baixing.com
 */
.images{width:760px;position:relative;margin-left:-9px;}
.images-item{display:inline-block;width:180px;float:left;overflow:hidden;margin:0 0 10px 10px;background:#f7f7f7;cursor:default;}
.images-item img{height:180px;display:inline-block;}
.images-item em, .images-item img, .images-item strong{cursor:pointer;}
.images-item:hover{text-decoration:none;background:#fcffee;}
.images-item-caption{padding:0 5px 5px;}
.images-item-caption strong{font-weight:500;display:block;width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.images-item-caption-meta{overflow:hidden;position:relative;color:#888;font-size:12px;}
.images-item-caption-meta cite{position:absolute;right:0;}
.images-item:hover .images-item-caption-meta cite, .images-item:hover .images-item-caption em{color:#f50;}
.images-item:hover .images-item-caption em, .images-item strong:hover{text-decoration:underline;}

/* List
 * author: linjianfeng@baixing.com
 */
.list a:visited{color:#666;}
.list a.tag:visited{color:#888;}
.list-item{border-bottom:1px solid #ebebeb;padding:10px 0;*display:inline;*zoom:1;width:100%;}
.list-item:nth-child(odd){background:#fcfcfc;}
.list-item:hover, .list-item-hover{background:#fff!important;}
.list-item-block{float:left;_width:100px;width:100px;white-space: nowrap;min-width:80px;position:relative;overflow:hidden;text-overflow:ellipsis;color:#888;}
.list-item-block cite{color:#f50;}
.list-item-block img{width:64px;height:64px;}
.list-item-content{width:454px;margin-right:10px;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list-item-title, .list-item-title:hover{background:none!important;}
.list-item-title .list-item-content{color:#888;}
.list-item-title .list-item-block,
.list-item-title .list-item-content,
.list-thumb .list-item-title .list-item-block{font-weight:700;line-height:1.5;height:21px;}
.list i{color:olive;font-style:normal;}
.list-item-content-meta{padding-top:10px;color:#888;}
.list .tag{font-size:12px;}
.list .close{float:none;position:absolute;right:0;*right:10px;*margin-top:-3px;height:22px;line-height:22px;}

.list-thumb .list-item-block{height:64px;line-height:64px;}
.list-thumb .list-item-block img{float:left;}
.list-thumb .list-item-content{padding-top:8px;}
.list-thumb .list-item-title .list-item-content{padding:0;}
.list-thumb .close{line-height:64px;line-height:1\9;top:21px\0/;}
:root .list-thumb .close{line-height:64px\9;top:auto\9;}

.list-singleline div.list-item-content{padding-top:0px;height:64px;line-height:64px;}

.list-5 .list-item-content{width:260px;line-height:21px;}
.list-5 .list-item-block{min-width:75px;width:79px;font-size:12px;line-height:21px;}
.list-5 .list-item-content-small a{font-size:12px;color:#888;}
.list-5 .list-item-title .list-item-block{font-size:14px;}

.list-3 .list-item{_height:20px;_overflow:hidden;}
.list-3 .list-item-content{width:450px;}
.list-3 .list-item-block{width:80px;}
.list-3 .list-item-content-small a{font-size:12px;color:#888;}

.list-2{width:345px;_height:265px;}
.list-2 .list-item{border:none;position:relative;padding:10px;border-bottom:1px dotted #cfcfcf;background:#fff;}
.list-2 .list-item-open{height:20px;height:64px;background:#f7f7f7!important;_overflow:hidden;}
.list-2 .list-item-open .list-item-content{width:246px;float:none;overflow:auto;white-space:normal;}
.list-2 .list-item-open .hide{display:block;}
.list-2 .list-item-content{display:block;width:310px;}
.list-2 img{position:absolute;top:10px;right:10px;}
.list-2 .list-item-content a{color:#333;}
.list-2 .list-item-block{position:static;padding-top:5px;width: auto;}
.list-2 .list-item:nth-child(odd){background:none;}

/* 侧边
 * author: hejiachen@baixing.com
 */
.list-aside {width:auto;}
.list-aside .list-item-block{width:74px;min-width:0;}
.list-aside .list-item {padding:5px 0;border:none;}
.list-aside .list-item:nth-child(odd){background:none;}
.list-aside .list-item:hover, .list-aside .list-item-hover{background:none!important;}
.list-aside .list-item-more a {color: #666;}

/* Tab
 * author: linjianfeng@baixing.com
 *//*
.tab{position:relative;}
.tab-title{border-bottom:1px solid #cfcfcf;}
.tab-title-item{display:inline-block;float:left;height:28px;line-height:28px;border:1px solid #cfcfcf;border-bottom-color:#cfcfcf;border-right:0;margin-top:1px;position:relative;z-index:1;top:1px;background:#fbfbfb;}
.tab-title .active{border-top:2px solid #5ba533;border-bottom-color:#fff;z-index:2;margin-top:0;background:#fff;}
.tab-title-item-last{border-right:1px solid #cfcfcf;}
.tab-title a{color:#333;padding:0 16px;line-height:28px;}
.tab-title a:hover{color:#5ba533;text-decoration:none;} 
.tab-fix{position:absolute;right:0;top:5px;color:#ddd;}
.tab-fix strong{color:#888;}
.tab-content{border:1px solid #cfcfcf;border-top:none;padding:10px 15px;}
.tab-content-pane{display:none;}
.tab-content .active{display:block;}*/

/* Topbar 顶部导航
 * author: linjianfeng@baixing.com
 */
 .topbar_wrapper{ background:#f5f5f5; border:solid 1px #eeeeee; height:36px;}
.topbar{height:24px;line-height:24px;color:#ccc;font-size:12px;white-space:nowrap; margin-top:5px;}
.topbar a{color:#333;}
.topbar a:hover{color:red;}
.topbar-right-text{ float:right}
*+html .topbar-right-text{ float:left}
.topbar-right-text a{ margin:0 5px}
.topbar .dropdown{display:inline!important;}
.topbar .tag{height:18px;line-height:18px;}
.topbar .sina{background-position:108px 235px;width:16px;height:13px;display:inline-block;vertical-align:middle;}
.topbar .weixin{background-position:108px 212px;width:16px;height:13px;display:inline-block;vertical-align:middle;}
.head_wrapper{ height:80px; background:#FFF; padding:20px 0}
.logo{ float:left; width:312px; height:71px;}
.search{ width:560px; float:left; margin-left:50px}
.form-search { border:solid 3px #0097e0; width:520px; float:left; height:42px; position:relative}
.form-search .form-select,.form-search .form-input,.form-search .form-submit{line-height:40px;height:40px; border:0px}
.form-search .form-select{width:70px;position:relative; cursor:pointer;text-align:center;background:#f6f6f6 url(/statics/images/index-assets/search_down.png) no-repeat 56px 18px; float:left; border:solid 1px #eeeeee; z-index: 100000;}
.form-search .form-select, .form-search .form-input{font-size:12px;}
.form-search .form-input{ border:0px; width:323px; float:left}
.form-search .form-submit{ float:right; width:100px; height:42px; font-size:20px; font-weight:bold}

.form-select-open .form-select-menu{display:block;position:absolute;width:68px;padding:0 1px;text-align:left;right:-1px;top:-1px;border: 1px solid #cfcfcf;background:#fff;z-index:2;}
.form-select-menu{background:#fff;display:none;}
.form-select-menu li{display:block;padding-left:10px; text-align:center; height:auto;}
.form-select-menu li:hover, .form-select-menu li.hover{background:#eee;}
.form-search{position:relative;}
.form-search .form-input-90{width:90px;}
.search .more{ display:block; clear:both; font-size:12px; margin-top:8px}
.search .advanced_search{ line-height:24px; height:48px; text-align:right; float:right}
.mini_head .tel,.head_wrapper .tel{ width:200px; float:right}
.mini_head .more,.mini_head .tel{ margin-top:10px}
.head_wrapper .tel span{ font-size:25px; font:bold}
.head_wrapper .tel .tel-icon{height:23px;width:23px;display:inline-block;vertical-align: middle;background-position:110px -136px;}
.mini_head{background:url(/statics/images/index-assets/mini-head-bg.png) bottom repeat-x ;top: 0px;height: 70px;z-index: 19999;position:fixed;width:100%;padding:8px 0 0 0 ; display:none; _position:absolute ;}
#fixed_table { top: 67px;z-index: 200000;position:fixed; _position:absolute ; width:1190px; display:none;}
.mini_head .logo{ height:34px; /*background:url(../images/index-assets/logo-mini.png) no-repeat;*/ margin-top:8px}
/*.mini_head .more,.mini_head .tel{ margin-top:5px} */
.mini_head .more,.mini_head .tel span{font-size:18px; padding:0px 0 2px 35px; font-weight:bold}
.mini_head .more,.mini_head .tel p{ display:none !important}

.mini_head .form-search{ height:35px; width:420px}
.mini_head .form-search .form-input{ width:223px;}

.mini_head .form-search .form-select,
.mini_head .form-search .form-input,
.mini_head .form-search .form-submit{line-height:35px;height:35px; border:0px}


/**html .logo img{ display:none}
*html .logo{ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/statics/images/index-assets/logo-mini.png");}*/
/* Filter 类目筛选
 * author: linjianfeng@baixing.com
 */
.filter{padding:6px 10px;border:1px solid #cfcfcf;}
.filter a{color:#333;padding-right:3px;}
.filter-intype a{display:inline-block;margin:3px 5px 5px 0;}
.filter-intype .filter-item{display:block;float:none;position:relative;_height:30px;_zoom:1;min-height: 30px;padding:8px 0 0 60px;width:auto;margin-bottom:0;border-bottom:1px dotted #ddd;}
.filter-intype .filter-item-cap{position:absolute;left:0;top:8px;}
.filter-intype .filter-item-cap a{margin-right:0;}
.filter-intype .filter-item-last{border:none;}
.filter-intype div{padding-left:10px;margin-bottom:10px;}
.filter-intype .filter-children{padding:10px;background:#fcffed;border:1px solid #cfebab;}
.filter-intype .filter-item-selected{margin-left:-3px;}
.filter-block .filter-item{float:left;width:170px;display:inline-block;padding:10px 0;border-top:1px dotted #ddd;padding-right:20px;font-size:12px;color:#888;}
.filter-block .filter-item-cap{display:block;font-size:14px;color:#06c;}
.filter-toggle{padding:10px 0;border-top:1px dotted #ddd;text-align:center;}
.filter-toggle a, .filter-toggle .arrow-down{color:#06c;border-top-color:#f50;}
.filter-toggle .arrow-up{border-bottom-color:#f50;}
.filter-toggle a:hover{text-decoration:none;}
.filter .form{padding:8px 0;}
.filter .form-input{height:22px;line-height:22px;}
.filter .form-submit{margin-right:20px;}

/* Modal 弹出框
 * author: linjianfeng@baixing.com
 */
.modal{position:absolute;z-index:1002;border:4px solid #434343;background:#fff;width:600px;_overflow:hidden;}
.modal-title{background:#eee;height:30px;line-height:30px;padding:0 20px;}
.modal-content{padding:15px 20px;}
.modal .close{position:absolute;top:6px;right:20px;}
.modal-backdrop{position:absolute;top:0;left:0;height:100%;width:100%;background:#000\9;filter:alpha(opacity=40)\9;background:rgba(0,0,0,0.6);z-index:1001;}

/* Dropdown 下拉菜单
 * author: linjianfeng@baixing.com
 * TODO: 需要更通用，ie bug fix 的比较不好看。重构！
 */
.dropdown{position:relative;z-index:12;+zoom:1;}
.dropdown-menu{display:none;background:#fff;position:absolute;left:0;border:1px solid #cfcfcf;padding:5px;width:200px;z-index:12;}
.dropdown-menu-item{display:inline-block;width:80px;float:left;padding:3px 10px;line-height:1.5;/* prevent overwrite */}
.dropdown-menu-item:hover, .dropdown-menu-item-hover{background:#EAFDBC;text-decoration:none;cursor:pointer;}
.dropdown-open .dropdown-menu{display:block;}
.dropdown-unibody cite{color:#fff;background:#f60;display:inline-block;height:12px;padding:0 5px;margin:0 3px;text-align:center;line-height:12px;border-radius:6px;}
.dropdown-unibody .dropdown-menu{width:100px;margin-top:-4px;margin-top:-3px\9;*margin-top:-4px;*top:25px;color:#333;z-index:2;}
.dropdown-unibody .dropdown-menu-item{padding:2px 5px 2px 0;width:auto;}
:root .dropdown-unibody .dropdown-menu{margin-top:-3px\9;}
.dropdown-unibody .dropdown-menu-item:hover, .dropdown-unibody .dropdown-menu-item-hover{background:#fff;color:#f30;}
.dropdown-unibody .dropdown-menu-item a:hover{text-decoration:none;}
.dropdown-unibody .dropdown-trigger, .dropdown-unibody a{color:#333;}
.dropdown-unibody .dropdown-trigger{display:inline-block;position:relative;z-index:3;padding:1px 5px;background:#eee;color:#333;margin:0 5px;border-radius:2px;line-height:16px;_display:inline;_zoom:1;_height:16px;_padding-top:3px;_top:2px;}
.dropdown-unibody .dropdown-trigger:hover{text-decoration:none;}
.dropdown-open .dropdown-trigger-active{margin:0;padding:0 9px;_padding:3px 9px 0;line-height:19px;border:1px solid #cfcfcf;border-bottom:none;background:#fff;z-index:13;color:#333;}
.dropdown-unibody .dropdown-trigger-active:hover{background:#888;color:#fff;}
.dropdown-open .dropdown-trigger-active:hover{color:#333;background:#fff;}
.dropdown-unibody .dropdown-trigger-active:hover cite{background:#fff;color:#333;}
.dropdown-open cite{background:#f60;color:#fff;}
.dropdown-open .dropdown-trigger-active:hover cite{background:#f60;color:#fff;}
.dropdown-open .arrow-down{top:-10px;}

/* Tips + Alert
 * author: linjianfeng@baixing.com
 */
.tips, .alert{position:absolute;background: #fff8e8;border:1px solid #ffe296;padding:3px 25px 3px 10px;font-size:12px;}
.tips-angle{position:absolute;display:block;width:8px;height:8px;font-size:0;overflow:hidden;background:#fff8ef;border-left:1px solid #ffba00;border-top:1px solid #ffba00;top:2px;*top:0;left:10px;margin-top:-7px;margin-top:-9px\0/;}
.tips-right .tips-angle{right:2px;*right:0;margin-right:-7px;margin-right:-5px\0/;left:auto;top:13px;border-left:none;border-right:1px solid #ffba00;}
.tips-bottom .tips-angle{top:auto;bottom:2px;*bottom:0;margin-bottom:-7px;margin-bottom:-5px\0/;border:none;border-right:1px solid #ffba00;border-bottom:1px solid #ffba00;}
.tips-left .tips-angle{left:2px;*left:0;right:auto;top:13px;margin-left:-7px;margin-left:-9px\0/;border-top:none;border-bottom:1px solid #ffe296;}
.tips .close, .alert .close{position:absolute;right:6px;top:6px;}
:root .tips-angle{margin-top:-7px;}
:root .tips-right .tips-angle{margin-right:-7px;}
:root .tips-bottom .tips-angle{margin-bottom:-7px;}
:root .tips-left .tips-angle{margin-left:-7px;}

.alert{padding:5px 8px;position:relative;}
.alert-title{margin-top:0;}
.alert-ok{border:1px solid #d9eb9f;background:#fbffed;}
.alert-ok h3{font-weight: bold}
.alert-fat{padding:10px;}
.alert-fat .close{top:10px;right:10px;}

/* Flow
 * author: linjianfeng@baixing.com
 */
.flow{margin-left:15px;}
.flow-item{display:inline-block;*display:inline;*zoom:1;float:left;padding:4px 0;text-align:center;width:321px;margin-right:20px;border:1px solid #cfcfcf;position:relative;margin-left:-15px;background:#f7f7f7;}
.flow-item-done{border-color:#d9eb9f;background:#fbffed;}
.flow-item-current{background:#6ab302;border-color:#589803;color:#fff;font-weight:700;}
.flow-item-last{margin-right:0;}
.flow .diamond{height:20px;width:20px;background:#fff;position:absolute;left:-10px;left:-15px\9;border-right:1px solid #cfcfcf;border-top:1px solid #cfcfcf;top:4px;top:0\9;z-index:2;}
.flow .diamond-next{left:auto;border:none;background:#f7f7f7;right:-12px;right:-8px\9;*right:-16px;*z-index:3;border-top:1px solid #cfcfcf;border-right:1px solid #cfcfcf;}
:root .flow .diamond{top:4px\9;left:-10px\9;}
:root .flow .diamond-next{right:-12px\9;left:auto\9;}

.flow-item-first .diamond{display:none;}
.flow-item-first .diamond-next{display:block;}
.flow-item-done .diamond{border-color:#d9eb9f;background:#fff;}
.flow-item-done .diamond-next{display:block;background:#fbffed;border-color:#d9eb9f;}
.flow-item-current .diamond{border-color:#589803;}
.flow-item-current .diamond-next{background:#6ab302;}
.flow-item-last .diamond-next{display:none;}
.flow-item-1{z-index:5;}
.flow-item-2{z-index:4;}
.flow-item-3{z-index:3;}
.flow-item-4{z-index:2;}
.flow-item-5{z-index:1;}

.flow-5{height:150px;}
.flow-5 .flow-item, .flow-item-menu{width:150px;}
.flow-item-head{color:#333}
.flow-item-menu{position:absolute;top:35px;color:#333;line-height:36px;left:0\9;}

/* Nav
 * author: linjianfeng@baixing.com
 */
.nav_wrapper{ background:#0097e0; height:60px; position:relative;}
.nav-home{margin-bottom:0;}
.nav-item{float:left;display:inline-block;float:left;height:60px; line-height:60px;overflow:hidden; font-size:18px; font:bold; }
.nav-item a{height:60px; line-height:60px; display:inline-block}
.nav-item .new,.nav-item .hot{ position:absolute; top:14px; *top:4px; background:url(/statics/images/index-assets/menu_new.png) no-repeat; width:31px; height:30px; display:inline-block;*margin-top:10px;}
.nav-item .hot{background:url(/statics/images/index-assets/menu_hot.png) no-repeat;}
.nav-item-link{display:inline-block;height:60px;line-height:60px;padding:0 20px;color:#ffc;}
.win.ie-8 .nav-item-link{line-height:60px;}
.nav-item-link:hover, .nav-item-current .nav-item-link{color:#fff;background:#0182c0;text-decoration:none;}


.navCon-cate{background:#ff7b2a;position:relative; float:left;z-index:10000}
.navCon-cate .navCon-cate-title{width:273px;height:60px;line-height:60px;background:url(/statics/images/index-assets/cate_arr_down.png) no-repeat 200px 25px; text-align:center; font-size:18px; font-weight:normal}
.navCon-cate .navCon-cate-title a{color:#ffffff; display:block; padding-right:50px}
.navCon-cate .navCon-cate-title a:hover{text-decoration:none;}

.navCon-cate .cateMenu{position:absolute;left:0px; width:273px; height:839px; background:#fff;cursor:pointer;border-bottom:solid 1px #ff7b2a; z-index:999999;}
.navCon-cate .cateMenu li{overflow:hidden;border-left:solid 1px #ff7b2a;border-right:solid 1px #ff7b2a;height:51px; margin:0px; padding:0px;}
.cate-tag-left{float:left;width:36px;height:50px;background:url(/statics/images/index-assets/nav-new.png) no-repeat;}
.cate-tag-right{float:left;width:218px;}
.navCon-cate .cateMenu li .cate-tag{padding:0px 5px 0px 0px; overflow:hidden;line-height:25px; background-position:10px 5px; border-bottom:1px dashed #CCC; margin:0 auto; width:254px}
.navCon-cate .cateMenu li .cate-tag strong{height:23px;line-height:25px;display:block;text-indent:0px;}
.navCon-cate .cateMenu li .cate-tag strong a{font-size:14px;font-weight:bold; color:#000}
.navCon-cate .cateMenu li .cate-tag .listModel{text-indent:0px;}
.navCon-cate .cateMenu li .cate-tag .listModel p{height:26px;}
.navCon-cate .cateMenu li .cate-tag .listModel a{font-size:12px;font-weight:normal;text-indent:0px;padding:0 11px 0 0; color:#666}

.navCon-cate .cateMenu li.on{border-right:solid 1px #fff;border-bottom:solid 1px #ff7b2a;border-top:solid 1px #ff7b2a; height:49px}
.navCon-cate .cateMenu li.on .cate-tag strong a{ color:#ff7c27}
.navCon-cate .cateMenu li.on .cate-tag{ border-bottom:0px solid #FFF}
.navCon-cate .cateMenu li.nonav{border-right:solid 1px #ff7b2a !important;border-bottom:none !important;border-top:none !important;  height:49px}
.navCon-cate .cateMenu li.nonav .cate-tag{ border-bottom:1px dashed #CCC !important}
.navCon-cate .cateMenu li.nob .cate-tag{ border-bottom:none !important}


.navCon-cate .cateMenu .list-item{width:916px; height:620px;padding:0px;border:1px solid #ff7b2a;border-left:none;background:#fff;position:absolute;left:273px;top:0px; display:none; z-index:999999;}
.navCon-cate .cateMenu .list-item .itemleft{width:578px;float:left; padding:10px; border-right:solid 1px #ff7b2a; height:600px; overflow:hidden;padding-top: 0px;}
.navCon-cate .cateMenu .list-item .itemright{width:310px;float:right;padding:0px ; overflow:hidden; position:relative; height:600px;}


.navCon-cate .cateMenu .itemleft dl{padding:5px;width:275px; float:left;padding-top: 0px;}
.navCon-cate .cateMenu .itemleft dl.nob{ border:none}
.navCon-cate .cateMenu .itemleft dt{display:block; font-weight:bold; color:#000}
.navCon-cate .cateMenu .itemleft dd{font-size:12px;font-weight:normal;text-indent:0px;line-height:26px;margin-bottom:8px;}
.navCon-cate .cateMenu .itemleft dd a{margin-right:5px;margin-bottom:5px;}
.navCon-cate .cateMenu .itemleft dd a:hover{color:#000;}

.navCon-cate .cateMenu .itemright{ padding:0px 5px;}
.navCon-cate .cateMenu .itemright dl{ padding:5px; margin:5px;}
.navCon-cate .cateMenu .itemright dt{display:block; font-weight:bold; color:#ff7225; margin-bottom:5px; font-size:14px}
.navCon-cate .cateMenu .itemright dd{font-size:12px;font-weight:normal;text-indent:0px;line-height:22px;margin-bottom:10px;}
.navCon-cate .cateMenu .itemright dd.alist3 a{ width:90px; display:block; float:left}
.navCon-cate .cateMenu .itemright dd.alist5 a{ width:55px; display:block; float:left}
.navCon-cate .cateMenu .itemright dd.alist4 a{ width:65px; display:block; float:left}

.navCon-cate .cateMenu .itemall{ padding:0px 5px;}
.navCon-cate .cateMenu .itemall dl{width:45%;}
.navCon-cate .cateMenu .itemall .menu-pop-title{width:100%;margin-bottom: 0px;padding-bottom: 0px;}
.navCon-cate .cateMenu .itemall dl{border-right:1px solid #efefef; padding:5px; margin:5px; float:left;padding-top: 0px;}
.navCon-cate .cateMenu .itemall dl.nob{ border:none}
.navCon-cate .cateMenu .itemall dt{display:block; font-weight:bold; color:#000; margin-bottom:5px; font-size:14px}
.navCon-cate .cateMenu .itemall dd{font-size:12px;font-weight:normal;text-indent:0px;line-height:22px;margin-bottom:10px;border-bottom:1px solid #efefef;}
.navCon-cate .cateMenu .itemall dd a{margin-right:5px;}
.navCon-cate .cateMenu .itemall dt { font-size:14px;}
.navCon-cate .cateMenu .itemall dd a { border-right:solid 1px #9A9A9A; padding:0px 8px; margin:0px 0px 5px 0px;}
.navCon-cate .cateMenu .itemall dd a:hover { color:#f50;}

.navCon-cate .cateMenu .itemthree dl{width:30%;}
.navCon-cate .cateMenu .itemthree dd{margin-bottom:0px;}

.navCon-cate .cateMenu .list-item .itemright .news-list p{line-height:24px;text-indent:0px;font-size:12px;font-weight:normal;color:#000; white-space:nowrap}
.navCon-cate .cateMenu .list-item .itemright .news-list p a{color:#646464;}
.navCon-cate .cateMenu .list-item .itemright .news-list p a:hover{color:#000;}

.navCon-cate .cateMenu .list-item .itemright .ad-list{padding-left:10px;}
.navCon-cate .cateMenu .list-item .itemright .ad-list a{display:block;text-indent:0px;margin-bottom:8px;overflow:hidden;}

.navCon-cate .cate1{height:25px;background-position:5px -659px;}
.navCon-cate .cate2{height:25px;background-position:5px -488px;}
.navCon-cate .cate3{height:27px;background-position:5px -331px;}
.navCon-cate .cate4{height:27px;background-position:5px -115px;}
.navCon-cate .cate5{height:12px;background-position:5px -621px;margin-top: 5px;}
.navCon-cate .cate6{height:24px;background-position:5px -440px;}
.navCon-cate .cate7{height:24px;background-position:5px -262px;}
.navCon-cate .cate8{height:24px;background-position:5px -49px;}
.navCon-cate .cate9{height:28px;background-position:5px -633px;}
.navCon-cate .cate10{height:28px;background-position:5px -355px;}
.navCon-cate .cate11{ background:url(/statics/images/index-assets/cate11.png) no-repeat}
.navCon-cate .cate12{ background:url(/statics/images/index-assets/cate12.png) no-repeat}
.navCon-cate .cate13{ background:url(/statics/images/index-assets/cate13.png) no-repeat}
.navCon-cate .cate14{ background:url(/statics/images/index-assets/cate14.png) no-repeat}
.navCon-cate .cate15{ background:url(/statics/images/index-assets/cate15.png) no-repeat}

.navCon-cate .on .cate1{height:25px;background-position:5px -545px;}
.navCon-cate .on .cate2{height:25px;background-position:5px -464px;}
.navCon-cate .on .cate3{height:27px;background-position:5px -308px;}
.navCon-cate .on .cate4{height:27px;background-position:5px -70px;}
.navCon-cate .on .cate5{height:12px;background-position:5px -533px;margin-top: 5px;}
.navCon-cate .on .cate6{height:24px;background-position:5px -382px;}
.navCon-cate .on .cate7{height:24px;background-position:5px -240px;}
.navCon-cate .on .cate8{height:24px;background-position:5px -11px;}
.navCon-cate .on .cate9{height:28px;background-position:5px -570px;}
.navCon-cate .on .cate10{height:28px;background-position:5px -283px;}
.navCon-cate .on .cate11{ background:url(/statics/images/index-assets/cate11-on.png) no-repeat}
.navCon-cate .on .cate12{ background:url(/statics/images/index-assets/cate12-on.png) no-repeat}
.navCon-cate .on .cate13{ background:url(/statics/images/index-assets/cate13-on.png) no-repeat}
.navCon-cate .on .cate14{ background:url(/statics/images/index-assets/cate14-on.png) no-repeat}
.navCon-cate .on .cate15{ background:url(/statics/images/index-assets/cate15-on.png) no-repeat}

.navCon-cate .cate3-bg{ background:url(/statics/images/index-assets/cate-3-bg.png) no-repeat right bottom #fff}
.navCon-cate .cate4-bg{ background:url(/statics/images/index-assets/cate-4-bg.png) no-repeat right bottom #fff}
.navCon-cate .cate5-bg{ background:url(/statics/images/index-assets/cate-5-bg.png) no-repeat right bottom #fff}
.navCon-cate .cate6-bg{ background:url(/statics/images/index-assets/cate-6-bg.png) no-repeat right bottom #fff}
.navCon-cate .cate7-bg{ background:url(/statics/images/index-assets/cate-7-bg.png) no-repeat right bottom #fff}
.navCon-cate .cate8-bg{ background:url(/statics/images/index-assets/cate-8-bg.png) no-repeat right bottom #fff}
.navCon-cate .cate9-bg{ background:url(/statics/images/index-assets/cate-9-bg.png) no-repeat right bottom #fff}
.navCon-cate .cate10-bg{ background:url(/statics/images/index-assets/cate-10-bg.png) no-repeat right bottom #fff}
.navCon-cate .cate11-bg{ background:url(/statics/images/index-assets/cate-11-bg.png) no-repeat right bottom #fff}


.navCon-cate .cate-ad-list{ position:absolute; right:20px; bottom:0px; width:280px;}
.navCon-cate .cate-ad-list img{ width:280px; height:108px; margin-top:20px}
/*.navCon-cate .cate-ad-list div{ float:left; width:135px; height:120px; border-bottom:1px solid #FFF;border-right:1px solid #FFF;}
.navCon-cate .cate-ad-list div a{ display:block; text-align:center;}
.navCon-cate .cate-ad-list div.s1{ background:#2cade4}
.navCon-cate .cate-ad-list div.s2{ background:#ff8c41}
.navCon-cate .cate-ad-list div.s3{ background:#f97f98}
.navCon-cate .cate-ad-list div.s4{ background:#2cbaa2}
.navCon-cate .cate-ad-list div.one a{ padding-top:50px}
.navCon-cate .cate-ad-list div.two a{ padding-top:30px}*/

/* Category Box
 * author: linjianfeng@baixing.com
 */
.catbox{margin-left:-10px;position:relative;width:780px;}
.catbox .list .list-item{_width:355px;_overflow:hidden;}
.catbox .list .list-item cite{font-size:12px;color:#f50;}
.catbox .list .list-item img{padding-right:10px;}
.catbox-item{width:365px;padding:10px;float:left;border-bottom:10px solid #fff;}
.catbox .headline a{color:#888;}

/* aside
 * author: linjianfeng@baixing.com
 */
.aside{color:#666;}
.aside{border:1px solid #ddd;padding:0 10px;margin-bottom:20px;font-size:12px;line-height:1.85;text-align:left;}
.aside-box{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #eee;}
.aside-box-noborder{border-bottom:none;}
.aside-box-higher{line-height:2;}

/* Table
 * author: zhanglin@baixing.com
 */
.table {width: 100%;margin-bottom: 18px;}
.table th,
.table td {padding: 8px;line-height: 18px;text-align: left;vertical-align: top;border-top: 1px solid #dddddd;}
.table th {font-weight: bold;}
.table thead th {vertical-align: bottom;}
.table thead th,
.table thead td{border-top:none;}
.table tbody + tbody {border-top: 2px solid #dddddd;}
.table-condensed th,
.table-condensed td {padding: 4px 5px;}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.table-bordered th,
.table-bordered td {border-left: 1px solid #dddddd;}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {border-top: 0;}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {background-color: #f9f9f9;}
.table tbody tr:hover td,
.table tbody tr:hover th {background-color: #f5f5f5;}
.html-table-first {white-space: nowrap;}

/* TODO: Typeahead
 * author: linjianfeng@baixing.com
 */
.typeahead{position:absolute;}
.typeahead .active{background:#ddd;}

/* TODO: Popover
 * author: linjianfeng@baixing.com
 */
.popover{position:absolute;}
.spar {color:#ABCD72;border-bottom:1px #59A905 solid;background-color: none!important;line-height: 3;border-top:10px solid #fff;}
/*js图片向上效果*/
.imgup img { display: block; left: 0; top: 0; position: relative; }
.imgzoom img{display: block; left: 0; top: 0; position: relative;}
/*.imghighlight:hover img{
    opacity:0.7;
    filter:alpha(opacity=70);
}
.imghighlight:hover img:hover{
    opacity:1;
    filter:alpha(opacity=100);
}*/
.opacity_bg{opacity:0.5;filter:alpha(opacity=50);}

/*边框*/
.border_gray{ border:solid 1px #d2cfcf;}
.border-dotted{ border-top:dotted #898989 1px; height:1px; overflow:hidden; margin:8px 0;}
.border-solid{ border-top:solid #ccc 1px; height:1px; overflow:hidden; margin:8px 0;}

.bgfff{ background:#FFF};
.sidebar{ width:310px; float:left}
.main{ width:857px; float:right}
.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}

.boxstyle1{ border:solid 1px #dfdfdf; background:#fff url(/statics/images/visa-assets/boxstyle1.png) no-repeat 150px -20px}
*html .boxstyle1{ background-image:none;}
.boxstyle1 .hd{ border-top:4px solid #ff6633;}
.boxstyle1 .hd h2{ font-size:24px; padding:16px; color:#ff6633; font-weight:bold}
.boxstyle1 .bd{ margin:0px 16px 30px;}
.boxstyle1 .button{ font-size:25px; width:138px; height:45px; line-height:45px; text-align:center}

.boxstyle2{ border:solid 1px #dfdfdf; background:#fff}
.boxstyle2 .hd{ }
.boxstyle2 .hd h2{ font-size:24px; padding:16px; color:#0097e0; font-weight:bold}
.boxstyle2 .bd{ margin:0px 16px 30px;}
.boxstyle2 ul.s1 li{ border-bottom:dotted 1px  #898989; padding:4px 0; margin:4px 0}
.boxstyle2 ul.s1 li dt{ font-size:14px; margin-bottom:10px}
.boxstyle2 ul.s1 li dd em{ margin-right:20px;white-space:nowrap;width: 66px;display: inline-block;}
.boxstyle2 ul.s2 li{  padding:4px 0;}
.boxstyle2 ul.s3 .answer{background:#fffcf8; border:solid 1px #fdf8f1; padding:10px; margin:5px 0}

.boxstyle3{ border:solid 1px #dfdfdf; background:#fff}
.boxstyle3 .hd{ border-bottom:2px solid #0097e0; margin:16px; height:42px; line-height:40px}
.boxstyle3 .hd h2{ font-size:24px; padding:10px 0; color:#0097e0; font-weight:bold; float:left}

.boxstyle3 .hd2{ border-bottom:2px solid #0097e0; margin:16px; height:34px; line-height:34px}
.boxstyle3 .hd2 h2{ font-size:18px; padding:8px 10px; background:#0097e0; color:#fff; font-weight:bold; float:left}

.boxstyle3 .more{ float:right}
.boxstyle3 .bd{ margin:0px 16px 30px;}
.boxstyle3 h3{ font-size:22px; color:#000; margin:16px; font-weight:bold}
.boxstyle3 .text-list-2 li{ float:left; width:49%; line-height:23px; list-style:inside}

.boxstyle4{ border:solid 1px #dfdfdf; background:#fff}
.boxstyle4 .hd{ border-left:4px solid #0097e0; margin:20px; height:16px; line-height:16px}
.boxstyle4 .hd h2{ font-size:16px; padding:0px 0 0 10px; font-weight:bold; float:left}
.boxstyle4 .bd{ margin:0px 20px 30px;}

.boxstyle5 .hd{ background:url(/statics/images/line-assets/boxstyle5-bg.png) repeat-x bottom; height:40px; margin:10px}
.boxstyle5 .hd h2{background:url(/statics/images/line-assets/boxstyle5-title-bg.png) repeat-x bottom; height:40px; line-height:40px; padding:0 20px; float:left; font-size:16px; font-weight:bold}
.boxstyle5 .hd .sub{ float:left; margin-left:100px;}
.boxstyle5 .hd .sub a{ margin:0 6px; padding:6px 10px}
.boxstyle5 .hd .more{ float:right; margin-top:14px}

.boxstyle5 .bd{ margin:10px}


.headtab ul.hd{ background:#0097e0; padding:5px 0 0 10px}
.headtab ul.hd li{ float:left; height:40px; line-height:40px; width:120px; text-align:center}
.headtab ul.hd li.cur{ background:#e8f8ff;}
.headtab ul.hd li a{ display:block}
.headtab ul.hd_sub{ background:#e8f8ff; padding-left:30px; border:solid 1px #b5e7ff; border-top:0px}
.headtab ul.hd_sub li{ float:left; padding:5px 10px; margin:10px;}
.headtab ul.hd_sub li.cur{background:#0097e0;}

.ask-list ul{ padding:10px;}
.ask-list ul.even{ background:#fffcf8; border:solid 1px #fdf8f1;}
.ask-list li{ margin:8px 0; line-height:20px;*width:92%}
.ask-list li span{ left:0px;}
.ask-list li.question em{ padding-left:40px; color:#999}

/*表单*/
.publish-detail{clear:both;}
.publish-detail input{vertical-align:baseline;*vertical-align:middle;}
.publish-detail label{padding-right:10px;}
.publish-detail select{margin-right:8px;}
.publish-detail .form-input{margin-right:10px;}
.publish-detail .p-label{display:inline-block;width:110px;text-align:right;font-weight:700;padding:0;}
.publish-detail .p-line{padding:5px 0;}
.publish-detail .p-tip{display:block;height:40px;line-height:3;}
.publish-detail .p-tip, .p-submit{padding-left:120px;}
.publish-detail .p-submit{margin-bottom:15px;}
.publish-detail .p-note{font-size:12px;}
/*标签*/
.tag-jian,
.tag-fang,
.tag-te,
.tag-zao{ width:79px; height:19px; line-height:19px;background-repeat:no-repeat; text-indent:24px; color:#FFF; display:inline-block; border-radius:2px;overflow:hidden; }
.tag-jian{ background:url(/statics/images/index-assets/coupon_jian.png)}
.tag-feng{ background:url(/statics/images/index-assets/coupon_feng.png)}
.tag-te{ background:url(/statics/images/index-assets/coupon_te.png)}
.tag-zao{ background:url(/statics/images/index-assets/coupon_zao.png)}

.tag-huixiang,
.tag-lexiang,
.tag-zunxiang{ width:99px; height:19px; overflow:hidden; background-repeat:no-repeat; display:inline-block}
.tag-huixiang{ background-image:url(/statics/images/line-assets/item-hx.png)}
.tag-lexiang{ background-image:url(/statics/images/line-assets/item-lx.png)}
.tag-zunxiang{ background-image:url(/statics/images/line-assets/item-zx.png)}

.footer-gx{display:inline-block;width:195px;height:30px;background-position:0 142px}
.footer-gs{display:inline-block;width:195px;height:30px;background-position:0 105px}
.footer-gz{display:inline-block;width:195px;height:30px;background-position:0 35px}
.footer-zy{display:inline-block;width:195px;height:30px;background-position:0 65px}
.footer{background:#FFF; border-top:solid 1px #bdbdbd;}
.footer .faq dl { /*padding:0 30px; *padding:0 30px;*/ margin:40px auto; line-height: 24px; float: left; *width:150px; min-height: 220px;width: 170px; }
.footer .faq .last { border: none ; background:url(/statics/images/index-assets/bottom_map.png) no-repeat center; *width:250px !important; *font-weight:normal;}
.footer .faq .last p{ font-weight:normal; display:block; font-size:12px}
.footer .searchstore{ display:block;width:100px;float:right}
.footer-searchstore{display:block;width:95px;height:95px;background-position:-55px 15px;}
*html .footer .searchstore a{ background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/statics/images/index-assets/bottom_search.png"); background-position:top; padding-top:80px}
.footer .faq dt { font-weight: bold; height: 24px; line-height: 20px ; font-size:14px}
.footer .faq dd { color: #666 }
.footer .kouhao{     background: #323232;    height: 70px;}
.footer .kouhao ul li{     float: left;
    padding: 6px 0 0 0;
    width: 290px;
    text-align: center;
    line-height: 70px;}
.footer .copyright{ margin-top:20px; padding-bottom:60px}
.footer .copyright p{ line-height:30px; text-align:center}
.footer .copyright .link{ color:#CCC}
.footer .copyright .link a{ display:inline-block; margin:0 10px}
.footer .zhengshu{ width:1000px;}
.footer .zhengshu td { line-height:22px}
.footer .zhengshu td img{ float:left; margin-right:5px}
.footer .link dl{ margin-bottom:10px;}
.footer .link dt{ margin:5px 0; font-weight:bold}
.footer .link dd a{ margin:0 3px;}

.backtopbox{ position:fixed; right:10px; bottom:100px; }
.backtopbox .yu{background:url("/statics/images/index-assets/left-yu.png") no-repeat; width:66px; height:59px; margin-bottom:-10px; z-index:999}
*html .backtopbox .yu{ background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/statics/images/index-assets/left-yu.png"); margin:0px; }
.backtopbox a{}
.backtopbox a{ display:block; width:48px; height:48px; overflow:hidden; margin-left:5px; z-index:-1}
.backtopbox a span{ display:none; padding-top:8px;}
.backtopbox a.backtop{ background:url(/statics/images/index-assets/left-top.png) no-repeat #f9f9f9 16px 15px; border:solid 1px #e3e3e3; margin-bottom:5px; display:none}
.backtopbox a.recommend{ background:url(/statics/images/index-assets/left-recommend.png) no-repeat #f9f9f9 12px 10px; border:solid 1px #e3e3e3}
.backtopbox a:hover{ background:#0097e0; border:solid 1px #0285c5; color:#FFF; text-align:center}
.backtopbox a:hover span{ display:block;}

.demo{ padding:20px; line-height:30px}
.demo a{ margin-right:20px}
.tip-yellow { opacity: 0.9; z-index: 1000; text-align: left; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; padding: 8px 8px; max-width: 200px; color: #333; background-color: #fff; border:solid 2px #ff8330 }
.tip-yellow .tip-inner { line-height:20px; }
.tip-yellow .tip-arrow-top { margin-top: -5px; margin-left: -5px; top: 0; left: 50%; width: 9px; height: 5px; background: url(/statics/images/index-assets/tip-twitter_arrows.gif) no-repeat; }
.tip-yellow .tip-arrow-right { margin-top: -4px; margin-left: 0; top: 50%; left: 100%; width: 5px; height: 9px; background: url(/statics/images/index-assets/tip-twitter_arrows.gif) no-repeat -9px 0; }
.tip-yellow .tip-arrow-bottom { margin-top: 0; margin-left: -5px; top: 100%; left: 50%; width: 9px; height: 5px; background: url(/statics/images/index-assets/tip-twitter_arrows.gif) no-repeat -18px 0; }
.tip-yellow .tip-arrow-left { margin-top: -4px; margin-left: -5px; top: 50%; left: 0; width: 5px; height: 9px; background: url(/statics/images/index-assets/tip-twitter_arrows.gif) no-repeat -27px 0; }

.coupon .pic-txt{ overflow:hidden;}

.footer{   clear: both;

    margin-top: 20px;
}
body { position:relative;}
.mengban { background: none repeat scroll 0 0 #000000; display: none;height: 100%;left: 0;opacity: 0.7;position: absolute;top: 0;width: 100%; z-index: 22000;filter:alpha(opacity=70);}

.pay1, .pay2, .pay3, .pay4, .pay5, .pay6 {
    background: url(/statics/images/payout.png) 0 0 no-repeat;
    border: 1px solid #ddd;
    height: 42px;
    text-indent: -9999px;
    display: inline-block;
    overflow: hidden;
    width: 110px;
}
.pay3 {
    background-position: 0 -88px;
}
.mini_head .search { width:466px; }
.mini_head .search .advanced_search {line-height:21px; }
.topbar-left-text { float:left;}
.topbar-right-text { float:right!important;}
/*2015-1-27*/
.boxstyle3 .hd h2{ padding: 0px; } 
.boxstyle3 .hd2 h2{ padding: 0px 10px;}


.qr_code{padding:10px 10px 0px; position:relative; *z-index:10;}
.qr_simg{background:url(/statics/images/linedetails-assets/erweima.png) no-repeat; width:19px; height:19px; display:inline-block; *display:inline; zoom:1;}
.qr_open{width:22px; height:15px; display:inline-block; *display:inline; zoom:1; background-position: 1px 0px;}
.qr_text{display:inline-block; *display:inline; zoom:1; vertical-align:super; padding:0 5px; color: #f60; text-decoration: underline;}
.qr_content{width:90%; height:131px; border:1px solid #d7c971; position:absolute; top:40px; left:0; background:#fbffe7; z-index:112; padding:5px; display:none;}
.arrowCont{width: 0px;height: 0px;border: 10px solid transparent;border-bottom: 10px solid #d7c971;position: absolute;top: -20px; left:0; right:0; margin-left:140px; margin-right:auto;}
.arrowCont:after {content: "";display: block;width: 0px;height: 0px;border: 10px solid transparent;border-bottom: 10px solid #fbffe7; *border:#fbffe7; position: relative;top: -9px;left: -10px;}
img#qr_limg{width:130px; height:130px;}
.qr_cdiv{display:inline-block; *display:inline; zoom:1;  width:302px; vertical-align:top; font-size: 12px;}
.qr_cdiv p{line-height:20px;}
.fs_14{font-size:14px; color:#333;}
.fs_text{color:#333;}
.col_red{color:#ff0000;}
.qr_left{display:inline-block; *display:inline; zoom:1;  width:50px; height:20px; line-height:20px; background:#f60;vertical-align: top;padding: 0 3px;text-align: center; color:#ffffff;}
.qr_intro{width:240px; display:inline-block; *display:inline; zoom:1;  color:#f60;}   

/*2015-1-29*/
.mini_head { z-index:19999;}
sup{top: 0.2em;}
/*2015-2-3*/
.form-select-menu {background: #fff; display: none; position: absolute;width: 71px;z-index: 20000;}

.cur_red:hover
{
    color:#FE5A66;
}
/*2015-02-15 修改搜索层级*/
.form-search {z-index: 100;}



/*2015-2-27新增*/
.navCon-cate .cateMenu  ul { height:506px; overflow:hidden;}
.navCon-cate .cateMenu { height:505px; border-bottom:solid 1px #ff7b2a!important;}  
.navCon-cate .cateMenu .list-item,.navCon-cate .cateMenu .list-item .itemright{height:505px;}
.navCon-cate .cateMenu .list-item{  margin:0px; padding:0px;text-align:left; }
.navCon-cate .cateMenu .list-item .itemright img {  margin:0px; padding:0px; display:block; text-align:left; }
.navCon-cate .cateMenu .list-item .itemleft { height:495px; padding-right:17px;}
.navCon-cate .cateMenu .list-item .itemall { height:504px; padding-right:17px;}
.itemleft dd a,.itemall dd a{font-family:宋体;}
#index .icol1 { height:505px!important;}
.coupon-reg { display:none; }
.generic-title { font-size:20px; font-weight:normal;}
.navCon-cate .cateMenu .itemleft dl { width:100%;}
.navCon-cate .cateMenu .itemleft dt { font-size:14px;}
.navCon-cate .cateMenu .itemleft dd a { border-right:solid 1px #9A9A9A; padding:0px 8px; margin:0px 0px 5px 0px;}
.navCon-cate .cateMenu .itemleft dd a:hover { color:#f50;}
.border-none  { border-top:0px;}
.promotion { background:#ffffff;}
.promotion .hd  { padding:8px 8px 0px 8px;}
.promotion .hd h2 {font-size: 18px;float: left;}
.promotion .more {float: right;background: url(/statics/images/index-assets/arrow1.png) no-repeat right;padding-right: 20px;line-height: 15px;}
.subject_images { height:256px; overflow:hidden; padding: 8px 8px 8px 11px;}
.subject_images li { width:290px; height:120px; padding:2px 1px; float:left;overflow:hidden;}
.subject_images li img{width:100%;height:100%;}
#index .slideBox { z-index:0!important;}
.menu-pop-title{font-size:24px;font-weight:500;color:Black;}



.rc_icon {
    background:url(/statics/images/right/rc_icon_all.png) no-repeat scroll 0 0 ;
    display: block;
    height: 40px;
    width: 40px;
}

.rc_g_color {
    color: #0097e0;
    line-height: 16px;
	font-size:12px;
}
.rc_y_color {
    color: #f80;
    line-height: 16px;
}
.pd_5 {
    padding: 5px !important;
}
.right_common {
    background-color: #333;
    height: 1000px;
    position: fixed;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 999999;
}
.right_common li {
    overflow: visible;
    position: relative;
}
.right_common #rightCommonUl li ul li.myguolvArea, .right_common #rightCommonUl li ul li.rcBackToTopSty {
    background-color: #333;
}
.right_common .rc_box {
    border: 2px solid #dcdcdc;
    margin-right: 5px;
    padding: 15px;
    position: absolute;
    right: 35px;
    top: 0;
}
.right_common .rc_box.nopad {
    padding: 0;
}
.right_common .rc_box.nobord {
    border: medium none;
    margin-right: 0;
    right: 40px;
}
.right_common li .rc_box {
    display: none;
}
.right_common li.rc_hover .rc_box {
    animation: 500ms ease 0s normal none 1 running boxin;
    display: block;
}
.right_common li.rc_hover .rc_hover_event {
    animation: 500ms ease 0s normal none 1 running slideout;
    display: block;
}
.right_common li .rc_hover_event {
    display: none;
}
.right_common li.rc_mouseover .rc_hover_event {
    animation: 500ms ease 0s normal none 1 running slideout;
    display: block;
}
.right_common li.rc_click .rc_click_event {
}
.right_common li.rc_click .rc_click_event {
    animation: 500ms ease 0s normal none 1 running boxin;
    display: block;
}
.lessThan1024.right_common {
    background-color: transparent;
}
.lessThan1024.right_common #rightCommonUl li ul li {
    visibility: hidden;
}
.lessThan1024.mouse_over.right_common {
    background-color: #333;
}
.lessThan1024.mouse_over.right_common #rightCommonUl li ul li {
    visibility: visible;
}
.lessThan1024.right_common #rightCommonUl li ul li.myguolvArea, .lessThan1024.right_common #rightCommonUl li ul li.rcBackToTopSty {
    visibility: visible;
}
@keyframes boxin {
0% {
    opacity: 0;
    right: 60px;
}
100% {
    opacity: 1;
    right: 35px;
}
}
@keyframes boxout {
0% {
    opacity: 1;
    right: 35px;
}
100% {
    opacity: 0;
    right: 60px;
}
}
@keyframes slideout {
0% {
    opacity: 0;
    right: 60px;
}
100% {
    opacity: 1;
    right: 40px;
}
}
@keyframes slideout {
0% {
    opacity: 0;
    right: 60px;
}
100% {
    opacity: 1;
    right: 40px;
}
}
@keyframes slidein {
0% {
    right: 40px;
}
100% {
    right: 60px;
}
}
@keyframes slidein {
0% {
    right: 40px;
}
100% {
    right: 60px;
}
}
@keyframes threed {
0% {
    opacity: 0.5;
    transform: perspective(800px) rotateY(-90deg);
}
100% {
    opacity: 1;
    transform: perspective(800px) rotateY(0deg);
}
}
@keyframes threed {
0% {
    opacity: 0.5;
    transform: perspective(800px) rotateY(-90deg);
}
100% {
    opacity: 1;
    transform: perspective(800px) rotateY(0deg);
}
}
.right_common .rc_arrow {
    display: block;
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: -6px;
    top: 20px;
    width: 6px;
}
.right_common .rc_arrow .rc_arrow_b {
    color: #dcdcdc;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.right_common .rc_arrow .rc_arrow_s {
   position:absolute;top:0;right:2px;color:#fff;font-size:14px
}

.triangle_border {
       position:relative;display:block;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #dcdcdc
}
.triangle_border em{position:absolute;top:-3px;left:-7px;display:block;width:0;height:0;border-top:3px solid transparent;border-bottom:3px solid transparent;border-left:4px solid #fff}
.right_common .rc_erwei_box{margin-top:15px;border-top:1px solid #3e3e3e;border-bottom:1px solid #3e3e3e}
.right_common .rc_erwei_b .rc_content{padding:5px}
.right_common .rc_topBot_b{margin-top:-1px;border-top:1px solid #3e3e3e;border-bottom:1px solid #3e3e3e}
.right_common .rc_wd{margin-left:14px;padding-bottom:10px;width:12px;color:#999;font-size:12px}
.right_common .rc_des{margin-top:0;padding:0 10px;width:60px;height:41px;border-left:3px solid #f80;background-color:#333;color:#f80;font-size:14px;font-family:'microsoft yahei';line-height:40px;cursor:pointer}
.right_common .rc_erwei{background-position:6px 14px}
.right_common .rc_guolv{background-position:5px -36px}
.right_common .rc_chujing{background-position:6px -91px;cursor:pointer}
.right_common .rc_youlun{background-position:6px -159px;cursor:pointer}
.right_common .rc_haidao{background-position:7px -229px;cursor:pointer}
.right_common .rc_guonei{background-position:7px -292px;cursor:pointer}
.right_common .rc_scan{background-position:9px -424px}
.right_common .rc_askqus{background-position:9px -462px}
.right_common .rc_addCollect{background-position:9px -502px}
.right_common .rc_compare{background-position:9px -660px}
.right_common .rc_member{background-position:6px -502px;cursor:pointer}
.right_common .rc_history{background-position:6px -568px;cursor:pointer}
.right_common .rc_backtotop{background-position:6px -635px;cursor:pointer}
.right_common .rc_zhoubian{background-position:5px -361px;cursor:pointer}
.right_common .rc_qianzheng{background-position:6px -430px;cursor:pointer}
.right_common .rc_forum{background-repeat:no-repeat;background-position-x:center;background-position:5px -705px}
.right_common .rc_mouseover .rc_forum{background-position:-64px -705px}
.right_common .rc_hover .rc_erwei{background-position:-66px 14px}
.right_common .rc_hover .rc_guolv{background-position:-62px -36px}
.right_common .rc_mouseover .rc_chujing{background-position:-63px -91px}
.right_common .rc_mouseover .rc_youlun{background-position:-63px -159px}
.right_common .rc_mouseover .rc_order{background-position:-61px -224px}
.right_common .rc_mouseover .rc_haidao{background-position:-62px -229px}
.right_common .rc_mouseover .rc_guonei{background-position:-62px -292px}
.right_common .rc_mouseover .rc_zhoubian{background-position:-64px -361px}
.right_common .rc_mouseover .rc_qianzheng{background-position:-63px -430px}
.right_common .rc_mouseover .rc_scan{background-position:-60px -424px}
.right_common .rc_hover .rc_askqus{background-position:-60px -461px}
.right_common .rc_hover .rc_addCollect{background-position:-61px -502px}
.right_common .rc_mouseover .rc_compare{background-position:-60px -660px}
.right_common .rc_hover .rc_member{background-position:-63px -502px}
.right_common .rc_hover .rc_history{background-position:-63px -568px}
.right_common .rc_hover .rc_backtotop{background-position:-63px -635px}
.right_common .rc_mouseover .rc_kefutips{background-position:-60px -785px}
.right_common .rc_common_box{margin-bottom:20px;width:206px;color:#404040;font-size:14px}
.right_common .rc_user_img {
    border-radius: 50%;
    height: 60px;
    overflow: hidden;
    width: 60px;
}
.right_common .rc_left, .right_common .rc_right {
    float: left;
}
.right_common .rc_right {
    padding-left: 15px;
}
.right_common .rc_user_wel {
    font-size: 14px;
}
.right_common .rc_user_name, .right_common .rc_user_name a {
    color: #f80;
    font-size: 16px;
}
.right_common .rc_double_col dt, .right_common .rc_double_col dd {
    float: left;
}
.right_common .rc_user_info {
    border-top: 1px dotted #dcdcdc;
    margin-top: 10px;
    padding-top: 10px;
}
.right_common .rc_ableBtn {
    background-color: #f80;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 25px;
    text-align: center;
    width: 206px;
	font-family:'microsoft yahei';
}
.right_common .rc_ableBtn.disable {
    background-color: #eee;
}
.right_common .rc_common_input {
    border: 1px solid #dcdcdc;
    height: 18px;
    line-height: 18px;
    padding: 5px;
    width: 194px;
}
.right_common .rc_common_input.rc_small {
    width: 60px;
}
.right_common .rc_pad_top {
    padding-top: 3px;
}
.right_common .rc_pad_top img {
    margin-left: 5px;
}
.right_common .nologin .rc_double_col {
    margin: 10px 0;
}
.right_common .rc_reg {
    border-top: 1px dotted #dcdcdc;
    padding: 8px 0 0;
}
.right_common .rc_mycol {
    border-bottom: 1px solid #ccc;
}
.right_common .rc_mycol dt {
    font-size: 16px;
    width: 130px;
}
.right_common .rc_mycol .rc_btn_bord {
    border-bottom: 1px solid #5bb912;
    border-right: 2px solid #fff;
    float: left;
    margin-bottom: -1px;
    padding-right: 10px;
}
.right_common .rc_mycol dd {
    text-align: right;
    width: 74px;
}
.right_common .rc_nocollect {
    background-position: 120px 40px;
    border-bottom: 1px dotted #dcdcdc;
    color: #666;
    font-size: 14px;
    padding: 15px 0;
}
.right_common .rc_nocollect span {
    color: #333;
}
.right_common .rc_collect_box {
    margin-bottom: 15px;
}
.right_common .rc_collect_box li {
    padding: 10px 0 0;
}
.right_common .rc_collect_li dt, .right_common .rc_collect_li dt img {
    height: 35px;
    width: 60px;
}
.right_common .rc_collect_li dt img {
    border: medium none;
    display: inline;
}
.right_common .rc_collect_li dd {
    margin-left: 5px;
    width: 140px;
}
.right_common .rc_compare_box li {
    padding: 10px 0 0;
}
.right_common .rc_compare_li dt {
    width: 170px;
}
.right_common .rc_compare_li dd {
    height: 36px;
    line-height: 36px;
    text-align: right;
    width: 36px;
}
.right_common .rc_w_s dt {
	height:24px;
	line-height:16px;
	font-size:12px;
	width:132px;
}
.right_common .rc_w_s dd {
    text-align: right;
	margin-left:0px;
}
.right_common .rc_check_info {
    border-bottom: 1px dotted #dcdcdc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.right_common .rc_jifen_box {
    height: 220px;
    margin-top: 15px;
}
.right_common .rc_two_col li {
    float: left;
    padding: 5px 0;
    width: 50%;
}
.right_common .rc_two_col {
    margin: 5px 0 10px;
}
.right_common .rc_route_w dt, .right_common .rc_route_w dd {
    float: left;
    height: 36px;
}
.right_common .rc_route_w dt {
    width: 146px;
}
.right_common .rc_route_w dd {
    line-height: 36px;
    text-align: center;
    width: 60px;
}
.right_common .rc_route_w dd a {
    line-height: 16px;
}
.right_common .rc_order_box {
    margin: 15px 0 0;
}
.right_common .rc_order_lists li {
    height: 27px;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 10px;
}
.right_common .rc_pay {
    background-color: #f80;
    color: #fff;
    padding: 5px 8px;
}
.right_common .rc_order_phone {
    color: #f80;
    font-family: "Tahoma";
    font-size: 22px;
    font-weight: 700;
    text-align: right;
}
.right_common .rc_scan_des {
    padding: 5px 0 0;
    text-align: center;
}
#right_con {
    height: auto;
    margin: 0 auto;
    width: 210px;
}
#right_tags {
    height: 20px;
    margin: 10px auto;
    width: 85px;
}
#right_tags li {
    display: inline-block;
    height: 20px;
    list-style-type: none;
    width: 20px;
}
#right_tags li a {
    background: none repeat scroll 0 0 #555;
    border-radius: 10px;
    display: block;
    height: 10px;
    width: 10px;
}
#right_tags li.emptyTag {
}
#right_tags li.selectTag {
    height: 20px;
    position: relative;
    width: 20px;
}
#right_tags li.selectTag a {
    background: none repeat scroll 0 0 #ff9419;
    border-radius: 10px;
    display: block;
    height: 10px;
    width: 10px;
}
#right_tagContent {
}
.right_tagContent {
    border-bottom: 1px dotted #e2e2e2;
    display: none;
    height: 186px;
    width: 210px;
}
#right_tagContent div.selectTag {
    border-bottom: 1px dotted #e2e2e2;
    display: block;
    height: 186px;
}
#right_tagContent .pic {
    height: 115px;
    overflow: hidden;
    width: 205px;
}
#right_tagContent .name {
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    width: 205px;
}
#right_tagContent .name span {
    color: #999;
}
#right_tagContent .price span {
    color: #f80;
    font-family: "microsoft yahei";
    font-size: 12px;
}
#right_tagContent .price span em {
    font-weight: bold;
}
#right_tagContent .price .icon {
    background-position: 0 -165px;
    float: right;
    font-family: "Simsun";
    height: 20px;
    line-height: 21px;
    margin-right: 5px;
    padding-left: 40px;
    width: 22px;
}
.level {
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    width: 16px;
}
.level0 {
    background-position: 0 -209px;
}
.level2 {
    background-position: -38px -209px;
}
.level1 {
    background-position: -75px -209px;
}
.level3 {
    background-position: -111px -209px;
}
.level4 {
    background-position: -144px -209px;
}
.level5 {
    background-position: -175px -209px;
}
.level6 {
    background-position: -200px -209px;
}
.share_con {
    height: 100px;
}
.share_item {
    height: 40px;
    margin-left: 25px;
    position: relative;
    width: 100px;
}
.share_scroll {
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100px;
}
.share_scroll ul {
    position: relative;
    width: 500%;
}
.share_item .share_btn {
    border: 1px solid #f0f0f0;
    color: #2e9900;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    width: 10px;
}
.share_item .share_btn_prev {
    background-position: 0 -290px;
    left: -24px;
}
.share_item .share_btn_next {
    background-position: -31px -290px;
    left: 108px;
}
.share_item li {
    display: block;
    float: left;
    height: 40px;
    margin: 0 3px;
    overflow: hidden;
    width: 30px;
}
.tequan {
    display: inline-block;
    height: 25px;
    width: 25px;
}
.tequan1 {
    background-position: 0 -248px;
}
.tequan2 {
    background-position: -31px -248px;
}
.tequan3 {
    background-position: -61px -248px;
}
.tequan4 {
    background-position: -91px -248px;
}
.tequan5 {
    background-position: -121px -248px;
}
.tequan6 {
    background-position: -151px -248px;
}
.tequan7 {
    background-position: -182px -248px;
}
.tequan8 {
    background-position: -214px -248px;
}
.nologin p.account {
    position: relative;
}
.nologin .show_error {
    height: 24px;
    line-height: 16px;
	font-family:'microsoft yahei';
	text-align:center;
	margin:0;
}
.nologin p.account .lenovo {
    background-color: #999;
    background-position: 10px -327px;
    color: #fff;
    display: block;
    height: 42px;
    left: 0;
    padding-left: 40px;
    position: absolute;
    top: 30px;
    width: 166px;
}
.nologin p.account .lenovo span {
    font-weight: bold;
    padding-top: 3px;
}
.right_common .rc_des a.w_color {
    color: #f80;

	
}
.rc_red_tips {
    background: none repeat scroll 0 0 #f00;
    border-radius: 10px;
    color: #fff;
    height: 20px;
    padding: 0 10px;
}
.rc_kefutip_num {
    background: none repeat scroll 0 0 #f00;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 12px;
    line-height: 10px;
    padding: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 12px;
}
#rightCommonUl {
    display: block !important;
}

div.cateMenu dl dt a{color: black;}

#divOnwerPay .title
{
    text-align: left;
    height: 32px;
    line-height: 35px;
    background: #e0f5ff;
    border-top: 1px solid #fff;
}
#divOnwerPay
{
    font-size:14px;
}
#divShopping .title
{
    text-align: left;
    height: 32px;
    line-height: 35px;
    background: #e0f5ff;
    border-top: 1px solid #fff;
}
#divShopping
{
    font-size:14px;
}
.blue-border 
{
    border: 1px solid #acdef5;
}

.blue-border p.title
{
    padding: 0 0 3px 5px;
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.begin_sale
{
    background-color: #f50;
    float:right;
    text-align: center;
    width: 60px;
    height: 20px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
}
.index-search-txt {
    float: left;
    width: 410px;
    height: 20px;
    overflow: hidden;
}
    
.index-search-tit {
    width: 90px;
    float: left;
}
/*页面右侧*/
*{margin:0;padding:0;}
img{ border:0;}
ul,ul li { list-style:none; padding:0; margin:0;}
.grey { color: #999; font-size:12px; text-align:center; padding:0px 0px 8px 0px;}
.rc_27 { height:27px;}
.right_common .rc_topBot_b { margin-bottom:0px;}
.right_common .rc_common_box { padding:4px 18px;}
a { text-decoration:none;}
.rc_pad_top { margin-left:0px;}
.right_common .rc_wd { width:100%; text-align:center; margin-left:0;}
.nologin { background:#ffffff; margin-bottom:0px!important; padding-bottom:20px;}
.rc_ableBtn { margin-bottom:20px;}
.rc_history_lists {font-family: 宋体, Arial, sans-serif!important;}
.rc_history_lists  .rc_history_title { height:40px; width:100%; color:#f80; margin:0; margin-bottom:10px;}
.clearfix{ clear:both; float:none;}
.rc_history_row  {border-bottom:solid 1px #939393; height:40px; margin-top:15px;}
.text_overflow{ text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; }
.rc_history_row  *{ color:#ffffff; font-size:12px; line-height:12px;}
.fl { float:left;}
.rc_history_row .link-title { width:358px;padding-left:8px; }
.rc_history_row  .price{ width:83px; text-align:center; font-weight:bold; line-height:24px!important; }
.rc_history_row .link-title a{ font-weight:bold; display:block;}
.right_common .history { top:-385px;}
.fr  { float:right;}
.red { color:#f80;}
.pages { text-align:center; margin-top:10px;}
.pages *{  font-family: 宋体, Arial, sans-serif!important; color:#ffffff; font-size:12px; }
.pages  a { padding-right:12px;}
.pages  a.prev { color:#999999;}
.right_common .rc_wd { width:12px; margin-left:14px;}

.mod-bd 
{
    width:1130px;
    padding:0px 30px;
    margin-left:auto;
    margin-right:auto;
    line-height: 2;
    background: #fff;
    border-top: none;
    overflow: hidden;
    margin-bottom: 20px;
}
.indices-nav {
    height: auto;
    margin-right: -5px;
    padding-left: 80px;
    display: block;
    overflow: hidden;
}
.indices-nav dt {
    float: left;
    display: inline;
    width: 80px;
    margin-left: -80px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}
.indices-nav dd {
    float: left;
    width: 82px;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#bridgeTopContainer
{
    background-color:#4C9ED9;
}
.play-list .play-item
{
    float:left;
    width:190px;
}
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:100px;right:-130px;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; text-align:right}
#floatDivBoxs .floatDqq li img{ float:left; margin-top:7px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}
#floatDivBoxs .floatImg{text-align:center;padding:10px;background:#EBEBEB;}
#floatDivBoxs .floatImg img{ margin-bottom:5px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(/images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(/images/online_arrow.jpg) no-repeat;position:fixed;top:100px;right:40px;z-index:999;}
#rightArrow a{display:block;height:45px;}