@charset "utf-8";
/** 全局样式 **/

.FrontProducts_detail02-d1_c1 {
	width:100%;
	margin:0 auto;
	
	clear:both;
	height:100%;
	text-align:left;
	position:relative;
}
/** 链接 **/

.FrontProducts_detail02-d1_c1 a:link,
 .FrontProducts_detail02-d1_c1 a:visited,
 .FrontProducts_detail02-d1_c1 a:active {
	color:#007dcc;
	text-decoration:none;
}
.FrontProducts_detail02-d1_c1 a:hover {
	color:#ff6674;
	text-decoration:underline;
}
/** 重点文字 **/

.FrontProducts_detail02-d1_c1 .focustext {
	color:#f39800;
	font-style:normal;
}
.FrontProducts_detail02-d1_c1 .content {
	clear:both;
	overflow:hidden;
}
/** 图片部分 **/

.FrontProducts_detail02-d1_c1 .content .pic-module {
	float:left;
	width:360px;
	
	background:url(/images/pro_bg-1.gif) no-repeat left top;
	position:relative;
}
.FrontProducts_detail02-d1_c1 .content .pic-module .btnarea {
	clear:both;
	display:block;
	padding:5px 0 5px 190px;
	white-space:nowrap;
}
.FrontProducts_detail02-d1_c1 .content .pic-module .pic-img {
	width:330px;
	height:204px;
}
/** 属性部分 **/

.FrontProducts_detail02-d1_c1 .content .pro-module {
	float:right;
	width:49%;
	margin-left:10px;
	_margin-left:5px;
}
/** 商品详细部分 **/

.FrontProducts_detail02-d1_c1 .detail {
	clear:both;
	
}
/** 大图片样式 **/
.FrontProducts_detail02-d1_c1 .pic-module .pic{
	width:100%;

}
.FrontProducts_detail02-d1_c1 .pic-module .pic a {
	text-align:center;
	padding-left:4px;
	padding-top:4px;
	display:block;
	border:0;
	width:334px;
	height:208px;
}
.FrontProducts_detail02-d1_c1 .pic-module .pic a:hover {
	background:none;
	border:0;
}
.FrontProducts_detail02-d1_c1 .pic-module .pic a img {
	/*width:300px;
	height:350px;
	border:0;*/
}
/** 放大镜样式 **/

.FrontProducts_detail02-d1_c1 .pic-module span.zoom {
	position:absolute;
	/*top:225px;
	left:210px;*/
	top:130px;
	left:260px;
	width:64px;
	height:64px;
	z-index:33;
	cursor:pointer;
}
html > body .FrontProducts_detail02-d1_c1 .pic-module span.zoom { /* for Firefox */
	background-image:url(../../images/products/zoom-01.png); /* Firefox只支持这个方式 */
	background-repeat: no-repeat;
	background-position: center center;
}
* .FrontProducts_detail02-d1_c1 .pic-module span.zoom{ /* for IE6 */
	 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../../images/products/zoom-01.png"); /* 这里在样式前加下划线是为了防止IE7浏览器来读取这个样式 */
}

/** 特殊标记 **/
.FrontProducts_detail02-d1_c1 .pic-module span.lab {
	position:absolute;
	top:305px;
	left:40px;
	z-index:2;
	cursor:pointer;
	width:48px;
	height:48px;
}
.FrontProducts_detail02-d1_c1 .pic-module span.lab img {
	width:40px;
	height:40px;
}
/** 图片滚动样式 **/

.FrontProducts_detail02-d1_c1 .pic-module .show {
	width:365px;
	overflow:hidden;
	clear:both;
	margin-top:10px;
}
.FrontProducts_detail02-d1_c1 .pic-module .show a.clickL,
 .FrontProducts_detail02-d1_c1 .pic-module .show a.clickR {
	float:left;
	width:25px;
	margin-top:9px;
	cursor:pointer;
}
.FrontProducts_detail02-d1_c1 .pic-module .show a.clickR {
	float:right;
}
.FrontProducts_detail02-d1_c1 .pic-module .show .picarea {
	float:left;
	width:310px;
	height:51px;
	overflow:hidden;
	list-style:none;
	margin:0 0 0 4px;
	padding:0;
	position:relative;
}
.FrontProducts_detail02-d1_c1 .pic-module .show .picarea a {
	float:left;
	background: url(../../images/products/pic-small-bg1.gif) center top no-repeat;
	display:block;
	width:72px;
	height:50px;
	padding-top:1px;
	margin:0 2px;
	text-align:center;
}
.FrontProducts_detail02-d1_c1 .pic-module .show .picarea a:hover {
	background: url(../../images/products/pic-small-hover1.gif) center top no-repeat;
}
.FrontProducts_detail02-d1_c1 .pic-module .show .picarea a img {
	width:60px;
	height:48px;
	border:0;
}
/** 浏览同类商品 重点文字样式 **/

