.newProduct-banner {
	width: 100%;
	height: 640px;
	position: relative
}

.newProduct-banner .newProduct-banner_box {
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 260px
}

.newProduct-banner .newProduct-banner_box .title {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	line-height: 78px
}

.newProduct-banner .newProduct-banner_box .content {
	margin: 32px 0 64px;
	font-size: 20px;
	line-height: 30px
}

.newProduct-banner .newProduct-banner_box .line {
	width: 40px;
	height: 2px;
	background: #559ee2
}

@media screen and (max-width:1400px) {
	.newProduct-banner .newProduct-banner_box {
		left: 220px;
		left: 200px
	}
}

@media screen and (max-width:1400px) {
	.newProduct-banner .newProduct-banner_box .title {
		font-size: 44px;
		line-height: 56px
	}

	.newProduct-banner .newProduct-banner_box .line {
		width: 29px
	}
}

@media screen and (max-width:1200px) {
	.newProduct-banner .newProduct-banner_box {
		left: 148px
	}
}

@media screen and (max-width:1024px) {
	.newProduct-banner {
		height: 500px
	}

	.newProduct-banner .newProduct-banner_box {
		left: 130px
	}

	.newProduct-banner .newProduct-banner_box .title {
		font-size: 36px;
		line-height: 70px
	}

	.newProduct-banner .newProduct-banner_box .content {
		margin: 28px 0 50px;
		font-size: 18px;
		line-height: 24px
	}
}

@media screen and (max-width:768px) {
	.newProduct-banner {
		height: 360px
	}

	.newProduct-banner .newProduct-banner_box {
		left: 100px
	}

	.newProduct-banner .newProduct-banner_box .title {
		font-size: 32px;
		line-height: 40px
	}
}

@media screen and (max-width:576px) {
	.newProduct-banner {
		height: 220px
	}

	.newProduct-banner .newProduct-banner_box {
		top: 44%;
		left: 28px;
		right: 28px
	}

	.newProduct-banner .newProduct-banner_box .title {
		font-size: 20px;
		line-height: 24px
	}

	.newProduct-banner .newProduct-banner_box .content {
		margin: 12px 0;
		font-size: 14px;
		line-height: 20px;
		font-weight: 400
	}
}

.product-table {
	background: #f8f8f8;
	padding-bottom: 118px;
}

.product-table .product-title {
	font-size: 36px;
	font-weight: 600;
	color: #333;
	line-height: 50px;
	padding: 64px 0 32px;
	text-align: center
}

@media screen and (max-width:1200px) {
	.product-table .product-title {
		font-size: 32px;
		line-height: 42px
	}
}

@media screen and (max-width:1024px) {
	.product-table .product-title {
		font-size: 28px;
		line-height: 32px
	}
}

@media screen and (max-width:992px) {
	.product-table .product-title {
		font-size: 24px;
		line-height: 32px
	}
}

@media screen and (max-width:767px) {
	.product-table .product-title {
		font-size: 20px;
		line-height: 24px;
		padding: 40px 0 20px
	}
}

.product-type {
	position: relative
}

.product-type .typeSwiper {
	position: relative;
	overflow: hidden;
	transform: translateY(-50%);
	padding-bottom: 12px
}

.product-type .typeSwiper .product-type-item {
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	padding: 12px 0 16px
}

.product-type .typeSwiper .product-type-item .product-type-image {
	margin: auto
}

.product-type .typeSwiper .product-type-item .product-type-image .iconfont {
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color: #666
}

.product-type .typeSwiper .product-type-item .product-type-image .iconproduct_icon_nophoto {
	font-size: 60px;
	opacity: .4
}

.product-type .typeSwiper .product-type-item .product-type-title {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 22px
}

.product-type .typeSwiper .product-type-item:hover .product-type-image .iconfont,
.product-type .typeSwiper .product-type-item:hover .product-type-title {
	color: #559ee2
}

.product-type .typeSwiper .active-item {
	background-color: #559ee2
}

.product-type .typeSwiper .active-item .product-type-image .iconfont,
.product-type .typeSwiper .active-item .product-type-title,
.product-type .typeSwiper .active-item:hover .product-type-image .iconfont,
.product-type .typeSwiper .active-item:hover .product-type-title {
	color: #fff
}

.product-type .typeSwiper .active-item .arrow {
	border-top: 24px solid #559ee2;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	width: 40px;
	height: 24px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%)
}

.product-type .typeSwiper .product-type-next,
.product-type .typeSwiper .product-type-prev {
	background: #fff;
	width: 48px;
	height: calc(100% - 12px);
	top: 0;
	margin-top: 0
}

.product-type .typeSwiper .product-type-next .iconfont,
.product-type .typeSwiper .product-type-prev .iconfont {
	font-size: 24px;
	color: #333
}

.product-type .typeSwiper .product-type-next:after,
.product-type .typeSwiper .product-type-prev:after {
	content: ""
}

.product-type .typeSwiper .product-type-next {
	right: 0;
	box-shadow: -1px 0 48px -6px #ddd
}

.product-type .typeSwiper .product-type-prev {
	left: 0;
	box-shadow: 1px 0 48px -6px #ddd
}

.product-type .typeSwiper .swiper-button-disabled {
	display: none
}

.product-type .product-nav {
	position: fixed;
	top: 0;
	background: #fff;
	width: 100%;
	z-index: 2;
	border-bottom: 1px solid #e8e8e8;
	transition: all .6s
}

.product-type .product-nav .product-nav-list {
	display: flex
}

.product-type .product-nav .product-nav-list .nav-item {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 22px;
	padding: 20px 0;
	margin-right: 72px;
	cursor: pointer
}

.product-type .product-nav .product-nav-list .nav-item:hover a {
	color: #559ee2
}

.product-type .product-nav .product-nav-list .nav-item.active-nav {
	border-bottom: 2px solid #559ee2
}

.product-type .product-nav .product-nav-list .nav-item.active-nav a {
	color: #559ee2
}

.product-type .product-nav-top {
	top: 80px
}

.product-type .product-overview-box {
	position: relative;
	margin-top: -30px
}

.product-type .product-overview {
	padding-bottom: 40px;
	position: absolute;
	opacity: 0;
	top: 0;
	pointer-events: none;
	transition: all .6s;
	width: 100%
}

.product-type .product-overview .product-overview-text {
	width: calc(53% - 118px);
	float: right;
	max-width: 640px
}

.product-type .product-overview .product-overview-text .title {
	font-size: 36px;
	font-weight: 600;
	color: #333;
	line-height: 50px
}

.product-type .product-overview .product-overview-text .description {
	margin: 32px 0;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 32px
}

.product-type .product-overview .product-overview-text .to-model-selection {
	display: block;
	width: 184px;
	height: 50px;
	background: #559ee2;
	border-radius: 4px;
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 50px;
	text-align: center
}

.product-type .product-overview .product-overview-text .to-model-selection span {
	font-size: 12px
}

.product-type .product-overview .product-overview-text .characteristic {
	display: flex;
	flex-wrap: wrap
}

.product-type .product-overview .product-overview-text .characteristic .characteristic-item {
	width: 46%;
	max-width: 240px;
	margin-right: 24px;
	background: #fff;
	text-align: center;
	padding: 34px 0 44px;
	margin-bottom: 24px
}

.product-type .product-overview .product-overview-text .characteristic .characteristic-item .iconfont {
	font-size: 44px;
	line-height: 44px;
	color: #559ee2
}

.product-type .product-overview .product-overview-text .characteristic .characteristic-item .content {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 22px;
	margin-top: 16px
}

.product-type .product-overview .product-overview-text .characteristic .characteristic-item:nth-child(2n) {
	margin-right: 0
}

.product-type .product-overview .product-overview-image {
	width: 47%;
	float: right;
	margin-left: 118px;
	max-height: 684px;
	position: relative
}

.product-type .product-overview .product-overview-image .product-bg {
	width: 100%;
	max-height: 100%
}

.product-type .product-overview .product-overview-image .image {
	position: absolute;
	top: 12%;
	left: 4%;
	width: 70%
}

.product-type .product-overview .product-overview-image .image img {
	max-width: 100%;
	max-height: 560px
}

.product-type .product-overview .product-overview-image .image p {
	position: absolute;
	top: 8%;
	left: 0;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	background-color: #559ee2;
	padding: 8px 16px
}

.product-type .product-overview.active-overview {
	position: relative;
	pointer-events: auto;
	opacity: 1
}

@media screen and (max-width:1500px) and (min-width:1440px) {
	.product-type .product-overview .product-overview-image {
		width: 50%;
		margin-left: 90px
	}

	.product-type .product-overview .product-overview-text {
		margin-left: 4%;
		width: calc(46% - 90px)
	}

	.product-type .product-overview .product-overview-text .description {
		margin: 20px 0;
		line-height: 28px
	}

	.product-type .product-overview .product-overview-text .characteristic .characteristic-item {
		padding: 28px 0 32px;
		margin-bottom: 24px
	}

	.product-type .product-overview .product-overview-text .characteristic .characteristic-item .iconfont {
		font-size: 38px;
		line-height: 38px
	}
}

@media screen and (max-width:1440px) and (min-width:1280px) {
	.product-type .product-nav .product-nav-list .nav-item {
		margin-right: 48px
	}

	.product-type .product-overview .product-overview-text {
		margin-left: 8%;
		width: calc(46% - 90px)
	}

	.product-type .product-overview .product-overview-text .characteristic .characteristic-item {
		padding: 24px 0 28px;
		margin: 0 16px 16px 0
	}

	.product-type .product-overview .product-overview-text .characteristic .characteristic-item .content {
		margin-top: 8px
	}

	.product-type .product-overview .product-overview-image {
		width: 46%;
		margin-left: 90px
	}
}

@media screen and (max-width:1280px) {
	.product-type .product-overview .product-overview-image {
		width: 50%;
		margin-left: 40px
	}

	.product-type .product-overview .product-overview-text {
		width: calc(46% - 40px);
		margin-left: 4%
	}

	.product-type .product-overview .product-overview-text .characteristic .characteristic-item {
		padding: 20px 0
	}

	.product-type .product-overview .product-overview-text .characteristic .characteristic-item .iconfont {
		font-size: 32px;
		line-height: 32px
	}

	.product-type .product-overview .product-overview-text .title {
		font-size: 32px;
		line-height: 42px
	}

	.product-type .product-overview .product-overview-text .description {
		margin: 20px 0
	}

	.product-type .product-nav .product-nav-list .nav-item {
		font-size: 14px;
		padding: 14px 0;
		margin-right: 36px
	}
}

@media screen and (max-width:1024px) {
	.product-type .product-nav-top {
		top: 60px
	}

	.product-type .product-overview .product-overview-text .title {
		font-size: 28px;
		line-height: 32px
	}

	.product-type .product-overview .product-overview-text .description {
		margin: 14px 0;
		line-height: 26px;
		font-size: 14px
	}

	.product-type .product-overview .product-overview-text .characteristic .characteristic-item {
		padding: 20px 0
	}

	.product-type .product-overview .product-overview-text .characteristic .characteristic-item .iconfont {
		font-size: 28px;
		line-height: 28px
	}

	.product-type .product-overview .product-overview-text .characteristic .characteristic-item .content {
		font-size: 14px
	}

	.product-type .product-overview .product-overview-image .image p {
		font-size: 16px;
		padding: 6px 12px
	}
}

@media screen and (max-width:992px) {
	.product-type .product-overview .product-overview-image {
		width: 100%;
		margin-left: 0;
		height: 300px;
		overflow: hidden;
		position: relative
	}

	.product-type .product-overview .product-overview-image .image {
		width: auto;
		position: absolute;
		height: 100%;
		top: 0;
		left: 50%;
		transform: translateX(-50%)
	}

	.product-type .product-overview .product-overview-image .image img {
		width: auto;
		height: 100%
	}

	.product-type .product-overview .product-overview-text {
		max-width: none;
		width: 92%;
		margin-right: 4%
	}

	.product-type .product-overview .product-overview-text .title {
		font-size: 24px;
		line-height: 32px
	}

	.product-type .product-overview .product-overview-text .characteristic .characteristic-item {
		width: calc(50% - 8px);
		max-width: 100%;
		margin-bottom: 16px;
		margin-right: 16px
	}

	.product-type .typeSwiper .product-type-item {
		padding: 10px 0 14px
	}

	.product-type .typeSwiper .product-type-item .product-type-image .iconfont {
		font-size: 60px;
		line-height: 60px
	}

	.product-type .typeSwiper .product-type-item .product-type-image .iconproduct_icon_nophoto {
		font-size: 44px
	}

	.product-type .typeSwiper .product-type-item .product-type-title {
		font-size: 12px
	}

	.product-type .typeSwiper .product-type-next,
	.product-type .typeSwiper .product-type-prev {
		width: 38px
	}

	.product-type .product-nav .product-nav-list {
		flex-wrap: wrap
	}
}

