.w-1440 {
	width: 1440px;
	margin: 0 auto;
}

/***buy type mode begin**/
.v2-series-buy-type-list-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	min-height:70px;
	align-items: center;
	margin-bottom: 10px;
}

.v2-series-buy-type-list-box .v2-buy-item.normal {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 60px;
	position: relative;
	padding-bottom: 16px;
}

.v2-series-buy-type-list-box .v2-buy-item.normal {
	margin: 0px 5px;
}

.v2-series-buy-type-list-box .v2-buy-item.normal .icon-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 28px;
	border: 2px solid #00327D;
	border-radius: 22px;
	cursor: pointer;
	overflow: hidden;
}

.v2-series-buy-type-list-box .v2-buy-item.normal .icon-item img {
	width: 21px;
	height: 21px;
}


.v2-series-buy-type-list-box .v2-buy-item.normal .icon-item:hover {
	box-shadow: 2px 7px 28px 1px rgba(0, 0, 0, 0.2);
	background: #00327D;
	color: #fff;
}

.v2-series-buy-type-list-box .v2-buy-item.normal .icon-item:hover img {
	filter: drop-shadow(#fff 30px 0);
	transform: translateX(-30px);
	overflow:hidden;
}


.v2-series-buy-type-list-box .v2-buy-item.img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 60px;
	position: relative;
	margin: 0px 6px;
	padding-bottom: 16px;
}

.v2-series-buy-type-list-box .v2-buy-item.img .icon-item {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 48px;
	min-height: 28px;
	cursor: pointer;
}

.v2-series-buy-type-list-box .v2-buy-item.img .icon-item img {
	height: 28px;
	width: auto;
	transition: all 0.3s;
}

.v2-series-buy-type-list-box .v2-buy-item.img .icon-item:hover img {
	transform: scale(1.1);
}


.v2-series-buy-type-list-box .buy-tips {
	font-size: 12px;
	font-weight: 400;
	color: #232222;
	display: none;
	opacity: 0;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -2px;
	max-width: 100%;
	text-align: center;
	white-space: pre;
}

.v2-series-buy-type-list-box .v2-buy-item:hover .buy-tips {
	display: block;
	opacity: 1;
}

/**fix sku feture buy type only img effect**/
.v2-series-buy-type-list-box.sku-feture-buyType {
	justify-content: flex-start;
}

.v2-series-buy-type-list-box.sku-feture-buyType .v2-buy-item.img {
	border: 3px solid #00237D;
	height: 40px;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-bottom: 0px;
	border-radius: 20px;
	transition: all 0.3s;
	margin-bottom: 25px;
}
.channel-container .v2-series-buy-type-list-box.sku-feture-buyType .v2-buy-item.img{
	margin-right: 20px;
}

.v2-series-buy-type-list-box.sku-feture-buyType .v2-buy-item.img:hover {
	transform: scale(1.1);
}

.v2-series-buy-type-list-box.sku-feture-buyType .buy-tips {
	bottom: -20px;
}

/**buy type mode end**/
.bg-F5F7F8 {
	background-color: #f5f7f8;
}

.v2-series-product-list-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 60px 0;

}

.v2-series-product-list-container.showCenter {
	justify-content: center;
}

.v2-series-product-list-container .product-item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
	cursor: pointer;
	border: 1px solid #B5B5B5;
	transition: all .4s;
}

.v2-series-product-list-container .product-item:hover {
	box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
}

.v2-series-product-list-container .product-item:nth-of-type(3n) {
	margin-right: 0;
}

.v2-series-product-list-container .product-item .swiper-slide {
	text-align: center;
	overflow: hidden;
	height: 400px;
}

.v2-series-product-list-container .product-item .swiper-slide img {
	max-height: 100%;
	height: auto;
	width: 100%;
	object-fit: scale-down;
}

.v2-series-product-list-container .product-item .product-item-swiper {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 30px;
}

