
/* ====================商品详情页面部分模块==================== */
.tb-shop {
	background:url(images/good_top.jpg) left 0 repeat-x;
	height:130px;
	width:100%;
	border-top:#C8BAAA solid 1px;
	padding-top:20px;
}
.J_Cat {background:url(images/datail_bg.png) repeat-x;clear:both;zoom:1}
 .tm-detail-meta {
	background-color: white;
	background-repeat: repeat-y;
	width: 988px; border-right:1px solid #E3E3E3;
	position:relative;
	float:left;
	z-index: 100;
}
.detail_main {
	width: 1190px!important;
	margin:0 auto;
	clear:both;
	overflow:hidden
}
.ald-skuRight {
	float:right;
	width:200px;
	z-index: 0;
	overflow: hidden;
	position:relative;
	height:615px;

transition: width .5s ease;}
.ald-skuRight .ald-hd {position: relative;
	height: 50px;
	line-height: 50px;
	padding-top: 1px;
	overflow: hidden;}
.ald-skuRight .ald-hd s {
	position: absolute;
	top: 46px;
	left: 20px;
	width: 160px;
	height: 0;
	border-top: 1px #C9C9C9 dotted;
	text-decoration: none;
}
.ald-hd span {
	position: absolute;
	color: #999;
	text-align: center;
	width: 6em;
	top: 20px;
	left: 50%;
	margin-left: -3em;
	background-color: #fff;
}
#inner {
	background:#fff;
	
}
/* 详情页面右侧滚动 css */
		.user_loves {
	margin:10px auto;
	width:250px;
	overflow:hidden;
	position:relative;
}
.user_loves2 {
	margin:10px auto;
	width:250px;
	overflow:hidden;
	
}

.user_loves .hd {
	overflow:hidden;
	height:30px;
	width:100px;
	margin:10px auto
}
.user_loves .hd .prev, .user_loves .hd .next {
	float:left;
	width:27px;
	height:27px;
	cursor:pointer;
}
.user_loves .hd .prev {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image:url(images/page_t.png);
	cursor: pointer;
	float: left;
	width: 27px;
	height: 27px;
	background-position: 0 0;
}
.user_loves .hd a.prev:hover {
	background-position: 0 -61px;
}
.user_loves .hd a.next:hover {
	background-position: 0 -93px;
}
.user_loves .hd .next {
	float:right;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image:url(images/page_t.png);
	cursor: pointer;
	width: 27px;
	height: 27px;
	background-position: 0 -30px;
}
.user_loves .hd ul {
	float:right;
	overflow:hidden;
	zoom:1;
	margin-top:10px;
	zoom:1;
}
.user_loves .hd ul li {
	float:left;
	width:9px;
	height:9px;
	overflow:hidden;
	margin-right:5px;
	text-indent:-999px;
	cursor:pointer;
	background:url("images/icoCircle.gif") 0 -9px no-repeat;
}
.user_loves .bd ul {
	overflow:hidden;
	zoom:1;
}
.user_loves .bd ul li {
	text-align:center;
	zoom:1;
}
.tm-action {
	padding: 20px 10px 5px;
	color: #999;
}
.tm-action .iShare {
	float: left;
	margin-right: 2em;
}
.tm-action a {
	color: #999;
}
.tm-action .iShare i {
	display: inline-block;
	height: 15px;
	float: left;
	margin-right: 4px;
	vertical-align: inherit;
	margin-top: 2px;
	width: 11px;
	background-repeat: no-repeat;
	background-position: -321px -24px;
}
.tm-action .favorite i {
	display: inline-block;
	width: 16px;
	height: 15px;
	float: left;
	margin-right: 4px;
	vertical-align: inherit;
	margin-top: 2px;
	background-repeat: no-repeat;
	background-position: -303px -24px;
}
.tm-action .favorite i, .tm-action .iShare i {
	background-image:url(images/fenx.png); 
}
.tm-brand {
	height:90px;
	text-align:center;
	background:url(images/x_x.png) repeat-x;
	background-position: 0 46px;
	margin:0 20px
}
.tm-brand p {
	line-height:90px;
	font-weight:bold;
	font-size:13px;
	margin:0 auto;
	width:90px;
	background:#fff
}
/*商品图片*/
.content_detailed {
	width:1190px;
	margin:10px auto;
	background:#fff;
	z-index:10;
}

