﻿.view .swiper-container {
	height: 218px
}

.view .swiper-slide .pic {
	position: relative;
	overflow: hidden;
	padding-bottom: 218px
}

.view .swiper-slide .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain
}

.preview {
	position: relative;
	padding: 16px 20px 0;
	background: #fff
}

.preview .swiper-container {
	height: 40px
}

.preview .swiper-slide {
	position: relative;
	width: 40px;
	height: 40px!important
}

.preview .swiper-slide .pic {
	position: relative;
	overflow: hidden;
	margin: 0 5px;
	padding-bottom: 40px
}

.preview .swiper-slide .pic:hover,
.view .swiper-slide .pic:hover {
	cursor: pointer
}

.preview .swiper-slide .pic:before {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: '';
	transition: .1s;
	border: 1px solid #e6ecf2
}

.preview .active-nav .pic:before {
	border: 1px solid #3478f5
}

.preview .swiper-slide .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain
}

.preview .arrow {
	line-height: 40px;
	position: absolute;
	z-index: 10;
	top: 16px;
	width: 20px;
	height: 40px
}

.preview .arrow-left {
	left: 5px;
	text-align: left
}

.preview .arrow-right {
	right: 5px;
	text-align: right
}

.preview .arrow span {
	display: inline-block;
	width: 12px;
	height: 12px;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #b2b2b2;
	border-width: 0 2px 2px 0;
	border-style: solid
}

.preview .arrow-right span {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg)
}

.preview .arrow-left span {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg)
}

.product-intro h1,
.productList h1 {
	font-size: 1.9em;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left
}

.product-intro .subsection li {
	font-size: 14px;
	line-height: 20px;
	position: relative;
	margin-bottom: 16px;
	padding-left: 20px;
	color: #666
}

.product-intro .subsection li:before {
	position: absolute;
	top: 6px;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 5px;
	content: '';
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: baseline;
	border: 1px solid #3478f5;
	border-width: 0 0 2px 2px
}

.btn-getQuote {
	font-size: 18px;
	line-height: 48px;
	display: block;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #3478f5
}

.btn-getQuote:hover {
	color: #fff;
	background-color: #2d6fe7
}

.product-intro .btn-group {
	font-size: 14px;
	margin-top: 20px
}

.product-intro .btn-group a {
	display: block;
	float: left;
	width: 50%;
	margin-right: 0;
	margin-bottom: 10px;
	color: #3478f5
}

.product-intro .btn-group a:hover,
.product-related .details-body-Features a:hover {
	text-decoration: underline
}

.product-intro .btn-group img {
	width: 20px;
	margin-top: -5px;
	margin-right: 5px
}

.product-intro .btn-group span img {
	width: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 5px
}

@media(min-width:768px) {
	.view .swiper-container {
		height: 378px
	}
	.view .swiper-slide .pic {
		padding-bottom: 378px
	}
	.product-intro .btn-group {
		margin-top: 30px
	}
	.product-intro .btn-group a {
		display: inline-block;
		float: inherit;
		width: inherit;
		margin-right: 30px
	}
}

@media(min-width:992px) {
	.view {
		border: 1px solid #e6ecf2
	}
	.product-intro h1,
	.productList h1 {
		margin-top: 0
	}
	.btn-getQuote {
		display: inline-block;
		margin-top: 15px;
		margin-right: 10px;
		padding-right: 40px;
		padding-left: 40px
	}
	.solutions-box .card .card-detail .card-title {
		min-height: 50px
	}
}

.fixed-top {
	position: fixed;
	z-index: 9;
	top: 0;
	right: 0;
	left: 0;
	transition: top .5s
}

.fixed-top2 {
	top: 78px;
	transition: top .5s
}

.fixed-nav-box {
	border-top: 1px solid #d8d8d9;
	background-color: #f4f4f4;
	box-shadow: 0 4px 4px -3px rgb(0, 0, 0, .25)
}

.fixed-nav-box.fixed-top {
	border-top: none
}