.FrontProducts_detail02-d1_c1 .pic-module .skimpro {
	clear:both;
	padding:25px 0 0 25px;
}
.FrontProducts_detail02-d1_c1 .pic-module .skimpro h4 {
	font-size:12px;
	color:#f39800;
	font-weight:normal;
	margin:0;
}
/** 上一个商品、下一个商品样式 **/

.FrontProducts_detail02-d1_c1 .pic-module .skimpro p.pre,
 .FrontProducts_detail02-d1_c1 .pic-module .skimpro p.next {
	float:left;
	width:100%;
	margin:0;
	line-height:25px;
	color:#727171;
}
.FrontProducts_detail02-d1_c1 .pic-module .skimpro p span {
	float:left;
	display:block;
	width:70px;/* modify */
}
/** 上下页链接 **/

.FrontProducts_detail02-d1_c1 .pic-module .skimpro p a {
	font-weight:normal;
	/* color:#0068b7;
	text-decoration:none; */ 

}
.FrontProducts_detail02-d1_c1 .pic-module .skimpro p a:hover {
	color:#ff6674;
	text-decoration:none;
}
/** 标题样式 **/

.FrontProducts_detail02-d1_c1 .pro-module h1 {
	margin:0;
	font-size:14px;
	color:#f39800;
}
/** 属性样式 **/

.FrontProducts_detail02-d1_c1 .pro-module ul {
	margin:0;
	padding:0;
	list-style:none;
}
.FrontProducts_detail02-d1_c1 .pro-module ul li {
	line-height:23px;
	color:#231815;
}
.FrontProducts_detail02-d1_c1 .pro-module ul li span {
	color:#666464;
	font-weight:normal;
}
/** 商品编码 **/

.FrontProducts_detail02-d1_c1 .pro-module ul li.code {
	color:#0099FF;
	font-weight:bold;
}
/** 品牌名称、商标 链接 **/ 

.FrontProducts_detail02-d1_c1 .pro-module ul li.name a {
	color:#f60;
	font-weight:bold;
	/* text-decoration:none; */ 

}
.FrontProducts_detail02-d1_c1 .pro-module ul li.name strong {
	font-weight:normal;
}
/** 品牌名称 **/
.FrontProducts_detail02-d1_c1 .pro-module ul li.brandlogo img {
	width:140px;
	height:105px;
}
/** 重量、浏览次数 重点文字 **/

.FrontProducts_detail02-d1_c1 .pro-module ul li.weight,
 .FrontProducts_detail02-d1_c1 .pro-module ul li.skim {
	color:#f39800;
}
/** 市场价 **/

.FrontProducts_detail02-d1_c1 .pro-module ul li.marketprice label {
	text-decoration:line-through;
}
/** 会员价 **/

.FrontProducts_detail02-d1_c1 .pro-module ul li.memberprice label {
	color:#e60012;
	font-size:13px;
	font-weight:bold;
}
/** 积分、折扣、节省 重点文字 **/

.FrontProducts_detail02-d1_c1 .pro-module ul li.integral{
	padding:0 15px 0 0;
}
/** 尺寸 链接 **/

.FrontProducts_detail02-d1_c1 .pro-module ul li.text {
	clear:both;
}
.FrontProducts_detail02-d1_c1 .pro-module ul li.text em {
	background:url(../../images/products/size_bg.gif) left top repeat-x;
	height:13px;
	border:1px solid #adb9c2;
	padding:0 3px;
	margin:0;
	font-style:normal;
	color:#0099FF;
	cursor: pointer;

}
.FrontProducts_detail02-d1_c1 .pro-module ul li.text span {
	margin-right:5px;
}
.FrontProducts_detail02-d1_c1 .pro-module .specifications{
	background: #FFFFCC;
	padding-left:10px;
}
/** 选择颜色 **/
.FrontProducts_detail02-d1_c1 .pro-module ul li.images{
	vertical-align:middle;
}
.FrontProducts_detail02-d1_c1 .pro-module ul li.images label {
	padding-right:10px;
}
.FrontProducts_detail02-d1_c1 .pro-module ul li.images img {
	width:12px;
	height:12px;
	padding:4px;
	cursor: pointer;
}

