@charset "utf-8";
/** 全局样式 **/

.FrontProducts_detail02-d2_c1 {
	width:100%;
	margin:0 auto;
	clear:both;
	height:100%;
	text-align:left;
	position:relative;
}
/** 链接 **/

.FrontProducts_detail02-d2_c1 a:link,  .FrontProducts_detail02-d2_c1 a:visited,  .FrontProducts_detail02-d2_c1 a:active {
	color:#007dcc;
	text-decoration:none;
}
.FrontProducts_detail02-d2_c1 a:hover {
	color:#ff6674;
	text-decoration:underline;
}
/** 重点文字 **/

.FrontProducts_detail02-d2_c1 .focustext {
	color:#f39800;
	font-style:normal;
}
.FrontProducts_detail02-d2_c1 .content {
	clear:both;
	overflow:hidden;
}
/** 图片部分 **/

.FrontProducts_detail02-d2_c1 .content .pic-module {
	float:left;
	width:410px;
	position:relative;
}
.FrontProducts_detail02-d2_c1 .content .pic-module .btnarea {
	clear:both;
	display:block;
	padding:5px 0 5px 190px;
	white-space:nowrap;
}
.FrontProducts_detail02-d2_c1 .content .pic-module .pic-img {
	width:400px;
	height:300px;
	border:1px solid #e6e6e6;
}
/** 属性部分 **/

.FrontProducts_detail02-d2_c1 .content .pro-module {
	float:right;
	width:45%;
	margin-left:10px;
	_margin-left:5px;
	margin-top:20px;
}
/** 商品详细部分 **/

.FrontProducts_detail02-d2_c1 .detail {
	clear:both;
	padding:0 10px;
}
/** 大图片样式 **/
.FrontProducts_detail02-d2_c1 .pic-module .pic {
	width:100%;
}
.FrontProducts_detail02-d2_c1 .pic-module .pic a {
	text-align:center;
	margin:0 auto;
	display:block;
	border:0;
	width:420px;
	height:310px;
}
.FrontProducts_detail02-d2_c1 .pic-module .pic a:hover {
	background:none;
	border:0;
}
.FrontProducts_detail02-d2_c1 .pic-module .pic a img {
/*width:300px;
	height:350px;
	border:0;*/
}
/** 放大镜样式 **/

.FrontProducts_detail02-d2_c1 .pic-module span.zoom {
	position:absolute;
	/*top:225px;
	left:210px;*/
	top:290px;
	left:460px;
	width:64px;
	height:64px;
	z-index:33;
	cursor:pointer;
	display:none;
}
html > body .FrontProducts_detail02-d2_c1 .pic-module span.zoom { /* for Firefox */
	background-image:url(../images/zoom-01.png); /* Firefox只支持这个方式 */
	background-repeat: no-repeat;
	background-position: center center;
}
* .FrontProducts_detail02-d2_c1 .pic-module span.zoom { /* for IE6 */
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/zoom-01.png"); /* 这里在样式前加下划线是为了防止IE7浏览器来读取这个样式 */
}
/** 特殊标记 **/
.FrontProducts_detail02-d2_c1 .pic-module span.lab {
	position:absolute;
	top:305px;
	left:40px;
	z-index:2;
	cursor:pointer;
	width:48px;
	height:48px;
}
.FrontProducts_detail02-d2_c1 .pic-module span.lab img {
	width:40px;
	height:40px;
}
/** 图片滚动样式 **/

