﻿@charset "utf-8";
/* 
 By:luojuan
 公用样式统一用 e_ 开头
*/
/*提示语句的样式！！*/

*{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "microsoft yahei";
}
h1,h2,h3,h4{font-weight:normal;
}
.spanPointout
{ color:#0066ff; padding-left:4px;}

/*警告语句的样式！！*/
.spanAlert
{ color:#ff1200; padding-right:4px;}
/*弹出窗口样式*/
#WinAlertDiv_comment {
	BACKGROUND-COLOR: #ffffff; WIDTH: 445px; border:1px solid #c1282d;
	position: fixed; top:50%; margin-top:-80px; left:50%; margin-left:-222px;
    z-index: 9999; _position:absolute;_top: expression(documentElement.scrollTop + 110); 
}
#WinAlertDiv {
	BACKGROUND-COLOR: #ffffff; WIDTH: 445px; border:1px solid #c1282d;
	position: fixed; top:50%; margin-top:-80px; left:50%; margin-left:-222px;
    z-index: 9999; _position:absolute;_top: expression(documentElement.scrollTop + 280); 
}
.WinAlertBox {
	WIDTH: 445px;
}
.WinAlertHead {
   height:16px; line-height:16px; padding:6px 8px 8px 8px; BACKGROUND:#c1282d;  COLOR: #fff; FONT-SIZE: 12px; OVERFLOW: hidden;
}
.WinAlertHead SPAN {
	DISPLAY: inline; FLOAT: left; COLOR: #fff; FONT-SIZE: 14px;font-weight: normal;
}
.WinAlertHead a{color: #FFFFFF; display: inline;float: right; height: 13px;text-decoration: none;font-size:13px;line-height:13px;font-family: Simsun;}
.WinAlertHead a:hover{color: #FFFFFF; display: inline;float: right; height: 13px;text-decoration: none;font-size:13px;line-height:13px;text-decoration:underline;}
.WinAlertHead A IMG {
	 DISPLAY: inline;padding-right:0px;vertical-align:middle;padding-right: 3px;
}

#ResetInfoDiv {
	BACKGROUND-COLOR: #ffffff; WIDTH: 445px; border:1px solid #c1282d;
	position: fixed; top:50%; margin-top:-80px; left:50%; margin-left:-222px;
    z-index: 9999; _position:absolute;_top: expression(documentElement.scrollTop + 280); 
}
.ResetInfoBox {
	WIDTH: 445px;
}
.ResetInfoHead {
   height:16px; line-height:16px; padding:6px 8px 8px 8px; BACKGROUND:#c1282d;  COLOR: #fff; FONT-SIZE: 12px; OVERFLOW: hidden;
}
.ResetInfoHead SPAN {
	DISPLAY: inline; FLOAT: left; COLOR: #fff; FONT-SIZE: 14px;font-weight: normal;
}
.ResetInfoHead a{color: #FFFFFF; display: inline;float: right; height: 13px;text-decoration: none;font-size:13px;line-height:13px;font-family: Simsun;}
.ResetInfoHead a:hover{color: #FFFFFF; display: inline;float: right; height: 13px;text-decoration: none;font-size:13px;line-height:13px;text-decoration:underline;}
.ResetInfoHead A IMG {
	 DISPLAY: inline;padding-right:0px;vertical-align:middle;padding-right: 3px;
}


.ECon {
	WIDTH: 400px; DISPLAY: block
}
.ECon P {
	PADDING-BOTTOM: 10px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 10px
}
.Econ_msg {
	text-align:left; padding-left:6px;
}
.Econ_msg SPAN {
	COLOR: #666666
}
.Econ_img {
	TEXT-ALIGN: center; PADDING-TOP: 5px;
}
/*弹出窗口样式结束*/

body, h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, dt, dd, ul, ol, li, form, fieldset, legend, input, textarea, button, th, td { margin:0; padding:0; }

span.dsfs
{ border:1px solid #C1282D; padding:0px 4px; background-color:#ffffef;display:block; height:19px;line-height:19px;}


/* 修复IE6连续英文不折行导致页面布局崩溃 */
body { _word-break:break-all; }
/* 专有属性修复IE7，IE8浏览器强制缩放图片失真 */
img { -ms-interpolation-mode:bicubic; }
fieldset, img{border:0;}
input, label, option, textarea, button, fieldset, legend{font:12px/18px  Arial, Simsun, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
select,input,button,textarea{ font-size:100%; }/* 使表单元素能继承父级字体大小 */
textarea{overflow-y:auto;}/* 去除IE下textarea滚动条 */
table{/*border-collapse:collapse;border-spacing:0;*/font:12px/18px Arial, Simsun, Helvetica, sans-serif;}
ul, li,ol { list-style:none outside; }/* outside重置IE6,7缩进 */
 
/* 易优百的默认样式 */
html, legend { color:#333; background:#FFF; }
body{background-color:#FFFFFF;font:12px/18px  Arial, Simsun, Helvetica, sans-serif;color:#616161;}
del {font: 12px/150% Arial,Verdana,"\5b8b\4f53"; text-decoration:line-through; color:#333; }/* 避免删除线造成数字8视觉上为0 */
/* M18 IE6下调用莫名失效 */
h1, h2, h3, h4, h5, h6 { _font-size:100%; _font-weight:normal; }
select,input, button, textarea { _font-size:100%; }
hr { color: #E4E4E4; background-color: #E4E4E4; border: none; height: 1px; }
/* 默认链接 */
a:link, a:visited {text-decoration:none;color:#777;}
a:hover {text-decoration:underline;color:#B0272D;}
/*-----------------------------------------------------------------------------*/
/*--=clearfix--*/
.clearfix:after { content:""; display: block; visibility:hidden; height: 0; clear: both; }
.clearfix { zoom: 1;}
.clear{ clear: both; overflow: hidden; font-size:0; width:0; height:0;}
/*top1*/
/*update 2012-08-21 start*/
.e_top-nav {
    background:url("../images/head_bg.gif") repeat-x scroll 0 0 transparent;
    border-width: 0px 0px; border-style: solid none;
	height: 28px; position: relative; z-index: 20;
	}

.e_top-nav {
    background:url("../images/head_bg.gif") repeat-x scroll 0 0 transparent;
    border-width: 0px 0px; border-style: solid none;
	height: 28px; position: fixed; width:100%; z-index: 20;top:0
	}

.e_top-nav-new {
    background:url("../images/head_bg.gif") repeat-x scroll 0 0 transparent;
    border-width: 0px 0px; border-style: solid none;
	height: 28px; position: relative; z-index: 20;
	}

/*update 2012-08-21 start*/
.top-nav-bd{ border-top:0; padding:0px 0 0px 0;width:1000px; margin:0 auto;height:28px;line-height: 28px;color:#333;}

.loginInfo {
	width: 540px; float: left; display: inline; position: relative;color:#333;text-align:left;
}
.loginInfo p {
	width: 249px; height: 40px; right: 0px; bottom: 0px; position: absolute;
}
.loginInfo a {
	color:#333
}
.loginInfo a:link {
	color:#333
}
.loginInfo a:hover {
	color:#B0272D
}
.topR {
	width: 450px; text-align: right; color: rgb(227, 227, 227); float: right;
}

#topR_nav .topR_menu LI {BACKGROUND:url(../images/mbg.gif) no-repeat;}

#topR_nav {Z-INDEX: 10000; MARGIN: 2px auto; COLOR: #333; LINE-HEIGHT: 19px; POSITION: relative; HEIGHT: 22px}
#topR_nav A {COLOR: #333}
#topR_nav A:hover {COLOR: #B0272D}

#topR_nav .topR_menu {RIGHT: 0px; POSITION: absolute; TOP: 0px;}
#topR_nav .topR_menu  LI {PADDING-RIGHT: 10px; BACKGROUND-POSITION: right 6px; PADDING-LEFT: 10px;
 FLOAT: left; PADDING-BOTTOM: 0px; MARGIN-LEFT: -1px; PADDING-TOP: 2px}
#topR_nav .topR_menu LI.last {BACKGROUND: none transparent scroll repeat 0% 0%; margin-top:1px;}
#topR_nav .topR_menu LI.menu-item {POSITION: relative;z-index:888}


#topR_nav .topR_menu_hd {PADDING-RIGHT: 8px; DISPLAY: block; PADDING-LEFT: 8px; Z-INDEX: 9999; PADDING-BOTTOM: 0px; 
 CURSOR: pointer; PADDING-TOP: 0px; POSITION: relative; HEIGHT: 20px;text-align:center;_DISPLAY:inline-block; z-index:0;line-height:20px;}
#topR_nav .topR_content .topR_menu_hd { PADDING-TOP: 1px; _padding-top: 1px}

#topR_nav .menu  a:hover{color:#fff}
#topR_nav .topR_menu_bd {BORDER-RIGHT: #E2051B 2px solid; BORDER-TOP: #E2051B 2px solid; DISPLAY: none; Z-INDEX: 10001;
 RIGHT: 0px; _right:10px; BACKGROUND: #fff; BORDER-LEFT: #E2051B 2px solid; BORDER-BOTTOM: #E2051B 2px solid; POSITION: absolute; TOP: 20px;}
#topR_nav .topR_menu_panel {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px;}

.topR_menu_panel_content A{
display:block;
z-index:9999;
text-align:left;
line-height:22px;
padding-left:7px;
}

#topR_nav .topR_menu_panel_content A:hover{
display:block;
z-index:9999;
text-align:left;
line-height:22px;
color:#B0272D;
padding-left:7px;
}
#topR_nav .topR_menu_cx_content A:hover
{color:#B0272D;}
.mycount{ width:64px; text-align:center;}
/*change by zheng 2013/5/03*/
.mycount_search{ width:106px;text-align:center;}
/*change by zheng 2013/5/03 end*/
.mycount_vip{width:82px;}
#topR_nav  .mycount_vip a{border-bottom: dotted #999999 1px;}
#topR_nav .mycount a{ width: auto; border-bottom: dotted #999999 1px;}
#topR_nav .mycount a:hover{ width: auto;}
.topsearch{ text-align:center;}
#topR_nav .topsearch a{ width: auto; display: block; padding:2px 15px; }
#topR_nav .topsearch a:hover{ display: block;}
/*易币储蓄罐*/
#topR_nav .topR_menu_cx {
PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 6px; PADDING-TOP: 10px;
}
#topR_nav .topR_menu_cx_content{
   display:block;
width:150px;
cursor: pointer;
}

#topR_nav .menu a.topR_menu_hd{background: url(../images/arrow.gif) right 1px no-repeat; padding-right:12px;}
#topR_nav .menu a.topR_menu_hd:hover{ background:#E2051B; text-decoration: none;}
#topR_nav .menu:hover .topR_menu_hd{ BACKGROUND: white; MARGIN: 0px; BORDER-BOTTOM: #E2051B1px;
background:#E2051B url(../images/arrow.gif) right -20px no-repeat;color:#fff;text-decoration:none;}


#topR_nav .menu-item-opp .topR_menu_bd {LEFT: 0px}
#topR_nav .menu {POSITION: relative}

#topR_nav .hover .topR_menu_hd {BORDER-RIGHT: #bfbfbf 1px solid; BORDER-TOP: #bfbfbf 1px solid; BACKGROUND: white; MARGIN: 0px;
 BORDER-LEFT: #bfbfbf 1px solid; BORDER-BOTTOM: #bfbfbf 1px}
#topR_nav .menu:hover .topR_menu_bd {DISPLAY: block;}
#topR_nav .hover .topR_menu_bd {DISPLAY: block}



.topR_con,.topR_acq,.topR_total{width:148px;display: block;}

.topR_con_nu,.topR_acq_po,.topR_total_po{font-family: Arial; color: #E2051B;font-weight: normal; float: left;text-align: center;
}
.topR_con{ border-bottom: #ccc 1px dotted;  height: 20px; text-align:left;}
.topR_con_lo{float: left; width: 58px; display: block;}
.topR_con_lono{ color:#ff6600;}
.topR_con_nu{  width: 22px; overflow: hidden;}
.topR_con_da{width: 8px; float: left; display: block;}

.topR_acq{  height: 22px; text-align: right; line-height: 22px;float: right; padding-top: 2px;}
.topR_acq_lo{width: 65px; display: block; float: left;}
.topR_acq_po{float:left; padding-left:4px; padding-right:4px;}
.topR_acq_da{width: 28px; display: block; font-family: Arial;float: left;}

.topR_total{ height: 22px; text-align: right; line-height: 22px;float: right; padding-top: 2px;}
.topR_total_lo{float: left; width: 65px; display: block;}
.topR_total_po{ float:left; padding-left:4px; padding-right:4px;}
.topR_total_da{width: 28px; float: left; display: block;font-family: Arial;}

 
.loginsina {
    line-height: 30px;
    padding-left: 38px;
    position: relative;
}
.loginsina b {
    background: url("../images/head_sina.gif") no-repeat;
    height: 15px;
    left: 19px;
    overflow: hidden;
    position: absolute;
    top:0px;
    width: 16px;
}
/*Added 2012-11-15 start*/
.loginfav {
    line-height: 30px;
    position: relative;
	padding-left:15px;
}
.loginfav  i{
    background: url("../images/h_star.gif") no-repeat;
    height: 19px;
    left: -1px;
    overflow: hidden;
    position: absolute;
    top:-2px;
    width: 15px;
}
/*Added 2012-11-15 end*/
#topR_nav .login{ width: 200px;}
#topR_nav .login .topR_con{ width: 200px; text-align:center;}
 
/*top2*/
/*update 2012-11-15 start*/
.e_header{ border-top:0; padding:0px 0 0px 0;width:1000px; margin:0 auto;height:100px;color:#333;font-family:Arial;position:relative;z-index:11; padding-top:28px}
/*update 2012-11-15 end*/

/*update 2012-11-15 start*/
.e_header_new{ border-top:0; padding:0px 0 0px 0;width:1000px; margin:0 auto;height:100px;color:#333;font-family:Arial;position:relative;z-index:11;}
/*update 2012-11-15 end*/


.e_header_change {padding-left:5px;padding-right:5px;position:absolute;z-index:5}


/*购物车*/
#e_mycart-list {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #E2051B;
    padding: 0 5px 5px;
    text-align: left;
    width: 342px;
	 color: #777;
	 overflow:hidden;
}
#e_mycart-list  .item{
   border-bottom: 1px dotted #DCDCDC;
}
#e_mycart-list dl {
    height: auto; _height: 70px;
    overflow: hidden;
    padding-bottom:0px;
}
#e_mycart-list strong {
    color: #E2051B;
}
#e_mycart-list .p-img {
    float: left;
    margin-right: 6px;
    width: 50px;
	height: auto; _height:80px;
	line-height:80px;
	margin-top:4px;
}
#e_mycart-list .p-img img {
    width:50px; max-height:50px; *max-height:60px; overflow:hidden;display:inline-block;
}
#e_mycart-list .p-name {
    float: left;
    line-height: 20px;
    margin-top: 10px;
    width: 220px;
	 color: #777;
}
#e_mycart-list .extra {
 color: #777;
    float: left;
    height: 40px;
    line-height: 20px;
    text-align: left;
    width: 90px;
}
#e_mycart-list .extra a {
    color: #777;
}
#e_mycart-list .total {
    text-align: right; width:280px;
}

#e_mycart-list .btn-payforgoods{
    display:block;
    background-color:#E2051B;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font: normal 12px/18px Simsun,Helvetica,sans-serif;
    line-height:130%;
    text-decoration:none;
    color:#fff;
    cursor:pointer;
    width:100px;
    height:25px;
    line-height:25px;
    text-align:center;
    float:right;
}
#e_mycart-list  a.btn-payforgoods:hover{text-decoration:underline;}
/*搜索层*/
.e_popsearch{
   position:relative;width:1000px;margin:0 auto;z-index: 9999
}
#e_popsearch_con{
	width:499px;background-color:#fff;POSITION: absolute;top:-12px;left:215px;_left:213px;background-color:#fff;border:1px #E2051B solid;z-index:8888
}
#e_popsearch_con ul{background-color:#fff;}
#e_popsearch_con  li {position:relative; height:30px; line-height:30px; font-size:14px;}
#e_popsearch_con  li  a {float:left;height:30px;
font:normal 14px/28px "\5B8B\4F53",黑体;
color:#777;line-height:30px;text-indent:0.5em;}