.fixed-nav-box ul {
	margin-bottom: 0
}

.fixed-nav-box ul li {
	font-size: .9em;
	position: relative;
	display: inline-block;
	padding: 16px 25px;
	cursor: pointer;
	color: #333
}

.fixed-nav-box ul li:hover {
	color: #3478f5
}

.fixed-nav-box ul li.active {
	font-weight: 600;
	color: #3478f5;
	background-color: #fff
}

.storage {
	background-color: #fafafa
}

.storage .storage-item {
	margin-bottom: 8px;
	padding-bottom: 48px;
	background-color: #fff
}

.product-related h2 {
	margin-top: 0;
	padding: 0;
	color: #3478f5
}

.product-related .details-body-Features {
	margin-top: 10px
}

.product-related .details-body-Features p,
.explain-bd p {
	margin-bottom: 15px
}

.product-related .details-body-Features p:last-child,
.explain-bd p:last-child {
	margin-bottom: 0
}

.product-related .details-body-Features a,
.product-related .details-body-Features a:hover .PageTurn-con,
.explain-bd a {
	color: #3478f5
}

.product-related .details-body-Features img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}

.product-related .details-body-Features ul li,
.explain-bd ul li,
.content-box .subtitle ul li {
	line-height: 1.95em;
	position: relative;
	padding-left: 15px;
	color: #666
}

.content-box .subtitle ul li {
	text-align: left
}

.product-related .details-body-Features ul li:before,
.explain-bd ul li:before,
.content-box .subtitle ul li:before {
	position: absolute;
	top: 0.8em;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 3px;
	background-color: #3478f5
}

.product-related .specifications-table {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
	height: auto;
	color: #333
}

.product-related .specifications-table__caption {
	font-size: 16px;
	line-height: 40px;
	padding: 0 24px 0 15px;
	text-align: left;
	color: #333;
	background-color: #f3f2f2
}

.product-related .specifications-table__row {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #e7e6e6
}

.product-related .specifications-table__cell,
.product-related .specifications-table__row-heading {
	padding: 0;
	text-align: left;
	vertical-align: top;
	white-space: normal
}

.product-related .specifications-table__text--first-letter-uppercase {
	display: inline-block
}

.product-related .specifications-table-box,
.explain-bd {
	position: relative;
	overflow: hidden;
	max-height: 90vh;
	-webkit-transition: all .5s;
	transition: all .5s
}

.product-related .specifications-table-box.no-masking,
.explain-bd.no-masking {
	max-height: none;
	-webkit-transition: all .5s;
	transition: all .5s
}

.product-related .specifications-table-box:before,
.explain-bd:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
	content: '';
	background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%)
}

.product-related .specifications-table-box.no-masking:before,
.explain-bd.no-masking:before {
	display: none
}

.view-more-wrapper {
	text-align: center
}

.view-more-link {
	font-size: 18px;
	line-height: 28px;
	display: block
}

.view-more-link span {
	display: inline-block;
	margin-top: 20px
}

.view-more-link .view-more-link__text {
	color: #3478f5
}

.btn-loadmore .icon-arrow-down {
	margin-bottom: 4px;
	margin-left: 10px;
	color: #3478f5
}

.btn-loadmore.active {
	display: none
}

.btn-loadmore.active .icon-arrow-down {
	margin-bottom: -2px
}

.product-related .downloads-table {
	width: 100%;
	max-width: 100%
}

.product-related .downloads-table th {
	font-size: 14px;
	padding: 12px 15px;
	text-align: left;
	color: #333;
	background-color: #f3f2f2
}

.product-related .downloads-table tr {
	border-bottom: 1px solid #e7e6e6
}

.product-related .table-hover>tbody>tr:hover {
	background-color: #f2fdff
}

.product-related .downloads-table td {
	font-size: 14px;
	line-height: 20px;
	padding: 15px;
	text-align: left;
	color: #333
}

