.product-banner {
	width: 100%;
	height: 560px
}

.product-banner .banner-box {
	text-align: center;
	padding: 72px 15px 50px
}

.product-banner .banner-box h1 {
	font-size: 40px;
	font-weight: 600;
	color: #333;
	line-height: 56px
}

.product-banner .banner-box p {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 22px;
	margin-top: 20px
}

@media screen and (max-width:1200px) {
	.product-banner {
		height: 480px;
		background-size: cover !important
	}

	.product-banner .banner-box {
		padding: 40px 10px
	}

	.product-banner .banner-box h1 {
		font-size: 32px;
		line-height: 44px
	}

	.product-banner .banner-box p {
		font-size: 14px;
		line-height: 20px
	}
}

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

	.product-banner .banner-box {
		padding: 30px 10px
	}

	.product-banner .banner-box h1 {
		font-size: 24px;
		line-height: 36px
	}

	.product-banner .banner-box p {
		font-size: 14px;
		margin-top: 10px
	}
}

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

	.product-banner .banner-box {
		padding: 20px 10px
	}

	.product-banner .banner-box h1 {
		font-size: 22px;
		line-height: 30px
	}

	.product-banner .banner-box p {
		font-size: 14px;
		margin-top: 5px
	}
}

.product-center {
	width: 100%;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	padding: 0px 0 50px;
	box-sizing: border-box
}

.product-center .product-menu {
	width: 20%;
	min-width: 230px;
	margin-right: 16px
}

.product-center .product-menu .menu-title {
	padding: 20px 32px;
	border-bottom: 1px solid #d8d8d8;
	background-color: #fff
}

.product-center .product-menu .menu-title .iconfont {
	font-size: 16px
}

.product-center .product-menu .menu-title .title {
	font-size: 20px;
	line-height: 28px;
	margin-left: 12px
}

.product-center .product-menu .menu-list {
	padding: 32px 32px 64px;
	background-color: #fff
}

.product-center .product-menu .menu-list .secondary-menu .secondary-li {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 26px;
	cursor: pointer
}

.product-center .product-menu .menu-list .secondary-menu .secondary-li .secondary-li-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	transition: all .4s cubic-bezier(.26, .63, .26, .88)
}

.product-center .product-menu .menu-list .secondary-menu .secondary-li .secondary-li-item.active span {
	color: #ff2c24
}

.product-center .product-menu .menu-list .secondary-menu .secondary-li .iconfont {
	color: #999;
	font-size: 14px
}

.product-center .product-menu .menu-list .secondary-menu .secondary-li span {
	display: inline-block
}

.product-center .product-menu .menu-list .secondary-menu .secondary-li .title {
	margin-left: 10px
}

.product-center .product-menu .menu-list .secondary-menu .secondary-li .ReactCollapse--content {
	padding-top: 26px
}

.product-center .product-menu .menu-list .secondary-menu .secondary-li .level-menu {
	padding-left: 26px
}

.product-center .product-menu .menu-list .secondary-menu .secondary-li .level-menu .ReactCollapse--collapse {
	width: 100%;
	transition: height .4s cubic-bezier(.26, .63, .26, .88)
}

.product-center .product-menu .menu-list .secondary-menu .secondary-li .level-menu .level-li {
	font-size: 15px;
	line-height: 22px;
	color: #666;
	margin-bottom: 16px
}

.product-center .content {
	width: 100%
}

.product-center .content .product-table {
	max-width: 100%;
	background-color: #fff;
	padding: 24px
}

.product-center .content .product-table .ant-table-wrapper table tbody tr:nth-child(2n-1) {
	background: #f8f8f8
}