#e_popsearch_con  li  a:hover {color:#777;text-decoration:none;height:30px;line-height:30px;background-color:#f5f5f5;}
/*用来遮罩*/

#e_suggestNormal{float:left;height:30px;
font:normal 14px/28px "\5B8B\4F53",黑体;
color:#777;line-height:30px;text-indent:0.5em;}
#e_suggestSelected{color:#777;text-decoration:none;height:30px;line-height:30px;background-color:#f5f5f5;width:505px;}

#NContainer{
 margin:0px auto;
 z-index:1;
}

.e_nav_city {position:relative;width:1000px;margin:0 auto;
z-index: 9999
}

.belowdiv{position: fixed; z-index:8888;width: 100%;height: 100%;top: 0;left: 0;filter: alpha(opacity=60);opacity: 0.4;overflow: hidden;display:none;}
/*html { background:url(*) fixed; }*/
*html body { margin:0; height:100%; }
*html .belowdiv{ position: absolute; left: expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth); 
top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
 }
 
#citydiv {
position:absolute;
width:591px;
height:276px;
top:80px;
left:210px;
z-index:9999
}
#NContainer{
 margin:0px auto;
 z-index:1;
}
#NewOrder{
  margin:0px;
  padding:0px;
   z-index:1;
}
#NewFooter{
  margin:0px;
  padding:0px;
   z-index:1;
}
#NewContent{
  margin:0px auto;
  width:1003px;
   z-index:1;
   
}
#NewOLeft{
  float:left;
  width:180px;
  margin:0px;
}
#NewORight{
 width:803px;
 overflow:hidden;
 padding-top:6px;
}
#NewMenu{
  margin:0px auto;
  width:1003px;
}
#NewORightE{
 width:803px;
 overflow:hidden;
 padding-top:0px;
}

 /*弹出城市*/
 
.e_city_area {
    background-color: #FFFFFF;
    border: 1px solid #c1282d;
    font-family: SimSun,Arial,Helvetica;
    width: 670px;
    z-index: 99;
}

.e_city_area div.a_title {
    background-color: #c1282d;
    border-bottom: 1px solid #E09396;
    color: #FFFFFF;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px 10px;
    text-align: left;
}

.e_city_area div.a_title A {
    color: #FFFFFF;
    display: inline;
    float: right;
    height: 25px;
    text-decoration: none;
	font-size:13px;
	line-height:25px;
}
.e_city_area div.a_title A:hover {
    color: #FFFFFF;
    display: inline;
    float: right;
    height: 25px;
    text-decoration: underline;
	font-size:13px;
	line-height:25px;
}
.e_city_area div.a_title IMG {
    display: block;
    margin-right: 5px;
    margin-top: 7px;
    vertical-align:middle;
}
.e_city_area div.a_title SPAN {
    color: #FFFFFF;
    display: inline;
    float: left;
	font-size:14px;
	font-weight: normal;
}

#citydiv .e_city_area dt a{ display: block; width: 68px; height: 24px; background: #f15a24; border:0px; line-height: 24px; color: #fff; margin: 15px auto 0; _margin: 28px auto 0;}
#citydiv .e_city_area dt a:hover,.e_city_area dt a.Select{ background: #fbb03b; border: solid #fcc46c 1px; text-decoration: none; color: #fff;}
.e_city_area dd span{ font-weight: normal;margin-bottom:-9999px;
    padding-bottom:9999px;}