.product-related .downloads-table td .link-download svg {
	width: 18px;
	height: 24px\0;
	vertical-align: middle;
	fill: none;
	stroke: #666;
	stroke-linecap: round;
	stroke-linejoin: round
}

.product-related .downloads-table td .link-download:hover svg {
	stroke: #3478f5
}

.product-related .downloads-table td .link-download span {
	margin-left: 8px;
	vertical-align: bottom
}

.product-related .downloads-table td .link-download:hover span {
	color: #3478f5
}

.solutions-box {
	margin-top: -15px
}

.solutions-box>div {
	padding: 15px
}

.solutions-box>div:hover {
	background-color: #f5f5f5
}

.solutions-box .card,
.Cases-box .card {
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent
}

.solutions-box .card .card-detail {
	padding: 20px 0 10px;
	text-align: left
}

.solutions-box .card .card-detail .card-title {
	font-size: 1em;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0
}

.solutions-box .card .card-detail .card-desc,
.productList .media-body .media-txt {
	font-size: .875em;
	line-height: 1.6875em;
	overflow: hidden;
	padding: 0
}

.Cases-box .card {
	margin-bottom: 30px
}

.Cases-box .card:hover,
.RelatedProducts-box .card:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.Cases-box .card-wrap:last-child .card,
.RelatedProducts-box .card-wrap:last-child .card {
	margin-bottom: 0
}

.Cases-box .card .card-img,
.News-box .card .card-img {
	overflow: hidden
}

.Cases-box .card .card-img img,
.News-box .card .card-img img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.Cases-box .card:hover .card-img img,
.News-box .card:hover .card-img img,
.RelatedProducts-box .card:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.RelatedProducts-box .card img,
.Cases-box .card img,
.News-box .card img,
.solutions-box .card img {
	display: block;
	width: 100%
}

.Cases-box .card .card-detail,
.RelatedProducts-box .card .card-detail {
	padding: 20px 20px 15px;
	text-align: left;
	border: 1px solid #ebecec;
	border-top: none
}

.Cases-box .card .card-detail .card-title,
.News-box .card .card-detail .card-title,
.RelatedProducts-box .card .card-detail .card-title {
	font-size: 1em;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0
}

.Cases-box .card .card-detail .card-desc,
.RelatedProducts-box .card .card-detail .card-desc {
	font-size: .875em;
	line-height: 1.6875em;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0
}

.Cases-box .card .card-detail .card-link,
.RelatedProducts-box .card .card-detail .card-link {
	font-size: .875em;
	line-height: 1.6875em;
	color: #3478f5
}

.Cases-box .card .card-detail .card-link .icon-arrow-right,
.RelatedProducts-box .card .card-detail .card-link .icon-arrow-right,
.productList .media-body .btn-more .icon-arrow-right {
	margin-bottom: 1px;
	margin-left: 5px;
	opacity: 0;
	color: #3478f5
}

.Cases-box .card:hover .card-detail .card-link .icon-arrow-right,
.RelatedProducts-box .card:hover .card-detail .card-link .icon-arrow-right,
.productList .media-body .btn-more:hover .icon-arrow-right {
	visibility: visible;
	margin-left: 10px;
	opacity: 1
}

.News-box .card,
.RelatedProducts-box .card {
	margin-bottom: 30px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: #f2f2f2
}

.News-box .card:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2)
}

.News-box .card-wrap:last-child .card {
	margin-bottom: 0
}

.News-box .card-wrap:first-child .card {
	padding-top: 0
}

.News-box .card .card-detail {
	padding: 20px 30px 30px;
	text-align: left
}

.News-box .card .card-detail .card-title {
	min-height: 50px;
	-webkit-line-clamp: 2
}

.News-box .card .card-detail .card-desc {
	font-size: .875em;
	line-height: 1;
	margin: 0;
	padding: 12px 0 5px
}

.RelatedProducts-box .card {
	-webkit-transition: all .5s;
	transition: all .5s;
	border: 1px solid #ebecec;
	background-color: #fff
}

.RelatedProducts-box .card:hover {
	border-color: #ebecec
}

