﻿



/* ====================
     公共样式
==================== */
body {
	font-family: Arial;
	font: 12px/1.5 arial;
	color: #666;
	margin: 0;
	padding:0; background:#fff;
}
div {
	margin:0 auto;
	padding:0;
}
h1, h2, h3, h4, h5, h6, ul,li, dl, dt, dd, form, img, p {
	margin:0;
	padding:0;
	border:none;
	list-style-type:none;
}
.normal-header{
	width:1200px;
	margin:0 auto;
	background:#fff;
	height:70px;
}

.block {
	width:1200px;
	margin:0 auto;
	padding-bottom:30px;
}
.block_con{ background:#fff; padding-top:30px;}
.index_body .block {
	width:1200px;
	margin:0 0;
}
.table td, .table th {
	padding:5px;
}
.f_l {
	float:left;
}
.f_r {
	float:right;
}
.tl {
	text-align:left;
}
.tc {
	text-align:center;
}
.tr {
	text-align:right;
}
.dis {
	display:block;
}
.inline {
	display:inline;
}
.none {
	display:none;
}
a {
	text-decoration:none;
	color:#666
}
.dashed {
	background:url(../images/linebg.gif) repeat-x left top;
	color:#3f3f3f;
	padding:2px 0 3px 12px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*html .clearfix {
	height:1%;
}
*+html .clearfix {
	height:1%;
}
/*英文强制换行*/
.word {
	word-break:break-all;
}
/*边框*/
  .B_blue {
	border:1px solid #e6e6e6;
}
.B_input {
	border:1px solid #ccc;
}
.inputBg {
	border:1px solid #b3b3b3;
	height:23px;
	line-height:23px;
}
/*字体颜色ecmoban.com*/
  .f1 {
	color:#0ab3a3;
	font-weight:bold
}
.f2 {
	color:#f69;
	font-weight:bold;
	margin-right:15px;
}
.f3 {
	color:#9e9e9e;
}
.f4 {
	color:#b22825;
}
.f4_b {
	color:#f88082;
	font-weight:bold;
}
.f5 {
	font-size:14px;
	font-weight:bold;
}
.f6 {
	color:#0ab3a3;
}
.market {
	font-size:12px;
	text-decoration:line-through;
	color:#999
}
.shop {
	font-family: 'Arial';
	font-size: 28px;
	color: #0ab3a3;
	font-weight:bold
}
.market_s {
	text-decoration:line-through;
}
.shop_s {
	color:#0ab3a3;
	font-weight:bold
}
/*按钮部分*/
  .bnt_blue {
	background:url(../images/bg.gif) no-repeat 0px 0px;
	width:52px;
	height:21px;
	text-align:center;
	line-height:22px;
	color:#333;
	border:none;
	cursor:pointer;
	overflow:hidden
}
.bnt_blue_1 {
	background:url(../images/bg.gif) no-repeat 0px -663px;
	width:77px;
	height:21px;
	text-align:center;
	line-height:22px;
	color:#333;
	border:none;
	cursor:pointer;
	overflow:hidden
}
.bnt_blue_2 {
	background:url(../images/bg.gif) no-repeat 0px -696px;
	width:139px;
	height:21px;
	text-align:center;
	line-height:22px;
	color:#333;
	border:none;
	cursor:pointer;
	overflow:hidden
}
.bnt_bonus {
	background:url(../images/bg.gif) no-repeat -56px 0px;
	width:52px;
	height:21px;
	text-align:center;
	line-height:22px;
	color:#333;
	border:none;
	cursor:pointer;
	overflow:hidden
}
/*box from ec moban*/
 
  .box_1 {
	border:0px solid #ddd;
	background-color:#fff;
}
.box_2 {
	border:1px solid #ddd;
	background:url(../images/box_2bg.gif) repeat-x top left;
	background-color:#edf8fe;
}
.boxCenterList {
	padding:8px;
}
/*模块标题*/
  h3 {
	height:32px;
	line-height:32px;
	font-size:12px;
	background:#f5f5f5;
	text-align:right;
	padding:0 12px;
	font-weight:100;
}
h3.border {
	border:1px solid #e2e2e2;
	border-bottom:none;
}
h3 img {
	position:relative;
	top:7px;
}
h3 span {
	float:left;
	font-size:14px;
	height:32px;
	line-height:32px;
	text-align:left;
	font-weight:bold;
	color:#666;
	padding-left:5px;
	font-family:"微软雅黑"
}
h3 a {
	color:#333;
	text-decoration:none;
	font-family:"微软雅黑"
}
h5 {
	height:26px;
	line-height:26px;
	text-align:right;
	background-color:#f6f6f6;
	font-size:12px;
	color:#900;
	padding:0 10px 0 0;
}
h5 span {
	float:left;
	font-weight:bold;
	padding-left:15px;
}
h6 {
	height:38px;
	line-height:38px;
	text-align:right;
	font-size:12px;
	background:#f6f6f6;
	color:#3f3f3f;
	border:1px solid #fff;
	padding-right:10px;
}
h6 span {
	float:left;
	padding-left:15px;
	font-size:14px;
}
/*页面留白*/
  .blank {
	height:5px;
	line-height:5px;
	clear:both;
	visibility:hidden;
}
.blank5 {
	height:0px;
	line-height:0px;/* _margin:-3px 0;e c m o b a n*/
	clear:both;
	visibility:hidden;
}
/*布局*/
  .AreaL {
	width:100%;
	float:left;
}
.index_page {
	background:#FFF;
	width:100%;
	position:absolute;
}

.index_page .AreaL {
	background:#FFF;
}
.AreaR {
	width:100%;
}
/* ====================
     导航部分
==================== */
.topWrap {
	height:40px;
	margin:0 auto;
}
.top_nav {
	height:38px;
	line-height:38px;
	background:#f5f5f5;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	position:relative;
	z-index:999999999
}
.top_bav_l {
	float:left
}
.top_bav_l li {
	float:left;
}
.top_bav_l .top_sc {
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	padding:0 5px;
	margin-right:12px
}
.top_bav_l .menuPopup {
	position:relative
}
.top_bav_l .top_nav_box {
	position: absolute;
	top: 38px;
	left: 0;
	line-height: 20px;
	border: 1px solid #eeeced;
	background: #f5f3f4;
	z-index: 100;
	display: none;
	width: 68px;
	padding: 0 5px;
}
.top_bav_l .top_weibo {
	width: 68px;
	padding: 0 5px;
}
.top_bav_l a.attention, .top_bav_l a.top_weixin, .top_bav_l a.top_weibo, .top_bav_l a.top_qq {
	background:url(../images/headtop_icon.png) no-repeat;
}
.top_bav_l a {
	height: 38px;
	line-height:38px;
	float:left
}
.top_bav_l a.attention {
	background-position:-14px 0;
	width:18px;
	padding:0 5px;
	float:left;
	margin-top:6px;
	height:29px;
}
.top_bav_l a.attention:hover {
	background-position:-64px 0;
}
.top_bav_l a.top_weixin {
	background-position:-131px 0;
	width:19px;
	padding:0 5px;
	float:left;
	margin-top:6px;
	height:29px;
}
.top_bav_l a.top_weibo {
	background-position:-14px 0;
	width:18px;
	padding:0 5px;
	float:left;
}
.top_bav_l a.top_weibo:hover {
	background-position:-64px 0;
}
.top_bav_l a.top_qq {
	background-position:-41px 0;
	width:13px;
	padding:0 5px;
	float:left;
	margin:0 10px 0 5px;
}
.top_bav_l a.top_qq:hover {
	background-position:-97px 0;
}
.top_bav_l .weixinBox {
	width: 150px;
	height: 190px;
	left: -1px;
	position: absolute;
	top: 38px;
	left: 0;
	padding: 5px 0;
	line-height: 38px;
	border: 1px solid #eeeced;
	background: #f5f3f4;
	z-index: 100;
	display: none;
}
/* ====================
导航部分
==================== */

 /*头部左侧收藏我们与微博微信*/ 
.headTop_l a.top_weibo, .headTop_l a.top_qq, .headTop_l a.attention, .headTop_l a.top_weixin {
	background:url(../images/headtop_icon.png) no-repeat;
}
.headTop_l {
	float:left;
	border-left:solid 1px #e8e8e8;
}
.headTop_l li {
	border-right:solid 1px #e8e8e8;
	float:left;
}
.headTop_l li span {
	display:block;
	padding:0 5px 0 15px;
	line-height:26px;
	float:left;
}
.headTop_l a {
	padding:0 10px;
	height:26px;
	line-height:26px;
}
.headTop_l a.attention {
	background-position:-14px 0;
	width:18px;
	padding:0 5px;
	float:left;
}
.headTop_l a.attention:hover {
	background-position:-64px 0;
}
.headTop_l a.top_weixin {
	background-position:-132px 0;
	width:19px;
	padding:0 5px;
	float:left;
}
.headTop_l a.top_weibo {
	background-position:-106px 0;
	width:18px;
	padding:0 5px;
	float:left;
}
.headTop_l a.top_weibo:hover {
	background-position:-279px 0;
}
.headTop_l a.top_qq {
	background-position:-133px 0;
	width:13px;
	padding:0 5px;
	float:left;
	margin:0 10px 0 5px;
}
.headTop_l a.top_qq:hover {
	background-position:-312px 0;
}
.headTop_l .topPopUpNav {
}
.headTop_l .topPopUpNav a {
	line-height:21px;
	text-indent:12px;
	display:block;
	text-align:left;
}
.headTop_l .weixinBox {
	width:150px;
	height:190px;
	left:-1px;
}
.headTop_l .weiboBox {
	width:68px;
	padding:0 5px;
}
/*头部*/
.header {
	height:35px;
	padding:15px 0;
}
.header .top {
	text-align: left;
}
.header .top .right {
	color: #434a54;
	font-size: 12px;
	padding-top: 33px;
}
.header .top .right .menu {
	position: relative;
	float: right;
	display: inline-block;
	_display: inline;
	width:335px;
	padding-top: 10px;
	margin-left: 0;
	margin-right: 105px;
}
.header .top .right .menu li {
	float: right;
	display: inline-block;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border-right: 1px solid #ccd1d9;
	padding: 0 15px 0 15px;
}
.header .top .right a {
	color: #434a54;
	text-decoration: none;
}
.header .top .right .search {
	position: relative;
	float: right;
	display: inline-block;
}
.header .top .right .search .txt {
	display: block;
	width: 245px;
	height: 32px;
	line-height: 32px;
	text-indent: 6px;
	border: 3px solid #f69;
	background: #fff;
	margin-bottom: 6px;
	color: #ccd1d9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.header .top .right .search .mbtn {
	position: absolute;
	left: 322px;
	top: 0;
	z-index: 2;
	display: block;
	width: 50px;
	height: 40px;
	cursor: pointer;
	border: 0;
	background: 0;
}
.header .top .right .search .hot {
	display: block;
	text-align: left;
	color: #aab2bd;
}
.header .top .right .search .hot a {
	color: #aab2bd;
	margin-right: 6px;
}
.header .top .right .search .iconsear {
	position: absolute;
	left:224px;
	top: 10px;
	z-index: 1;
	display: block;
	cursor: pointer;
	border: 0;
}
.icon-common-search {
	width: 17px;
	height: 18px;
	background-position: -223px -51px;
}
.logo {
	width: 106px;
	height: 36px;
	margin-right: 13px;
	cursor: pointer;
	overflow: hidden;
	float: left;
}
a.arr b, .headTop_l a.vancl, .headTop_l a.weibo, .headTop_l a.qq, .headTop_l a.attention, .headTop_l a.weixin, .top_shopCart, .top_shopCart a b, .keyword, #seachbtn, .items li s, .items li b, .pop-subcategory b {
	background:url(../images/i_index_icon.png) no-repeat;
}
.headTop_r {
	float:right;
}
.headTop_r ul {
}
.headTop_r ul li {
	float:left;
	padding:0 10px;
	height:27px;
	line-height:27px;
	background:url(../images/i_top_line_bg.jpg) right no-repeat
}
.headTop_r ul li.welcomeVjia {
	text-align:right;
	border-right:solid 1px #e8e8e8;
	color:#818181;
	background:none
}
.headTop_r ul li.welcomeVjia span {
	padding-left:25px;
}
ul.shoppingMes li.welcomeVjia .loginvjia {
	color:#dc0050;
}
.headTop_r ul li.menuPopup {
	width:82px;
	padding:0;
	text-align:center;
	position:relative;
	z-index:100;
	display:block;
}
.headTop_r ul li.menuPopup a.arr {
	width:82px;
	display:block;
	_padding:4px 0;
}
.headTop_r ul li.menuPopup a.arr b {
	background-position:-165px -12px;
	display:inline-block;
	width:7px;
	height:5px;
	margin-left:3px;
	vertical-align:middle;
}
.headTop_r ul li.menuPopup a.trak {
	position:absolute;
	border:1px solid #e2e2e2;
	left:0;
	border-bottom:none;
	z-index:101;
	width:80px;
	height:27px;
	margin-top:-1px;
	background:#f5f3f4;
	color:#9a0002;
	-webkit-box-shadow:1px 0 rgba(0, 0, 0, 0.2);
	box-shadow:1px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:1px 0 rgba(0, 0, 0, 0.2);
}
.headTop_r ul li.menuPopup a.trak b {
	background-position:-174px -12px;
}
.headTop_r .topPopUpNav {
	position:absolute;
	top:26px;
	left:0;
	padding:5px 0;
	line-height:20px;
	border:1px solid #e2e2e2;
	background:#f5f3f4;
	z-index:100;
	-webkit-box-shadow:1px 1px rgba(0, 0, 0, 0.2);
	box-shadow:1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:1px 1px rgba(0, 0, 0, 0.2);
	width:80px;
	display:none;
}
.headTop_r .topPopUpNav a {
	line-height:21px;
	text-indent:12px;
	display:block;
	text-align:left;
}
.headTop_r .website {
	width:220px;
	left:-140px;
}
.website dl {
	padding:2px 0 0 15px;
	text-align:left;
}
.website dl dt {
	font-weight:bold;
}
.website dl dt.c1 {
	color:#FF731F
}
.website dl dt.c2 {
	color:#86BE13
}
.website dl dt.c3 {
	color:#F04782
}
.website dl dd {
	overflow:hidden;
	zoom:1;
	margin-bottom:5px;
}
.website dl dd a {
	width:65px;
	float:left;
	text-indent:0;
}
/* log 搜索  购物车*/
.header_bg{ background: #fff}
.logo_wrap .header .nav li a .before,.logo_wrap .header .nav li a .after,.logo_wrap .header .nav li .cate_list_content dt a,.logo_wrap .header .nav li .cate_list_content dd a,.logo_wrap .header .nav li .cate_list{ -webkit-transition: all,0.2s,ease-in-out; -o-transition: all,0.2s,ease-in-out; transition: all,0.2s,ease-in-out;}
.logo_wrap{ 
}
.logo_wrap .header{ background:#fff; padding:10px 29px 10px; position:relative; z-index:1;}
.logo_wrap .header h1{ float:left;}
.logo_wrap .header .nav{ float:left; margin-left:13px; margin-top:5px;}
.logo_wrap .header .nav ul{ text-align:center;}
.logo_wrap .header .nav li{ 
float:left;
}
.logo_wrap .header .nav li a{ 
float: left; 
text-decoration: none; 
position: relative; 
z-index: 1; 
font-size: 16px; 
color: #888888; 
line-height: 24px; 
text-transform: uppercase;
}
.logo_wrap .header .nav li a span{ 
padding:19px 20px 12px; 
cursor:pointer; 
white-space:nowrap; 
position:relative; 
z-index:2; 
display:block;
}
.logo_wrap .header .nav li a:hover{ 
color:#00a0da;
}
/*导航小三角*/
.logo_wrap .header .nav li a span.cate_nav{ 

}
.logo_wrap .header .nav li a .before,.logo_wrap .header .nav li a .after{ 
position: absolute; 
left: 50%; 
width: 0; 
bottom: 0; 
height: 3px; 
background: #00a0da; 
opacity: 0;
}
.logo_wrap .header .nav li a.cur .before,.logo_wrap .header .nav li a.cur .after,.logo_wrap .header .nav li a:hover .before,.logo_wrap .header .nav li a:hover .after,.logo_wrap .header .nav li.cate_show a .before,.logo_wrap .header .nav li.cate_show a .after{ width:100%; left:0; opacity:1;}
.logo_wrap .header .nav li .cate_list{ width: 250px; position: absolute; top:70px;background: #fff; box-shadow: 0 0 21px rgba(0,0,0,0.1);  margin: 0 auto; z-index:1; display: none;
opacity: 0;}
.logo_wrap .header .nav li .cate_list_content{ padding:0px 0px; overflow:hidden; text-align:left;}
.logo_wrap .header .nav li .cate_list_content dl{ width: 100%; padding:10px 10px; text-align: left; display:inline-block; vertical-align:top; *display:inline; *zoom:1;}
.logo_wrap .header .nav li .cate_list_content dt{ font-size: 18px; margin-bottom: 0px; color: #333; text-transform: uppercase; display: block; color: #333;}
.logo_wrap .header .nav li .cate_list_content dt a{ color:#333; float:none;}
.logo_wrap .header .nav li .cate_list_content dt a:hover{ color:#00a0da;}
.logo_wrap .header .nav li .cate_list_content dd a{ color: #888; font-size: 12px; display: block; line-height: 18px; position: relative; width: 100%; margin-bottom: 1px; padding: 5px 13px; text-transform: uppercase; margin-left: -12px;}
.logo_wrap .header .nav li .cate_list_content dd a:hover{ background: #f1f1f1; color: #00a0da; margin-left: 0px;}
.logo_wrap .header .nav li.cate_show .cate_list{ display: block; opacity: 1;}
.header_right{ float:right;}
.header_right .header_nav{ float: right; margin-left: 30px; height: 35px; position: relative; z-index:1;}
.header_right .nav_cart a{ white-space:nowrap; display:block; width:63px;}
.header_right .header_nav a i{ width:31px; height:29px; background:url(../images/icon.png) no-repeat 0 -75px; float:left;}
.header_right .nav_cart a .cart_num{ background: url(../images/header_icon.jpg) 5px -110px no-repeat; width: 23px; height: 23px; line-height: 23px; text-align: center; font-size: 14px; color: #fff; float: right; padding: 0 2px 8px 7px; vertical-align: top;}
.header_right .nav_cart a:hover i{ background-position:-41px -75px;}
.header_right .nav_person{}
.header_right .nav_person a{}
.header_right .nav_person a i{ background-position:2px -37px;}
.header_right .nav_person a:hover i{ background-position:-39px -37px;}
.header_right .nav_search a i{ background-position:2px 0;}
.header_right .nav_search a:hover i{ background-position:-39px 0;}
.header_right .skip-active{ display: block; position: absolute; background: #fff; top: 20px; z-index: 1000; padding: 20px;-webkit-animation: skipLinks 0.25s linear; -webkit-animation: skipLinks 0.25s linear; -moz-animation: skipLinks 0.25s linear; -ms-animation: skipLinks 0.25s linear; -o-animation: skipLinks 0.25s linear; animation: skipLinks 0.25s linear;}
.header_right .skip-content{ left: auto; right: -12%; width: 280px; display: none; }
.header_right .skip-content.skip-active{ top: 15px; padding: 0px; display: block;}
#searchform{ padding-right:40px;}
#searchform .input-box{ padding-left:20px; }
#searchform .input_box{ position:relative; padding-right:20px; height:40px;}
#searchform .required-entry{ background:#f5f5f5; width:100%; padding:5px 10px; height:24px; line-height:24px;  border:1px solid #888; border-radius:5px;
-webkit-border-radius:10px;
-moz-border-radius:10px;}
#searchform .search-btn{ height: 30px; width: 55px; background: none; padding-top: 6px; background: none; box-shadow: none; position: absolute; right: 2px; top: 0; display: block; color: #00a0da; border: none; font-size: 30px; outline: 0;}
#searchform .search-btn i{ width:29px; height:24px; background:url(../images/rearch.png) no-repeat; float:left; margin-left:11px;}
#searchform .search-close{ position: absolute; top: 10px; right: -40px; color: #888; cursor: pointer; font-size: 20px;}
#searchform .search-close i{ width:31px; height:29px; background:url(../images/icon.png) no-repeat -76px -66px; float:left;}
@-webkit-keyframes skipLinks{0%{opacity:0}100%{opacity:1}}
@-moz-keyframes skipLinks{0%{opacity:0}100%{opacity:1}}
@-o-keyframes skipLinks{0%{opacity:0}100%{opacity:1}}
@keyframes skipLinks{0%{opacity:0}100%{opacity:1}}

.logo_wrap .logo_new{}
.logo_wrap .logo_new img{}
.logo_wrap .account {
	float:right;
	font-size:12px;
}
.logo_wrap .account .user-command {
	float:left;
	margin-top:15px;
	color:#323232;
	text-decoration: none
}
.logo_wrap .account .user-command li {
	border-right: 1px solid #eaeaea;
	color: #999;
	float: left;
	line-height: 1;
	padding: 0 15px;
}
.logo_wrap .account .user-command li a {
	color: #999;
}
.logo_wrap .account .user-command li:last-child {
	border-width: 0;
}
.logo_wrap .account .shopping-trolley {
	background: #fff url(../images/cart_img.gif) no-repeat 10px 10px;
	float: left;
	margin-left: 15px;
	border: 2px solid #eaeaea;
	color: #999;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px 0 30px;
	position: relative;
	z-index: 100;
}
.ser_n {
	border: 2px solid #f69;
	display: inline;
	background: #fff;
	float: left;
	height: 30px;
	left: 50%;
	margin-left: -240px;
	margin-top: 2px;
	position: absolute;
	width: 460px;
	z-index: 450
}
.ser_n input {
	float: left
}
.ser_n .search-table {
	position: relative;
	float: left;
	text-align: center;
	cursor: pointer
}
.ser_n .search-table .cur {
	float: left;
	border: 1px solid #f5f5f5;
	border-right-color: #e6e6e6;
	width: 68px;
	background-color: #f5f5f5;
	line-height: 28px
}
.ser_n .search-table .list {
	border: 1px solid #e6e6e6;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 460;
	background-color: #fff;
	width: 68px;
	line-height: 28px
}
.ser_n .search-table .list a {
	display: inline-block;
 *zoom:1;
 *display:inline;
	width: 100%;
	color: #666
}
.ser_n .search-table .list a:hover {
	background-color: #f5f5f5
}
.ser_n .search-table .arrow {
	position: absolute;
	z-index: 461;
	top: 13px;
	right: 8px;
	background: url("../images/mls_global140607.png") no-repeat -20px -70px;
	height: 6px;
	width: 10px
}
.ser_n .ipt1 {
	height: 30px;
	overflow: hidden;
	float: left;
	width: 300px
}
.ser_n .ipt1 input {
	-webkit-appearance: none;
	outline: 0;
	background: 0;
	border: 0;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	margin-top: 3px;
	color: #999;
	width: 265px
}
.ser_n .ipt2 {
	background-color: #f69;
	height: 30px;
	overflow: hidden;
	float: left;
	width: 90px
}
.ser_n .ipt2 input {
	background: 0;
	border: 0;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	height: 30px;
	width: 90px
}
.ser_n .ipt2 input:hover {
	color: #fff
}
.cart_info {
	float: right;
	padding-top: 2px
}
.cart_info li {
	background-color: #f5f5f5;
	border: 1px solid #e6e6e6;
	display: inline;
	margin-left: 10px;
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative
}
.cart_info li .carts_num {
	background: url("../images/mls_global140607.png") no-repeat -46px -116px;
	color: #fff;
	text-align: center;
	height: 15px;
	line-height: 12px;
	width: 23px;
	position: absolute;
	left: 16px;
	top: -8px
}
.cart_info li .carts_num:hover {
	color: #fff
}
.bot_cart {
	background: #fff;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	box-shadow: 0 3px 8px rgba(51, 51, 51, 0.6);
	-webkit-box-shadow: rgba(51, 51, 51, 0.6) 0 3px 8px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.bot_cart .first {
	border-left: none;
}
.bot_cart li {
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #ccc;
	text-align: center;
	height: 34px;
	line-height: 34px;
	width: 140px;
	position:relative;
}
.bot_cart li a {
	display: block;
}
.bot_cart .last {
	border-right: 0;
}
.b_msg {
	background: url("../images/im_remind.png") no-repeat;
	padding: 1px 8px;
	background-position: 0 0;
}
.bot_cart .carts_num {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 16px;
	line-height: 16px;
	margin-right: -4px;
	padding-left: 4px;
	padding-right: 4px;
	position: relative;
	top: -8px;
	right: 4px;
	background: #f69;
	color: #fff;
}
.cart_info li .i_cart {
	background-position: -192px -45px;
}
.i_sina, .g_sina, .i_ren, .g_ren, .i_tx, .i_qzone, .g_qzone, .i_dban, .i_renren, .i_QQ, .i_baidu, .i_wangyi, .i_taobao, .i_house, .i_comm, .i_mail, .i_notice, .i_mob, .i_cart, .i_order, .i_search, .b_cart, .b_msg {
	background: url("../images/mls_global140607.png") no-repeat;
	padding: 1px 8px;
}
.i_order {
	background-position: -223px -45px;
}
.i_search {
	background-position: 8px -61px;
	float: left;
	height: 22px;
	width: 10px;
}
.cart_info li .carts_num a {
	color:#FFF;
}
.cart_info li a:hover {
	color:#f69
}
.cart_info li span a:hover {
	color:#FFF;
}
/*页面主导航*/
.menu_box {
	border-bottom: 3px solid #333;
	border-top: 1px solid #eaeaea;
}
.menu_box a {
	color: #000;
	display: inline-block;
	line-height: 1;
	height:40px;
	width: 10%;
	float:left;
	text-align:center;
	font-size:16px;
	line-height:40px
}
.menu_box a:last-child {
	border:none
}
.menu_box a.all-category {
	width:190px;
	background:#333;
	color:#fff
}
.menu_box a.cur {
	color:#7161a8
}
.menu_box a:hover {
	color:#7161a8;
}
/*当前位置*/
  #ur_here {
	height:24px;
	line-height:24px;
	font-size:18px;
}
#ur_here a {
	color:#666;
	text-decoration:none;
}
/* ====================
     模块
==================== */

   /*商品分类*/
  
#category_tree {}
#category_tree .tit { font-size: 16px; color: #333; font-weight: 400; font-style: normal; padding: 0 0 10px; margin-bottom: 10px; border-bottom: solid 3px #dfdfdf;}
.index_page #category_tree dl {
	float:left;
	width:188px;
	border:1px solid #e6e6e6;
	position:relative;
	padding-bottom:5px;
	background:#8575bb
}
#category_tree .dt {
	font-size:12px;
	position:relative;
	padding:0 20px;
	border-bottom:1px dotted #ccc;
	background:#8575bb;
}
#category_tree .dt:hover{ background:#fff}
#category_tree .dt .a {
	color:#fff;
	font-family:"微软雅黑";
	padding-left:20px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:45px;
	line-height:48px;
	position:relative;
}
#category_tree .dt .a img {
	position:absolute;
	right:10px;
	top:18px;
}
#category_tree .dt .t {
}
#category_tree .dt .a:hover {
	color:#8575bb
}
#category_tree .current .a {
	color:#8575bb
}
#category_tree .cate {
	line-height:22px;
	font-weight:bold;
	padding:5px;
}
#category_tree .cate .clearfix a {
	font-weight:normal;
	float:left;
	width:100px;
}
#category_tree dd {
	padding:3px 10px 3px 10px;
	line-height:24px;
	position:absolute;
	left:186px;
	top:0;
	width:400px;
	background:#fff
}
#category_tree dd .over_3 {
	color:#666;
	text-decoration:none;
	padding-right:10px;
	float:left;
	width:90px;
}
#category_tree dd .clearfix {
	border-bottom:1px solid #e5e5e5;
	line-height:30px;
}
#category_tree dd .over_3:hover {
	color:#f69;
	text-decoration: underline;
}
#category_tree dd .over_2 {
	display:block;
	height:30px;
	line-height:30px;
	color:#666;
	font-weight:bold
}
/*里页分类树*/	
	
	  #category_tree .cate h1 {
	font-size:12px;
	font-weight: bold;
	font-family:"微软雅黑";
	height:35px;
	line-height:35px;
	border-top:1px solid #eee
}
#category_tree .cate h1 a {
	font-size:12px;
	color:#666
}
#category_tree {
}
.sale_box {
	width:928px;
	float:right;
	border:1px solid #e6e6e6;
}
.sale_box .tit {
	font-size:14px;
	font-weight:bold;
	height:32px;
	line-height:32px;
	border-bottom:1px solid #e6e6e6
}
.sale_box ul {
	float:left;
	width:216px;
	padding:7px;
	line-height:22px;
	margin:9px 0 0px 1px
}
.sale_box ul img {
	width:216px;
	height:auto;
}
/*销售排行*/
   
 
   
   .top10Tit {
	background:url(../images/bg.gif) no-repeat 0px -85px;
	height:30px;
}
.top10List {
	background-color:#fff;
	margin:0px 4px 4px 4px;
}
.top10List ul {
	border-bottom:1px solid #ddd;
	position:relative;
}
.top10List .iteration {
	position:absolute;
	top:6px;
	left:6px;
}
.top10List .iteration1 {
	padding-left:3px;
}
.top10List li.topimg {
	width:90px;
	height:90px;
}
.top10List .samllimg {
	width:90px;
	height:90px;
	margin-bottom:4px;
}
.top10List li {
	padding:3px 3px 3px 23px;
	float:left;
}
/*linkCOLOR*/
   .top10List li a, #mallNews .NewsList li a, .boxCenterList li a {
	color:#3f3f3f;
	text-decoration:none;
}
.top10List li a:hover, #mallNews .NewsList li a:hover, .boxCenterList li a:hover {
	color:#f88082;
	text-decoration: underline;
}
.top10_1 {
	width:223px;
	height:106px;
	background: url(../images/top10_1.gif) no-repeat
}
.top10_1 li {
	color:#FFF;
	font-size:12px;
	font-weight:bold
}
.top10_1 li a {
	color:#FFF;
	font-weight:normal;
	display:block;
	padding-bottom:7px;
}
.top10_1 li .f1 {
	color:#FFF
}
/*首页焦点图*/
 
   #mallNews {
	float: left;
	width: 540px;
	border: 1px solid #e6e6e6;
}
.more_news{
	float:right;
	margin-right 20px;
}
.newart_tit {
	width:192px;
	height:26px;
	line-height:26px;
	background:url(../images/newart_tit.gif);
	color:#c90707;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	color:#333;
	font-size:12px;
	padding-left:10px;
}
#mallNews .news_icon {
	background:#FFFFFF;
	padding:7px;
	width:200;
	height:400;
	
}
#mallNews .news_icon img{
	padding:7px;
	float:left;
	margin-top:15px;
}
#mallNews .NewsList {
	background:#FFFFFF;
	padding:7px;
	margin-left:230px;
}

