@charset "UTF-8";

.product-hd{
	padding: 70px 0;
}

/*多图切换*/
.imgs-slide {
	width: 502px;
	position: relative;
}
.view .swiper-container {
	width: 500px;
	height: 500px;
	border: 1px solid #f1f1f1;
}
.view img{
	width: 500px;
	height: 500px;
}
.fl .imgs-slide .block{
	display: block;
}
.imgs-slide .emptyImage{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #f1f1f1;
	z-index: 10000;
	display: none;
}
.preview {
	width: 100%;
	margin-top: 8px;
	position: relative;
}

.preview .swiper-container {
	width: 452px;
	height: 84px;
	margin-left: 24px;
}

.preview .swiper-slide {
	width: 92px;
	height: 84px;
	cursor: pointer;
}

.preview .slide6 {
	width: 84px;
}
.preview .arrow-left,.preview .arrow-right {
	position: absolute;
	
	top: 0;
	width: 15px;
	height: 82px;
	line-height: 82px;
	z-index: 5;
	color: #888;
	border: 1px solid #ddd;
	text-align: center;
	opacity: .4;
	transition:all 0.4s;
}
.preview .arrow-left{
	left: 0;
}
.preview .arrow-right {
	right: 0;
}
.preview .arrow-left:hover,.preview .arrow-right:hover{
	opacity: 1;
}

.preview img {
	width: 80px;
	height: 80px;
	border: 1px solid #f1f1f1;
	transition:all 0.4s;
}
.preview .active-nav img {
	border: 1px solid #333;
}
.bdsharebuttonbox{
	float: left;
}
.bds_more{
	background: none!important;
	padding: 0!important;
	margin: 0 7px 0 0!important;
	height: 26px!important;
	line-height: 26px!important;
}
.bds_more,.pro-coll{
	float: left;
	width: 64px;
	height: 26px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
	transition:all 0.3s;
}
.bds_more .ico,.pro-coll .ico{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	vertical-align: -2px;
	opacity: .3;
	transition:opacity 0.3s;
}
.bds_more .ico{
	background-image: url(../img/ico-share.png);
}
.pro-coll .ico{
	background-image: url(../img/ico-star-o.png);
}
/*.pro-coll.cur{
	border-color: #333;
	color: #333;
}*/
.pro-coll.cur .ico{
	background-image: url(../img/ico-star.png);
	opacity: 1;
}
.bds_more:hover,.pro-coll:hover{
	color: #000!important;
	border-color: #333!important;
	opacity: 1!important;
}
.bds_more:hover .ico,.pro-coll:hover .ico{
	opacity: 1;
}
.pro-panel{
	width: 610px;
}
.panel-title{
	margin-bottom: 25px;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	color: #333;
}
.panel-price{
	line-height: 26px;
	height: 30px;
}
.panel-price span{
	font-size: 26px;
	color: #e81111;
}
.panel-price del{
	margin-left: 10px;
	color: #aaa;
}
.pro-format{
	margin: 35px 0 40px;
	padding: 40px 0 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee; 
}
.pro-format .item{
	position: relative;
	padding-left: 70px;
	min-height: 28px;
	margin: 0 0 30px;
	font-size: 13px;
}
.pro-format .item dt{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 28px;
	color: #999;
	padding-left: 3px;
}
.pro-format .item dd{
	margin-right: -8px;
}
.pro-format .prop span{
	display: inline-block;
	padding: 0 10px;
	margin: 0 8px 8px 0;
	line-height: 26px;
	border: 1px solid #666; 
	border-radius: 2px;
	color: #666;
	cursor: pointer;
	transition:border-color 0.3s,color 0.3s;
}
.pro-format .prop span:hover{
	color: #666;
	border-color: #666;
}
.pro-format .prop span.cur{
	border-color: #333;
	color: #333;
	background: url(../img/pro-cur.png) no-repeat right bottom;
}
.pro-format .color i{
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: relative;
	margin: 2px 10px 10px 2px;
	cursor: pointer;
}
.pro-format .color i:after{
	content: '';
	position: absolute;
	left: -4px;
	top: -4px;
	width: 24px;
	height: 24px;
	border: 2px solid #999;
	border-radius: 50%;
}

