@charset "utf-8";

/*
 * Copyright 2008-2018 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 * 
 * Style - Product
 * Version: 6.1
 */
	.detail-header .store-info .icon1 i{
		width:17px;
		height: 22px;
		background: url(../images/m-icon6.png) no-repeat center;
		background-size:100%;
	}

	.detail-header .store-info .icon2 i{
		width:17px;
		height: 22px;
		background: url(../images/m-icon7.png) no-repeat center;
		background-size:100%;
	}
	.detail-header .store-info .icon3 i{
		width:17px;
		height: 22px;
		background: url(../images/m-icon4.png) no-repeat center;
		background-size:100%;
	}.detail-header .store-info .icon4 i{
		width:17px;
		height: 22px;
		background: url(../images/m-icon5.png) no-repeat center;
		background-size:100%;
	}
  
  
  /* .m-sidebar .product-class .zhedie .show {
	 background: #666666;
  }
  .m-sidebar .product-class .zhedie .show a {
	 color:#fff;
  } */
  .m-sidebar .product-class .zhedie .zhedie-item span.active {
	background: url(../images/jiantou.png) no-repeat left center;
  }
  .m-sidebar .product-class .zhedie .zhedie-ul {
	padding-left: 30px;
  }
  .m-sidebar .product-class .zhedie .zhedie-ul li {
	padding:10px 0;
	border-bottom: 1px solid #eee;
  }
  .m-sidebar .product-class .zhedie .zhedie-ul li:last-child {
	border-bottom: none;
  }
  .m-sidebar .product-class .zhedie .zhedie-ul.active {
	display: none;
  }
  .m-sidebar .company-photo {
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-top: 19px;
  }
  .m-sidebar .company-photo .p1 {
	height: 40px;
	line-height: 40px;
	background-color: #ff6900;
	color: #fff;
	padding: 0 10px;
  }
  .m-sidebar .company-photo .p1 a {
	float: right;
	color: #fff;
	font-size: 12px;
  }
  .m-sidebar .company-photo .photo-contain {
	padding: 23px 16px 10px 16px;
  }
  .m-sidebar .company-photo .photo-contain .photo-item {
	margin-bottom: 17px;
  }
  .m-sidebar .company-photo .photo-contain .photo-item:after {
	clear: both;
	content: '';
	display: block;
  }
  .m-sidebar .company-photo .photo-contain .kuang {
	float: left;
	width: 80px;
	height: 80px;
	background: url('../images/pic_dkuang.png') no-repeat center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 6px;
  }
  .m-sidebar .company-photo .photo-contain .text {
	float: left;
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
	padding: 20px 0 0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
  }
  

/* ---------- featured-product ---------- */
.featured-product {
	margin-bottom: 15px;
	border: 1px solid #eeeeee;
}

.featured-product .featured-product-heading {
	padding: 10px;
}

.featured-product .featured-product-heading h4 {
	color: #ff8b00;
	font-weight: normal;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left, #ff4a7d, #ff8b00);
}

.featured-product .featured-product-body {
	padding: 10px;
}

.featured-product .featured-product-body li {
	line-height: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}

.featured-product .featured-product-body li img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.featured-product .featured-product-body li:hover img {
	opacity: 0.8;
}

.featured-product .featured-product-body li:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}

.featured-product .featured-product-body li strong {
	color: #f04134;
}

.featured-product .featured-product-body li del {
	color: #bfbfbf;
	font-weight: normal;
}

.featured-product .featured-product-body li h5 {
	line-height: 25px;
	font-weight: normal;
}

.featured-product .featured-product-body li h6 {
	line-height: 25px;
	color: #f56a00;
	font-weight: normal;
}
/** store-pagination **/
.store-pagination {
	text-align: center;
	color:#999999;
	font-size:16px;
	margin:30px 0;
}
.store-pagination li {
	display: inline-block;
	margin-left:5px;
}
.store-pagination .pre a{
	width:80px;
	font-size:14px;
}
.store-pagination button{
	width:80px;
	background: #fff;
	
}
.store-pagination input {
	margin:0 4px;
}
.store-pagination .active a{
	background: #FF6900;
	color:#fff;
	border: 1px solid #FF6900;
}
.store-pagination .disabled {
	background:rgba(230,230,230,1);
	pointer-events: none;
}
.store-pagination li a:hover {
	border: 1px solid #FF6900;
}

.store-pagination input, .store-pagination li a, .store-pagination button{
	display: inline-block;
	width:40px;
	height:35px;
	border:1px solid rgba(204,204,204,1);
	border-radius:4px;
	text-align: center;
	line-height: 35px;
}


/* ---------- product-list ---------- */
.product-list .filter {
	margin-bottom: 10px;
}

.product-list .filter .filter-body {
	border: 1px solid #eeeeee;
}

.product-list .filter .filter-body dl dt {
	line-height: 40px;
}

.product-list .filter .filter-body dl dd {
	position: relative;
	border-bottom: 1px solid #f8f8f8;
}

.product-list .filter .filter-body dl dd:last-child {
	border-bottom: none;
}

.product-list .filter .filter-body dl dd:nth-of-type(3) {
	border-bottom-width: 0px;
}

.product-list .filter.expanded .filter-body dl dd:nth-of-type(3) {
	border-bottom-width: 1px;
}

.product-list .filter .filter-body dl dt:nth-of-type(n+4), .product-list .filter .filter-body dl dd:nth-of-type(n+4) {
	display: none;
}