@media screen and (max-width:767px) {
	.product-type .product-nav .product-nav-list .nav-item {
		padding: 8px 0;
		margin-right: 28px
	}

	.product-type .typeSwiper .product-type-item {
		padding: 10px 0
	}

	.product-type .typeSwiper .product-type-item .product-type-image .iconfont {
		font-size: 40px;
		line-height: 40px
	}

	.product-type .typeSwiper .product-type-item .product-type-image .iconproduct_icon_nophoto {
		font-size: 36px
	}

	.product-type .typeSwiper .product-type-next,
	.product-type .typeSwiper .product-type-prev {
		width: 28px
	}

	.product-type .typeSwiper .product-type-next .iconfont,
	.product-type .typeSwiper .product-type-prev .iconfont {
		font-size: 18px
	}

	.product-type .product-overview .product-overview-text .title {
		font-size: 20px;
		line-height: 24px
	}

	.product-type .product-overview .product-overview-text .description {
		margin: 10px 0
	}

	.product-type .product-overview .product-overview-text .characteristic .characteristic-item {
		padding: 18px 0
	}

	.product-type .product-overview .product-overview-text .characteristic .characteristic-item .iconfont {
		font-size: 28px
	}

	.product-type .product-overview .product-overview-text .characteristic .characteristic-item .content {
		font-size: 14px
	}

	.product-type .product-overview .product-overview-image .image {
		width: 100%;
		text-align: center
	}

	.product-type .product-overview .product-overview-image .image p {
		font-size: 14px;
		padding: 4px 12px
	}
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	width: calc(var(--swiper-navigation-size)/44*27);
	height: 44px;
	height: var(--swiper-navigation-size);
	margin-top: -22px;
	margin-top: calc(-1*var(--swiper-navigation-size)/2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-theme-color);
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: 44px;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	-moz-font-feature-settings: normal, ;
	font-feature-settings: normal, ;
	font-variant: normal;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-theme-color);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-theme-color);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s linear infinite;
	box-sizing: border-box;
	border-left: 4px solid var(--swiper-theme-color);
	border-bottom: 4px solid var(--swiper-theme-color);
	border-right: 4px solid var(--swiper-theme-color);
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.product-select {
	padding-bottom: 60px;
	background: #fff
}

.product-select .product-search .ant-form {
	transition: all .4s;
	max-width: 100%
}

.product-select .product-search .ant-form-item {
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}

.product-select .product-search .ant-form-item .ant-col {
	width: 100%
}

.product-select .product-search .ant-form-item .ant-form-item-label>label {
	height: 20px;
	width: 100%;
	text-align: left;
	display: inline-block;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis
}

.product-select .product-search .ant-form-item .ant-form-item-label>label:after {
	content: ""
}

.product-select .product-search .ant-form-item .ant-select-arrow {
	color: #333;
	right: 16px
}

.product-select .product-search .ant-form-item .ant-select-clear {
	top: 52%;
	right: 28px
}

.product-select .product-search .ant-form-item .ant-select:not(.ant-select-customize-input) .ant-select-selector {
	height: 46px
}

.product-select .product-search .ant-form-item .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item {
	font-size: 16px;
	line-height: 46px
}

.product-select .product-search .reset-box {
	position: relative
}

.product-select .product-search .reset-box .btn-item {
	margin-bottom: 0;
	margin-right: 0;
	position: absolute;
	top: 31%;
	left: 0
}

.product-select .product-search .reset-box .btn-item .ant-form-item-control-input-content {
	display: flex;
	justify-content: flex-start
}

.product-select .product-search .reset-box .btn-item .ant-form-item-control-input-content .search-btn {
	border-radius: 4px;
	padding: 12px 24px;
	height: 46px;
	font-size: 16px;
	line-height: 22px
}

.product-select .product-search .reset-box .btn-item .ant-form-item-control-input-content .search-btn.ant-btn-default {
	border-color: #559ee2;
	color: #559ee2;
	margin-right: 0
}

.product-select .product-search .products-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 12px
}

.product-select .product-search .camera-lens-table {
	width: 100%;
	margin: 32px 0;
	overflow: auto
}

.product-select .product-search .camera-lens-table .ant-table-tbody>.white>td {
	background-color: #fff
}

.product-select .product-search .camera-lens-table .white,
.product-select .product-search .camera-lens-table .white:hover>td {
	background-color: #fcf2ea
}

.product-select .product-search .camera-lens-table .ant-table-tbody>.grey>td {
	background-color: #f8f8f8
}

.product-select .product-search .camera-lens-table .grey,
.product-select .product-search .camera-lens-table .grey:hover>td {
	background-color: #fcf2ea
}

.product-select .product-search .camera-lens-table .ant-table-thead {
	background-color: #f4f4f4
}

.product-select .product-search .camera-lens-table .ant-table-thead tr th {
	font-weight: 600;
	font-size: 16px;
	background: #f4f4f4;
	white-space: nowrap
}

.product-select .product-search .camera-lens-table tr td {
	font-size: 16px;
	white-space: nowrap
}

.product-select .product-search .camera-lens-table .table-model-label {
	display: inline-block;
	padding: 0 6px 0 4px;
	color: #fff;
	font-size: 12px;
	margin-left: 16px;
	position: relative
}

.product-select .product-search .camera-lens-table .table-model-label:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	position: absolute;
	top: 0;
	left: -9px
}

.product-select .product-search .camera-lens-table .green {
	background-color: #4bb882
}

.product-select .product-search .camera-lens-table .green:before {
	border-right: 9px solid #4bb882
}

.product-select .product-search .camera-lens-table .red {
	background-color: #f24040
}

.product-select .product-search .camera-lens-table .red:before {
	border-right: 9px solid #f24040
}

.product-select .product-search .camera-lens-table .ant-table-row-onClick {
	background-color: #fafafa
}

.product-select .product-search .camera-lens-table .ant-table-row:hover .table-model-url {
	color: #559ee2;
	text-decoration: underline
}

@media (max-width:1400px) {

	.product-select .product-search .camera-lens-table .ant-table-container .ant-table-thead tr th,
	.product-select .product-search .camera-lens-table .ant-table-container tr td {
		padding: 10px;
		font-size: 14px
	}
}

.product-select .product-search .no-content {
	text-align: center;
	width: 36%;
	margin: auto;
	padding: 48px 0 0
}

.product-select .product-search .no-content img {
	width: 100%
}

.product-select .product-search .no-content p {
	font-size: 16px;
	line-height: 32px;
	margin-top: 32px
}