.pro-format .color i.cur:after{
	border-color: #666;
}
.pro-format .prop span.none,.pro-format .prop span.none:hover{
	border-style: dashed;
	color: #bbb;
	border-color: #bbb;
	cursor: not-allowed;
}

.pro-format  .color i.none{
	opacity: .2;
	cursor: not-allowed;
}

.pro-nav-holder{
	position: relative;
	width: 100%;
	height: 60px;
}
.pro-nav{
	width: 100%;
	left: 0;
	right: 0;
	position: relative;
	height: 60px;
	line-height: 60px;
	background-color: #fafafa;
	text-align: center;
	z-index: 10;
}
.pro-nav.fixed{
	position: fixed;
	top: 0;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.pro-nav li{
	position: relative;
	float: left;
	width: 16.6%;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.pro-nav li:hover{
	color: #333;
}
.pro-nav li.cur{
	font-weight: normal;
	color: #333;
}
.pro-nav li.cur:after{
	content: '';
	display: block;
	width: 66px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -33px;
	background-color: #333;
}
.pro-nav li:before{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 8px;
	left: -1px;
	top: 27px;
	background-color: #dcdcdc;
}
.pro-main{
	padding: 70px 0;
}
.pro-title{
	font-size: 22px;
	color: #333;
	line-height: 30px;
	padding-bottom: 30px;
	font-weight: normal;
}
.pro-title .ico{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	vertical-align: -5px;
	background-position: center;
}

.pro-title .ico-1{
	background-image: url(../img/pro-ico1.png);
}
.pro-title .ico-2{
	background-image: url(../img/pro-ico2.png);
}
.pro-title .ico-3{
	background-image: url(../img/pro-ico3.png);
}
.pro-title .ico-4{
	background-image: url(../img/pro-ico4.png);
}


/*商品详细*/
.pro-detail{
	position: relative;
	min-width: 1200px;
	padding-bottom: 0;
	overflow: hidden;
	padding-top: 0;
}
.pro-detail img{
	display: block;
	max-width: 100%;
	margin: 0 auto;

}
.pro-info-img{
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}
/*商品参数*/
.pro-parameter{
	padding: 15px 0;
}
.pro-parameter li{
	position: relative;
	float: left;
	width: 235px;
	margin-left: 100px;
	font-size: 13px;
	line-height: 18px;
	padding: 10px 0 10px 65px;
}
.pro-parameter li .label{
	position: absolute;
	left: 0;
	top: 10px;

}
/*推荐好物*/
.pro-list li{
	margin-bottom: 0;
}


/*官方推荐组合*/
.bgf8{
	background-color: #f8f8f8;
}
.pro-comb .item{
	height: 328px;
	margin-bottom: 25px;
	background-color: #fff;
	transition:all 0.5s;
}	
.pro-comb .item:hover{
	box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.2);
}
.comb-goods{
	float: left;
	width: 888px;
	
}
.comb-goods ul{
	padding: 24px;
}
.comb-goods li{
	float: left;
	width: 240px;
	font-size: 13px;
	text-align: center;
}
.comb-goods .img{
	position: relative;
	display: block;
	width: 220px;
	height: 220px;
	margin: 0 auto 7px;
}
.comb-goods img{
	width: 220px;
	height: 220px;
}
.comb-goods .li-add{
	width: 60px;
	height: 220px;
	text-align: center;
	line-height: 220px;
	color: #999;
	font-size: 28px;
	font-weight: bold;
}
.comb-intro{
	font-size: 14px;
	padding: 30px 0 0 56px;
	width: 172px;
	height: 190px;
	margin-top: 52px;
	border-left: 1px solid #f1f1f1; 
}
.comb-intro h3{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 22px;
	font-weight: normal;
}
.comb-intro .btn-sm{
	margin-top: 4px;
}

/*晒单*/
.pro-evaluation{
	position: relative;

}
.pro-evaluation .item{
	position: relative;
	padding: 50px 120px 50px 70px;
	border-bottom: 1px solid #f1f1f1;
}
.pro-evaluation .avatar{
	position: absolute;
	left: 12px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-position: center;
	background-size:cover;
}
.pro-evaluation .like{
	position: absolute;
	width: 70px;
	right: 0;
	margin-top: 30px;
}
.pro-evaluation .ico-link{
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 22px;
	background: url(../img/ico-hand.png) no-repeat 0 0 ;
	vertical-align: -2px;
	cursor: pointer;
	opacity: .3;
}
.pro-evaluation .ico-link.cur{
	background-position: 100% 0;
	opacity: 1;
}
.pro-evaluation  .user-name{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	margin-bottom: 12px;
}
.pro-evaluation  .text{
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
}
.pro-evaluation .imgs{
	padding-bottom: 2px;
}
.pro-evaluation .imgs li{
	float: left;
	width: 144px;
	height: 144px;
	margin: 0 16px 16px 0;
}
.pro-evaluation .imgs li a{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.pro-evaluation .reply{
	position: relative;
	margin-right: -120px;
	padding: 35px 200px 35px 110px;
	background-color: #f8f8f8;
	line-height: 18px;
}
.pro-evaluation .reply .label{
	position: absolute;
	left: 40px;
}
.pro-evaluation .reply .date{
	position: absolute;
	right: 36px;
}
.pro-evaluation .reply:before{
	content: '';
	display: block;
	position: absolute;
	left: 40px;
	top: -8px;
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f8f8f8;

}

/**组合弹出**/
.combo-mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 89;

}
.combo-dialog{
	display: none;
	position: absolute;
	width: 1140px;
	padding: 0 30px;
	left: 50%;
	top: 0;
	margin-left: -600px;
	background-color: #fff;
	border-radius: 5px;
	z-index: 90;
	overflow: hidden;
	transition: all 2 cubic-bezier(0.23, 1, 0.32, 1);
}
.combo-dialog .hd{
	line-height: 28px;
	padding: 25px 30px 25px 0;
	border-bottom: 1px solid #e7e7e7;
}
.combo-dialog .hd h3{
	font-size: 18px;
	color: #333;
}
.combo-dialog  .close{
	position: absolute;
	width: 40px;
	height: 40px;
	right: 12px;
	top: 12px;
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	cursor: pointer;
	transition:all 0.3s;
}
.combo-dialog  .close:hover{
	color: #333;
}
.combo-dialog .fd{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 42px;
	line-height: 42px;
	padding: 25px 30px 25px 40px;
	background-color: #f9f9f9;
}
.combo-dialog .bd{
	margin: 0 0 90px;
}

.combo-item{
	padding: 30px 0;
	border-bottom: 1px solid #f1f1f1;
}
.combo-good{
	width: 300px;
	margin-right: 40px;
	text-align: center;
}
.combo-good img{
	width: 300px;
	height: 300px;
}
.combo-format{
	width: 610px;
	border: none;
	padding: 0;
}
.combo-price{
	min-width: 125px;
    max-width: 170px;
    padding-right: 20px;
	padding-top: 28px;
	font-size: 26px;
	color: #000;
	line-height: 1.4;
}
.combo-price del{
	display: block;
}
.combo-dialog .fd .price{
	font-size: 30px;
}

.combo-scroll {
  width: 100%;
  height: 630px;
  overflow: auto;
}


/* 视频 */
.video-list{
	width: 1200px;
	margin: 0 auto 0;
	padding: 35px 0;
	/* padding: 0; */
}
.video-list li{
	width: 1200px;
	height: 750px;
	position: relative;
	margin: 0 auto 20px;
}
.video-list li .video-mask{
	display: block;
	margin: 0 auto 0;
	width: 100%;
	cursor: pointer;
}
.video-list li .video-mask img{
	display: block;
	width: 100%;
	height: 750px;
}
.video-list li .video-mask:after{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4) url('../img/video_play.png') no-repeat center;
}
.video-list li video{
	display: block;
	margin: 0 auto 0;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}