.e_city_area dd p {
	line-height: 24px;
	border: solid 0;
	text-align: left;
	font-weight: normal;

}
.e_city_area div.a_title  a{
   color: #FFFFFF;   
}
.e_city_area a.fr {
    color: #FFFFFF;
    padding-right: 18px;
	float:right;
	font-size:12px;
}
.e_city_area p {
    border-bottom: 1px solid #CCCCCC;
    line-height: 72px;
    padding-top: 0;
    text-align: center;
}
.e_city_area dl {
    clear: both;
    overflow: hidden;
	margin-left:5px;
	margin-left:5px;
    border-bottom: 1px dotted #CCCCCC;
    
}
.e_city_area dl.last {
    margin-bottom: 10px;
	margin-top: 10px;
}
.e_city_area dt, .e_city_area dd {
    float: left;
    line-height: 23px;
    padding: 10px 0px 20px 0px;
}
.e_city_area dt {
    background: none repeat scroll 0 0 #fff; 
    border-right: 1px dotted #CCCCCC;
    text-align: center;
    width: 118px;
    margin-bottom:-9999px;
    padding-bottom:9999px;
}
/*
.e_city_area dt,.e_city_area dd{ height: 57px; _height: 59px;}
*/
.e_city_area dd {
    background: none repeat scroll 0 0 #fff;
    width: 535px;
	padding-left: 10px;
}
.e_city_area dd a {
    float: left;
    text-align: center;
    width: 61px;
	height: 21px;
	line-height:21px;
	background: #f2f2f2;
	border: solid #777777 1px;
	margin-right:20px;
	margin-top: 5px;
}
.e_city_area dd a:link,.e_city_area dd a:hover,.e_city_area dd a:visited{ color:#000;}
.e_city_area p a {
    color: #4484DB;
}
.e_city_area p a:hover {
    color: #B0272D;
}
.e_city_area dd a:hover {
    background: none repeat scroll 0 0 #999999;
    color: #fff;
    text-decoration: none;
}
.e_city_area dd a.selected {
    background: none repeat scroll 0 0 #E2051B;
    color: #FFFFFF;
}
.e_city_area dd a.selected:hover {
    background: none repeat scroll 0 0 #E2051B;
    color: #FFFFFF;
}
.e_city_area dl.last dt, .e_city_area dl.last dd {
    border-bottom: 1px solid #CCCCCC;
}
.e_city_area dl.first dt, .e_city_area dl.first dd {
    border-top: 0px solid #CCCCCC;
}
.e_city_area p.poptips {
    border-bottom: 0 none;
    color: red;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 15px;
}
.e_city_area p.ip_tips {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 0 none;
    color: #777;
    font-size: 12px;
    line-height: 25px;
    padding: 0 48px 0 20px;
    text-align: left;
}

/* 头部_s */
.e_header_change{ width:1000px;margin:0 auto; text-align:left; position:absolute; padding:10px 0;z-index:1;}
/*update 2012-11-15 start*/
/*.e_header_change .i_logo{ width:190px; height:58px; display:block; float:left;padding-left:0px;}
.e_header_change .i_logo a{ float:left;width:130px; height:60px; display:block; position:relative; line-height:60px;cursor:pointer;margin-top:10px;}
.e_header_change .i_logo a b{background:url(../images/logo.gif) no-repeat;width:130px; height:60px; position:absolute;top:0; left:0; }*/
.e_header_change .i_logo{ width:210px; height:84px; display:block; float:left;padding-left:0px;}
.e_header_change .i_logo h1{font-weight: normal;font-size:12px;color:#333333;padding-left:6px;padding-top:2px;}
.e_header_change .i_logo .area{width:210px;}
.e_header_change .i_logo .area .logo{background:url(../images/logo.gif) no-repeat;width:130px; height:60px; float:left;cursor:pointer;}
.e_header_change .i_logo .area .speed{float:left;padding-left:11px;width:55px;color:#808080;}
.e_header_change .i_logo .area .speed .speed_w{padding-top:7px;}
.e_header_change .i_logo strong{font-weight: normal;font-size:12px;color:#333333;padding-left:6px;padding-top:2px;}
.header_title{font-weight: normal;font-size:12px;color:#333333;padding-left:20px;padding-top:2px;}

#top_Province {Z-INDEX: 10000; MARGIN: 2px auto; COLOR: #333; LINE-HEIGHT: 19px; POSITION: relative; HEIGHT: 20px}
#top_Province .top_city {left: 0px; POSITION: absolute; TOP: 0px;width:55px;}
#top_Province .top_city  LI { PADDING-LEFT: 0px;FLOAT: left; PADDING-BOTTOM: 0px;}

#top_Province .top_city_m {BORDER-RIGHT: #E2051B 1px solid; BORDER-TOP: #E2051B 1px solid; DISPLAY: none;Z-INDEX: 10001;BACKGROUND: #fff; BORDER-LEFT: #E2051B 1px solid; BORDER-BOTTOM: #E2051B 1px solid; POSITION: absolute; TOP: -40px;left:53px;}

/*北京*/
#top_Province .top_city_mbj {BORDER-RIGHT: #E2051B 1px solid; BORDER-TOP: #E2051B 1px solid; DISPLAY: none;Z-INDEX: 10001;BACKGROUND: #fff; BORDER-LEFT: #E2051B 1px solid; BORDER-BOTTOM: #E2051B 1px solid; POSITION: absolute; TOP: -5px;left:53px;}

#top_Province .top_city_marea {PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px;}



#top_Province .top_city_marea  #myarea{ width:50px; text-align:center;color:#777;}
#top_Province .top_city_marea   #myarea  a,#top_Province .top_city_marea   #myarea  a{color:#777;font-weight:normal;}
#top_Province .top_city_marea   #myarea  a:hover{color:#b0272d;font-weight:normal;text-decoration:underline;}

#top_Province .top_city_marea  #myareabj{ width:50px; text-align:center;color:#777;}
#top_Province .top_city_marea   #myareabj  a,#top_Province .top_city_marea   #myarea  a{color:#777;font-weight:normal;}
#top_Province .top_city_marea   #myareabj  a:hover{color:#b0272d;font-weight:normal;text-decoration:underline;}

.i_logo  .cleart{clear:both;}

#top_Province .top_area_over a:link{color:#ffffff;font-size:12px;}
#top_Province .top_area_over a:hover{color:#E2051B;font-size:12px;text-decoration:none;}
#top_Province .top_area_over a:active{color:#E2051B;font-size:12px;text-decoration:none;}
#top_Province .top_area_over a:visited{color:#ffffff;font-size:12px;}
#top_Province .top_area_over{background: url("../images/h_arrow_h.gif") no-repeat scroll 35px 10px #E2051B; *background: url("../images/h_arrow_h.gif") no-repeat scroll 35px 8px #E2051B;text-decoration: none;display: block;float: left;font-weight: normal;line-height: 22px;width:55px;height:22px;padding-left:5px;color:#ffffff;	padding-top:1px;}

#top_Province .top_area_out a:link{color:#E2051B;font-size:12px;}
#top_Province .top_area_out a:hover{color:#ffffff;font-size:12px;text-decoration:none;}
#top_Province .top_area_out a:active{color:#ffffff;font-size:12px;text-decoration:none;}
#top_Province .top_area_out a:visited{color:#E2051B;font-size:12px;}

#top_Province .top_area_out{background: url("../images/h_arrow.gif") no-repeat scroll 35px 10px transparent;*background: url("../images/h_arrow.gif") no-repeat scroll 35px 8px transparent;display: block;float: left;font-weight: normal;line-height: 22px;width:55px;height:22px;padding-left:5px;color:#E2051B;padding-top:1px;}

/*update 2012-11-15 end*/
.e_header_change .i_header_se {
	position: relative; z-index: 22px;
}
/*update 2012-11-15 start*/
.e_header_change .i_header_se .region {position:relative;float:left;width:125px;padding-top:7px;font:normal 12px/18px Simsun, Helvetica, sans-serif;
line-height:20px\9; z-index:444; top:0;height:40px;padding-left:5px;}
/*update 2012-11-15 end*/
.e_header_change .i_header_se .region_hd {padding-left:0px;color:#333; *float:left;  vertical-align:top; zoom:1;font-size:14px;font-weight: normal;}

.e_header_change .i_header_se .jump_city { position:relative; left:5px; top:-3px; display:inline-block; zoom:1; z-index:2;}
 .e_header_change .i_header_se .jump_city  a{display:block;background:url(../images/h_change.gif) no-repeat;width:67px;height:22px;line-height:22px;z-index:2;zoom:1;text-indent:-999px;}
 .e_header_change .i_header_se .jump_city  a:link{display:block;background:url(../images/h_change.gif) no-repeat;width:67px;height:22px;line-height:22px;z-index:2;zoom:1;text-indent:-999px;}
 .e_header_change .i_header_se .jump_city  a:hover{display:block;background:url(../images/h_change_over.gif) no-repeat;width:67px;height:22px;height:22px;line-height:22px;z-index:2;zoom:1;text-indent:-999px;}
/* 搜索框_s */
.e_header_change .wrap_search_upp{vertical-align: bottom; padding-top: 5px;}
/*update 2012-11-15 start*/
.e_header_change .wrap_search{ float:left;zoom:1; width:375px; overflow:hidden;padding-top:14px;height:24px; text-align:right;}
/*update 2012-11-15 end*/
.e_header_change .wrap_search fieldset {position:relative;z-index:11px;}
.e_header_change .wrap_search fieldset p {margin:3px 0px 0px 3px;}
.e_header_change .wrap_search .i_keyword {padding-top:3px; height:18px; _height:20px;line-height:20px;padding-bottom:5px;color:#777;}
.e_header_change .wrap_search .i_keyword .i_tit{ color:#aaaaaa; margin-left:3px;}
.e_header_change .wrap_search .i_keyword a{color:#777; padding-left:12px;display:inline-block;}
.e_header_change .mod_search p{ margin-left:5px;_margin-left:3px;}
.e_header_change .wrap_search .i_keyword a:hover{padding-left:12px;color:#B0272D}
.e_header_change .mod_search{-webkit-border-radius: 3px;-moz-border-radius: 3px; width:700px; height:30px;}
.e_header_change .mod_search legend{ display:none}
.e_header_change .mod_search form{ float:left;display:inline;}
/*update 2012-11-15 start*/
.e_header_change .mod_search .mod_search_txt{background:#fefefe; width:495px;  height:22px;padding:2px 0px; 
padding-left:5px; line-height:22px;font-size:12px; border:1px solid #E2051B;  float:left;color:#888;
background:url("../images/header_s_icon.gif") no-repeat;
}
/*update 2012-11-15 end*/
.e_header_change .mod_search .mod_search_bt{ background: #E2051B; /* old browsers */
width:88px; height:28px; line-height:28px;*line-height:30px; border:none; overflow:hidden;
 font-size:14px; float:left;text-align:center; color:#fff; font-weight: normal; padding:0; margin:0;cursor:pointer; position:relative;left:-2px;
 }
.e_header_change .mod_search .mod_search_bt a{ color:#fff;}
.e_header_change .mod_search .mod_search_bt a:hover{text-decoration:underline;}
.e_header_change .no_cur{ color:#888}
.mod_search .hover .topR_menu_bd {DISPLAY: block; /*position:absolute;z-index:66;background-color:#000;left:50px;top:20px;*/}


/*daohan*/
.e_nav_bg{ 
    background:url("../images/e_nav_bg.gif") repeat-x scroll 0 0 transparent;
   height: 37px; position: relative; z-index: 10;
}

.e_nav{ border-top:0; padding:0px 0 0px 0;width:1000px; margin:0 auto;height:37px;color:#333;font-family:Arial;font-size:18px;}

/*update 2012-08-21 start*/
.i_nav_shop{width:1000px; margin:0 auto;zoom:1;position:relative;z-index:3;}
/*update 2012-08-21 start*/

/* 分类导航_s */
.i_nav_shop .i_bd_iframe{ position:absolute;top:0; left:0;border: medium none;filter:alpha(opacity=0);}
.i_nav_shop .i_cont_iframe{ position:absolute;top:0; left:0;border: medium none;filter:alpha(opacity=0);}

.i_nav_sort{ position:relative; float:left;width:195px;z-index:1}
.i_nav_sort .i_hd{ background: #E2051B;width:195px; height:36px;text-align:center;}
.i_nav_sort .i_hd h3{font:14px/36px "\5B8B\4F53",Simsun; font-weight: normal;}
.i_nav_sort .i_hd h3 a{position:relative; display:block; color:#fff;zoom:1;}
.i_nav_sort .i_hd h3 a:hover {text-decoration:none;}
.i_nav_sort .i_hd h3 .more {position:absolute;overflow:hidden;right:10px;top:6px;width:9px;height:20px;background-position:0px -82px;}
.i_status_on .i_hd h3 .more{ color:#d7d7d7;background-position:-20px -82px;}


/*.i_nav_sort .i_bd .i_sort_list {padding:6px 0px;}*/
.i_nav_sort .i_item{ display:inline;vertical-align:top;z-index:444;}
.i_nav_sort .i_item .i_tit{height:45px; position:relative;font-size:12px; font-weight: normal; color:#333;line-height:45px  }
.i_nav_sort .i_item .i_tit a {position:absolute;top:0;left:0;margin:0px 7px;padding-left:7px;
 width:130px; display:block;font:normal 14px/19px simsun; color:#333;border-bottom:1px dotted #cdcdcd;line-height:45px}
.i_nav_sort .i_item .i_tit a:hover{ text-decoration:underline;color:#B0272D;padding-left:7px;line-height:45px;}
.i_nav_sort .i_item .i_tit .i_jian{ position:absolute;top:16px;right:11px;color:#000000;font:normal 14px/19px simsun;}
.mod_mask {position:relative;top:-1px;display:block;overflow:hidden;height:1px;width:100%; text-decoration: none;}
.i_nav_sort .i_item .i_tit_end{line-height:45px;position:relative;font-size:12px; font-weight: normal; color:#333;  }
.i_nav_sort .i_item .i_tit_end  a {position:absolute;top:0;left:0;margin:0px 10px;padding-left:7px;
 width:130px; display:inline;font:normal 14px/19px simsun; color:#333;line-height:45px}
.i_nav_sort .i_item .i_tit_end  a:hover{ text-decoration:underline;color:#B0272D;padding-left:7px;line-height:45px}
.i_nav_sort .i_item .i_tit_end .i_jian{ position:absolute;top:16px;right:11px;color:#333;font:normal 14px/19px simsun; text-decoration: none;}


/*左边菜单*/

/*左边菜单*/

.i_nav_sort .i_bd{ display:none; position:absolute;top:36px; left:0px;border-top:none; 
text-align:left;background-color:#fff;color:#777;z-index:555;width:195px;}
.i_nav_sort .i_bd_f{ display:none; position:absolute;top:-1px; left:0px;border-top:none; 
text-align:left;background-color:#fff;color:#777;z-index:555;}
.i_status_on .i_bd{ display:block;width:195px;}
.i_status_on .i_bd_f{ display:block;}
.tsCategory-nav{
float:left;POSITION: relative;width:50px;left:0px;z-index:333;top:0px;
}
.tsCategory-nav LI {
	HEIGHT: 132px; OVERFLOW: hidden
}

.Menubox {
width:42px;
/*background:url(../images/left_bg.gif) no-repeat;*/
height:378px;
POSITION: absolute; top:0px;z-index:666;
font:normal 14px/19px Arial;
_width:42px;
/*_background:url(../images/left_bg6.gif) no-repeat;*/
left:1px;

}
.Menubox ul{
margin:0px;
padding:0px;
/*border-bottom: solid #cccccc 1px;*/
width:42px;
height:auto;
clear: both; overflow: hidden; zoom:1;border-bottom: 1px solid #cccccc;
}

.Menubox li{
float:left;
display:block;
cursor:pointer;
width:32px;
text-align:center;
color:#333;
height:126px;
padding-left:8px;
vertical-align:middle;
background: #f5f5f5;
border-top: solid #cccccc 1px;
border-left: solid #cccccc 1px;
border-right:1px solid #E2051B;
}

.Menubox li.hover{
padding:0px;
background:#fff;
width:33px;
border-left:1px solid #E2051B;
border-top:1px solid #E2051B;
border-bottom:1px solid #E2051B;
color:#0f0;
height:126px;
vertical-align:middle;
display:block;
padding-left:8px;
}
.Menubox li.hover a{
float:left;
display:block;
cursor:pointer;
width:24px;
text-align:center;
color:#B0272D;
height:126px;
vertical-align:middle;
text-decoration:none;
}
.Menubox li a{
float:left;
display:block;
cursor:pointer;
width:24px;
text-align:center;
color:#333;
height:126px;
vertical-align:middle;
padding-top:13px;
}
.Menubox li a:active{
float:left;
display:block;
cursor:pointer;
width:24px;
text-align:center;
color:#B0272D;
height:126px;
vertical-align:middle;
padding-top:13px;
text-decoration:none;
}
.Menubox li a:hover{
float:left;
display:block;
cursor:pointer;
width:24px;
text-align:center;
color:#B0272D;
height:126px;
vertical-align:middle;
padding-top:13px;
text-decoration:none;
}

#con_one_1 {
	width:151px;float:left;
	border-right:1px #E2051B solid;
    border-left:1px #E2051B solid;
	border-bottom:1px #E2051B solid;
	border-top:1px #E2051B solid;
	background-color:#fff;
	POSITION: absolute; TOP: 0px;left:42px;
	height:410px;
	display:inline;
	z-index:111;
}
#con_one_2{
	width:151px;float:left;
	border-right:1px #E2051B solid;
    border-left:1px #E2051B solid;
	border-bottom:1px #E2051B solid;
	background-color:#fff;
	POSITION: absolute; TOP: 0px;left:42px;
	height:410px;
	display:inline;
	z-index:111;
	font:12px/18px  Arial, Simsun, Helvetica, sans-serif;
}
#con_one_3 {
	width:151px;float:left;
	border-right:1px #E2051B solid;
    border-left:1px #E2051B solid;
	border-bottom:1px #E2051B solid;
	background-color:#fff;
	POSITION: absolute; TOP:0px;left:42px;
	height:410px;
	display:inline;
	z-index:111;
	font:12px/18px  Arial, Simsun, Helvetica, sans-serif;
}

/*三角形*/

#e_nav_info div{background:#E2051B; width:0px; height:0px; overflow:hidden; margin-bottom:6px;position:absolute;top:16px;left:148px;}

#e_nav_com_g{ border-right:6px solid #E2051B;border-top:6px solid #FFF;border-left:6px solid #E2051B;}



/* 二级菜单内容 */


#con_one_1 ul .i_sort_list a {
	text-decoration: none;
	color: #777;
}


#con_one_1 .i_sort_list {
	height:51px; position:relative;font-size:12px; font-weight: normal; color:#777;line-height:51px 
	
}
#con_one_1 .i_sort_list .i-mc {
	width: 680px;
	border: 2px solid #E2051B;
	top:2px;
	left:148px;
	position:absolute;
	background-color:#fff;
	z-index:1;
	display:none;
}

#con_one_1 .i_sort_list .i-mc6 {
	width: 680px;
	border: 2px solid #E2051B;
	top:412px;
	left:148px;
	position:absolute;
	background-color:#fff;
	z-index:1;
	display:none;
}


/*分类列表层*/
.i_nav_sort .i_item_status_on{ display:inline;vertical-align:top;z-index:444;}
.i_nav_sort .i_item_status_on .i_tit{height:45px; font-size:12px; font-weight: normal; color:#333;line-height:45px ;z-index:444; }
.i_nav_sort .i_item_status_on .i_tit  a{position:absolute;margin:0px 10px;padding-left:7px;
 width:131px; font:normal 14px/19px simsun; color:#333;
 border-left:2px solid #E2051B;border-top:2px solid #E2051B;
border-bottom:2px solid #E2051B;line-height:45px;z-index:444;
background-color:#fff;margin-top:5px;
}

.i_nav_sort .i_item_status_on .i_tit a:hover{ text-decoration:none;color:#B0272D;
position:absolute;margin:0px 10px;padding-left:7px;
 width:131px; font:normal 14px/19px simsun; color:#333;
 border-left:2px solid #E2051B;border-top:2px solid #E2051B;
border-bottom:2px solid #E2051B;line-height:45px;z-index:444;
background-color:#fff;margin-top:5px;
}

.i_nav_sort .i_item_status_on .i_tit .i_intro {float:left;line-height:45px;height:45px;display:block;font:bold 14px/45px simsun;color:#B0272D; cursor:pointer;}
.i_nav_sort .i_item_status_on .i_tit .i_jian{ float:right;color:#B0272D;font:bold 14px/45px simsun;display:inline; margin-right:14px;text-decoration: none;}

.i_nav_sort .i_item_status_on .i_cont{ display:block; zoom:1;}


.i_cont {
overflow:hidden; display:block; zoom:1;background:#fff; width:680px;z-index:4;_overflow:visible;}

.i_cont_left {float:left;width:528px;background-color:#FFF;padding:0px 0px 5px 20px;padding-bottom:1000px;margin-bottom:-1000px;}
.i_cont_left dl {width:516px;padding:11px 0px;zoom:1;line-height:20px;margin-bottom:-1px;border-bottom:1px dotted #D8D8D8;}
.i_cont_left dl:after {content:'';display:block;clear:both;height:0;visibility:hidden;}
.i_cont_left dt {float:left;width:80px;font:bold 12px  Arial;color:#333;text-align:center; line-height:23px; text-align:left;}
.i_cont_left dt a { float:left;}
.i_cont_left dd {float:left;width:436px;white-space:normal;word-break:break-all;zoom:1;overflow:hidden;}
.i_cont_left em {
    border-left: 1px solid #CCCCCC;
    float: left;
    height: 14px;
    line-height: 14px;
    margin: 4px 0px;
    padding: 0 8px;
}
.em{
font-style:normal;
}
.i_cont_left dd a {display:inline-block;word-break:keep-all;white-space:nowrap;color:#777; white-space: nowrap;font-style:normal;	text-decoration:none;}

.i_cont_left dd a:hover {color:#B0272D;text-decoration:underline;}

.i_cont_left .mod_mask {background-color:#F5F6F6;}

.i_cont_right {float:left;width:112px;padding:0px 0px 5px 20px;padding-bottom:1000px;margin-bottom:-1000px;background-color:#f2f2f2;}
.i_cont_right dl {width:102px;padding:8px 0px 6px;zoom:1;line-height:26px;}
.i_cont_right dt {font:bold 12px/26px Arial;color:#333;}
.i_cont_right dd {width:108px;white-space:normal;word-break:break-all;zoom:1;overflow:hidden;}
.i_cont_right dd a {display:inline-block;word-break:keep-all;
white-space:nowrap;color:#777;width:80px;text-decoration:none;}
.i_cont_right dd a:hover {color:#B0272D;text-decoration:underline;}

 .close {
    /*background: url("../images/e_left_close.gif") no-repeat ;
    cursor: pointer;
    height: 10px;
    left: 652px;
    position: absolute;
    top: 4px;
    width: 10px;
    z-index: 14;*/
}

/* 主导航_s */
.e_nav_map {width:814px;overflow:hidden;text-align:center;z-index:2}
.e_nav_map .e_nav_list {float:left;padding-left:0px;width:613px;OVERFLOW: hidden;top:6px;left:195px; position: absolute;z-index:2;height:30px;}
.e_nav_map .e_nav_list li {float:left;position:relative;}
.e_nav_map .e_nav_list li.last {background:none;}

.e_nav_map .e_nav_list li a {float:left;height:30px;
font:bold 14px/28px "\5B8B\4F53",黑体;
color:#333;line-height:30px;width:87px;}

.title_icon{ z-index:9999;width:56px;height:36px;position:absolute;top:-10px;left:425px;}

.title_icon_change{ z-index:9999;width:56px;height:36px;position:absolute;top:-10px;left:590px;}

.e_nav_map .e_nav_list li  a:hover {color:#E2051B;text-decoration:none;height:30px;line-height:30px;}
.e_nav_map .e_nav_list .current {margin-top:0px;}
.e_nav_map .e_nav_list .current a {height:30px;line-height:30px;color:#E2051B;background:#fff url(../images/header_line_w.gif) no-repeat right top;}
.e_nav_map .e_nav_list .current a:hover {color:#333;background:#e6e6e6 url(../images/header_line.gif) no-repeat right top;
line-height:30px;height:30px;display:block;}
.e_nav_map .e_nav_list li{height:30px;
background:url(../images/header_line.gif) no-repeat right top;float:left;line-height:30px;
background-color:#e6e6e6;
}
.e_nav_map .e_nav_list li  a:hover{height:30px;
background:#fff url(../images/header_line_w.gif) no-repeat right top;float:left;line-height:30px;
}

.e_nav_map .e_nav_list .e_navlast {}
.e_nav_map .e_nav_list .e_navlast a {}
.e_nav_map .e_nav_list .e_navlast a:hover {}

/* 购物车信息 */
.e_nav_cart {position:relative;
display:block;float:right;margin-top:0px;margin-right:7px;line-height:28px;height:28px;
padding-left:2px;padding-right:2px;padding-top:3px;font:normal 12px/30px "Arial";
top:5px;left:812px; position: absolute;z-index:2
}
.e_nav_cart_box{width:1000px; height:30px; font:normal 12px/30px "Arial"; margin:0 auto}
.e_nav_cart_fixed{ padding:3px 2px 0; text-align:center; float:right; position:relative}

.e_nav_cart_con{
float:left;color:#333;height:25px;width:186px;background:url(../images/h_cart_bg.gif) 0 0px;line-height:25px;
}

.e_nav_cart_con_mouseover{
float:left;color:#333;height:25px;width:186px;background:url(../images/h_cart_bg.gif) 0 -25px;line-height:25px;
}
.e_nav_cart_con_mouseover a{
color:#fff;
}
.e_nav_cart_con_mouseover a:link{
color:#fff;
}
.e_nav_cart_con_mouseover  span{
float:left;display:block; height:25px; line-height:25px; font-weight: normal;
}
.e_nav_cart_con_mouseover  .e_nav_set a,.e_nav_cart_con_mouseover  .e_nav_set a:link,.e_nav_cart_con_mouseover  .e_nav_set a:hover{
font-size:12px;font-family: Arial, Simsun, Helvetica;color:#E2051B;display:block;
line-height:25px;
_padding-top:1px;
}

.e_nav_cart_con a{
color:#E2051B
}
.e_nav_cart_con a:link{
color:#E2051B
}

.e_nav_cart_con a:visited{
color:#fff
}
.e_nav_cart_con  span{
float:left;display:block; height:25px; line-height:25px;font-weight: normal;
}
.e_nav_cart_icon  img{
width:14px;padding:6px 1px 0px 4px;display:block;height:14px;line-height:14px;_padding:6px 0px 0px 4px;
}
.e_nav_cart_in {
-moz-margin:-2px 1px;margin:0px;color:#333;
padding-right:5px;
background:url(../images/e_nav_cart_line.gif) right center no-repeat;

}
.e_nav_cart_con_mouseover span.e_nav_cart_line,.e_nav_cart_con  span.e_nav_cart_line{
font-size:13px;font-family:Arial;margin-right:2px;color:#333;
display:none;
}
.e_nav_cart_number,.e_nav_cart_price {
font-size:13px;overflow:hidden;display:block;color:#E2051B;font-family:arial;
}
.e_nav_cart_number{
width:24px;_width:24px;
}
.e_nav_cart_price{
width:75px;color:#E2051B;
}
.e_nav_set {
color:#E2051B;display:block;padding-left:6px;
}

.e_nav_set a{
font-size:12x;font-family: Arial, Simsun, Helvetica;color:#fff;display:block;
line-height:25px;
}
.e_nav_set a:link{
font-size:12px;font-family: Arial, Simsun, Helvetica;color:#fff;display:block;
line-height:25px;
}

.e_nav_cart_con a:visited{
color:#fff
}

.e_nav_set a:hover{
font-size:12px;font-family: Arial, Simsun, Helvetica;color:#fff;display:block;
line-height:25px;
 text-decoration: none;
}
/*左边菜单下的活动*/
.e_sidebar{
	 position: absolute; top: 418px;left:0px;height:147px;
}
.e_sidebar ul{
	margin:0px;
	padding:0px;
}
.e_sidebar  li{
	margin:0px;
	padding:0px 0px 7px 0px;
	_padding:0px 0px 2px 0px;
}

.e_s_manage{
	background:url(../images/left_manage.gif);
	width:195px;
	height:118px;
	text-align:center;
	margin-bottom:1px;
}
.e_s_manage_take{
 font-size: 14px; padding-top: 20px; font-weight: normal;
}
.e_s_manage_email{
 padding-top: 5px;
}
.e_s_manage_input{width: 160px; border: 1px #e2e2e2 solid; height: 26px; line-height: 26px;color: #888}
.e_s_buttons{
padding-top:5px;
margin-right:8px;
}
.e_s_buttons a, .e_s_buttons button{
    display:block;
    float:right;
    margin:3px 7px 0 5px;
    background-color:#666666;
    border:1px solid #666666;
    font: normal 12px/18px Simsun,Helvetica,sans-serif;
    line-height:130%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:2px 8px 3px 7px; /* Links */
}
/* REGULAR */
 .e_s_buttons a.subs{
    color:#fff;
}
.e_s_buttons a.subs:hover{
    background-color:#f7931e;
    border:1px solid #f7931e;
    color:#fff;
}
.e_s_buttons a.subs:active{
    background-color:#666666;
    border:1px solid #666666;
    color:#fff;
}
/*content*/
.e_content{ border-top:0; padding:0px 0 0px 0;width:1000px; margin:0 auto;color:#333;font-family:Arial;font-size:18px;height:auto;/*position:absolute;*/z-index:1}
.e_content{ border-top:0; padding:0px 0 0px 0;width:1200px; margin:0 auto;color:#333;font-family:Arial;font-size:18px;height:auto;/*position:absolute;*/z-index:1}
/* 清浮动_s */
.main{zoom:1; position:relative;}
.main:after{ clear:both; display:block; visibility:hidden; content:""; height:0; line-height:0;}
/* layout */
.main{width:1200px; margin:0 auto; text-align:left;z-index:1}

.main .i_content { float:right; width:798px;z-index:1}

/* 购买按钮 */
.Q_buttons a, .Q_buttons button{
    display:block;
    float:left;
    margin:3px 7px 0 0;
    background-color:#E2051B;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font: normal 12px/18px Simsun,Helvetica,sans-serif;
    height:22px;
    line-height:22px;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:0px 13px;
}
/* REGULAR */
.Q_buttons a.regular{
    color:#fff;
}
.Q_buttons a.regular:hover{
    background-color:#F7931E;
    border:1px solid #F7931E;
    color:#fff;
    text-decoration: none;
}
.Q_buttons a.regular:active{
    background-color:#E2051B;
    border:1px solid #E2051B;
    color:#fff;
}

.Q_fav  a, .Q_fav button{
    background-color:#E2051B;
   /* border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;*/
    font: normal 12px/18px Simsun,Helvetica,sans-serif;
    height:24px;
    line-height:24px;
    text-decoration:none;
    font-weight: normal;
    color:#fff;
    cursor:pointer;
	font-weight:normal;
    display:block;
	margin:10px 0px 0px 0px;
	overflow:hidden;
	zoom:100%;
	float:left;
}
.Q_fav a{
  padding:0px 15px;
   text-align:center;}
.Q_fav a.fav{margin-left:10px;_margin-left:5px; margin-right:15px;}
.Q_sortfav  a{
    display:block;
    float:left;
    background-color:#E2051B;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font: normal 12px/18px Simsun,Helvetica,sans-serif;
    line-height:100%;
    text-decoration:none;
    font-weight: normal;
    color:#fff;
    cursor:pointer;
	font-weight:normal;
	_display:inline;
    padding:2px 16px 3px 16px;
	_padding:3px 13px 3px 13px;
	margin:10px 10px 0px 2px;
	_margin:10px 7px 0px 8px;
	overflow:hidden;zoom:100%;
}

.Q_fav a.nostock:hover
{
    background-color:#f7921e;
    font: normal 12px/18px Simsun,Helvetica,sans-serif;
    height:24px;
    line-height:24px;
    text-decoration:underline;
    font-weight: normal;
    color:#fff;
    cursor:pointer;
	font-weight:normal;
    display:block;
	margin:10px 0px 0px 0px;
	overflow:hidden;
	zoom:100%;
	float:left;
}
.Q_fav a.nostock 
{
     background-color:#F15A24;
    font: normal 12px/18px Simsun,Helvetica,sans-serif;
    height:24px;
    line-height:24px;
    text-decoration:none;
    font-weight: normal;
    color:#fff;
    cursor:pointer;
	font-weight:normal;
    display:block;
	margin:10px 0px 0px 0px;
	overflow:hidden;
	zoom:100%;
	float:left;
}


.Q_sortfav  a{
	color:#fff;
}
.Q_fav  a:link,.Q_sortfav  a:link{
	color:#fff;
	
}
 .Q_fav a.fav,.Q_sortfav  a.fav{
    background-color:#DCDCDC;
    border:1px solid #DCDCDC;
    color:#4D4D4D;
}
.Q_fav a.fav:hover,.Q_sortfav  a.fav:hover{
    background-color:#666666;
    border:1px solid #666666;
    color:#fff;
    text-decoration: none;
}

 .Q_fav a.buy,.Q_sortfav  a.buy{
    background-color:#E2051B;
    border:1px solid #E2051B;
    color:#fff;
}
.Q_fav a.buy:hover,.Q_sortfav  a.buy:hover{
    background-color:#F7931E;
    border:1px solid #F7931E;
    color:#fff;
    text-decoration: none;
}
.Q_fav  a.buy{
    width:50px;
}
.Q_fav  a.fav{
    width:40px;
}
/*新增购买按扭样式*/
.q_fav_xu{ width:100%;}
.q_fav_xu td{ padding-top:10px; text-align:center;}
.q_fav_xu td a{ display:block;height:24px; line-height:24px;_line-height:28px;text-decoration:none; overflow:hidden;}
.q_fav_xu td a:hover{ text-decoration:underline;}
.q_fav_xu td a.fav{ color:#4d4d4d; background:#dcdcdc; width:58px; text-align:center;margin:0px auto;}
.q_fav_xu td a.fav:link{color:#4d4d4d;}
.q_fav_xu td a.fav:hover{ background:#666; color:#fff;text-decoration:underline;}
.q_fav_xu td a.buy{color:#fff; background:#E2051B; width:70px; text-align:center; margin:0px auto;}
.q_fav_xu td a.nostock:hover,.q_fav_xu td a.buy:hover{background:#f7921e;text-decoration:underline;}
.q_fav_xu td a.nostock{ color:#fff; background:#F15A24; width:70px; text-align:center; margin:0px auto;}
.q_fav_xu td a.nostock_1{ color:#fff; background:#f7931e; width:70px; text-align:center; margin:0px auto;}
/* REGULAR */

/**/



/*购物车滑动显示*/
/*#e_nav_cart_sh{
	position:absolute;left:-110px;top:30px;z-index:222;width:285px;height:193px;_position:relative;_top:0px;
}
#e_nav_cart_sh2{
	position:absolute;left:-102px;top:32px;z-index:222;width:285px;height:30px; line-height:30px; text-align:center; border:2px solid #e2051b; background-color:#fff;_position:relative;_top:0px;
}
#e_nav_cart_sh   .e_nav_cart_con{ position: absolute; z-index: -1; left: 0px; top: 48px; width: 232px;height: 30px;}
#e_nav_cart_sh   .e_nav_cart_iframe{ width: 100%; filter: alpha(opacity=0); -moz-opacity: 0; height: 100%;border: 0px; border-collapse: collapse;}*/

/*foot*/
 .e_footer { width:1000px; text-align:left; padding-top:10px; padding-bottom:5px; margin:0 auto; }
 .e_footer .i_list_service,.e_footer .i_pic_service { overflow:hidden;} 
 .e_footer .i_pic_service { width:1000px; overflow:hidden; margin:0 auto; padding:10px 0; } 
 .e_footer .i_pic_service li { border-right:1px solid #D6D7D6; float:left; height:31px; background-color:#E6E6E6; font-weight: normal; 
 width:199px; text-align:center; line-height:31px; display:inline; overflow:hidden; border-bottom:1px #999 solid; font-size:14px;color:#777; }
 .e_footer .i_list_fir a,.e_footer .i_list_service li  a{ color:#777; }
 .e_footer .i_list_fir a:hover,.e_footer .i_list_service li  a:hover{ color:#B0272D; }
 .e_footer .i_pic_service li.fore { border-right:medium none; }
 .e_footer .i_list_service { width:1000px; overflow:hidden; border-bottom:1px #B0B0B0 solid; margin:0 auto; padding:2px 0 9px; } 
 .e_footer .i_list_service .i_list_fir { text-align:center; display:block; margin-left:17px; }
 .e_footer .i_list_service li { float:left; line-height:22px; padding-bottom:1000px; 
margin-bottom:-1000px; text-align:center; padding-left:20px; width:180px; _padding-left:18px; } 
 .e_footer .i_list_service .li_last { margin-right:0; }
 .e_footer .i_list_service dd { font-weight:400; color:#777; width:140px; text-align:left; margin-left:33px; }
 .e_footer .i_list_service .phone_t { margin-top:15px; } 
 .e_footer .i_list_service .phone_link { color:#3164AF; font:normal 18px/21px Simsun, Helvetica, sans-serif; }
 #e_footer_end { padding-bottom:30px; text-align:center; color:#333; } 
 
 #e_footer_end .flinks{ width:680px; margin:0 auto; padding:8px 0; }
 #e_footer_end .flinks a { color:#333; font:bold 13px/18px Simsun, Helvetica, sans-serif; margin:0 4px; }
 #e_footer_end .flinks a:hover { color:#B0272D; font:bold 13px/18px Simsun, Helvetica, sans-serif; margin:0 4px; }
 #e_footer_end .copyright { font-family:arial; color:#333; font-size:12px; margin:2px 0 10px 0; } 
 #e_footer_end .copyright span { font-family:arial; color:#333; font-weight: normal; margin:6px 4px; }
 #e_footer_end .copyright_re { font-family:arial; margin:15px 2px 0 2px; height:20px; color:#CE0110; font-weight: normal; margin-top:15px; }

 
 /*导航*/
 
 .title_nav {	
	height: 42px;
	line-height: 42px;
	text-indent: 12px;	
	color: #666;
}
.title_nav a:link, .crumbs a:visited {
    color: #777;
    text-decoration: none;
}
.title_nav a:hover {
    color: #B0272D;
    text-decoration: underline;
}


/*通用样式
====================*/
*{ margin:0px; padding:0px;}
.left_xu{ float:left;}
.crl_xu{ clear:both; height:0px; line-height:0px; font-size:0px;} 
li{ list-style:none;}
.margin_top_10{ margin-top:10px;}

/*热销排行榜样式
====================*/
.top_5_xu{ width:196px; background:url(../images/top_5_xu.gif) repeat-y; padding:7px 0px;}
.top_5_top_xu,.top_5_bottom_xu{ height:4px; width:179px; margin:0px auto;}
.top_5_body_xu{ width:162px; margin:0px auto; padding:0px 8px; background:#fff;}
.top_5_title_xu{ text-align:center; font-weight: normal; font-size:20px; color:#b83d42; border-bottom:1px dotted #b83d42; height:45px; line-height:45px;}
.top_5_pro_xu{ 
	padding:10px 0px;position:relative;display:block;BORDER-BOTTOM: #d2d2d2 1px solid;height:55px;*height: 56px!important;_padding:7px 0px 6px 0px;
}

.number_top_xu{COLOR: #fff; FONT-SIZE: 16px; font-weight: normal; TOP: 5px; right:0px;font-family:arial;width:25px;height:27px;POSITION: absolute;LINE-HEIGHT:37px;display:block;background-color:#f00;BACKGROUND: url(../images/r_b.gif);text-align:center;overflow:hidden;}

.photo_top_xu{ width:44px;}
.photo_top_xu a img{ display:block; border:0px; width:44px;}
.info_top_xu{ width:90px;}
.top_5_pro_name { height:48px; overflow:hidden;padding-left:5px; height:36px; overflow:hidden;padding-left:5px;text-overflow:ellipsis;word-break:keep-all;}
.top_5_pro_name a{ font-size:12px; color:#707070; text-decoration:underline; line-height:18px;}
.top_5_pro_name a:hover{ color:#B83D42;text-decoration:underline;}
.top_5_pro_price{ font-size:12px; color:#E2051B; font-weight: normal; /*margin-top:5px;*/}
.top_5_xu div.last{ border:0px;}
/*投票调查
====================*/
.vote_xu{ width:194px; border:1px solid #dedede; padding:5px 0px 0px 0px;}
.vote_title_xu{ font-weight: normal;font-size:14px;  color:#853e12; line-height:18px; padding:0px 10px;}
.vote_deta_xu{ font-size:12px; font-weight: normal; color:#333; margin-top:10px;padding:0px 10px;}
.vote_body_xu{ border-collapse:collapse; margin:5px 0px;}
.vote_body_xu tr td{ font-size:12px; vertical-align:middle; height:25px; line-height:25px; color:#404040;}
.vote_body_xu tr td.text_left_xu{padding-left:15px;}
.vote_body_xu tr td.text_right_xu{ padding-left:5px;}
.vote_bottom_xu{ background:#f7f7f7; height:34px; border-top:1px solid #dedede; line-height:34px;padding:0px 15px;}
.vote_bottom_xu .voto_button{ display:block;float:left; border:0; background:#f15a25; width:52px; height:23px; line-height:23px; 
                              text-align:center; cursor:pointer; color:#fff; font-size:12px; font-weight: normal; margin-top:5px;}
.vote_bottom_xu a.voto_button:hover{background:#F7931E; color:#fff;display:block;float:left;width:52px; height:23px; line-height:23px;}
.vote_bottom_xu a{ float:right; font-size:12px; color:#4d4d4d; text-decoration:none;}
.vote_bottom_xu a:hover{ float:right; font-size:12px; color:#b0272d; text-decoration:underline;}
/*页尾样式
====================*/
/*.e_buy_bottom{ width:1000px; margin:0px auto; margin-top:40px;}*/
.e_buy_bottom_body{ border:1px solid #b0b0b0; min-height:128px;height:128px; }
.e_buy_bottom_title{ border:1px solid #e6e6e6; background:#e6e6e6;}
.e_buy_bottom_title li{ background:url(../images/e_buy_bottom_body_h3.gif) no-repeat right center; height:30px; line-height:30px; font-size:14px; padding-left:35px; float:left; font-weight: normal; width:164px;} 
.e_buy_bottom_body ul.last,.e_buy_bottom_title li.last{ background:none;}
.e_buy_bottom_body ul{ float:left; margin:10px 0px;min-height:108px;height:108px; width:199px;background:url(../images/e_buy_bottom_body_li.gif) no-repeat right center; }
.e_buy_bottom_body ul li{ padding-left:35px; background:   width:164px; }
.e_buy_bottom_body ul li a{ font-size:12px; text-decoration:none; color:#4d4d4d;} 
.e_buy_bottom_body ul li a:hover{ color:#B83D42;text-decoration:underline;}
.bottom_text_xu{ text-align:center;}
.bottom_text_xu p,.bottom_text_xu p a,.bottom_text_xu span{ font-size:12px; text-decoration:none;}
.bottom_text_xu p a:hover{ color:#B83D42;text-decoration:underline;}
.bottom_comp_name{ color:#4D4D4D;margin-top:10px;}
.bottom_comp_link{ margin:5px 0px;}
.bottom_comp_link a,bottom_comp_info a{ margin:0px 15px; color:#4D4D4D;}
.bottom_comp_link a:hover,bottom_comp_info a:hover{ color:#B83D42;text-decoration:underline;}
.bottom_comp_info{ margin:5px 0px;}
.bottom_comp_info span{ color:#4d4d4d; margin:0px 10px;}
/*4-21新添加样式
=========================*/
.band_list_xu li a,.band_list_xu li a img { display:block; overflow:hidden; font-size:0px; line-height:0px; width:135px; height:50px;}
.band_list_xu li{ border-bottom:1px solid #d9d9d9; width:135px; margin:0px auto;height:50px;font-size:0px;}
.band_list_xu li.last{ border-bottom:0px;}

#e_buy_bottom_body_e{BACKGROUND:url() no-repeat right center;}

.ultimate {Z-INDEX: 999; PADDING-BOTTOM: 5px; WIDTH: 195px; BACKGROUND: url(../images/left_mod.gif) no-repeat; HEIGHT: 136px; LEFT: 0px;cursor:pointer;}
.ultimate UL {PADDING-BOTTOM: 10px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 14px}
.ultimate H3 {PADDING-LEFT: 7px; WIDTH: 170px; BACKGROUND: url(../images/index_h3_bg.gif) repeat-x left bottom; HEIGHT: 20px; COLOR: #af242a; 
              FONT-SIZE: 16px; font-weight: normal; margin-TOP: 3px;}
.ultimate H3 SPAN { DISPLAY: block;FONT-SIZE: 16px;font-family: Arial,Simsun,Helvetica,sans-serif;padding-top:4px;padding-left:3px;}
.ultimate .jizhi_name {PADDING-BOTTOM: 0px; MARGIN-TOP: 7px; WIDTH: 80px; HEIGHT: 36px; OVERFLOW: hidden;}
.ultimate .jizhi_name A {LINE-HEIGHT: 18px; HEIGHT: 36px; COLOR: #666666; FONT-SIZE: 12px; OVERFLOW: hidden; TEXT-DECORATION: none}
.ultimate .jizhi_name A:hover {COLOR: #bb2733}
.ultimate .price_y {PADDING-LEFT: 5px; WIDTH: 15px;line-height:32px; FONT-FAMILY: Arial; COLOR: #E2051B; FONT-SIZE: 18px; OVERFLOW: hidden;font-weight: normal;MARGIN-TOP: 9px;float:left;}
.ultimate .price_now {PADDING-LEFT: 5px; WIDTH: 65px; line-height:26px;FONT-FAMILY: Arial; COLOR: #E2051B; FONT-SIZE: 26px; OVERFLOW: hidden;font-weight: normal;MARGIN-TOP: 9px;float:left;}
.ultimate .left_xu {WIDTH: 90px; FLOAT: left;padding-left:3px;padding-top:3px;}
.ultimate .jizhi_pro A {LINE-HEIGHT: 85px; DISPLAY: block; FLOAT: left; HEIGHT: 85px; VERTICAL-ALIGN: middle;}
.ultimate .jizhi_pro A IMG {LINE-HEIGHT: 80px; PADDING-LEFT: 5px; WIDTH: 70px; HEIGHT: 70px; VERTICAL-ALIGN: middle; PADDING-TOP: 6px}
.index_mod_mu {MARGIN-TOP: 7px; WIDTH: 185px; HEIGHT: 144px; PADDING-TOP: 6px}
/*Menu-new*/
.mark_menunew{display:block;position: absolute;right: 69px;top:2px;_right:73px;}
.mark_menunew_c{/*text-align:center;font-family:arial;padding:0px 2px;background-color:#e2051b;color:#fff;font-size:8px;*/
                display:block;background: url(../images/m_new.gif) no-repeat;width:22px;height:10px;color: #FFFFFF; cursor:pointer;}

.mark_menunew_v{display:block;position: absolute;right: 86px;top:2px;_right:90px;}
.mark_menunew_c_v{display:block;background: url(../images/m_new.gif) no-repeat;width:22px;height:10px;color: #FFFFFF; cursor:pointer;}


/*left_search*/
.e_search{ width:195px;background:#E2051B;margin-bottom:7px;}
.e_search_txt {border: 1px solid #E2051B;color: #888888;float: left;width: 115px;height: 27px;font-size: 12px;text-indent:5px;line-height:27px;}
.e_search  button{background:#E2051B;width:78px;height: 27px;text-align: center;line-height:27px;}
.e_search_bt {float: left;text-align: center;color: #FFFFFF;background: #E2051B;cursor: pointer;border: medium none;font-size: 12px;font-weight: normal;line-height:27px;}
.e_search  input{height:27px;vertical-align:middle;*line-height:27px;}
/*.e_sidebar{position: absolute; top: 454px;left:0px;height:331px;}*/
/*left_search*/


.f_regis{width:1000px;border:solid 1px #cdcdcd;height:108px;clear:both;margin:0px auto;margin-top:7px;}
.f_NRegis{width:998px;height:108px;float:left;}
.f_NRegis_con {margin-left:65px;margin-top:10px;}

.f_NRegis_con h2 {color:#333;font-size:14px;font-weight: normal;}

.f_NRegis_x  p {width:330px;height:34px;}
.f_NRegis_x .input133 {border:1px solid #cdcdcd;color:#666;float:left;height:23px;line-height:23px;margin-top:3px;text-indent:5px;width:133px;}
.f_NRegis_x .input165 {border:1px solid #cdcdcd;color:#666;float:left;height:23px;line-height:23px;margin-top:3px;text-indent:5px;width:165px;}
/*.f_NRegis_x .Prompt {border:1px solid #AF242A;color:#666;float:left;height:23px;line-height:23px;margin-top:3px;
padding-left:3px;padding-right:3px;background-color:#fafac9;margin-left:4px;_margin-left:2px;}*/
.f_NRegis_x .Prompt {color:#B0272D;float:left;height:23px;line-height:23px;margin-top:3px;padding-left:3px;padding-right:3px;margin-left:4px;_margin-left:2px;}
.f_NRegis_x  .yz{padding-top:2px;padding-left:4px;_padding-left:0px;}
.f_NRegis_x  .ms{padding-left:4px;}
.f_NRegis_x .email_font {color:#e2041b;font-weight: normal;}
.f_NRegis_x .email_t {display:block;width:68px;text-align:left;}
.f_NRegis_x .input55 {border:1px solid #cdcdcd;color:#666;float:left;height:23px;line-height:23px;margin-top:3px;text-indent:5px;width:55px;}

.f_NRegis_x span {float:left;display:block;height:28px;line-height:28px;}
.f_NRegis_u {height:30px;line-height:31px;overflow:hidden;display:block;float:left;}

.f_NRegis_x {width:330px;float:left;padding-top:6px;}
.f_NRegis_q {width:600px;float:left;padding-top:6px;}
.f_Nregis_i {float:left;width:335px;margin-left:0px;margin-left:60px;_margin-left:12px;}
.f_Nregis_i p {width:335px;float:left;display:block;margin-left:8px;}
.f_nr_m {display:block;padding-left:5px;}

.f_Nregis_b {float:left;width:158px;}
.f_Nregis_b p {width:158px;float:left;display:block;}
.f_Nregis_i p span{float:left;display:block;height:30px;line-height:31px;*line-height:33px;}
.f_Nregis_b p span {float:left;display:block;height:25px;line-height:25px;}
.f_MemLogin p {height:30px;}
.f_MemLogin h2 {color:#333;font-size:14px;font-weight: normal;}
.f_MemLogin_con p {height:28px;}
.f_regual{margin-top:4px;}
.f_regual a{margin-top:4px;color:#AF242A}
.f_regual a:link{margin-top:4px;color:#AF242A}
.f_regual a:hover{margin-top:4px;text-decoration:none;color:#AF242A;}
.f_button{margin-top:5px;}
.sub_email {border:0 none;color:#FFF;cursor:pointer;text-align:center;width:147px;background-color:#e2041b;display:block;float:left;clear:both;overflow: hidden;}
.sub_email a {color:#FFF;font-size:13px;font-weight: normal;}
.f_MemLogin_con a,.f_MemLogin_con a:link,.f_Nregis_b a:link {color:#b0272d;font-size:12px;text-decoration:none;}
.f_Nregis_b a:active,.f_Nregis_b a:hover,.f_MemLogin_con a:active,.f_MemLogin_con a:hover {color:#b0272d;font-size:12px;text-decoration:underline;}
.sub_email a:link,.sub_email a:visited,.sub_email a:hover,.sub_email a:active {color:#FFF;font-size:13px;font-weight: normal;text-decoration:none;}
.bottom_text_i{clear:both;width:1000px;height:58px;}
.bottom_text_c{width:480px;float:left;}
.bottom_text_c p{font-size:12px;line-height:18px;height:18px;}
.bottom_text_img{width:520px;float:left;}
.bottom_text_c_link{ margin:5px 0px;_margin:1px 0px;}
.bottom_text_c_link a{ padding:0px 8px 0px 8px; color:#4D4D4D;}
.bottom_text_c_link a:hover{ color:#B83D42;text-decoration:underline;}
#bottom_text_spe{padding-left:2px;clear:both;}
.bottom_text_c_name{ color:#4D4D4D;margin-top:10px;margin-bottom:10px;padding-left:2px;}
.bottom_text_img_info{ margin:10px 0px 0px 2px;}
.bottom_text_img_info span{ color:#4d4d4d; margin:0px 0px 0px 10px;}
.e_buy_bottom_t{clear:both;margin:0px auto;border-top:1px solid #e2051b;margin-top:15px;border-bottom:1px solid #e2051b;margin-bottom:0px;_margin-top:7px;background:url(../images/index_foot_bg.gif) repeat-x;}
.e_buy_bottom{ width:1000px; margin:0px auto; }
.bottom_text_tel{padding-top: 7px; height: 100px}
.bottom_text_dis{padding-top: 7px;}
/*2013-1-30*/
.bottom_text_c_links{width:1000px; margin:0px auto;}
/*.e_buy_bottom{ width:1000px; margin:0px auto; margin-top:40px;}*/


/*新的极致低价*/
.lowcost {WIDTH: 183px;HEIGHT: 178px; LEFT: 0px;cursor: pointer;position:relative;border: 1px solid #cdcdcd;BACKGROUND: url(../images/right_hslogens.gif) repeat-x;}
.lowcost UL {PADDING-BOTTOM: 10px;PADDING-top: 3px;  PADDING-RIGHT: 10px; _PADDING-RIGHT: 0px; }
.lowcost H3 { WIDTH: 183px; HEIGHT: 29px;border-bottom:1px #cdcdcd solid;}
/*.lowcost .ltitle{padding-left:7px;float:left;FONT-SIZE: 16px;line-height:30px;font-family:Simsun,Helvetica,sans-serif;COLOR: #af242a;font-weight: normal;}*/
.lowcost .ltitle{padding-left:7px;float:left;padding-top:3px;}
.lowcost .ltitle a{ display:block; width:56px;height:20px;background:url(../images/index_yiyuan_right.gif);}
.lowcost .ltitle a:hover{display:block;background:url(../images/index_yiyuan_right_hover.gif);width:56px;height:20px;display:block;text-decoration:none;}

.lowcost .lmore{padding-right:7px;float:right;FONT-SIZE: 12px;line-height:30px;font-family:Simsun,Helvetica,sans-serif;COLOR: #777;}
.lowcost .jizhi_name {PADDING-BOTTOM: 0px; MARGIN-TOP:0px; WIDTH: 154px; HEIGHT: 36px; OVERFLOW: hidden;white-space:nowrap; text-overflow:ellipsis; }
.lowcost .jizhi_name A {LINE-HEIGHT: 18px; HEIGHT: 36px; COLOR: #777; FONT-SIZE: 12px; OVERFLOW: hidden; TEXT-DECORATION: none}
.lowcost .jizhi_name A:hover {COLOR: #bb2733}
.lowcost .price_list {PADDING-LEFT: 5px; WIDTH: 80px;line-height:25px; FONT-FAMILY: Arial; COLOR: #777; FONT-SIZE: 12px; OVERFLOW: hidden;text-decoration:line-through;MARGIN-TOP: 9px;float:left;}
.lowcost .jizhi_y {padding-top:6px;PADDING-LEFT: 8px; WIDTH: 170px;line-height:25px; FONT-FAMILY: Arial; 
FONT-SIZE: 12px; OVERFLOW: hidden;MARGIN-TOP: 0px;color:#b0272d;text-decoration:line-through;}
.lowcost .jizhi_y  span{color:#777}
.lowcost .icon{BACKGROUND: url(../images/icon1.gif) no-repeat;width:79px;height:58px;position:absolute;top:50px;left:10px;}
.lowcost .jizhi_img {padding-left:88px;padding-top:8px;}
.lowcost .jizhi_img A { DISPLAY: block; FLOAT: left; HEIGHT: 80px; VERTICAL-ALIGN: middle;}
.lowcost .jizhi_img A IMG { WIDTH: 80px; HEIGHT: 80px; VERTICAL-ALIGN: middle; PADDING-TOP: 6px;}
.lowcost .jizhi_img IMG { WIDTH: 80px; HEIGHT: 80px; VERTICAL-ALIGN: middle; PADDING-TOP: 6px;}
.lowcost a{ color: #777777; font-family: Simsun,Helvetica,sans-serif;font-size: 12px;line-height: 30px;}
.lowcost a:link{ color: #777777; font-family: Simsun,Helvetica,sans-serif;font-size: 12px;line-height: 30px;}
.lowcost a:hover{color:#b0272d; text-decoration:underline;}


.lowcost .price_y {PADDING-LEFT: 5px; WIDTH: 12px;line-height:32px; COLOR: #E2051B; FONT-SIZE: 18px; OVERFLOW: hidden;MARGIN-TOP: 0px;float:left;}
.lowcost .price_now {padding-top:0px;PADDING-LEFT: 3px; WIDTH: 60px; line-height:26px;FONT-FAMILY: Arial; COLOR: #E2051B; FONT-SIZE: 26px; OVERFLOW: hidden;font-weight: normal;MARGIN-TOP: 0px;float:left;}
.lowcost .left_low {WIDTH: 80px; FLOAT: left;padding-left:3px;padding-top:25px;}
.lowcost .jizhi_pro A {LINE-HEIGHT: 80px; DISPLAY: block; FLOAT: left; HEIGHT: 80px; VERTICAL-ALIGN: middle;}
.lowcost .jizhi_pro A IMG {LINE-HEIGHT: 80px;  WIDTH: 80px; HEIGHT: 80px; VERTICAL-ALIGN: middle; PADDING-TOP: 6px}

/*首页快速送货*/

.HDelivery_m{margin-bottom:7px;}

/*#Hdelivery {position:relative;width:183px;height:60px;overflow:visible;color:#777;font-size:12px;border:1px solid #ddd;}

#Hdelivery dt {position:absolute;top:0;width:91px;height:60px;text-align:center;font-weight:400;font-size:12px;}

#Hdelivery dt a {display:block;width:91px;height:56px;text-decoration:none;padding:2px 0 0;}

#Hdelivery dt strong {color:#777;display:block;line-height:14px;text-align:center;font-size:12px;padding-top:2px;padding-bottom:2px;}

#Hdelivery dt b {display:block;width:57px;height:36px;overflow:hidden;cursor:pointer;margin:0 auto 2px;}

#Hdelivery-fore1 dt {left:0;}

#Hdelivery-fore2 dt {left:91px;border-left:1px solid #dedede;}

#Hdelivery-fore1 b {background-position:-30px -67px;}

#Hdelivery-fore2 b {background-position:-120px -67px;}

#Hdelivery dd {display:none;left:-1px;position:absolute;top:60px;width:183px;height:186px;background:#fff;overflow:hidden;border:1px solid #ddd;}

#Hdelivery dd strong {display:block;font-weight: normal;font-size:18px;margin:12px 10px 8px 10px;color:#333333;}
#Hdelivery dd p {height:20px;line-height:20px;}
#Hdelivery dd .extra {position:absolute;bottom:0;left:0;width:183px;background:#F3F3F3;text-align:center;padding:6px 15px 6px 40px;}

#Hdelivery .hover dt {z-index:1;padding-bottom:1px;background:#fff;border-bottom:none;color:#C30;}

#Hdelivery .hover b {width:67px;height:56px;margin-top:2px;}

#Hdelivery #Hdelivery-fore1.hover b { background-image:url(../images/car_bg.jpg);background-position:-20px 8px;}

#Hdelivery #Hdelivery-fore2.hover b {background-position:-90px 8px;}

#Hdelivery .hover dd,#Hdelivery.hover .close {display:block;}

#Hdelivery .hover dt strong {display:none;}

#Hdelivery dt b {background-image:url(../images/car_bg.jpg);background-repeat:no-repeat;}

#Hdelivery dd p{padding:0 10px;}
#Hdelivery .clr{clear:both;}*/

/*首页新增周末配送样式*/

#Hdelivery {position:relative;width:183px;height:60px;overflow:visible;color:#777;font-size:12px;border:1px solid #ddd;}

#Hdelivery dt {position:absolute;top:0;width:60px;height:60px;text-align:center;font-weight:400;font-size:12px;}

#Hdelivery dt a {display:block;width:60px;height:56px;text-decoration:none;padding:2px 0 0;}

#Hdelivery dt strong {color:#777;display:block;line-height:14px;text-align:center;font-size:12px;padding-top:2px;padding-bottom:2px; font-weight:normal;}

#Hdelivery dt b {display:block;width:60px;height:36px;overflow:hidden;cursor:pointer;margin:0 auto 2px;}

#Hdelivery #Hdelivery-fore1 dt {left:0;}

#Hdelivery #Hdelivery-fore2 dt {left:60px;border-left:1px solid #dedede;}

#Hdelivery #Hdelivery-fore3 dt {left:121px;border-left:1px solid #dedede;}

#Hdelivery #Hdelivery-fore1 b {background-position:0px 0px;}

#Hdelivery #Hdelivery-fore2 b {background-position:-60px 0px;}

#Hdelivery #Hdelivery-fore3 b {background-position:-120px 0px;}

#Hdelivery dd {display:none;left:-1px;position:absolute;top:60px;width:183px;height:186px;background:#fff;overflow:hidden;border:1px solid #ddd;}

#Hdelivery dd strong {display:block;font-weight: normal;font-size:18px;margin:12px 10px 8px 10px;color:#333333;}
#Hdelivery dd p {height:20px;line-height:20px;}
#Hdelivery dd .extra {position:absolute;bottom:0;left:0;width:183px;background:#F3F3F3;text-align:center;padding:6px 15px 6px 40px; line-height:18px; height:18px;}

#Hdelivery .hover dt {z-index:1;padding-bottom:1px;background:#fff;border-bottom:none;color:#C30;}

#Hdelivery .hover b {width:60px;height:36px;margin:12px 0;}

#Hdelivery #Hdelivery-fore1.hover b { background-image:url(../images/index/index_car_bg.jpg);background-position:0px 0px;}

#Hdelivery #Hdelivery-fore2.hover b {background-position:-60px 0px;}

#Hdelivery #Hdelivery-fore3.hover b {background-position:-120px 0px;}

#Hdelivery .hover dd,#Hdelivery.hover .close {display:block;}

#Hdelivery .hover dt strong {display:none;}

#Hdelivery dt b {background-image:url(../images/index/index_car_bg.jpg);background-repeat:no-repeat;}

#Hdelivery dd p{padding:0 10px;}
#Hdelivery .clr{clear:both;}



/*新闻*/
.right_new{ width:185px;margin-top:10px;position:absolute;top:255px;}
.right_new_t{cursor: pointer;height:34px; background:url(../images/index_new_bg.gif);border-top:1px solid #e2051b;border-left:1px solid #CDCDCD;border-bottom:1px solid #CDCDCD;border-right:1px solid #CDCDCD;}

.right_new_t  span{display:block;}
.right_new_title{cursor: pointer;margin-left:9px;margin-top:7px;display:block;height:20px;padding-left:4px;line-height:20px;padding-right:4px;background-color:#f15a25;color:#fff;float:left;font-size:12px;}
.right_new_m{cursor: pointer;padding-right:7px;margin-top:5px;float:right;FONT-SIZE: 12px;line-height:24px;font-family:Simsun,Helvetica,sans-serif;COLOR: #777;}
.right_new_m  a{text-decoration:none;color:#777;}
.right_new_m  a:link{text-decoration:none;color:#777;}
.right_new_m  a:hover{text-decoration:underline;color:#b0272d;}
.right_new_bu{ padding-top:7px;padding-left:5px;float:left;width:56px;height:20px;display:block;}
.right_new_bu  a{ display:block; width:56px;height:20px;background:url(../images/index_new_right.gif);}
.right_new_bu  a:hover{display:block;background:url(../images/index_new_right_hover.gif);width:56px;height:20px;display:block;text-decoration:none;}

.right_new_con{border-left:1px solid #CDCDCD;border-right:1px solid #CDCDCD;border-bottom:1px solid #CDCDCD;}
.right_new_con  li{margin-top:0px;border-bottom:1px #CDCDCD dotted;font-family:Simsun;overflow:hidden;height:35px;line-height:35px;font-size:12px;color: #777777;}
.right_new_con  .time{  margin-left:5px;width: 40px;margin-top:0px;height:31px;line-height:31px;}
.right_new_con  .t_content{margin-left:5px;width: 133px;margin-top:0px;overflow:hidden;height:31px;line-height:31px;}
.right_new_con  .t_content a{color:#777;TEXT-DECORATION: underline;}
.right_new_con  .t_content a:link{color:#777;TEXT-DECORATION: underline;}
.right_new_con  .t_content a:hover{color:#b0272d;TEXT-DECORATION: underline;}

#right_new_end {
    border-bottom: 0 dotted #CDCDCD;
}

/*首页活动*/
.middle_b{margin-top: 49px; position: absolute; top: 215px;}
.middle_b_c{background:url(../images/middle_bg.gif);width:603px;height:147px;_width:603px;}
.middle_b_c  p{margin-left:5px;padding-top:3px;*margin-top:3px;*padding-top:0px;text-align:center;_margin-left:3px;}
.middle_b_c  span{display:block;float:left;line-height:147px;padding-right:2px;padding-top:3px;_padding-right:2px;}
.middle_b_img{border:1px #dedede dashed;}

/*左边环保*/
.index_av{margin-BOTTOM: 6px; WIDTH: 195px;}
.index_av  img{height:144px;width:195px;}

/*左边weixin 2013-5-22*/
.index_wx{margin-BOTTOM: 6px; WIDTH: 195px;}
.index_wx  img{height:96px;width:195px;}

/*左边底部空格 2013-5-22*/
.index_ad_space{height: 90px;position: relative;width: 796px;float: right;}

/*左边微博*/
.index_mod_w{Z-INDEX: 999; margin-BOTTOM: 7px; WIDTH: 195px;background: url("../images/index_wb_bg.jpg") repeat scroll 0 0 transparent;
border-top:1px solid #e2051b;border-left:1px solid #CDCDCD;border-bottom:1px solid #CDCDCD;border-right:1px solid #CDCDCD;height:35px;}
.index_mod_w  .index_mod_g{width:110px;float:left;font-size:12px;line-height:32px;padding-left:15px;padding-top:7px;}
.index_mod_w  .index_mod_g  a{line-height:32px;}
.index_mod_w  .index_mod_i{*padding-top:3px;padding-top:5px;float:left;display:block;font-size:13px;line-height:32px;}
.index_mod_w  .index_mod_m{padding-left:4px;margin-top:4px;float:left;font-size:13px;display:block;}
.index_mod_w  .index_mod_m a:link{color:#666;}
.index_mod_w  .index_mod_m a:hover{text-decoration:none;}
.index_mod_w  .right{ margin-top:8px;margin-right:5px;float:left;width:56px;height:20px;display:block;background:url(../images/index_weibo_right.gif);}
.index_mod_w  .right  a{ display:block; width:56px;height:20px;background:url(../images/index_weibo_right.gif);}
.index_mod_w  .right  a:hover{display:block;background:url(../images/index_weibo_right_hover.gif);width:56px;height:20px;display:block;}

/*新品大放送*/
.index_mod_big{width:195px;background:url(../images/index_big.gif);height:227px;clear:both;margin-BOTTOM: 5px;position:relative;}
.index_mod_big  h2{color: #AF242A;HEIGHT: 31px;margin-bottom:3px;margin-TOP: 3px;font-size:16px;font-weight: normal;padding-top:18px;padding-left:18px;display:block;border-bottom:1px #dedede dotted;}
.index_mod_big .rtitle{padding-left:7px;float:left;FONT-SIZE: 16px;line-height:30px;font-family:Simsun,Helvetica,sans-serif;COLOR: #af242a;font-weight: normal;}
.index_mod_big .rmore{padding-right:14px;float:right;FONT-SIZE: 12px;line-height:30px;font-family:Simsun,Helvetica,sans-serif;COLOR: #666;font-weight:normal;}
.index_mod_big  p{text-align:center;font-size:12px;z-index:33;width:195px;}
.index_mod_big  .price_now {padding-top:0px;PADDING-LEFT: 3px; line-height:26px;FONT-FAMILY: Arial; COLOR: #E2051B; FONT-SIZE: 13px; OVERFLOW: hidden;font-weight: normal;MARGIN-TOP: 0px;float:left;}
.index_mod_big  .icon{BACKGROUND: url(../images/r_new.gif) no-repeat;/*width:36px;*/height:32px;position:absolute;top:60px;left:13px;z-index:9999}

.index_r_more{float:right;font-size:13px;font-family:arial;margin-left:620px;color:#777;display:block;width:50px;margin-top:10px;}


/*Added 2012-08-21 start*/
.index_left_nbig{width:195px;clear:both;margin-BOTTOM: 5px;position:relative;height:205px;border:1px solid #cdcdcd;background:url(../images/left_n_bg.jpg) repeat-x;cursor:pointer;}
.index_left_nbig p{text-align:center;font-size:12px;z-index:33;width:195px;}
.index_left_nbig .icon{BACKGROUND: url(../images/n_big_icons.gif) no-repeat;height:151px;position:absolute;top:1px;left:1px;z-index:9999;width:38px;}
.index_left_nbig .iconw{/* 2013-1-20 BACKGROUND: url(../images/n_big_iconw.gif) no-repeat;*/height:46px;position:absolute;top:8px;left:148px;z-index:9999;width:44px;}
.index_left_nbig .price{font-size:32px;font-family:arial;font-weight: normal;height:40px;}
.index_left_nbig .price span{float:left;display:block;height:40px;line-height:40px;}
.index_left_nbig .price .f{padding-left:35px;margin-right:5px;}
.index_left_nbig .price .gui{color:#333333;font-weight:normal;font-size:18px;padding-top:7px;}
.index_left_nbig .img{padding-top:10px;height:120px;width:120px;text-align:center;margin:0 auto;padding-bottom:5px;}
.index_left_nbig .img img{padding-left:0px;}
.nbig_name,.nbig_name a{font-size:14px;height:20px;color:#000000;font-family: Arial,Simsun,Helvetica,sans-serif;padding-top:5px; position: absolute; overflow: hidden; text-overflow: clip; -o-text-overflow:clip; }
.nbig_name a:link{font-size:14px;}
.nbig_name a:hover{font-size:14px;color:#b0272d;}
.index_left_bo{width:195px;height:36px; border-color: #E2051B #CDCDCD #CDCDCD;border-style: solid;border-width: 1px;margin-BOTTOM: 5px;}
.index_left_f{height:7px;font-size:1px;clear:both;}
/*Added 2012-08-21 end*/

/*Added 2012-09-17 start*/
.topR_con_info {padding-left: 12px;padding-top: 10px;position: relative;}
.login_points {left: -22px;line-height: 20px;position: absolute;top: 40px;}
p#vtip {background-color: #fff;border: 2px solid #e2051b;font-size: 12px;line-height: 20px;padding: 8px 5px; position: absolute;width: 245px;z-index: 888;text-align:left;}
p#vtip #vtipArrow {left: 131px;position: absolute;top: -11px;z-index:999;}
.vPoint {font-family: "宋体";margin-left: 10px;text-align:left;}
.vPoint_color{font-family: Arial; color: #E2051B;font-weight: normal;}
/*Added 2012-09-17 end*/

.index_left_h{clear:both;}

/*add by liu 2012/10/25 */
.e_header_change .header_recommend{float:left; width:182px; margin-top:3px;}

/*add by zheng 2013/3/18 */
.col_red {color:#E2051B;}

/*add by zheng 2013/5/03 */
#topR_nav .topR_content .topR_menu_hd .amount { height:20px; padding:0 6px; background:#E2051B; margin:0 4px; color:#FFF; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius:2px; }
#topR_nav .w90{ width:90px;}
#topR_nav .mycount_search a {width: auto; border-bottom: dotted #999 1px;}
.topR_menu_panel_content a { position:relative;}
.topR_menu_panel_content a .num { position:absolute; top:3px!important; top:-1px; right:7px; background:url(../images/numbg.jpg) no-repeat; width:15px; height:15px; text-align:center; line-height:15px; color:#FFF;}

/*首页头部 微信css*/
.e_top-nav .top-nav-bd .loginInfo a b { cursor:pointer;}
.loginweixin {line-height: 30px; padding-left: 38px; position: relative;}
.loginweixin b {background: url(../images/head_weixin.png) no-repeat; _background: url(../images/head_weixin.gif) no-repeat; height: 15px; left: 19px; overflow: hidden; position: absolute; top: 0px; width: 16px;}
a.loginweixin { position:relative;}
a.loginweixin:hover .topL_weixin_bd { display:block;}
a.loginweixin .topL_weixin_bd {POSITION: absolute; TOP: 13px; left:14px; display:none; width:200px; height:200px; background: url(../images/weixin.png) no-repeat; _background: url(../images/weixin.gif) no-repeat;}

/*首页新增周末配送样式*/

#Hdelivery-sh {position:relative;width:183px;height:60px;overflow:visible;color:#777;font-size:12px;border:1px solid #ddd;}

#Hdelivery-sh dt {position:absolute;top:0;width:60px;height:60px;text-align:center;font-weight:400;font-size:12px;}

#Hdelivery-sh dt a {display:block;width:60px;height:56px;text-decoration:none;padding:2px 0 0;}

#Hdelivery-sh dt strong {color:#777;display:block;line-height:14px;text-align:center;font-size:12px;padding-top:2px;padding-bottom:2px; font-weight:normal;}

#Hdelivery-sh dt b {display:block;width:60px;height:36px;overflow:hidden;cursor:pointer;margin:0 auto 2px;}

#Hdelivery-sh #Hdelivery-fore1 dt {left:0;}

#Hdelivery-sh #Hdelivery-fore2 dt {left:60px;border-left:1px solid #dedede;}

#Hdelivery-sh #Hdelivery-fore3 dt {left:121px;border-left:1px solid #dedede;}

#Hdelivery-sh #Hdelivery-fore1 b {background-position:0px 0px;}

#Hdelivery-sh #Hdelivery-fore2 b {background-position:-60px 0px;}

#Hdelivery-sh #Hdelivery-fore3 b {background-position:-120px 0px;}

#Hdelivery-sh dd {display:none;left:-1px;position:absolute;top:60px;width:183px;height:186px;background:#fff;overflow:hidden;border:1px solid #ddd;}

#Hdelivery-sh dd strong {display:block;font-weight: normal;font-size:18px;margin:12px 10px 8px 10px;color:#333333;}
#Hdelivery-sh dd p {height:20px;line-height:20px;}
#Hdelivery-sh dd .extra {position:absolute;bottom:0;left:0;width:183px;background:#F3F3F3;text-align:center;padding:6px 15px 6px 40px; line-height:18px; height:18px;}

#Hdelivery-sh .hover dt {z-index:1;padding-bottom:1px;background:#fff;border-bottom:none;color:#C30;}

#Hdelivery-sh .hover b {width:60px;height:36px;margin:12px 0;}

#Hdelivery-sh #Hdelivery-fore1.hover b { background-image:url(../images/index/index_car_bg.jpg);background-position:0px 0px;}

#Hdelivery-sh #Hdelivery-fore2.hover b {background-position:-60px 0px;}


#Hdelivery-sh #Hdelivery-fore3.hover b {background-position:-120px 0px;}

#Hdelivery-sh .hover dd,#Hdelivery.hover .close {display:block;}

#Hdelivery-sh .hover dt strong {display:none;}

#Hdelivery-sh dt b {background-image:url(../images/index/index_car_bg.jpg);background-repeat:no-repeat;}

#Hdelivery-sh dd p{padding:0 10px;}
#Hdelivery-sh .clr{clear:both;}

/*印章活动*/

#stamporder {position:relative;width:183px;height:60px;overflow:visible;color:#777;font-size:12px;border:1px solid #ddd;}

#stamporder dt {position:absolute;top:0;width:60px;height:60px;text-align:center;font-weight:400;font-size:12px;}

#stamporder dt a {display:block;width:60px;height:56px;text-decoration:none;padding:2px 0 0;}

#stamporder dt strong {color:#777;display:block;line-height:14px;text-align:center;font-size:12px;padding-top:2px;padding-bottom:2px; font-weight:normal;}

#stamporder dt b {display:block;width:60px;height:36px;overflow:hidden;cursor:pointer;margin:0 auto 2px;}

#stamporder #stamporder-fore1 dt {left:0;}

#stamporder #stamporder-fore2 dt {left:60px;border-left:1px solid #dedede;}

#stamporder #stamporder-fore3 dt {left:121px;border-left:1px solid #dedede;}

#stamporder #stamporder-fore1 b {background-position:0px 0px;}

#stamporder #stamporder-fore2 b {background-position:-60px 0px;}

#stamporder #stamporder-fore3 b {background-position:-120px 0px;}

#stamporder dd {display:none;left:-1px;position:absolute;top:60px;width:183px;height:186px;background:#fff;overflow:hidden;border:1px solid #ddd;}

#stamporder dd strong {display:block;font-weight: normal;font-size:18px;margin:12px 10px 8px 10px;color:#333333;}
#stamporder dd p {height:20px;line-height:20px;}
#stamporder dd .extra {position:absolute;bottom:0;left:0;width:183px;background:#F3F3F3;text-align:center;padding:6px 15px 6px 40px; line-height:18px; height:18px;}

#stamporder .hover dt {z-index:1;padding-bottom:1px;background:#fff;border-bottom:none;color:#C30;}

#stamporder .hover b {width:60px;height:36px;margin:12px 0;}

#stamporder #stamporder-fore1.hover b { background-image:url(../images/index/index_stamp_bg_0.jpg);background-position:0px 0px;}

#stamporder #stamporder-fore2.hover b {background-position:-60px 0px;}


#stamporder #stamporder-fore3.hover b {background-position:-120px 0px;}

#stamporder .hover dd,#Hdelivery.hover .close {display:block;}

#stamporder .hover dt strong {display:none;}

#stamporder dt b {background-image:url(../images/index/index_stamp_bg_0.jpg);background-repeat:no-repeat;}

#stamporder dd p{padding:0 10px;}
#stamporder .clr{clear:both;}

#stamporder .fl{ float:left;margin-top:10px;}
#stamporder .fr{ float:right;}
#stamporder .crl{ clear:both; height:0px; line-height:0px; font-size:0px;}

#stamporder .w_90{width:90px;margin-top:5px;}
#stamporder .stamp{ padding:10px 5px;}
#stamporder #stamp p{color:#777; font-size:12px; line-height:20px;margin-bottom:10px;}
#stamporder .stamp_bottom{ margin-top:30px;}
#stamporder .stamp_bottom p{ margin-top:30px;}

/*add icon by zhengsiyi 2014-1-8*/
.list_icon_2101 { padding-left:20px; background:url(../images/listicon/2101.png) no-repeat left top; _background:url(../images/listicon/2101.gif) no-repeat left top;}
.list_icon_2102 { padding-left:20px; background:url(../images/listicon/2102.png) no-repeat left top; _background:url(../images/listicon/2102.gif) no-repeat left top;}
.list_icon_2103 { padding-left:20px; background:url(../images/listicon/2103.png) no-repeat left top; _background:url(../images/listicon/2103.gif) no-repeat left top;}
.list_icon_2104 { padding-left:20px; background:url(../images/listicon/2104.png) no-repeat left top; _background:url(../images/listicon/2104.gif) no-repeat left top;}
.list_icon_2105 { padding-left:20px; background:url(../images/listicon/2105.png) no-repeat left top; _background:url(../images/listicon/2105.gif) no-repeat left top;}
.list_icon_2106 { padding-left:20px; background:url(../images/listicon/2106.png) no-repeat left top; _background:url(../images/listicon/2106.gif) no-repeat left top;}
.list_icon_2107 { padding-left:20px; background:url(../images/listicon/2107.png) no-repeat left top; _background:url(../images/listicon/2107.gif) no-repeat left top;}

.list_icon_2201 { padding-left:20px; background:url(../images/listicon/2201.png) no-repeat left top; _background:url(../images/listicon/2201.gif) no-repeat left top;}
.list_icon_2202 { padding-left:20px; background:url(../images/listicon/2202.png) no-repeat left top; _background:url(../images/listicon/2202.gif) no-repeat left top;}

.list_icon_2301 { padding-left:20px; background:url(../images/listicon/2301.png) no-repeat left top; _background:url(../images/listicon/2301.gif) no-repeat left top;}
.list_icon_2302 { padding-left:20px; background:url(../images/listicon/2302.png) no-repeat left top; _background:url(../images/listicon/2302.gif) no-repeat left top;}
.list_icon_2303 { padding-left:20px; background:url(../images/listicon/2303.png) no-repeat left top; _background:url(../images/listicon/2303.gif) no-repeat left top;}
.list_icon_2304 { padding-left:20px; background:url(../images/listicon/2304.png) no-repeat left top; _background:url(../images/listicon/2304.gif) no-repeat left top;}
.list_icon_2305 { padding-left:20px; background:url(../images/listicon/2305.png) no-repeat left top; _background:url(../images/listicon/2305.gif) no-repeat left top;}
.list_icon_2306 { padding-left:20px; background:url(../images/listicon/2306.png) no-repeat left top; _background:url(../images/listicon/2306.gif) no-repeat left top;}
.list_icon_2307 { padding-left:20px; background:url(../images/listicon/2307.png) no-repeat left top; _background:url(../images/listicon/2307.gif) no-repeat left top;}
.list_icon_2308 { padding-left:20px; background:url(../images/listicon/2308.png) no-repeat left top; _background:url(../images/listicon/2308.gif) no-repeat left top;}
.list_icon_2309 { padding-left:20px; background:url(../images/listicon/2309.png) no-repeat left top; _background:url(../images/listicon/2309.gif) no-repeat left top;}
.list_icon_2310 { padding-left:20px; background:url(../images/listicon/2310.png) no-repeat left top; _background:url(../images/listicon/2310.gif) no-repeat left top;}
.list_icon_2311 { padding-left:20px; background:url(../images/listicon/2311.png) no-repeat left top; _background:url(../images/listicon/2311.gif) no-repeat left top;}
.list_icon_2312 { padding-left:20px; background:url(../images/listicon/2312.png) no-repeat left top; _background:url(../images/listicon/2312.gif) no-repeat left top;}

.list_icon_2401 { padding-left:20px; background:url(../images/listicon/2401.png) no-repeat left top; _background:url(../images/listicon/2401.gif) no-repeat left top;}
.list_icon_2402 { padding-left:20px; background:url(../images/listicon/2402.png) no-repeat left top; _background:url(../images/listicon/2402.gif) no-repeat left top;}

.list_icon_2501 { padding-left:20px; background:url(../images/listicon/2501.png) no-repeat left top; _background:url(../images/listicon/2501.gif) no-repeat left top;}
.list_icon_2502 { padding-left:20px; background:url(../images/listicon/2502.png) no-repeat left top; _background:url(../images/listicon/2502.gif) no-repeat left top;}
.list_icon_2503 { padding-left:20px; background:url(../images/listicon/2503.png) no-repeat left top; _background:url(../images/listicon/2503.gif) no-repeat left top;}
.list_icon_2504 { padding-left:20px; background:url(../images/listicon/2504.png) no-repeat left top; _background:url(../images/listicon/2504.gif) no-repeat left top;}
.list_icon_2505 { padding-left:20px; background:url(../images/listicon/2505.png) no-repeat left top; _background:url(../images/listicon/2505.gif) no-repeat left top;}
.list_icon_2506 { padding-left:20px; background:url(../images/listicon/2506.png) no-repeat left top; _background:url(../images/listicon/2506.gif) no-repeat left top;}
.list_icon_2507 { padding-left:20px; background:url(../images/listicon/2507.png) no-repeat left top; _background:url(../images/listicon/2507.gif) no-repeat left top;}
.list_icon_2508 { padding-left:20px; background:url(../images/listicon/2508.png) no-repeat left top; _background:url(../images/listicon/2508.gif) no-repeat left top;}
.list_icon_2509 { padding-left:20px; background:url(../images/listicon/2509.png) no-repeat left top; _background:url(../images/listicon/2509.gif) no-repeat left top;}

.list_icon_2601 { padding-left:20px; background:url(../images/listicon/2601.png) no-repeat left top; _background:url(../images/listicon/2601.gif) no-repeat left top;}
.list_icon_2602 { padding-left:20px; background:url(../images/listicon/2602.png) no-repeat left top; _background:url(../images/listicon/2602.gif) no-repeat left top;}

.list_icon_2701 { padding-left:20px; background:url(../images/listicon/2701.png) no-repeat left top; _background:url(../images/listicon/2701.gif) no-repeat left top;}
.list_icon_2702 { padding-left:20px; background:url(../images/listicon/2702.png) no-repeat left top; _background:url(../images/listicon/2702.gif) no-repeat left top;}
.list_icon_2703 { padding-left:20px; background:url(../images/listicon/2703.png) no-repeat left top; _background:url(../images/listicon/2703.gif) no-repeat left top;}
.list_icon_2704 { padding-left:20px; background:url(../images/listicon/2704.png) no-repeat left top; _background:url(../images/listicon/2704.gif) no-repeat left top;}

.list_icon_2801 { padding-left:20px; background:url(../images/listicon/2801.png) no-repeat left top; _background:url(../images/listicon/2801.gif) no-repeat left top;}
.list_icon_2802 { padding-left:20px; background:url(../images/listicon/2802.png) no-repeat left top; _background:url(../images/listicon/2802.gif) no-repeat left top;}

.list_icon_3001 { padding-left:20px; background:url(../images/listicon/3001.png) no-repeat left top; _background:url(../images/listicon/3001.gif) no-repeat left top;}
.list_icon_3002 { padding-left:20px; background:url(../images/listicon/3002.png) no-repeat left top; _background:url(../images/listicon/3002.gif) no-repeat left top;}
.list_icon_3003 { padding-left:20px; background:url(../images/listicon/3003.png) no-repeat left top; _background:url(../images/listicon/3003.gif) no-repeat left top;}
.list_icon_3004 { padding-left:20px; background:url(../images/listicon/3004.png) no-repeat left top; _background:url(../images/listicon/3004.gif) no-repeat left top;}
.list_icon_3005 { padding-left:20px; background:url(../images/listicon/3005.png) no-repeat left top; _background:url(../images/listicon/3005.gif) no-repeat left top;}
.list_icon_3006 { padding-left:20px; background:url(../images/listicon/3006.png) no-repeat left top; _background:url(../images/listicon/3006.gif) no-repeat left top;}
.list_icon_3007 { padding-left:20px; background:url(../images/listicon/3007.png) no-repeat left top; _background:url(../images/listicon/3007.gif) no-repeat left top;}
.list_icon_3008 { padding-left:20px; background:url(../images/listicon/3008.png) no-repeat left top; _background:url(../images/listicon/3008.gif) no-repeat left top;}
.list_icon_3009 { padding-left:20px; background:url(../images/listicon/3009.png) no-repeat left top; _background:url(../images/listicon/3009.gif) no-repeat left top;}
.list_icon_3010 { padding-left:20px; background:url(../images/listicon/3010.png) no-repeat left top; _background:url(../images/listicon/3010.gif) no-repeat left top;}


.class_icon_2101 { padding-left:20px; background:url(../images/classicon/2101.png) no-repeat left top; _background:url(../images/classicon/2101.gif) no-repeat left top;}
.class_icon_2102 { padding-left:20px; background:url(../images/classicon/2102.png) no-repeat left top; _background:url(../images/classicon/2102.gif) no-repeat left top;}
.class_icon_2103 { padding-left:20px; background:url(../images/classicon/2103.png) no-repeat left top; _background:url(../images/classicon/2103.gif) no-repeat left top;}
.class_icon_2104 { padding-left:20px; background:url(../images/classicon/2104.png) no-repeat left top; _background:url(../images/classicon/2104.gif) no-repeat left top;}
.class_icon_2105 { padding-left:20px; background:url(../images/classicon/2105.png) no-repeat left top; _background:url(../images/classicon/2105.gif) no-repeat left top;}
.class_icon_2106 { padding-left:20px; background:url(../images/classicon/2106.png) no-repeat left top; _background:url(../images/classicon/2106.gif) no-repeat left top;}
.class_icon_2107 { padding-left:20px; background:url(../images/classicon/2107.png) no-repeat left top; _background:url(../images/classicon/2107.gif) no-repeat left top;}

.class_icon_2201 { padding-left:20px; background:url(../images/classicon/2201.png) no-repeat left top; _background:url(../images/classicon/2201.gif) no-repeat left top;}
.class_icon_2202 { padding-left:20px; background:url(../images/classicon/2202.png) no-repeat left top; _background:url(../images/classicon/2202.gif) no-repeat left top;}

.class_icon_2301 { padding-left:20px; background:url(../images/classicon/2301.png) no-repeat left top; _background:url(../images/classicon/2301.gif) no-repeat left top;}
.class_icon_2302 { padding-left:20px; background:url(../images/classicon/2302.png) no-repeat left top; _background:url(../images/classicon/2302.gif) no-repeat left top;}
.class_icon_2303 { padding-left:20px; background:url(../images/classicon/2303.png) no-repeat left top; _background:url(../images/classicon/2303.gif) no-repeat left top;}
.class_icon_2304 { padding-left:20px; background:url(../images/classicon/2304.png) no-repeat left top; _background:url(../images/classicon/2304.gif) no-repeat left top;}
.class_icon_2305 { padding-left:20px; background:url(../images/classicon/2305.png) no-repeat left top; _background:url(../images/classicon/2305.gif) no-repeat left top;}
.class_icon_2306 { padding-left:20px; background:url(../images/classicon/2306.png) no-repeat left top; _background:url(../images/classicon/2306.gif) no-repeat left top;}
.class_icon_2307 { padding-left:20px; background:url(../images/classicon/2307.png) no-repeat left top; _background:url(../images/classicon/2307.gif) no-repeat left top;}
.class_icon_2308 { padding-left:20px; background:url(../images/classicon/2308.png) no-repeat left top; _background:url(../images/classicon/2308.gif) no-repeat left top;}
.class_icon_2309 { padding-left:20px; background:url(../images/classicon/2309.png) no-repeat left top; _background:url(../images/classicon/2309.gif) no-repeat left top;}
.class_icon_2310 { padding-left:20px; background:url(../images/classicon/2310.png) no-repeat left top; _background:url(../images/classicon/2310.gif) no-repeat left top;}
.class_icon_2311 { padding-left:20px; background:url(../images/classicon/2311.png) no-repeat left top; _background:url(../images/classicon/2311.gif) no-repeat left top;}
.class_icon_2312 { padding-left:20px; background:url(../images/classicon/2312.png) no-repeat left top; _background:url(../images/classicon/2312.gif) no-repeat left top;}


.class_icon_2401 { padding-left:20px; background:url(../images/classicon/2401.png) no-repeat left top; _background:url(../images/classicon/2401.gif) no-repeat left top;}
.class_icon_2402 { padding-left:20px; background:url(../images/classicon/2402.png) no-repeat left top; _background:url(../images/classicon/2402.gif) no-repeat left top;}

.class_icon_2501 { padding-left:20px; background:url(../images/classicon/2501.png) no-repeat left top; _background:url(../images/classicon/2501.gif) no-repeat left top;}
.class_icon_2502 { padding-left:20px; background:url(../images/classicon/2502.png) no-repeat left top; _background:url(../images/classicon/2502.gif) no-repeat left top;}
.class_icon_2503 { padding-left:20px; background:url(../images/classicon/2503.png) no-repeat left top; _background:url(../images/classicon/2503.gif) no-repeat left top;}
.class_icon_2504 { padding-left:20px; background:url(../images/classicon/2504.png) no-repeat left top; _background:url(../images/classicon/2504.gif) no-repeat left top;}
.class_icon_2505 { padding-left:20px; background:url(../images/classicon/2505.png) no-repeat left top; _background:url(../images/classicon/2505.gif) no-repeat left top;}
.class_icon_2506 { padding-left:20px; background:url(../images/classicon/2506.png) no-repeat left top; _background:url(../images/classicon/2506.gif) no-repeat left top;}
.class_icon_2507 { padding-left:20px; background:url(../images/classicon/2507.png) no-repeat left top; _background:url(../images/classicon/2507.gif) no-repeat left top;}
.class_icon_2508 { padding-left:20px; background:url(../images/classicon/2508.png) no-repeat left top; _background:url(../images/classicon/2508.gif) no-repeat left top;}
.class_icon_2509 { padding-left:20px; background:url(../images/classicon/2509.png) no-repeat left top; _background:url(../images/classicon/2509.gif) no-repeat left top;}

.class_icon_2601 { padding-left:20px; background:url(../images/classicon/2601.png) no-repeat left top; _background:url(../images/classicon/2601.gif) no-repeat left top;}
.class_icon_2602 { padding-left:20px; background:url(../images/classicon/2602.png) no-repeat left top; _background:url(../images/classicon/2602.gif) no-repeat left top;}

.class_icon_2701 { padding-left:20px; background:url(../images/classicon/2701.png) no-repeat left top; _background:url(../images/classicon/2701.gif) no-repeat left top;}
.class_icon_2702 { padding-left:20px; background:url(../images/classicon/2702.png) no-repeat left top; _background:url(../images/classicon/2702.gif) no-repeat left top;}
.class_icon_2703 { padding-left:20px; background:url(../images/classicon/2703.png) no-repeat left top; _background:url(../images/classicon/2703.gif) no-repeat left top;}
.class_icon_2704 { padding-left:20px; background:url(../images/classicon/2704.png) no-repeat left top; _background:url(../images/classicon/2704.gif) no-repeat left top;}

.class_icon_2801 { padding-left:20px; background:url(../images/classicon/2801.png) no-repeat left top; _background:url(../images/classicon/2801.gif) no-repeat left top;}
.class_icon_2802 { padding-left:20px; background:url(../images/classicon/2802.png) no-repeat left top; _background:url(../images/classicon/2802.gif) no-repeat left top;}

.class_icon_3001 { padding-left:20px; background:url(../images/classicon/3001.png) no-repeat left top; _background:url(../images/classicon/3001.gif) no-repeat left top;}
.class_icon_3002 { padding-left:20px; background:url(../images/classicon/3002.png) no-repeat left top; _background:url(../images/classicon/3002.gif) no-repeat left top;}
.class_icon_3003 { padding-left:20px; background:url(../images/classicon/3003.png) no-repeat left top; _background:url(../images/classicon/3003.gif) no-repeat left top;}
.class_icon_3004 { padding-left:20px; background:url(../images/classicon/3004.png) no-repeat left top; _background:url(../images/classicon/3004.gif) no-repeat left top;}
.class_icon_3005 { padding-left:20px; background:url(../images/classicon/3005.png) no-repeat left top; _background:url(../images/classicon/3005.gif) no-repeat left top;}
.class_icon_3006 { padding-left:20px; background:url(../images/classicon/3006.png) no-repeat left top; _background:url(../images/classicon/3006.gif) no-repeat left top;}
.class_icon_3007 { padding-left:20px; background:url(../images/classicon/3007.png) no-repeat left top; _background:url(../images/classicon/3007.gif) no-repeat left top;}
.class_icon_3008 { padding-left:20px; background:url(../images/classicon/3008.png) no-repeat left top; _background:url(../images/classicon/3008.gif) no-repeat left top;}
.class_icon_3009 { padding-left:20px; background:url(../images/classicon/3009.png) no-repeat left top; _background:url(../images/classicon/3009.gif) no-repeat left top;}


.label_icon_2101 { padding-left:20px; background:url(../images/labelicon/2101.png) no-repeat left top; _background:url(../images/labelicon/2101.gif) no-repeat left top;}
.label_icon_2102 { padding-left:20px; background:url(../images/labelicon/2102.png) no-repeat left top; _background:url(../images/labelicon/2102.gif) no-repeat left top;}
.label_icon_2103 { padding-left:20px; background:url(../images/labelicon/2103.png) no-repeat left top; _background:url(../images/labelicon/2103.gif) no-repeat left top;}
.label_icon_2104 { padding-left:20px; background:url(../images/labelicon/2104.png) no-repeat left top; _background:url(../images/labelicon/2104.gif) no-repeat left top;}
.label_icon_2105 { padding-left:20px; background:url(../images/labelicon/2105.png) no-repeat left top; _background:url(../images/labelicon/2105.gif) no-repeat left top;}
.label_icon_2106 { padding-left:20px; background:url(../images/labelicon/2106.png) no-repeat left top; _background:url(../images/labelicon/2106.gif) no-repeat left top;}
.label_icon_2107 { padding-left:20px; background:url(../images/labelicon/2107.png) no-repeat left top; _background:url(../images/labelicon/2107.gif) no-repeat left top;}

.label_icon_2201 { padding-left:20px; background:url(../images/labelicon/2201.png) no-repeat left top; _background:url(../images/labelicon/2201.gif) no-repeat left top;}
.label_icon_2202 { padding-left:20px; background:url(../images/labelicon/2202.png) no-repeat left top; _background:url(../images/labelicon/2202.gif) no-repeat left top;}

.label_icon_2301 { padding-left:20px; background:url(../images/labelicon/2301.png) no-repeat left top; _background:url(../images/labelicon/2301.gif) no-repeat left top;}
.label_icon_2302 { padding-left:20px; background:url(../images/labelicon/2302.png) no-repeat left top; _background:url(../images/labelicon/2302.gif) no-repeat left top;}
.label_icon_2303 { padding-left:20px; background:url(../images/labelicon/2303.png) no-repeat left top; _background:url(../images/labelicon/2303.gif) no-repeat left top;}
.label_icon_2304 { padding-left:20px; background:url(../images/labelicon/2304.png) no-repeat left top; _background:url(../images/labelicon/2304.gif) no-repeat left top;}
.label_icon_2305 { padding-left:20px; background:url(../images/labelicon/2305.png) no-repeat left top; _background:url(../images/labelicon/2305.gif) no-repeat left top;}
.label_icon_2306 { padding-left:20px; background:url(../images/labelicon/2306.png) no-repeat left top; _background:url(../images/labelicon/2306.gif) no-repeat left top;}
.label_icon_2307 { padding-left:20px; background:url(../images/labelicon/2307.png) no-repeat left top; _background:url(../images/labelicon/2307.gif) no-repeat left top;}
.label_icon_2308 { padding-left:20px; background:url(../images/labelicon/2308.png) no-repeat left top; _background:url(../images/labelicon/2308.gif) no-repeat left top;}
.label_icon_2309 { padding-left:20px; background:url(../images/labelicon/2309.png) no-repeat left top; _background:url(../images/labelicon/2309.gif) no-repeat left top;}
.label_icon_2310 { padding-left:20px; background:url(../images/labelicon/2310.png) no-repeat left top; _background:url(../images/labelicon/2310.gif) no-repeat left top;}
.label_icon_2311 { padding-left:20px; background:url(../images/labelicon/2311.png) no-repeat left top; _background:url(../images/labelicon/2311.gif) no-repeat left top;}

.label_icon_2401 { padding-left:20px; background:url(../images/labelicon/2401.png) no-repeat left top; _background:url(../images/labelicon/2401.gif) no-repeat left top;}
.label_icon_2402 { padding-left:20px; background:url(../images/labelicon/2402.png) no-repeat left top; _background:url(../images/labelicon/2402.gif) no-repeat left top;}

.label_icon_2501 { padding-left:20px; background:url(../images/labelicon/2501.png) no-repeat left top; _background:url(../images/labelicon/2501.gif) no-repeat left top;}
.label_icon_2502 { padding-left:20px; background:url(../images/labelicon/2502.png) no-repeat left top; _background:url(../images/labelicon/2502.gif) no-repeat left top;}
.label_icon_2503 { padding-left:20px; background:url(../images/labelicon/2503.png) no-repeat left top; _background:url(../images/labelicon/2503.gif) no-repeat left top;}
.label_icon_2504 { padding-left:20px; background:url(../images/labelicon/2504.png) no-repeat left top; _background:url(../images/labelicon/2504.gif) no-repeat left top;}
.label_icon_2505 { padding-left:20px; background:url(../images/labelicon/2505.png) no-repeat left top; _background:url(../images/labelicon/2505.gif) no-repeat left top;}
.label_icon_2506 { padding-left:20px; background:url(../images/labelicon/2506.png) no-repeat left top; _background:url(../images/labelicon/2506.gif) no-repeat left top;}
.label_icon_2507 { padding-left:20px; background:url(../images/labelicon/2507.png) no-repeat left top; _background:url(../images/labelicon/2507.gif) no-repeat left top;}
.label_icon_2508 { padding-left:20px; background:url(../images/labelicon/2508.png) no-repeat left top; _background:url(../images/labelicon/2508.gif) no-repeat left top;}
.label_icon_2509 { padding-left:20px; background:url(../images/labelicon/2509.png) no-repeat left top; _background:url(../images/labelicon/2509.gif) no-repeat left top;}

.label_icon_2601 { padding-left:20px; background:url(../images/labelicon/2601.png) no-repeat left top; _background:url(../images/labelicon/2601.gif) no-repeat left top;}
.label_icon_2602 { padding-left:20px; background:url(../images/labelicon/2602.png) no-repeat left top; _background:url(../images/labelicon/2602.gif) no-repeat left top;}

.label_icon_2701 { padding-left:20px; background:url(../images/labelicon/2701.png) no-repeat left top; _background:url(../images/labelicon/2701.gif) no-repeat left top;}
.label_icon_2702 { padding-left:20px; background:url(../images/labelicon/2702.png) no-repeat left top; _background:url(../images/labelicon/2702.gif) no-repeat left top;}
.label_icon_2703 { padding-left:20px; background:url(../images/labelicon/2703.png) no-repeat left top; _background:url(../images/labelicon/2703.gif) no-repeat left top;}
.label_icon_2704 { padding-left:20px; background:url(../images/labelicon/2704.png) no-repeat left top; _background:url(../images/labelicon/2704.gif) no-repeat left top;}

.label_icon_2801 { padding-left:20px; background:url(../images/labelicon/2801.png) no-repeat left top; _background:url(../images/labelicon/2801.gif) no-repeat left top;}
.label_icon_2802 { padding-left:20px; background:url(../images/labelicon/2802.png) no-repeat left top; _background:url(../images/labelicon/2802.gif) no-repeat left top;}

.label_icon_3001 { padding-left:20px; background:url(../images/labelicon/3001.png) no-repeat left top; _background:url(../images/labelicon/3001.gif) no-repeat left top;}
.label_icon_3002 { padding-left:20px; background:url(../images/labelicon/3002.png) no-repeat left top; _background:url(../images/labelicon/3002.gif) no-repeat left top;}
.label_icon_3003 { padding-left:20px; background:url(../images/labelicon/3003.png) no-repeat left top; _background:url(../images/labelicon/3003.gif) no-repeat left top;}
.label_icon_3004 { padding-left:20px; background:url(../images/labelicon/3004.png) no-repeat left top; _background:url(../images/labelicon/3004.gif) no-repeat left top;}
.label_icon_3005 { padding-left:20px; background:url(../images/labelicon/3005.png) no-repeat left top; _background:url(../images/labelicon/3005.gif) no-repeat left top;}
.label_icon_3006 { padding-left:20px; background:url(../images/labelicon/3006.png) no-repeat left top; _background:url(../images/labelicon/3006.gif) no-repeat left top;}
.label_icon_3007 { padding-left:20px; background:url(../images/labelicon/3007.png) no-repeat left top; _background:url(../images/labelicon/3007.gif) no-repeat left top;}
.label_icon_3008 { padding-left:20px; background:url(../images/labelicon/3008.png) no-repeat left top; _background:url(../images/labelicon/3008.gif) no-repeat left top;}
.label_icon_3009 { padding-left:20px; background:url(../images/labelicon/3009.png) no-repeat left top; _background:url(../images/labelicon/3009.gif) no-repeat left top;}

.label_icon_3010 { padding-left:20px; background:url(../images/labelicon/3010.png) no-repeat left top; _background:url(../images/labelicon/3010.gif) no-repeat left top;}


/*add icon by zhengsiyi 2014-1-8 end*/

/* stamp */
.fl{ float:left;}
.fr{ float:right;}
.crl{ clear:both; height:0px; line-height:0px; font-size:0px;}

.w_90{width:90px;}
.stamp{ padding:10px 15px;}
.stamp p{color:#777; font-size:12px; line-height:20px;}
.stamp_bottom{ margin-top:10px;}
.stamp_bottom p{ margin-top:20px;}


.title_icon_new {
  z-index: 9999;
  width: 56px;
  height: 36px;
  position: absolute;
  top: -10px;
  left: 678px;
}


/*right_navi begin*/
#right_navi_1_login{
	position:fixed;
	top:255px;
	right:0px;
	display:block;
	height:31px;
	width:31px;
	background-image:url("https://www.ey100.com/images/right_navi_all/right_navi_1_user.jpg");
}

#right_navi_1_user{
	position:fixed;
	top:255px;
	right:0px;
	display:block;
	height:31px;
	width:31px;
	background-image:url("https://www.ey100.com/images/right_navi_all/right_navi_1_user.jpg");
}
#right_navi_2_cart{
	display:block;
	position:fixed;
	top:287px;
	right:0px;
	height:31px;
	width:31px;
	background-image:url("https://www.ey100.com/images/right_navi_all/right_navi_2_cart.jpg");
}
#right_navi_3_news{
	display:block;
	position:fixed;
	top:319px;
	right:0px;
	height:31px;
	width:31px;
	background-image:url("https://www.ey100.com/images/right_navi_all/right_navi_3_news.jpg");
}
#right_navi_3_newscame{
	display:block;
	position:fixed;
	top:319px;
	right:0px;
	height:31px;
	width:31px;
	background-image:url("https://www.ey100.com/images/right_navi_all/right_navi_3_newscame.jpg");
}
#right_navi_4_points{
	display:block;
	position:fixed;
	top:351px;
	right:0px;
	height:31px;
	width:31px;
	background-image:url("https://www.ey100.com/images/right_navi_all/right_navi_4_points.jpg");
}
#right_navi_5_callcenter{
	display:block;
	position:fixed;
	top:383px;
	right:0px;
	height:31px;
	width:31px;
	background-image:url("https://www.ey100.com/images/right_navi_all/right_navi_5_callcenter.jpg");
}
#right_navi_news_menu{
	display:none;
	position:fixed;
	top:319px;
	right:82px;
	width:102px;
	height:auto;
	background-image:url("https://www.ey100.com/images/right_navi_all/right_navi_news_menu.png");
	z-index:10001;
}
#right_navi_news_menu a{
	text-decoration:none;
}
#right_navi_news_ey100,#right_navi_news_coupon,#right_navi_news_welfare,#right_navi_news_yhhd,#right_navi_news_wdhd{
	display:block;
	width:92px;
	padding-left:10px;
	height:25px;
	line-height:25px;
}
#right_navi_news_ey100{
	padding-top:3px;
	position:relative;
}
#right_navi_news_ey100 .num{
    float:right;
	display:block;
	position:relative;
	width:15px;
	text-align:center;
	height:15px;
	line-height:15px;
	background:url(https://www.ey100.com/images/numbg.jpg) no-repeat;
	top:5px;
	right:15px;
	color:#fff;
}
#right_navi_news_coupon .num{
    float:right;
	display:block;
	position:relative;
	width:15px;
	text-align:center;
	height:15px;
	line-height:15px;
	background:url(https://www.ey100.com/images/numbg.jpg) no-repeat;
	top:5px;
	right:40px;
	color:#fff;
}
#right_navi_news_welfare .num{
    float:right;
	display:block;
	position:relative;
	width:15px;
	text-align:center;
	height:15px;
	line-height:15px;
	background:url(https://www.ey100.com/images/numbg.jpg) no-repeat;
	top:5px;
	right:28px;
	color:#fff;
}
#right_navi_news_yhhh .num{
    float:right;
	display:block;
	position:relative;
	width:15px;
	text-align:center;
	height:15px;
	line-height:15px;
	background:url(https://www.ey100.com/images/numbg.jpg) no-repeat;
	top:5px;
	right:28px;
	color:#fff;
}
#right_navi_news_wdhd .num{
    float:right;
	display:block;
	position:relative;
	width:15px;
	text-align:center;
	height:15px;
	line-height:15px;
	background:url(https://www.ey100.com/images/numbg.jpg) no-repeat;
	top:5px;
	right:28px;
	color:#fff;
}
#right_wechat_qrcode{
	position:fixed; top:550px; right:0px;
}