.v1-left-menu {
	float: left;
	width: 240px;
	padding: 0;
	border-left: 3px solid #E9E7EA;
	position: sticky;
	top: 30px
}

.v1-left-menu li {
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s
}

.v1-left-menu li>a {
	color: #777;
	display: block;
	padding: 12px 25px 12px 25px
}





.v1-left-menu li>a::before {
	content: " ";
	width: 3px;
	height: 100%;
	background-color: #1a46a0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -3px;
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	opacity: 0;
	visibility: hidden
}

.v1-left-menu li>a.active,
.v1-left-menu li>a:hover {
	color: #1a46a0
}

.v1-left-menu li>a.active::before,
.v1-left-menu li>a:hover::before {
	opacity: 1;
	visibility: visible
}

.v1-left-menu li:last-child {
	margin-bottom: 0px
}

.v1-right-list-con {
	padding: 0 10px;
}

.v1-right-list-content {
	margin-left: 240px
}

.v1-right-list-content .v1-right-list-item:nth-child(n+1) {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 60px;
	padding-top: 30px
}

.v1-right-list-content .v1-right-list-item:first-child {
	padding-top: 0px;
	border-bottom: none
}

.v1-right-list-content .more_arr_bg {
	width: 9px;
	height: 16px;
	margin-left: 10px
}

.v1-word-hide-list {
	border-bottom: 1px solid #dadada;
	padding-top: 20px
}

.v1-word-hide-list .title {
	position: relative;
	left: 20px;
	cursor: pointer;
	width: calc(100% - 20px)
}

.v1-word-hide-list .title::before {
	content: " ";
	display: block;
	background-color: #d8d8d8;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: -20px;
	top: 8px
}

.v1-word-hide-list .title::after {
	content: "+";
	display: block;
	color: #d8d8d8;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	right: 11px;
	top: -2px;
	font-size: 30px
}

.v1-word-hide-list .title.active::after {
	content: "-"
}

.v1-word-hide-list .title:hover::before,
.v1-word-hide-list .title.active::before {
	color: #1a46a0
}

.v1-word-hide-list .title:hover::after {
	color: #1a46a0
}

.v1-word-hide-list .title.active::after {
	content: "-";
	display: block;
	color: #1a46a0;
	right: 6px
}

.v1-word-hide-list .infobox {
	margin-left: 20px
}

@media(max-width: 1000px) {
	.v1-left-menu {
		width: 100%;
		float: none;
		border-left: none;
		border-bottom: 1px solid #8a9ca8;
		display: flex;
		overflow-y: auto;
		width: auto;
		max-width: none;
		white-space: nowrap;
		flex-wrap: nowrap;
		justify-content: flex-start !important;
		position: static
	}

	.v1-left-menu::-webkit-scrollbar {
		opacity: 0;
		height: 0
	}

	.v1-left-menu>* {
		white-space: nowrap
	}

	.v1-left-menu li {
		margin-bottom: 0
	}

	.v1-left-menu li>a::before {
		top: auto;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 2px;
		transform: translateY(0)
	}

	.v1-right-list-con {
		padding: 0;
	}

	.v1-right-list-content {
		margin-left: 0 !important;
		width: 100%;
		margin-top: 30px
	}


	.v1-right-list-content .v1-right-list-item:nth-child(n+1) {
		padding-bottom: 30px
	}
}

.v1-product-container {
	padding-top: 95px
}

.v1-product-container .v1-list-con .v1-right-list-content {
	margin-left: 240px
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-item:nth-child(n+1) {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 60px;
	padding-top: 30px
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-item:first-child {
	padding-top: 0px
}

.v1-product-container .v1-list-con .v1-right-list-content .more_arr_bg {
	width: 9px;
	height: 16px;
	margin-left: 10px
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-type {
	position: relative;
	padding-left: 25px;
	margin-top: 40px;
	margin-bottom: 15px
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-type::before {
	content: " ";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #d8d8d8;
	border-radius: 5px;
	left: 0;
	top: 9px
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-item .row {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 30px
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-con .align-items-center {
	cursor: pointer;
	padding-right: 20px;
	height: 209px;
	border-radius: 10px;
	background-color: #f6f6f6;
	padding-left: 40px;
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	justify-content: space-between
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-con .align-items-center .v1-items-goods {
	overflow: hidden;
	text-align: center
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-con .align-items-center .v1-items-goods>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-con .align-items-center .v1-items-goods:hover>img {
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	transform: scale(1, 1) rotate(0deg);
	-ms-transform: scale(1, 1) rotate(0deg);
	-moz-transform: scale(1, 1) rotate(0deg);
	-webkit-transform: scale(1, 1) rotate(0deg);
	-o-transform: scale(1, 1) rotate(0deg)
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-con .align-items-center .v1-items-goods img {
	max-width: 218px;
	max-height: 200px;
	transform: scale(0.9, 0.9) rotate(0deg);
	-ms-transform: scale(0.9, 0.9) rotate(0deg);
	-moz-transform: scale(0.9, 0.9) rotate(0deg);
	-webkit-transform: scale(0.9, 0.9) rotate(0deg);
	-o-transform: scale(0.9, 0.9) rotate(0deg)
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-con .align-items-center a {
	display: none;
	margin-top: 40px;
	color: #1a46a0;
	font-size: 16px
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-con .align-items-center a img {
	margin-left: 20px;
	width: 7px;
	height: 11px;
	position: relative;
	top: -1px
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-con:hover .v1-size24-font {
	color: #1E4AA1;
	font-weight: 600;
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-con:hover .align-items-center {
	background-color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .08);
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s
}

.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-con:hover .align-items-center a {
	display: block
}

@media(max-width: 1100px) {
	.v1-product-container {
		padding-top: 60px
	}

	.v1-product-container .v1-size18-font {
		font-size: 18px !important
	}

	.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-con .align-items-center a {
		display: block
	}
}

@media(max-width: 640px) {
	.v1-product-container {
		padding-top: 12px
	}

	.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-con .align-items-center {
		padding-left: 15px;
	}

	.v1-product-container .v1-list-con .v1-right-list-content .v1-right-list-con .align-items-center .v1-items-goods img {
		max-width: 160px;
		max-height: 200px;
	}


}

/*# sourceMappingURL=product.min.css.map */