.v2-series-product-list-container .product-item .product-item-swiper .swiper-pagination-bullet-active {
	background: #00327D;
}

.v2-series-product-list-container .product-item .product-item-info {
	min-height: 220px;
	padding: 24px 6%;
	color: #232222;
}

.v2-series-product-list-container .product-item .product-item-info .product-item-name {
	font-size: 24px;
	font-weight: bold;
}

.v2-series-product-list-container .product-item .product-item-info .product-item-name strong {
	font-weight: bolder;
}

.v2-series-product-list-container .product-item .product-item-desc {
	display: flex;
	align-items: center;
	padding-top: 12px;
	padding-left: 6%;
}

.v2-series-product-list-container .product-item .product-item-desc ul li {
	list-style: disc
}

.v2-series-product-list-container .product-item .product-item-desc ul li::marker {
	color: #999;
	font-size: 12px;
}

.v2-series-product-list-container .product-circle {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #BBBBBB;
}

.v2-series-product-list-container .product-byat {
	font-size: 14px;
	color: #00237D;
	text-align: center;
}

.v2-series-product-list-container .product-item .product-item-buy-btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 80px;
	align-items: center;
	max-width: 340px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.v2-series-product-list-container .product-item .product-item-buy-btn .product-item-buy-btn-item.normal {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 60px;
	position: relative;
	padding-bottom: 16px;
}

.v2-series-product-list-container .product-item .product-item-buy-btn .product-item-buy-btn-item.normal .icon-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 28px;
	border: 2px solid #00327D;
	border-radius: 22px;
	cursor: pointer;
}

.v2-series-product-list-container .product-item .product-item-buy-btn .product-item-buy-btn-item.normal .icon-item img {
	width: 21px;
	height: 21px;
}

.v2-series-product-list-container .product-item .product-item-buy-btn .buy-tips {
	font-size: 12px;
	font-weight: 400;
	color: #232222;
	display: none;
	opacity: 0;
	position: absolute;
	left: -6px;
	right: 0;
	bottom: -2px;
	max-width: 84px;
	text-align: center;
	white-space: pre;
}

.v2-series-product-list-container .product-item .product-item-buy-btn .product-item-buy-btn-item.normal .icon-item:hover {
	box-shadow: 2px 7px 28px 1px rgba(0, 0, 0, 0.2);
	background: #00327D;
	color: #fff;
}

.v2-series-product-list-container .product-item .product-item-buy-btn .product-item-buy-btn-item.normal .icon-item:hover img {
	filter: drop-shadow(#fff 14px 0);
	transform: translateX(-14px);
}

.v2-series-product-list-container .product-item .product-item-buy-btn .product-item-buy-btn-item.normal:hover .buy-tips {
	display: block;
	opacity: 1;
}

.v2-series-product-list-container .product-item .product-item-buy-btn .product-item-buy-btn-item.img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 60px;
	position: relative;
	margin: 0px 6px;
	padding-bottom: 16px;
}

.v2-series-product-list-container .product-item .product-item-buy-btn .product-item-buy-btn-item.img .icon-item {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 48px;
	min-width: 28px;
	cursor: pointer;
}

.v2-series-product-list-container .product-item .product-item-buy-btn .product-item-buy-btn-item.img .icon-item img {
	height: 28px;
	width: auto;
	transition: all 0.3s;
}

.v2-series-product-list-container .product-item .product-item-buy-btn .product-item-buy-btn-item.img:hover .icon-item img {
	transform: scale(1.1);
}


.v2-series-product-list-container .product-item .product-item-learn-more {
	margin: 0 10% 30px;
	display: block;
	color: #00327D;
	font-size: 16px;
	border: 1px solid #00327D;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 0;
	transition: all 0.3s;
}

.v2-series-product-list-container .product-item .product-item-learn-more:hover {
	background: #00237D;
	color: #FFFFFF;
}



/**sku begin**/

.anchor-nav-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	background: #F5F7F8;
	margin: 0px 5%;
}

