@import url("../common/base.css?version_tmp=5");


.main-content {
	height: calc(100vh - 44px);
	display: flex;
	overflow: hidden;
}

.main-content .left-class {
    width: 85px;
	height: 100%;
	background-color: #ffffff;
	margin: 5px 5px 0 5px;
	overflow-y: auto;
}
.main-content .left-class::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.main-content .left-class .one-class-wrapper {
	padding-bottom: 20px;
}

.main-content .left-class .one-class {
	width: 85px;
	min-height: 50px;
	border-left: 2px solid #ffffff;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.main-content .left-class .one-class.active {
	font-weight: 700;
	color: #09f;
	background-color: #fff;
	pointer-events: none !important;
}

.main-content .right-detail {
    margin-top: 5px;
	margin-right: 5px;
	flex: 1;
	height: 100%;
	overflow-y: auto;
}
.main-content .right-detail::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.main-content .right-detail .one-detail-wrapper {
	padding-bottom: 10px;
}

.main-content .right-detail .one-detail-wrapper div:last-child {
	border-bottom: none;
}

.main-content .right-detail .one-detail-wrapper .one-detail-banner {
	margin-bottom: 5px;
}

.main-content .right-detail .one-detail-wrapper .one-detail-banner .swiper-banner {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.main-content .right-detail .one-detail-wrapper .one-detail-banner .swiper-wrapper .item-inner {
	width: 100%;
	height: 0;
	padding-top: 45%;
	position: relative;
	display: block;
	border-radius: 5px;
}

.main-content .right-detail .one-detail-wrapper .one-detail-banner .swiper-wrapper .item-inner img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 5px;
}

.main-content .right-detail .one-detail-wrapper .one-detail-banner .swiper-pagination {
	width: 100%;
	bottom: 8px;
	line-height: 4px;
	height: 10px;
}

.main-content .right-detail .one-detail-wrapper .one-detail-banner .swiper-pagination ::v-deep .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background: #FFF;
	opacity: 0.4;
	border-radius: 5px;
	margin-right: 5px;
}

.main-content .right-detail .one-detail-wrapper .one-detail-banner .swiper-pagination ::v-deep .swiper-pagination-bullet-active {
	width: 15px;
	opacity: 1;
}

.main-content .right-detail .one-detail-wrapper .show-cate {
	display: none;
}

.main-content .right-detail .one-detail-wrapper .show-cate.active {
	display: block;
}

.main-content .right-detail .one-detail {
	background-color: #fff;
	padding: 20px 10px 0;
	border-bottom: solid 1px #EDEFF2;
}

.main-content .right-detail .one-detail .one-detail-title {
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	padding-bottom: 10px;
	display: block;
}

.main-content .right-detail .one-detail .one-detail-content {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 5px;
}

.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper {
	padding-bottom: 15px;
	width: 33.33%;
}

.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods {
	position: relative;
	height: 80px;
}