.product-center .content .product-table .ant-table-wrapper table tbody tr:nth-child(2n-1) .tabName {
	padding: 10px 22px;
	box-sizing: border-box;
	word-break: break-all;
	background: #fff
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName {
	font-size: 18px;
	color: #333;
	line-height: 22px;
	word-break: break-all;
	text-align: center;
	padding: 10px 22px
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName-td {
	padding: 10px 16px
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName-td .td-content {
	display: flex;
	justify-content: space-between;
	height: 26px;
	overflow: hidden
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr-name {
	flex-shrink: 0;
	width: 200px;
	display: flex;
	justify-content: left
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr-name h4 {
	min-width: 96px;
	font-size: 16px;
	color: #333;
	line-height: 22px;
	font-weight: 400;
	margin-right: 20px
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr-name button {
	background: #ff2c24;
	border-radius: 4px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	width: 52px;
	height: 26px;
	padding: 2px 10px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border: none
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr-name .button-active {
	color: #333;
	border: none;
	background: transparent !important
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr {
	flex-grow: 1
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr .ant-checkbox-wrapper {
	min-width: 120px;
	width: 25%;
	margin-left: 0;
	margin-bottom: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr .ant-checkbox-wrapper .ant-checkbox+span {
	font-size: 16px
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr .ant-checkbox-wrapper .ant-checkbox-checked+span {
	color: #ff2c24
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName-td .td-content .product-btn-more {
	flex-shrink: 0;
	width: 78px;
	display: flex;
	align-items: center;
	justify-content: center
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName-td .td-content .product-btn-more p {
	color: #3385ff;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 0
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName-td .td-content .product-btn-more-active {
	align-items: flex-end
}

.product-center .content .product-table .ant-table-wrapper table tbody tr .tabName-td .td-content-active {
	height: auto
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr:nth-child(2n-1) {
	background: #f8f8f8
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr:nth-child(2n-1) .tabName {
	padding: 10px;
	box-sizing: border-box;
	word-break: normal;
	background: #fff
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName {
	font-size: 18px;
	color: #333;
	line-height: 22px;
	word-break: normal;
	text-align: center;
	padding: 10px 22px
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName-td {
	padding: 10px 16px
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName-td .td-content {
	display: flex;
	justify-content: space-between;
	height: 26px;
	overflow: hidden
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr-name {
	flex-shrink: 0;
	width: 275px;
	display: flex;
	justify-content: left
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr-name h4 {
	min-width: 150px;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #333;
	line-height: 22px;
	font-weight: 400;
	margin-right: 20px
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr-name button {
	background: #ff2c24;
	border-radius: 4px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	width: 80px;
	height: 26px;
	padding: 2px 10px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border: none
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr-name .button-active {
	color: #333;
	border: none;
	background: transparent !important
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr {
	flex-grow: 1
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr .ant-checkbox-wrapper {
	min-width: 120px;
	width: 25%;
	margin-left: 0;
	margin-bottom: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr .ant-checkbox-wrapper .ant-checkbox+span {
	font-size: 16px
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName-td .td-content .product-attr .ant-checkbox-wrapper .ant-checkbox-checked+span {
	color: #ff2c24
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName-td .td-content .product-btn-more {
	flex-shrink: 0;
	width: 78px;
	display: flex;
	align-items: center;
	justify-content: center
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName-td .td-content .product-btn-more p {
	color: #3385ff;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 0
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName-td .td-content .product-btn-more-active {
	align-items: flex-end
}

.product-center .content .product-table.product-table-en .ant-table-wrapper table tbody tr .tabName-td .td-content-active {
	height: auto
}

.product-center .content .product-content {
	margin-top: 20px
}

.product-center .content .pagination {
	margin-bottom: 10px;
	text-align: center
}

.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: 20px auto 0;
	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: 10px 0
}

.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;
	box-sizing:border-box;
}

.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
	}
}

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

.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%;
	animation: rotate 2s linear infinite
}

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

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

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

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

.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: #ff2c24
}

.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
	}
	.product-center{padding: 0;}
}

.product-no-data {
	margin: auto;
	text-align: center
}

.product-no-data .no-data-img {
	width: 200px
}

.product-no-data .main-title {
	font-size: 22px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	margin-top: 24px
}

.product-no-data .sub-title {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 22px;
	margin-top: 12px;
	margin-bottom: 80px
}

@media screen and (max-width:1024px) {
	.product-no-data .main-title {
		font-size: 18px;
		line-height: 26px;
		margin-top: 15px
	}

	.product-no-data .sub-title {
		font-size: 14px;
		line-height: 20px;
		margin-top: 8px
	}
}

@media screen and (max-width:576px) {
	.product-no-data .no-data-img {
		width: 150px
	}
}

.filter-main-item {
	margin-top: 24px
}

.filter-main-item .filter-main-title {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.filter-main-item .filter-main-title .filter-name {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	line-height: 20px
}

.filter-main-item .filter-main-title .collapse-btn {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	line-height: 17px;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.filter-main-item .filter-main-title .collapse-btn i {
	color: #999;
	font-size: 12px;
	padding: 4px
}

.filter-main-item .filter-sub-container.filter-1 .filter-col {
	min-height: 48px
}

.filter-main-item .filter-sub-container .filter-col {
	min-height: 96px;
	position: relative;
	width: 100%;
	transition: height .4s ease
}

.filter-main-item .filter-sub-container .filter-sub-wrap {
	overflow: hidden;
	margin-left: -6px;
	margin-right: -6px
}

.filter-main-item .filter-sub-container .filter-sub-wrap .subItem {
	float: left;
	margin-top: 12px;
	margin-right: 6px;
	margin-left: 6px;
	min-width: 109px;
	background: #f4f4f4;
	border-radius: 2px;
	border: 1px solid #f4f4f4;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 20px;
	padding: 7px 5px;
	text-align: center;
	cursor: pointer
}

.filter-main-item .filter-sub-container .filter-sub-wrap .subItem.active {
	border: 1px solid #ff2c24;
	color: #ff2c24;
	background: rgba(255, 44, 36, .08)
}

@media screen and (max-width:576px) {
	.filter-main-item .filter-sub-container .filter-sub-wrap .subItem {
		min-width: calc(33.3333% - 12px)
	}
}

.product-table-mobile {
	transition: all .4s cubic-bezier(.19, 1, .22, 1)
}

.product-table-mobile .tools {
	position: relative
}

.product-table-mobile .tools.active {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 20
}

.product-table-mobile .tools .operation-bar {
	background: #fff;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row
}

.product-table-mobile .tools .operation-bar>li {
	width: 50%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center
}

.product-table-mobile .tools .operation-bar>li .click {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.product-table-mobile .tools .operation-bar>li .click.active .content,
.product-table-mobile .tools .operation-bar>li .click.active .iconfont {
	color: #ff2c24
}

.product-table-mobile .tools .operation-bar>li .click.rotate .iconicon_arrow_down {
	transform: scale(.5) rotate(-180deg)
}

.product-table-mobile .tools .operation-bar>li .click .content {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #333;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.product-table-mobile .tools .operation-bar>li .click .iconicon_arrow_down {
	font-size: 12px;
	transform: scale(.5);
	transition: all .4s cubic-bezier(.19, 1, .22, 1)
}

.product-table-mobile .tools .operation-bar>li .click .iconicon_screening {
	font-size: 12px;
	font-weight: 600
}

.product-table-mobile .filter-main-col {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	transition: height .4s cubic-bezier(.26, .63, .26, .88);
	z-index: 20
}

.product-table-mobile .cate-list {
	background: #fff;
	overflow-y: auto
}

.product-table-mobile .cate-list .cate-item {
	border-top: 1px solid #ededed
}

.product-table-mobile .cate-list .cate-item .cate-item-name {
	background: #fff;
	padding: 12px 0 12px 32px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center
}

.product-table-mobile .cate-list .cate-item .cate-item-name>a {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 20px;
	width: calc(100% - 65px);
	cursor: pointer
}

.product-table-mobile .cate-list .cate-item .cate-item-name>a.active {
	color: #ff2c24
}

.product-table-mobile .cate-list .cate-item .cate-item-name>.iconfont {
	font-size: 14px;
	padding: 0 24px;
	width: 65px;
	cursor: pointer
}

.product-table-mobile .cate-list .cate-item .ReactCollapse--collapse {
	position: relative;
	width: 100%;
	transition: height .4s cubic-bezier(.26, .63, .26, .88)
}

.product-table-mobile .cate-list .cate-item .ReactCollapse--collapse:after {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 2
}

.product-table-mobile .cate-list .cate-item .ReactCollapse--collapse .cate-sub-item {
	padding: 8px 48px;
	background: #f4f4f4
}

.product-table-mobile .cate-list .cate-item .ReactCollapse--collapse .cate-sub-item:first-child {
	padding-top: 16px
}

.product-table-mobile .cate-list .cate-item .ReactCollapse--collapse .cate-sub-item:last-child {
	padding-bottom: 16px
}

.product-table-mobile .cate-list .cate-item .ReactCollapse--collapse .cate-sub-item>a {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	line-height: 20px
}

.product-table-mobile .cate-list .cate-item .ReactCollapse--collapse .cate-sub-item>a.active {
	color: #ff2c24
}

.product-table-mobile .filter-list {
	background: #fff;
	overflow: hidden;
	border-top: 1px solid #ededed;
	padding: 0 14px 24px;
	overflow-y: auto
}

.product-table-mobile .proudct-list {
	margin: 10px 10px 20px;
	min-height: 250px
}

.product-table-mobile .pagination {
	margin-bottom: 60px
}

.product-table-mobile .fixed-btns {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 20;
	overflow: hidden;
	border-top: 1px solid #ededed;
	transition: all .4s ease
}

.product-table-mobile .fixed-btns.show {
	height: 44px
}

.product-table-mobile .fixed-btns .fbtn {
	float: left;
	width: 50%;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding: 12px 10px;
	cursor: pointer
}

.product-table-mobile .fixed-btns .reset {
	color: #333;
	background: #fff
}

.product-table-mobile .fixed-btns .filter {
	color: #fff;
	background: #ff2c24
}

.productDetail {
	padding-bottom: 72px
}

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

@media screen and (max-width:1024px) {
	.productDetail {
		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
}

.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
}

.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 #ff2c24
}

.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
	}
}

@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-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: #ff2c24
}

.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: #ff2c24
}

.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%
}

@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
	}
}

.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 .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, #ed6d00, 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: 22px;
	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: #ed6d00;
	text-align: center
}

.product .system-framework .system-item {
	width: 100%;
	margin: auto;
	padding-top: 40px
}

.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 .product-text {
	width: 50%;
	padding: 5% 5% 2% 13%;
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	color: #565656
}

.product .product-items .product-text:nth-child(2n) {
	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
}

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

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

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

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

@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: 480px
	}

	.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, #ed6d00, 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-reverse
	}

	.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: 416px
	}

	.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: 300px
	}

	.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: 12px
	}

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

	.product .product-items .product-text .item-title {
		font-size: 14px;
		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,iVBORw0KGgoAAAANSUhEUgAAAoMAAABCCAYAAAAsRdy2AAAPYklEQVR4Xu2dzY7USBCEa36YFYw4cePEnWfjHXhJXoEbQkIILX/jlV0/jszKsqsZDdJK3152utxtm5qacnREZOTVp3dpSfm/+v/yshu79Lh5/yLnv7LX8ufV13/954n7jO5pH1vKPF6Z+YzmeDxWzrHIOa7LnMn9je9j7h789fPrg2vXNRLcg/ls2u87vsb++w+vWf+tp9er16n/Xn/e+lrmo81pGfPXatf0c6jXGl3XfWa7lhu7dve66HF/3ug60TXk97bOvb9G9zsN7qvdp85Zub6fs+0aD26d+3UTXWPwme326791NAcppdE1t3V7cK9tQzu7ZzmP/72th4bX17/1eh/R3+BTXV/vu16/Xmu78fK70jE3z7rXtL/f+v76+fX3VMZu9N/s3xccW+Qcyc/Deo9lzLyvnkfuux2Xsdv6vuA+ZS+Kr/Fb9uny+fBe9dzBZ5KM3eq/9aacX46b80fXj86/zn091zpfv/b7vmT8Ts9xK//2n3K+wfj2dyqfX+Qeko7L5xc5b9Lzruf6Idd8Jj9/t1jkXo/dOZzyr3zOHVv02D/2c8s399odf3gu5/1q3/vwwr3+0mOn3/d27Ndn+/rNywBvvXJjH4P3vA7GPgRjb4Ox9/2YYrErwGB7VGzABDCYF0wERE/BWf8ABAwCBhtQ60DADowBg3UbeiQYbqAYMJj3njNgChjMKw8waEgpwKBygj1bCDM4nhOYQcdOlaUEGAQMAgbrvgozmGcCZnB/XsAMZkEKZjAlmMGOuvzr0rACF5hBmMFtc0ImXo6kV2Ti3VJh2Cdk4nM2DjAIGEQm7sk1wCBgUAjZU98ensH8RdJIQHgGm9cTz2BZG3/Ts4dnMP89Vq/cmTQLGAQMAgYBg9nGYQAgBSQ7GgQMbs+Utj68j9PKzhSQ7F47AT8UkAxYu6eSaQGDgEEKSNpzfKGAJFFAYj2HBuRNyK/108jEVBMb0DesXgYMAgZd4UVU+dy2JcDgvrdSTZyXBQUkFJCs3x2pJk5UEztWbgK0RmCVAhIKSIxUu00H0TJWzidaJrQ3hLEugcw9E61DNXGp8puVogGDgEHAYHZdES3T0CDRMgLoiJZxvkRyBq0v8YxlI2dwGG3SCk4CBcAf0+IUwGBK5AyW5xU5g3kiyBlMiZxBC+K0IvgxP8MMUk28YWKqiakmzgbnxvoTOk3o9LY3EDq9PWIJnc5I44HQ6bwedpX1sCp4Jsy5ngrPIJ5BPIMKRLRamg4kO0CT0Go6kFgmu3YK2TZVOpCUp3b5oqsdQpCJkYmRiZGJIzALMwgzCDNYqnFpRwczqGCSdnSZAYEZhBkUFgxmME8GzKCfh7m+wDp3/RzCDMIMwgx2nrsZzxzVxOXLHO3ohp7N097AUR9lehPnBz69iRO9iS3wO5N0PVBEJh6DZ8CgA7/kDB6EaiMTIxP3kUr7nFQ2FzAIGBTglkrByZ2OSR4gvYmtzY3exEJ9lh+PmD+YQReOXLjSfhOK3nc0BjMIMwgzCDOoa2C1/h1E87RCF8Bg3oaJljEsHmDQgr3lm3tNziDRMoJ/iZbJ8D7Pg1ZRznYE6SVy2zGkB8D5OMxgZnY84xOFasMMwgzCDKYkzOdtnQ+VcgGDgEGNnXFgDzCYkY92gyNncEeDgEHAYGO7iZbZwWnkwxuxVO295AySM7j+NRVQZnx6s0CtgjwBfuQMlgcWOYN5IsgZJGfQM3onsvZ0XA3VxDCDGyIkZ5CcwVmZlt7EeX+tzJzOB2Awz41UIJ8WsETVyq54o8q+214VeANH43gGM1KAGYQZbMzPCDwCBgGDgEGiZap1gdBpAXlEy2QgQbRMngdhJ5NWGUthyvJTvHlasLJ+/sd+bHkmP3+3fr57PXbn8oxhBmEGYQbDWB/jwdMHmcQAHfv48AxmuwDMIMwgzKBl/ACDgEGiZYiWcZmCFYuRM1hY5wZOyRnUoF4KSNx6uNZuIh50UkDSF4fMtIMT0EbOIDmD25e5WV8iHUjyo0sYvGUQOeOlZ5jBPHWETnsQ1OcQKlAkZ3A8X+QMUk1MNXEFfSNAPBmtAhgEDAIGy8OGnMH2bF2oJk7pfdcymGriI4kZzyCeQWRiPIN4BvdK4FYYgkyMTIxMjEyMTNxQdSSN72PIxMjE2tMXmXhfDwehySaSJpd5ETo961nU9xE6nQEbMjE5g+QMCu+VYAbLbBAtMwp89uMUkFBAUsGYgloH0MgZjAFrLdrqCpA2c1HcZlAD3ofB45Myebs+7ehoR4dMjEyscBCZOH9RPJKGFTAiEyMTIxMjE1/ETJIzSM6gFKLcSieUFrlCzmBKRMs0GPLmZe/fS6/c2MfgPa+DsQ/B2NtgDDAIGHTsKNEywnJdDxhTomXoQLL93cxUMwMGAYOAwZ2FI2cw/b63YOzXZ/saMFhQifbDC7yI0yzepRLwzPthBmEGYQZhBmEGKSDZnhdVbte+x4ROZ4aF0Om8RL70LBxg0NoViZbZ58OzcSpdEy1DtAzRMkTL5N3ikdE6eAbzNFJAErepox1dWR/fLIDz0TMPz6Ujylf73ocX7jVg8FB+9T49cgbLGgy8i4BBwCBgEDAIGFxBnPrt6pqQYph2XMZu6/uUvaOamGpiqoktPYdnEM8gnsG9itOHEuMZLHPjOqNsMinVxHgG180jAFk36pP0UmpwzIC8WaAGGLRzH1QHb6zLBeMwgzCDihDVsnf16V2Yn1fff9RuzrN/Rhb2XsAJL97ZNf+Kl3DiPskZHMXU9NlwtKMjZ5CcwbqzES2TZwIwuD9DonZ4kSfxQtA3AomAQcAgYLD374VgFjBIAcm2MDywVS+X93VVcOw+s7GQgEHAIGDQyr+AQcDgusf+EF/eM/n5u/Xk3euxO1esoVKwO7YgEyMTO1n0iMHsWD7AIGAQMEg1MdXEVBMbFpNq4uy3oh0d7ehoR0c7uroGBDBbGRiZ2HQ9gBl0HTdoR2e7YgTdfqgmFuYHzyCewZQSzKAQfIROX1YEAjPY93UVME/odOaKt3mggIQCkke3gyN0mtBpQqcJnRbMRs6gVajJGex9isfFJ857pg+pCloCVk5l8Hz+nqHr33NSBBJdG2bQyqdtnvEMtjXX1k3glxz15t0WJ9EyebcgZ3DfI2EGYQZhBi2qghmEGQQMmjUQym1D9lPAMdEyBXD4LwxEy/w5GIMZhBmEGYQZhBlsM0C0zDwrFzF1+1jgJQIMAgYLL9n7Et26u46AnWffAIM9m/mnzBxgEDAIGAQMAgYBg6a4Zk6iBQzmZWNk7craeR/fsGBlFPHiJXCYwW2eDyVcmEGYwbqVe3mW0Gkr19KbOG/e9Cbe5oHexPow739WsFOf+u2bg6ZeB1XKfyVcuux7RMsMgBOeQVeEQ86g8aJenwUo4xm0VobtqeHWFNXE+/5b5oZ2dCkthE4blZFqYqEc8QziGUQmRiZGJo7B1LYyDlrnta30qcAYMjEyMTIxMjEyMTIxMrGLJ9kfjrSjowMJHUjqFvlUYFS9jhUU12utx6rMq2POYhHG6/iew+tGV8boTVx+qXVuAYOAQcAgYBAwCBgsvCWh0xoR4/2zhE4TOh3J5TKGTIxMvNCOLoOqj6713jqGTIxMjEyMTIxMjEyskrjkXO7sK8xg3ihm+x8H/jwDSCN2lAKSPMcUkGzzQAFJxq6jYg9/bH0jBSTxfPVzSLSMkZepJpZWiI5t87mJq3eOaJlB8PpTybR4BvEMIhMjEyMTIxMjEyMTIxPnNUAHkjIPUcTUU4FRPIMWjMIM5u3oRsiawuLd6ditHP+5/7wMxv05YQYz9oEZhBlU9nNn98gZ3CWrUcu7kzgbcgaHcui6ugid7vMlqSZ27fyaTLruUhSQlKd2AeqSm5iQifPcAAZNnM3DcwHHX6137+GFe/2l9/bRm1hoUp8fiEw8lNWRiZ0sDhgEDEb9tUfZhuqji2Tzti09FTOHTIxMjEyMTIxMjEyMTIxMjEyMTGxAKTLxmI2bLe7wnVDWjTZgOW/r+4JOKTV/Mut5MIPIxEXS/GbZvOUfx/bBDFpq76RAxBeJ0Js4z0jfeaCXS2OJedCeLSs9ZSObOdfcPcQZgAfFK3U9DAs6+uuSM0jOIDmDdVt9KmYSzyCewbrGpMIXz6BIvQ7sLYDB8t1VCns/vZNKxQ4LHlYLAwYjYDYHxACD6jlFJs6AyXvhot7LeAZ3cLn3U8YziGfQ9g+eZR/xDOIZXFkOmMF0BRi0MveEtzGK06GAJGZFYQZhBmEGYQZ3eVfk2lMJF5nYAtygOnjbdi8YRyZGJlbO70oj/wCDgMEyAxm4IRPniBTP8CpLFzF2ARjeihkAg4BBwCBgUBhIE2odMZNRqPWFoG8EEgGDgEHA4D4Do6DsDALOw7FhBkeRMXgGaUdHO7r4y0TEiAVfvIZWgdU3fNDOr32ODiT5Oy0yMTmD/+IZNM6/930EDszgATAEDLqqUCleoYCkMKcwg8sImBA6Tej0qfw7C9SQiZGJU0r3zwTU3TlAo4DPHVsAg7YKBDBYxE+YwT/y763TNp37BzMIMwgzCDOouYtRnAtgcFeXkInzA1oB33cL+ACDgule9+xe+hCMvQ3GAIOAQeMJPOsKgmcQz2D1P1bJMahyhhkcxEjVOSNnMG87gMEM/PAMpqRt7tY/nx/C+AEGU3rlANzHANABBi8DdA78FCtgQ9d4BouHNgSJgEHAIGAwzAsdevboQEIHEjqQ0IFECDza0VmF2oRQT3jx6qcPwdpjgN7MZyfukwISCkhM5XULZ48yAKkmppq47myEThu28NRbiGcQzyCeQYuqYAZhBulAYtaA7fKyhw8fdlVZHz6+d633Q7YiGaJlWgh21O8XmRiZuD2lKsit7eDwDO6EQc0ARCZGJhZY9+ZlIAEjE3eTAjN4INUGreBUBreMlW7KZ17BiVZ4VBNTTbztZ1eJauIqpZf5aPs8nsGdCcYzmBJgcH+e4xls2wRgsEyFZtu4/scX+ftmZN9L34NMTLTMtghhBmEGHdDDM7jn990E7F+CGdweN7d1HtYXgEHAYErp12dLegEGAYPHfsMJdg5mUOTiUd6fZ0EF2CETZ2bPd0Zpr3UNUk1sWC7AIGBw+6IYdQihgIQCEgpI2gyYghHP+E0wbhSQAAa3NTSdawgYTKGfz3sove0AMDhsvfhHHUCoJqaaGDAIGAQMAgYN8I3yxXq/Xu/zy9M4fEhRQCLzU+cJMAgYrNvPAYvZdqinquYFDAIGAYOAwf85GPwPVwwePc7GlG0AAAAASUVORK5CYII=) 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: 355px
	}

	.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: 290px
	}

	.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: 333px
	}

	.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: 35px;
	text-align: center;
	padding-top: 60px
}

.product-sigle-page-wraper .product .platform-data .data-container {
	max-width: 1200px;
	height: 268px;
	background: #fff;
	margin: 89px 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: 317px
	}

	.product-sigle-page-wraper .product .platform-data .data-title {
		padding-top: 30px
	}

	.product-sigle-page-wraper .product .platform-data .data-container {
		margin: 60px 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), #ed6d00);
		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
	}
}