@media (min-width:1200px) {
	.product-select .ant-col-xl-5 {
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media screen and (max-width:1200px) {
	.product-select .ant-spin-nested-loading {
		margin-top: 40px
	}
}

@media screen and (max-width:992px) {
	.product-select {
		padding-bottom: 64px
	}

	.product-select .product-search .ant-spin-nested-loading {
		margin-top: 0
	}

	.product-select .product-search .ant-select:not(.ant-select-customize-input) .ant-select-selector {
		height: 40px
	}

	.product-select .product-search .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item {
		line-height: 40px
	}

	.product-select .product-search .btn-item .ant-form-item-control-input-content .search-btn {
		padding: 4px 22px;
		height: 40px
	}

	.product-select .product-search .no-content {
		width: 44%
	}
}

@media screen and (max-width:767px) {
	.product-select .product-search .ant-form-item {
		margin-right: 0
	}

	.product-select .product-search .ant-form-item .ant-form-item-label {
		padding: 0
	}

	.product-select .product-search .ant-form-item .ant-form-item-label label {
		font-size: 14px;
		height: 28px;
		line-height: 28px
	}

	.product-select .product-search .ant-form-item .ant-form-item-control-input {
		max-height: 46px
	}

	.product-select .product-search .ant-form-item .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item {
		font-size: 14px
	}

	.product-select .product-search .btn-item .ant-form-item-control-input-content .search-btn {
		padding: 4px 16px;
		height: 32px;
		font-size: 14px
	}

	.product-select .product-search .ant-form.more-form {
		max-height: 800px
	}

	.product-select .product-search .ant-spin-nested-loading {
		margin-top: 20px
	}

	.product-select .product-search .no-content {
		width: 60%
	}
}

.public-title {
	font-size: 34px;
	font-weight: 600;
	color: #333;
	line-height: 50px;
	padding: 64px 0 32px;
	text-align: center
}

@media screen and (max-width:1200px) {
	.public-title {
		font-size: 32px;
		line-height: 42px
	}
}

@media screen and (max-width:1024px) {
	.public-title {
		font-size: 28px;
		line-height: 32px
	}
}

@media screen and (max-width:992px) {
	.public-title {
		font-size: 24px;
		line-height: 32px;
		padding: 48px 0 28px
	}
}

@media screen and (max-width:767px) {
	.public-title {
		font-size: 20px;
		line-height: 24px;
		padding: 40px 0 20px
	}
}

.public-loading-container {
	position: relative;
	width: 100%;
	height: 100%
}

.public-loading-container .custom-loading-wraper {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.public-loading-container .custom-loading-wraper .custom-loading {
	width: 100%;
	height: 100%;
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite
}

.public-loading-container .iconfont {
	color: #eee;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@-webkit-keyframes rotate {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(-180deg)
	}

	to {
		transform: rotate(-1turn)
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(-180deg)
	}

	to {
		transform: rotate(-1turn)
	}
}

.products-item {
	width: calc(25% - 18px);
	margin-right: 24px;
	margin-bottom: 16px;
	cursor: pointer
}

.products-item .products-image-box {
	background: #f8f8f8;
	border-radius: 8px;
	padding: 16px 54px;
	position: relative
}

.products-item .products-image-box .products-image {
	width: 100%;
	height: 220px;
	position: relative;
	transition: all .6s
}

.products-item .products-image-box .products-image img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.products-item .products-image-box .products-image .loading-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.products-item .products-image-box .iconxinpin {
	position: absolute;
	top: 10px;
	left: 16px;
	font-size: 56px;
	line-height: 56px;
	color: #22b66d
}

.products-item .products-info {
	padding: 16px
}

.products-item .products-info .product-name {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	line-height: 28px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 12px
}

.products-item .products-info .product-text {
	display: flex;
	margin: 8px 0
}

.products-item .products-info .product-text .product-icon {
	width: 10px;
	height: 10px;
	margin-right: 12px
}

.products-item .products-info .product-text .product-icon img {
	width: 100%;
	min-width: 10px;
	vertical-align: inherit
}

.products-item .products-info .product-text .product-icon .product-spot {
	width: 80%;
	height: 80%;
	display: inline-block;
	background-color: #559ee2;
	border-radius: 50%
}

.products-item .products-info .product-text .product-desc {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 22px
}

.products-item:hover .products-image-box .products-image {
	transform: scale(1.1)
}

.products-item:nth-child(4n) {
	margin-right: 0
}

@media screen and (max-width:1200px) {
	.products-item .products-image-box {
		padding: 14px 24px
	}

	.products-item .products-image-box .iconxinpin {
		top: 8px;
		font-size: 46px;
		line-height: 46px
	}

	.products-item .products-image-box .products-image {
		height: 200px
	}
}

@media screen and (max-width:992px) {
	.products-item {
		width: calc(33.33% - 11px)
	}

	.products-item,
	.products-item:nth-child(4n) {
		margin-right: 16px
	}

	.products-item:nth-child(3n) {
		margin-right: 0
	}

	.products-item .products-image-box {
		padding: 14px
	}

	.products-item .products-image-box .products-image {
		height: 180px
	}

	.products-item .products-info .product-name {
		font-size: 16px;
		padding-bottom: 8px
	}

	.products-item .products-info .product-text .product-desc {
		font-size: 14px
	}

	.products-item .products-info .product-text .product-icon {
		margin-right: 8px
	}
}

@media screen and (max-width:767px) {
	.products-item {
		width: calc(50% - 8px)
	}

	.products-item:nth-child(3n) {
		margin-right: 16px
	}

	.products-item:nth-child(2n) {
		margin-right: 0
	}

	.products-item .products-image-box .iconxinpin {
		top: 0;
		font-size: 40px;
		line-height: 40px
	}

	.products-item .products-image-box .products-image {
		height: 120px
	}

	.products-item .products-info {
		padding: 12px
	}

	.products-item .products-info .product-name {
		font-size: 14px;
		padding-bottom: 0;
		line-height: 22px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.products-item .products-info .product-text {
		margin: 4px 0
	}

	.products-item .products-info .product-text .product-icon {
		width: 8px;
		height: 8px;
		margin-right: 6px
	}

	.products-item .products-info .product-text .product-desc {
		font-size: 12px
	}
}

.productDetail {
	padding-bottom: 72px;
	padding-top: 88px
}

.productDetail .productDetail-content {
	display: flex;
	justify-content: space-between
}

@media screen and (max-width:1024px) {
	.productDetail {
		padding-top: 0;
		margin-top: 40px !important
	}

	.productDetail .product-detail-bread {
		display: none
	}

	.productDetail .productDetail-content {
		flex-direction: column
	}
}

@media screen and (max-width:768px) {
	.productDetail {
		margin-top: 15px !important
	}
}

.ant-breadcrumb {
	padding: 16px 0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.ant-breadcrumb .series-bread {
	color: rgba(0, 0, 0, .45);
	transition: color .3s;
	cursor: pointer
}

.detailBanner {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
	padding: 0 80px
}

.detailBanner.robot,
.detailBanner.vision {
	background: url(/static/media/bg_product.5fd9d60a.png) 50% no-repeat;
	background-size: cover
}

.detailBanner .left-part {
	width: 36%;
	height: 100%;
	float: left
}

.detailBanner .left-part .detailBanner-active {
	width: 400px;
	height: 400px;
	max-width: 100%;
	display: flex;
	align-items: center
}

.detailBanner .left-part .detailBanner-active img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	width: 100%
}

.detailBanner .right-part {
	width: 62%;
	height: 100%;
	float: right
}

.detailBanner .right-part .detailBanner-list {
	position: relative;
	padding: 64px 0 0;
	width: 100%;
	height: 100%
}

.detailBanner .right-part .detailBanner-list .detail-info .name {
	line-height: 50px;
	font-size: 36px;
	font-weight: 500;
	color: #333;
	padding-bottom: 16px
}

.detailBanner .right-part .detailBanner-list .detail-info .cate-name {
	font-size: 18px;
	font-weight: 400;
	color: #666;
	line-height: 25px
}

.detailBanner .right-part .detailBanner-list .img-list {
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 72px;
	display: flex
}

.detailBanner .right-part .detailBanner-list .img-list .img-item {
	background: #fff;
	border: 1px solid #d8d8d8;
	overflow: hidden;
	text-align: center;
	width: 80px;
	height: 100%;
	flex-shrink: 1;
	display: flex;
	justify-content: center;
	align-items: center
}

.detailBanner .right-part .detailBanner-list .img-list .img-item img {
	opacity: .3;
	max-width: 90%;
	max-height: 90%;
	flex-shrink: 0;
	flex-grow: 0
}

.detailBanner .right-part .detailBanner-list .img-list .img-item+.img-item {
	margin-left: 16px
}

.detailBanner .right-part .detailBanner-list .img-list .img-item.img-item-active {
	border: 1px solid #559ee2
}

.detailBanner .right-part .detailBanner-list .img-list .img-item.img-item-active img {
	opacity: 1
}

@media screen and (max-width:1240px) {
	.detailBanner {
		padding: 0 64px
	}
}

.product-detail-mobile-banner {
	width: 100%;
	margin-bottom: 10px
}

.product-detail-mobile-banner .product-mobile-swiper.robot,
.product-detail-mobile-banner .product-mobile-swiper.vision {
	background-color: #fff
}

.product-detail-mobile-banner .product-mobile-swiper .product-mobile-slide {
	text-align: center
}

.product-detail-mobile-banner .product-mobile-swiper .product-mobile-slide img {
	max-height: 100%;
	max-width: 100%
}

.product-detail-mobile-banner .product-mobile-swiper .product-mobile-pagination {
	bottom: 10px;
	left: 0;
	width: 100%
}

.product-detail-mobile-banner .product-mobile-swiper .product-mobile-pagination .swiper-pagination-bullet {
	outline: none;
	width: 4px;
	height: 4px;
	background: #dadada;
	border-radius: 2px;
	margin: 0 4px;
	opacity: 1
}

.product-detail-mobile-banner .product-mobile-swiper .product-mobile-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #559ee2
}

.productinfo {
	width: 500px;
	height: 590px;
	background: #fff;
	padding: 56px 40px;
	box-sizing: border-box
}

.productinfo .inner {
	height: 100%;
	width: 100%;
	position: relative
}

.productinfo .name {
	font-size: 28px;
	font-weight: 500;
	color: #333;
	line-height: 40px
}

.productinfo .cate-name {
	font-size: 18px;
	font-weight: 400;
	color: #999;
	line-height: 25px;
	margin-bottom: 20px
}

.productinfo .infoGroup {
	max-height: 460px
}

@media screen and (max-width:1024px) {
	.productinfo {
		width: 100%;
		padding: 0;
		height: auto;
		margin-bottom: 10px;
		background: transparent
	}

	.productinfo .main {
		padding: 18px 14px 20px
	}

	.productinfo .main .name {
		font-size: 20px;
		font-weight: 500;
		color: #333;
		line-height: 28px
	}

	.productinfo .main .cate-name {
		font-size: 14px;
		font-weight: 400;
		color: #999;
		line-height: 20px;
		margin-bottom: 0
	}

	.productinfo .infoGroup {
		background: #fff
	}
}

/*!
 * Viewer.js v1.9.0
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-12-06T11:25:10.724Z
 */
.viewer-close:before,
.viewer-flip-horizontal:before,
.viewer-flip-vertical:before,
.viewer-fullscreen-exit:before,
.viewer-fullscreen:before,
.viewer-next:before,
.viewer-one-to-one:before,
.viewer-play:before,
.viewer-prev:before,
.viewer-reset:before,
.viewer-rotate-left:before,
.viewer-rotate-right:before,
.viewer-zoom-in:before,
.viewer-zoom-out:before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-size: 280px;
	color: transparent;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	width: 20px
}

.viewer-zoom-in:before {
	background-position: 0 0;
	content: "Zoom In"
}

.viewer-zoom-out:before {
	background-position: -20px 0;
	content: "Zoom Out"
}

.viewer-one-to-one:before {
	background-position: -40px 0;
	content: "One to One"
}

.viewer-reset:before {
	background-position: -60px 0;
	content: "Reset"
}

.viewer-prev:before {
	background-position: -80px 0;
	content: "Previous"
}

.viewer-play:before {
	background-position: -100px 0;
	content: "Play"
}

.viewer-next:before {
	background-position: -120px 0;
	content: "Next"
}

.viewer-rotate-left:before {
	background-position: -140px 0;
	content: "Rotate Left"
}

.viewer-rotate-right:before {
	background-position: -160px 0;
	content: "Rotate Right"
}

.viewer-flip-horizontal:before {
	background-position: -180px 0;
	content: "Flip Horizontal"
}

.viewer-flip-vertical:before {
	background-position: -200px 0;
	content: "Flip Vertical"
}

.viewer-fullscreen:before {
	background-position: -220px 0;
	content: "Enter Full Screen"
}

.viewer-fullscreen-exit:before {
	background-position: -240px 0;
	content: "Exit Full Screen"
}

.viewer-close:before {
	background-position: -260px 0;
	content: "Close"
}

.viewer-container {
	bottom: 0;
	direction: ltr;
	font-size: 0;
	left: 0;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.viewer-container::-moz-selection,
.viewer-container ::-moz-selection {
	background-color: transparent
}

.viewer-container::selection,
.viewer-container ::selection {
	background-color: transparent
}

.viewer-container:focus {
	outline: 0
}

.viewer-container img {
	display: block;
	height: auto;
	max-height: none !important;
	max-width: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	width: 100%
}

.viewer-canvas {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0
}

.viewer-canvas>img {
	height: auto;
	margin: 15px auto;
	max-width: 90% !important;
	width: auto
}

.viewer-footer {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center
}

.viewer-navbar {
	background-color: rgba(0, 0, 0, .5);
	overflow: hidden
}

.viewer-list {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 50px;
	margin: 0;
	overflow: hidden;
	padding: 1px 0
}

.viewer-list>li {
	color: transparent;
	cursor: pointer;
	float: left;
	font-size: 0;
	height: 50px;
	line-height: 0;
	opacity: .5;
	overflow: hidden;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	width: 30px
}

.viewer-list>li:focus,
.viewer-list>li:hover {
	opacity: .75
}

.viewer-list>li:focus {
	outline: 0
}

.viewer-list>li+li {
	margin-left: 1px
}

.viewer-list>.viewer-loading {
	position: relative
}

.viewer-list>.viewer-loading:after {
	border-width: 2px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px
}

.viewer-list>.viewer-active,
.viewer-list>.viewer-active:focus,
.viewer-list>.viewer-active:hover {
	opacity: 1
}

.viewer-player {
	background-color: #000;
	bottom: 0;
	cursor: none;
	display: none;
	right: 0;
	z-index: 1
}

.viewer-player,
.viewer-player>img {
	left: 0;
	position: absolute;
	top: 0
}

.viewer-toolbar>ul {
	display: inline-block;
	margin: 0 auto 5px;
	overflow: hidden;
	padding: 6px 3px
}

.viewer-toolbar>ul>li {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	cursor: pointer;
	float: left;
	height: 24px;
	overflow: hidden;
	-webkit-transition: background-color .15s;
	transition: background-color .15s;
	width: 24px
}

.viewer-toolbar>ul>li:focus,
.viewer-toolbar>ul>li:hover {
	background-color: rgba(0, 0, 0, .8)
}

.viewer-toolbar>ul>li:focus {
	-webkit-box-shadow: 0 0 3px #fff;
	box-shadow: 0 0 3px #fff;
	outline: 0;
	position: relative;
	z-index: 1
}

.viewer-toolbar>ul>li:before {
	margin: 2px
}

.viewer-toolbar>ul>li+li {
	margin-left: 1px
}

.viewer-toolbar>ul>.viewer-small {
	height: 18px;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 18px
}

.viewer-toolbar>ul>.viewer-small:before {
	margin: -1px
}

.viewer-toolbar>ul>.viewer-large {
	height: 30px;
	margin-bottom: -3px;
	margin-top: -3px;
	width: 30px
}

.viewer-toolbar>ul>.viewer-large:before {
	margin: 5px
}

.viewer-tooltip {
	background-color: rgba(0, 0, 0, .8);
	border-radius: 10px;
	color: #fff;
	display: none;
	font-size: 12px;
	height: 20px;
	left: 50%;
	line-height: 20px;
	margin-left: -25px;
	margin-top: -10px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px
}

.viewer-title {
	color: #ccc;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin: 0 5% 5px;
	max-width: 90%;
	opacity: .8;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	white-space: nowrap
}

.viewer-title:hover {
	opacity: 1
}

.viewer-button {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	cursor: pointer;
	height: 80px;
	overflow: hidden;
	position: absolute;
	right: -40px;
	top: -40px;
	-webkit-transition: background-color .15s;
	transition: background-color .15s;
	width: 80px
}

.viewer-button:focus,
.viewer-button:hover {
	background-color: rgba(0, 0, 0, .8)
}

.viewer-button:focus {
	-webkit-box-shadow: 0 0 3px #fff;
	box-shadow: 0 0 3px #fff;
	outline: 0
}

.viewer-button:before {
	bottom: 15px;
	left: 15px;
	position: absolute
}

.viewer-fixed {
	position: fixed
}

.viewer-open {
	overflow: hidden
}

.viewer-show {
	display: block
}

.viewer-hide {
	display: none
}

.viewer-backdrop {
	background-color: rgba(0, 0, 0, .5)
}

.viewer-invisible {
	visibility: hidden
}

.viewer-move {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.viewer-fade {
	opacity: 0
}

.viewer-in {
	opacity: 1
}

.viewer-transition {
	-webkit-transition: all .3s;
	transition: all .3s
}

@-webkit-keyframes viewer-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes viewer-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.viewer-loading:after {
	-webkit-animation: viewer-spinner 1s linear infinite;
	animation: viewer-spinner 1s linear infinite;
	border: 4px solid hsla(0, 0%, 100%, .1);
	border-left-color: hsla(0, 0%, 100%, .5);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 1
}

@media (max-width:767px) {
	.viewer-hide-xs-down {
		display: none
	}
}

@media (max-width:991px) {
	.viewer-hide-sm-down {
		display: none
	}
}

@media (max-width:1199px) {
	.viewer-hide-md-down {
		display: none
	}
}

.detailTab {
	background: #fff;
	padding: 12px 40px 72px;
	box-sizing: border-box
}

.detailTab .ant-tabs-nav {
	margin-bottom: 24px
}

.detailTab .ant-tabs-nav:before {
	border-bottom: 1px solid #d8d8d8
}

.detailTab .ant-tabs-nav .ant-tabs-tab {
	margin-right: 72px;
	font-weight: 700
}

.detailTab .ant-tabs-nav .ant-tabs-tab:first-child {
	margin-left: 24px
}

.detailTab .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
	color: #333;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700
}

.detailTab .product-detail-info {
	font-size: 16px;
	line-height: 24px
}

.detailTab .product-detail-info p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px
}

.detailTab .productDetail-parameter .ant-table.ant-table-bordered>.ant-table-container {
	border-color: #d8d8d8
}

.detailTab .productDetail-parameter .leave-ul .leave-li .leave-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #333;
	padding: 12px 16px;
	background: #f4f4f4;
	border: 1px solid #e6e6e6;
	border-top: none;
	text-align: center
}