.FrontProducts_detail02-d2_c1 .pic-module .show {
	width:329px;
	overflow:hidden;
	clear:both;
	margin-top:10px;
	position:absolute;
	left:440px;
	bottom:50px;
}
.FrontProducts_detail02-d2_c1 .pic-module .show a.clickL,  .FrontProducts_detail02-d2_c1 .pic-module .show a.clickR {
	float:left;
	width:25px;
	margin-top:9px;
	cursor:pointer;
}
.FrontProducts_detail02-d2_c1 .pic-module .show a.clickR {
	float:right;
}
.FrontProducts_detail02-d2_c1 .pic-module .show .picarea {
	float:left;
	width:271px;
	height:72px;
	overflow:hidden;
	list-style:none;
	margin:0 0 0 4px;
	padding:0;
	position:relative;
}
.FrontProducts_detail02-d2_c1 .pic-module .show .picarea a {
	float:left;
	background: url(../images/pic-small-bg1.gif) center top no-repeat;
	display:block;
	width:72px;
	height:72px;
	padding-top:1px;
	margin:0 2px;
	text-align:center;
}
.FrontProducts_detail02-d2_c1 .pic-module .show .picarea a:hover {
	background: url(../images/pic-small-hover1.gif) center top no-repeat;
}
.FrontProducts_detail02-d2_c1 .pic-module .show .picarea a img {
	width:60px;
	height:60px;
	border:1px solid #CCC;
}
/** 浏览同类商品 重点文字样式 **/

.FrontProducts_detail02-d2_c1 .skimpro {
	clear:both;
	padding:25px 0 0 25px;
}
.FrontProducts_detail02-d2_c1 .pic-module .skimpro h4 {
	font-size:12px;
	color:#f39800;
	font-weight:normal;
	margin:0;
}
/** 上一个商品、下一个商品样式 **/

.FrontProducts_detail02-d2_c1 .pic-module .skimpro p.pre,  .FrontProducts_detail02-d2_c1 .pic-module .skimpro p.next {
	float:left;
	width:100%;
	margin:0;
	line-height:25px;
	color:#727171;
}
.FrontProducts_detail02-d2_c1 .pic-module .skimpro p span {
	float:left;
	display:block;
	width:70px;/* modify */
}
/** 上下页链接 **/

.FrontProducts_detail02-d2_c1 .pic-module .skimpro p a {
	font-weight:normal;/* color:#0068b7;
	text-decoration:none; */ 

}
.FrontProducts_detail02-d2_c1 .pic-module .skimpro p a:hover {
	color:#ff6674;
	text-decoration:none;
}
/** 标题样式 **/

.FrontProducts_detail02-d2_c1 .pro-module h1 {
	margin:0;
	font-size:14px;
	color:#f39800;
}
/** 属性样式 **/

.FrontProducts_detail02-d2_c1 .pro-module ul {
	margin:0;
	padding:0;
	list-style:none;
}
.FrontProducts_detail02-d2_c1 .pro-module ul li {
	line-height:23px;
	color:#231815;
}
.FrontProducts_detail02-d2_c1 .pro-module ul li span {
	color:#666464;
	font-weight:normal;
}
/** 商品编码 **/

.FrontProducts_detail02-d2_c1 .pro-module ul li.code {
	color:#0099FF;
	font-weight:bold;
}
/** 品牌名称、商标 链接 **/ 

.FrontProducts_detail02-d2_c1 .pro-module ul li.name a {
	color:#f60;
	font-weight:bold;/* text-decoration:none; */ 

}
.FrontProducts_detail02-d2_c1 .pro-module ul li.name strong {
	font-weight:normal;
}
/** 品牌名称 **/
.FrontProducts_detail02-d2_c1 .pro-module ul li.brandlogo img {
	width:140px;
	height:105px;
}
/** 重量、浏览次数 重点文字 **/

.FrontProducts_detail02-d2_c1 .pro-module ul li.weight,  .FrontProducts_detail02-d2_c1 .pro-module ul li.skim {
	color:#f39800;
}
/** 市场价 **/

.FrontProducts_detail02-d2_c1 .pro-module ul li.marketprice label {
	text-decoration:line-through;
}
/** 会员价 **/

.FrontProducts_detail02-d2_c1 .pro-module ul li.memberprice label {
	color:#e60012;
	font-size:13px;
	font-weight:bold;
}
/** 积分、折扣、节省 重点文字 **/