.anchor-nav-container .anchor-nav-name {
	font-weight: bold;
	color: #232222;
	padding-right: 42px;
	font-size: 20px;
}

.anchor-nav-container .anchor-nav-item {
	text-decoration: none;
	display: inline-block;
	color: #BDBDBD;
	font-size: 18px;
	font-weight: bold;
	margin-right: 40px;
}
.anchor-nav-container .anchor-nav-item:hover{
	color: #232222;
}
.anchor-nav-container .anchor-nav-item.active {
	color: #232222;
	border-bottom: 2px solid #232222;
}

.anchor-nav-container .anchor-buy {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	width: 130px;
	padding: 12px 0;
	background: #00327D;
	border-radius: 30px;
}
.anchor-nav-container .anchor-buy.fanse{
	border: 1px solid #00327D;
	color: #00327D;
	background: #fff;
}
.anchor-nav-container .anchor-buy:hover{
	border: 1px solid #00327D;
	color: #00327D;
	background: #fff;
}

.fixed-head {
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	transition: All .4s ease;
	-webkit-transition: All .4s ease;
	-moz-transition: All .4s ease;
	-o-transition: All .4s ease;
	-webkit-animation: headerFix 1s ease 1;
	animation: headerFix 1s ease 1;

}

.fixed-head .anchor-nav-container {
	border-bottom: none !important;
}

.channel-container {
	display: none;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
	border-top: 1px solid #BBBBBB;

}

.channel-container .channel-item {
	text-decoration: none;
	padding: 0 24px;
}

.channel-container .channel-item img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}

.channel-container .channel-item:hover img {
	transform: scale(1.1);
}




.product-introduction-container {
	padding: 40px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-introduction-container .product-introduction-left {
	padding-right: 24px;
}

.product-introduction-container .product-introduction-left .product-name {
	text-wrap: balance;
	font-size: 40px;
	font-weight: bold;
}

.product-introduction-container .product-introduction-left .product-desc {
	display: block;
	font-size: 30px;
}

.product-introduction-container .product-introduction-left .product-name span,
.product-introduction-container .product-introduction-left .product-desc span {
	display: inline-block;
}

.product-introduction-container .product-introduction-left .product-name strong,
.product-introduction-container .product-introduction-left .product-desc strong {
	font-weight: bold;
}

.product-introduction-container .line-2 {
	width: 100%;
	height: 1px;
	margin: 10px 0px;
	background: #777;
}

.product-introduction-container .product-introduction-list {
	padding-top: 10px;
	min-height: 180px;
}

.product-introduction-container .product-introduction-list li {
	list-style: disc;
	padding: 5px 12px;
	margin-left: 24px;
	font-size: 22px;
	color:#454545;
}

.product-introduction-container .product-buy {
	display: flex;
	align-items: flex-start;
}

.product-introduction-container .buy-at {
	font-size: 34px;
	font-weight: bolder;
	color: #00327D;
	min-width: 120px;
	padding-bottom: 24px;
	margin-right: 20px;
	line-height: 40px;
}

.product-buy .product-buy-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 410px;
}

.product-buy .product-buy-list .product-buy-item {
	width: 130px;
	display: flex;
	justify-content: center;
	padding-bottom: 24px;
	position: relative;
}

.product-buy .product-buy-list .product-buy-item .product-buy-item-icon {
	width: 100px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	border: 2px solid #00327D;
	overflow: hidden;
}

.product-buy .product-buy-list .product-buy-item .product-buy-item-icon img {
	width: 64px;
	transition: all 0.3s;
}

.product-buy .product-buy-list .product-buy-item .product-buy-item-tips {
	position: absolute;
	bottom: 4px;
	max-width: 100px;
	font-size: 12px;
	text-align: center;
	display: none;
}

.product-buy .product-buy-list .product-buy-item:hover .product-buy-item-icon img {
	transform: scale(1.1);
}