.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods .goods-pic {
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods .goods-pic img {
	max-width: 80px;
	max-height: 80px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods .goods-pic img.img-class {
	max-width: 60px;
	max-height: 60px;
}

.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods .goods-pic img.img-brand {
	max-width: 80px;
	max-height: 80px;
}

.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods .border-gray {
	border: 1px solid #EDF0F2;
}

.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .goods-name {
	margin-top: 6px;
	font-size: 12px;
	text-align: center;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.main-content .right-detail .related-brand-cate {
	background: #fff;
	padding: 15px 10px 10px;
	border-bottom: solid 1px #EDEFF2;
}

.main-content .right-detail .related-brand-cate .related-title {
	margin-bottom: 10px;
}

.main-content .right-detail .related-brand-cate .related-list {
	display: flex;
	flex-wrap: wrap;
}

.main-content .right-detail .related-brand-cate .related-list .word {
	box-sizing: border-box;
	flex: 0 0 calc(47.5%);
	height: 34px;
	background: #F5F7FA;
	border-radius: 3px;
	font-size: 12px;
    color: #333;
	line-height: 34px;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 5px;
}

.main-content .right-detail .related-brand-cate .related-list .word:nth-child(2n-1) {
	margin-right: 5px;
}

.main-content .right-detail .related-goods {
	background: #fff;
	padding: 15px 10px 10px;
}

.main-content .right-detail .related-goods .related-title {
	margin-bottom: -10px;
}

.main-content .right-detail .related-goods .good-list .good {
	padding: 15px 0;
	border-bottom: solid 1px #EDEFF2;
	display: flex;
}

.main-content .right-detail .related-goods .good-list .good:last-child {
	border-bottom: none;
}

.main-content .right-detail .related-goods .good-list .good .img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin-right: 10px;
}

.main-content .right-detail .related-goods .good-list .good .good-right {
	flex: 1;
	min-width: 0;
}

.main-content .right-detail .related-goods .good-list .good .good-right .good-title {
    font-size: 12px;
	margin-bottom: 5px;
}

.main-content .right-detail .related-goods .good-list .good .good-right .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-content .right-detail .related-goods .good-list .good .good-right .row .good-price {
	font-size: 12px;
	color: #999;
}
.main-content .right-detail .related-goods .good-list .good .good-right .row .good-price > font {
	font-size: 12px;
	color: #E64545;
}

.main-content .right-detail .related-goods .good-list .good .good-right .row .btn {
	width: 78px;
	height: 28px;
	background-color: #09F;
	border-radius: 3px;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.main-content .right-detail .one-detail {
		background-color: #fff;
		padding: 20px 10px 0;
		border-bottom: solid 1px #EDEFF2;
	}

	.main-content .right-detail .one-detail .one-detail-img {
		margin: 0 -10px;
	}

	.main-content .right-detail .one-detail .one-detail-img img {
		width: 100%;
	}

	.main-content .right-detail .one-detail .one-detail-title {
		font-size: 14px;
		line-height: 21px;
		color: #000000;
		padding-bottom: 10px;
		display: block;
	}

	.main-content .right-detail .one-detail .one-detail-content {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 5px;
	}

	.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper {
		padding-bottom: 15px;
		width: 33.33%;
	}

	.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods {
		position: relative;
		height: 80px;
	}

	.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods .goods-pic {
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -40px;
		width: 80px;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods .goods-pic img {
		max-width: 80px;
		max-height: 80px;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}

	.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods .goods-pic img.img-class {
		max-width: 60px;
		max-height: 60px;
	}

	.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .goods-name {
		margin-top: 6px;
		font-size: 12px;
		text-align: center;
		color: #666666;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		word-wrap: break-word;
	}
}

@media screen and (max-width: 374px) {
	.main-content .right-detail .one-detail {
		background-color: #fff;
		padding: 20px 10px 0;
		border-bottom: solid 1px #EDEFF2;
	}

	.main-content .right-detail .one-detail .one-detail-img {
		margin: 0 -10px;
	}

	.main-content .right-detail .one-detail .one-detail-img img {
		width: 100%;
	}

	.main-content .right-detail .one-detail .one-detail-title {
		font-size: 14px;
		line-height: 21px;
		color: #000000;
		padding-bottom: 10px;
		display: block;
	}

	.main-content .right-detail .one-detail .one-detail-content {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 5px;
	}

	.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper {
		padding-bottom: 15px;
		width: 33.33%;
	}

	.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods {
		position: relative;
		height: 60px;
	}

	.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods .goods-pic {
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -30px;
		width: 60px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods .goods-pic img {
		max-width: 60px;
		max-height: 60px;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}

	.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods .goods-pic img.img-class {
		max-width: 40px;
		max-height: 40px;
	}

	.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods .goods-pic img.img-brand {
		max-width: 60px;
		max-height: 60px;
	}

	.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .one-goods .border-gray {
		border: 1px solid #EDF0F2;
	}

	.main-content .right-detail .one-detail .one-detail-content .one-goods-wrapper .goods-name {
		margin-top: 6px;
		font-size: 12px;
		text-align: center;
		color: #666666;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		word-wrap: break-word;
	}
}