.productinfo {
	background: #f5f7fa;
	position: relative;
	padding: 20px 0;
}
.productinfo .product-card {
	padding: 28px;
	height: 166px;
	background: #fff;
	border-radius: 12px 12px 0 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eff0f3;
	position: relative;
	z-index: 1;
}
.product-card .fun-group {
    display: none;
}
.product-card .top-content .fun-group {
    display: flex;
}
.productinfo .product-card-left {
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.productinfo .product-card-left .product-card-img {
	width: 110px;
	height: 110px;
	background: #fff;
	border-radius: 16px;
	flex: 0 0 auto;
	margin-right: 20px;
	border: 1px solid rgba(0,0,0,.08);
}
.productinfo .product-card-left .title {
	font-size: 28px;
	font-weight: 600;
	color: #000;
	line-height: 40px;
	margin-bottom: 10px;
	max-width: 678px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.productinfo .product-card-left .comments-box {
	display: block;
	margin-bottom: 10px;
}
.starbox-wrap .starbox, .starbox-wrap {
	display: flex;
	align-items: center;
}
.starbox-wrap .imgbox {
	width: 14px;
	height: 14px;
	margin-right: 4px;
	font-size: 0;
}
.starbox-wrap .star-image {
	width: 100%;
	height: 100%;
 background: url(../images/star-image.png) no-repeat 50%;
	background-size: cover;
}
.productinfo .product-card-right {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.productinfo .product-card-right .interact-box {
	display: flex;
	justify-content: flex-end;
}
.productinfo .product-card-right .interact-box .interact-item {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 26px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.productinfo .product-card-right .interact-box .icon {
	margin-right: 4px;
}
.productinfo .product-card-right .interact-box .interact-item:after {
	content: "";
	display: block;
	width: 1px;
	height: 8px;
	background-color: #d5d5d5;
	margin: 0 20px;
}
.productinfo .product-card-right .op-box {
	display: flex;
	align-items: flex-end;
	margin-top: 24px;
	z-index: 0;
}
.productinfo .product-card-right .op-box .btn {
	width: 145px;
	height: 44px;
	border-radius: 6px;
	border: 1px solid #206cff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #206cff;
	margin-right: 14px;
}
.productinfo .product-card-right .op-box .consult {
	color: #206cff;
	background-color: #fff;
}
.productinfo .product-card-right .op-box .trial {
	color: #fff;
	background: #206cff;
}
.productinfo .product-card-right .op-box .btn:last-child {
	margin-right: 0;
}
.productinfo .detail-nav-wrapper-pc {
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	width: 1208px;
	height: 56px;
	background: #fff;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.productinfo .product-detail {
	display: none;
	align-items: center;
	flex: 0 0 auto;
	margin-right: 24px;
}
.productinfo .product-detail .nav-img {
	width: 40px;
	height: 40px;
	flex: 0 0 auto;
	display: block;
	margin-right: 10px;
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,.08);
}
.productinfo .product-detail .nav-title {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 25px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.productinfo .menu-nav {
	flex: 1;
	margin-left: 0;
	padding: 0 0 0 28px
}
.productinfo .menu-nav .ant-anchor {
	display: flex;
	font-size: 16px;
	padding-left: 0;
	position: relative;
	font-weight: 500;
	color: #333;
	line-height: 22px
}
.productinfo .menu-nav .ant-anchor-ink {
	display: none
}
.productinfo .menu-nav .ant-anchor-link {
	margin-right: 40px;
	padding: 0;
	position: relative
}
.productinfo .menu-nav .ant-anchor-link:last-child {
	margin-right: 0
}
.productinfo .menu-nav .ant-anchor-link .ant-anchor-link-title {
	padding: 16px 4px 15px;
	text-align: center;
	line-height: 25px;
	color: #333
}
.productinfo .menu-nav .ant-anchor-link:before {
	content: "";
	width: 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background: #006bff;
	transition: width .3s ease
}
.productinfo .menu-nav .ant-anchor-link.ant-anchor-link-active {
	color: #206cff;
	position: relative
}
.productinfo .menu-nav .ant-anchor-link.ant-anchor-link-active:before {
	width: 100%
}
.productinfo .menu-nav .ant-anchor-link.ant-anchor-link-active>.ant-anchor-link-title {
	color: #206cff
}
.productinfo .menu-nav .swiper-slide.swiper-slide-active {
	color: #206cff;
	position: relative
}
.productinfo .menu-nav .swiper-slide{width:initial;}
.productinfo .menu-nav .swiper-slide.active:before {
	width: 100%
}
.productinfo .menu-nav .swiper-slide.active>.ant-anchor-link-title {
	color: #206cff
}
.productinfo .fix-op-box {
	display: none;
	align-items: flex-end;
	flex: 0 0 auto
}
.productinfo .fix-op-box .btn {
	width: 120px;
	height: 38px;
	border-radius: 6px;
	border: 1px solid #206cff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #206cff;
	margin-right: 14px;
	cursor: pointer
}
.productinfo .fix-op-box .btn:last-child {
	margin-right: 0
}
.productinfo .fix-op-box .consult {
	color: #206cff;
	background-color: #fff
}
.productinfo .fix-op-box .consult:hover {
	color: #fff;
	background-color: #206cff
}
.productinfo .fix-op-box .consult:hover a{
	color: #fff;
}
.productinfo .fix-op-box .trial {
	color: #fff;
	background: #206cff
}
.space-swiper-wrapper {
	position: relative
}
.space-swiper-wrapper .swiper-container {
	padding: 12px 1px
}
.space-swiper-wrapper .swiper-item {
	cursor: pointer
}
.space-swiper-wrapper:hover .swiper-button {
	display: block
}
.space-swiper-wrapper .swiper-button {
	display: none;
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	z-index: 2;
	outline: none;
	cursor: pointer
}
.space-swiper-wrapper .swiper-button.swiper-button-disabled {
	display: none;
	cursor: not-allowed
}
.space-swiper-wrapper .swiper-button.left {
	left: -15px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAdVBMVEUAAAEAAAAAAAAuT14eQF/m5ub5+flgYGAkJCQAAAEAAwYAAQEAAAEAAAEABwsAFyUAAAAAAgIAAgUAAAAAAwUAAQIAAAAACgwAAQEAAAIAAQEAAQIAAQQAAgIABQjV1dXDw8OYmJhbW1tRUVErKysACgr///8PraydAAAAJnRSTlODgQAFB+n5oI16KnBrcxAJBXVOSjw4CxRlYFtRJiIv3NC5n5uPGX8f7gcAAAKESURBVFjDrdbZctswDEBR0HTachFJ7avdNfn/TyztyEYcRKZE8T5qRmeAkR4Ah+c1U132WgnGhNJ9WU9N4IVnoJOlZiRdShcFnkbBFhLjaSvoasWepmq3AXRVzoLllVsLSsVWpeQq0AxsdYMJg1KwDQkZAF3JNla6Z2DTsc11zTJoNItImyWwzVhUWfs1aBY9mFsUzVdgoxcobJHVDQVdt6yFzc4RsAxwAbL8DMoAFyTlI2gE4TaSwjyAA+E2k8NHUBIvQpQIWkW4CFLZO1gRL0qsbqDLiRcl5m4Ga+JFivUMqjXen5eXvyFRvYOnNd73b29vP4Mznq7guNJ7+xXceryAVqz0Xn5ASBTWg3K/h6L0YIlgrIdg6UG930NRH6DZ41GxgQnBeA/BCeo9HhVrKBCM9xAsoN/jUbEHjWC8h6CGbI9HxQzEIviPemFQwPKAv9HbIKYHBYL7Vwa/crbjp6Z5TkNSUUMPKUXPFZBS9FwFKUXPTZBS9JyBpKIBrlOKmgMvIaFYelBCQlF60Ip0orAe5CNgUacINvILeAIs6ljCTlfQKcAizjlMOQ8eOK8hUTXnhwto8zRebmeQV2nAit9Am6XwMnsHuUwBSo4gH/Z7A5/Bq9iKvZ5or94N5Oe94Jk/grzY5xUcwXfRdnu8zs4egtyoeE8ZjuBdbPNYL2/vHoK+1zzSe+UPIIqtitq3vXkE5KaL+B6GExBFW2z1CoseBX1nsYUTZ84p+Ci2w3pvaD97HiTiUWbruEweiUfAq9hUeZjLq2b2CEjFo62zwHS1PRIPQSL6plEsaWKcjkfiIYjiI9nIQlNNF7JBDj0KUtFnZFX0KhOMiUz1RSWNf0g97D9DnDMfh25sAQAAAABJRU5ErkJggg==) 50%/cover no-repeat
}
.space-swiper-wrapper .swiper-button.right {
	right: -15px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAclBMVEUAAAEAAAAAAAAuT14eQF/m5ub5+flgYGAkJCQAAAEAAwYAAQEAAAEAAAEABwsAFyUAAAAAAgIAAgUAAAAAAwUAAQIAAAAACgwAAQEAAAIAAQEAAQIAAQQAAgIABQjV1dXDw8OYmJhSUlIrKysACgr///88edeZAAAAJXRSTlODgQAFB+n5oI16KnBrcxAJBXVOSjw4CxRlYFtRJiIv3NC5nI8ZTw2TDgAAAoJJREFUWMOt1tmS2yAQQFFwe5KwCNC+2tnG//+LwQ52axkZSXDfUJVO0VU8NDm9rxrKvJWCUcqEbPNyqDw/vAMNzyVdJHNuDoGXntGVWH/ZC5pS0LeJ0uwATZFSb2lhtoJc0E0JvglUHd1cp/wgZ3RHjHtAk9Od5eYdWDV0d021DipJDyTVGlgn9FBJ/TWoVj3iWhXVV2AlVyhslZXVEjTNuuY3G7MAcw/nIfM5yD2cl+RTUDEP5yWZmoCdj/OT3Rjkfs8vcgS18HN+UugXWIy942LxBE068gLE1DiwHHlBYulA4fP+fHx83yKK/+DFe7+ft9u3TeLlAfbeeX/dNor9HdTM55EfHxtFpi3I0QsXuQVzBwaICOYWlOiFi/JEKvRiiBUZHBgkIjiQEr0YYkkyBwaJCGakRS+G2BLpwCARQUkS9GKICWEIbhf/roKMoLdD/L1+xfggQzB8ZGJHTvAU4eFYTkb1LNdG9SyXRfUsV0T1LDdE9SynonqWAxnTk0AgD/ew3II83MO4BTWL5zFtQejd6fAqgvVwBy8EO7QsYZcHaATBDqxzmDAWPAGUJFIlwOkO6jSOl2oHQhEHLOAJ6iSGl+gXCDwGyAFB6MK9Dhz4EGsW6rH64T1BuIaCV5iCkIV5GbxAJ+omxGu08xAEJY57QgGCL7FOj3pp7bwpCJ/pQe8TJiCKtTg0b43eDATV7PcaBQsQRZ3t9TKN3hR0Xdkejl0B5uBcrLvtXlePPARn4pkn27iEn0feEkSxKlI/lxYVelNwKZ51mXhuV+rz3ENwKdqGnq1prB/O57mHIIozsuKZXGoy4xVy6CG4LtoUL7JWJIxSlog2K7iyH5ce9g9p+DKLCTzlBwAAAABJRU5ErkJggg==) 50%/cover no-repeat
}
.space-swiper-wrapper .swiper-pagination.swiper-pagination-bullets {
	left: 50%;
	transform: translateX(-50%)
}
.space-swiper-wrapper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #a55aff
}
.space-swiper-wrapper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
	margin-right: 10px
}
.space-swiper-wrapper .swiper-pagination.swiper-pagination-fraction {
	top: 1px;
	right: 1px;
	width: auto;
	left: auto;
	bottom: auto;
	color: #fff;
	background-color: rgba(0,0,0,.3);
	font-family: PingFangSC-Regular;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	border-radius: 0 0 0 4px;
	padding: 0 4px;
	letter-spacing: -1px;
	z-index: 1
}
.productinfo .content-box {
	display: flex;
	justify-content: space-between;
	margin-top: 16px
}
.productinfo .content-left {
	width: 936px;
	border-radius: 8px;
	flex: 0 0 auto
}
.productinfo .content-left>div:last-child {
	margin-bottom: 0!important
}
.productinfo .content-right {
	width: 256px;
	flex: 0 0 auto
}
.productinfo .product-info {
	background: #fff;
	border-radius: 8px;
	position: relative
}
.productinfo .product-title1 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 25px;
	margin-bottom: 16px
}
.productinfo .product-title2 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 22px;
	padding-left: 10px;
	position: relative;
	margin-bottom: 0
}
.productinfo .product-title2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 2px;
	height: 14px;
	background: #006bff
}
.productinfo .product-title1-box {
	display: flex;
	justify-content: space-between
}
.productinfo .pc-hash-id {
	position: absolute;
	top: -74px
}
.productinfo .pc-hash-id.pc-hash-id-base {
	top: -800px
}
.productinfo .more-link {
	display: flex;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 13px;
	color: rgba(38,38,38,.4);
	line-height: 20px
}
.productinfo .more-link .icon-right {
	width: 12px;
	height: 12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAMFJREFUSEvl1MEKAiEQBuBVokfosHWLDoriKxjdelWfoC75GtKxPayPIMyy4XWpmBkQgvUB/s8ZxxFd4yMa53crAbz3m5zz3hgzhBAmSltRLVJKnQDgLIQY+r6/xxgBi6AArfUWAK7zPO+oCAqot+UiaICLkAAOQgaoCAtYIlLKZ0rp8Wmy/hNYTpRz7vbtA5IroITXlpEAajgJ4ISjAW44GjDGHEspl7qHfj0oe0zruh7H8WCtfTVZ19jVzK5g3cAbYKWwGdaFU/sAAAAASUVORK5CYII=) 50%/cover no-repeat;
	margin-left: 0
}
.productinfo .more-link:hover {
	color: #206cff
}
.productinfo .more-link:hover .icon-right {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAOFJREFUSEvl1D8OQUEQBvBv0CjQ6MmLxBFELfrXKRQu4BUaWnd4N5BXOIL1GgeRaDkAQWJHthN/YmbjhcQe4PvtzM4OIeNDGefjT4D2iIs7i07OIl3HdNK0VdSiIOK+ZSQEmFoV4WpKRykiAppjLp0PSBloaRER4G7biLh8YSy1iBjwRVSAD6IGtIgX8IAQZpuYBs8m6zeBYMIV3sO4iQJhUQDCVx9QXYEm3LVMBWjDVYBPuBi4XRXven4/SaIW1YfcAzDXhosrcOt6a9HNW5hM1rV0NX/0o0lR0RtIw75SwRW20IgZXkRBOgAAAABJRU5ErkJggg==) 50%/cover no-repeat
}
.base-info {
	padding: 28px
}
.base-info .intro-title2, .base-info {
	margin-bottom: 16px
}
.intro-des {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 26px
}
.one-des {
	margin-bottom: 16px
}
.more-des {
	position: relative;
	margin-bottom: 30px
}
.more-des-text {
	word-break: break-all;
	white-space: break-spaces;
	line-height: 24px
}
.more-des-ellipsis {
	overflow: hidden
}
.more-btn {
	display: flex
}
.more-btn {
	height: 24px;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background-color: #fff;
	cursor: pointer
}
.productinfo .group-pos, .productinfo .product-title2-box {
	display: flex;
	justify-content: space-between;
}
.img-title2-box {
	margin-top: 0
}
.product-img-item {
	border-radius: 8px;
	overflow: hidden
}
.product-img-item, .product-img {
	display: block;
	width: 280px;
	height: 180px
}
.hover-scale-img:hover {
	transform: scale(1.2);
}
.consult-pos {width:936px;height:80px;background:#fff;border-radius:8px;margin:0 0 16px;display:flex;align-items:center;padding:15px 28px}
.consult-pos .logo {display:block;width:50px;height:50px;border-radius:8px;flex:0 0 auto;margin-right:18px}
.consult-pos .text {flex:1;font-size:16px;color:#333;line-height:28px}
.consult-pos .btn-consult {flex:0 0 auto;width:99px;height:32px;background:#206cff;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;color:#fff}

.function-info {
	padding: 28px;
	width: 936px;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 16px
}
.fun-group {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -12px
}
.fun-group-item, .tab-item {
	padding: 0 12px;
	display: flex;
	align-items: center;
	font-size: 13px;
	color: rgba(38,38,38,.8);
	margin-right: 8px;
	margin-bottom: 12px;
	height: 28px;
	background: #f4f5fa;
	border-radius: 14px
}
.tab-item {
	overflow: hidden;
	justify-content: center
}
.tab-item-active, .tab-item:hover {
	background: #206cff;
	color: #fff
}
.func {
	margin-top: 20px;
	margin-bottom: -20px
}
.func.func-hide {
	display: none
}
.func {
	display: flex;
	flex-wrap: wrap
}
.func-item {
	width: 430px;
	height: 104px;
	overflow: visible;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative
}
.func-item .func-item-detail {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 4px;
	padding: 15px 20px 15px 28px;
	background: #f4f7fc
}
.func-item .title {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	line-height: 18px;
	margin-bottom: 6px
}
.func-item .title .fun-arrow, .func-item .title {
	position: relative;
	display: flex;
	align-items: center
}
.func-item .title .fun-arrow {
	width: 12px;
	height: 12px;
	margin-left: 4px
}
.func-item .title .fun-arrow:after, .func-item .title .fun-arrow:before {
	width: 12px;
	height: 12px;
	content: "";
	display: inline-block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAN1JREFUSEvl1KEOwjAQBuA7iQD0ZCvaB5hopgl+DoHg3QiCNyhjps/Rh1hFDaiSJgiyALlrWCChD/B/vev1ECY+OHE+/AnQNM0shLASQvTW2iunraQWaa23KaUDInZVVbXOuQsVoQLzlFIPAIaLkIB8W2PMIoRw5iJkoBRhASUIG+AiRcAYAYC99373bLJ+E6jrehlj7O4TdZJStq8+ILsCTnhuGQvghrOAknAyoLV+XBVvez6eJFKLlFIbADgiIiucXEFe18MwrKWU3STrmrqaP/rRqCjpDahhX6ngBrZyiRmt6aAsAAAAAElFTkSuQmCC) 50%/cover no-repeat
}
.func-item .title .fun-arrow:after {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAOJJREFUSEvl1D8OQUEQBvBv0ChQOAB5kTiCqEX/OoXCBbxCQ+0M7wbyCkewXuMgEi0HIEjsyHbiT8xsvJDYA3y/ndnZIWR8KON8/AnQHnFxZ9HJWaTrmE6atopaFETct4yEAFOrIlxN6ShFREBzzKXzASkDLS0iAtxtGxGXL4ylFhEDvogK8EHUgBbxAh4QwmwT0+DZZP0mEEy4wnsYN1EgLApA+OoDqivQhLuWqQBtuArwCRcDt6viXc/vJ0nUovqQewDm2nBxBW5dby26eQuTybqWruaPfjQpKnoDadhXKrgCtriIGQbCm1QAAAAASUVORK5CYII=) 50%/cover no-repeat;
	display: none
}
.func-item .title:before {
	content: "";
	position: absolute;
	left: -11px;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #333
}
.func-item .des {
	font-size: 13px;
	color: #666;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all
}
.func-item:nth-child(2n) {
	margin-right: 0
}
.func-item:hover .func-item-detail {
	z-index: 2;
	width: 430px;
	min-height: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	background: #fff;
	box-shadow: 0 4px 20px 0 rgba(23,48,96,.12);
	border-radius: 4px
}
.func-item:hover .title {
	color: #206cff
}
.func-item:hover .title .fun-arrow:after {
	display: inline-block
}
.func-item:hover .title .fun-arrow:before {
	display: none
}
.func-item:hover .des {
	display: block
}
.article-info {
	padding: 28px 28px 20px;
	width: 936px;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 16px;
	overflow: hidden
}
.article {
	margin-top: 16px
}
.article-item {
	z-index: 1;
	height: 142px;
	position: relative;
	margin-bottom: 30px;
	display: flex
}
.article-item:last-child {
	margin-bottom: 0
}
.article-item .mask {
	display: none;
	position: absolute;
	width: 936px;
	height: 172px;
	background: #f8f9fa;
	top: -14px;
	left: -28px;
	z-index: -1;
	pointer-events: none
}
.article-item .article-img {
	width: 212px;
	/*height: 142px;*/
	border-radius: 4px;
	overflow: hidden;
	flex: 0 0 auto;
	margin-right: 20px;
	position:relative;
}
.article-item .article-img:before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 65%;
}
.article-item .article-img img {
    transition: all 1s;
    -webkit-transition: all 1s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.article-item .title {
	font-size: 18px;
	font-weight: 500;
	color: #262626;
	line-height: 24px;
	margin-bottom: 6px
}
.article-item .des, .article-item .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all
}
.article-item .des {
	font-size: 13px;
	font-weight: 400;
	color: #787878;
	line-height: 22px;
	max-height: 44px
}
.article-item:hover .title {
	color: #206cff
}
.article-item:hover .mask {
	display: block
}
.article-item .article-item-right {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column
}
.article-item .bottom {
	position: absolute;
	bottom: 0;
	justify-content: space-between;
	height: 22px;
	flex: 0 0 auto;
	width: 100%
}
.article-item .bottom, .article-item .user-box {
	display: flex;
	align-items: center
}
.article-item .user-box .user-img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 4px
}
.article-item .user-box .user-name {
	font-size: 13px;
	color: #787878;
	line-height: 22px
}
.article-item .count-box {
	font-size: 12px;
	color: #999;
	line-height: 17px;
	display: flex;
	align-items: center
}
.article-item .count-box>div:after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 8px;
	opacity: .4;
	background-color: #999;
	margin: 0 7px
}
.article-item .count-box>div:last-child:after {
	margin: 0;
	display: none
}
.space-article-more-link {
	margin: 20px auto 0;
}
.more-link {
	display: flex;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 13px;
	color: rgba(38,38,38,.4);
	line-height: 20px
}
.more-link .icon-right {
	width: 12px;
	height: 12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAMFJREFUSEvl1MEKAiEQBuBVokfosHWLDoriKxjdelWfoC75GtKxPayPIMyy4XWpmBkQgvUB/s8ZxxFd4yMa53crAbz3m5zz3hgzhBAmSltRLVJKnQDgLIQY+r6/xxgBi6AArfUWAK7zPO+oCAqot+UiaICLkAAOQgaoCAtYIlLKZ0rp8Wmy/hNYTpRz7vbtA5IroITXlpEAajgJ4ISjAW44GjDGHEspl7qHfj0oe0zruh7H8WCtfTVZ19jVzK5g3cAbYKWwGdaFU/sAAAAASUVORK5CYII=) 50%/cover no-repeat;
	margin-left: 0
}
.more-link:hover {
	color: #206cff
}
.more-link:hover .icon-right {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAOFJREFUSEvl1D8OQUEQBvBv0CjQ6MmLxBFELfrXKRQu4BUaWnd4N5BXOIL1GgeRaDkAQWJHthN/YmbjhcQe4PvtzM4OIeNDGefjT4D2iIs7i07OIl3HdNK0VdSiIOK+ZSQEmFoV4WpKRykiAppjLp0PSBloaRER4G7biLh8YSy1iBjwRVSAD6IGtIgX8IAQZpuYBs8m6zeBYMIV3sO4iQJhUQDCVx9QXYEm3LVMBWjDVYBPuBi4XRXven4/SaIW1YfcAzDXhosrcOt6a9HNW5hM1rV0NX/0o0lR0RtIw75SwRW20IgZXkRBOgAAAABJRU5ErkJggg==) 50%/cover no-repeat
}
.pc-hash-id {
	position: absolute;
	top: -74px;
}
.selling-point, .func-point {
	margin-bottom: 16px;
	position: relative;    padding: 28px;
}
.selling-point .product-title1, .func-point .product-title1 {

}
.sellingpointbox {
	display: inline-block;
}
.sellingpointbox .box-item {
	padding: 0;
}
.sellingpointbox .box {
	border-left: 3px solid #206cff;
	padding: 20px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 15px;
	background: linear-gradient(90deg,#f4f7fc,#fff);
}
.sellingpointbox .box-item h3 {
	font-size: 24px;
	line-height: 36px;
}
.sellingpointbox .box-item .num {
	position: absolute;
	top: 0;
	right: 20px;
	display: inline-block;
	/* font-size: 54px; */
	font-family: 'Impact Normal', 'Impact', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 70px;
	color: rgba(64, 158, 255, 0.0980392156862745);
}
.sellingpointbox .box-item .desc {
	margin-top: 20px;
	padding-right: 50px;
	padding-bottom: 30px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 90px;
}
.sellingpointbox .box-item:nth-child(2n) .box {
	margin-right: 0;
}
.sellingpointbox .box-item .bg {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 30px;
	-ms-overflow-x: hidden;
	overflow-x: hidden;
	-ms-overflow-y: hidden;
	overflow-y: hidden;
	background-image: url(../images/state0.png);
	background-position: right top;
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: 10px 10px;
	background-origin: border-box;
}
.sellingpointbox .box-item:hover .box {
	background: #206cff;
}
.sellingpointbox .box-item:hover {
	color: #fff;
}
.sellingpointbox .box-item:hover .desc {
	color: #fff;
}
.sellingpointbox .box-item:hover .num {
	color: #fff;
}
.sellingpointbox .box-item:hover .bg {
	display: none;
}
.funcpointbox .box-item {
	margin: 10px 0;
	display: block;
	overflow: hidden;
	background: #f4f7fc;
}
.funcpointbox .box-item .icon {
	width: 100px;
	height: 100px;
	/*background: #2555ff;*/
	float: left;
	padding: 25px;
}
.funcpointbox .box-item .box {
	padding-left: 120px;
	padding: 20px 20px 20px 120px;
}
.funcpointbox .box-item .box h3 {
	font-size: 20px;
	margin-bottom: 16px;
}
.funcpointbox .box-item .box .desc {
	color: #999;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 22px;
}
.funcpointbox .box-item .icon img {
	text-align: center;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}
.productinfo .space-fix.fixed .space-fixed .product-detail {
	display: flex;
}
.productinfo .space-fix.fixed .space-fixed .fix-op-box {
	display: flex;
}
.same-kind-product {background:#fff;border-radius:8px;padding:12px 20px 28px;margin-bottom:16px}
.same-kind-product .title-wrap {display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.same-kind-product .title-wrap .title {font-weight:500;font-size:18px;color:#262626;line-height:26px;margin-bottom: 0;}
.same-kind-product .title-wrap .title-right {display:flex;align-items:center;cursor:pointer}
.same-kind-product .title-wrap .title-right:hover .title-right-txt {color:#206cff}
.same-kind-product .title-wrap .title-right:hover .title-right-icon {background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAOFJREFUSEvl1D8OQUEQBvBv0CjQ6MmLxBFELfrXKRQu4BUaWnd4N5BXOIL1GgeRaDkAQWJHthN/YmbjhcQe4PvtzM4OIeNDGefjT4D2iIs7i07OIl3HdNK0VdSiIOK+ZSQEmFoV4WpKRykiAppjLp0PSBloaRER4G7biLh8YSy1iBjwRVSAD6IGtIgX8IAQZpuYBs8m6zeBYMIV3sO4iQJhUQDCVx9QXYEm3LVMBWjDVYBPuBi4XRXven4/SaIW1YfcAzDXhosrcOt6a9HNW5hM1rV0NX/0o0lR0RtIw75SwRW20IgZXkRBOgAAAABJRU5ErkJggg==) 50%/cover no-repeat}
.same-kind-product .title-wrap .title-right .title-right-txt {font-size:13px;color:rgba(38,38,38,.4);line-height:20px;margin-right:4px}
.same-kind-product .title-wrap .title-right .title-right-icon {width:12px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAMFJREFUSEvl1MEKAiEQBuBVokfosHWLDoriKxjdelWfoC75GtKxPayPIMyy4XWpmBkQgvUB/s8ZxxFd4yMa53crAbz3m5zz3hgzhBAmSltRLVJKnQDgLIQY+r6/xxgBi6AArfUWAK7zPO+oCAqot+UiaICLkAAOQgaoCAtYIlLKZ0rp8Wmy/hNYTpRz7vbtA5IroITXlpEAajgJ4ISjAW44GjDGHEspl7qHfj0oe0zruh7H8WCtfTVZ19jVzK5g3cAbYKWwGdaFU/sAAAAASUVORK5CYII=) 50%/cover no-repeat}

.same-kind-product .recommend-ul .recommend-li {display:block;box-sizing:border-box;border-radius:8px;margin-bottom:20px}
.same-kind-product .recommend-ul .recommend-li:last-child {margin-bottom:0}
.same-kind-product .recommend-ul .recommend-li:last-child .recommend-li-bottom {display:none}
.same-kind-product .recommend-ul .recommend-li .recommend-li-top {display:flex;cursor:pointer;overflow:hidden}
.same-kind-product .recommend-ul .recommend-li .recommend-li-top .left-img {width:58px;height:58px;border-radius:8px;border:1px solid rgba(0,0,0,.08);overflow:hidden;flex:0 0 auto;box-sizing:border-box;margin-top:3px;padding: 3px;}
.same-kind-product .recommend-ul .recommend-li .recommend-li-top .left-img img {width:100%;-o-object-fit:cover;object-fit:cover}
.same-kind-product .recommend-ul .recommend-li .recommend-li-top .right-rate {margin-left:12px}
.same-kind-product .recommend-ul .recommend-li .recommend-li-top .right-rate .product-name {width:154px;text-overflow:ellipsis;/*white-space:nowrap;*/overflow:hidden;font-size:16px;font-weight:500;color:#262626;line-height:22px;cursor:pointer;margin-bottom:3px}
.same-kind-product .recommend-ul .recommend-li .recommend-li-top .right-rate .product-name:hover {color:#206cff}
.same-kind-product .recommend-ul .recommend-li .recommend-li-top .right-rate .product-score .starbox-wrap .imgbox {width:11px;height:11px;margin-right:4px}
.same-kind-product .recommend-ul .recommend-li .recommend-li-top .right-rate .product-score .starbox-wrap .imgbox:last-child {margin-right:0}
.same-kind-product .recommend-ul .recommend-li .recommend-li-top .right-rate .product-score .kr-dp-score .score {margin-left:8px}
.same-kind-product .recommend-ul .recommend-li .recommend-li-top .right-rate .product-score .kr-dp-no-score {font-size:12px;line-height:16px}
.same-kind-product .recommend-ul .recommend-li .recommend-li-top .right-rate .comment {font-size:12px;color:rgba(38,38,38,.4);line-height:14px;margin-top:4px}
.same-kind-product .recommend-ul .recommend-li .recommend-li-center {cursor:pointer;margin-top:9px}
.same-kind-product .recommend-ul .recommend-li .recommend-li-center .recommend-desc {width:216px;max-height:40px;font-size:13px;word-break:normal;color:rgba(38,38,38,.6);line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.same-kind-product .recommend-ul .recommend-li .recommend-li-bottom {width:216px;height:1px;background:#eff0f3;margin-top:20px}
.same-kind-product .recommend-ul .recommend-li .recommend-li-bottom .btn {width:100px;height:30px;border-radius:4px;text-align:center;font-size:14px;border:1px solid #206cff;cursor:pointer;display:flex;justify-content:center;align-items:center}
.same-kind-product .recommend-ul .recommend-li .recommend-li-bottom .consult {color:#206cff;background-color:#fff}
.same-kind-product .recommend-ul .recommend-li .recommend-li-bottom .consult:hover {color:#fff;background-color:#206cff}
.same-kind-product .recommend-ul .recommend-li .recommend-li-bottom .trial {color:#fff;background:#206cff}
 .product-item-star {align-items:center}
.space-fix.fixed .space-fixed {
    position: fixed;
    top: 0px;
    width: 100vw!important;
    left: 0!important;
    height: 70px!important;
    background: #fff;
    z-index: 9999999;
    box-shadow: 0 4px 20px 0 rgba(23,48,96,.05);
}
 @media (max-width: 767px) {
.productinfo .product-card {
    padding: 10px;
display: inline-block;
    width: 100%;    height: auto;
	
}

.product-card .fun-group {
    display: flex;justify-content: center;
}
.product-card .top-content .fun-group {
    display: none;
}
.product-card .fun-group .tab-item {
    font-size: 11px;
    padding: 0 6px;
    word-break: keep-all;
}
.productinfo .product-card-left {
    align-items: flex-start;
    margin-right: 0;
    /* display: inline-block; */
    width: 100%;
}
.productinfo .product-card-left .title {
    font-size: 24px;    word-break: normal;
    white-space: break-spaces;
}

.productinfo .product-card-left .product-card-img {
    width: 80px;
    height: 80px;
}
.productinfo .product-card-right {
    justify-content: center;    margin-top: 10px;
}

.productinfo .product-card-right .op-box {
    margin-top: 0;
    align-items: flex-start;
	justify-content: center;
}

.productinfo .product-card-right .op-box .btn {
    width: auto;
padding: 5px 20px;
    height: auto;
}

.top-content {
    /* display: inline-block; */
    /* float: left; */
}

.base-info {
    padding: 10px;
}

.productinfo .content-left {
    width: 100%;
}
.productinfo .detail-nav-wrapper-pc {
    width: 100%;
}
.productinfo .menu-nav {
    padding: 0 10px;
}
.consult-pos {
    width: 100%;
    padding: 10px;
}
.function-info {
    padding: 10px;
    width: 100%;
}

.func-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.sellingpointbox .box {
    margin-right: 2px;
    margin-bottom: 10px;
}

.funcpointbox .box-item {
    margin: 10px 0;
}

.funcpointbox .box-item .box .desc {
    -webkit-line-clamp: 2;
}

.funcpointbox .box-item .box h3 {
    margin-bottom: 8px;
}

.funcpointbox .box-item .box {
    padding: 10px 10px 10px 120px;
}
.selling-point, .func-point{padding: 10px;}
.article-info {
    width: 100%;
    padding: 10px;
}

.article-item .article-img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
}

.article-item .article-img img {
    width: 100%;
    height: 100%;
}

.article-item .article-item-right {
    width: 100%;
    display: block;
}

.article-item {
    display: inline-block;
    border-bottom: 1px solid #eee;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.article-item .bottom {
    display: none;
} 
.productinfo .content-box {
    display: block;
}

.productinfo .content-right {
    width: 100%;
    margin-top: 20px;
}
.same-kind-product .recommend-ul .recommend-li .recommend-li-top .right-rate .product-name {
    width: 100%;
}

.same-kind-product .recommend-ul .recommend-li .recommend-li-center .recommend-desc {
    width: 100%;
}
.same-kind-product .recommend-ul .recommend-li .recommend-li-bottom {
    width: 100%;
}
.productinfo .space-fix.fixed .space-fixed .product-detail {
	display: none;
}
.productinfo .space-fix.fixed .space-fixed .fix-op-box {
	display: none;
}
.space-fix.fixed .space-fixed{
height: 60px!important;	
}
 }
