body {
    padding-top: 86px;
}
@media (max-width: 992px){
    body {
        padding-top: 50px;
    }
}
.pd-detail {
	padding-bottom: 1.5rem;
}

.pd-top {
	padding: 1.5rem 0 0;
	background-color: #f0f0f0;
}
.pd-top-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 1.5rem .4rem 0;
	background-color: #f0f0f0;
}
.pd-left {
	width: 34.042553%;
}
#gallery {
	
}
#gallery .swiper-slide {
	background-color: #c5c5c5;
}

#gallery .swiper-slide img {
	width: 100%;
}
.pd-thumbs {
	position: relative;
	width: 100%;
	margin: .6rem 0;
	padding: 0 .8rem;
}
#thumbs {
	
}

#thumbs .swiper-slide {
	width: 18%;
	min-width: 60px;
	margin-right: 2.5%;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
}
#thumbs .swiper-slide:last-child {
	margin-right: 0;
}
#thumbs .swiper-slide img {
	display: block;
}
.pd-thumbs .swiper-button-next,
.pd-thumbs .swiper-button-prev {
	width: .6rem;
	height: 100%;
	margin-top: 0;
	color: #010101;
	background-color: #d1d1d1;
	transform: translateY(-50%);
}
.pd-thumbs .swiper-button-next {
	right: 0;
}
.pd-thumbs .swiper-button-prev {
	left: 0;
}
.pd-thumbs .swiper-button-next:after,
.pd-thumbs .swiper-button-prev:after {
    font-size: 20px;
}
#thumbs .swiper-slide-thumb-active {
	position: relative;
	border-color: #ED6C00;
}
.pd-right {
	width: 59.574468%;
	min-width: 185px;
	padding-bottom: 1.4rem;
}
.pd-title {
	/* padding: .3rem 0; */
	margin-bottom: 1rem;
	font-family: "微软雅黑", sans-serif;
    font-weight: 400;
	font-size: 32px;
	/* line-height: 50px; */
	color: #333333;
}
.pd-desc {
	margin-bottom: 2.6rem;
	font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
	color: #333333;
}
.pd-params {
	border: 1px solid #d1d1d1;
}
.pd-params-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border-bottom: 1px solid #d1d1d1;
}
.pd-params-item:nth-child(2n+1) {
	background-color: #fff;
}
.pd-params-item:last-child {
	border-bottom: none;
}
.pd-params-label {
	padding: .2rem 0 .2rem .6rem;
	font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 22px;
	line-height: 38px;
	color: #333333;
}
.pd-params-value {
	flex: 1;
	padding: .2rem .6rem;
	font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 22px;
	line-height: 38px;
	color: #333333;
}

@media (max-width: 768px) {

}
@media (max-width: 768px) {
	.pd-top-box {
		display: block;
		padding-bottom: 1.5rem;
	}
    .pd-left {
		width: 100%;
	}
	.pd-thumbs {
		position: relative;
		left: inherit;
		bottom: inherit;
	}
	.pd-right {
		width: 100%;
		padding: 1.5rem 0 0;
	}
	.pd-title {
		font-size: 26px;
	}
	.pd-price {
		line-height: 40px;
	}
}

.pd-bot {
	padding: 1.5rem 0 0;
}
.pd-bot .pd-top-box {
	padding-top: 0;
	background-color: #fff;
	border-top: 1px solid #d1d1d1;
}
.pd-bot .pd-left {
	font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #333333;
}
.pd-right-sub {
	font-family: "微软雅黑", sans-serif;
    font-weight: 400;
	font-size: 22px;
    line-height: 40px;
	color: #333333;
}
.pd-bot .pd-right p {
	font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
	color: #333333;
}