.FrontProducts_detail02-d2_c1 .pro-module ul li.integral {
	padding:0 15px 0 0;
}
/** 尺寸 链接 **/

.FrontProducts_detail02-d2_c1 .pro-module ul li.text {
	clear:both;
}
.FrontProducts_detail02-d2_c1 .pro-module ul li.text em {
	background:url(../images/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-d2_c1 .pro-module ul li.text span {
	margin-right:5px;
}
.FrontProducts_detail02-d2_c1 .pro-module .specifications {
	background: #FFFFCC;
	padding-left:10px;
}
/** 选择颜色 **/
.FrontProducts_detail02-d2_c1 .pro-module ul li.images {
	vertical-align:middle;
}
.FrontProducts_detail02-d2_c1 .pro-module ul li.images label {
	padding-right:10px;
}
.FrontProducts_detail02-d2_c1 .pro-module ul li.images img {
	width:12px;
	height:12px;
	padding:4px;
	cursor: pointer;
}
/** 评论 链接 **/

.FrontProducts_detail02-d2_c1 .pro-module ul li.comment1 a {
/* color:#0068b7;
	text-decoration:none; */ 

}
.FrontProducts_detail02-d2_c1 .pro-module ul li.comment2 img {
	vertical-align:middle;
	padding-right:5px;
}
/** 购买需填项、购买数量 **/

.FrontProducts_detail02-d2_c1 .pic-module ul li .input {
	border:1px solid #ddddde;
	height:15px;
	line-height:15px;
	width:80px;
}
.FrontProducts_detail02-d2_c1 .pic-module ul li .inputgray {
	color:#000;
	font-size:12px;
}
.FrontProducts_detail02-d2_c1 .pic-module ul li.number span {
}
.FrontProducts_detail02-d2_c1 .pic-module ul li.number em {
	font-style:normal;
	color:#999;
}
/** 缺货 **/

.FrontProducts_detail02-d2_c1 .pro-module ul li.outstock img {
	vertical-align:middle;
}
/** 按钮 **/
.FrontProducts_detail02-d2_c1 .pro-module p.buttonP a{
	#position:absolute;
}
.FrontProducts_detail02-d2_c1 .pro-module p.buttonP {
	margin:10px 0 0 0;
	width:100%;
}
.FrontProducts_detail02-d2_c1 .pro-module p.buttonP .btna {
	margin:3px;
	white-space:nowrap;
}
.FrontProducts_detail02-d2_c1 .pro-module p.buttonP .btn {
	margin:3px;
	float:left;
	white-space:nowrap;
	#position:static;
}
.FrontProducts_detail02-d2_c1 .pro-module p.buttonP .btna span {
}
.FrontProducts_detail02-d2_c1 .pro-module p.buttonP span.buy a,  .FrontProducts_detail02-d2_c1 .pro-module p.buttonP span.price a {
	color:#fff;
}
.FrontProducts_detail02-d2_c1 .pro-module p.buttonP span.favor a,  .FrontProducts_detail02-d2_c1 .pro-module p.buttonP span.qq a {
	color:#727171;
}
.FrontProducts_detail02-d2_c1 .pro-module p.buttonP span a:hover {
	text-decoration:none;
}
.FrontProducts_detail02-d2_c1 .pro-module p.buttonP span.buy,  .FrontProducts_detail02-d2_c1 .pro-module p.buttonP span.price {
	background:url(../images/btn-blue1-01.gif) left top no-repeat;
}
.FrontProducts_detail02-d2_c1 .pro-module p.buttonP span.favor,  .FrontProducts_detail02-d2_c1 .pro-module p.buttonP span.qq {
	background:url(../images/btn-gray1-01.gif) left top no-repeat;
	color:#727171;
}
/** 商品描述、扩展属性 **/

.FrontProducts_detail02-d2_c1 .detail {
	clear:both;
	width:auto;
	padding-top:10px;
}
/** 商品描述、扩展属性标签 **/

.FrontProducts_detail02-d2_c1 .detail ul {
	margin:0;
	padding:0;
	list-style:none;
	background:url(../images/tab-line.gif) left top repeat-x;
	display:inline-block;
	clear:both;
	width:100%;
}
.FrontProducts_detail02-d2_c1 .detail ul li {
	background:url(../images/tab-bg.gif) left top no-repeat;
	width:96px;
	height:32px;
	line-height:32px;
	text-align:center;
	float:left;
	margin-right:1px;
}
.FrontProducts_detail02-d2_c1 .detail ul li.current {
	background:url(../images/tab-current.gif) left top no-repeat;
}
.FrontProducts_detail02-d2_c1 .detail ul li a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#727171;
}
.FrontProducts_detail02-d2_c1 .detail ul li.current a {
	color:#fff;
}
.FrontProducts_detail02-d2_c1 .pro-module ul li.mutilimg img {
	width:30px;
	height:30px;
}
/** 商品描述 **/

.FrontProducts_detail02-d2_c1 .detail .describe {
	margin:5px 0 10px 0;
	color:#666;
	line-height:28px;
	clear:both;

}
/** 营销类型、关键词、下载 **/

.FrontProducts_detail02-d2_c1 .other {
	margin:20px 0 0 25px;
}
.FrontProducts_detail02-d2_c1 .other p {
	margin:0;
	line-height:20px;
	color:#666464;
}
/** 链接 **/

.FrontProducts_detail02-d2_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/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/close.gif) right top no-repeat;
	width:24px;
	height:17px;
	display:block;
	float:right;
}
.pop-brand p.top a.close:hover {
	background:url(../images/close-hover.gif) right top no-repeat;
}
.pop-brand .intro {
	padding:5px 0;
	background:url(../images/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/pop-bottom.gif) left bottom no-repeat;
	height:17px;
	margin:0;
	font-size:0;
}
/**浮动层**/