.product-list .filter.expanded .filter-body dl dt:nth-of-type(n+4), .product-list .filter.expanded .filter-body dl dd:nth-of-type(n+4) {
	display: block;
}

.product-list .filter .filter-body dl dd .text-filter-group {
	height: 30px;
	line-height: 30px;
	margin: 5px 30px 5px 0px;
	overflow: hidden;
}

.product-list .filter .filter-body dl dd .text-filter-group li {
	float: left;
	margin-right: 10px;
	white-space: nowrap;
}

.product-list .filter .filter-body dl dd .text-filter-group li a {
	padding: 2px 5px;
}

.product-list .filter .filter-body dl dd .text-filter-group li.active a {
	color: #ffffff;
	border-radius: 3px;
	background-color: #ff6900;
}

.product-list .filter .filter-body dl dd .image-filter-group {
	height: 45px;
	margin: 5px 30px 5px 0px;
	overflow: hidden;
}

.product-list .filter .filter-body dl dd .image-filter-group li {
	width: 10%;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
	overflow: hidden;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.product-list .filter .filter-body dl dd .image-filter-group li:nth-child(-n+10) {
	border-top: 1px solid #eeeeee;
}

.product-list .filter .filter-body dl dd .image-filter-group li:nth-child(10n+1) {
	border-left: 1px solid #eeeeee;
}

.product-list .filter .filter-body dl dd .image-filter-group li:hover {
	position: relative;
	box-shadow: 0px 0px 10px rgba(245, 106, 0, 0.1);
	border: 1px solid #f56a00;
}

.product-list .filter .filter-body dl dd .image-filter-group li:not(:nth-child(-n+10)):hover {
	height: 46px;
	margin-top: -1px;
}

.product-list .filter .filter-body dl dd .image-filter-group li:not(:nth-child(10n+1)):hover {
	width: -webkit-calc(10% + 1px);
	width: calc(10% + 1px);
	margin-left: -1px;
}

.product-list .filter .filter-body dl dd .image-filter-group li.active {
	position: relative;
	box-shadow: 0px 0px 10px rgba(245, 106, 0, 0.1);
	border: 1px solid #f56a00;
}

.product-list .filter .filter-body dl dd .image-filter-group li.active:not(:nth-child(-n+10)) {
	height: 46px;
	margin-top: -1px;
}

.product-list .filter .filter-body dl dd .image-filter-group li.active:not(:nth-child(10n+1)) {
	width: -webkit-calc(10% + 1px);
	width: calc(10% + 1px);
	margin-left: -1px;
}

.product-list .filter .filter-body dl dd .image-filter-group li:nth-child(n+11) {
	visibility: hidden;
}

.product-list .filter .filter-body dl dd .image-filter-group.expanded li:nth-child(n+11) {
	visibility: visible;
}

.product-list .filter .filter-body dl dd .image-filter-group li a {
	display: block;
}

.product-list .filter .filter-body dl dd .image-filter-group li strong {
	display: none;
}

.product-list .filter .filter-body dl dd .image-filter-group li:hover img {
	display: none;
}

.product-list .filter .filter-body dl dd .image-filter-group li:hover strong {
	display: inline;
}

.product-list .filter .filter-body dl dd .expanded {
	height: auto;
	max-height: 200px;
	overflow: auto;
}

.product-list .filter .filter-body dl dd .filter-group-collapse {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

.product-list .filter .filter-body dl dd .filter-group-collapse .iconfont {
	display: inline-block;
}

.product-list .filter .filter-body dl dd .expanded+.filter-group-collapse .iconfont {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-list .filter .filter-footer {
	height: 20px;
	position: relative;
	border-top: 2px solid #f8f8f8;
}

.product-list .filter .filter-footer .filter-collapse {
	display: none;
	padding: 0px 15px;
	position: absolute;
	top: 0px;
	left: 50%;
	border: 1px solid #eeeeee;
	border-top: none;
	background-color: #f8f8f8;
}

.product-list .filter .filter-footer .filter-collapse .iconfont {
	display: inline-block;
}

.product-list .filter.expanded .filter-footer .filter-collapse .iconfont {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-list .bar {
	margin-bottom: 15px;
	border: 1px solid #eeeeee;
	background-color: #f8f8f8;
}

.product-list .bar .bar-item {
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
	padding: 0px 15px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	border-right: 1px solid #eeeeee;
}

.product-list .bar .bar-item:last-child {
	border-right: none;
	border-left: 1px solid #eeeeee;
}

.product-list .bar .bar-item:hover {
	background-color: #ffffff;
}

.product-list .bar .bar-item.active {
	height: 42px;
	line-height: 42px;
	margin: -1px 0px;
	color: #ffffff;
	background-color: #ff6900;
}

.product-list .bar .bar-item .checkbox {
	line-height: 16px;
}

.product-list .bar .bar-item input {
	width: 80px;
	height: 24px;
	line-height: 14px;
	padding: 0px 5px;
	text-align: center;
	outline: none;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
	border: 1px solid #eeeeee;
}

.product-list .bar .bar-item input::-webkit-input-placeholder {
	color: #cccccc;
}

.product-list .bar .bar-item input::-moz-placeholder {
	color: #cccccc;
}

.product-list .bar .bar-item input::-ms-input-placeholder {
	color: #cccccc;
}

.product-list .bar .bar-item button {
	height: 24px;
	line-height: 14px;
	padding: 0px 5px;
	margin-left: 5px;
	color: #999999;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
}

.product-list .bar .bar-item:hover input, .product-list .bar .bar-item:hover button {
	color: #666666;
	border-color: #cccccc;
}

.product-list .bar .bar-item input:hover, .product-list .bar .bar-item button:hover {
	color: #ff6900;
	border-color: #ff6900;
}

.product-list .top-list .list-item{
	position: relative;
  margin-top:19px;
  padding:20px;
  border:1px solid #eee;
}
.top-list{
	margin-bottom:20px;
}
.top-list .span2 {
	display: inline-block;
	height: 35px;
	vertical-align: middle;
}
.top-list .xing-1 {
	width: 18px;
	background: url(../new/images/xin_icon.png) repeat-x left center;
}
.top-list .zhuan-1 {
	width: 18px;
	background: url(../new/images/zhuan_icon.png) repeat-x left center;
}
.top-list .guan-1 {
	width: 18px;
	background: url(../new/images/guan_icon.png) repeat-x left center;
}
.top-list .xing-2 {
	width: 36px;
	background: url(../new/images/xin_icon.png) repeat-x left center;
}
.top-list .zhuan-2 {
	width: 36px;
	background: url(../new/images/zhuan_icon.png) repeat-x left center;
}
.top-list .guan2 {
	width: 36px;
	background: url(../new/images/guan_icon.png) repeat-x left center;
}
.top-list .xing-3 {
	width: 54px;
	background: url(../new/images/xin_icon.png) repeat-x left center;
}
.top-list .zhuan-3 {
	width: 54px;
	background: url(../new/images/zhuan_icon.png) repeat-x left center;
}
.top-list .guan-3 {
	width: 54px;
	background: url(../new/images/guan_icon.png) repeat-x left center;
}
.top-list .xing-4 {
	width: 72px;
	background: url(../new/images/xin_icon.png) repeat-x left center;
}
.top-list .zhuan-4 {
	width: 72px;
	background: url(../new/images/zhuan_icon.png) repeat-x left center;
}
.top-list .guan-4 {
	width: 72px;
	background: url(../new/images/guan_icon.png) repeat-x left center;
}
.top-list .xing-5 {
	width: 90px;
	background: url(../new/images/xin_icon.png) repeat-x left center;
}
.top-list .zhuan-5 {
	width: 90px;
	background: url(../new/images/zhuan_icon.png) repeat-x left center;
}
.top-list .guan-5 {
	width: 90px;
	background: url(../new/images/guan_icon.png) repeat-x left center;
}
.top-list .list-item .left-img{
	float: left;
	position: relative;
	margin-right:26px;
	width:240px;
	height:240px;
	text-align: center;
}
.top-list .list-item .left-img .main-img {
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
  max-width:240px;
  max-height: 240px;
  margin:auto;
}
.product-list .top-list .list-item .right {
	float: left;
}
.product-list .top-list .list-item .rank {
	float: left;
	display: inline-block;
	width: 60px;
	height: 26px;
	line-height: 26px;
	font-size:14px;
	color:#fff;
	background-color: #fc6921;
	border-radius: 13px;
	text-align: center; 
}
.product-list .top-list  .header .title{
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 500px;
	font-size:18px;
	line-height: 30px;
	color:#333;
	margin:0 10px;
}
.product-list .top-list .header .logo {
	float: left;
	position: relative;
}
.product-list .top-list .logo .tip {
	position: absolute;
	display: none;
	width:200px;
	padding:5px 10px;
	border: 1px solid #666;
	border-radius: 5px;
	background-color: #fff;
	line-height: 1.5;
	color:#666;
	right:-135px;
	top:60px;
}
.product-list .top-list .logo .tip:before {
	position: absolute;
	content:'';
	width: 0;
	height: 0;
	top:-6px;
	left:98px;
	border-style: solid;
	border-width: 0 6px 6px;
	border-color: transparent transparent #666;
}
.product-list .top-list .logo .tip a {
	color:#337ab7;
}
.product-list .top-list .header img {
	position: absolute;
	width:80px;
	height: 80px;
	cursor:pointer;
	top:-15px; 
}
.top-list .header .logo:hover .tip{
	display: block;
}
.product-list .top-list .list-item .price {
	font-size: 28px;
	color: #fc6921;
}
.top-list .list-item:hover {
	border:1px solid #fc6921;
}
.top-list .list-item .right .content {
	font-size: 12px;
	color: #333;
}
.top-list .list-item .content .left{
	float: left;
	width: 255px;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
}
.top-list .content .left p {
	width:100%;
	border-bottom:1px solid #eee;
  border-right:1px solid #eee;
}
.top-list .right .left span {
	display: inline-block;
	width:50%;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.product-list .top-list .list-item .middle{
	float: left;
	color: #999;
	line-height: 32px;
	margin-left:30px;
}
.product-list .top-list .middle .name{
	display: inline-block;
	width: 63px;
	color: #333;
}
.product-list .top-list .middle .icon {
  display: inline-block;
	height: 14px;
	width:18px;
	background-size:18px 14px;
	background-repeat:repeat;
}
.product-list .top-list .middle .tiara {
	margin-left:8px;
	background: url(../images/guan_icon.png);
}
.product-list .top-list .middle .diamond {
	margin-left:8px;
	background: url(../images/zuan_icon.png);
}
.product-list .top-list .middle .star {
	background: url(../images/start.png);
}
.diamond1, .tiara1, .star1{
	width:18px;
}
.diamond2, .tiara2, .star2{
	width:36px;
}
.diamond3, .tiara3, .star3{
	width:54px;
}
.diamond4, .tiara4, .star4{
	width:72px;
}
.diamond5, .tiara5, .star5{
	width:90px;
}

 .top-list .list-item .right .space {
	letter-spacing: 3px;
}
.top-list .list-item  .content .right{
	float: right;
	margin-left:42px;
}
 .top-list .right .content .right a {
	display: block;
	width: 124px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
.product-list .top-list .list-item .to-detail{
	color: #fc6921;
	border: 1px solid #fc6921;
}
.product-list .top-list .list-item .to-home{
	color: #fff;
	border: 1px solid #fc6921;
	background-color: #fc6921;
	margin:16px 0;
}
.product-list .top-list .list-item .ask-price{
	color: #666;
	border: 1px solid #eee;
}
.top-list .list-item .bottom img{
	float: left;
	width:20px;
	margin-right:10px;
}
.top-list .list-item .bottom p{
	float: left;
	width:468px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#999;
	height: 20px;
	line-height: 20px;
}
.top-list .list-item .bottom span {
	color:#333;
}

.product-list .list {
	margin-bottom: 15px;
}

.product-list .list .list-item {
	width: -webkit-calc((100% - 15px * 4) / 5);
	width: calc((100% - 15px * 4) / 5);
	height: 322px;
	line-height: 25px;
	float: left;
	padding: 10px 10px 0px 10px;
	margin-top: 15px;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	border: 1px solid #eeeeee;
}

.product-list .list .list-item:nth-child(-n+5) {
	margin-top: 0px;
}

.product-list .list .list-item:nth-child(5n) {
	margin-right: -1px;
}

.product-list .list .list-item:hover {
	box-shadow: 0px 0px 10px rgba(245, 106, 0, 0.1);
	border: 1px solid #f56a00;
}

.product-list .list .list-item strong {
	color: #f04134;
}

.product-list .list .list-item del {
	color: #bfbfbf;
	font-weight: normal;
}

.product-list .list .list-item h5 {
	line-height: 20px;
	font-weight: normal;
}

.product-list .list .list-item h6 {
	line-height: 20px;
	color: #f56a00;
	font-weight: normal;
}

.product-list .list .list-item .label {
	margin-left: 10px;
}

.product-list .list .list-item .list-item-footer {
	padding: 2px 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	left: 10px;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	border-top: 1px solid #f8f8f8;
}

.product-list .list .list-item .list-item-footer a {
	padding: 0px 10px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	border-right: 1px solid #eeeeee;
}

.product-list .list .list-item .list-item-footer a:last-child {
	border-right: none;
}

.product-list .list .list-item:hover .list-item-footer {
	border-color: #eeeeee;
}

.product-list .list .list-item:hover .list-item-footer a {
	color: #ff6900;
}

.product-list .pagination {
	margin-top: 0px;
	margin-bottom: 15px;
}

.product-list .no-result {
	margin-bottom: 15px;
}

.product-list .no-result dl dt {
	line-height: 50px;
	color: #ff6900;
	font-size: 14px;
}

.product-list .no-result dl dd {
	line-height: 30px;
	color: #999999;
}

.product-list .compare-bar {
	width: 1105px;
	display: none;
	padding: 0px 15px;
	margin-left: 225px;
	position: fixed;
	bottom: 0px;
	border: 1px solid #dddddd;
	border-bottom: 0px;
	z-index: 500;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}

.product-list .compare-bar .compare-bar-heading h5 {
	padding: 10px 0px;
	border-image: -webkit-linear-gradient(left, #f8f8f8, #e8e8e8, #f8f8f8) 1;
	border-image: -moz-linear-gradient(left, #f8f8f8, #e8e8e8, #f8f8f8) 1;
	border-image: linear-gradient(left, #f8f8f8, #e8e8e8, #f8f8f8) 1;
	border-width: 0px 0px 1px 0px;
	border-bottom: 1px solid #e8e8e8;
}

.product-list .compare-bar .compare-bar-body {
	padding: 15px 0px;
}

.product-list .compare-bar .compare-bar-body ul li {
	width: 225px;
	line-height: 25px;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
	float: left;
}

.product-list .compare-bar .compare-bar-body ul li a.delete-compare {
	display: none;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

.product-list .compare-bar .compare-bar-body ul li:hover a.delete-compare {
	display: block;
}

.product-list .compare-bar .compare-bar-body ul li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}

.product-list .compare-bar .media {
	margin: 0px;
}

.product-list .compare-bar .media .media-left {
	min-width: 70px;
}

.product-list .compare-bar .media .media-body h5 {
	width: 155px;
	font-weight: normal;
}

.product-list .compare-bar .compare-bar-body .action {
	width: 143px;
	padding: 0px 30px 0px 40px;
	float: right;
	text-align: center;
	border-left: 1px dotted #dddddd;
}

.product-list .compare-bar .compare-bar-body .action .btn-primary {
	margin-bottom: 12px;
}

/* ---------- product-detail ---------- */
.product-detail .product-notify-modal .modal-body {
	padding: 50px 0px;
}

.product-detail .product-notify-modal .modal-body .form-group {
	margin-bottom: 0px;
}

.product-detail .product-image {
	margin-bottom: 15px;
	margin-right: 20px;
}

.product-detail .product-image .medium-product-image {
	height: 400px;
	width:400px;
	margin-bottom: 10px;
	/*overflow: hidden;*/
}

.product-detail .product-image .medium-product-image img {
	width: 400px;
	height: 400px;
	border: 1px solid #eeeeee;
}

.product-detail .product-image .medium-product-image .zoomPad * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.product-detail .product-image .medium-product-image .zoomPreload {
	width: 100%;
	height: 100%;
	border: none;
	background-position: center;
}

.product-detail .product-image .medium-product-image .zoomPup {
	border-color: #eeeeee;
}

.product-detail .product-image .medium-product-image .zoomWrapper {
	border-color: #eeeeee;
}

.product-detail .product-image .thumbnail-product-image {
	height: 60px;
	padding: 0px 21px;
}

.product-detail .product-image .thumbnail-product-image .carousel-inner .item a {
	float: left;
}
.product-detail .product-image .thumbnail-product-image .carousel-inner .item {
	padding:0 10px;
}

.product-detail .product-image .thumbnail-product-image .carousel-inner .item a img {
	width: 60px;
	height: 60px;
	padding: 2px;
	margin-right: 10px;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	border: 1px solid #eeeeee;
}

.product-detail .product-image .thumbnail-product-image .carousel-inner .item a:last-child img {
	margin-right: 0px;
}

.product-detail .product-image .thumbnail-product-image .carousel-inner .item .zoomThumbActive img {
	border-color: #ff6900;
}

.product-detail .product-image .thumbnail-product-image .carousel-control {
	width: 15px;
	height: 60px;
	line-height: 60px;
	text-shadow: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background-image: none;
	background-color: #cccccc;
}

.product-detail .product-action .bdsharebuttonbox {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.product-detail .product-action .add-product-favorite {
	line-height: 24px;
	float: left;
	color: #ff6900;
}

.product-detail .product-action .add-product-favorite .icon-like {
	font-size: 14px;
	vertical-align: middle;
}

.product-detail .name h4 {
	line-height: 30px;
	font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
}

.product-detail .name h1 {
	line-height: 30px;
	font-size: 31px;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 1.5
}

.product-detail .name strong {
	line-height: 30px;
	color: #f04134;
}

.product-detail .summary {
	margin-bottom: 15px;
}

.product-detail .summary strong {
	color: #f04134;
}

.product-detail .summary dl {
	padding: 10px 15px;
	margin-bottom: 15px;
	background: url(../images/product.png) no-repeat;
}

.product-detail .summary dl dt {
	width: 80px;
	line-height: 25px;
	color: #999999;
	font-weight: normal;
	text-align: left;
}

.product-detail .summary dl dd {
	line-height: 25px;
	margin-left: 90px;
}

.product-detail .summary dl dd .label-default {
	margin-right: 5px;
	color: #ff5500;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	border: 1px solid #ff5500;
	background-color: transparent;
}

.product-detail .summary dl dd .label-default:hover {
	opacity: 1;
}

.product-detail .summary ul {
	padding: 5px 0px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

.product-detail .summary ul li {
	float: left;
	padding: 0px 30px;
	color: #999999;
}

.product-detail .summary ul li {
	border-right: 1px solid #eeeeee;
}

.product-detail .summary ul li:last-child {
	border-right: none;
}

.product-detail .specification {
	padding: 5px 15px;
	margin-bottom: 15px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.product-detail .specification.warning {
	background-color: #fff2f2;
}

.product-detail .specification dl dt {
	width: 80px;
	line-height: 35px;
	color: #999999;
	font-weight: normal;
	text-align: left;
}

.product-detail .specification dl dd {
	line-height: 35px;
	margin-left: 90px;
}

.product-detail .specification dl dd a {
	padding: 5px 10px;
	margin-right: 5px;
	white-space: nowrap;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

.product-detail .specification dl dd a:hover {
	border-color: #ff5500;
}

.product-detail .specification dl dd a.active {
	position: relative;
	border-color: #ff5500;
}

.product-detail .specification dl dd a.active:after {
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	content: "";
	background: url(../images/product.png) 0px -240px no-repeat;
}

.product-detail .specification dl dd a.disabled {
	color: #cccccc;
	cursor: not-allowed;
	border-color: #eeeeee;
}

.product-detail .quantity {
	padding: 0px 15px;
	margin-bottom: 10px;
}

.product-detail .quantity dl dt {
	width: 80px;
	line-height: 30px;
	color: #999999;
	font-weight: normal;
	text-align: left;
}

.product-detail .quantity dl dd {
	line-height: 30px;
	margin-left: 90px;
}

.product-detail .quantity dl dd .spinner {
	float: left;
	margin-right: 10px;
}

.product-detail .quantity dl dd .unit {
	float: left;
	color: #999999;
}

.product-detail .action {
	padding: 0px 15px 0px 105px;
	margin-bottom: 15px;
}

.product-detail .action .btn-default {
	margin-right: 10px;
	color: #ff6900;
	border-radius: 0px;
	border-color: #ff6900;
}

.product-detail .action .btn-primary {
	margin-right: 10px;
	border-radius: 0px;
}

.product-detail .action .btn-default:disabled, .product-detail .action .btn-primary:disabled {
	color: #999999;
	cursor: not-allowed;
	border-color: #cccccc;
	background: none;
}

.product-detail .action .btn-primary .iconfont {
	font-size: 16px;
}

.product-detail .store {
	padding: 0px 10px;
	margin-bottom: 15px;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	border: 1px solid #eeeeee;
}

.product-detail .store:hover {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	border-color: #e8e8e8;
}

.product-detail .store .store-heading {
	padding: 10px 0px;
	border-bottom: 1px solid #eeeeee;
}

.product-detail .store .store-heading h5 {
	line-height: 30px;
	text-align: center;
}

.product-detail .store .store-heading h5 a {
	color: #fc8d02;
}

.product-detail .store .store-body {
	padding-top: 10px;
}

.product-detail .store .store-body dl {
	margin-bottom: 10px;
}

.product-detail .store .store-body dl dt {
	width: 50px;
	line-height: 20px;
	color: #999999;
	font-weight: normal;
	text-align: left;
}

.product-detail .store .store-body dl dd {
	line-height: 20px;
	margin-left: 50px;
	color: #888888;
}

.product-detail .store .store-body p img {
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.product-detail .store .store-body p img:hover {
	opacity: 0.8;
}

.product-detail .store .store-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0px;
	border-top: 1px solid #eeeeee;
}

.product-detail .topbar-wrapper {
	height: 47px;
}

.product-detail .topbar {
	width: 1105px;
	z-index: 300;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
}

.product-detail .topbar.affix {
	top: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-color: #e8e8e8;
}

.product-detail .topbar .nav li {
	float: left;
}

.product-detail .topbar .nav li a {
	padding: 5px 20px;
	margin: 10px 0px;
	border-right: 1px solid #eeeeee;
}

.product-detail .topbar .nav li a:hover {
	background-color: transparent;
}

.product-detail .topbar .nav li.active a {
	padding: 14px 20px 15px 20px;
	margin: -1px 0px 0px -1px;
	color: #ff5500;
	border-top: 2px solid #ff5500;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

.product-detail .introduction {
	margin-bottom: 15px;
}

.product-detail .introduction .introduction-anchor {
	width: 0px;
	height: 0px;
	display: block;
	position: relative;
	top: -15px;
}

.product-detail .introduction .introduction-heading {
	margin: 5px 0px;
	border-bottom: 2px solid #eeeeee;
}

.product-detail .introduction .introduction-heading h4 {
	line-height: 30px;
	display: inline-block;
	margin-bottom: -2px;
	color: #999999;
	border-bottom: 2px solid #ff5500;
}

/*.product-detail .introduction .introduction-body ul {*/
	/*padding-left: 40px;*/
	/*list-style: disc;*/
/*}*/

/*.product-detail .introduction .introduction-body ol {*/
	/*padding-left: 40px;*/
	/*list-style: decimal;*/
/*}*/

.product-detail .parameter {
	margin-bottom: 15px;
}

.product-detail .parameter .parameter-anchor {
	width: 0px;
	height: 0px;
	display: block;
	position: relative;
	top: -15px;
}

.product-detail .parameter .parameter-heading {
	margin: 5px 0px;
	border-bottom: 2px solid #eeeeee;
}

.product-detail .parameter .parameter-heading h4 {
	line-height: 30px;
	display: inline-block;
	margin-bottom: -2px;
	color: #999999;
	border-bottom: 2px solid #ff5500;
}

.product-detail .parameter .parameter-body table {
	width: 100%;
	line-height: 30px;
}

.product-detail .parameter .parameter-body table th {
	width: 120px;
	font-weight: normal;
	text-align: center;
	border:1px solid rgba(204, 204, 204, 1);
	word-break: break-all;
	white-space: pre-wrap;
}

.product-detail .parameter .parameter-body table th.group {
	color: #999999;
	text-align: left;
	background-color: #f8f8f8;
}

.product-detail .parameter .parameter-body table td {
	padding: 10px 10px;
	border: 1px solid #eeeeee;
	width:180px;
	line-height: 1.3;
	word-break: break-all;
	white-space: pre-wrap;
}

.product-detail .review {
	margin-bottom: 15px;
}

.product-detail .review .review-anchor {
	width: 0px;
	height: 0px;
	display: block;
	position: relative;
	top: -15px;
}

.product-detail .review .review-heading {
	margin: 5px 0px;
	border-bottom: 2px solid #eeeeee;
}

.product-detail .review .review-heading h4 {
	line-height: 30px;
	display: inline-block;
	margin-bottom: -2px;
	color: #999999;
	border-bottom: 2px solid #ff5500;
}

.product-detail .review .review-body .icon-favor {
	color: #cccccc;
}

.product-detail .review .review-body .icon-favorfill {
	color: #fdaa01;
}

.product-detail .review .review-body .score {
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #eeeeee;
}

.product-detail .review .review-body .score .media-left {
	min-width: 200px;
	text-align: center;
	border-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-image: -moz-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-image: linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-width: 0px 1px 0px 0px;
	border-right: 1px solid #f0f0f0;
}

.product-detail .review .review-body .score .media-left h5 {
	color: #999999;
}

.product-detail .review .review-body .score .media-left strong {
	color: #ff5500;
	font-size: 24px;
}

.product-detail .review .review-body .score .media-left .iconfont {
	font-size: 14px;
}

.product-detail .review .review-body .score .media-body {
	padding-left: 30px;
}

.product-detail .review .review-body .score .media-body .graph .graph-scroller {
	width: 400px;
	margin-top: 30px;
	position: relative;
	background: url(../images/product.png) 0px -270px no-repeat;
}

.product-detail .review .review-body .score .media-body .graph .graph-scroller em {
	width: 28px;
	height: 18px;
	line-height: 18px;
	display: block;
	margin-left: -18px;
	position: relative;
	top: -24px;
	color: #ffffff;
	font-style: normal;
	text-align: center;
	background-color: #ff5500;
}

.product-detail .review .review-body .score .media-body .graph .graph-scroller em .caret {
	margin-left: -4px;
	position: absolute;
	bottom: -4px;
	left: 50%;
	color: #ff5500;
}

.product-detail .review .review-body .score .media-body .graph .graph-description {
	padding-left: 40px;
}

.product-detail .review .review-body .score .media-body .graph .graph-description li {
	width: 80px;
	float: left;
	color: #999999;
	text-align: center;
}

.product-detail .review .review-body .score .media-right {
	min-width: 200px;
	line-height: 30px;
	text-align: center;
	border-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-image: -moz-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-image: linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-width: 0px 0px 0px 1px;
	border-left: 1px solid #f0f0f0;
}

.product-detail .review .review-body .score .media-right p {
	color: #999999;
}

.product-detail .review .review-body .review-list .media {
	padding: 5px 0px;
	margin: 0px;
	border-bottom: 1px solid #eeeeee;
}

.product-detail .review .review-body .review-list .media:last-child {
	border-bottom: none;
}

.product-detail .review .review-body .review-list .media .media-left {
	min-width: 150px;
	line-height: 30px;
	white-space: nowrap;
}

.product-detail .review .review-body .review-list .media .media-left strong {
	display: block;
	font-weight: normal;
}

.product-detail .review .review-body .review-list .media .media-left span {
	display: block;
	color: #999999;
}

.product-detail .review .review-body .review-list .media .media-body p {
	line-height: 25px;
}

.product-detail .review .review-body .review-list .media .media-body .reply-list li {
	padding: 10px 0px;
	border-top: 1px solid #eeeeee;
}

.product-detail .review .review-body .review-list .media .media-body .reply-list li strong {
	color: #ff561c;
}

.product-detail .review .review-body .review-list .media .media-body .reply-list li p {
	color: #ff561c;
}

.product-detail .review .review-body .review-list .media .media-body .reply-list li span {
	color: #999999;
}

.product-detail .review .review-body .no-result {
	line-height: 30px;
	color: #999999;
}

.product-detail .consultation {
	margin-bottom: 15px;
}

.product-detail .consultation .consultation-anchor {
	width: 0px;
	height: 0px;
	display: block;
	position: relative;
	top: -15px;
}

.product-detail .consultation .consultation-heading {
	margin: 5px 0px;
	border-bottom: 2px solid #eeeeee;
}

.product-detail .consultation .consultation-heading h4 {
	line-height: 30px;
	display: inline-block;
	margin-bottom: -2px;
	color: #999999;
	border-bottom: 2px solid #ff5500;
}

.product-detail .consultation .consultation-body .consultation-list .media {
	padding: 5px 0px;
	margin: 0px;
	border-bottom: 1px solid #eeeeee;
}

.product-detail .consultation .consultation-body .consultation-list .media:last-child {
	border-bottom: none;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-left {
	min-width: 150px;
	line-height: 30px;
	white-space: nowrap;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-left strong {
	display: block;
	font-weight: normal;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-left span {
	display: block;
	color: #999999;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-body p {
	line-height: 25px;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-body .reply-list li {
	padding: 10px 0px;
	border-top: 1px solid #eeeeee;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-body .reply-list li strong {
	color: #ff561c;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-body .reply-list li p {
	color: #ff561c;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-body .reply-list li span {
	color: #999999;
}

.product-detail .consultation .consultation-body .no-result {
	line-height: 30px;
	color: #999999;
}

.product-detail .consultation .consultation-footer {
	padding: 10px 15px;
	background-color: #f8f8f8;
}

.product-detail .consultation .consultation-footer a {
	margin-right: 10px;
}

.product-detail .bd_weixin_popup {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* ---------- product-compare ---------- */
.product-compare .compare-list .compare-list-item {
	width: -webkit-calc((100% - 15px * 3) / 4);
	width: calc((100% - 15px * 3) / 4);
	float: left;
	margin-right: 15px;
	overflow: hidden;
}

.product-compare .compare-list .compare-list-item:nth-child(4n) {
	margin-right: -1px;
}

.product-compare .compare-list .compare-list-item .thumbnail {
	line-height: 22px;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
}

.product-compare .compare-list .compare-list-item .table {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
}

.product-compare .compare-list .compare-list-item .table th.parameter-value-group {
	background-color: #f8f8f8;
}

.product-compare .compare-list .compare-list-item .table th:not(.parameter-value-group) {
	min-width: 65px;
	font-weight: normal;
}

.product-compare .compare-list .compare-list-item .table tr.current {
	background-color: #fff1e6;
}

.product-compare .compare-list .compare-list-item .table tr.current td {
	color: #ff6900;
}

/** add by gjc **/
.dvop-title{line-height:30px;font-size: 14px;color:#333;padding-bottom: 10px;*padding-top:10px;}

.d-vopy table{width:100%;float:left;border-left: 1px solid #ededed;border-top: 1px solid #ededed;font-size:12px;margin-bottom: 18px;}

.d-vopy th{border-right: 1px solid #ededed;border-bottom: 1px solid #ededed;width: 200px;padding: 0;background-color:#F5F5F5;text-align: center;font-weight: normal;min-height: 34px;line-height: 34px;}

.d-vopy td{border-right: 1px solid #ededed;border-bottom: 1px solid #ededed;vertical-align: top;padding: 10px; line-height: 24px}

.d-vopy{overflow:hidden;}

.d-xi-b{padding:10px 0;}
.d-xi-b .price-explain {
	line-height: 24px;
}
.d-xi-b .price-explain .title {
	line-height:30px;font-size: 14px;color:#333;
}

.d-vopy.parameter{border-bottom:1px solid #ddd;margin-bottom:15px;padding-bottom: 5px;}
.d-vopy.parameter table{border:none;}
.d-vopy.parameter th{width:90px; text-align:left; padding-bottom:10px; line-height:20px; border:none; background:#fff;color: #999;}
.d-vopy.parameter td{width:150px; text-align:left; line-height:20px; padding:0 20px 0 10px; border:none;}

.d-vopy.parameter ul{list-style:none; margin:0; padding:0;}
.d-vopy.parameter li{width: 286px;float:left;font-size: 12px;list-style:none; margin:0; padding:0;}

.d-vopy.parameter li span{width: 80px;text-align:left;padding-bottom:10px;line-height:20px;margin-right: 5px;border:none;background:#fff;color: #999;display: block;float: left;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

.d-vopy.parameter li p{width: 165px;text-align:left;line-height:20px;padding:0 20px 0 10px;border:none;display: block;float: left;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.detailBot{font-size:14px; padding:10px 0 0; color:#666; clear:both;}

/** product-detail **/

.cg-table{width: 510px;}
.cg-table * {
	box-sizing: content-box;
}

.cg-table-con{border-spacing:1px;width: 90%;font-size:12px;background:#e5e5e5;float:left;border-collapse: separate;}

.cg-table .amount-cont{width:200px;margin-left:-1px;}

.cg-table-con th{background: #fff;color:#333;padding: 0;text-align:center;height: 30px;font-size: 12px;font-weight: normal;}

.order,.standards{width:90px;}

.purchaser{width:316px;}

.cg-table-con tr,.cg-table-con td{text-align:center;font-size:12px;color:#333;background:#fff;padding: 0px;}

.cg-table-con tr .del-line{text-decoration:line-through;color:#999;}

.cg-table-con td{height:40px;}

.PurchaseNum{overflow:hidden;}

.item-control{height:30px;margin-left:16px;width: 255px; line-height:30px;}

.item-control .detail-amount-control{height: 28px;line-height: 28px;width: 130px;}
.cg-table .detail-amount-control{box-sizing: content-box;padding:0 0 4px;}

.cg-table .detail-amount-control input{width:70px !important;}

.cg-table .detail-amount-control, .can-sell{padding-top: 2px !important;}
.detail-amount-control, .can-sell{padding-top:4px;position: relative;float: left; line-height:28px;}
.item-control .detail-amount-control{height: 28px;line-height: 28px;width: 130px;}
.detail-amount-control a{position:absolute;top:-1px;border-radius: 2px 0 0 2px;background: #f8f8f8 url("https://style.org.hc360.com/images/detail/mysite/siteconfig/new_product/bg.png") no-repeat;height: 26px;line-height: 200px;overflow: hidden;width: 26px;float:none;top: -1px;border:1px solid #e5e5e5;}
.detail-amount-control .anount-container{float:left;height: 26px;width: 100px;/* overflow: hidden; */}
.anount-container{position:absolute !important; left:25px !important; margin:0 25px 0 0 !important;}
.detail-amount-control .anount-container{float:left;height:26px;border-color: #e5e5e5 #efefef;border-style: solid;border-width: 1px;/* margin-top: 5px; */}
.detail-amount-control input {
	outline: none;border: 1px solid #e5e5e5 !important;border-style:solid;border-width:1px;float:left;height: 26px !important;line-height:22px;padding:0 !important;margin-left:-9px;margin-top: 1px;text-align: center;width: 60px !important;margin:0 auto;position:absolute;left: 0;top: -1px;
}
.detail-amount-control .input{width: 74px; position: relative; margin: 0px 25px;}{width: 70px; float: left; height: 24px; line-height: 24px; margin: 0px; padding: 2px 2px 0px; color: rgb(102, 102, 102); font-size: 12px; border-width: 0px; visibility: visible;}
.anount-container .amount-down {left:-26px;border-radius:2px 0 0 2px;/*border-right:none;*/background-position: -32px 8px;}
.anount-container .amount-up{right:-26px;background-position:8px 8px;border-radius:2px 0 0 2px;/*border-left:0 none;*/}
.anount-container .amount-down:hover{background-position:-32px -22px;border-color:#ff7700;}
.anount-container .amount-up:hover{background-position:8px -22px;border-color:#ff7700;}
.anount-container .amount-down-limit {background-position:-32px -52px;}
.anount-container .amount-down-limit:hover{background-position:-32px -52px;border-color:#e5e5e5;cursor:not-allowed;}
.anount-container .amount-up-limit{background-position:8px -52px;}
.anount-container .amount-up-limit:hover{background-position:8px -52px;border-color:#e5e5e5;cursor:not-allowed;}
i {
	font-style: normal;
}