/*---------------------- 标签重置部分 ----------------------*/
body,dl,dd,h1,h2,h3,h4,h5,h6,p,form,ul,ol,li,input,textarea { margin:0; padding:0; font-size:12px; }   
body { background:#fff; font:12px / 1.5 tahoma,arial,\5b8b\4f53; color:#454545; }
img { border:0; }
li { list-style:none; }
a { color:#454545; text-decoration:none; outline:none; cursor:pointer; }
a:hover { color:#bf0000; text-decoration:underline; }
/*---------------------- 通用样式 ----------------------*/
.red { color:#f40000; }
.blue { color:#36c; }
.orange { color:#f30; }
.gray { color:#999; }
.white { color:#fff; }
.green { color:#390; }
.yellow { color:#ff0}
.fl{ float:left; } .span_left { float:left; }
.fr{ float:right; } .span_right { float:right; }
.fd { font-weight:bold; }
.fn { font-weight:normal; }
.f11 { font-size:11px; }
.f12 { font-size:12px; }
.f13 { font-size:13px; }
.f14 { font-size:14px; }
.f15 { font-size:14px; }
.f16 { font-size:16px; }
.f18 { font-size:18px; }
.f20 { font-size:20px; }
.fct { text-align:center; }
.fcl { text-align:left; }
.fcr { text-align:right; }
.vtop { vertical-align:top; }
.vmid { vertical-align:middle; }
.h_oflow { height:100%; overflow:hidden; }
.mline { text-decoration:line-through; }
.align { text-align:justify; text-justify:inter-ideograph; }
.clear,.clear0,.clear4,.clear6,.clear8 { clear:both; height:10px; overflow:hidden; }
.clear0 { height:0; }
.clear4 { height:4px; }
.clear6 { height:6px; }
.clear8 { height:8px; }
.border { border:solid 1px #e4e4e4; }
.border_img { border:solid 1px #efefef; }
.border_bn { border-bottom:none; }
.border_tn { border-top:none; }
.disb{ display:block; }
.disn{ display:none; } .display { display:none; }
.mt4 { margin-top:4px; }
.mt6 { margin-top:6px; }
.mt8 { margin-top:8px; }
.mt10 { margin-top:10px; }
.mb4 { margin-bottom:4px; }
.mb6 { margin-bottom:6px; }
.mb8 { margin-bottom:8px; }
.mb10 { margin-bottom:10px; }
.pad8 { padding:0 8px; }
.p6 { padding-right:6px; }
.mr5 { margin-right:5px; }
.m_auto { margin:0 auto; }
.bg_gray { background:#f7f7f7; }
.box_out { display:block; width:1200px; overflow:hidden; }
.box_out_b { display:block; width:1198px; overflow:hidden; }
.box_in { width:1250px; }
.price { height:20px; overflow:hidden; }
.name { line-height:18px; height:36px; overflow:hidden; margin-top:4px; }
.location { height:24px; padding:4px 8px 0; line-height:20px; background:#f4f4f4; }
.loca_icon { float:left; width:14px; height:12px; margin:3px 5px 0 0; background:url(icon1.gif) no-repeat -105px -30px; }
.clearfix { zoom:1; }
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.top1,.top2,.top3,.wrapper,#footer { margin-left:auto; margin-right:auto; width:1200px; }
#header { width:100%; min-width:1200px; }
/*---------------------- 头部开始 ----------------------*/
/*-- 头部第一块开始 --*/
.top1_bg { height:30px; background:url(bg.jpg) repeat-x; }
.top1 { position:relative; height:30px; line-height:30px; z-index:1000; }
.top1 .span_right { width:800px; }
.top1 .tnav { float:right; }
.top1 .tnav a { padding:0 5px; }
.totel,.tocart,.tolist { float:right; padding:0 5px; border:solid #f1f1f1; border-width:0 1px; cursor:pointer; }
.totel_show,.tocart_show,.tolist_show { position:relative; z-index:99; border:solid #ddd; border-width:0 1px; background:#fff; }
.totel_child,.tocart_child,.tolist_child { display:none; position:absolute; z-index:9; border:1px solid #ddd; background:#fff; }
.totel i { display:block; float:left; width:10px; height:18px; margin:4px 5px 0 0; background:url(icon1.gif) -60px -30px; }
.totel_child { left:80px; padding:8px 8px 3px; text-align:center; }
.totel_child img { width:90px; height:90px; }
.tolist { position:relative; padding:0 17px 0 5px; }
.tolist a:hover { text-decoration:none; }
.tolist_child { width:77px; overflow:hidden; }
.tolist_child2 { width:100px; }
.tolist_child2 dl { float:left; padding-bottom:5px; border-bottom:1px dashed #eee; }
.tolist_child2 dt { padding:0 10px; font-weight:bold; }
.tolist_child2 dd a { padding:0 15px; }
.tolist_child2 dd a:hover { background:none; }
.tolist_child a { display:block; padding:0 5px; line-height:25px; white-space:nowrap; }
.tolist_child a:hover { background:#f0f0f0; text-decoration:none; }
/*-- 下拉框旋转小三角 --*/ 
.tolist span { position:absolute; right:7px; top:12px; zoom:1;width:4px; height:4px; overflow:hidden; border:solid #999; border-width:0 1px 1px 0; background:#f1f1f1; -o-transition:-o-transform .3s ease-in; -moz-transition:-moz-transform .3s ease-in; -webkit-transition:-webkit-transform .3s ease-in; transform:rotate(45deg); -o-transform:rotate(45deg);-moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477,M21=0.7071067811865477,M22=0.7071067811865474, SizingMethod='auto expand'); }
.tolist_show span { background:#fff; transform:rotate(225deg); -o-transform:rotate(225deg);-moz-transform:rotate(225deg); -webkit-transform:rotate(225deg); filter:progid:DXImageTransform.Microsoft.Matrix(M11=-0.7071067811865474, M12=0.7071067811865477,M21=-0.7071067811865477,M22=-0.7071067811865474, SizingMethod='auto expand'); }
.top_cart i { display:block; float:left; width:18px; height:11px; margin-top:10px; overflow:hidden; background:url(icon1.gif) no-repeat -80px -30px; }
.tocart_child { width:280px; padding:5px 10px 10px; line-height:20px; }
.tocart_child p { clear:both; height:100%; padding:5px 0 0; overflow:hidden; }
.check_cart { display:block; float:right; width:108px; height:28px; background:url(top_bg.jpg) 0 -130px; text-align:center; line-height:28px; color:#fff; }
.check_cart:hover { color:#fff; text-decoration:none; }
.tocart_child dl { height:40px; padding:8px 0; overflow:hidden; border-bottom:1px solid #dff0db; }
.tocart_child dt { float:left; }
.tocart_child dd { float:left; }
.tocart_child dd p { width:200px; height:20px; margin-left:8px; padding:0; overflow:hidden; line-height:20px; }
.tocart_child .del { display:block; width:8px; height:8px; margin:18px 0 0 10px; background:url(top_bg.jpg) -120px -130px; }
/*-- 头部第二块开始 --*/
.top2 { height:105px; padding-top:5px; }
.top2 h1 { float:left; width:280px; }
.topsearch { position:relative; z-index:999; float:right; width:500px; margin:12px 12px 0 0; }
.topsearch h3 a { float:left; width:45px; padding-top:2px; line-height:16px; font-size:13px; font-weight:normal; text-align:center; cursor:pointer; }
.topsearch h3 a.hover { width:55px; background:url(top_bg.jpg) no-repeat -85px 0px; font-weight:bold; line-height:20px; color:#474747; }
.topsearth_tab { clear:both; width:500px; height:40px; background:url(top_bg.jpg) repeat-x 0 -75px; }
.topsearth_tabl,.topsearth_tabr { width:5px; height:40px; overflow:hidden; background:url(top_bg.jpg) no-repeat 0 0; }
.topsearth_tabl { width:7px; background-position:-5px 0; }
.topsearth_tabl2 { width:7px; background-position:-12px 0; }
.topsearth_tab form { float:left; width:488px; height:32px; padding:4px 0; overflow:hidden; }
.topsearch .searchtop_input { float:left; width:376px; height:32px; padding:1px 0 0 5px; overflow:hidden; border:0; background:none; color:#999; line-height:32px; }
.topsearth_tab1 .searchtop_input { width:255px; }
.topsearch .searchtop_button { float:right; width:107px; height:32px; overflow:hidden; border:none; background:url(top_bg.jpg) no-repeat 0 -40px; cursor:pointer; }
.searchtop_radio { float:left; width:120px; height:32px; _margin-top:5px; line-height:32px; }
.searchtop_radio input { margin:0 3px; *margin:0 -1px; }
.top_new { height:20px; margin-top:5px; line-height:20px;  }
.top_new a { margin:0 7px; color:#838383; }
.search_jg { z-index:9999; clear:both; position:absolute; top:57px; left:6px; width:380px; border:1px solid #ddd; background:#fff; }
.search_jg a { display:block; height:30px; padding:0 8px; overflow:hidden; line-height:30px; }
.search_jg a:hover,.search_jg a.hover{ background:#f1f1f1; }
/*-- 头部第三块开始 --*/
.top3_bg { height:30px; background:url(bg.jpg) repeat-x 0 -40px; }
.top3 { z-index:1; }
.top3 .allcat { position:relative; float:left;width:220px; height:30px; padding:0 0 0 10px; background:url(cate_bg.png) repeat-x 0 -60px; line-height:30px; }
.top3 .allcat span { display:block; position:absolute; left:10px; top:7px; background:url(cate_bg.png) no-repeat; width:120px; height:17px; }
.top3 .allcat i { display:block; position:absolute; right:10px; top:0; background:url(cate_bg.png) no-repeat -99px -25px; width:20px; height:30px; }
.top3 .allcat i.on { background-position:-74px -25px; }
.top3 p.top_nav { height:30px; overflow:hidden; line-height:30px; }
.top3 p.top_nav a { float:left; padding:0 21px; background:url(bg.jpg) no-repeat right -140px; color:#fff; font-size:14px; }
.top3 p.top_nav a.self { position:relative; left:-1px; padding:0 21px; background:url(bg.jpg) repeat-x 0 -90px; font-weight:bold; }
.top3 p.top_nav a:hover { background:url(bg.jpg) repeat-x 0 -90px; color:#fff; text-decoration:none; }
/*-- 右侧浮动 --*/
.tip_right { position:fixed; _position:absolute; z-index:999; right:10px; top:45%; }
.tip_lucky,.tip_coupon,.tip_weixin,.tip_service,.tip_top { display:block; width:50px; height:50px; border:1px solid #d5d5d5; border-bottom:none; background:#fff url(tip_right.png); }
.tip_coupon { background-position:0 -50px; }
.tip_weixin { background-position:0 -100px; }
.tip_service { background-position:0 -150px; }
.tip_top { background-position:0 -200px; border-bottom:1px solid #d5d5d5; }
.tip_lucky:hover { background:#eee url(tip_right.png) 0 0; }
.tip_coupon:hover { background:#eee url(tip_right.png) 0 -50px; }
.tip_weixin:hover { background:#eee url(tip_right.png) 0 -100px; }
.tip_service:hover { background:#eee url(tip_right.png) 0 -150px; }
.tip_top:hover { background:#eee url(tip_right.png) 0 -200px; }
.tip_service div { display:none; position:absolute; right:50px; bottom:-52px; border:1px solid #d5d5d5; width:175px; padding:10px; background:#fff; }
.tip_service div h3 { width:176px; height:45px; background:url(button.png) no-repeat -30px -525px; text-indent:-1000em; }
.tip_service div h4 { font-size:24px; }
.tip_service div p { line-height:22px; }
.tip_service div p img { vertical-align:middle; }
.tip_weixin span { display:none; position:absolute; right:50px; bottom:-103px; border:1px solid #d5d5d5; background:#fff; }
.tip_weixin span img { display:block; width:250px; height:250px; padding:2px; }
/*---------------------- 分类样式 ----------------------*/
.left_cate { position:relative; z-index:999; width:230px; float:left; margin-top:-400px; }
.cate_tree {  position:relative; background:#8d807a; }
.cate_tree_top { position:absolute; display:none; left:0; top:30px; width:230px; }
.category { position:relative; height:609px; overflow:hidden; border:1px solid #a9a9a9; border-top:0; background:url(cate_bg.jpg) repeat; }
.category dt { padding:8px 8px 3px; height:50px; cursor:pointer; }
.category dt.self { background:#d8d8d8; z-index:8;  }
.category dt a { float:left; color:#414141; margin-left:5px; }
.category dt a:hover { color:#fff; text-decoration:none; }
.category dt.self img { top:9px; }
.cate_arrow { position:relative; float:right; }
.cate_arrow s{ position:absolute; right:5px; top:6px; background:url(cate_bg.png) no-repeat 0 -30px; width:6px; height:9px; overflow:hidden; }
.category dt.self .cate_arrow { display:none; }
.category dt p { clear:both; display:block; height:20px; overflow:hidden; color:#414141; line-height:20px; margin-top:3px; }
.category dt p a { float:none; color:#414141; padding:0 5px; margin:0; display:inline-block; }
.category dd { display:none; }
.sub_category { display:none; position:absolute; left:223px; top:2px; width:750px; padding-bottom:10px; background:#fff; overflow:hidden; border:1px solid #a9a9a9; border-left:none; z-index:9999; }
.cart_cate { float:left; width:490px; }
.cart_cate ul { display:inline; width:220px; float:left; clear:none; margin:4px 4px 0 15px; }
.cart_cate ul h4 { border-bottom:2px solid #9d9d9d; line-height:30px; }
.cart_cate ul p { height:60px; overflow:hidden; line-height:30px; }
.cart_cate ul p a { padding-right:6px; white-space:nowrap; }
.cart_brand { float:right; width:230px; height:100%; margin:10px 10px 0 0; padding:5px 0 5px 10px; background:#eee; }
.cart_brand strong { font-size:14px; color:#663200; }
.cart_brand li { float:left; width:105px; margin:5px 10px 0 0; text-align:center; line-height:20px; }
.cart_brand li img { display:block; width:105px; height:48px; }
/*---------------------- 页脚部分 ----------------------*/
.footer_bg { width:100%; min-width:1200px; margin-top:15px; overflow:hidden; border-top:3px solid #e8e8e8; }
.help_faq dl { width:228px; height:145px; padding:20px 6px 6px; overflow:hidden; }
.help_faq dt { height:30px; overflow:hidden; }
.help_faq1,.help_faq2,.help_faq3,.help_faq4,.help_faq5 { float:left; width:120px; height:30px; background:url(bg_footer.jpg) no-repeat; text-indent:-100em; }
.help_faq2 { background-position:0 -60px; }
.help_faq3 { background-position:0 -120px; }
.help_faq4 { background-position:0 -180px; }
.help_faq5 { background-position:0 -240px; }
.help_faq dd a { display:block; padding-left:5px; line-height:20px; color:#010101; }
.help_faq dd a:hover { text-decoration:none; color:#c00; }
.site { clear:both; border:1px solid #e6e6e6; background:url(bg.jpg) repeat-x 0 -410px; }
.site li { float:left; width:239px; }
.site1,.site2,.site3,.site4,.site5 { display:block; width:180px; height:60px; margin:auto; background:url(bg_footer.jpg) -170px 0; text-indent:-1000em; }
.site2 { background-position:-170px -60px; }
.site3 { background-position:-170px -120px; }
.site4 { background-position:-170px -180px; }
.site5 { background-position:-170px -240px; }
.footer_nav { padding:15px 0 3px; text-align:center; color:#ccc; }
.footer_nav a { padding:0 8px; }
.footer_info { padding-bottom:15px; text-align:center; line-height:20px; }
.footer_info a:hover { color:#c00; }
.footer_info .copy3 a { color:#36c; padding-left:0; }
/*--- 友情链接 ---*/
.friendlink h3 p { float:right; font-size:12px; color:#ccc; font-weight:normal; line-height:26px; }
.friendlink h3 p a { float:none; padding:0 6px; }
.friendlink h3 span { background-position:-150px -100px; } 
.friendlink div { padding:4px 4px 8px 4px; line-height:25px; }
.friendlink div a { float:left; padding:5px; }
.friendlink img { width:88px; height:31px; }
/*-- 标题样式　(titlea:灰色背景  titleb:无背景 有border-bottom  titlec:无背景 有border-bottom 文字) --*/
.titlea { height:28px; padding:0 8px; line-height:28px; background:#f4f4f4; }
.titlea span,.titleb span { float:left; width:72px; height:24px; margin:2px 0; overflow:hidden; background:url(title.png) no-repeat; text-indent:-1000em; }
.titlea a,.titleb a { float:right; font-weight:normal; font-size:12px; color:#999; }
.titleb { height:24px; padding:0 0 5px; line-height:24px; border-bottom:2px solid #e5e5e5; }
.titleb span{ margin:0; }
.titlec { height:32px; border-bottom:2px solid #d8d8d8; line-height:32px;}
.titlec span { float:left; font-size:14px; color:#343434; }
.titlec a { float:right; font-size:12px; font-weight:normal; }
.titlec p { float:right; margin-right:5px; color:9c9c9c; }
.titlec p a { padding:0 4px; color:#9c9c9c; }
/*-- 按钮 button　--*/
.button1,.button { display:inline-block; border:none; background:url(button.png) no-repeat -205px -330px; height:20px; width:60px; line-height:18px; *line-height:22px; text-align:center; overflow:hidden; }
.button1:hover,.button:hover { text-decoration:none; }
.sea_button { }
.button2 { height:22px; line-height:20px; line-height:18px\9; text-align:center; margin-top:-3px; }
.button3 { width:80px; height:30px; border:0; background:url(button.png) -510px -160px; }
.blue_but,.yellow_but,.green_but,.gray_but{ display:block; width:70px; height:25px; border:none; background:url(button.png); line-height:25px; color:#fff; text-align:center; }
.blue_but { background-position:-400px -300px; }
.yellow_but { background-position:-400px -330px; }
.green_but { width:91px; height:30px; background-position:-400px -230px; line-height:30px; }
.gray_but { width:91px; height:30px; background-position:-400px -265px; line-height:30px; color:#3f3f3f; }
.pink_but,.gray_but1 { display:block; width:76px; height:22px; margin-top:4px; border:none; background:url(button.png) -510px -110px; line-height:22px; color:#fff; font-weight:bold; text-align:center; line-height:22px; }
.gray_but1 { background-position:-510px -135px; color:#333; font-weight:normal; }
.mem_button,.yl_button,.no_button,.new_button{ display:inline-block; border:none; background:url(button.png) no-repeat; width:73px; height:24px; }
.mem_button { background-position:-205px -155px; }/*确定按钮*/
.yl_button { background-position:-205px -185px; }/*预览按钮*/
.no_button { background-position:-205px -215px; }/*确定按钮 灰色*/
.new_button { width:65px; height:26px; margin-left:6px; border:0; background:url(button.png) -205px -275px; text-align:center; color:#fff; font-weight:bold; line-height:26px; font-size:12px; }
/*-- 表格样式 --*/
.table_list { width:100%; border:solid 1px #e4e4e4; border-collapse:collapse; line-height:18px; margin:0 auto; }
.table_list th { background:#f7f7f7; border:solid 1px #e4e4e4; padding:0 10px; height:26px; line-height:26px; font-weight:normal; }
.table_list th.fd { font-weight:bold; }
.table_list th.fcl { padding-right:0; }
.table_list td { padding:6px 10px; border:solid 1px #f1f1f1; }
.table_list .fcl img { margin-right:6px; }
/*-- text --*/
.text,.text2 { height:19px; line-height:19px; border:solid 1px #dfdfdf; font-size:12px; font-family:Verdana; }  
.text2 { float:left; padding:2px; }
.text_2 { width:212px; }
.text_3 { width:282px; }
.text_32 { width:270px; }
.text_33 { width:274px; }
.text_5 { width:190px; }
.text_55 { width:182px; }
.textarea { border:solid 1px #dfdfdf; font-size:12px; font-family:Verdana; width:99.8%; }
.addpp select { width:95px; }
.text[type=file] { height:auto; line-height:normal; }
/*-- 弹出框 --*/
#block { display:none; position:absolute; z-index:1001; top:0%; left:0%; width:100%; height:100%; background-color:black; -moz-opacity:0.4; opacity:.40; filter:alpha(opacity=40); }
.close { position:absolute; right:-15px; top:-15px; cursor:pointer; background:url(close.png); _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="images/default/close.png"); _background:none; width:30px; height:30px; }
.newopen { display:none; position:absolute; z-index:9999; width:650px; padding:15px; margin:0 auto; border:solid 5px #ccc; background:#fff; }
/*-- 小图标 --*/
.mem_new,.jian,.wenhao,.da { display:inline-block; background:url(icon2.gif) no-repeat; }
.mem_new { float:left; width:13px; height:20px; background-position:0 -445px; }
.wenhao { float:left; width:16px; height:16px; margin-top:4px; background-position:0 -310px;} 
.jian { float:left; width:18px; height:18px; background-position:2px -329px; }
.da { width:14px; height:13px; background-position:0 -295px; }
.bigyes{ display:inline-block; width:70px; height:70px; background:url(button.png) no-repeat -530px 0; }
.pu { position:absolute; background:url(pu.png) no-repeat;  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/default/pu.png'); /* IE6 */ _background-image:none; width:59px; height:55px; right:0; top:0; z-index:9999; }
/*-- 弹出的黑色背景提示框 --*/
.tipsy { padding:5px; background-repeat:no-repeat; background-image:url(tipsy.gif); text-shadow:none; }
.tipsy-inner { padding:5px 8px 4px; background-color:black; color: white; max-width:200px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position:top center; }
.tipsy-south { background-position:bottom center; }
.tipsy-east { background-position:right center; }
.tipsy-west { background-position:left center; }
/*-- 带小图标的提示信息 --*/
.icon_info,.icon_waring,.icon_error,.icon_success { float:left; width:14px; height:14px; margin:1px 5px 0 0; background:url(icon.gif) no-repeat; }
.icon_info { background-position:-220px 0; }
.icon_waring { background-position:-235px 0; }
.icon_error { background-position:-250px 0; }
.icon_success { background-position:-265px 0; }
.alert_info,.alert_warning,.alert_error,.alert_success { float:left; margin-left:8px; padding:3px 10px; cursor:pointer; }
.alert_info { border:1px solid #b2c8ff; background:#e6f5fd; }
.alert_warning { border:1px solid #edbf06; background:#fcf2a5; }
.alert_error { border:1px solid #E9594D; background:#FDDCD8; }
.alert_success { border:1px solid #8FCE7E; background:#D6EED2; }
.alert_info2 { height:100%; padding:3px 10px; overflow:hidden; cursor:pointer; } 
.alert_info2 { border:1px solid #b2c8ff; background:#e6f5fd; }
.page_error_tip { margin-bottom:8px; padding:0 8px; border:1px solid #E9594D; background:#FDDCD8; line-height:26px; }
.page_error_tip span { margin:6px 8px 0 0; }
.page_error_tip a { margin:0 10px; color:#c00; font-weight:bold; }
/*-- 购物车为空 没有开商铺 商城正在维护 --*/
.cart_none { margin:6px 0; padding:15px 0; }
.cart_none a { display:block; background:url(no.jpg) no-repeat -264px 0; width:370px; height:220px; margin:0 auto; }
.shop_none { margin:6px 0; padding:15px 0; }
.shop_none a { display:block; background:url(no.jpg) no-repeat -634px 0; width:300px; height:220px; margin:0 auto; }
.login_none { margin:6px 0; padding:15px 0; }
.login_none p { display:block; background:url(no.jpg) no-repeat 0 0; width:265px; height:220px; margin:0 auto; }
.login_none p span { display:none; }
.data_none { float:left; width:954px; padding:50px 0; }
/*---------------------- 主子站共有部分 ----------------------*/
/*-- 商家服务态度 发货速度 --*/
.star_0,.star_1,.star_2,.star_3,.star_4,.star_5 { display:inline-block; background:url(icon1.gif) no-repeat; width:60px; height:11px; margin-top:2px; overflow:hidden; }
.star_5 { background-position:0 -170px; }
.star_4 { background-position:0 -190px; }
.star_3 { background-position:0 -210px; }
.star_2 { background-position:0 -230px; }
.star_1 { background-position:0 -250px; }
.star_0 { background-position:0 -270px; }
/*-- 认证 --*/
.cert,.uncert  { display:inline-block; width:90px; height:98px; background:url(button.png) no-repeat 0 -420px; }
.uncert { background-position:-90px -420px; }
.cert0,.uncert0,.cert1,.uncert1,.xb,.unxb { display:inline-block; background:url(icon1.gif) no-repeat;  }
.cert0,.uncert0,.cert1,.uncert1 { width:32px; height:20px; overflow:hidden; }
.xb,.unxb { width:21px; height:20px; cursor:pointer; }
.cert1 { background-position:-40px 0; }
.uncert0 { background-position:-80px 0; }
.uncert1 { background-position:-120px 0; }
.xb { background-position:-183px -2px; }
.unxb { background-position:-158px -2px; }
/*-- 免邮 推荐 热门 --*/
.free_deliver,.good_sale,.good_hot { display:block; float:left; width:33px; height:17px; margin-right:3px; background:url(icon1.gif) -240px 0; }
.good_sale { background-position:-275px 0; }
.good_hot { background-position:-310px 0; }
/*-- 好评中评 --*/
.rate_good,.rate_soso,.rate_bad { display:inline-block; width:14px; height:16px; margin-right:5px; background:url(icon1.gif) no-repeat; }
.rate_good { background-position:0 -30px; }
.rate_soso { background-position:-15px -30px; }
.rate_bad { background-position:-30px -30px; width:17px; height:17px; }
/*-- 信用评价 --*/
.seller_class_0,.seller_class_1,.seller_class_2,.seller_class_3,.seller_class_4,.seller_class_5,.seller_class_6,.seller_class_7,.seller_class_8,.seller_class_9,.seller_class_10,.seller_class_11,.seller_class_12,.seller_class_13,.seller_class_14,.seller_class_15,.seller_class_16,.seller_class_17,.seller_class_18,.seller_class_19,.seller_class_20,.buyer_class_0,.buyer_class_1,.buyer_class_2,.buyer_class_3 ,.buyer_class_4,.buyer_class_5,.buyer_class_6,.buyer_class_7,.buyer_class_8,.buyer_class_9,.buyer_class_10,.buyer_class_11,.buyer_class_12,.buyer_class_13,.buyer_class_14,.buyer_class_15,.buyer_class_16,.buyer_class_17,.buyer_class_18,.buyer_class_19,.buyer_class_20 { background:url(icon1.gif) no-repeat; width:88px; height:16px; float:left; margin-top:3px; }
.seller_class_0,.buyer_class_0,.seller_class_1,.seller_class_6,.seller_class_11,.seller_class_16,.buyer_class_1,.buyer_class_6,.buyer_class_11,.buyer_class_16 { width:16px; }
.seller_class_2,.seller_class_7,.seller_class_12,.seller_class_17,.buyer_class_2,.buyer_class_7,.buyer_class_12,.buyer_class_17 { width:34px; }
.seller_class_3,.seller_class_8,.seller_class_13,.seller_class_18,.buyer_class_3,.buyer_class_8,.buyer_class_13,.buyer_class_18 { width:52px; }
.seller_class_4,.seller_class_9,.seller_class_14,.seller_class_19,.buyer_class_4,.buyer_class_9,.buyer_class_14,.buyer_class_19 { width:70px; }
.seller_class_5,.seller_class_10,.seller_class_15,.seller_class_20,.buyer_class_5,.buyer_class_10,.buyer_class_15,.buyer_class_20 { width:88px; }
.seller_class_0,.buyer_class_0 { background-position:0 -60px; } 
.seller_class_1,.seller_class_2,.seller_class_3,.seller_class_4,.seller_class_5,.buyer_class_1,.buyer_class_2,.buyer_class_3,.buyer_class_4,.buyer_class_5 { background-position:0 -80px; }
.seller_class_6,.seller_class_7,.seller_class_8,.seller_class_9,.seller_class_10,.buyer_class_6,.buyer_class_7,.buyer_class_8,.buyer_class_9,.buyer_class_10 { background-position:0 -99px; }
.seller_class_11,.seller_class_12,.seller_class_13,.seller_class_14,.seller_class_15,.buyer_class_11,.buyer_class_12,.buyer_class_13,.buyer_class_14,.buyer_class_15 { background-position:0 -118px; }
.seller_class_16,.seller_class_17,.seller_class_18,.seller_class_19,.seller_class_20,.buyer_class_16,.buyer_class_17,.buyer_class_18,.buyer_class_19,.buyer_class_20 { background-position:0 -138px; }
/*-- 下一页样式 --*/
.page { clear:both; margin-top:10px; padding:8px 0; text-align:center; }
.page1 { border-top:solid 1px #e4e4e4; }
.page a { color:#c00; text-decoration:underline; }
.page span { padding:0 5px; color:#c00; font-weight:bold; }
.page .inp { width:20px; height:16px; margin:0 6px; border:solid 1px #e4e4e4; }
.page_go { display:inline-block; width:25px; height:17px; border:none; background:url(icon1.gif) no-repeat -210px 0; }