#mallNews .NewsList ul {
	line-height:25px;
}
#mallNews .NewsList li {
	background:url(../images/bg.gif) no-repeat 0px -164px;
	padding:0px 0px 0px 10px;
	line-height:22px;
	height:22px;
	margin:7px 0;
	text-align:left;
	color:#666;
	overflow:hidden
}
#mallNews .NewsList li a {
	color:#666;
	height:22px;
	line-height:22px;
	overflow:hidden;
}
/*今日特价和品牌*/
   #sales {
	width:500px;
	background:url(../images/salesbg.gif) repeat-x left bottom;
	border-bottom:2px solid #f0f1f3;
	background-color:#eef8ff;
}
#sales h1 {
	font-size:12px;
	background:url(../images/salestitbg.gif) no-repeat;
	height:33px;
	text-align:right;
}
#sales h1 img {
	position:relative;
	top:10px;
	right:8px;
}
#sales .goodBox {
	margin:10px 0px 10px 10px;
	_margin-left:5px;
}
#sales .goodBox .goodList p {
	text-align:left;
	color:#3f3f3f;
}
#sales .goodBox .goodList p a {
	color:#3f3f3f;
	text-decoration:none;
}
#sales .goodBox .goodList p a:hover {
	color:#f69;
	text-decoration: underline;
}
#sales .goodList {
	width:110px;
	margin:0px 5px 0px 5px;
	float:left;
}
#sales .goodList img {
	background:url(../images/salesgoodbg.gif) no-repeat;
	width:100px;
	height:100px;
	padding:5px;
}
#sales .goodList p {
	margin-top:3px;
	text-align:center;
}
#brands {
	width:247px;
	height:199px;