.product-buy .product-buy-list .product-buy-item:hover .product-buy-item-tips {
	display: block;
}

.product-introduction-container .product-video {
	width: 50%;
	position: relative;
}

.product-introduction-container .product-video-bg {
	width: 100%;
	height: auto;
	border-radius: 30px;
}

.product-introduction-container .product-video-icon {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-introduction-container .product-video-icon img {
	width: 64px;
	height: 64px;
	cursor: pointer;
	overflow: hidden;
}



.product-spec-container .product-spec-title {
	padding-left: 40px;
	font-weight: bold;
	line-height: 1.5;
	font-size: 32px;
	color: #232222;
}

.product-spec-container .line-2 {
	width: 100%;
	height: 2px;
	background: #BBBBBB;
	margin: 12px 0;
}

.product-spec-container .product-spec-item {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	padding: 12px 0;
	padding-left: 40px;
	color: #5D5A5A;
}

.product-spec-container .product-spec-item>div,.product-spec-container .product-spec-item>h3 {
	width: 50%;
}

.product-spec-container .product-spec-item:nth-of-type(2n) {
	background: #F5F7F8;
}

.product-spec-container .product-spec-item .spec-val {
	font-size: 26px;
	color: #232222;
}

.product-spec-container .product-spec-btn {
	text-decoration: none;
	display: block;
	width: 230px;
	color: #FFFFFF;
	background: #00327D;
	border-radius: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 60px auto 0;
	padding: 10px 0;

}





.included-container {
	padding: 40px;
}

.included-container .included-title {
	font-size: 32px;
	font-weight: bold;
	color: #232222;
	padding-bottom: 20px;
}

.included-container .current-included {
	width: 40%;
	margin-right: 24px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	border-radius: 15px;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}

.included-container .current-included img {
	max-height: 80%;
}

.included-container .current-info {
	font-size: 22px;
	line-height: 1.5;
	width: 40%;
	padding-bottom: 60px;
}

.included-container .current-name {
	font-weight: bold;
	padding: 12px 0 18px;
}

.included-container .included-list {
	width: 65%;
	overflow:hidden;
}

.included-container .included-item {
	width: 100%;
	position: relative;
	background: #FFFFFF;
	aspect-ratio: 1 / 1;
	border-radius:10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2%;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	max-height: 50%;
}

.included-container .swiper-slide .included-item:nth-of-type(2) {
	margin-top: 30px;
}

.included-container .included-item .included-item-name {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 18px;
	color: #232222;
}

.included-container .included-item .included-item-img {
	max-height: 80%;
	max-width: 80%;
}

.included-container .included-item.active {
	font-weight: bold;
	border-color: #232222;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}

.included-container .included-right-icon {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	display: none;
}

.included-container .included-right-icon img {
	width: 34px;
	height: auto;
}

.included-container .line-2 {
	width: 100%;
	height: 2px;
	background: #BBBBBB;
}

.included-container .included-introduction {
	font-size: 32px;
	text-align: center;
	color: #232222;
	padding-top: 60px;
	line-height: 2;
}
.included-container .included-introduction .included-introduction-title{
	font-size: 24px;
	font-weight: bold;
	color: #232222;
}
.included-container .included-introduction .included-introduction-subTitle{
	font-size: 20px;
	color: #666;
}
.included-container .included-introduction .btn {
	text-decoration: none;
	display: inline-block;
	width: 150px;
	padding: 12px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
	color: #FFFFFF;
	background: #00327D;
	margin-top: 40px;
}

/**sku end**/



/**all series begin**/
:root {
	--theme-color: #00327d;
	--grey-bg: #ebeef1;
	--border-1: #e0e0e0;
	--font-color-1: #010101;
}

/*大屏设置root*/
@media screen and (min-width: 1400px) {
	:root {
		--font-48: 48px;
		--font-34: 34px;
		--font-28: 28px;
		--font-24: 24px;
		--font-22: 22px;
		--font-20: 20px;
		--font-18: 18px;
		--font-16: 16px;
		--font-14: 14px;
		--font-12: 12px;
		--font-10: 10px;
		--product-item-width: calc(25% - 16px);
		--prouct-view-top: 24px;
		--w390: 390px;
	}

	.product-view--item {
		margin: 0 21px 21px 0;
	}

	.product-view--item:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 1399px) {
	:root {
		--font-48: 30px;
		--font-34: 24px;
		--font-28: 22px;
		--font-24: 20px;
		--font-22: 18px;
		--font-20: 16px;
		--font-18: 14px;
		--font-16: 13px;
		--font-14: 12px;
		--font-12: 11px;
		--font-10: 10px;
		--product-item-width: calc(33.3% - 16px);
		--prouct-view-top: 12px;
		--w390: 330px;
	}

	.product-view--item {
		margin: 0 24px 24px 0;
	}

	.product-view--item:nth-child(3n) {
		margin-right: 0;
	}
}

* {
	box-sizing: border-box;
}

.banner-box {
	position: relative;
}

.banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product-v2-banner {
	display: block;
	width: 100%;
}

.banner-title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.banner-subtitle {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
}

.product-v2-content {
	padding: 80px 50px;
	display: flex;
	width: 100%;
	overflow: hidden;
}

.product-v2-content .subSlide-wrapper {
	width: var(--w390);
	flex-shrink: 0;
}

.subSlide-wrapper--title {
	font-size: var(--font-34);
	font-weight: bold;
	color: var(--theme-color);
	padding: 0 16px;
}

.subSlide-wrapper--content {
	background-color: var(--grey-bg);
	margin-top: 20px;
	width: 100%;
	padding: 16px;
}

.filter-list--title {
	font-size: var(--font-22);
	color: var(--font-color-1);
	font-weight: bold;
	line-height: 40px;
	border-bottom: 1px solid var(--font-color-1);
	padding: 0 4px;
}

.choose-option--area {
	width: 12px;
	height: 12px;
	border: 1px solid var(--border-1);
	background-color: #ffffff;
	cursor: pointer;
	margin: 0 10px;
}

.choose-option {
	display: flex;
	align-items: center;
	margin-top: 24px;
	cursor: pointer;
}

.filter-list--item:not(:first-child) {
	margin-top: 44px;
}

.choose-option--area.selected-active {
	background-color: var(--theme-color);
}

.choose-option--area.disabled {
	background-color: #8f8f8f;
}

.choose-option--text {
	font-size: var(--font-18);
}

.right-product-content {
	flex-grow: 1;
	margin-left: 40px;
}

.right-product-content--header {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
}

.total-items {
	font-size: var(--font-28);
	color: var(--font-color-1);
	font-weight: bold;
	flex-shrink: 0;
	padding-top: 4px;
}

.selected-result {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	min-height: 36px;
}

.selected-result--item {
	font-size: var(--font-16);
	color: var(--font-color-1);
	background-color: var(--grey-bg);
	padding: 4px 16px 4px 10px;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
	margin: 3px 0px 3px 10px;
}

.selected-result--item .close-set {
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	right: 4px;
	top: 0;

}

.right-product-content--right {
	display: flex;
	flex-grow: 1;
	padding-right: 280px;
	position: relative;
}

.selected-sorter .header {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 12px;
	flex-shrink: 0;
}

.selected-sorter {
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #ffffff;
}

.selected-value {
	font-size: var(--font-22);
	color: var(--font-color-1);
	font-weight: bold;
	margin-right: 40px;
}

.down-arrow {
	color: #d6d6d6;
	transform: rotate(90deg);
	font-size: var(--font-20);
}

.sort-list {
	margin: 0 12px;
	border-top: 1px solid transparent;
	height: 0;
	overflow: hidden;
	transition: all linear 200ms;
}

.sort-list.active {
	border-top: 1px solid #c9c9c9;
}

.sort-list li {
	line-height: 24px;
	color: var(--font-color-1);
}

.sort-list li:hover {
	background-color: #efefef;
}

.sort-list li:first-child {
	margin-top: 8px;
}

.product-view {
	margin-top: var(--prouct-view-top);
}

.product-view-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product-view--item {
	width: var(--product-item-width);
	border: 1px solid var(--border-1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.product-view--img {
	margin: 20px 0;
}

.view-item__title {
	font-size: var(--font-18);
	color: var(--font-color-1);
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.view-item__subTitle {
	font-size: var(--font-18);
	color: var(--theme-color);
	margin-top: var(--font-48);
	text-align: center;
	font-weight: bold;
}

.shop-link {
	display: flex;
}

.shop-link__item {
	width: 36px;
	height: 24px;
	border: 1px solid var(--theme-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin: 10px 8px;
	cursor: pointer;
}

.shop-link__item img {
	width: 20px;
	height: 20px;
}

.shop-link__item:hover {
	background-color: var(--theme-color);
	color: #ffffff;
}

.shop-link__item:hover img {
	filter: brightness(0) invert(1);
}

.view__more {
	font-size: var(--font-18);
	color: var(--theme-color);
	text-align: center;
	margin:0px 0 var(--font-34) 0;
	cursor: pointer;
	font-weight: bold;
}

.flex-title {
	display: flex;
	align-items: center;
}

.subSlide-clear {
	font-size: 16px;
	cursor: pointer;
	color: #9e9e9e;
	display: flex;
	justify-content: flex-end;
	flex-grow: 1;
}


/**all series end**/






/****fixed 2023-11-02 begin**/
.home-banner-container .home-banner-container-info.v2-sku-home{
	left:0;
	right:0;
}
.home-banner-container .home-banner-container-info .v-home-banner-sku-info-box {
	padding-right: 5%;
	width: 100%;
	display: flex;
}

.v-home-sku-container{
	background: rgba(0, 0, 0, 0.3);
	padding: 3% 0px;
	padding-left: 10%;
	padding-right: 5%;
	max-width: 60%;
}
.home-banner-container .home-banner-container-info .v-home-banner-sku-info-box .home-banner-title {
	font-size: 32px;
	font-weight:bold;
}

.home-banner-container .home-banner-container-info .v-home-banner-sku-info-box .home-banner-subtitle {
	font-size: 48px;
	font-weight: bolder;
}

.home-banner-container .home-banner-container-info .v-home-banner-sku-info-box .home-banner-brief {
	font-size: 24px;
}

/***fixed 2023-11-02 end**/

@media (max-width:1440px) {
	.w-1440 {
		width: 1200px;
		margin: 0 auto;
	}
	.v-home-sku-container{
		padding: 2% 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
}










/***old product series css**/
.product-detail-content {
	background-color: #f5f5f5;
}

#v2-product-feture-item-list {
	padding-top: 10px;
	width: 100%;
}

#v2-product-feture-item-list .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#v2-product-feture-item-list .item {
	display: flex;
	width: 33%;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 85px;
}

#v2-product-feture-item-list img {
	width: 120px;
	height: 120px;
}

#v2-product-feture-item-list span {
	font-size: 16px;
	padding-top: 15px;
	font-weight: bold;
	color: #232222;
}

#v2-product-feture-item-list-footer-box {
	width: 100%;
	margin-top: 10px;
}

#v2-product-feture-item-list-footer-box .list {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-bottom: 90px;
}

#v2-product-feture-item-list-footer-box .item {
	display: flex;
}



