@charset "UTF-8";

body {
	background-color: #f8f8f8;
}
/***************** 车饰精品 start ****************/
.jp-cont-l {
	width: 930px;
	float: left;
}

.tab-b li {
	float: left;
	margin: 45px 60px 30px 0;
}

.tab-b li a {
	display: inline-block;
	font-size: 18px;
	color: #2f2f2f;
}

.tab-b li a.active {
	color: #6cb8ff;
	border-bottom: solid 3px #6cb8ff;
	padding-bottom: 5px;
}

.tab-s li {
	float: left;
}

.tab-s li a {
	position: relative;
	display: block;
	width: 154px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: solid 1px #c4c4c4;
	background-color: #fff;
	margin: 0 0 -1px -1px;
	border-radius: 5px;
}

.tab-s li a.active {
	background-color: #6cb8ff;
	color: #ffffff;
	border-color: #6cb8ff;
}

.jp-content {
	border: solid 1px #e7e7e7;
	margin-top: 23px;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 50px;
	border-radius: 5px;
}

.jp-content .filter {
	height: 38px;
	line-height: 38px;
	border-bottom: solid 1px #e7e7e7;
}

.jp-content .filter a {
	display: inline-block;
	padding: 0 25px;
	border-right: solid 1px #e7e7e7;
	border-radius: 5px;
}

.jp-content .filter a .icon {
	margin-left: 20px;
}

.jp-content .filter a input[type=text] {
	width: 55px;
	height: 18px;
	line-height: 18px;
	border: solid 1px #e7e7e7;
	margin: 0 6px;
}

.jp-content .filter a button {
	height: 28px;
	line-height: 20px;
	padding: 0 10px;
	background: #f40;
	color: #fff;
	border: none;
	margin-left: 10px;
	border-radius: 5px;
}

.jp-goods {
	padding: 0 35px;
}

.jp-goods ul {
	width: 910px;
	overflow: hidden;
}

.jp-goods li {
	float: left;
	width: 248px;
	height: 314px;
	margin-top: 48px;
	margin-right: 53px;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	box-shadow: 1px 0px 0px 1px #ecede8;
	overflow: hidden;
}

.jp-goods li:hover {
	box-shadow: 1px 0px 0px 1px #999999;
}