*height:201px;
	padding:1px 0 0 1px;
	position:relative;
}
#brands .brandsMore {
	position:absolute;
	left:178px;
	bottom:10px;
	width:65px;
	height:41px;
}
#brands .brandsMore img {
	border:none;
	width:65px;
	height:41px;
}
#brands img {
	width:78px;
	height:40px;
	border:1px solid #e2e2e2;
}
#brands a {
	color:#0069cd;
	text-decoration:none;
	margin:2px 1px;
	display:block;
	float:left;
}
.brandsIe6 {
	_width:250px;
}/*在ie6下特价商品不存在的话品牌推荐永远靠右显示*/
/*精品推荐，新品上市，热卖商品*/
   .centerPadd {
	padding:5px 8px 8px 8px;
	overflow:hidden;
}
.box_3 {
	border:1px solid #dedede;
	background:url(../images/tit1.gif) repeat-x
}
.itemTit .tit {
	height:32px;
	line-height:32px;
	background:url(../images/cat_tit_bg.gif) repeat-x;
	padding-right:10px
}
.itemTit .tit .ss_class {
	float:right
}
.itemTit .tit .ss_class a {
	color:#666
}
.itemTit .tit .f_l {
	width:180px;
	font-size:16px;
	font-weight:bold;
	padding-left:25px;
	background:url(../images/cat_tit_l.gif) no-repeat
}
.itemTit .tit .f_l a {
	color:#666;
	font-size:16px;
	font-weight:bold
}
.itemBest_box .box_1 {
	border:1px solid #bddbfd;
	background:#e6f2ff;
	padding:15px 20px 5px 20px;
	margin-top:-1px;
}
.itemBest_box .f1 {
	color:#1e51a4;
	font-weight:bold
}
.itemBest_box .f1 a {
	color:#1e51a4;
}
.itemTit img {
	position:relative;
	top:7px;
}
.itemTit h2 {
	height:27px;
	line-height:28px;
	border:none;
	background:none;
	font-size:12px;
	text-align:center;
	color:#f90;
	font-weight:bold;
	padding:0px 10px;
	display:inline;
	white-space:nowrap;
}
.itemTit h2 a {
	color:#f90;
	text-decoration:none;
}
.itemTit .h2bg {
	height:27px;
	line-height:28px;
	border:none;
	background:none;
	font-size:12px;
	text-align:center;
	color:#666;
	font-weight:100;
	padding:0px 10px;
	display:inline;
	white-space:nowrap;
}
.itemTit .h2bg a {
	color:#666;
	text-decoration:none;
}
.centerPadd .goodsBox {
	border:1px solid #d6ecff;
	background:#fff;
	padding:12px 0px 0px 17px;
*padding:12px 0px 0px 17px;
	_padding:12px 0px 0px 0px;
}
.centerPadd .goodsBox .more {
	text-align:right;
	clear:both;
	margin:0 8px 8px 0;
}
/*单个商品*/
       .goodsItem {
	width:270px;
	height:410px;
	float:left;
	position:relative;
	overflow:hidden;
	text-align: left;
	line-height:20px;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:12px;
	border:1px solid #e6e6e6;
}
.goodsItem .goodsimg {
	width:270px;
	height:270px;
	margin-top:3px;
	margin-bottom:4px;
}
       .goodsItem-l {
	width:210px;
	float:left;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:8px 0 0px 0px;
	text-align: left;
	line-height:20px;
}
.goodsItem-l .goodsimg-l {
	width:80%;
	height:200px;
	margin-top:3px;
	border:1px solid #e6e6e6;
	margin-bottom:4px;
}
.goodsItem img:hover{
	margin-top:0px;
	border-top:3px solid #00a0da;
}
.goodsItem p, .sale_box p {
	text-align: center;
	font-weight:normal;
	display:block;
	overflow:hidden;
	height:36px;
	font-size:22px;
	padding-top:8px;
}
#g-desc{
	padding-top:0px;
	width:250px;
	padding-left:11px;
	padding-right:11px;
	text-align:center;
	font-size:13px;
	height:40px;
	font-family:'微软雅黑';
}
.goodsItem p a, .sale_box p a {
	text-decoration:none;
	line-height:18px;
	display:inline-block;
	color:#888;
}