#v2-gallery-box {
	background: #EBEEF1;
}

#v2-gallery-box .content .title {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #232222;
	padding-top: 100px;
	padding-bottom: 75px;
	background-color: #fff;
}



#gallery-swiper {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

#gallery-swiper .swiper5 {
	width: 200%;
	height: 100%;
	position: relative;
	left: -50%;
}

#gallery-swiper .swiper5 .swiper-slide {
	text-align: center;
	font-size: 18px;
	/*background: red;*/
	height: 100%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#gallery-swiper .swiper5 .swiper-slide img {
	width: 100%;
	height: 100%;
}

#gallery-swiper .swiper-button-prev,
#gallery-swiper .swiper-rtl .swiper-button-next {
	left: 18%;
}

#gallery-swiper .swiper-button-prev:after,
#gallery-swiper .swiper-rtl .swiper-button-next:after {
	color: #6F8BB8;
}

#gallery-swiper .swiper-button-next:after,
#gallery-swiper .swiper-rtl .swiper-button-prev:after {
	color: #6F8BB8;
}

#gallery-swiper .swiper-button-next,
#gallery-swiper .swiper-rtl .swiper-button-prev {
	right: 18%;
}

#gallery-swiper .black-bg1 {
	width: 16.7%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#gallery-swiper .black-bg2 {
	width: 16.7%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

