/*产品详情样式*/
div.bag{
	margin-top: 111px
}

div.productdetail{
	width:100%;
	height: 520px;
}

div.productdetail .pdetail-leftimg{
	width:100%;
	height: 520px;
}

div.productdetail .pdetail-xsimgbox{
	float: left;
	width:85px;
	height: 520px;
}

div.productdetail .pdetail-xsimgbox .pdetail-xsimg img{
	width:85px;
	height: 85px;
	margin-bottom: 10px;
}

div.productdetail .pdetail-xsimgbox .pdetail-xsimg img:hover{
	border: 2px solid #7FD1F7;
	cursor:pointer

}

div.productdetail .pdetail-zhongimg{
	float: left;
	margin-left: 25px;
	width:520px;
	height: 520px;
}

div.productdetail .pdetail-zhongimg img{
	width:100%;
	max-height: 520px;
}

div.pdetail-details{
	padding-left: 70px;
	width:100%;
	height: 520px;
}

div.pdetail-details .pdetail-desc{
	padding-bottom: 20px;
	border-bottom: 1px solid #E0E0E0;
	line-height: 30px;
	color:#989898;
}

div.pdetail-details .pdetail-price{
	font-size: 30px;
	color:#01A4EF;
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid #E0E0E0;
}

div.pdetail-details .pdetail-colorbox{
	margin-top:30px;
	height: 80px;
}
div.pdetail-details .pdetail-color{
	margin-top:15px;
}
div.pdetail-details .pdetail-colorbox .pdetail-color i{
	margin-right: 15px;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius:20px;
	border: 2px solid #DDDDDD
}

div.pdetail-details .pdetail-btn{
	margin-top:15px;
}

div.pdetail-details .pdetail-btn div{
	float: left;
	width: 200px;
	height: 45px;
	margin-right: 15px;
	line-height: 45px;
	text-align: center;
	background:#DF3033;
	color: #ffffff;
}
div.pdetail-option{
	margin-bottom: 35px;
}
div.pdetail-option ul li{
	width:19.5%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;

}
div.pdetail-option ul li>a{
	color:#333;
}

 div.pdetail-option ul>li>a:hover{
 	color:#01A4EF;
    cursor:pointer
 }


div.pdetail-title {
    position: relative;
    /*padding-bottom: 40px;*/
    text-align: center;
}

div.pdetail-line{
	width:100%;
    border-bottom: 1px solid #E4393C;
}

div.pdetail-title span{
	display: inline-block;
	width:100px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	cursor: pointer;
}

div.pdetail-content{
	padding: 30px;
	background-color: #fff;
	line-height: 30px;
	margin-bottom: 50px;
	text-align: center;
}



div.detail-switch{
	text-align: center;
	margin-bottom: 50px;
}
div.detail-switch:hover{
	cursor:pointer
}
div.pdetail-specs{
	padding:35px;
	background-color: #fff;
	margin-bottom: 50px;
}

.container .product-one {
   margin-bottom: 35px;
}

.container .product-one .product-img img{
    width:100%;
    height: 300px;
}

.container .product-one:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
    cursor:pointer
  }

.container .product-one .product-content{
    padding: 20px;
    background: #fff;
}

div.product-color{
    width: 33.33%;
    height: 20px;
    margin:0 auto;
    margin-bottom: 20px;
    margin-left: 40%;
}

.product-content div.product-color i{
    display: inline-block;
    border:1px solid #ccc;
    width:20px;
    height: 20px;
    background: #fff;
    border-radius: 10px;
    margin-right: 6px;
}

div.product-title{
    width: 150px;
    height: 35px;
    line-height: 35px;
    margin:0 auto;
    margin-left: 33.33%;

}
div.product-desc{
    padding: 0 20px;
    height: 60px;
    line-height: 20px;
    margin:0 auto;
    text-align: center;
}
.container a{
	text-decoration: none
}

.container .product-one{
	color:#333333;
}
.container .product-one:hover div.product-title{
    color:#02A4EF;
}

 div.download-list{
    height: 80px;
    line-height: 80px;
    background: #fff;
    margin-bottom: 30px;

  }
  div.download-list .download-leftimg,div.download-list .download-title{
      float: left;
  }
  div.download-list .download-leftimg{
    margin-left: 30px;
  }

  div.download-list .download-title{
    margin-left: 20px;
    width: 60%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  div.download-list .download-rightimg{
    float: right;
    margin-right: 35px;
  }

  div.download-list .download-rightimg:hover{
    cursor:pointer
  }

  div.download-list:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
  }
  #carousel-example-generic{
  	display: none;
  }

  div.pdetail-details .pdetail-btn .pdetail-leftbtn:hover,div.pdetail-details .pdetail-btn .pdetail-rightbtn:hover{
  	cursor:pointer;
	border:1px solid #33B4F0;
  }