.mod_picfold {
	width:440px; padding-left:10px;
	float:left; padding-top:10px;
}

 .mod_picfold .prodimg {
	display: block;
	width: 440px;
	height: 440px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin: 0;
	border:1px solid rgba(0, 0, 0, 0.05);
}

 .mod_picfold .tabbox {
	margin: 0;
	width: 440px;
	background-color: #fff;
	height:85px;
}

 .mod_picfold .imgtab {
	position: relative;
	padding-top: 18px;
	width: 440px;
	background-color: #fff;
}

 .mod_picfold .imgtab .imgtab_clip {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:356px;
	height:61px;
	overflow:hidden;
}

.mod_picfold .imgtab_con li {
	float:left;
	width:59px;
	margin:0 2px 0 10px;
}
.mod_picfold .imgtab .imgtab_con li a {
	display: block;
	width: 59px;
	border: 1px solid #fff;
	float:left;
}
.mod_picfold .imgtab_con li img {
	width:59px;
	height:59px;
	display:block;
}
.mod_picfold .imgtab_trrigle a {
	position: absolute;
	top:13px;
	width:30px;
	height: 69px;
	background-image:url(images/icon-slides.png);
	background-image:url(images/icon-slides.png);
	background-repeat:no-repeat;
	display: inline-block;
	height: 69px;
	overflow: hidden;
	text-indent: -9999em;
}
.mod_picfold .imgtab_trrigle .pre_btn {
	left: 0;
	background-position: -84px center;
}
.mod_picfold .imgtab_trrigle .next_btn {
	right:0px;
	background-position: -125px center;
}
.mod_picfold .imgtab_trrigle a:hover {
	opacity: 0.6;
}
.mod_picfold .imgtab_trrigle a:focus {
	outline: 0 none;
}
.mod_picfold .imgtab .imgtab_con li a:hover, .mod_picfold .imgtab .imgtab_con li.cur a {
	border-color: #c8c7cc;
}
/**********详情页放大镜 开始************/
 .MagicZoomPlus img {
	width:440px;
	height:440px;
	
}

.mod_picfold .imgbox .prodimg .MagicZoomPup {
	width:200px;
	height:200px;
	position:absolute;
	left:0;
	top:0;
	background-color:#fff;
	opacity:.3;
	filter:alpha(opacity=30);
	display:none;
	z-index:1;
}
.mod_picfold .imgtab .imgtab_con li a:hover, .mod_picfold .imgtab .imgtab_con li.cur a {
	border-color:#c8c7cc;
	background-color:#efeff4;
}
/**********详情页放大镜 结束************/

/*商品相册*/
.picture {
	margin-top:10px;
	text-align: center;
}
.picture img {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 5px;
	cursor: pointer;
	zoom: 1;
	border: 3px solid #fff;
	border-radius: 5px;
}
.picture img.onbg {
	border: 1px solid #ededed;
}
.picture img.autobg {
	border: 3px solid #fff;
}
/*文字信息*/
#goodsInfo .textInfo {
	width:530px; margin-left:5px;
	float:left;
	padding-bottom: 32px;
	margin-top:10px;
}
.center_title {
	width:460px;
	height:30px;
	line-height:23px;
	overflow:hidden;
	font-size:14px;
	padding-top:18px;
	padding-left:12px;
}