.RelatedProducts-box .card .card-detail {
	padding-top: 0;
	border-color: transparent
}

.productList-box {
	display: flex;
	flex-wrap: wrap
}

.productList-box .side-bar,
.productList {
	width: 100%
}

.productList .desc {
	margin-bottom: 10px
}

.productList .media {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #f5f5f5
}

.productList .media a {
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all
}

.productList .media-body,
.productList .media-left {
	display: block;
	float: left
}

.productList .media-body {
	width: 100%
}

.productList .media-left {
	float: inherit;
	width: 100%;
	margin-right: 0;
	padding-right: 0
}

.productList .media-left a {
	display: block;
	border: 1px solid #fff;
	background-color: #fff
}

.productList .media:hover .media-left a {
	border-color: #3478f5
}

.productList .media-object {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.productList .media:hover .media-left a .media-object {
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95)
}

.productList .media-heading {
	margin-top: 10px;
	margin-bottom: 10px
}

.productList .media-body h4 {
	font-size: 1.1em;
	line-height: 1.5
}

.productList .media-body h4:hover a {
	color: #3478f5
}

.productList .media-body .btn-more {
	font-size: 14px;
	line-height: 36px;
	position: relative;
	display: inline-block;
	margin-top: 15px;
	padding: 0 20px;
	border: 1px solid #ddd;
	background-color: #fff
}

.productList .media:hover .media-body .btn-more {
	color: #fff;
	border: 1px solid #3478f5;
	background-color: #3478f5
}

.productList .media-body .btn-more:hover {
	padding-right: 22px
}

.productList .media-body .btn-more .icon-arrow-right {
	margin-left: 0;
	color: #fff
}

.explain h2 {
	padding: 0
}

.explain-bd {
	max-height: 18vh
}

.productMenu-bd {
	background-color: #f5f5f5
}

.productMenu-hd {
	font-size: 1.1em;
	font-weight: 700;
	padding: 10px 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background-color: #3478f5
}

.productMenu-bd .panel-group .panel {
	border: none
}

.productMenu-bd .panel-heading {
	padding: 0 15px
}

.productMenu-bd .panel .panel-title {
	padding: 0
}

.productMenu-bd .panel .panel-title a {
	font-size: 15px;
	display: block;
	padding: 10px 0;
	color: #444;
	border-bottom: 1px dashed #ddd
}

.productMenu-bd .panel:last-child .panel-title a {
	border-bottom-color: #f5f5f5
}

.productMenu-bd .panel .icon-arrow-down {
	display: inline-block;
	float: right;
	width: 7px;
	height: 7px;
	margin-top: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	color: #666;
	border-width: 0 2px 2px 0;
	border-style: solid
}

.productMenu-bd .panel .panel-title a.collapsed .icon-arrow-down {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

.productMenu-bd .panel-group .panel+.panel {
	margin-top: 0
}

.productMenu-bd .panel:last-child ul {
	padding-bottom: 10px
}

.productMenu-bd ul h3 {
	font-family: inherit;
	font-size: 15px;
	margin-top: 10px
}

.productMenu-bd ul h3 a {
	display: block;
	padding: 5px 15px 5px 20px;
	color: #444
}

.productMenu-bd ul h3 a:hover {
	color: #3478f5
}

.featuredPro-hd {
	font-size: 1.1em;
	font-weight: 700;
	position: relative;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #eee;
	background-size: 50px auto
}

.featuredPro-hd:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	width: 44px;
	height: 3px;
	content: '';
	border-radius: 30px;
	background-color: #3478f5
}

.featuredPro-bd .thumbnail {
	padding: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	border-color: #eee;
	border-radius: 0
}

.featuredPro-bd .thumbnail:hover {
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	border-color: #eee;
	-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 5px 9px rgba(0, 0, 0, .08);
	box-shadow: 0 5px 9px rgba(0, 0, 0, .08)
}

.featuredPro-bd .thumbnail:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	content: '';
	transition: .5s all;
	background: #3478f5
}

