/*商品列表页*****************************************/
#product_warp{
	width:990px;
	float:none;
}
.tab_header3 {
  background: url("/images/tabbar2.gif") repeat-x scroll 0 0 transparent;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  height: 31px;
  line-height:31px;
  padding-left:10px;
}
#product_warp .mt1 h1{
	font-size:14px;
	font-weight:bold;
	color:#CC3300;
	margin: 0px;
}
/*商品列表风格*/
#product_list ul {
    float: left;
    margin-top: 5px;
    width: 247px;
}
#product_list ul:hover {
    background-color: #F7F7F7;
}
#product_list ul li {
    padding-left: 4px;
    padding-right: 4px;
}
#product_list ul li.img {
    padding: 4px;
}
#product_list ul li.img a {
    border: 1px solid #E0E0E0;
    display: block;
    padding: 1px;
    width: 232px;
}
#product_list ul li.img a:hover {
    border: 1px solid #FDBF90;
}
#product_list ul li.img img {
    height: 232px;
    width: 232px;
}
#product_list .txt {height: 40px;line-height:20px;}
#product_list .txt a:hover{color:#990000;text-decoration:underline;}
#product_list .txt span{color:#CD0606;padding-left: 8px;}
#product_list .txt2 {height: 20px;line-height:20px;font-weight:bold;text-align:center;}
#product_list .txt2 a:hover{color:#990000;text-decoration:underline;}
#product_list .price {height: 25px;line-height:25px;}
#product_list .price .s2 {color: #CD0606;font-size: 16px;font-weight: normal;}
#product_list .price .s3 {color: #999999;margin-left:20px;}
#product_list .price .s4 {color: #999999;text-decoration: line-through;}
#product_list .price2{height: 25px;line-height:25px;text-align:center;margin-bottom:5px;}
#product_list .price2 .s2 {color: #CD0606;}

#product_list .remark{
	height:30px;
	line-height:30px;
	margin-bottom:5px;
}
#product_list .remark a{color:#005AA0;height:30px;line-height:30px;}
#product_list .remark a:hover{text-decoration:underline;}
#product_list .remark .star{
	height:20px;
	width:65px;
	float:left;
	margin-top:10px;
}
#product_list .remark .star-white{
	background: url("/images/star.gif") no-repeat scroll 0 -18px transparent;
    width: 60px;
	height:10px;
	float:left;
}
#product_list .remark .star-yellow {
  background: url("/images/star.gif") no-repeat scroll 0 0 transparent;
  z-index: 1;
  width: 60px;
  height:10px;
  float:left;
}
#product_list .buy {
    height: 35px;
}
#product_list .buy span {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 22px;
    line-height: 20px;
    padding-left: 35px;
    width: 80px;
}
#product_list .buy span:hover{color:#990000;}
#product_list .buy .s1 {
    background-image: url("/images/cart1.gif");
}
#product_list .buy .s2 {
    background-image: url("/images/buy1.gif");
}
#product_list .buy a:hover {
    text-decoration: none;
}
#product_warp .line{
	height:1px;
	border-bottom: 1px dotted #CCCCCC;
}
/*商品列表风格结束*/

/*商品列表页结束*****************************************/

