.m {
	margin-bottom: 10px;
}

.m, .mt, .mc, .mb {
	overflow: hidden;
}

/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hide from IE Mac */
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* end of clearfix */
/*页面全局结束*/
.tab {
	overflow: hidden;
}

.tab li, .tab a, .tab-item {
	cursor: pointer;
	float: left;
	text-align: center;
}

.m, .mt, .mc, .mb {
	overflow: hidden;
}

.mt .extra {
	float: right;
}

.right-extra {
	width: 100%;
}

.right-extra .mt {
	height: 28px;
	line-height: 28px;
	padding: 0 10px 8px;
	border-top: 1px solid #EED97C;
	background: url(../images/bg_hotsale.gif) repeat-x 0 -552px;
	color: #c00;
}

.right-extra .tab {
	border-bottom: 2px solid #BE0000;
	margin-bottom: 10px;
}

.right-extra .tab li {
	position: relative;
	height: 24px;
	padding: 3px 12px 0;
	background: url(../images/icon_clubs.gif) #ccc no-repeat right -150px;
	overflow: hidden;
	margin-right: 3px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #c30;
}

.right-extra .tab span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 10px;
	height: 27px;
	background: url(../images/icon_clubs.gif) no-repeat 0 -150px;
}

.right-extra .tab a {
	float: none;
	color: #c30;
}

.right-extra .tab .curr {
	background-position: right -178px;
	color: #fff;
}

.right-extra .tab .curr span {
	background-position: 0 -178px;
}

.right-extra .tab .curr a {
	color: #fff;
}

.right-extra .mc .extra {
	padding: 5px 10px;
	border-top: 1px solid #F3E6C6;
}

.right-extra .total {
	float: right;
}

.right-extra .total strong {
	color: #FF7403;
}

.right-extra .total a:link, .right-extra .total a:visited {
	color: #005aa0;
}

.right-extra .join a:link, .right-extra .join a:visited {
	color: #FF7604;
}

.right-extra .norecode {
	padding: 0 10px 10px;
}

.right-extra .iloading {
	margin-bottom: 10px;
}

/*图片放大镜样式*/
.jqzoom img {
	width: 100%;
}

.jqzoom {
	width: 100%;
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #ffffff /*url(../images/zoom.png) 50% center no-repeat*/;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity = 50);
}

/*图片小图预览列表*/
.spec-preview {
	background-position: 50%;
	background-size: cover;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	border: 1px solid #DFDFDF;
	position: relative;
}

.spec-scroll {
	clear: both;
	margin-top: 5px;
	width: 100%;
	display: flex;
}

.spec-scroll .prev {
	float: left;
}

.spec-scroll .next {
	float: right;
}

.spec-scroll .prev, .spec-scroll .next {
	display: block;
	font-family: "宋体";
	text-align: center;
	width: 5%;
	height: 54px;
	line-height: 54px;
	border: 1px solid #CCC;
	background: #EBEBEB;
	cursor: pointer;
	text-decoration: none;
}

.spec-scroll .items {
	float: left;
	position: relative;
	width: 90%;
	height: 56px;
	overflow: hidden;
}

.spec-scroll .items ul {
	position: absolute;
	width: 999999px;
	height: 56px;
	padding: 0;
}

.spec-scroll .items ul li {
	float: left;
	width: 68px;
	text-align: center;
	padding: 0;
}

.spec-scroll .items ul li img {
	border: 1px solid #CCC;
	padding: 2px;
	width: 50px;
	height: 50px;
}

.spec-scroll .items ul li img:hover {
	border: 2px solid #FF6600;
	padding: 1px;
}

.pro-part {
	
}

.pro-part .pro-title {
	font-size: 21px;
	font-weight: 700;
	font-family: "Arial", "microsoft yahei";
	color: #666;
	padding-top: 8px;
	line-height: 28px;
	margin-bottom: 5px;
}

.pro-part .pro-param {
	margin-left: 66px;
	margin-top: 8px;
	border-radius: 3px;
	color: #999;
	font-size: 14px;
	/* font-family: simsun; */
}