.FrontProducts_detail02-d2_c1 .pop-picbig {
	position:absolute;
	left:270px; /*修改*/
	top:100px;
	z-index:3;
	background:#fff; /*添加*/
}
.FrontProducts_detail02-d2_c1 .pop-picbig img {
	border:1px solid #000;
	padding:5px;
	width:350px; /*修改*/
	height:350px; /*修改*/
}
/**关闭按钮**/

.FrontProducts_detail02-d2_c1 .pop-picbig a.close {
	position:absolute;
	right:-10px;
	top:-8px;
	background:url(../images/ad-close-01.gif) left top no-repeat;
	display:block;
	width:18px;
	height:18px;
}
.FrontProducts_detail02-d2_c1 .pop-picbig a.close:hover {
	background:url(../images/ad-close-02.gif) left top no-repeat;
}
/**放大镜**/

.FrontProducts_detail02-d2_c1 .jqzoom {
	border:1px solid #CCC;
	/*float:left;*/
	position:relative;
	padding:0px;
	cursor:pointer;
}
.FrontProducts_detail02-d2_c1 .jqzoom img {
	width:300px;
	height:350px;/*float:left;*/
}
.FrontProducts_detail02-d2_c1 div.zoomdiv {
	z-index : 100;
	position : absolute;
	top:0px;
	left :420px;
	width : 150px;
	height : 150px;
	background: #ffffff;
	border:1px solid #CCCCCC;
	text-align: center;
	overflow: hidden;
}
.FrontProducts_detail02-d2_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-d2_c1 .imgbox {
	height: 50px;
	width:100%;
	position:absolute;
}
/*3.2详细参数新加列表样式*/
/** 列表样式 **/
.FrontProducts_detail02-d2_c1 .detailparameter table {
	background:url(../images/inq-bgtable.gif) 0 0 repeat-x;/*表格上方背景条平铺*/
}
.FrontProducts_detail02-d2_c1 .detailparameter table .title {
	width:15%;
}
.FrontProducts_detail02-d2_c1 .detailparameter table .property-value {
	padding-left:5px;
}
.FrontProducts_detail02-d2_c1 .detailparameter table th.first {
	height:32px;
	width:3px;
	border-left:1px solid #9BE3F9;
}
.FrontProducts_detail02-d2_c1 .detailparameter table td.first {
	width:3px;
	border-left:1px solid #d7d7d7;
	border-right:0px;
}
.FrontProducts_detail02-d2_c1 .detailparameter table th.last {
	height:32px;
	border-right:1px solid #9BE3F9;/*background:url(../images/inq-bgtitle.gif) 100% 0 no-repeat;/*表格右上方背景圆角*/
}
.FrontProducts_detail02-d2_c1 .detailparameter table td.last {
	border-right:1px solid #d7d7d7;
}
.FrontProducts_detail02-d2_c1 .detailparameter table th {
	height:32px;
	line-height:32px;
	font-weight:normal;
	color:#0066cc;
	text-align:left;
}
.FrontProducts_detail02-d2_c1 .detailparameter table td {
	height:25px;
}
.FrontProducts_detail02-d2_c1 .nos-tr td {
	border-bottom:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
}
.FrontProducts_detail02-d2_c1 .bg-odd td {
	border-bottom:1px solid #9BE3F9;
	border-right:1px solid #d7d7d7;
}
/*3.2扩展属性样式*/
.FrontProducts_detail02-d2_c1 .other em {
	font-style: normal;
	color:#0099FF;
}
.FrontProducts_detail02-d2_c1 .other a {
	text-decoration: underline;
}
.FrontProducts_detail02-d2_c1 .pro-module .images .click img {
	padding:0;
	width:12px;
	height:12px;
	display:inline-block;
	padding:3px;
	background-color:#FFFF00;
}
.FrontProducts_detail02-d2_c1 .pro-module .text .click {
	border:3px solid #FFFF00;
	padding:0;
}
.FrontProducts_detail02-d2_c1 .pro-module .choose-property {
	width:100%;
}
.FrontProducts_detail02-d2_c1 .pic-module .buyarea {
	clear:both;
	margin-top:10px;
	width:100%;
}
.FrontProducts_detail02-d2_c1 .pic-module .buyarea li {
	overflow:hidden;
	width:100%;
}
.FrontProducts_detail02-d2_c1 .pic-module .buyarea span {
	float:left;
	text-align:right;
	width:80px;
}
/*html编辑器缺样式*/
.FrontProducts_detail02-d2_c1 .detail .describe {
  
}
.FrontProducts_detail02-d2_c1 .detail .describe ul{
	background:transparent none repeat scroll 0% 0%;
	width:auto;
	display:inline-block;
	height:auto;
	float:none;
	padding-left:25px;
}
.FrontProducts_detail02-d2_c1 .detail .describe ul li{
	background:transparent none repeat scroll 0% 0%;
	width:auto;
	float:none;
	height:auto;
	list-style:disc outside none;
	text-align:left;
	line-height:normal;
}
.FrontProducts_detail02-d2_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-d2_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-d2_c1.detail .describe p{
	line-height:normal;
}
.FrontProducts_detail02-d2_c1 .detail .describe h1 {font-size: 2em; margin: .67em 0;font-weight: bolder;} 
.FrontProducts_detail02-d2_c1 .detail .describe h2 {font-size: 1.5em; margin: .83em 0;font-weight: bolder;}
.FrontProducts_detail02-d2_c1 .detail .describe h3 {font-size: 1.17em; margin: 1em 0;font-weight: bolder;} 
.FrontProducts_detail02-d2_c1 .detail .describe h4 {font-size: 1em; margin: 1.33em 0;font-weight: bolder;}
.FrontProducts_detail02-d2_c1 .detail .describe h5 {font-size: .83em; line-height: 1.17em; margin: 1.67em 0;font-weight: bolder;} 
.FrontProducts_detail02-d2_c1 .detail .describe h6 {font-size: .67em; margin: 2.33em 0;font-weight: bolder;} 