/* 商品详情页模板 *****************************************/
/* 商品详情页模板 *****************************************/
.pager{margin:20px 0px;text-align: right;}
.pager a,.pager strong{
	border-radius: 2px;display: inline-block;background-color: #f7f7f7;
	background-image: linear-gradient(to bottom,#f7f7f7 0,#f3f2f2 100%);
	color: #333;
	padding: 4px 10px;
	border: 1px solid #ddd;
	margin-left: 3px;
	vertical-align: middle;
}
.pager a:hover{text-decoration: none;color:#e33b3d;}
.pager strong{color: #e33b3d;font-weight: 700;border: 0;;background: 0 0;}
/*商品头部*/
#shop_content{width:750px;float:right;}
#shop_content h1{
  color: #404040;
  font-family: tahoma, arial, 微软雅黑, sans-serif;
  font-size: 18px;
  margin-bottom:10px;
  display:block;
}
#shop_content .gallery_box,
#shop_content .gallery_box .pic
{
	display:block;
	width:310px;
	height:310px;
}
#shop_content .gallery_box .lens{
	position:absolute;
	right:0px;
	bottom:0px;
}
#shop_content .gallery_box{
	border: 1px solid #CDCDCD;
	position:relative;
	cursor:move;
	float:left;
}
#shop_content .gallery_box .shade{
	width:0px;
	height:0px;
	border: 1px solid #9A895D;
	background-color:#3d6ece;
	position:absolute;
	display:none;
	opacity:0.4;
	filter:alpha(opacity=40); /* ie 6 hack*/
}
#shop_content .zoompreview{
	position:absolute;
	display:none;
	width:430px;
	height:310px;
	border: 1px solid #CDCDCD;
	left:0px;
	top:0px;
	overflow:hidden;
	background:#ddd;
}
#shop_content .zoompreview img{
	position:absolute;
}
#shop_content .meta{
	float:right;
	position:relative;
	width:430px;
	height:312px;
	line-height:30px;
}
#shop_content .choosespec a{
	color: #666;
	border: 1px solid #ccc;
	padding: 6px;
	margin: 2px 8px 2px 0;
	display: block;
	float: left;
	line-height: 1em;
}
#shop_content .choosespec a.on,
#shop_content .choosespec a:hover{
	padding: 5px;
	border: 2px solid #e4393c;
	color: #E4393C;
	text-decoration: none;
	background: url(/images/spec-on.png) no-repeat bottom right;
}
#shop_content .meta dl{margin: 0px;}
#shop_content .meta dt{
	color: #999;
	padding-left: 10px;
	width: 70px;
	float: left;
}
#shop_content .meta dd{margin-left: 70px;}
#shop_content .meta .price{
	color: #CC0000;
    font-size: 24px;
    font-weight:bold;
    vertical-align: middle;
}
#shop_content .meta .spec{
  color: #333;
  padding-left: 20px;
}
#shop_content .meta .weight{color:#666;}
#shop_content .meta .weight strong{
	font-size:16px;
	font-weight:bold;}
#shop_content .meta .star{
	background-image: url(/images/star.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left:62px;	
}
#shop_content .meta .score a{color: #2953A6;}
#shop_content .meta .score a:hover{text-decoration:underline}
#shop_content .meta .del{font-family: arial;color: #e85d5a;font-weight: bold;font-size: 16px;}
#shop_content .price_type{background-color: #df4e49;border-radius: 8px;color: #fff;font-family:"Microsoft Yahei","tahoma","arial";padding:3px 5px;font-weight: bold;}

