.pd-detail {
	background-color: #eee;
}

.pd-top {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 11.53846153846154% 0 22.59615384615385%;
}

.pd-left {
	width: 61.82692307692308%;
}

#gallery .swiper-slide {
	background-color: #eee;
}

#gallery .swiper-slide img {
	width: 100%;
}
.pd-thumbs {
	position: absolute;
	left: 0;
	bottom: .3rem;
	width: 100%;
	padding: .4rem 0 .4rem .06rem;
	border-top: .04rem solid #d5d5d5;
}
#thumbs {}

#thumbs .swiper-slide {
	width: 1.54rem;
	min-width: 60px;
	margin-right: .72rem;
	opacity: 0.4;
}
#thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.pd-right {
	width: 27.59615384615385%;
	min-width: 185px;
	padding-right: 1.92307692307692%;
}
.pd-title {
    font-weight: 600;
	font-size: 32px;
	line-height: 34px;
	color: #cb000d;
}
.pd-type {
	display: block;
	margin-bottom: .2rem;
	font-size: 14px;
	line-height: 21px;
	color: #070002;
}
.pd-price {
	display: block;
	margin-bottom: .4rem;
	font-size: 18px;
	line-height: 46px;
	color: #070002;
	border-bottom: 1px solid #d6d7d9;
}
.pd-color {
	padding-bottom: .36rem;
	margin-bottom: .36rem;
	border-bottom: 1px solid #d6d7d9;
}
.pd-color-text {
	display: block;
	font-size: 18px;
	line-height: 46px;
	color: #010101;
}
.pd-button {
	margin-bottom: .56rem;
}
.pd-button .button-inner {
	color: #fff;
}
.pd-button::before {
    background-color: #df001f;
}
.pd-gnbtn {
	display: block;
	font-weight: 600;
	font-size: 12px;
	line-height: 21px;
	color: #070002;
}
.pd-gnbtn span {
	font-size: 16px;
}
.pd-gnlist {
	font-size: 14px;
	line-height: 21px;
	color: #010101;
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {
	.pd-top {
		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-specifications {
	padding: .9rem 0 1.1rem;
}
.pd-sitem {
	margin-bottom: .4rem;
}
.pd-stitle {
    font-weight: 600;
	font-size: 30px;
	line-height: 70px;
	color: #000;
	text-align: center;
}

.pd-sitem-t {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
	padding: 0 0 0 .4rem;
	font-size: 18px;
	color: #1e1e1e;
	background-color: #ebebeb;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pd-sitem-t:hover {
	background-color: #383838;
	color: #fff;
}
.pd-sitem-icon {
	display: block;
	width: 45px;
	height: 45px;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pd-sitem-cont {
	display: none;
	padding-top: .16rem;
}
.pd-sitem-cont li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: .14rem;
	font-size: 12px;
	color: #070002;
	border-bottom: 1px solid #ebebeb;
}
.pd-sitem-cont li:last-child {
	border-bottom: none;
}
.pd-sitem-cont .pd-scl {
	width: 35.73883161512027%;
	padding: 0 .4rem;
}
.pd-sitem-cont .pd-scr {
	width: 64.26116838487973%;
	padding: 0 .4rem;
}
.pd-active .pd-sitem-t {
	color: #fff;
	background-color: #131313;
}
.pd-active .pd-sitem-icon {
	-webkit-transform: rotateZ(135deg);
	-ms-transform: rotateZ(135deg);
	-o-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
}
/* .pd-active .pd-sitem-cont {
	display: block;
} */