.goodsItem p a:hover {
	text-decoration: underline;
}
.goodsItem span {
	width:40px;
	height:40px;
	position:absolute;
	left:0px;
	top:0px;
}
.goodsItem span.best {
	background:url(../images/bg.gif) no-repeat 0px -304px;
}
.goodsItem span.news {
	background:url(../images/bg.gif) no-repeat -75px -304px;
}
.goodsItem span.hot {
	background:url(../images/bg.gif) no-repeat -161px -304px;
}
.goods_cat {
	padding:10px;
}
.goods_cat .goodsItem {
	padding:5px 11px 15px 10px;
}
/*商品分类*/
  .xm-box{ 
  margin-left:2px;
  padding-bottom:40px;
  }
.xm-box .title {
	font-size: 26px;
    font-weight: 300;
    color: #888;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
	overflow:hidden;
}
.xm-box .title span {
	float:none;
	font-size: 26px;
	color:#555
}
  .xm-box .title-small {
	font-size: 26px;
    font-weight: 300;
    color: #888;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
	overflow:hidden;
}
.xm-box .title-small span {
	float:none;
	font-size: 19px;
	color:#888
}
.xm-box .more-nd {
	font-size: 22px;
    font-weight: 300;
    color: #ffffff;
	margin-top:10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
	overflow:hidden;
}
.xm-box .more-nd span {
	color:#fff;
	float:none;
	background:#00a0da;
	font-size: 19px;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
	
}
.xm-box .more-nd a {
	color:#fff;	
	padding-left:30px;
	padding-right:30px;
}
.xm-box .title .more {
	float:right;
	padding-right:20px;
	height:38px;
	line-height:38px;
	background:url(../images/biao17.gif) right center no-repeat;
	display:none;
}