.pro-part .pro-lable {
	color: #999;
	font-size: 13px;
	padding: 10px;
	margin-top: 20px;
	background-color: #f7f7f7;
	border: 1px solid #eee;
}

.pro-part .pro-lable h3 {
	font: 700 14px "microsoft yahei";
	color: #666;
}

.pro-part .pro-lable-c {
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #eee;
	border-top: none;
	overflow: visible;
}

.pro-part .pro-desc {
	padding: 1rem;
}

.pro-part .pro-desc img {
	max-width: 100%;
}

.pro-part .pro-m {
	/* width: 100%;
	display: inline-block; */
	padding-left: 0;
	padding-right: 0;
}

.pro-m-all {
	margin-left: 0 !important;
	margin-top: 10px;
}

.pro-part .pro-m .pro-m-l {
	padding: 0;
}

.pro-part .pro-m .pro-m-r {
	text-align: center;
	line-height: 30px;
	padding-top: 10px;
}

.pro-view-count {
	border: 1px solid #fd7400;
	width: 120px;
	height: 74px;
	color: #fd7400;
	border-radius: 15px;
	display: inline-block;
	padding: 8px;
}

.pro-view-count p:FIRST-CHILD {
	font-weight: bold;
}

.pro-view-count p:LAST-CHILD span {
	font-weight: bold;
}

.pro-part .pro-l {
	font-family: simsun;
	color: #6c6c6c;
	line-height: 22px;
	font-size: 13px;
	float: left;
	/* text-align: right;
    display: inline-block;
    width: 100px; */
}

.pro-part .pro-v {
	padding-left: 10px;
	font-family: simsun;
	color: #6c6c6c;
	line-height: 22px;
	font-size: 13px;
	float: left;
}

.pro-part .pro-intro {
	line-height: 22px;
}

.pro-part .pro-price {
	margin-top: 10px;
}

.pro-part .pro-price .price {
	color: #fd7400;
	font-size: 24px;
	line-height: 19px;
	font-weight: bold;
}

.pro-part .pro-price .price span {
	font-size: 15px;
	color: #fd7400;
	font-weight: normal;
}

.part-taobao-qcode {
	text-align: center;
	font-size: 12px;
	padding-top: 23px;
}

.code_fix {
	position: fixed !important;
	right: 2rem;
	top: 0;
}

.part-taobao-qcode div {
	text-align: center;
	font-size: 12px;
	width: 100%;
}

.part-taobao-qcode img {
	width: 70%;
}

.pro-operate {
	margin-top: 5px;
}

.pro-share {
	font-size: 13px;
}

.pro-collect {
	text-align: right;
	font-size: 13px;
}

.pro-collect:HOVER {
	color: #fd7400;
	cursor: pointer;
}

.pro-view {
	text-align: center;
	font-size: 13px;
	color: #fd7400;
}

/* 产品搜索 */
.pro-search ul li {
	padding: 2px 0;
	display: inline-block;
	width: 100%;
}

.pro-search .pro-search-lable {
	padding-left: 0;
	padding-right: 0;
}

.pro-search .pro-search-wrap {
	padding-left: 0;
	padding-right: 0;
}

.pro-search .pro-search-wrap input, select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 2px;
}

.pro-search .pro-search-wrap .search-price {
	width: 42%;
}

.pro-search .search-btn {
	text-align: left;
    padding-left: 0;
}

.pro-search .search-btn input {
	background: #f7f7f7;
	padding: 3px 15px;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #ccc;
}

.pro-video {
	position: absolute;
	z-index: 99;
	margin: 0 auto;
	padding: 5px;
	bottom: 0;
}

.pro-video img {
	width: 30%;
}

.pro-video-c {
	display: none;
	width: 100%;
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	background: #000;
}

.pro-video-c video {
	width: 100%;
}

.pro-video-close {
	z-index: 1000;
	font-size: 20px;
	color: #fff;
	padding: 5px;
}