
#product_intro {
  position:relative;
  height:474px;
  width:352px;
}
#preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 352px;
}
#preview>#mediumDiv{
  width: 350px;
  height: 350px;
  margin-bottom: 5px;
  text-align:center;
  position: relative;
}
#preview>#mediumDiv img{
  vertical-align:middle;
  width:350px;
  height:350px;
}
#preview>#mediumDiv>#mask{
  position: absolute;
  width: 175px;
  height: 175px;
  background: #ffa;
  opacity: 0.5;
  top: 0;
  left: 0;
  display:none;
}
#preview>#mediumDiv>#superMask{
  position: absolute;
  width: 350px;
  height: 350px;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: move;
}
#preview>#largeDiv{
  position: absolute;
  width: 400px;
  height: 400px;
  background: #fff;
  border: 1px solid #ddd;
  top: 0;
  left: 355px;
  z-index: 999;
  display: none;
}
#preview div.down{
  width: 352px;
  height: 54px;
  overflow:hidden;
  padding: 0;
  position:relative;
}
/*ǰ���ƶ��İ�ť*/
#preview a.backward,#preview a.forward{
  width: 17px;
  height: 54px;
  background: url(../images/iconlist_1.png) no-repeat;
  display:block;
  z-index:20;
  position:absolute;
  top:0;
}
#preview a.backward{
  left:0;
}
#preview a.forward{
  right:0;
}
#preview a.backward {
  background-position: 0 -2px;
}
#preview a.backward:hover {
  background-position: -34px -2px;
}
#preview a.backward.disabled {
  background-position: -68px -2px;
}
#preview a.forward {
  background-position: -17px -2px;
}
#preview a.forward:hover {
  background-position: -51px -2px;
}
#preview a.forward.disabled {
  background-position: -85px -2px;
}

/*��Ʒ��ͼ���б�*/
#preview #icon_list {
  height: 54px;
  position:absolute;
  left: 20px;
  top: 0;
}
#preview #icon_list li {
  width: 62px;
  text-align: center;
  float: left;
  margin:3px 0;
}
#preview #icon_list li img {
  width: 50px;
  height: 50px;
  padding: 1px;
  border: 1px solid #CECFCE;
}
#preview #icon_list li img:hover {
  border: 2px solid #e4393c;
  padding: 0;
}

/*
 * 
 *    页面其他样式 部分 
 *   
 */

.productMsgBox{
	min-height:100%;
}

.trailTitle{
	margin-right:10px;
}

.trailNavBox{
	margin-bottom: 10px;
}
.trailNavBox a{
	margin:4px;
	vertical-align: bottom;
}

.trailNavBox a:hover{
	color:#E01222;
}

.main{
	background: #fff;
}

.productMsgBox{
	padding:0 10px 10px;
}

.b-b-d{
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.textBox{
	 font-size: 14px;
	 line-height: 30px;
	 margin:10px 0;
}

.oldTitle{
	margin-left:20px;
}
.oldPrice{
	color:#919191;
}
.editAddressBtn{
	color:#E01222;
	margin-left:10px;
	text-decoration: underline;
}

.addressSel{
	padding:2px 10px;
	outline: none;
	cursor: pointer;
	
}

.radioLab{
	
}

[type="radio"]{
	visibility: hidden;
	margin: 0;
}

.radioLab{
	border:1px solid #ddd;
	padding-left:17px;
	cursor: pointer;
	margin:0 10px;
}

.radioLab:hover,.radioLab.active{
	border-color:#E01222;
	color:#E01222;
}

.jian,.buyNum,.jia{
	display: inline-block;
	vertical-align: middle;
	height:26px;
	line-height: 26px;
	text-align: center;
	margin:0 4px;
}
.jian,.jia{
	width:26px;
	background: #f8f8f8;
	cursor: pointer;
	background: url(../images/largeSprice.png) no-repeat;
}

.jian{
	background-position: -214px -62px;
}
.jia{
	background-position:-214px -13px;
}

.buyNum{
	width:50px;
	border:1px solid #ddd;
}

.putCartBtn ,.buy{
	color:#fff;
	background: #E01222;
	padding:10px 30px;
	margin-top:20px;
	cursor: pointer;
}
.buy{
	margin-left:20px;
}
.detaileTitle{
	color:#fff;
	font-size: 18px;
	background: #E01222;
	padding:6px 30px;

}
.detaileTitleBox{
	border-bottom: 1px solid #E01222;
}

.introTextBox{
	padding:30px;
}

.commentTime,.commentImgBox{
	height:75px;
	line-height: 75px;
	
}

.commentImg{
	width:75px;
	height:75px;
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
	border-radius: 50%;
	overflow: hidden;
}

.seriesImgBox{
	width:80px;
	height:80px;
	margin:10px;
	border:1px dotted #ddd;
}

.seriesBox{
	color:#666;
}

.commentDetaileBox{
	padding:0 20px;
}

.commentDetaileBox:not(:first-child){
	border-top: 1px dashed #ddd;
	padding-top:20px;
	
}

/* 特卖部分   */

.timesBox{
	background: #000;
	color:#fff;
	padding:4px 10px;
	border-radius: 10px;
}

.timer{
	margin-top:20px;
}