.top_nav .header_r {
	color:#cbcbcb;
	float:right;
	color:#818181
}
.top_nav a {
	color:#616161;
	padding:0 3px;
}
.top_nav {
}
/*帮助*/
    

  
  /*帮助*/
   /*相关商品 模_板_堂_出_品*/
   .boxCenterList ul {
	height:1%;
	margin-bottom:5px;
}
.boxCenterList li {
	line-height:20px;
}
.boxCenterList .htext {}
.boxCenterList .htext a {
	line-height:20px;
	display:inline-block;
	overflow:hidden;
}
.boxCenterList .htext .fi {
	width:125px;
}
.boxCenterList li.goodsimg {
	width:170px;
	margin-right:10px;
	float:left
}
.boxCenterList li.goodsimg img {
	width:100%;
	height:auto;
	display:block;
}
/*相关文章(其它带有小三角点的文字列表共用)*/
   .RelaArticle a, .alone {
	background:url(../images/bg.gif) no-repeat 0px -170px;
	padding:0px 0px 0px 10px;
	color:#3f3f3f;
	text-decoration:none;
}
.RelaArticle a:hover {
	background:url(../images/bg.gif) no-repeat 0px -170px;
	padding:0px 0px 0px 10px;
	color:#f69;
	text-decoration: underline;
}
/*浏览历史，收藏*/
   .history {
	border-bottom:1px solid #888;
	background:#fff;
	width:1177px;
}
.history h2 {
	height:32px;
	line-height:32px;
	padding-bottom:5px;
	width:auto;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	font-size:16px;
	float:left;
	font-style:italic;
	border-bottom:2px solid #00a0da;
	margin-right:5px;
	color:#666;
}
.history .h2bg {
	font-style:italic;
	padding-left:20px;
	padding-right:20px;
	height:32px;
	line-height:32px;
	width:auto;
	padding-bottom:5px;
	text-align:center;
	font-size:16px;
	float:left;
	border-bottom:2px solid #fff;
	color:#666;
	background:none;
}
#history li {
	width:100%;
}
#clear_history a {
	background:none;
	padding:0px;
	color:#3f3f3f;
	text-decoration:none;
	float:right;
	cursor:pointer;
}
.colle a {
	background:none;
	padding:0px;
	color:#3f3f3f;
	text-decoration:none;
}
.colle a:hover {
	background:none;
	padding:0px;
	color:#f69;
	text-decoration: underline;
}
/* ====================
     商品详情页面部分模块
==================== */
   #goodsInfo {
	_height:1%;
	height:680px;
}
#goodsInfo h1 {
	overflow: hidden;
	font-family:"microsoft yahei";
	font-size:28px;
	text-align:left;
	font-weight:300;
}
#goodsInfo .imgInfo {
	width:552px;
	height:552px;
	float:left;
}
#goodsInfo .imgInfo .thumb {
	width:600px;
	height:600px;
	display:block;
}/*商品详情图片*/
#goodsInfo span {
	width:4px;
	height:48px;
	background:url(../images/bg.gif) no-repeat 0 -527px;
	float:left;
}
#goodsInfo span.spanR {
	width:4px;
	height:48px;
	background:url(../images/bg.gif) no-repeat -5px -527px;
	float:right;
}
#goodsInfo .gallery {
	width:204px;
	float:left;
	margin-left:10px;
	_margin-left:5px;
	overflow:hidden;
}
#goodsInfo .gallery ul {
	width:auto;
}
#goodsInfo .gallery li {
	float:left;
	width:48px;
	margin:0 2px;
}
#goodsInfo .gallery li img {
	width:46px;
	height:46px;
	display:block;
}
#goodsInfo .market {
	padding-left:10px;
}
.textInfo ul strong {
	font-weight:normal
}
/*文字信息*/
   #goodsInfo .textInfo {
	background:#fff;
	width:550px;
	height:680px;
	position:absolute;
	left:50%;
}
#goodsInfo .textInfo h1 {
	overflow: hidden;
	font-family:"microsoft yahei";
	font-size:28px;
	text-align:left;
	font-weight:300;

}
#goodsInfo .textInfo p {
	font-size:14px;
	font-weight:bold;
	padding:0 5px 5px 8px;
}
#goodsInfo .textInfo ul {
	padding:0px 0
}
.Highlights{ line-height:65px; font-size:18px; font-weight:500;}
#goodsInfo .textInfo li {
	line-height:28px;
	padding:6px 0px;
	_height:1%;
}
#goodsInfo .textInfo select {
	width:80px;
}
#goodsInfo .textInfo .ul2 {
	border-bottom:1px solid #ccc;
}
#goodsInfo .textInfo .ul2 li {
	float:left;
	width:40%;
}
#goodsInfo .textInfo ul li dd {
	float:left;
}
#goodsInfo .textInfo .bnt_ul {
	background:#fff;
	padding:0px;
}