.jp-goods li .img-b {
	width: 248px;
	height: 206px;
	margin-bottom: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.jp-goods li .img-s {
	height: 34px;
	overflow: hidden;
	margin-bottom: 20px;
}

.jp-goods li .img-s img {
	display: block;
	float: left;
	width: 36px;
	height: 30px;
	border: solid 2px transparent;
	margin-left: 10px;
	border-radius: 5px;
	cursor: pointer;
}

.jp-goods li .img-s img.active {
	border-color: #ff6c44;
}

.jp-goods li .img-price {
	font-size: 18px;
	color: #e54726;
	margin-left: 10px;
}

.jp-goods li .img-num {
	float: right;
	color: #e54726;
	margin-right: 10px;
}

.jp-goods li .img-title {
	color: #363636;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/***************** 车饰精品 end ****************/

/***************** 右侧广告栏 start ****************/
.jp-cont-r {
	padding-top: 105px;
	width: 252px;
	float: right;
}

.jp-cont-r li {
	margin-bottom: 15px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}

.jp-cont-r li img {
	width: 252px;
	height: auto;
	transition: all 0.3s ease;
	border-radius: 5px;
}

.jp-cont-r li:hover img {
	filter: brightness(.8);
}
/***************** 右侧广告栏 end ****************/

/**************** 面包屑导航 start ***************/
.crumb {
	padding: 30px 0;
}

.crumb li {
	float: left;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
}

.crumb li .icon {
	margin: 0 7px;
}

.crumb li a {
	color: #696969;
}
/**************** 面包屑导航 end ***************/

/**************** 车饰详情 start ***************/
.jp-detail {
	background-color: #fff;
	margin-bottom: 65px;
}

.jp-detail h3 {
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
	margin-bottom: 50px;
}

.jp-detail h3 span {
	border-bottom: solid 2px #696969;
	letter-spacing: 3px;
	padding-bottom: 3px;
}

.jp-detail-l {
	width: 500px;
	float: left;
	padding-left: 30px;
}

.jp-detail-l .share {
	line-height: 24px;
	margin: 18px 0;
	position: relative;
}

.jp-detail-l .img-b {
	width: 500px;
	height: 438px;
	margin-bottom: 20px;
	border: 1px solid #e7e7e7;
}

.jp-detail-l .img-s {
	height: 51px;
	overflow: hidden;
	margin-bottom: 18px;
}

.jp-detail-l .img-s img {
	display: block;
	float: left;
	width: 57px;
	height: 47px;
	border: solid 2px transparent;
	margin-right: 16px;
}

.jp-detail-l .img-s img.active {
	border-color: #ff6c44;
}

.jp-detail-l .share .collect {
	display: inline-block;
	padding: 0 8px;
	background-color: #696969;
	vertical-align: middle;
	color: #fff;
	margin: 0 15px;
	border-radius: 3px;
	cursor: pointer;
}

.jp-detail-l .share .collect.z-active {
	background-color: #4fc277;
}

.jp-detail-l .share>span {
	margin-right: 15px;
}

.jp-detail-r {
	width: 520px;
	float: right;
	font-size: 14px;
}

.jp-detail-r ul {
	width: 380px;
}

.jp-detail-r li {
	border-top: dashed 1px #cbcbcb;
	padding: 14px 0;
	line-height: 28px;
	overflow: hidden;
}

.jp-detail-r li:first-child {
	border-top: none;
	padding-top: 0;
}

.jp-detail-r li .li-right {
	width: 305px;
	float: right;
}

.jp-detail-r li .z-price {
	font-size: 20px;
	color: #ff2140;
}

.jp-detail-r li .z-reduce {
	font-size: 20px;
	color: #52c868;
	margin-left: 35px;
}

.jp-detail-r li .gift {
	background-color: #ff5e1e;
	color: #fff;
	padding: 2px 7px;
}

.jp-detail-r li .sales {
	color: #ff5353;
	padding-right: 35px;
	margin-right: 15px;
	border-right: dashed 1px #cbcbcb;
}

.jp-detail-r li .sales-pj i {
	font-style: normal;
	color: #ff5353;
	margin-left: 20px;
}

.jp-detail-r li.z-color, .jp-detail-r li.z-style {
	padding-bottom: 0;
}

.jp-detail-r li.z-color .z-radio {
	position: relative;
	display: inline-block;
	min-width: 55px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	border: solid 1px #cbcbcb;
	margin-right: 0px;
	margin-bottom: 4px;
	cursor: pointer;
}

.jp-detail-r li.z-color .z-radio .yuan {
	display: inline-block;
	/* width: 14px; */
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 50%;
}

.jp-detail-r li.z-color .z-radio.z-active, .jp-detail-r li.z-style .z-radio.z-active
	{
	border-color: #ff5353;
}

.jp-detail-r li.z-color .z-radio .icon, .jp-detail-r li.z-style .z-radio .icon
	{
	position: absolute;
	line-height: 16px;
	bottom: 0;
	right: 0;
	display: none;
}

.jp-detail-r li.z-color .z-radio.z-active .icon, .jp-detail-r li.z-style .z-radio.z-active .icon
	{
	display: block;
	color: #ff5353;
}

.jp-detail-r li.z-style .z-radio {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	border: solid 1px #cbcbcb;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}

#num {
	width: 54px;
	height: 28px;
	border: solid 1px #cbcbcb;
	text-align: center;
}

.jp-detail-r li.z-num .add-btn {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 28px;
	text-align: center;
	border: solid 1px #cbcbcb;
	vertical-align: middle;
	margin: 0 5px;
}

.jp-detail-r li.z-num .add-btn span {
	display: block;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	cursor: default;
}

.jp-detail-r li.z-num .add-btn span:hover {
	color: #ff5e1e;
}

.jp-detail-r .jp-btn {
	margin-top: 90px;
	font-size: 0;
}

.jp-detail-r .jp-btn input {
	width: 190px;
	height: 46px;
	font-size: 18px;
	color: #ffffff;
	background-color: #7bbfff;
	margin-right: 20px;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all 0.5s ease;
}

.jp-detail-r .jp-btn input:hover {
	background-color: #5895ce;
}
/**************** 车饰详情 end ***************/

/**************** 商品详情、评价 start ***************/
.jp-comment {
	margin-bottom: 50px;
}

.comment-l {
	width: 890px;
	float: left;
}

.comment-l .comment-tb {
	height: 48px;
	line-height: 47px;
	border: solid 1px #c2c2c2
}

.comment-tb li {
	float: left;
	margin-left: 14px;
	margin-right: 75px;
}

.comment-tb li a {
	font-size: 18px;
	padding-bottom: 10px;
}

.comment-tb li a.active {
	color: #5895ce;
	border-bottom: solid 3px #6cb8ff;
}

.radio-list {
	height: 48px;
	line-height: 48px;
	background-color: #eeeeee;
	border: solid 1px #c2c2c2;
	border-top-color: transparent;
	text-align: left;
}

.radio-list a {
	margin-left: 20px;
	margin-right: 20px;
}

.comment-list>li {
	padding: 25px 0;
	border-bottom: solid 1px #c2c2c2;
	overflow: hidden;
}

.comment-list .cmt-list-l {
	width: 700px;
	float: left;
}

.comment-list .cmt-list-l .comment-p {
	line-height: 16px;
}

.comment-list .cmt-list-l .photos-thumb {
	height: 90px;
	margin-top: 30px;
	overflow: hidden;
}

.comment-list .cmt-list-l .photos-thumb li {
	float: left;
	margin-right: 18px;
}

.comment-list .cmt-list-l .photos-thumb li img {
	width: 100px;
	height: 90px;
	background-color: #cdcdcd;
}

.comment-list .cmt-list-l .review-p {
	color: #fc812e;
	margin-top: 25px;
}

.comment-list .cmt-list-r {
	width: 190px;
	text-align: right;
	float: right;
	line-height: 32px;
	margin-top: 70px;
}

.comment-list .li-add-left {
	width: 700px;
	float: left;
}

.comment-list .li-add-left>div {
	margin-bottom: 10px;
}

.comment-list .li-add .cmt-list-l {
	width: 575px;
}

.comment-list .li-add .comment-add {
	width: 125px;
	float: left;
}
/**************** 商品详情、评价 end ***************/

/**************** 商品推荐 start ***************/
.comment-r {
	width: 228px;
	float: right;
}

.comment-r li {
	position: relative;
	margin-bottom: 30px;
}

.comment-r li img {
	width: 228px;
	height: auto;
	transition: all 0.3s ease;
}

.comment-r li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,
		endColorstr=#33000000);
}

.comment-r li:hover img {
	filter: brightness(.8);
}
/**************** 商品推荐 end ***************/