#swiper-ohter-say {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}



.item8 {
	background-color: #fff !important;
}

.item8-title {
	margin-top: 100px;
	text-align: center;
}

.dis-flex {
	display: flex;
	margin: 80px 0px 0px 0px;
	padding-bottom: 100px;
}

.columns {
	box-sizing: border-box;
}

.columns img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all ease 800ms;
}

.columns .large {
	transform: scale(1.05);
}

.columns .top {
	transform: translateY(-10px);
}


/**面包屑导航**/
.sku-crumb-box{
	text-align: left;
	padding: 40px 0 18px 0;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
}
.sku-crumb-box a.sku-crumb-item{
	color: #222;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.sku-crumb-box a.sku-crumb-item:last-child{
	color: #7C7C7C;
	text-decoration: none;
}
.sku-crumb-box span.letterSpace {
	margin-left: 5px;
	margin-right: 5px;
}
/**面包屑导航结束**/


/**series banner begin**/
.home-banner-container .home-banner-container-info.v2-series-banner .home-banner-title{
	font-size:46px;
	font-weight: bold;
}
.home-banner-container .home-banner-container-info.v2-series-banner .home-banner-subtitle{
	font-siez:30px;
}
.fly-v2-series-box .text-img-template-container .text-img-layout-top-center{
	top:5%;
	left:5%;
	right:5%;
}
.fly-v2-series-box .text-img-template-container .text-img-layout-bottom-center {
	bottom: 5%;
	left:5%;
	right:5%;
}
.fly-v2-series-box .text-img-template-container .yn-fly-text-img-main-title{
	font-weight: bold;
	font-size: 36px;
	line-height: 1.5;
	padding: 0px  0px 10px 0px;
	word-break: break-word;
}
.fly-v2-series-box .text-img-template-container .yn-fly-text-img-sub-title{
	font-weight: normal;
	font-size: 16px;
	word-break: break-word;
	text-align: center;
	line-height: 1.8;
}

.fly-v2-series-box .text-img-template-container .text-img-layout-center-left .yn-fly-text-img-main-title{
	text-align: left;
}
.fly-v2-series-box .text-img-template-container .text-img-layout-center-left .yn-fly-text-img-sub-title{
	text-align: left;
}
.fly-v2-series-box .text-img-template-container .text-img-layout-center-right .yn-fly-text-img-main-title{
	text-align: left;
}
.fly-v2-series-box .text-img-template-container .text-img-layout-center-right .yn-fly-text-img-sub-title{
	text-align: left;
}
/**series banner end**/

.fly-prod-box{
	margin-top:0px;
}
@media (max-width:1440px) {
	.home-banner-container .home-banner-container-info.v-home-banner-sku-info-box{
		padding-left:5%;
	}
	.text-img-template-container .text-img-layout-center-left {
		left: 5%;
		right: 55%;
	}

	.text-img-template-container .text-img-layout-center-right {
		left: 55%;
		right: 5%;
	}
	.v2-series-product-list-container .product-item .swiper-slide {
		height: 300px;
	}

}