#goodsInfo .textInfo.bnt_ul img {
	vertical-align:middle
}
#goodsInfo .textInfo li dd {
}
#goodsInfo .textInfo li dd.ddR {
	border-left:1px solid #eeecec;
	width:48%;
	padding-left:8px;
}
#goodsInfo .textInfo li dd.ddL {
	border-right:1px solid #eeecec;
}
#goodsInfo .textInfo a {
	color:#0ab3a3;
	text-decoration:underline;
}
#goodsInfo .textInfo .loop {
	margin-top:0px;
}
.shuxin dt {
	border:1px solid #ccc;
	text-align:center;
	font-weight:bold;
	color:#8575bb;
	margin-bottom:3px;
}
.shuxin dd {
	width:50%;
	float:left
}
.shuxin dd span {
	float:left;
	background:#eee;
	margin:3px;
}
.shuxin dd .span1 {
	width:125px;
	padding-left:5px;
}
.shuxin dd .span2 {
	width:220px;
	padding-left:5px;
}
/*用户评论*/
   .ie6 {
	padding-left:25px;
	_padding-left:15px;
	height:1%;
}/*购买此商品的人还购买的商品*/
.comments li {
	background:url(../images/linebg.gif) repeat-x left bottom;
	padding:3px 8px;
	width:97%;
	_height:1%;
	text-align:left;
	position:relative;
	margin-bottom:8px;
}
.comments li img {
	position:absolute;
	right:0px;
	top:3px;
}
.comments li p {
	margin:3px auto;
	text-align:left;
}
.commentsList {
	border:1px solid #ccc;
	background:#f7f7f7;
	padding:10px;
}
.commentsList .inputBorder {
	border:1px solid #ccc;
	background:#fff;
}
.captcha {
	margin-left:0px;
	position:relative;
	top:-1px;
*margin-left:8px;
*position:relative;
	top:3px;
	cursor:pointer;
}
/* ====================
     品牌推荐
==================== */
    /*品牌列表*/
    #brandList {
	margin-top:12px;
	height:1%;
}
#brandList .brandBox {
	width:227px;
	_width:236px;
	float:left;
	margin:0 5px 20px 5px;
	text-align:center;
	overflow:hidden;
	height:160px;
}
#brandList .brandBox .brandLogo {
	width:188px;
	height:52px;
	overflow:hidden;
}
#brandList .brandBox h4 {
	height:23px;
	line-height:23px;
	background:#e9e9e9;
	margin:15px 0 8px 0;
	padding:0 10px;
	text-align:right;
	font-weight:100;
	font-size:12px;
}
#brandList .brandBox h4 span, #brandList .brandBox h4 span a {
	float:left;
	font-weight:bold;
	color:#3f3f3f;
	text-decoration:none;
}
#brandList p {
	text-align:left;
	margin-bottom:5px;
	color:#909090;
	padding:8px;
}
#brandList p.brandCategory, #brandList p.brandCategory a {
	text-align:left;
	color:#006acd;
	text-decoration:none;
}
#brandList .brandArticle {
	border:1px dashed #d9d9d9;
	background:#e2e2e2;
	text-align:left;
}
.brandCategoryA a {
	margin-right:15px;
}
/* ====================
     用户中心
==================== */
.login_tab {
	background:url(../images/login_tab_bg.gif) bottom no-repeat;
	height:26px;
	margin-top:22px;
}
.login_tab ul {
	padding-left:70px;
}
.login_tab ul li.active {
	background-position: -122px 0;
	color: #fff;
}
.login_tab ul li.active a {
	color:#fff
}
.login_tab ul li {
	width: 116px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	float: left;
	background: url(../images/login_tab_li.gif) no-repeat 0 0;
	margin-right: 6px;
	cursor: pointer;
}
.box_1 .userCenterBox {
	border:4px solid #f8f8f8;
	background-color:#fff;
}
.usBox {
	padding:0 70px;
}
.usBox .inputBg {
	border:1px solid #ccc;
	background:none
}
.usBox .inputBg {
	width:210px;
}
.usBox form {
	padding:20px 0
}
.usBox_1 {
	background:#fff;
	text-align:left;
	width:620px;
}
.logtitle {
	height:35px;
	background:url(../images/user_tit1.gif) no-repeat 0px 0px;
}
.logtitle3 {
	height:35px;
	background:url(../images/user_tit3.gif) no-repeat 0px 0px;
}
.us_Submit {
	border:none;
	width:125px;
	height:40px;
	background:url(../images/bnt_ur_log.gif)
}
.us_Submit_reg {
	border:none;
	width:125px;
	height:40px;
	background:url(../images/bnt_ur_reg.gif);
}
.usTxt {
	float:right;
	padding: 3px;
	border: solid 1px #e4e4e4;
}
.regtitle {
	width:510px;
	height:35px;
	background:url(../images/user_tit2.gif)
}
.usTxt img {
}
/*注册*/
    .usBox_2 {
	background:#fff url(../images/usbox_2bg.gif) 550px center no-repeat;
	text-align:left;
	padding:43px 153px 60px 123px;
}
.usBox_2 .regtitle {
	height:30px;
	background:url(../images/ur_bg.gif) no-repeat 0px -34px;
}
.actionSub a {
	color:#000;
	text-decoration:underline;
	background:url(../images/ur_bg.gif) no-repeat 0px -68px;
	padding-left:14px;
}
.box_1 .userCenterBox .userMenu a {
	display:block;
	height:25px;
	line-height:25px;
	background:url(../images/menubg.gif) no-repeat 0 -30px;
	color:#3f3f3f;
	text-decoration:none;
	margin:0 0 3px 10px;
	padding-left:3px;
}
.box_1 .userCenterBox .userMenu a.curs {
	background:url(../images/menubg.gif) no-repeat 0 0px;
	font-weight:bold;
}
.box_1 .userCenterBox .userMenu a img {
	margin-right:3px;
}
.msgBottomBorder {
	clear:both;
	background:url(../images/linebg.gif) repeat-x left bottom;
	padding-bottom:8px;
	margin-bottom:8px;
}
/* ====================
     商品分类页面
==================== */
    /*属性组合搜索*/
			.screeBox {
	padding:10px;
}
.screeBox a {
	color:#404040;
}
.screeBox span {
	background:#f69;
	color:#FFFFFF;
	padding:3px 5px;
	margin:0 3px;
}
.sort a {
	position:relative;
	bottom:5px;
}
.sort input {
	position:relative;
	top:3px;
}
/*商品列表显示方式*/
    .goodsList {
	padding:10px 10px 0 10px;
}
.goodsList ul {
	margin-bottom:10px;
}
.goodsList ul#bgcolor {
	background:#fbfbfb;
	border-top:1px dashed #e8e8e8;
	border-bottom:1px dashed #e8e8e8;
}
.goodsList li {
	float:left;
	padding:8px;
}
.goodsList a {
	text-decoration:none;
	color:#f69
}
.goodsList li.thumb {
	text-align:center;
}
.goodsList li.thumb img {
	border:1px solid #ccc;
	padding:1px;
	width:240px;
	height:240px;
}
.goodsList li.goodsName {
	width:250px;
	margin-right:10px;
	font-size:12px;
}
.goodsList li.goodsName .div_name {
	height:80px;
}
.goodsList li.goodsName a {
	font-size:12px;
	font-weight:bold;
	color:#666
}
.goodsList li.goodsName .bnt_blue {
	color:#f69;
	font-size:12px;
	float:left;
	font-weight:normal;
	margin-right:10px;
}
.goodsList li.action {
	float:right;
	margin-left:10px;
	line-height:25px;
}
/* ====================
     团购
==================== */
    .group {
	padding:8px;
}
.group li {
	float:left;
	background:#fff;
	padding:8px;
}
.group .f_l {
	width:250px;
	text-align:center
}
.group .f_r {
	width:425px;
	line-height:23px;
	text-align:left
}
/* ====================
     购物流程
==================== */
    .flowBox {
	padding-bottom:5px;
}
.flowBox h6 {
	background:#ececec;
	color:#666666;
	font-weight:bold
}
.flowBox table {
	margin:5px auto;
}
/*2.62在购物车里面显示相关配件*/
		.flowGoodsFittings {
	padding:10px;
}
.flowGoodsFittings ul {
	height:1%;
	margin:5px 8px;
	width:222px;
	float:left;
}
.flowGoodsFittings li {
	float:left;
	width:222px;
	font-size:12px;
	line-height:22px;
}
.flowGoodsFittings li p {
	float:left;
	width:222px;
	font-size:12px;
	line-height:22px;
	height:44px;
}
.flowGoodsFittings li.goodsimg {
	width:220px;
	margin-right:10px;
}
.flowGoodsFittings li.goodsimg img {
	width:220px;
	height:220px;
	display:block;
}
/* ====================
     文章列表页-2009.6.8
==================== */
    .article_search {
	margin:8px 0;
}
.article_search .inputBg {
	width:300px;
}
/* ====================
    打印报价单
==================== */
    .quotation {
	margin:20px auto 20px auto;
	text-align:center;
}
/*翻页*/
/*pages*/ .pagination-wrapper{ margin: 20px 0; } .pagination{ height: 34px; text-align: center; } .pagination li { display: inline-block; height: 34px; margin-right: 5px; } .pagination li a{ float: left; display: block; height: 32px; line-height: 32px; padding: 0 12px; font-size: 16px; border: 1px solid #dddddd; color: #555555; text-decoration: none; } .pagination li a:hover{ background:#f5f5f5; color:#0099ff; } .pagination li.thisclass { background: #09f; color: #fff; } .pagination li.thisclass a,.pagination li.thisclass a:hover{ background: transparent; border-color: #09f; color: #fff; cursor: default; }
.pagebar {
	text-align: center;
	line-height: 36px;
	padding: 23px 0;
}
.pagebar a:nth-child(1){ display:none;}
.pagebar a,.pagebar b {
	display: inline-block;
	padding: 0 12px;
	border:1px solid #e8e8e8;
	line-height: 36px;
	border-radius: 3px;
	font-size: 14px;
	color: #494949;
	margin: 0 2px;
}
.pagebar b {
	color: #fff;
	background-color: #2fc0fb;
	border-color: #2fc0fb;
}


 
.pagebar img {
	position:relative;
	top:2px;
}

.pagebar a:hover {
	color:#f69;
	text-decoration:none;
}
.pagebar .page_now {
	display:block;
	float:left;
	margin:0 5px;
	color:#f69;
	font-weight:bold;
	background:#fff;
}
#pager a {
	color:#666;
	text-decoration:none;
}
/*底部导航+友情链接*/
#bottomNav {
	width:1200px;
}
#bottomNav a {
	color:#555;
	text-decoration:none;
	display: inline-block;
	padding:0 30px;
	vertical-align: middle;
}
#bottomNav2 {
	width:948px;
	height:28px;
	line-height:28px;
	text-align:center;
	background:#f9f6f4;
	border:1px solid #ddd;
}
#bottomNav2 a {
	color:#333;
	text-decoration:none;
	padding:0 10px;
}
/*底部*/
#footer {
	border-top:2px solid #333;
	font-family:'微软雅黑', 'Microsoft YaHei', Arial, SimHei, sans-serif;
	color:#333;
	line-height:1.5;
	margin-top:100px;
	width:1200px
}
#footer p, #footer ul, #footer h3, #footer h2, #footer h1 {
	margin:0;
	padding:0
}
#footer li {
	list-style:none;
	border-bottom:1px dashed #888;
	margin-right:50px;
}