/** 评论 链接 **/

.FrontProducts_detail02-d1_c1 .pro-module ul li.comment1 a {
	/* color:#0068b7;
	text-decoration:none; */ 

}
.FrontProducts_detail02-d1_c1 .pro-module ul li.comment2 img {
	vertical-align:middle;
	padding-right:5px;
}
/** 购买需填项、购买数量 **/

.FrontProducts_detail02-d1_c1 .pro-module ul li .input {
	border:1px solid #ddddde;
	height:15px;
	line-height:15px;
	width:80px;
}
.FrontProducts_detail02-d1_c1 .pro-module ul li .inputgray {
	color:#000;
	font-size:12px;
}
.FrontProducts_detail02-d1_c1 .pro-module ul li.number span {
	padding-left:12px;
}
/** 缺货 **/

.FrontProducts_detail02-d1_c1 .pro-module ul li.outstock img {
	vertical-align:middle;
}
/** 按钮 **/

.FrontProducts_detail02-d1_c1 .pro-module p.buttonP {
	margin:10px 0 0 0;
	width:100%;
}
.FrontProducts_detail02-d1_c1 .pro-module p.buttonP .btna {
	margin:3px;
	float:left;
	white-space:nowrap;
}
.FrontProducts_detail02-d1_c1 .pro-module p.buttonP .btn {
	margin:3px;
	float:left;
	white-space:nowrap;
}
.FrontProducts_detail02-d1_c1 .pro-module p.buttonP .btna span {
}
.FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.buy a,
 .FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.price a {
	color:#fff;
}
.FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.favor a,
 .FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.qq a {
	color:#727171;
}
.FrontProducts_detail02-d1_c1 .pro-module p.buttonP span a:hover {
	text-decoration:none;
}
.FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.buy,
 .FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.price {
	background:url(../../images/products/btn-blue1-01.gif) left top no-repeat;
}
.FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.favor,
 .FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.qq {
	background:url(../../images/products/btn-gray1-01.gif) left top no-repeat;
	color:#727171;
}
/** 商品描述、扩展属性 **/

.FrontProducts_detail02-d1_c1 .detail {
	clear:both;
	width:96%;
	padding-top:10px;
	
}
/** 商品描述、扩展属性标签 **/