.center_title a {
	color:#000;
	font-family: tahoma, arial, 微软雅黑E\8F6F\96C5\9ED1, sans-serif;
	font-weight:bold
}
.center_title a:hover {
	text-decoration:none
}
.brief {
	color:#754;
	padding-left:15px;
}
.detail_center {
	float:left;

	height:589px
}
.center_txt {
	width:100%;
	margin:13px 0 0 0;
	padding:0 0 10px 0;
}
.center_text p {
	font-size:13px;
	color:#999;
}
.center_text b {
	width:100%;
	height:28px;
	line-height:28px;
	font-weight:normal;
	font-size:13px;
	color:#999;
}
.center_text b font {
	color:#ff4560;
}
.center_text b span {
	font-size:18px;
	font-weight:bold;
}
.center_add {
	margin:0 0 0 0;
	float:left;
	height:35px;
	overflow:hidden;
	margin-left:15px;
	margin-bottom:10px
}
.center_add .shuliang_tit {
	float:left;
	width:60px;
	font-size:13px;
	color:#999;
	padding:0
}
.center_add p {
	padding:0 0 0 15px;
	line-height:29px;
	font-size:12px;
	color:#999;
	float:left;
}
.center_add_left {
	width:110px;
	height:31px;
	float:left;
	position:relative
}
.center_add_left span {
	float:right;
	line-height:29px;
	height:29px;
	color:#999;
}
.center_add_left a {
	width:18px;
	height:14px;
	cursor:pointer;
}
.center_add_left a.jian {
	position:absolute;
	bottom:0px;
	right:25px
}
.center_add_left a.jia {
	position:absolute;
	top:0px;
	right:25px
}
.center_add_left input {
	color: #666;
	font-size: 12px;
	margin: 0;
	padding: 3px 2px 0 3px;
	height: 26px;
	border: 1px solid #A7A6AC;
	width: 52px;
	line-height: 26px;
	background-position: -406px -41px;
	background-image:url(images/gou_x.png);
}
.tm-fcs-panel {
	background-image:url(images/x_bgs.png);
	background-repeat: no-repeat;
	width:510px; padding-left:10px;
	position: relative;
	margin-bottom:10px;
	left: 0;border-left: 4px solid transparent;
	z-index: 10;padding-bottom: 5px;
	font: 12px/1.5 "Microsoft Yahei", tahoma, arial;
	background-position: right 0;
}
.mui-mbarp-qrcode-hd{ width:170px; height:160px;margin-top:20px;}
.tm-fcs-panel strong {color:#999; font-weight:normal; width:50px; float:left; margin-top:17px;}
.tm-fcs-panel .shop_price {
	font-family: Arial;
	font-size: 34px;
	font-weight: bolder;
	color:#c40000;
	-webkit-font-smoothing: antialiased;
}
.tm-price-panel {position: static;color: #999;font-weight:normal;padding-left: 0;}
li.register { height:20px}
.tm-price {text-decoration:line-through; padding-left:28px;}
.attr_cx {
	/*position:relative;
	top:10px;
	left:20px;
	float:left;
	font-size:14px;
	width:80px;
	text-align:left*/
}
.tip_spare{ float:left; height:25px; line-height:25px; background-color: #333; color:#fff; padding:0 5px}
.tip_spare strong{ color:#C00;}
.tm-ind-panel {
	border: 1px dotted #C9C9C9;
	border-width: 1px 0; width:490px;
	margin: -1px 20px 0;
	padding: 15px 0 10px;
	position: relative; 
	overflow: hidden;
	_zoom: 1;
	clear: both;
	display: flex;
}
.tm-ind-item {
	float: left;
	width: 33%;
	text-align: center;
	position: relative;
	left: -1px;
	border-left: 1px solid #E5DFDA;
	flex: 1;
	height: auto;
}
.tm-ind-sellCount .tm-count {
	font-size: 18px;
	color: #B77E5E;
}
.tm-ind-panel .tm-count {
	line-height: 1;
	margin-bottom: 3px;
}
.tm-ind-reviewCount .tm-count {
	font-size: 18px;
	color: #38B;
}
.tm-ind-reviewCount .tm-rate {
	color: #F69700;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
}
.tm-ind-reviewCount .tm-rate img {
	float:left
}
 span.c-value-no {/* background:url(images/star1.jpg) no-repeat;*/
	height:20px;
	text-align:right;
	margin-left:40px;
	float:left
}

.tm-ind-emPointCount .tm-count {
	font-size: 18px;
	color: #280;
}
.tm-ind-emPointCount a {
	text-decoration:none
}
.c-value-no img {
	float:left;
	padding-right:3px
}
.tm-ser {
	margin:10px 20px;
	padding-bottom: 20px;
	position: relative;
	padding-top:10px;
}
.tm-ser dl {
	margin-right: 67px;
}
.tb-metatit {
	text-align: left;
	float: left;
	width: 66px;
}
.tm-ser .tm-laysku-dd {
	width:357px;
	float:left;
}
.tm-ser .tb-serPromise {
	overflow: hidden;
}
.tm-ser .tb-serPromise li {
	display: inline-block; float:left;
	white-space: nowrap;
	padding-right: 20px;
	padding-bottom: 5px;
}
.tm-ser .tb-serPromise a { display:block;
	padding: 0 2px 0 0; float:left;
	margin: 0 10px 0 0;
	color: #666;
	white-space: nowrap;
}
.tm-ser s {
	color: white;
	height: 16px;
	line-height: 16px;
	width: 16px;
	text-align: center;
	background-color: #916E6D;
	font-style: normal;
	text-decoration: none;
	display: inline-block;
}
.tm-fcs-bottom {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: -4px;
    height: 4px;
    left: 0;
    list-style-type: none;
    position: absolute;
    width: 100%;
}