#footer a {
	text-decoration:none;
	color:#323232
}
#footer  .social-img{
	width:36px;
	height:50px;
	margin-right:5px;
}
#footer .helper {
	width:1190px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	padding:30px 0;
	height:60px
}
#footer .helper li {
	float:left;
	width:24.5%
}
#footer .helper li .helper-item {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding:0 35px
}
#footer .helper li .helper-item h3 {
	float:left;
	*float:none;
	font-size:18px;
	font-weight:normal;
	background:none
}
#footer .helper li .helper-item .helper-icon {
	float:left;
	line-height:1;
	width:28px;
	height:28px;
	padding-right:15px;
}
#footer .helper li .helper-item .icon-diamond{ background:url(../images/icon-diamond.gif) no-repeat;}
#footer .helper li .helper-item .icon-crown{ background:url(../images/icon-crown.gif) no-repeat;}
#footer .helper li .helper-item .icon-lamp{ background:url(../images/icon-lamp.gif) no-repeat;}
#footer .helper li .helper-item .icon-flower{ background:url(../images/icon-flower.gif) no-repeat;}
#footer .helper li .helper-item .desc {
	color:#b3b3b3;
	font-size:16px
}
#footer .helper li:last-child {
	border-right-width:0
}
#footer .footer-link {
	background-color:#333;
	overflow:hidden;
	color:#7f7f7f
}
#footer .footer-link p a {
	color:#7f7f7f;
	font-size:12px
}
#footer .footer-link p a:hover {
	text-decoration:underline
}
#footer .footer-link ul {
	width:1190px;
	margin-right:auto;
	margin-left:auto;
	padding-top:70px;
	padding-bottom:70px;
	overflow:hidden
}
#footer .footer-link ul li {
	float:left;
	width:17.66666667%
}
#footer .footer-link ul li a {
	color:#888
}
#footer .footer-link ul li h3 a {
	font-size:14px;
	color:#ccc
}
#footer .footer-link ul li .title {
	line-height:1;
	margin-bottom:18px;
	background:none;
	height:auto;
	text-align:inherit
}
#footer .footer-link ul .footer-follow {
	font-size:14px;
	width:285px;
	padding-left:60px
}
#footer .footer-link ul .footer-follow h1.footer-logo {
	width:170px;
	height:55px
}
#footer .footer-link ul .footer-follow h1.footer-logo img {
	width:100%;
	height:100%
}
#footer .footer-link ul .footer-follow .url {
	font-size:14px
}
#footer .footer-link ul .footer-follow .slogan {
	margin:25px 0 40px 0
}
#footer .footer-link ul .footer-follow .follow {
	line-height:50px
}
#footer .footer-link ul .footer-follow .follow .icon-weixin-logo, #footer .footer-link ul .footer-follow .follow .icon-weibo-logo {
	display:inline-block;
	cursor:pointer;
	position:relative;
	margin-left:5px
}
#footer .footer-link ul .footer-follow .follow .icon-weixin-logo,#footer .footer-link ul .footer-follow .follow .icon-weibo-logo{ width:33px; height:33px;}
#footer .footer-link ul .footer-follow .follow .icon-wechat{ background:url(../images/icon-wechat.gif) no-repeat}
#footer .footer-link ul .footer-follow .follow .icon-micro-blog{ background:url(../images/icon-micro-blog.gif) no-repeat}
#footer .footer-link ul .footer-follow .follow .icon-tieba{ background:url(../images/icon-tieba.gif) no-repeat}
#footer .footer-link ul .footer-follow .follow .icon-weixin-logo .two-dimension-code, #footer .footer-link ul .footer-follow .follow .icon-weibo-logo .two-dimension-code {
	position:absolute;
	top:-146px;
	left:-50px;
	background:#fff;
	width:130px;
	height:130px;
	display:none;
	background:transparent url(../images/weixinfuwuhao.png) no-repeat;
	background-size:130px 130px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/wecha-tow-code.jpg', sizingMethod='scale')
}
#footer .footer-link ul .footer-follow .follow .icon-weixin-logo .two-dimension-code:after, #footer .footer-link ul .footer-follow .follow .icon-weibo-logo .two-dimension-code:after {
	content:'';
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #fff;
	position:absolute;
	top:100%;
	left:50%;
	z-index:1000000;
	margin-left:-10px
}
#footer .footer-link ul .footer-follow .follow .icon-weixin-logo:hover .two-dimension-code, #footer .footer-link ul .footer-follow .follow .icon-weibo-logo:hover .two-dimension-code {
	display:block
}
#footer .footer-link ul .footer-follow .follow .icon-weixin-logo {
	margin-left:30px
}
#footer .footer-copyright {
	background-color:#222;
	text-align:center;
	font-size:12px;
	padding:20px;
	color:#515151;
	height:40px;
	line-height:1
}
#footer .footer-copyright .cop {
	color:#555;
	font-size:12px;
	margin-bottom:5px;
	padding:0 10px;
	border-right:1px solid #515151;
	display:inline-block
}
#footer .footer-copyright .cop:last-child {
	border-width:0
}
#footer .footer-copyright .cop:hover {
	text-decoration:underline
}
/*智能提示弹出层*/ .vjia-suggest-container {
	display:none;
	width:306px;
	position:absolute;
	top:27px;
	left:0;
	border:1px solid #b3b3b3;
	background-color:#fff;
	z-index:98;
}
.full .vjia-suggest-container {
	width:406px;
}
.vjia-suggest-container ol {
	border-bottom:3px solid #d8d8d8;
	list-style:none;
	margin:0;
	padding:0;
}
.vjia-suggest-container ol li {
	height:25px;
	line-height:24px;
	padding-left:9px;
	cursor:default;
}
.vjia-suggest-container ol .selected {
	background-color:#d80732;
	color:#fff;
}
/*购物车提示点击更新按钮式样2.6.2版本添加*/
.messageli {
	list-style-type:none;
	padding:5px;
	color:red
}
.messagediv {
	font-size:12px;
	position:absolute;
	border:1px solid #FFD700;
	text-align:center;
	padding:5px;
	background-color:#FFFACD;
	filter:alpha(opacity=50);
	-moz-opacity:0.7;
	opacity: 0.7;
}
/* ======商品比较浮动块 ====== */
#compareBox {
	background:url(../images/comparebox.gif) no-repeat;
	width:140px;
	position: absolute;
	right:1px;
	top:200px;
	padding-top:21px;
}
#compareBox input {
	width:140px;
	height:26px;
	border:none;
	background:url(../images/comparesub.gif) no-repeat;
}
#compareList {
	padding:0px;
	width:138px;
	background:#FFFFFF;
	border:1px solid #91b3cb;
	border-bottom: none;
	padding-top:5px;
}
#compareList li {
	color: #333;
	text-align:left;
	background: #eff8ff;
	padding: 3px 5px;
	margin: 0 5px 5px 5px;
	border:1px solid #dceaf5
}
#compareList li img {
	float:right;
	padding-top:4px;
}
/*购物车提示点击更新按钮式样2.6.2版本添加*/
.messageli {
	list-style-type:none;
	padding:5px;
	color:red
}
.messagediv {
	font-size:12px;
	position:absolute;
	border:1px solid #FFD700;
	text-align:center;
	padding:5px;
	background-color:#FFFACD;
	filter:alpha(opacity=50);
	-moz-opacity:0.7;
	opacity: 0.7;
}
/*  积分兑换样式修改 */
.point li {
	float:left;
	width:300px;
}
/*********************放大镜配置文件*******************************************************************************************/