.featuredPro-bd .thumbnail:hover:before {
	width: 100%
}

.featuredPro-bd .thumbnail .caption {
	padding-top: 0
}

.featuredPro-bd .thumbnail h4 {
	font-size: 14px;
	line-height: 1.5em;
	overflow: hidden;
	margin-bottom: 10px;
	padding-right: 6px;
	padding-left: 6px;
	color: #444;
	font-family: harmonyos_sansregular
}

@media(min-width:992px) {
	.product-related .specifications-table__row {
		flex-direction: row;
		padding: 14px 0
	}
	.product-related .specifications-table__row-heading {
		display: block\0;
		width: 32.3%;
		padding-left: 15px
	}
	.product-related .specifications-table__cell {
		max-width: 67.7%;
		padding-left: 24px
	}
	.product-related h2 {
		margin-bottom: 20px
	}
	.product-related .details-body-Features {
		margin-top: 30px
	}
	.Cases-box .card-wrap:nth-child(7) .card,
	.Cases-box .card-wrap:nth-child(6) .card,
	.Cases-box .card-wrap:nth-child(5) .card,
	.RelatedProducts-box .card-wrap:nth-child(7) .card,
	.RelatedProducts-box .card-wrap:nth-child(6) .card,
	.RelatedProducts-box .card-wrap:nth-child(5) .card {
	/*	margin-bottom: 0*/
	}
	.productList-box {
		flex-wrap: nowrap
	}
	.productList-box .side-bar {
		width: 320px;
		padding-right: 20px
	}
	.productList {
		padding-left: 20px;
		flex: 1 1 auto
	}
	.productList .btn-getQuote {
		line-height: 45px;
		padding-right: 20px;
		padding-left: 20px
	}
	.solutions-box .card .card-detail .card-title,
	.Cases-box.title-2row .card .card-detail .card-title {
		height: 3em
	}
	.solutions-box .card .card-detail .card-desc,
	.productList .media-body .media-txt {
		height: 3.2em
	}
	.Cases-box .card .card-detail .card-title,
	.News-box .card .card-detail .card-title,
	.RelatedProducts-box .card .card-detail .card-title {
		height: 1.5em
	}
	.Cases-box .card .card-detail .card-desc,
	.RelatedProducts-box .card .card-detail .card-desc {
		height: 3.375em
	}
	.featuredPro-bd .thumbnail h4 {
		height: 3.2em
	}
}

@media(min-width:768px) and (max-width:992px) {
	.solutions-box>div:nth-child(7) {
		padding-bottom: 0
	}
	.Cases-box .card-wrap:nth-child(7) .card,
	.News-box .card-wrap:nth-child(7) .card,
	.RelatedProducts-box .card-wrap:nth-child(7) .card {
		margin-bottom: 0
	}
	.News-box .card-wrap:first-child .card {
		padding-top: 10px
	}
	.News-box .card-wrap:nth-child(2) .card-detail:after {
		display: none
	}
	.RelatedProducts-box .card .card-detail,
	.Cases-box .card .card-detail {
		min-height: 138px
	}
	.Cases-box.padding-small .card .card-detail {
		min-height: inherit
	}
	.solutions-box .card .card-detail .card-title {
		min-height: 50px
	}
	.solutions-box .card .card-detail .card-title,
	.Cases-box.title-2row .card .card-detail .card-title {
		height: 3em
	}
	.solutions-box .card .card-detail .card-desc,
	.productList .media-body .media-txt {
		height: 5.1em;
	}
	.Cases-box .card .card-detail .card-title,
	.News-box .card .card-detail .card-title,
	.RelatedProducts-box .card .card-detail .card-title {
		height: 1.5em
	}
	.Cases-box .card .card-detail .card-desc,
	.RelatedProducts-box .card .card-detail .card-desc {
		height: 3.375em
	}
}