#shop_content .choose{
	border: 1px solid #EDD28B;
	background-color:#FFFCF5;
	margin-top:10px;
	padding-bottom:5px;
	width:100%; /*ie6 hack*/
}
#shop_content .choose:hover {
    border: 1px solid #DF9A07;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 0 1px #FF6600;
}
#shop_content .choose li{padding-left:10px;line-height:40px;height:40px;}
#shop_content .btn-reduce,
#shop_content .btn-add{
  height: 15px;
  width: 15px;
  display:inline-block;
  background-image: url("/images/btn_tuning.gif");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#shop_content .btn-add{
	background-position: -16px 0px;
}
#shop_content .btn-reduce:hover{
	background-position: 0px -16px;
}
#shop_content .btn-add:hover{
	background-position: -16px -16px;
}
#shop_content .choose input {
  border: 1px solid #CCCCCC;
  height: 16px;
  padding: 2px;
  margin-left:2px;
  margin-right:2px;
  text-align: center;
  width: 30px;
}
#shop_content .choose .amount{
	border-bottom: 1px dotted #F3E6C6;
}
#shop_content .btn-buy,
#shop_content .btn-tb{
	background-image: url(/images/btn-buy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:38px;
	line-height:38px;
	display:block;
	float:left;
	margin:5px 0px 5px 0px;
}
#shop_content .btn-buy{
	width:132px;
}
#shop_content .btn-tb{
	background-position: -132px 0px;
	margin-left:10px;
	width:155px;
}
#spec-list{
	margin-top:10px;
}
#spec-list li.thumb{
	width:52px;
	height:52px;
	float:left;
	margin-right:8px;
	border: 1px solid #CECFCE;
}
#spec-list img{
	width:50px;
	height:50px;
	border: 1px solid #fff;
}
#spec-list li.thumb.hover,
#spec-list li.thumb.cur
{border: 1px solid #CC0000;}
#spec-list li.thumb.hover img,
#spec-list li.thumb.cur img
{border: 1px solid #CC0000;}

#spec-list .forward,
#spec-list .backward{
	float:left;
	margin-right:8px;
}
#spec-list .forward a,
#spec-list .backward a{
	background-image: url(/images/btn-lr.gif);
	background-repeat: no-repeat;
	background-position: -68px 0px;
	width:17px;
	height:54px;
	display:block;
}
#spec-list .backward a{
	background-position: -85px 0px;
}
#shop_content .share_blog{
	padding-right:180px;
	display:block;
	float:right;
}
#shop_content .share_help{line-height:20px;color:#333;}
/*左侧分类*/
#category_box,#shop_arcbox{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D0D0D0;
	border-bottom-color: #D0D0D0;
	border-left-color: #D0D0D0;
	_zoom:1; /*ie hack*/
}
#category_box li {
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    width: 139px;
}
#category_box li.titile {
    background-image: url("/images/dot2.gif");
    background-position: 8px 8px;
    background-repeat: no-repeat;
    padding-left: 25px;
}
#shop_arcbox li {
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    width: 200px;
	background-image: url("/images/dot.gif");
    background-position: 10px 12px;
    background-repeat: no-repeat;
}
#shop_arcbox li strong{font-weight:normal}
#product_details{
	margin-top:15px;
}
.tab_header{
	background: url("/images/tabbar.gif") repeat-x scroll 0 0 transparent;
    height: 31px;
	border-right: 1px solid #DDDDDD;
}
.tab_header li{
	float:left;
	border-left: 1px solid #DDDDDD;
	height:29px;
}
.tab_header li.last{border-right: 1px solid #DDDDDD;}
.tab_header li a{
	color:#666;
    float: left;
    height: 17px;
	font-size:14px;
	font-weight:bold;
	padding:5px 15px 5px 15px;
	_padding:5px 15px 4px 15px;/*ie hack*/
	margin-top:1px;
	-moz-outline:none;
	outline:none;
}
.tab_header li a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    text-decoration: none;
}
.tab_header li.cur{
	margin-top:0px;
	background: none repeat scroll 0 0 #FFFFFF;
	border-width: 2px 2px 0;
	border-color: #BD0000;
    border-style: solid solid none;
}
.tab_header li.cur a{color:#BD0000;}

.tab_header2{
	background: url("/images/tabbar2.gif") repeat-x scroll 0 0 transparent;
    height: 31px;
	border-right: 1px solid #DDDDDD;
}
.tab_header2 li{
	float:left;
	border-left: 1px solid #DDDDDD;
	height:29px;
	margin-top:2px;
}
.tab_header2 li.last{border-right: 1px solid #DDDDDD;}
.tab_header2 li a{
	color:#333;
    float: left;
    height: 17px;
	font-size:14px;
	font-weight:bold;
	padding:5px 15px 5px 15px;
	_padding:5px 15px 4px 15px;/*ie hack*/
	margin-top:1px;
	-moz-outline:none;
	outline:none;
}
.tab_header2 li a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    text-decoration: none;
}
.tab_header2 li.cur{
	margin-top:2px;
	background: none repeat scroll 0 0 #FFFFFF;
}
.tab_header2 li.cur a{color:#BD0000;}

#remark_header a{font-size:12px;color:#333;}
#remark_tab,#description_tab{
	margin-top:10px;
	color:#333;
}
#description_tab .txt_normal{
	font-size:16px;
}
#remark_table{width:100%;}
#remark_table td{
	border-bottom: 1px solid #E9E9E9;
	padding: 10px 10px;
}
#remark_table td.cmt{width:610px;}
#remark_table td p{
	line-height: 18px;
	color:#333;
}
#aftersales_tab{display:none;margin-top:10px;}
#userguide_tab{display:none;margin-top:10px;}
#product_details .line{
	height:1px;
	border-bottom: 1px dotted #CCCCCC;
	margin:5px 0px 5px 0px;
}
#promises_tab{
	line-height:25px;
}