/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			1px solid #ccc;
}
/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			12px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#ccc;
	text-align:     center !important;
	display:none;
}
/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
	cursor:			hand;
}
/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}
/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}
/* ©2008 MagicToolbox.com. To use this code on your own site, visit http://www.magictoolbox.com */

/* CSS class for thumbnail link <A> */
.MagicThumb {
	cursor: url(images/zoomin.cur), pointer;
	outline: none;
}
/* CSS class for the thumbnail link <A> when the big image is zoomed mo ban tang ban quan suo you */
.MagicThumb-zoomed {
	cursor: default;
}
/* CSS class for span inside the thumbnail <A> */
.MagicThumb span {
	display: none;
}
/* CSS class for the thumbnail image */
.MagicThumb img {
	border: 1px solid #f5f5f5;
	outline: none;
	width:550px; height:550px;
}
/* CSS class for the big image while zooming */
.MagicThumb-image {
	border: 1px solid #cccccc;
	outline: none;
}
/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed {
	cursor: url(images/zoomout.cur), pointer;
}
/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
	color: #333333;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	padding: 8px 16px;
}
/* CSS class for the control bar ec mo ban */
.MagicThumb-controlbar {
	display: block;
	height: 18px;
}
.MagicThumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}
.MagicThumb-controlbar a span {
	display: block;
	width: 990px;
	height: 990px;
	background: transparent url(../images/controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* CSS class for the loading message box */
.MagicThumb-loading {
	border: 1px solid #000000;
	background: #ffffff url(../images/loader.gif) no-repeat 2px 50%;
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}
.picture {
	margin-top:10px;
	text-align:left;
}
.picture img {
	width:65px;
	height:auto;
	cursor:pointer;
	margin:0 0px;
	margin-right:3px;
}
.picture img.onbg {
	border:1px solid #0ab3a3;
}
.picture img.autobg {
	border:1px solid #fff;
}
.left_help {
	border:1px solid #e2e2e2;
}
.left_help dl {
	padding:10px;
}
.left_help dl dt {
	font-weight:bold;
	font-size:12px;
	background:#e5e5e5;
	height:24px;
	line-height:24px;
	padding-left:10px;
}
.left_help dl dt img {
	vertical-align:middle
}
.left_help dl dd {
	padding-left:10px;
	padding-top:5px;
}
.left_help dl a {
	color:#666;
	text-decoration:none
}
.left_help dl a:hover {
	color:#1c7b3b
}
.art_cat_box {
}
.art_cat_box th {
	height:26px;
	line-height:26px;
}
.art_cat_box tr{border-bottom:1px solid #dbdbdb;}
.art_cat_box td {
	border-bottom:1px solid #dbdbdb;
	font-weight:normal
}
.art_cat_box td a {
	font-weight:bold;
	color:#3f3f3f;
	padding-left:20px;
}
.ecmoban {
	display:none
}
.sncompany dd a img {
	height:25px;
}

#mallNews,.sale_box{ border:0;}
.block_con h3{ 
font-size: 16px; 
color: #333; 
font-weight: 400; 
font-style: normal; 
padding: 0 0 10px; 
margin-bottom:10px; 
border-bottom: solid 3px #dfdfdf; 
background: none; 
text-align: left; 
height:24px; 
line-height:24px;}
.block_con h3 span{ 
color: #333; 
float: none; 
font-size: 16px; 
margin: 0; 
padding: 0;}






#footer-out{width:100%;background:#333;margin:0 auto;padding:0px;}
#footer{ width: 1200px;  margin: 0 auto; padding-top: 35px; border: 0;}
#footer .footer{ margin:0 auto;}
#footer .footer .footer-col{ width:300px; float: left; padding: 0;}
#footer .footer .footer-col img{ width:167px; height:auto;}
#footer .footer .footer-col .footer-slog{ padding-top: 15px; color: #888; font-size: 12px;}
#footer .footer .footer-article{ float: left; padding: 0 0 0 0px; width:25%;}
#footer .footer .footer-article h4{ font-style:italic;color: #00a0da; font-size: 16px; display: block; padding: 0 0 9px; margin: 0; text-transform: uppercase; font-weight: 300;}
#footer .footer .footer-article .article-content li{ word-break: break-all; line-height: 20px; font-size: 12px;  padding: 10px 0 4px;}
#footer .footer .footer-article .article-content li a{ color:#aaa;}
#footer .footer .footer-article .article-content li a:hover{ color:#fff;}
#footer .copy{border-top: 1px solid #aaa;color: #aaa; padding:15px 0; background:#333;}
#footer .copy-language{font-style:italic;}
#footer .copy-language img{margin-left:8px;}
#footer .copy-contain{ width: 88%; float:left;}
#footer .copy .copy-contain p{ font-style:italic;padding: 14px 0px 0px; text-align: left;}
#footer .copy .copy-contain a{ display: block; width: 30px; margin: 0 auto;}
#email{padding:5px;border-radius:5px;width:86%;
-webkit-border-radius:5px;
-moz-border-radius:5px;
font-style:italic;padding-top:10px;padding-bottom:10px;border:2px solid #00a0da;
}


.title {
	line-height:26px;
	font-size: 26px;
    font-weight: 300;
    color: #888;
    padding-bottom: 0;
    margin-bottom: 13px;
	margin-top:10px;
    text-align: center;
	overflow:hidden;
}
.title-F {
	line-height:26px;
	font-size: 26px;
	height:26px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 23px;
	margin-top:10px;
    text-align: center;
	overflow:hidden;
}
.title span {
	float:none;
	font-size: 26px;
	color:#555;
	font-style:italic;
}
.title-small {
	font-size: 26px;
    font-weight: 300;
    color: #888;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
	overflow:hidden;
}
.title-small span {
	float:none;
	font-size: 19px;
	color:#888
}

.faq{
	margin-top:20px;
	margin-left:3px;
}
.faq a{
	color:#000;
	margin-left:10px;
	font-size:small;
}
.faq span,ul{
	margin-left:20px;
}

.info-ll{
	width:1070px;
	margin:0 auto;
}


