﻿@charset "utf-8";
.content{
	width: 1200px!important;
}
.goodDetailCont{
	overflow: hidden;
	margin-bottom: 35px;
}
.pc-slide {
	width: 540px;
	margin: 0 auto;
	position: relative;
}

.view .swiper-container {
	width: 420px;
	height: 420px;
}

.view .arrow-left {
	background: url(../img/images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(../img/images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	width: 480px;
	height: 82px;
	margin-left: 35px;
}

.preview .swiper-slide {
	width: 108px;
	height: 72px;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	cursor:pointer;
	margin-right: 12px;
	
}
.preview .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
}
.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background: url(../img/images/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../img/images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .active-nav{
	border: 1px solid #3cb46d;
}
.preview .active-nav img {
	padding: 0;
	
}


.goodDetailCont .goodSwiper{
	width: 540px;
	float: left;
	margin-right: 50px;
	position: relative;
}
.goodSwiperIcon{
	position: absolute;
	width: 122px;
	height: 120px;
	bottom: 92px;
	left: 0;
	z-index: 5;
}
.goodDetailCont .goodSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
}
.goodDetailCont .goodInfo{
	float: left;
	width: 580px;
}
.goodDetailCont .goodInfo .goodName{
	font: 20px/34px "微软雅黑";
	color: #333;
	margin-bottom: 5px;
}
.goodDetailCont .goodInfo .goodTags{
	overflow: hidden;
	margin-bottom: 12px;
}
.productInfoDl dl{
	float:left;
	width:33%;

}
.goodDetailCont .goodInfo .goodTags span{
	display: block;
	height: 20px;
	font: 14px/20px "微软雅黑";
	padding: 0 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.goodDetailCont .goodCount{
	font: 16px/37px "微软雅黑";
	color: #777777;
}
.goodDetailCont .goodCount em{
	padding-left: 2em;
}
.goodDetailCont .goodDetailBtn{
	display: block;
	width: 188px;
	height: 48px;
	font: 20px/48px "微软雅黑";
	background: #3cb46d;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}
.goodDetailCont .dashedLine{
	margin: 0px auto 20px;
	border-top: 1px dashed #cdcdcd;
}
.shareBtn{
	font-size: 16px;
	color: #666;
	margin-top: 20px; 
	cursor: pointer;
}
.shareBtn .icon{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/share.png) no-repeat center;
	background-size:100% 100%;
	position: relative;
	top: 2px;
}
.goodText{
	margin-bottom: 20px;
}
.goodText h3{
	position: relative;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
}
.goodText h3 span{
	font: 20px/42px "微软雅黑";
	color: #3cb46d;
	position: relative;
	display: inline-block;
}
.goodText h3 span::after{
	content: ' ';
	position: absolute;
	width: 120%;
	height: 3px;
	background:#3cb46d;
	bottom: -1px;
	left: 0;
}
.goodText p{
	color: #666;
	font: 16px/32px "微软雅黑";
}
.goodParameters .overflowCont{
	padding:10px 0 10px;
	border-bottom: 1px dashed #d8d8d8;
} 
.goodParameters .overflowCont ul{
	float: left;
	width: 50%;
	border-right: 1px dashed #d8d8d8;
	box-sizing: border-box;
}
.goodParameters .overflowCont ul:last-child{
	border-right: 0;
	/*padding-left: 20px;*/
}
.goodParameters .overflowCont ul:nth-child(odd){
	padding-right: 50px;
}
.goodParameters .overflowCont ul:nth-child(2n){
	padding-left: 50px;
}
.goodParameters .overflowCont ul li{
	padding-right: 10px;
}
.goodParameters .overflowCont ul li h4{
	font: 16px/50px "微软雅黑";
	color: #333;
	font-weight: 900;
	position: relative;
	padding-left: 20px;
}
.goodParameters .overflowCont ul li h4::before{
	content: ' ';
	width: 5px;
	height: 5px;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.goodParameters .overflowCont ul li p{
	font: 16px/39px "微软雅黑";
	color: #666;
}
.goodParameters .overflowCont ul li p span{
	float: right;
}
.goodParameters .overflowCont:last-child{
	border: 0;
}
.goodTextImg img{
	margin: 10px 0;
}
.productInfoDl{padding: 0 20px;overflow:hidden;margin-bottom: 20px;margin-top: 20px;}
.productInfoDl dl{
    float:left;
    width:30%;
    text-align:center;
    position:relative;
}
.productInfoDl dl:nth-child(2){
    width:40%;
}
.productInfoDl dl::after{
	content:'';
	position:absolute;
	top:5%;
	right:0;
	height:90%;
	border-right:1px solid #efefef;
}
.productInfoDl dl:last-child::after{
	display:none;
}
.productInfoDl dl dt{
    font-size: 24px;
    font-family: "微软雅黑",Arial;
    color:#222;
    margin-bottom: 16px;
    font-weight: bold;
}
.productInfoDl dl dd{
    font-size: 18px;
    font-family:"微软雅黑",Arial;
    color:#444;
}
.dashedLine{
    display:block;
    border-top:1px dashed #efefef;
    margin:20px 0;
}
.goodInfo .goodData{
	overflow: hidden;
	margin-bottom: 20px;
}
.goodInfo .goodData li{
	float: left;
	width: 48%;
	margin-right: 2%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font: 16px/40px "微软雅黑";
	color: #999;
}
.goodInfo .goodData li:nth-child(2n){
	margin-right: 0;
}
.goodInfo .goodData li span{
	font-size: 16px;
	color: #222;
}
.goodInfo .goodData li em{
	padding-left: 2em;
}
.goodInfo .goodData li i{
	padding-left: .5em;
}
.goodInfo .goodData li b{
	padding-left: 50px;
}
/*联系卖家*/
.goodInfo .contactPublisher{
	overflow: hidden;
	height: 80px;
	padding-bottom: 20px;
}
.goodInfo .contactPublisher h3{
	float: left;
	width: 33%;
	font-size: 20px;
	color: #333;
	line-height: 80px;
	text-align: center;
	border-right: 1px solid #efefef;
	box-sizing: border-box;
}
.goodInfo .contactPublisher ol li{
	font: 16px/40px "微软雅黑";
	color: #999;
}
.goodInfo .contactPublisher ol li span{
	font: 16px/40px "微软雅黑";
	color: #666;
}
.goodInfo .contactPublisher ol{
	margin-bottom: 20px;
	padding-left: 50px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	width: 60%;
}
.mask .contentMask .goodMaskImg{
	float: left;
	width: 88px;
	height: 60px;
	border: 1px solid #cdcdcd;
	margin-right: 20px;
}
.mask .contentMask .goodMaskImg img{
	display: block;
	width: 100%;
	height: 100%;
}
.mask .contentMask .goodMaskName{
	float: left;
}
.mask .contentMask .goodMaskName h5{
	color: #333;
	font: 16px/24px "微软雅黑";
	margin-bottom: 8px;
	position: relative;
	left: -8px;
}
.mask .contentMask .goodMaskName p{
	color: #666;
	font: 14px/24px "微软雅黑";
}
.mask .contentMask .textareaCont{
	border: 1px solid #cdcdcd;
	width: 100%;
	height: 100px;
	overflow-y: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	border-radius: 3px;
}
.mask .contentMask .textareaCont textarea{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	border: 0;
	box-sizing: border-box;
	padding: 5px;
	color: #333;
	font-family: "微软雅黑";
	font-size: 14px;
}
.contentMaskBtn{
	overflow: hidden;
	text-align: right;
	margin-top: 12px;
}
.contentMaskBtn a{
	display: inline-block;
	padding: 0px 20px;
	font: 14px/28px "微软雅黑";
	text-align: center;
	border: 1px solid #3cb46d;
	border-radius: 3px;
}
.contentMaskBtn .cancelContact{
	background: #fecbb2;
	color: #3cb46d;
	margin-right: 10px;
}
.contentMaskBtn .finishContact{
	background: #3cb46d;
	color: #fff;
}
.mask .contentMask .contackWay{
	/* margin-bottom: 2px; */
	overflow: hidden;
	border-top: 1px dashed #dbdbbd;
	padding-top: 12px;
}
.mask .contentMask .contackWay li{
	overflow: hidden;
	font: 12px/40px "微软雅黑";
	color: #666;
	margin-bottom: 1px;
	float: left;
}
.mask .contentMask .contackWay li .label{
	margin-right: 10px;
	width: 90px;
	text-align: right;
	display: inline-block;
}
.mask .contentMask .contackWay li em{
	display: inline-block;
	height: 30px;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	margin-right: 5px;
	width: 224px;
}
.mask .contentMask .contackWay li em input{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 3px;
	padding: 0 10px;
	box-sizing: border-box;
	font: 12px/30px "微软雅黑";
}
.sexRadio span i.iconfont{
	margin-right: 3px;
}
.sexRadio span{
	margin-right: 10px;
	cursor: pointer;
}
.getCode{
	position: absolute;
	right: 3px;
	top: 0px;
	line-height: 38px;
	color: #fd5f11;
	width: 95px;
	text-align: center;
	cursor: pointer;
	font: 12px/30px "微软雅黑";
}
.getCode::before{
    content: '';
    height: 20px;
    border-left: 1px solid #cdcdcd;
    top: 5px;
    left: 0;
    position: absolute;
}