#remark_info .tit{
	border: 1px solid #CCCCCC;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
	background: url("/images/tabbar.gif") repeat-x scroll 0px -1px transparent;
	padding-left:10px;
}
#remark_info .box{
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-bottom:10px;
	padding:10px;
}
#remark_info .txt,
#remark_info .spilt,
#remark_info .btn{
	float:left;
	display:block;
	height:50px;
}
#remark_info .txt{width:400px;margin-top:15px;}
#remark_info .spilt{
	width:1px;
	border-left: 1px solid #E4E4E4;
}
#remark_info .btn {margin-left:15px;}
#remark_info .btn a{
	color: #333333;
	display: block;
	height: 25px;
	line-height: 25px;
	width: 59px;
	background-image: url(/images/btn1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top:7px;
	margin-left:7px;
	padding-left:11px;
}
.kefu_ll{background: url(/images/dldg_9.gif);width:790px;height: 54px;}
.kefu_ll img{cursor: pointer;}
.kefu_ll .kefu1{padding-left:200px;padding-top: 15px;}
.kefu_ll .kefu2{padding-left:30px;padding-top: 15px;}
.kefu_ll .kefu3{padding-left:30px;padding-top: 15px;}
.kefu_ll .kefu4{padding-left:100px;padding-top: 15px;}

.fahuo_list{line-height:20px;}
.fahuo_list li{border-bottom: 1px dashed #999;margin:10px;}

/* 商品详情页模板结束 *****************************************/


/*品牌区左侧*/
#pp_left{float:left;width:200px;}
#pp_left li1{
	font-size: 14px;
	color: #333333;
	background:#fafafa;
	line-height: 36px;
	height: 36px;
	border-bottom:solid #dbdbdb 1px;
	border-left:solid #dbdbdb 1px;
	border-right:solid #dbdbdb 1px;
	padding-left:15px;
}
#pp_left .tit{background: url(/images/pp_t1.gif) no-repeat 0 0;width:200px;height:37px;line-height: 37px;padding-left:15px;font-size: 14px;}
#pp_left .tit2{background: url(/images/pp_t2.gif) no-repeat 0 0;}
/*品牌区左侧产品列表*/
#pp_menu{background: url(/images/pp_menu.gif) no-repeat 0px 0px;height: 37px;margin-top: 7px;display: table;}
#pp_menu a{display:table-cell;width: 160px;height: 37px;line-height: 37px;text-align: center;font-weight: bold;font-size: 14px;
	background: url(/images/pp_nav_split.gif) no-repeat top right;
}
#pp_menu a:last-child{background: none;}
.pp_nav_shadow{text-align: center;}
#pp_left .pro{border-left:solid #dbdbdb 1px;border-right:solid #dbdbdb 1px;min-height: 200px;}
#pp_left .pro li{margin-left: 10px;margin-right: 10px;line-height: 1.5em;}
#pp_left .pro .img{text-align: center;}
#pp_left .pro .img a{border: 1px solid #e0e0e0;display: inline-block;width: 160px;height: 160px;margin-top: 10px;}
#pp_left .pro .img a:hover{}
#pp_left .pro .img img{width:160px;}
#pp_left .pro .txt{margin-top:7px;margin-bottom:7px;}
#pp_left .price{color:#999;}
#pp_left .price2 span{color:#cd0606;font-size: 16px;}
#pp_left .remark{height: 25px;}
#pp_left .remark a{color:#999;}
#pp_left .star{height:20px;	width:65px;	float:left;	margin-top:5px;}
#pp_left .star-white{background: url("/images/star.gif") no-repeat scroll 0 -18px transparent;width: 60px;height:10px;float:left;}
#pp_left .star-yellow{background: url("/images/star.gif") no-repeat scroll 0 0 transparent;z-index: 1;width: 60px;height:10px;float:left;}
#pp_left .pro .line{border-bottom: 1px dotted #e0e0e0;padding-bottom: 10px;}
#pp_left .blank{border-left:solid #dbdbdb 1px;border-right:solid #dbdbdb 1px;height:20px;}
#pp_left .arc li{
  height: 26px;
  line-height: 26px;
  border-bottom: 1px dotted #dcdcdc;
  margin-left: 10px;
  margin-right: 10px;
}
#pp_left .arc li:last-child{border-bottom:none;}
#pp_left .arc{border-left:solid #dbdbdb 1px;border-right:solid #dbdbdb 1px;border-bottom:solid #dbdbdb 1px;min-height: 200px;}
/*品牌区内容区*/
#pp_right{
	float: right;
	width: 900px;

}
#pp_right .box{border: solid #dbdbdb 1px;border-top:none;padding: 10px 20px;margin:10px 6px 20px 6px;min-height: 400px;}
#pp_right h2 {
	line-height: 30px;font-size: 22px;
	/*! height: 25px; */font-weight: bold;background-image: url(/images/art_titlex.gif);
	background-repeat: no-repeat;padding-left: 35px;margin-top: 0px;
	color: #F00;/*! font-family: 'SimHei'; */
}
#pp_right h2 span{color:#ccc;margin-left: 10px;font-family: 'Microsoft YaHei';font-weight: normal;font-size: 14px;}
#pp_right h3{color: #545454;margin: 33px 0 15px 0;font-size: 14px;}