@media screen and (max-width: 1281px) {
    #carousel-example-generic{
	  	display: block;
	}

	div.pdetail-option ul li{
		width:19%;
		height: 80px;
		line-height: 80px;
		font-size: 16px;
		text-align: center;
		color:#333;
	}

	div.pdetail-leftimg{
		display: none;
	}

	/* div.pdetail-option ul li{
		width:250px;
		height: 80px;
		line-height: 80px;
		font-size: 16px;
		text-align: center;
	} */
}

@media screen and (max-width: 993px) {
    div.bag{
    	margin-top: 10px;
    }
}

@media screen and (max-width: 769px) {
    .container .product-one{
        /*height: 605px;*/
        /*width:100%;*/
        margin-bottom: 15px;
    }
    div.pdetail-details .pdetail-desc{
		border-bottom: 1px solid #E0E0E0;
		line-height: 30px;
		color:#989898;
	}

	div.pdetail-details{
		padding-left: 10px;
		width:100%;
		height: 520px;
	}

	div.pdetail-content img{
		width:100%;
	}

	div.m_nav_box{
		border-bottom: 1px solid #E0E0E0;
	}

	div.pdetail-details .pdetail-btn div{
		float: left;
		width: 100%;
		height: 45px;
		margin-right: 15px;
		line-height: 45px;
		text-align: center;
	}


	

	img.pdetail-lastimg{
		display: none
	}

	div.pdetail-option ul li{
		width:17.5%;
		height: 80px;
		margin-right: 3px;
		line-height: 80px;
		font-size: 10px;
		text-align: center;

	}
}

div.addNum,div.reduceNum{
	display: inline-block;
	font-size: 24px;
	cursor: pointer;
	width:20px;
	height: 20px;
	margin-top: 5px;
	position: absolute;
	bottom: 12px;
}

div.reduceNum{
	left: 50px;
}
div.addNum{
	left: 128px;
}
span.numtitel{
	margin-right: 10px;
}
input.productNum{
	width:60px;
	text-align: center;
	margin: 0 8px;
	font-size: 14px;
	padding:3px;
}
div.pdetail-number{
	position: relative;
}
span.selectStatus{
	background:#E4393C;
	color:#FFFFFF;
}

div.evaluation{
	display: none;
}

div#a1{
	margin-top: 30px;
}

/*评价样式start*/

a, div, header, span {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
li,ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.detail_cmt .cmt_list {
    font-size: 12px;
    color: #262626;
    margin-bottom: -1px;
    
}
.detail_cmt .cmt_list li {
    position: relative;
    padding: 15px 0;
    zoom: 1;
    border-bottom: 1px solid #ddd;
}
.detail_cmt .cmt_user {
    line-height: 20px;
    text-align: left;
}

.detail_cmt .cmt_user img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
}
img {
    border: 0;
    /*vertical-align: center;*/
}
.detail_cmt .cmt_user .credit {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 10px;
    margin: -2px 0 -2px 6px;
    vertical-align: middle;
}

.detail_cmt .cmt_user .date {
    float: right;
    color: #999;
    margin-left: -60px;
}
.detail_cmt .cmt_cnt {
    position: relative;
    line-height: 1.5;
    font-size: 13px;
    margin: 18px 0;
    word-break: break-all;
    overflow: hidden;
    white-space: normal;
    max-height: 126px;
    text-align: left;
}
.detail_cmt .cmt_att {
    margin-right: -10px;
}
.detail_cmt .cmt_sku {
    color: #999;
    text-align: left;
    clear: both;
}
.detail_cmt .cmt_sku .reply {
    float: right;
    color: #3985ff;
    padding-left: 17px;
    background-size: 12px;
}

.detail_cmt .cmt_att .img {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 6px;
    border-radius: 6px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    background-color: #f3f3f3;
    background-size: cover;
    margin-bottom: 6px;
    float: left;
}

.detail_cmt .cmt_att .img img {
    width: auto;
    display: inline-block;
    height: auto;
    min-width: 80px;
    max-height: 80px;
}

span.zan{
	width: 16px;
    height: 16px;
    display: inline-block;
	background: url(/static/home/images/zan.png) no-repeat;
    cursor: pointer;
}
.detail_cmt .cmt_sku .reply a {
    display: inline-block;
    color: #3985ff;
}
.num {
    margin-right: 4px;
    font-family: arial,sans-serif;
}
span.comment-star {
	display: inline-block;
    width: 78px;
    height: 14px;
    background: url(/static/home/images/star1.png) no-repeat;
    margin-left: 10px;
}
.recomment-con {
    font-size: 14px;
    margin-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.recomment {
    padding: 12px 0 5px;
    color: #ff561c;
    line-height: 170%;
    text-align: left;
    float: left;
}
.comment-time {
    color: #999;
    clear: both;
    text-align: left;
}
/*评价样式end*/