@charset "utf-8";
/* CSS Document */








.web .productDetail{
	position:relative;
}

.web .productDetail .section1.header{
}
.web .productDetail .section1.header p{
	padding-left:265px;
	line-height:35px;
}
.web .productDetail .section1.header strong{
	color:#df2c35;
	font-size:20px;
}
.web .productDetail .section1.header strong.title{
	color:#df2c35;
	font-size:24px;
	border-bottom:solid 1px #eeeeee;
	line-height:75px;
	margin-bottom:5px;
	display:block;
}
.web .productDetail .section1.header .buyLink{
	color: #FFF;
	display: block;
	position: absolute;
	width: 145px;
	height: 35px;
	left: 265px;
	top: 230px;
	text-align:center;
	line-height:35px;
	background:none;
	cursor:pointer;
	background-image:url(../images/buyButtonBg.png);
}









.web .productDetail div{
	clear:both;
	position:relative;
}
.web .common_article article.detail .content .productDetail img{max-width:10000px;}



.web .productDetail div.focus{
	position: absolute;
	left: 30px;
	top: 0px;
	width: 210px;
	height: 282px;
}
.web .productDetail div.focus a{
	cursor:pointer;
}
.web .productDetail div.focus .detail{
	position:absolute;
	width:200px;
	height:200px;
	left:0px;
	top:0px;
	border:solid 5px #eee;
}

.web .productDetail .magnifier{
	position:absolute;
	left:250px;
	top:04px;
	width:200px;
	height:200px;
	border:solid 1px #eee;
}
.web .productDetail div.focus .detail img{
	width:200px;
	height:200px;
}

.web .productDetail div.focus .previewList{
	position: absolute;
	width: 225px;
	height: 62px;
	left: 0px;
	top: 220px;
}
.web .productDetail div.focus .previewList li{
	position:relative;
	float:left;
	width:75px;
	height:62px;
}
.web .productDetail div.focus .previewList img{
	width:60px;
	height:60px;
	border:solid 1px #eeeeee;
}

.web .productDetail div{
	clear:both;
}

.web .productDetail .productNav{
	width:765px;
	height:50px;
}

.web .productDetail .fixed .productNav{
	position:relative;
	padding-left:235px;
	margin:auto;
	background-position:right top;
	background-repeat:no-repeat;
}

.web .productDetail .navList{ padding-left:30px;}
.web .productDetail .navList li{
	width:100px;
	height:50px;
	line-height:50px;
	float:left;
}
.web .productDetail .navList li a{
	display:block;
	width:98px;
	height:49px;
	text-align:center;
	border:solid 1px #dddddd;
	border-bottom:none;
	border-top:none;
	cursor:pointer;
}
.web .productDetail .navList li.current a{
	background-color:#FFF;
	border: solid 1px #df2c35;
	border-bottom:none;
	font-weight:bold;
}


.web .productDetail .section1{
	background-image: url(../images/productDetailSection1Bg.png);
	width:765px;
	height:315px;
}
.web .productDetail #section2{
	width:765px;
	height:50px;
	position:absolute;
	left:0px;
	top:315px;
	z-index:500;
	background-image: url(../images/productDetailSection2Bg.png);
}

.web .productDetail #section2.fixed{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
}
.web .productDetail #section2 .productNav{
	background-image: url(../images/productDetailSection2Bg.png);
}
.web .productDetail #section2 .navList{
	background-image: url(../images/productDetailSection2Bg.png);
}
.web .productDetail #section2.fixed{
	position:fixed;
	left:0px;
	top:50px;
}
.web .productDetail .section3{
	margin-top:50px;
}



.web .common_article article.detail .productDetail .title{ text-align:left;}













.mobile .productDetail{
	position:relative;
}

.mobile .productDetail .section1.header{
}
.mobile .productDetail .section1.header p{
	line-height:35px;
}
.mobile .productDetail .section1.header strong{
	color:#df2c35;
	font-size:16px;
}
.mobile .productDetail .section1.header strong.title{
	color:#df2c35;
	font-size:20px;
	border-bottom:solid 1px #eeeeee;
	line-height:50px;
	margin-bottom:5px;
	display:block;
	clear:both;
}
.mobile .productDetail .section1.header .buyLink{
	color: #FFF;
	display: block;
	width: 145px;
	height: 35px;
	line-height:35px;
	text-align:center;
	background:none;
	cursor:pointer;
	background-color:#d62930;
	margin:auto;
	border-radius:10px;
}







.mobile .productDetail .productNav{
	width:100%;
	height:50px;
	display:none;
}

.mobile .productDetail .fixed .productNav{
	position:relative;
	padding-left:0px;
	margin:auto;
	background-position:right top;
	background-repeat:no-repeat;
}

.mobile .productDetail .navList{}
.mobile .productDetail .navList li{
	width:33.33%;
	height:50px;
	line-height:50px;
	float:left;
}
.mobile .productDetail .navList li a{
	display:block;
	width:98%;
	height:49px;
	text-align:center;
	border:solid 1px #dddddd;
	border-bottom:none;
	border-top:none;
	cursor:pointer;
}
.mobile .productDetail .navList li.current a{
	background-color:#FFF;
	border: solid 1px #df2c35;
	border-bottom:none;
	font-weight:bold;
}



.mobile .productDetail{}
.mobile .productDetail div.focus .detail{
	position:relative;
	border:solid 1px #ccc;
	width:300px;
	height:300px;
	margin:auto;
}
.mobile .productDetail div.focus .detail img{
	width:300px;
	height:300px;
}

.mobile .productDetail div.focus .previewList{
	position:relative;;
	width: 315px;
	height: 62px;
	margin:auto;
	padding-top:10px;
}
.mobile .productDetail div.focus .previewList li{
	position:relative;
	float:left;
	width:105px;
	height:100px;
	text-align:center;
}
.mobile .productDetail div.focus .previewList img{
	width:100px;
	height:100px;
	border:solid 1px #eeeeee;
}






#column2{}
#column2.mobile .common_article.attachStyle5 ul.articleList .upDateTime{
	display:none;
}
#column2.mobile .common_article.attachStyle5 ul.articleList .title{
	font-size:11pt;
	height:2em;
}
#column2.mobile .common_article.attachStyle5 ul.articleList .description{
	display:block;
	padding-left:100px;
	line-height:1.5em;
	height:3em;
	color:#999;
}