.pp_box{
	font-size: 14px;
	line-height: 25px;
	color: #6a6a6a;
	width: 905px;
	float: right;
	margin-bottom: 20px;
}
.pp_box p{text-indent: 0em;margin: 10px;}
.pp_box table p{margin:0px;}
.pp_box .line{height:1px;border-bottom: 1px dashed #dfdfdf;margin:25px -30px;}
.pp_box .hr{height:1px;border-bottom: 1px dotted #dfdfdf;margin:10px 0px;}
.pp_box .dot_table{overflow: hidden;}
.pp_box .dot_table table{text-align: center;width: 100%;border-collapse:collapse;margin-left:-1px;margin-top: -1px; }
.pp_box .dot_table img{display: block;margin: 0 auto;}
.pp_box .dot_table td{border-top: 1px dashed #dfdfdf;border-left: 1px dashed #dfdfdf;padding-top: 20px;padding-bottom: 20px;}
.pp_box .w,.pp_box .w img{text-align: center;}
/*品牌区产品展示*/
#pp_right #product_warp{width:750px;margin-right: 0px;font-size: 12px;}
#pp_right #product_list ul li.img img{width: 220px;height: 220px;}
#pp_right #product_list ul li.img a{width:220px;}
#pp_right #product_list ul{width:230px;margin-left: 5px;}
#pp_right #product_list .buy .s1{width:80px;}
#pp_right #product_list .buy .s2{width:70px;}
#pp_right{
	width: 900px;
	float: right;
}
#pp_right .pos{line-height:20px;}
#pp_right .pos a{margin-left:5px;margin-right:5px;}
#pp_right .arc_list li{border-bottom: 1px solid rgb(238, 238, 238);padding:5px 0px 10px 0px;}
#pp_right .arc_list li:after{content:"";display:block;height:0;clear:both;}
#pp_right .arc_list img{width: 210px;display: block;padding: 1px;border: 1px solid rgb(238, 238, 238);}
#pp_right .arc_list a.preview {float: left; width: 214px;display: inline;margin:5px 10px 5px 0px;}
#pp_right .arc_list a.preview:hover img{border:1px solid #AAA;}
#pp_right .arc_list a.tit {line-height: 25px;font-weight: bold;font-size: 14px;}
#pp_right .arc_list span.info{display:block;line-height:23px;color:#555;}
#pp_right .arc_list span.info small{color:#AAA;font-size:12px;}
#pp_right .arc_list span.info a{color:#FF3300;}
#pp_right .arc_list p.intro{color:#776955;line-height:20px;margin:0px;}
.box_990 .pp_box .arc_list {
	list-style-type: none;
	background-color: #FFF;
}