.detailTab .productDetail-parameter .leave-ul .leave-li .secondary-ul .secondary-li {
	display: flex
}

.detailTab .productDetail-parameter .leave-ul .leave-li .secondary-ul .secondary-li .attr-name {
	width: 15%;
	max-width: 195px;
	border: 1px solid #e6e6e6;
	border-top: none;
	padding: 4px 16px;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	color: #333
}

.detailTab .productDetail-parameter .leave-ul .leave-li .secondary-ul .secondary-li .attr-value {
	width: 86%;
	border: 1px solid #e6e6e6;
	border-top: none;
	border-left: none;
	padding: 4px 16px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	line-height: 22px
}

.detailTab .productDetail-parameter .leave-ul .leave-li:first-child .leave-title {
	border-top: 1px solid #e6e6e6
}

.detailTab .productDetail-download .productDetail-download-nav {
	width: 100%;
	background: #f8f8f8;
	margin: 0 auto 16px;
	transition: all .8s cubic-bezier(.19, 1, .22, 1);
	cursor: pointer
}

.detailTab .productDetail-download .productDetail-download-nav:hover p .name {
	text-decoration: underline;
	color: #559ee2
}

.detailTab .productDetail-download .productDetail-download-nav p {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 20px;
	padding: 22px 33px;
	box-sizing: border-box
}

.detailTab .productDetail-download .productDetail-download-nav p .iconfont {
	font-size: 18px;
	color: #ddd;
	margin-right: 16px
}

.detailTab .productDetail-download .productDetail-download-nav p .name {
	font-size: 16px;
	color: #333;
	line-height: 20px
}

.detailTab .productDetail-dimensions img {
	width: 100%;
	max-width: 100%
}