.FrontProducts_detail02-d1_c1 .detail ul {
	margin:0;
	padding:0;
	list-style:none;
	 border-bottom: 2px solid #e2e5ea;
	display:inline-block;
	clear:both;
	width:100%;
	margin-bottom:20px;
	
}
.FrontProducts_detail02-d1_c1 .detail ul li {
	background:#e2e5ea;
	padding:0 10px;
	height:24px;
	line-height:24px;
	text-align:center;
	float:left;
	margin-right:3px;
}
.FrontProducts_detail02-d1_c1 .detail ul li.current {
	background:#024f93;
}
.FrontProducts_detail02-d1_c1 .detail ul li a {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
.FrontProducts_detail02-d1_c1 .detail ul li.current a {
	color:#fff;
	font-weight:bold;
}
.FrontProducts_detail02-d1_c1 .pro-module ul li.mutilimg img {
	width:30px;
	height:30px;
} 
/** 商品描述 **/

.FrontProducts_detail02-d1_c1 .detail .describe {
	margin:5px 0 10px 0;
	color:#666464;
	line-height:20px;
	clear:both;
}
/** 营销类型、关键词、下载 **/

.FrontProducts_detail02-d1_c1 .other {
	margin:20px 0 0 25px;
}
.FrontProducts_detail02-d1_c1 .other p {
	margin:0;
	line-height:20px;
	color:#666464;
}
/** 链接 **/

.FrontProducts_detail02-d1_c1 .other p a {	

    /* color:#0068b7;
	text-decoration:none; */ 

}
/** 商标弹出层 **/

.pop-brand {
	position:absolute;
	left:489px;
	top:97px;
	width:229px;
	z-index:3;
	color:#231815;
}
.pop-brand p.top {
	background:url(../../images/products/pop-top.gif) left top no-repeat;
	margin:0;
	height:23px;
	text-align:right;
	padding:20px 15px 0 0;
}
.pop-brand p.top a.close {
	background:url(../../images/products/close.gif) right top no-repeat;
	width:24px;
	height:17px;
	display:block;
	float:right;
}
.pop-brand p.top a.close:hover {
	background:url(../../images/products/close-hover.gif) right top no-repeat;
}
.pop-brand .intro {
	padding:5px 0;
	background:url(../../images/products/pop-bg.gif) left top repeat-y;
}
.pop-brand .intro p.pic {
	text-align:center;
	margin:0;
}
.pop-brand .intro p.pic img {
	border:1px solid #e6e6e6;
}
.pop-brand .intro h4 {
	font-size:12px;
	margin:15px 0 0 15px;
}
.pop-brand .intro .info {
	padding:5px 15px;
	line-height:18px;
	font-size:12px;
}
.pop-brand .intro p.address {
	margin:10px 0 0 15px;
	font-size:12px;
}
/** 链接 **/

.pop-brand .intro p.address a {
	color:#007dcc;
	text-decoration:none;
}
.pop-brand p.bottom {
	background:url(../../images/products/pop-bottom.gif) left bottom no-repeat;
	height:17px;
	margin:0;
	font-size:0;
}
/**浮动层**/

.FrontProducts_detail02-d1_c1 .pop-picbig {
 position:absolute;
 left:270px; /*修改*/
 top:100px;
 z-index:3;
 background:#fff; /*添加*/
}
.FrontProducts_detail02-d1_c1 .pop-picbig img {
 border:1px solid #000;
 padding:5px;
 width:350px; /*修改*/
 height:350px; /*修改*/
}
 
/**关闭按钮**/

.FrontProducts_detail02-d1_c1 .pop-picbig a.close {
	position:absolute;
	right:-10px;
	top:-8px;
	background:url(../../images/products/ad-close-01.gif) left top no-repeat;
	display:block;
	width:18px;
	height:18px;
}
.FrontProducts_detail02-d1_c1 .pop-picbig a.close:hover {
	background:url(../../images/products/ad-close-02.gif) left top no-repeat;
}
/**放大镜**/

.FrontProducts_detail02-d1_c1 .jqzoom {
	border:1px solid #eeeeee;
	/*float:left;*/
	position:relative;
	padding:0px;
	cursor:pointer;
}
.FrontProducts_detail02-d1_c1 .jqzoom img {
	width:300px;
	height:350px;
	/*float:left;*/
}
.FrontProducts_detail02-d1_c1 div.zoomdiv {
	z-index : 100;
	position : absolute;
	top:0px;
	left :360px;
	width : 150px;
	height : 150px;
	background: #ffffff;
	border:1px solid #CCCCCC;
	text-align: center;
	overflow: hidden;
}
.FrontProducts_detail02-d1_c1 div.jqZoomPup {
	z-index : 100000; /* modify */
	visibility : hidden;
	position : absolute;
	top:0px;
	left:20px;
	width : 50px;
	height : 50px;
	border: 1px solid #aaa;
	background: #ffffff 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
}
.FrontProducts_detail02-d1_c1 .imgbox {
	height: 50px;
	width:100%;
	position:absolute;
}

/*3.2详细参数新加列表样式*/
/** 列表样式 **/
.FrontProducts_detail02-d1_c1 .detailparameter table {
	background:url(../../images/products/inq-bgtable.gif) 0 0 repeat-x;/*表格上方背景条平铺*/
}
.FrontProducts_detail02-d1_c1 .detailparameter table .title{
	width:15%;
}
.FrontProducts_detail02-d1_c1 .detailparameter table .property-value{
	padding-left:5px;
}
.FrontProducts_detail02-d1_c1 .detailparameter table th.first {
	height:32px;
	width:3px;
	border-left:1px solid #9BE3F9;
	/*background:url(../../images/products/inq-bgtitle.gif) 0 -84px no-repeat;/*表格左上方背景圆角*/*/
}
.FrontProducts_detail02-d1_c1 .detailparameter table td.first {
	width:3px;
	border-left:1px solid #d7d7d7;
	border-right:0px;
}
.FrontProducts_detail02-d1_c1 .detailparameter table th.last {
	height:32px;
	border-right:1px solid #9BE3F9;
	/*background:url(../../images/products/inq-bgtitle.gif) 100% 0 no-repeat;/*表格右上方背景圆角*/
}
.FrontProducts_detail02-d1_c1 .detailparameter table td.last {
	border-right:1px solid #d7d7d7;
}
.FrontProducts_detail02-d1_c1 .detailparameter table th {
	
	line-height:18px;
	font-weight:normal;
	color:#0066cc;
	text-align:left;
}
.FrontProducts_detail02-d1_c1 .detailparameter table td {
	height:25px;
}
.FrontProducts_detail02-d1_c1 .nos-tr td {
	border-bottom:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
}
.FrontProducts_detail02-d1_c1 .bg-odd td {
	border-bottom:1px solid #9BE3F9;
	border-right:1px solid #d7d7d7;
}

/*3.2扩展属性样式*/
.FrontProducts_detail02-d1_c1 .other em{
	font-style: normal;
	color:#0099FF;
}
.FrontProducts_detail02-d1_c1 .other a{
	text-decoration: underline;	
}
.FrontProducts_detail02-d1_c1 .pro-module .images .click img{
	padding:0;
	width:12px;
	height:12px;
	display:inline-block;
	padding:3px;
	background-color:#FFFF00;
}
.FrontProducts_detail02-d1_c1 .pro-module .text .click{
	border:3px solid #FFFF00;
	padding:0;
}
.FrontProducts_detail02-d1_c1 .pro-module .choose-property{
	width:100%;
}

/*html编辑器缺样式*/
.FrontProducts_detail02-d1_c1 .detail .describe {
	font-family:Times New Roman;
	font-size:12px;
	font-style:normal;
	line-height:normal;
	font-weight:normal;
	font-variant:normal;
	font-stretch:normal; 
	text-transform:none;
	text-indent:0;
	text-align:left;
	vertical-align:baseline;
	letter-spacing: normal; 
	word-spacing: normal; 
	color: #000;
	text-decoration:none;
	letter-spacing:normal;
	word-spacing:normal;
	white-space:normal;
	word-break:normal; 
	word-wrap:normal; 
	border:medium none;
	background:transparent none repeat scroll 0% 0%;
	list-style:square outside none;
	float:none;
	width:auto;
	height:auto;
	clear:none;
	z-index:auto;
	text-justify:auto;
	overflow:visible;
	display:inline;
	visibility:inherit;
	margin:auto;
	border-collapse:separate;  
}
.FrontProducts_detail02-d1_c1 .detail .describe ul{
	background:transparent none repeat scroll 0% 0%;
	width:auto;
	display:inline-block;
	height:auto;
	float:none;
	padding-left:10px;
}
.FrontProducts_detail02-d1_c1 .detail .describe ul li{
	background:transparent none repeat scroll 0% 0%;
	width:auto;
	float:none;
	height:auto;
	list-style:square outside none;
	text-align:left;
	line-height:normal;
}
.FrontProducts_detail02-d1_c1 .detail .describe ol{
	background:transparent none repeat scroll 0% 0%;
	width:auto;
	display:inline-block;
	height:auto;
	float:none;
	padding-left:25px;
}
.FrontProducts_detail02-d1_c1 .detail .describe ol li{
	background:transparent none repeat scroll 0% 0%;
	width:auto;
	float:none;
	height:auto;
	list-style:decimal outside none;
	text-align:left;
	line-height:normal;
}
.FrontProducts_detail02-d1_c1 .detail .describe p{
	line-height:2em;
}
.FrontProducts_detail02-d1_c1 .detail .describe h1 {font-size: 2em; margin: .67em 0;font-weight: bolder;} 
.FrontProducts_detail02-d1_c1 .detail .describe h2 {font-size: 1.5em; margin: .83em 0;font-weight: bolder;}
.FrontProducts_detail02-d1_c1 .detail .describe h3 {font-size: 1.17em; margin: 1em 0;font-weight: bolder;} 
.FrontProducts_detail02-d1_c1 .detail .describe h4 {font-size: 1em; margin: 1.33em 0;font-weight: bolder;}
.FrontProducts_detail02-d1_c1 .detail .describe h5 {font-size: .83em; line-height: 1.17em; margin: 1.67em 0;font-weight: bolder;} 
.FrontProducts_detail02-d1_c1 .detail .describe h6 {font-size: .67em; margin: 2.33em 0;font-weight: bolder;} 