@media(min-width:768px) {
	.productList .media-left {
		float: left;
		width: 20%;
		margin-right: 3%;
		padding-right: 0
	}
	.productList .media-body {
		width: 67%
	}
	.productList .media-heading {
		margin-top: 0
	}
	.productList .media-body .btn-more {
		margin-top: 20px
	}
}

@media(max-width:768px) {
	.solutions-box .card .card-detail,
	.solutions-box>div:last-child {
		padding-bottom: 0
	}
	.Cases-box .card,
	.RelatedProducts-box .card {
		margin-bottom: 20px
	}
	.solutions-box .card .card-detail .card-title,
	.Cases-box .card .card-detail .card-title,
	.RelatedProducts-box .card .card-detail .card-title {
		font-size: 1.2em
	}
	.solutions-box .card .card-detail .card-desc,
	.Cases-box .card .card-detail .card-desc,
	.Cases-box .card .card-detail .card-link,
	.RelatedProducts-box .card .card-detail .card-link,
	.RelatedProducts-box .card .card-detail .card-desc,
	.productList .media-body .media-txt {
		font-size: 1em
	}
	.productList h1 {
		margin-top: 5px;
		margin-bottom: 10px
	}
}

@media(max-width:992px) {
	.fixed-top2 {
		top: 66px
	}
	.fixed-nav-box .wap-nav-controller {
		position: relative;
		padding: 6px 0;
		cursor: pointer;
		color: #333
	}
	.fixed-nav-box .wap-nav-controller span {
		position: absolute;
		top: 50%;
		right: 0;
		display: inline-block;
		width: 7px;
		height: 7px;
		margin-top: -5px;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		color: #a6a6a6;
		border-width: 0 2px 2px 0;
		border-style: solid
	}
	.fixed-nav-box .wap-nav-controller.active span {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg)
	}
	.fixed-nav-box ul {
		display: none
	}
	.fixed-nav-box ul li {
		display: block;
		padding-right: 0;
		padding-left: 0
	}
	.fixed-nav-box ul li.active {
		background-color: transparent
	}
	.storage .storage-item {
		padding-bottom: 28px
	}
	.product-related .specifications-table__row {
		margin: 0 15px;
		padding: 10px 0
	}
	.product-related .specifications-table__row-heading {
		padding-bottom: 4px
	}
	.view-more-link span {
		font-size: 14px;
		margin-top: 10px
	}
	.btn-loadmore .iconfont {
		width: 6px;
		height: 6px;
		margin-left: 6px;
		border-width: 0 1px 1px 0
	}
	.btn-loadmore.active .icon-arrow-down {
		margin-bottom: -1px
	}
	.product-related .downloads-table tr {
		display: flex;
		flex-direction: column;
		padding: 10px 0
	}
	.product-related .downloads-table tr:first-child {
		border-top: 1px solid #e7e6e6
	}
	.product-related .downloads-table td {
		padding: 4px 0
	}
	.product-related .downloads-table th,
	.product-related .downloads-table thead,
	.product-related .downloads-table td:nth-child(2),
	.product-related .downloads-table td:nth-child(3),
	.product-related .downloads-table td:nth-child(4),
	.product-related .downloads-table td:nth-child(5) {
		display: none
	}
	.News-box .card-wrap:first-child .card-detail:after,
	.News-box .card-wrap:nth-child(3) .card-detail:before {
		display: none
	}
	.News-box .card {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0;
		padding: 10px 0;
		background-color: #fff;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.News-box .card .card-img {
		width: 30%
	}
	.News-box .card .card-detail {
		position: relative;
		padding: 10px;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.News-box .card .card-detail:after,
	.News-box .card .card-detail:before {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		content: '';
		background-color: #f2f2f2
	}
	.News-box .card .card-detail:before {
		bottom: -11px
	}
	.News-box .card .card-detail:after {
		top: -11px
	}
	.News-box .card .card-detail .card-title {
		font-size: 1.1em;
		min-height: inherit;
		height: 3em
	}
	.News-box .card .card-detail .card-desc {
		font-size: 1em;
		padding: 0
	}
}