.detailTab .detailTab_modal>.ant-modal {
	width: 800px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content {
	height: 642px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-header {
	height: 48px;
	background: #f4f4f4
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body {
	padding: 0
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form {
	height: 611px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:first-child .ant-form-item-label>.ant-form-item-no-colon {
	height: 58px;
	line-height: 58px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content {
	display: flex
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .ant-form-item {
	padding: 0;
	margin: 0;
	width: 100%
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .ant-form-item .ant-form-item-label>.ant-form-item-no-colon {
	height: 50px;
	line-height: 50px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .detailTab_modal_yan {
	margin-top: 50px;
	width: 150px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e4e4e4 !important;
	color: #666 !important;
	font-weight: 400;
	background: #f4f4f4;
	cursor: default !important;
	margin-left: 8px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .detailTab_modal_zhen {
	width: 150px;
	height: 44px;
	line-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	border: 1px solid #559ee2;
	color: #559ee2;
	cursor: pointer;
	margin-top: 50px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item {
	display: flex;
	flex-flow: column;
	margin-bottom: 0;
	padding: 0 40px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item .ant-form-item-label {
	display: flex;
	flex: inherit
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item .ant-form-item-label .ant-form-item-no-colon {
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 16px;
	font-weight: 400
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item .ant-form-item-label .ant-form-item-no-colon:after {
	display: inline-block;
	margin-right: 4px;
	color: #ff4d4f;
	font-size: 14px;
	line-height: 1;
	content: "*"
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item .ant-form-item-label .ant-form-item-no-colon:before {
	content: ""
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item .ant-form-item-control {
	position: relative
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item .ant-form-item-control .ant-form-item-control-input>.ant-form-item-control-input-content>.ant-input {
	height: 44px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item .ant-form-item-control .ant-form-item-explain {
	position: absolute;
	bottom: -21px;
	width: 200px;
	height: 20px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:nth-last-child(2) .ant-form-item-control-input-content {
	display: flex;
	align-items: center
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:nth-last-child(2) .ant-form-item-control-input-content .ant-form-item {
	padding: 0;
	margin: 0
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:nth-last-child(2) .ant-form-item-control-input-content .check-text {
	margin-left: 5px;
	height: 66px;
	line-height: 66px;
	color: #333;
	font-size: 16px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:nth-last-child(2) .ant-form-item-control-input-content .check-text .link {
	margin-left: 0;
	color: #559ee2;
	cursor: pointer
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:last-child {
	border-top: 1px solid #e8e8e8;
	padding: 0;
	margin: 0;
	height: 40px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 18px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content .ant-btn-primary:first-child {
	margin-right: 8px;
	width: 76px;
	height: 36px;
	border: 1px solid #c1c1c1;
	color: #333;
	background: #fff;
	border-radius: 2px;
	padding: 0
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content .ant-btn-primary:nth-child(2) {
	margin-right: 24px;
	width: 76px;
	height: 36px;
	border-radius: 2px;
	padding: 0
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form {
	height: 611px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:first-child .ant-form-item-label>.ant-form-item-no-colon {
	height: 58px;
	line-height: 58px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content {
	display: flex
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .ant-form-item {
	padding: 0;
	margin: 0;
	width: 100%
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .ant-form-item .ant-form-item-label>.ant-form-item-no-colon {
	height: 50px;
	line-height: 50px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item {
	display: flex;
	flex-flow: column;
	margin-bottom: 0;
	padding: 0 40px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item .ant-form-item-label {
	display: flex;
	flex: inherit
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item .ant-form-item-label .ant-form-item-no-colon {
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 16px;
	font-weight: 400
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item .ant-form-item-label .ant-form-item-no-colon:after {
	display: inline-block;
	margin-right: 4px;
	color: #ff4d4f;
	font-size: 14px;
	line-height: 1;
	content: "*"
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item .ant-form-item-label .ant-form-item-no-colon:before {
	content: ""
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item .ant-form-item-control {
	position: relative
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item .ant-form-item-control .ant-form-item-control-input>.ant-form-item-control-input-content>.ant-input {
	height: 44px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item .ant-form-item-control .ant-form-item-explain {
	position: absolute;
	bottom: -21px;
	width: 200px;
	height: 20px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(3) .ant-form-item-label>.ant-form-item-no-colon {
	height: 58px;
	line-height: 58px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(3) .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content {
	display: flex
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(3) .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .ant-form-item {
	padding: 0;
	margin: 0;
	width: 100%
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(3) .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .ant-form-item .ant-form-item-label>.ant-form-item-no-colon {
	height: 50px;
	line-height: 50px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(3) .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .detailTab_modal_yan {
	margin-top: 50px;
	height: 44px;
	border: 1px solid #e4e4e4 !important;
	background: #f4f4f4;
	cursor: default !important;
	margin-left: 8px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(2) .ant-form-item-control-input-content {
	display: flex;
	align-items: center
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(2) .ant-form-item-control-input-content .ant-form-item {
	padding: 0;
	margin: 0
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(2) .ant-form-item-control-input-content p {
	margin-left: 5px;
	height: 66px;
	line-height: 66px;
	color: #333;
	font-size: 16px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(2) .ant-form-item-control-input-content p span {
	margin-left: 0;
	color: #559ee2;
	cursor: pointer
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:last-child {
	border-top: 1px solid #e8e8e8;
	padding: 0;
	margin: 0;
	height: 40px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 14px
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content .ant-btn-primary:first-child {
	margin-right: 8px;
	width: 76px;
	height: 36px;
	border: 1px solid #c1c1c1;
	color: #333;
	background: #fff;
	border-radius: 2px;
	padding: 0
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content .ant-btn-primary:nth-child(2) {
	margin-right: 24px;
	width: 76px;
	height: 36px;
	border-radius: 2px;
	padding: 0
}

.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-footer {
	border-top: 0 solid #e8e8e8;
	padding: 0
}

@media screen and (max-width:992px) {
	.detailTab {
		padding: 16px 28px 32px
	}

	.detailTab .ant-tabs-nav {
		margin-bottom: 25px
	}

	.detailTab .ant-tabs-nav .ant-tabs-tab {
		padding: 10px 0;
		font-size: 14px
	}

	.detailTab .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
	.detailTab .product-detail-info,
	.detailTab .product-detail-info p {
		font-size: 14px;
		line-height: 22px
	}

	.detailTab .productDetail-parameter .leave-ul .leave-li .leave-title,
	.detailTab .productDetail-parameter .leave-ul .leave-li .secondary-ul .secondary-li .attr-name {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 12px
	}

	.detailTab .productDetail-parameter .leave-ul .leave-li .secondary-ul .secondary-li .attr-value {
		font-size: 14px;
		color: #666
	}

	.detailTab .productDetail-download .productDetail-download-nav {
		margin: 0 auto 12px
	}

	.detailTab .productDetail-download .productDetail-download-nav p {
		padding: 15px 26px
	}

	.detailTab .productDetail-download .productDetail-download-nav p .name {
		font-size: 14px
	}
}

@media screen and (max-width:576px) {
	.detailTab {
		padding: 10px 20px 25px
	}

	.detailTab .ant-tabs-nav {
		margin-bottom: 15px
	}

	.detailTab .ant-tabs-nav .ant-tabs-tab {
		margin-right: 36px
	}

	.detailTab .product-detail-info,
	.detailTab .product-detail-info p {
		font-size: 12px;
		line-height: 22px
	}

	.detailTab .productDetail-parameter .leave-ul .leave-li .leave-title {
		font-size: 12px;
		padding: 5px
	}

	.detailTab .productDetail-parameter .leave-ul .leave-li .secondary-ul .secondary-li .attr-name {
		width: 28%;
		font-size: 12px;
		padding: 5px
	}

	.detailTab .productDetail-parameter .leave-ul .leave-li .secondary-ul .secondary-li .attr-value {
		width: 72%;
		font-size: 12px;
		padding: 5px
	}

	.detailTab .productDetail-download .productDetail-download-nav {
		margin: 0 auto 10px
	}

	.detailTab .productDetail-download .productDetail-download-nav p {
		padding: 10px 18px
	}

	.detailTab .productDetail-download .productDetail-download-nav p .name {
		font-size: 12px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content {
		height: 570px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body {
		padding: 0
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .ant-form-item .ant-form-item-label>.ant-form-item-no-colon,
	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:first-child .ant-form-item-label>.ant-form-item-no-colon {
		height: 40px;
		line-height: 40px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .detailTab_modal_yan {
		margin-top: 40px;
		height: 38px;
		line-height: 38px;
		margin-left: 8px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .detailTab_modal_zhen {
		height: 38px;
		line-height: 38px;
		margin-top: 40px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item {
		padding: 0 30px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item .ant-form-item-label {
		padding: 0
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item .ant-form-item-label .ant-form-item-no-colon {
		height: 46px;
		line-height: 46px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item .ant-form-item-control .ant-form-item-control-input>.ant-form-item-control-input-content>.ant-input {
		height: 38px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:nth-last-child(2) .ant-form-item-control-input-content .check-text {
		height: 56px;
		line-height: 56px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content {
		margin-top: 12px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content .ant-btn-primary:first-child {
		width: 70px;
		height: 30px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content .ant-btn-primary:nth-child(2) {
		margin-right: 28px;
		width: 70px;
		height: 30px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .ant-form-item .ant-form-item-label>.ant-form-item-no-colon,
	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:first-child .ant-form-item-label>.ant-form-item-no-colon {
		height: 40px;
		line-height: 40px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item {
		padding: 0 30px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item .ant-form-item-label {
		padding: 0
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item .ant-form-item-label .ant-form-item-no-colon {
		height: 40px;
		line-height: 40px;
		padding-top: 7px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item .ant-form-item-control {
		position: relative
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item .ant-form-item-control .ant-form-item-control-input>.ant-form-item-control-input-content>.ant-input {
		height: 40px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(3) .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .ant-form-item .ant-form-item-label>.ant-form-item-no-colon,
	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(3) .ant-form-item-label>.ant-form-item-no-colon {
		height: 40px;
		line-height: 40px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(3) .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .detailTab_modal_yan,
	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(3) .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .detailTab_modal_zhen {
		margin-top: 40px;
		height: 40px;
		line-height: 40px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content {
		margin-top: 14px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content .ant-btn-primary:first-child {
		margin-right: 8px;
		width: 70px;
		height: 30px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content .ant-btn-primary:nth-child(2) {
		margin-right: 28px;
		width: 70px;
		height: 30px
	}
}

@media screen and (max-width:575px) {
	.detailTab .ant-form-item-control {
		flex: 0 0 auto !important
	}
}

@media screen and (max-width:414px) {
	.detailTab .detailTab_modal>.ant-modal {
		width: 650px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content {
		height: 530px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-close>.ant-modal-close-x {
		line-height: 48px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-header {
		padding-left: 19px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
		font-size: 14px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .ant-form-item>.ant-form-item-label>.ant-form-item-no-colon,
	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:first-child .ant-form-item-label>.ant-form-item-no-colon {
		height: 38px;
		line-height: 38px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .detailTab_modal_yan,
	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .detailTab_modal_zhen {
		margin-top: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 14px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item {
		padding: 0 20px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item .ant-form-item-label .ant-form-item-no-colon {
		padding-top: 6px;
		height: 38px;
		line-height: 38px;
		font-size: 14px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item .ant-form-item-control .ant-form-item-control-input>.ant-form-item-control-input-content>.ant-input {
		height: 38px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:nth-last-child(2) .ant-form-item-control-input-content .check-text {
		height: 56px;
		line-height: 56px;
		font-size: 14px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content {
		margin-top: 8px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content .ant-btn-primary:first-child,
	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .detailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content .ant-btn-primary:nth-child(2) {
		width: 70px;
		height: 30px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:first-child .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .ant-form-item .ant-form-item-label>.ant-form-item-no-colon,
	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:first-child .ant-form-item-label>.ant-form-item-no-colon {
		height: 38px;
		line-height: 38px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item {
		padding: 0 20px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item .ant-form-item-label {
		padding: 0
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item .ant-form-item-label .ant-form-item-no-colon {
		padding-top: 6px;
		height: 38px;
		line-height: 38px;
		font-size: 14px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item .ant-form-item-control .ant-form-item-control-input>.ant-form-item-control-input-content>.ant-input {
		height: 38px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(3) .ant-form-item-label>.ant-form-item-no-colon {
		height: 38px;
		line-height: 38px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(3) .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content {
		display: flex
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(3) .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .ant-form-item .ant-form-item-label>.ant-form-item-no-colon {
		height: 38px;
		line-height: 38px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(3) .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .detailTab_modal_yan,
	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(3) .ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content .detailTab_modal_zhen {
		margin-top: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 14px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(2) .ant-form-item-control-input-content .ant-form-item-explain-error {
		bottom: -16px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:nth-last-child(2) .ant-form-item-control-input-content p {
		height: 56px;
		line-height: 56px;
		font-size: 14px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content {
		margin-top: 8px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content .ant-btn-primary:first-child {
		width: 70px;
		height: 30px
	}

	.detailTab .detailTab_modal>.ant-modal .ant-modal-content .ant-modal-body .enDetailTab_modal_form .ant-form-item:last-child .ant-form-item-control-input-content .ant-btn-primary:nth-child(2) {
		margin-right: 20px;
		width: 70px;
		height: 30px
	}
}

.verification-code {
	width: 120px;
	height: 40px;
	overflow: hidden
}

.verification-code .verification-code-canvas {
	width: 300px;
	height: 176px
}

@media screen and (max-width:992px) {
	.verification-code {
		width: 110px;
		height: 42px
	}
}

@media screen and (max-width:575px) {
	.verification-code {
		width: 90px;
		height: 38px
	}

	.verification-code .verification-code-canvas {
		width: 244px;
		height: 166px
	}
}

@media screen and (max-width:414px) {
	.verification-code {
		width: 90px;
		height: 38px
	}

	.verification-code .verification-code-canvas {
		width: 244px;
		height: 166px
	}
}

.detail-related-wraper .related-title {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	line-height: 28px;
	padding: 24px 0
}

.detail-related-wraper .related-swiper-container:hover .related-swiper-next,
.detail-related-wraper .related-swiper-container:hover .related-swiper-prev {
	opacity: .16
}

.detail-related-wraper .related-swiper-container .related-swiper-next,
.detail-related-wraper .related-swiper-container .related-swiper-prev {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #000;
	opacity: .08;
	transition: all .4s cubic-bezier(.19, 1, .22, 1);
	outline: none
}

.detail-related-wraper .related-swiper-container .related-swiper-next:after,
.detail-related-wraper .related-swiper-container .related-swiper-prev:after {
	display: none !important
}

.detail-related-wraper .related-swiper-container .related-swiper-next .iconfont,
.detail-related-wraper .related-swiper-container .related-swiper-prev .iconfont {
	color: #fff;
	font-size: 18px
}

.detail-related-wraper .related-swiper-container .related-swiper-next:hover,
.detail-related-wraper .related-swiper-container .related-swiper-prev:hover {
	opacity: .4
}

.detail-related-wraper .related-swiper-container .related-swiper-next.swiper-button-disabled,
.detail-related-wraper .related-swiper-container .related-swiper-prev.swiper-button-disabled {
	cursor: not-allowed;
	pointer-events: auto
}

.detail-related-wraper .related-swiper-container .related-swiper-next.hide,
.detail-related-wraper .related-swiper-container .related-swiper-prev.hide {
	display: none
}

.detail-related-wraper .related-swiper-container .related-swiper-prev {
	left: 32px
}

.detail-related-wraper .related-swiper-container .related-swiper-prev .iconfont {
	transform: rotate(180deg)
}

.detail-related-wraper .related-swiper-container .related-swiper-next {
	right: 32px
}

@media screen and (max-width:1024px) {
	.detail-related-wraper .related-title {
		font-size: 18px;
		line-height: 24px;
		padding: 18px 0
	}

	.detail-related-wraper .related-swiper-container .related-swiper-next,
	.detail-related-wraper .related-swiper-container .related-swiper-prev {
		width: 38px;
		height: 38px
	}

	.detail-related-wraper .related-swiper-container .related-swiper-next .iconfont,
	.detail-related-wraper .related-swiper-container .related-swiper-prev .iconfont {
		font-size: 14px
	}

	.detail-related-wraper .related-swiper-container .related-swiper-prev {
		left: 15px
	}

	.detail-related-wraper .related-swiper-container .related-swiper-next {
		right: 15px
	}
}

@media screen and (max-width:576px) {
	.detail-related-wraper .related-title {
		font-size: 16px;
		padding: 10px 0
	}

	.detail-related-wraper .related-swiper-container .related-swiper-next,
	.detail-related-wraper .related-swiper-container .related-swiper-prev {
		width: 30px;
		height: 30px
	}

	.detail-related-wraper .related-swiper-container .related-swiper-next .iconfont,
	.detail-related-wraper .related-swiper-container .related-swiper-prev .iconfont {
		font-size: 12px
	}

	.detail-related-wraper .related-swiper-container .related-swiper-prev {
		left: 5px
	}

	.detail-related-wraper .related-swiper-container .related-swiper-next {
		right: 5px
	}
}

.product-item {
	min-height: 200px;
	position: relative;
	background: #fff;
	margin-bottom: 16px;
	overflow: hidden
}

.product-item:hover .product-item-content h3,
.product-item:hover .product-item-content h4 {
	opacity: 0
}

.product-item:hover .img-wraper .product-img {
	margin-top: 4%
}

.product-item:hover .product-mask {
	opacity: 1
}

.product-item .img-wraper {
	position: relative;
	height: 220px;
	width: 100%;
	margin: auto;
	text-align: center
}

.product-item .img-wraper .product-img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .6s
}

.product-item .img-wraper .loading-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.product-item .product-item-content {
	text-align: center;
	padding: 0 15px;
	margin: 8px 0 48px
}

.product-item .product-item-content h3 {
	font-size: 20px;
	color: #333;
	line-height: 28px
}

.product-item .product-item-content h3,
.product-item .product-item-content h4 {
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .8s
}

.product-item .product-item-content h4 {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-top: 8px
}

.product-item .product-mask {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 11;
	background: rgba(0, 0, 0, .4);
	text-align: center;
	opacity: 0;
	transition: all .8s;
	padding: 0 20px
}

.product-item .product-mask h3 {
	margin-top: 120px;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px
}

.product-item .product-mask h3,
.product-item .product-mask h4 {
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .8s
}

.product-item .product-mask h4 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px
}

.product-item .product-mask .for-details {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-decoration: underline;
	margin-top: 60px
}

@media screen and (max-width:1366px) {
	.product-item .product-item-content {
		margin: 8px 0 36px
	}

	.product-item .product-item-content h3 {
		font-size: 18px;
		line-height: 26px
	}

	.product-item .product-item-content h4 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 6px
	}
}

@media screen and (max-width:1024px) {
	.product-item {
		margin-bottom: 10px
	}
}

@media screen and (max-width:992px) {
	.product-item .img-wraper {
		position: relative;
		height: 180px
	}

	.product-item .product-mask h3 {
		margin-top: 90px
	}
}

@media screen and (max-width:768px) {
	.product-item .img-wraper {
		position: relative;
		height: 150px
	}

	.product-item .product-mask {
		padding: 0 10px
	}

	.product-item .product-mask h3 {
		margin-top: 70px;
		font-size: 18px;
		line-height: 26px
	}

	.product-item .product-mask h4 {
		font-size: 12px;
		line-height: 20px;
		margin-top: 8px
	}

	.product-item .product-mask .for-details {
		font-size: 12px;
		line-height: 20px;
		margin-top: 60px
	}
}

@media screen and (max-width:576px) {

	.product-item:hover .product-item-content h3,
	.product-item:hover .product-item-content h4 {
		opacity: 1
	}

	.product-item:hover .img-wraper .product-img {
		margin-top: 0
	}

	.product-item .img-wraper {
		position: relative;
		height: 120px
	}

	.product-item .product-item-content {
		padding: 0 8px
	}

	.product-item .product-item-content h3 {
		font-size: 16px;
		line-height: 20px
	}

	.product-item .product-item-content h4 {
		font-size: 12px;
		line-height: 14px;
		margin-top: 5px;
		font-weight: 500
	}

	.product-item .product-mask {
		display: none
	}
}

.product-label .star-label {
	background: linear-gradient(180deg, #fdad84, #fb4d4d);
	position: absolute;
	top: 16px;
	left: 16px;
	text-align: center;
	padding: 2px 12px
}

.product-label .star-label .iconfont {
	color: #fff;
	line-height: 20px
}

.product-label .star-label p {
	font-size: 16px;
	color: #fff;
	line-height: 20px
}

.product-label .label {
	padding: 2px 12px;
	position: absolute;
	top: 24px;
	left: 16px;
	z-index: 10
}

.product-label .label p {
	color: #fff;
	font-size: 16px;
	line-height: 22px
}

.product-label .red-label {
	background-color: #559ee2
}

.product-label .green-label {
	background-color: #20a864
}

.product-label .no-label {
	display: none
}

@media screen and (max-width:1200px) {
	.product-label .label {
		top: 16px
	}

	.product-label .label p,
	.product-label .star-label p {
		font-size: 14px
	}
}

@media screen and (max-width:768px) {
	.product-label .star-label {
		padding: 2px 8px;
		top: 4%;
		left: 2%
	}

	.product-label .star-label .iconfont,
	.product-label .star-label p {
		font-size: 12px
	}

	.product-label .label {
		padding: 2px 8px;
		top: 4%;
		left: 4%
	}

	.product-label .label p {
		font-size: 12px;
		line-height: 20px
	}
}

.model-selection-box {
	background-color: #fff
}

.model-selection-box .zhanwei {
	width: 100%;
	height: 80px
}

.model-selection-box .model-selection-crumbs {
	width: 100%;
	height: 60px;
	background-color: #f4f4f4
}

.model-selection-box .model-selection-subject .model-selection-title {
	width: 100%;
	margin-top: 48px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.model-selection-box .model-selection-subject .model-selection-title span {
	font-size: 30px;
	font-weight: 600;
	color: #333;
	line-height: 42px
}

.model-selection-box .model-selection-subject .model-selection-middle {
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-left {
	width: 48.5%;
	height: 0;
	padding-top: 48.5%;
	background-color: #f7f7f7;
	position: relative
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-left img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-left .img-input {
	width: 70px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-left .img-distance {
	position: absolute;
	top: 44%;
	left: 26%
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-left .img-long-side {
	position: absolute;
	top: 89%;
	left: 56%
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-left .img-short-side {
	position: absolute;
	top: 89%;
	left: 32%
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right {
	width: 48.5%;
	height: 0;
	padding-top: 48.5%;
	position: relative
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method {
	width: 100%;
	padding-top: 16px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-title {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	line-height: 33px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .methods-box {
	width: 100%;
	margin-top: 24px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .methods-box .method-one,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .methods-box .method-two {
	width: 47%;
	height: 80px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 22px;
	white-space: pre-wrap
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .methods-box .method-one:after,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .methods-box .method-two:after {
	box-shadow: none !important
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .methods-box .button-focus {
	border-width: 2px;
	border-color: #559ee2;
	color: #559ee2
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 {
	width: 100%;
	margin-top: 24px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-model,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-series {
	width: 47%;
	height: 84px;
	margin-bottom: 0
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-model .camera-model-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-model .camera-series-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-series .camera-model-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-series .camera-series-title {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 22px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-model .ant-select,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-series .ant-select {
	margin-top: 12px;
	height: 50px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-model .ant-select .ant-select-selector,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-series .ant-select .ant-select-selector {
	height: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-model .ant-select .ant-select-selector .ant-select-selection-item,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-model .ant-select .ant-select-selector .ant-select-selection-placeholder,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-series .ant-select .ant-select-selector .ant-select-selection-item,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-series .ant-select .ant-select-selector .ant-select-selection-placeholder {
	line-height: 50px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 {
	width: 100%;
	margin-top: 24px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-pixel,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-box {
	width: 47%;
	height: 84px;
	margin-bottom: 0
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-pixel .camera-pixel-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-pixel .camera-resolving-power-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-box .camera-pixel-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-box .camera-resolving-power-title {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 22px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-pixel .ant-input,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-internal-box {
	margin-top: 12px;
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-internal-box {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: flex-start
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-internal-box .camera-resolving-power-h,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-internal-box .camera-resolving-power-v {
	width: 45%;
	height: 100%;
	margin-bottom: 0
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-internal-box .camera-resolving-power-h .ant-input,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-internal-box .camera-resolving-power-v .ant-input {
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-internal-box span {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 50px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions {
	width: 100%;
	padding-top: 48px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-title {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	line-height: 33px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form {
	width: 100%;
	margin-top: 24px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .distance,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .long-side,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .magnification,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .short-side {
	width: 47%;
	height: 84px;
	margin-bottom: 16px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .distance .distance-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .distance .long-side-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .distance .magnification-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .distance .short-side-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .long-side .distance-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .long-side .long-side-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .long-side .magnification-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .long-side .short-side-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .magnification .distance-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .magnification .long-side-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .magnification .magnification-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .magnification .short-side-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .short-side .distance-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .short-side .long-side-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .short-side .magnification-title,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .short-side .short-side-title {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 22px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .distance .ant-input,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .long-side .ant-input,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .magnification .ant-input,
.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .short-side .ant-input {
	margin-top: 12px;
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .operation-box {
	margin-top: 16px;
	width: 252px;
	height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: flex-start
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .operation-box .ant-btn {
	width: 118px;
	height: 50px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 22px
}

.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .operation-box .empty {
	color: #333
}

.model-selection-box .model-selection-subject .selection-results {
	width: 100%;
	padding: 48px 0 80px
}

.model-selection-box .model-selection-subject .selection-results .selection-results-title {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	line-height: 33px
}

.model-selection-box .model-selection-subject .selection-results .selection-results-table {
	margin-top: 32px;
	overflow: auto
}

.model-selection-box .model-selection-subject .selection-results .selection-results-table .ant-table-row-onClick {
	background-color: #fafafa
}

.model-selection-box .model-selection-subject .selection-results .selection-results-table .ant-table-row:hover .table-td-url {
	color: #559ee2;
	text-decoration: underline
}

@media screen and (max-width:1500px) {
	.model-selection-box .model-selection-subject .selection-results {
		margin-top: 20px
	}
}

@media screen and (max-width:1300px) {
	.model-selection-box .model-selection-subject .selection-results {
		margin-top: 100px
	}
}

@media screen and (max-width:800px) {
	.model-selection-box .model-selection-subject .model-selection-middle {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-left,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right {
		width: 80%;
		padding-top: 80%
	}

	.model-selection-box .model-selection-subject .selection-results {
		margin-top: 60px
	}
}

@media screen and (max-width:600px) {
	.model-selection-box .model-selection-subject .model-selection-middle {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-left {
		width: 100%;
		padding-top: 100%
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-left .img-input {
		width: 60px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right {
		width: 100%;
		padding-top: 100%
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-title {
		font-size: 18px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .methods-box .method-one,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .methods-box .method-two {
		font-size: 12px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-model,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-series {
		height: 44px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-model .camera-model-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-model .camera-series-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-series .camera-model-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-series .camera-series-title {
		font-size: 14px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-model .ant-select,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-series .ant-select {
		margin-top: 10px;
		height: 40px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-model .ant-select .ant-select-selector,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-series .ant-select .ant-select-selector {
		font-size: 12px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-model .ant-select .ant-select-selector .ant-select-selection-item,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-model .ant-select .ant-select-selector .ant-select-selection-placeholder,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-series .ant-select .ant-select-selector .ant-select-selection-item,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form1 .camera-series .ant-select .ant-select-selector .ant-select-selection-placeholder {
		line-height: 40px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-pixel,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-box {
		height: 44px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-pixel .camera-pixel-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-pixel .camera-resolving-power-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-box .camera-pixel-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-box .camera-resolving-power-title {
		font-size: 12px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-pixel .ant-input,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-internal-box {
		margin-top: 10px;
		height: 40px;
		font-size: 12px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-internal-box .camera-resolving-power-h,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-internal-box .camera-resolving-power-v {
		width: 45%;
		height: 100%
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-internal-box .camera-resolving-power-h .ant-input,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-internal-box .camera-resolving-power-v .ant-input {
		height: 40px;
		font-size: 12px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-method .selection-method-form2 .camera-resolving-power-internal-box span {
		font-size: 12px;
		line-height: 40px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-title {
		font-size: 18px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .distance,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .long-side,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .magnification,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .short-side {
		height: 44px;
		margin-bottom: 44px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .distance .distance-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .distance .long-side-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .distance .magnification-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .distance .short-side-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .long-side .distance-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .long-side .long-side-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .long-side .magnification-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .long-side .short-side-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .magnification .distance-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .magnification .long-side-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .magnification .magnification-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .magnification .short-side-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .short-side .distance-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .short-side .long-side-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .short-side .magnification-title,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .short-side .short-side-title {
		font-size: 12px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .distance .ant-input,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .long-side .ant-input,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .magnification .ant-input,
	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .selection-conditions .selection-conditions-form .short-side .ant-input {
		margin-top: 12px;
		height: 40px;
		font-size: 12px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .operation-box {
		margin-top: 12px;
		height: 40px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .operation-box .ant-btn {
		height: 40px;
		font-size: 12px;
		line-height: 32px
	}

	.model-selection-box .model-selection-subject .model-selection-middle .middle-right .option-box .operation-box .empty {
		color: #333
	}

	.model-selection-box .model-selection-subject .selection-results {
		margin-top: 180px
	}

	.model-selection-box .model-selection-subject .selection-results .selection-results-title {
		font-size: 18px
	}

	.model-selection-box .model-selection-subject .selection-results .selection-results-table {
		margin-top: 12px
	}
}

/* .product .header-banner {
	width: 100%;
	height: 560px;
	background: url(/static/media/bg_banner.b2a6598b.png) 50%
} */

.product .header-banner .banner-contain {
	position: relative;
	top: 129px;
	left: 16.19%;
	max-width: 730px;
	width: 90%
}

.product .header-banner .banner-contain .banner-title {
	font-size: 48px;
	color: #fff;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	margin-bottom: 36px
}

.product .header-banner .banner-contain .text-box {
	width: 720px;
	height: 68px;
	padding: 14px 27px;
	background: linear-gradient(90deg, #559ee2, rgba(237, 109, 0, 0))
}

.product .header-banner .banner-contain .text-box .text {
	font-size: 28px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #fff
}

.product .header-banner .banner-contain .subtitle {
	display: flex;
	flex-direction: row;
	margin-top: 48px
}

.product .header-banner .banner-contain .subtitle li {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin-right: 56px;
	line-height: 30px
}

.product .header-banner .banner-contain .subtitle li:nth-child(3n) {
	margin-right: 0
}

.product .header-banner .banner-contain .subtitle li .iconfont {
	font-size: 48px;
	margin-right: 16px
}

.product .header-banner .banner-contain .subtitle li .text {
	vertical-align: super
}

.product .system-framework {
	width: 100%;
	padding: 64px 0 88px;
	background: url(/static/media/bg_system.bb5f95a4.png) 50%
}

.product .system-framework .system-title {
	font-size: 32px;
	color: #559ee2;
	text-align: center;
	line-height: 140px
}

.product .system-framework .system-item {
	width: 100%;
	margin: auto
}

.product .system-framework .system-item .system-image {
	margin: 0 auto;
	text-align: center;
	width: 80%;
	height: auto;
	max-width: 100%;
	display: block
}

.product .product-items {
	display: flex;
	flex-direction: row;
	background: #fff
}

.product .product-items:nth-child(2n) {
	display: flex;
	flex-direction: row-reverse;
}

.product .product-items .product-text {
	width: 50%;
	padding: 5% 5% 2% 13%;
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	color: #565656
}



.product .product-items:nth-child(2n) .product-text {
	padding: 5% 13% 2% 4%;
	background: #f8f8f8;
}

.product .product-items .product-text .item-title {
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333;
	margin-bottom: 16px;
	transition: all .3s;
}

.product .product-items:hover .product-text .item-title {
	color: #559ee2;
}

.product .product-items .product-text .item-bold {
	font-weight: 600
}


.product .product-items .product-text li {
	margin-bottom: 3vh;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.product .product-items .product-text a {
	display: inline-block;
	padding: 1vh 4vh;
	background-color: transparent;
	color: #559ee2;
	border: 1px #559ee2 solid;
	border-radius: 40px;
	transition: all .3s;
}

.product .product-items .product-text a:hover {
	color: #fff;
	background-color: #559ee2;
}

.product .product-items .rcs-text {
	padding: 4% 4% 2% 13%
}

.product .product-items .img-box {
	width: 50%;
	overflow: hidden;
}

.product .product-items .img-box .product-img {
	width: 100%;
	height: auto;
	max-width: 100%;
	transition: all .5s;
}

.product .product-items:hover .img-box .product-img {
	transform: scale(1.05);
}

@media screen and (max-width:1464px) {
	.product .product-items .product-text {
		padding: 4% 5%
	}

	.product .product-items .product-text:nth-child(2n) {
		padding: 4% 6%
	}

	.product .product-items .rcs-text {
		padding: 1% 4%
	}
}

@media screen and (max-width:1200px) {
	.product .header-banner {
		height: 560px
	}

	.product .product-items .product-text {
		font-size: 14px
	}

	.product .product-items .product-text:nth-child(2n) {
		padding: 4% 5%
	}

	.product .product-items .product-text .item-title {
		font-size: 20px;
		margin-bottom: 10px
	}
}

@media screen and (max-width:1024px) {
	.product .header-banner .banner-contain {
		left: 60px
	}

	.product .header-banner .banner-contain .banner-title {
		font-size: 40px
	}

	.product .header-banner .banner-contain .text-box {
		width: 720px;
		height: 65px;
		padding: 12px 27px;
		background: linear-gradient(90deg, #559ee2, rgba(237, 109, 0, 0))
	}

	.product .header-banner .banner-contain .text-box .text {
		font-size: 26px
	}

	.product .header-banner .banner-contain .subtitle li {
		font-size: 20px
	}

	.product .header-banner .banner-contain .subtitle li .iconfont {
		font-size: 45px;
		margin-right: 16px
	}

	.product .system-framework .system-item .system-image {
		width: 85%
	}

	.product .product-items {
		flex-direction: column
	}

	.product .product-items:nth-child(2n) {
		flex-direction: column
	}

	.product .product-items .product-text {
		font-size: 16px;
		width: 100%;
		padding: 10% 12%
	}

	.product .product-items .product-text:nth-child(2n) {
		padding: 10% 12%
	}

	.product .product-items .product-text .item-title {
		font-size: 24px;
		font-family: PingFangSC-Semibold, PingFang SC;
		font-weight: 600;
		color: #333;
		margin-bottom: 16px
	}

	.product .product-items .product-text .item-bold {
		font-weight: 600
	}

	.product .product-items .img-box {
		width: 100%
	}

	.product .product-items .img-box .product-img {
		height: auto;
		max-width: 100%
	}
}

@media screen and (max-width:768px) {
	.product .header-banner {
		height: 480px
	}

	.product .header-banner .banner-contain {
		position: relative;
		top: 108px;
		left: 50px;
		max-width: 730px
	}

	.product .header-banner .banner-contain .banner-title {
		font-size: 30px
	}

	.product .header-banner .banner-contain .text-box {
		width: 501px;
		height: 66px;
		padding: 14px 21px
	}

	.product .header-banner .banner-contain .text-box .text {
		font-size: 24px
	}

	.product .header-banner .banner-contain .subtitle li {
		font-size: 20px;
		margin-right: 30px
	}

	.product .header-banner .banner-contain .subtitle li .iconfont {
		font-size: 40px;
		margin-right: 16px
	}
}

@media screen and (max-width:670px) {
	.product .header-banner .banner-contain {
		top: 60px
	}

	.product .header-banner .banner-contain .banner-title {
		font-size: 28px;
		margin-bottom: 30px
	}

	.product .header-banner .banner-contain .text-box {
		height: 50px;
		padding: 10px 21px
	}

	.product .header-banner .banner-contain .text-box .text {
		font-size: 20px
	}

	.product .header-banner .banner-contain .subtitle {
		flex-direction: column;
		margin-top: 35px
	}

	.product .header-banner .banner-contain .subtitle li {
		font-size: 20px;
		margin-bottom: 15px
	}
}

@media screen and (max-width:576px) {
	.product .header-banner {
		height: 330px
	}

	.product .header-banner .banner-contain {
		top: 50px;
		left: 20px
	}

	.product .header-banner .banner-contain .banner-title {
		font-size: 20px;
		margin-bottom: 15px
	}

	.product .header-banner .banner-contain .text-box {
		width: 100%;
		height: 32px;
		padding: 5px 12px
	}

	.product .header-banner .banner-contain .text-box .text {
		font-size: 14px
	}

	.product .header-banner .banner-contain .subtitle {
		margin-top: 20px
	}

	.product .header-banner .banner-contain .subtitle li {
		font-size: 14px;
		margin-bottom: 5px
	}

	.product .header-banner .banner-contain .subtitle li .iconfont {
		font-size: 30px;
		margin-right: 12px
	}

	.product .product-items .product-text {
		padding: 5% 13%;
		font-size: 14px
	}

	.product .product-items .product-text:nth-child(2n) {
		padding: 5% 13%
	}

	.product .product-items .product-text .item-title {
		font-size: 16px;
		margin-bottom: 8px
	}

	.product .system-framework {
		padding: 35px 0
	}

	.product .system-framework .system-title {
		font-size: 20px
	}

	.product .system-framework .system-item {
		padding-top: 20px
	}

	.product .system-framework .system-item .system-image {
		width: 96%
	}
}

.product-sigle-page-wraper .product .product-banner {
	width: 100%;
	height: 560px;
	background: url("/static/media/çŸ©å½¢ 1 æ‹·è´ 3.8532e9ad.png");
	background-size: cover
}

.product-sigle-page-wraper .product .product-banner .words-container {
	display: inline-flex;
	flex-direction: column;
	position: relative;
	left: 18.8%;
	top: 167px;
	max-width: 643px
}

.product-sigle-page-wraper .product .product-banner .product-title {
	width: 100%;
	height: 50px;
	font-size: 50px;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #fff;
	line-height: 35px;
	display: inline-block
}

.product-sigle-page-wraper .product .product-banner .product-subtitle {
	background: url(data:image/png;base64,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) no-repeat;
	background-size: cover;
	width: 100%;
	display: inline-block;
	margin: 29px 0 31px
}

.product-sigle-page-wraper .product .product-banner .product-subtitle .product-text {
	width: 100%;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	line-height: 66px;
	margin-left: 22px;
	margin-right: 65px
}

.product-sigle-page-wraper .product .product-banner .subtitle {
	display: flex;
	max-width: 585px
}

.product-sigle-page-wraper .product .product-banner .subtitle .subtitle-item {
	flex: 30% 1;
	height: 50px;
	line-height: 51px;
	display: flex
}

.product-sigle-page-wraper .product .product-banner .subtitle .subtitle-item .item-icon {
	display: inline-block
}

.product-sigle-page-wraper .product .product-banner .subtitle .subtitle-item .item-text {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	margin-left: 16px
}

@media screen and (max-width:1220px) {
	.product-sigle-page-wraper .product .product-banner {
		height: 400px
	}

	.product-sigle-page-wraper .product .product-banner .words-container {
		top: 70px
	}

	.product-sigle-page-wraper .product .product-banner .product-title {
		font-size: 40px
	}
}

@media screen and (max-width:992px) {
	.product-sigle-page-wraper .product .product-banner {
		height: 350px
	}

	.product-sigle-page-wraper .product .product-banner .words-container {
		top: 50px
	}

	.product-sigle-page-wraper .product .product-banner .product-title {
		font-size: 35px;
		width: 490px
	}

	.product-sigle-page-wraper .product .product-banner .product-subtitle {
		width: 490px;
		margin: 30px 0
	}

	.product-sigle-page-wraper .product .product-banner .product-subtitle .product-text {
		font-size: 24px;
		line-height: 60px
	}

	.product-sigle-page-wraper .product .product-banner .subtitle .subtitle-item {
		height: 40px
	}

	.product-sigle-page-wraper .product .product-banner .subtitle .subtitle-item .item-text {
		font-size: 18px;
		line-height: 40px;
		margin-left: 10px
	}
}

@media screen and (max-width:768px) {
	.product-sigle-page-wraper .product .product-banner {
		height: 426px
	}

	.product-sigle-page-wraper .product .product-banner .words-container {
		left: 61px;
		top: 111px
	}

	.product-sigle-page-wraper .product .product-banner .words-container .product-title {
		font-size: 24px;
		height: 36px;
		line-height: 36px
	}

	.product-sigle-page-wraper .product .product-banner .words-container .product-subtitle {
		width: 100%;
		margin: 30px 0
	}

	.product-sigle-page-wraper .product .product-banner .words-container .product-subtitle .product-text {
		font-size: 22px;
		line-height: 68px
	}

	.product-sigle-page-wraper .product .product-banner .words-container .subtitle .subtitle-item {
		height: 51px
	}

	.product-sigle-page-wraper .product .product-banner .words-container .subtitle .subtitle-item .item-text {
		font-size: 20px;
		line-height: 51px;
		margin-left: 17px;
		width: 112px
	}
}

@media screen and (max-width:444px) {
	.product-sigle-page-wraper .product .product-banner {
		height: 360px
	}

	.product-sigle-page-wraper .product .product-banner .words-container {
		left: 20px;
		top: 40px
	}

	.product-sigle-page-wraper .product .product-banner .words-container .product-title {
		font-size: 22px;
		height: 36px;
		width: 275px;
		line-height: 36px
	}

	.product-sigle-page-wraper .product .product-banner .words-container .product-subtitle {
		width: 320px;
		min-height: 40px;
		margin: 15px 0
	}

	.product-sigle-page-wraper .product .product-banner .words-container .product-subtitle .product-text {
		line-height: 26px;
		font-size: 18px;
		margin-left: 5px;
		width: 307px
	}

	.product-sigle-page-wraper .product .product-banner .words-container .subtitle {
		flex-direction: column;
		width: 200px
	}

	.product-sigle-page-wraper .product .product-banner .words-container .subtitle .subtitle-item {
		width: 200px;
		height: 44px;
		margin-bottom: 10px
	}

	.product-sigle-page-wraper .product .product-banner .words-container .subtitle .subtitle-item .item-text {
		font-size: 18px;
		line-height: 44px
	}
}

.product-sigle-page-wraper .product .platform-data {
	background: url(/static/media/çŸ©å½¢\ 2.7ec9c733.png);
	background-size: contain;
	height: 500px;
	width: 100%
}

.product-sigle-page-wraper .product .platform-data .data-title {
	width: 100%;
	height: 28px;
	font-size: 30px;
	font-weight: 700;
	color: #333;
	line-height: 120px;
	text-align: center;
	padding-top: 60px
}

.product-sigle-page-wraper .product .platform-data .data-container {
	max-width: 1200px;
	height: 268px;
	background: #fff;
	margin: 120px auto 0;
	padding: 0 25px;
	display: flex;
	justify-content: space-around
}

.product-sigle-page-wraper .product .platform-data .data-container .data-item {
	padding-top: 80px;
	max-width: 182px
}

.product-sigle-page-wraper .product .platform-data .data-container .data-item .data {
	height: 47px;
	font-size: 60px;
	font-weight: 700;
	color: #ed7209;
	line-height: 47px;
	text-align: center
}

.product-sigle-page-wraper .product .platform-data .data-container .data-item .data-name {
	width: 100%;
	height: 17px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 17px;
	margin-top: 44px;
	text-align: center
}

.product-sigle-page-wraper .product .platform-data .data-container .data-line {
	width: 1px;
	height: 98px;
	background: #e6e6e6;
	margin-top: 89px
}

@media screen and (max-width:1220px) {
	.product-sigle-page-wraper .product .platform-data {
		height: 400px
	}

	.product-sigle-page-wraper .product .platform-data .data-title {
		padding-top: 60px
	}

	.product-sigle-page-wraper .product .platform-data .data-container {
		margin: 120px auto 0;
		height: 195px
	}

	.product-sigle-page-wraper .product .platform-data .data-container .data-item {
		padding-top: 40px
	}

	.product-sigle-page-wraper .product .platform-data .data-container .data-item .data {
		font-size: 50px
	}

	.product-sigle-page-wraper .product .platform-data .data-container .data-line {
		margin-top: 40px
	}
}

@media screen and (max-width:768px) {
	.product-sigle-page-wraper .product .platform-data {
		height: 250px
	}

	.product-sigle-page-wraper .product .platform-data .data-title {
		height: 32px;
		font-size: 20px;
		line-height: 36px;
		padding-top: 41px
	}

	.product-sigle-page-wraper .product .platform-data .data-container {
		max-width: 686px;
		height: 140px;
		margin-top: 48px
	}

	.product-sigle-page-wraper .product .platform-data .data-container .data-item {
		padding-top: 26px
	}

	.product-sigle-page-wraper .product .platform-data .data-container .data-item .data {
		font-size: 20px
	}

	.product-sigle-page-wraper .product .platform-data .data-container .data-item .data-name {
		margin-top: 20px;
		font-size: 18px
	}

	.product-sigle-page-wraper .product .platform-data .data-container .data-line {
		margin-top: 36px
	}
}

.product-sigle-page-wraper .product .apply {
	background-color: #fff;
	padding: 0 15px
}

.product-sigle-page-wraper .product .apply .apply-title {
	width: 100%;
	line-height: 28px;
	font-size: 30px;
	font-weight: 700;
	color: #333;
	padding-top: 60px;
	text-align: center
}

.product-sigle-page-wraper .product .apply .apply-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1165px;
	justify-content: space-between;
	margin: 63px auto 0
}

.product-sigle-page-wraper .product .apply .apply-container .apply-item {
	width: 182px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 89px
}

.product-sigle-page-wraper .product .apply .apply-container .apply-item .apply-img {
	max-width: 100%
}

.product-sigle-page-wraper .product .apply .apply-container .apply-item .apply-subtitle {
	width: 100%;
	line-height: 24px;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	text-align: center;
	margin: 30px auto 17px
}

.product-sigle-page-wraper .product .apply .apply-container .apply-item .apply-text {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	line-height: 24px;
	text-align: center
}

@media screen and (max-width:1220px) {
	.product-sigle-page-wraper .product .apply .apply-title {
		padding-top: 30px
	}

	.product-sigle-page-wraper .product .apply .apply-container {
		margin: 30px auto 0
	}

	.product-sigle-page-wraper .product .apply .apply-container .apply-item {
		padding-bottom: 29px
	}

	.product-sigle-page-wraper .product .apply .apply-container .apply-item .apply-img {
		max-width: 50%
	}

	.product-sigle-page-wraper .product .apply .apply-container .apply-item .apply-subtitle {
		margin: 6px auto 17px
	}
}

@media screen and (max-width:768px) {
	.product-sigle-page-wraper .product .apply .apply-title {
		padding-top: 40px;
		font-size: 18px
	}

	.product-sigle-page-wraper .product .apply .apply-container {
		flex-wrap: wrap;
		max-width: 662px;
		margin-top: 31px;
		padding-bottom: 0
	}

	.product-sigle-page-wraper .product .apply .apply-container .apply-item {
		width: 49%
	}

	.product-sigle-page-wraper .product .apply .apply-container .apply-item .apply-subtitle {
		margin: 14px auto;
		font-size: 16px
	}

	.product-sigle-page-wraper .product .apply .apply-container .apply-item .apply-text {
		width: 100%;
		min-height: 57px;
		font-size: 14px;
		line-height: 28px
	}
}

.product-sigle-page-wraper .product .function {
	background: url("/static/media/çŸ©å½¢ 2(1).33251cbb.png");
	width: 100%;
	height: 500px
}

.product-sigle-page-wraper .product .function .function-structure {
	background: url(/static/media/ç»„\ 50.15b003fd.png) no-repeat;
	background-size: contain;
	height: 340px;
	max-width: 1200px;
	margin: auto;
	position: relative;
	top: 80px
}

.product-sigle-page-wraper .product .function .function-structure .text-center {
	margin: auto;
	text-align: center;
	padding-top: 124px
}

.product-sigle-page-wraper .product .function .function-structure .text-center .center-title {
	line-height: 28px;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #fff;
	margin-bottom: 27px
}

.product-sigle-page-wraper .product .function .function-structure .text-center .center-subtitle {
	line-height: 22px;
	font-size: 22px;
	font-weight: 400;
	color: #fff
}

@media screen and (max-width:992px) {
	.product-sigle-page-wraper .product .function .function-structure .text-center {
		padding-top: 90px
	}
}

.product-sigle-page-wraper .product .function .function-structure .all-text .above-text {
	margin: 55px 0 81px
}

.product-sigle-page-wraper .product .function .function-structure .all-text .function-text {
	max-width: 238px
}

.product-sigle-page-wraper .product .function .function-structure .all-text .function-text .text-title {
	line-height: 17px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 18px
}

.product-sigle-page-wraper .product .function .function-structure .all-text .function-text .text-words {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 24px
}

.product-sigle-page-wraper .product .function .function-structure .left-text {
	text-align: right;
	position: absolute;
	top: 0
}

.product-sigle-page-wraper .product .function .function-structure .left-text .function-text {
	margin-left: 81px
}

.product-sigle-page-wraper .product .function .function-structure .right-text {
	margin-right: 78px;
	position: absolute;
	right: 0;
	top: 0
}

@media screen and (max-width:1220px) {
	.product-sigle-page-wraper .product .function .function-structure .all-text .above-text {
		margin: 39px 0 59px
	}

	.product-sigle-page-wraper .product .function .function-structure .left-text .function-text {
		margin-left: 47px
	}

	.product-sigle-page-wraper .product .function .function-structure .right-text {
		margin-right: 47px
	}
}

@media screen and (max-width:768px) {
	.product-sigle-page-wraper .product .function {
		height: 530px
	}

	.product-sigle-page-wraper .product .function .function-structure {
		background: url(/static/media/ç»„\ 60.27a1abe4.png) no-repeat 50%;
		background-size: 40%;
		max-width: 687px;
		top: -5%;
		display: block
	}

	.product-sigle-page-wraper .product .function .function-structure .text-center {
		width: 100%;
		padding-top: 124px
	}

	.product-sigle-page-wraper .product .function .function-structure .text-center .center-title {
		font-size: 20px
	}

	.product-sigle-page-wraper .product .function .function-structure .text-center .center-subtitle {
		font-size: 18px
	}

	.product-sigle-page-wraper .product .function .function-structure .left-text {
		top: 84%
	}

	.product-sigle-page-wraper .product .function .function-structure .left-text .function-text {
		margin-left: 0
	}

	.product-sigle-page-wraper .product .function .function-structure .right-text {
		top: 84%;
		margin-right: 0
	}

	.product-sigle-page-wraper .product .function .function-structure .all-text .above-text {
		margin-top: 0;
		margin-bottom: 31px
	}

	.product-sigle-page-wraper .product .function .function-structure .all-text .function-text {
		max-width: 323px;
		min-height: 110px;
		background: linear-gradient(-90deg, rgba(237, 109, 0, .11), #559ee2);
		border-radius: 31px;
		text-align: left;
		margin-bottom: 31px
	}

	.product-sigle-page-wraper .product .function .function-structure .all-text .function-text .text-title {
		padding-top: 15px;
		padding-left: 10px;
		height: 23px;
		font-size: 16px;
		margin-bottom: 22px
	}

	.product-sigle-page-wraper .product .function .function-structure .all-text .function-text .text-words {
		padding: 0 15px;
		font-size: 14px;
		font-weight: 400;
		color: #fff;
		line-height: 18px
	}
}

@media screen and (max-width:444px) {
	.product-sigle-page-wraper .product .function .function-structure {
		top: -15%
	}

	.product-sigle-page-wraper .product .function .function-structure .all-text {
		top: 72%
	}

	.product-sigle-page-wraper .product .function .function-structure .all-text .function-text {
		max-width: 185px;
		min-height: 124px
	}
}

.product-sigle-page-wraper .product .plugin {
	min-height: 500px;
	width: 100%;
	background-color: #fff
}

.product-sigle-page-wraper .product .plugin .plugin-container {
	display: flex;
	max-width: 1212px;
	margin: auto
}

.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left {
	padding-top: 66px
}

.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left .plugin-item {
	display: flex;
	min-height: 138px;
	margin-bottom: 74px
}

.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left .plugin-item .plugin-img {
	max-width: 100%;
	max-height: 106px;
	margin: auto 0
}

.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left .plugin-item .plugin-line {
	width: 3px;
	height: 138px;
	background: #ed7209;
	margin: 0 37px 0 33px
}

.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left .plugin-item .plugin-text .plugin-title {
	height: 29px;
	font-size: 29px;
	font-weight: 700;
	color: #333;
	line-height: 29px;
	margin-bottom: 30px
}

.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left .plugin-item .plugin-text .plugin-words {
	max-width: 584px;
	min-height: 77px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 28px
}

.product-sigle-page-wraper .product .plugin .plugin-container .plugin-right {
	background: url(/static/media/ç»„\ 59.405e83b9.png) no-repeat;
	background-size: contain;
	height: 350px;
	width: 350px;
	margin: 75px 6px 0 93px;
	line-height: 350px;
	text-align: center
}

.product-sigle-page-wraper .product .plugin .plugin-container .plugin-right .right-title {
	width: 30%;
	height: 98px;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 50px;
	display: inline-block;
	vertical-align: middle
}

@media screen and (max-width:1220px) {
	.product-sigle-page-wraper .product .plugin {
		min-height: 317px
	}

	.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left {
		padding-top: 17px
	}

	.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left .plugin-item {
		margin-bottom: 10px
	}

	.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left .plugin-item .plugin-line {
		margin: 0 5px
	}

	.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left .plugin-item .plugin-text .plugin-title {
		margin-bottom: 10px
	}

	.product-sigle-page-wraper .product .plugin .plugin-container .plugin-right {
		max-width: 246px;
		height: 246px;
		line-height: 246px;
		margin: 33px 6px 0 93px
	}

	.product-sigle-page-wraper .product .plugin .plugin-container .plugin-right .right-title {
		font-size: 31px;
		line-height: 30px
	}
}

@media screen and (max-width:768px) {
	.product-sigle-page-wraper .product .plugin {
		padding: 0 15px 20px
	}

	.product-sigle-page-wraper .product .plugin .plugin-container {
		display: block
	}

	.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left .plugin-item {
		padding-top: 15px
	}

	.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left .plugin-item .plugin-img {
		width: 10%;
		margin-top: 16px
	}

	.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left .plugin-item .plugin-line {
		width: 3px;
		min-height: 111px;
		background: #ed7209;
		margin: 0 15px
	}

	.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left .plugin-item .plugin-text .plugin-title {
		font-size: 16px;
		height: 18px;
		margin-bottom: 15px
	}

	.product-sigle-page-wraper .product .plugin .plugin-container .plugin-left .plugin-item .plugin-text .plugin-words {
		font-size: 14px;
		font-weight: 400;
		color: #333;
		line-height: 18px
	}

	.product-sigle-page-wraper .product .plugin .plugin-container .plugin-right {
		margin: 0 auto;
		max-width: 258px;
		max-height: 358px
	}

	.product-sigle-page-wraper .product .plugin .plugin-container .plugin-right .right-title {
		width: 82px;
		height: 100px;
		font-size: 28px;
		font-family: Microsoft YaHei;
		font-weight: 700;
		color: #fff;
		line-height: 50px
	}
}

.product-sigle-page-wraper .product .arm {
	min-height: 500px;
	max-width: 100%;
	background-color: #f7f7f7;
	text-align: center
}

.product-sigle-page-wraper .product .arm .arm-title {
	width: 100%;
	height: 29px;
	font-size: 30px;
	font-weight: 700;
	color: #333;
	line-height: 29px;
	display: inline-block;
	margin: 59px auto 63px
}

.product-sigle-page-wraper .product .arm .arm-use {
	display: flex;
	max-width: 1200px;
	justify-content: space-between;
	margin: 0 auto
}

.product-sigle-page-wraper .product .arm .arm-use .arm-item {
	width: 31.5%;
	min-height: 270px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 40px
}

.product-sigle-page-wraper .product .arm .arm-use .arm-item .arm-img {
	width: 80px;
	height: 80px;
	margin: 40px auto 34px
}

.product-sigle-page-wraper .product .arm .arm-use .arm-item .arm-subtitle {
	width: 100%;
	height: 24px;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	line-height: 24px;
	margin-bottom: 20px
}

.product-sigle-page-wraper .product .arm .arm-use .arm-item .arm-words {
	width: 100%;
	height: 38px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	line-height: 21px;
	text-align: center
}

@media screen and (max-width:1220px) {
	.product-sigle-page-wraper .product .arm {
		min-height: 317px
	}

	.product-sigle-page-wraper .product .arm .arm-title {
		margin: 9px auto
	}

	.product-sigle-page-wraper .product .arm .arm-use .arm-item {
		min-height: 250px
	}

	.product-sigle-page-wraper .product .arm .arm-use .arm-item .arm-img {
		margin: 15px 10px
	}
}

@media screen and (max-width:768px) {
	.product-sigle-page-wraper .product .arm {
		padding: 0 15px
	}

	.product-sigle-page-wraper .product .arm .arm-title {
		margin: 20px auto;
		font-size: 18px
	}

	.product-sigle-page-wraper .product .arm .arm-use {
		flex-direction: column
	}

	.product-sigle-page-wraper .product .arm .arm-use .arm-item {
		width: 100%;
		min-height: 110px;
		max-width: 686px;
		flex-direction: row;
		margin: 0 auto 15px;
		padding: 0 0 0 15px
	}

	.product-sigle-page-wraper .product .arm .arm-use .arm-item .arm-img {
		width: 8%;
		height: 8%
	}

	.product-sigle-page-wraper .product .arm .arm-use .arm-item .arm-text .arm-subtitle {
		max-width: 100%;
		height: 25px;
		font-size: 16px;
		font-weight: 700;
		color: #333;
		text-align: left;
		margin-bottom: 5px
	}

	.product-sigle-page-wraper .product .arm .arm-use .arm-item .arm-text .arm-words {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #666;
		line-height: 18px;
		text-align: left
	}
}

.product-type-platform {
	position: relative;
	height: 0
}

.product-type-platform .typeSwiper {
	position: relative;
	overflow: hidden;
	transform: translateY(-50%);
	padding-bottom: 12px
}

.product-type-platform .typeSwiper .product-type-item {
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	padding: 12px 0 16px
}

.product-type-platform .typeSwiper .product-type-item .product-type-image {
	margin: auto
}

.product-type-platform .typeSwiper .product-type-item .product-type-image .iconfont {
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color: #666
}

.product-type-platform .typeSwiper .product-type-item .product-type-image .iconproduct_icon_nophoto {
	font-size: 60px;
	opacity: .4
}

.product-type-platform .typeSwiper .product-type-item .product-type-title {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 22px
}

.product-type-platform .typeSwiper .product-type-item:hover .product-type-image .iconfont,
.product-type-platform .typeSwiper .product-type-item:hover .product-type-title {
	color: #559ee2
}

.product-type-platform .typeSwiper .active-item {
	background-color: #559ee2
}

.product-type-platform .typeSwiper .active-item .product-type-image .iconfont,
.product-type-platform .typeSwiper .active-item .product-type-title,
.product-type-platform .typeSwiper .active-item:hover .product-type-image .iconfont,
.product-type-platform .typeSwiper .active-item:hover .product-type-title {
	color: #fff
}

.product-type-platform .typeSwiper .active-item .arrow {
	border-top: 24px solid #559ee2;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	width: 40px;
	height: 24px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%)
}

.product-type-platform .typeSwiper .product-type-next,
.product-type-platform .typeSwiper .product-type-prev {
	background: #fff;
	width: 48px;
	height: calc(100% - 12px);
	top: 0;
	margin-top: 0
}

.product-type-platform .typeSwiper .product-type-next .iconfont,
.product-type-platform .typeSwiper .product-type-prev .iconfont {
	font-size: 24px;
	color: #333
}

.product-type-platform .typeSwiper .product-type-next:after,
.product-type-platform .typeSwiper .product-type-prev:after {
	content: ""
}

.product-type-platform .typeSwiper .product-type-next {
	right: 0;
	box-shadow: -1px 0 48px -6px #ddd
}

.product-type-platform .typeSwiper .product-type-prev {
	left: 0;
	box-shadow: 1px 0 48px -6px #ddd
}

.product-type-platform .typeSwiper .swiper-button-disabled {
	display: none
}

@media screen and (max-width:992px) {
	.product-type-platform .typeSwiper .product-type-item {
		padding: 10px 0 14px
	}

	.product-type-platform .typeSwiper .product-type-item .product-type-image .iconfont {
		font-size: 60px;
		line-height: 60px
	}

	.product-type-platform .typeSwiper .product-type-item .product-type-image .iconproduct_icon_nophoto {
		font-size: 44px
	}

	.product-type-platform .typeSwiper .product-type-item .product-type-title {
		font-size: 12px
	}

	.product-type-platform .typeSwiper .product-type-next,
	.product-type-platform .typeSwiper .product-type-prev {
		width: 38px
	}
}

@media screen and (max-width:767px) {
	.product-type-platform .typeSwiper .product-type-item {
		padding: 10px 0
	}

	.product-type-platform .typeSwiper .product-type-item .product-type-image .iconfont {
		font-size: 40px;
		line-height: 40px
	}

	.product-type-platform .typeSwiper .product-type-item .product-type-image .iconproduct_icon_nophoto {
		font-size: 36px
	}

	.product-type-platform .typeSwiper .product-type-next,
	.product-type-platform .typeSwiper .product-type-prev {
		width: 28px
	}

	.product-type-platform .typeSwiper .product-type-next .iconfont,
	.product-type-platform .typeSwiper .product-type-prev .iconfont {
		font-size: 18px
	}
}