/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* 自定义字体样式 */

@font-face {
    font-family: 'Geologica';
    src:url('https://www.innokin.com/hubfs/Innokin%20Technology/fonts/Geologica/Geologica-Light_300.ttf');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Geologica';
    src: url('https://www.innokin.com/hubfs/Innokin%20Technology/fonts/Geologica/Geologica-Regular_400.ttf');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Geologica';
    src: url('https://www.innokin.com/hubfs/Innokin%20Technology/fonts/Geologica/Geologica-Medium_500.ttf');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Geologica';
    src: url('https://www.innokin.com/hubfs/Innokin%20Technology/fonts/Geologica/Geologica-SemiBold_600.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Geologica';
    src: url('https://www.innokin.com/hubfs/Innokin%20Technology/fonts/Geologica/Geologica-Bold_700.ttf');
    font-weight: 700;
    font-style: normal;
}

/* 变量样式 */ 

:root{
   --primary-color: #2db9dd;  /* 主要颜色（主色调） */
   --secondary-color: #effafc; /* 次要颜色 */
   --accent-color: #ff9800;  /* 强调色 */
  
   --background-light: #fff; /* 浅色背景 */
   --background-dark: #f1f1f1; /* 深色背景 */
  
   --text-primary: #222222;  /* 主要文本颜色 */
   --text-secondary: #4d4d4d; /* 次要文本颜色 */
   --text-light: #fff; 
   --text-dark: #000;
  
   --border-color: #dddddd;  /* 边框颜色 */
  
   --card-bg-light: #ffffff; /* 卡片背景（浅色模式） */
   --card-bg-dark: #333333; /* 卡片背景（深色模式） */
  
   --button-bg: #2b2b2b;      /* 按钮背景色 */
   --button-text: #0000004C;    /* 按钮文本颜色 */
   --border-radius-button:8px;
  
   --font-size-large: 52px; /* 大字号 */
   --font-size-medium: 38px; /* 中等字号 */
   --font-size-subheading: 28px; /* 副标题字号 */
   --font-size-paragraph: 22px; /* 正文字号 */
   --font-size-small: 20px; /* 小字号 */
   --font-size-extra-small: 18px; /* 超小字号 */
  
  --line-height-default: 1.25; /* 默认行高 */
  
  --font-family-default: 'Geologica', sans-serif; /* 默认字体 */
}


/*  */
* {
  font-family: var(--font-family-default);
}

/* 自定义 类名-h1 - h6 文字样式 */
.h1 {
	font-size: var(--font-size-large);
  line-height:var(--line-height-default);
}

.h2 {
	font-size: var(--font-size-medium); 
  line-height:var(--line-height-default);
}

.h3 {
	font-size: var(--font-size-subheading);
 line-height:var(--line-height-default);
}

.h4 {
	font-size: var(--font-size-paragraph);
  line-height:var(--line-height-default);
}

.h5 {
	font-size: var(--font-size-small);
  line-height:var(--line-height-default);
}

.h6 {
	font-size: --font-size-extra-small;
  line-height:var(--line-height-default);

}

/* end  */
body {
  font-family: var(--font-family-default);
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: var(--text-secondary);
	counter-reset: section;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media(max-width:767px){
.max-w-2560{
 margin-top:50px !important; 
}
  .section_max-w-2560{
  margin-top:50px !important;  
  }  
}

::selection {
	color:var(--text-light);
	background: rgba(4,191,238,1);
}


img {
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom
}

video {
	max-width: 100%;
	height: auto
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
	padding: 6px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

pre {
	overflow-x: auto
}

table pre {
	white-space: pre-wrap
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

audio:not([controls]) {
	display: none
}

iframe {
	width: 100%;
	float: left;
}

.row-fluid [class*="span"] {
	min-height: unset!important;
}

#map_canvas img,
.google-maps img {
	max-width: none
}

#recaptcha_table td {
	line-height: 0
}

.recaptchatable #recaptcha_response_field {
	min-height: 0;
	line-height: 12px
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 24px;
	color: #616161;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: 700;
  font-family: var(--font-family-default);
}
em{
  font-family: var(--font-family-default);
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}


sup {
	top: -.5em;
  bottom: -.25em
}

a {
	color: var(--primary-color);
	text-decoration: none;
	background-color: transparent;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
	color: var(--primary-color);
	text-decoration: none
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	-webkit-appearance: none;
	-moz-appearance: none
}

button,
html [type="button"],
[type="text"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none
}

img {
	max-width: 100%;
	border: 0;
	outline: 0
}

.container {
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
	max-width: 1200px !important
}

h1 {
	font-size: 52px;
  margin-top: 0;
  color:var(--text-primary);
}

h2 {
	font-size: 38px;
  margin-top: 0;
  color:var(--text-primary);
}

h3 {
	font-size: 28px;
  margin-top: 0;
  color:var(--text-primary);
}

h4 {
	font-size: 20px;
  margin-top: 0;
  color:var(--text-primary);
}

h5 {
	font-size: 20px;
  margin-top: 0;
  color:var(--text-primary);
}

h6 {
	font-size: 18px;
  margin-top: 0;
  color:var(--text-primary);
}
/****form button***/
.hs-button.primary.large {
	background: linear-gradient(to left,#0ad2ff,#00e0f3);
	border: 0px;
	border-radius: 5px;
	font-size: 14px;
	color:var(--text-light);
	cursor: pointer;
}

.hs-button.primary.large:hover {
	background: transparent linear-gradient(91deg, #7FE4F8 0%, #63EDF1 100%) 0% 0% no-repeat padding-box !important;
}
/*******padding******/

.padding-tb-100 {
	padding: 100px 0px;
}

.padding-tb-80 {
	padding: 80px 0px;
}

.padding-tb-60 {
	padding: 60px 0px;
}

.padding-tb-50 {
	padding: 50px 0px;
}

.padding-tb-40 {
	padding: 40px 0px;
}

.padding-tb-30 {
	padding: 30px 0px;
}

.padding-tb-20 {
	padding: 20px 0px;
}

.padding-tb-10 {
	padding: 10px 0px;
}

.padding-tb-120 {
	padding: 120px 0px;
}

.padding-tb-178 {
	padding: 178px 0px;
}

/*******padding top******/

.padding-t-100 {
	padding: 100px 0px 0px 0px;
}

.padding-t-80 {
	padding: 80px 0px 0px 0px;
}

.padding-t-60 {
	padding: 60px 0px 0px 0px;
}

.padding-t-50 {
	padding: 50px 0px 0px 0px;
}

.padding-t-40 {
	padding: 40px 0px 0px 0px;
}

.padding-t-30 {
	padding: 30px 0px 0px 0px;
}

.padding-t-20 {
	padding: 20px 0px 0px 0px;
}

.padding-t-10 {
	padding: 10px 0px 0px 0px;
}

/*******padding bottom******/
.padding-b-200 {
	padding: 0px 0px 200px 0px;
}

.padding-b-100 {
	padding: 0px 0px 100px 0px;
}

.padding-b-80 {
	padding: 0px 0px 80px 0px;
}

.padding-b-60 {
	padding: 0px 0px 60px 0px;
}

.padding-b-50 {
	padding: 0px 0px 50px 0px;
}

.padding-b-40 {
	padding: 0px 0px 40px 0px;
}

.padding-b-30 {
	padding: 0px 0px 30px 0px;
}

.padding-b-20 {
	padding: 0px 0px 20px 0px;
}

.padding-b-10 {
	padding: 0px 0px 10px 0px;
}

/*******margin******/
.margin-tb-100 {
	margin: 100px 0px;
}

.margin-tb-80 {
	margin: 80px 0px;
}

.margin-tb-60 {
	margin: 60px 0px;
}

.margin-tb-50 {
	margin: 50px 0px;
}

.margin-tb-40 {
	margin: 40px 0px;
}

.margin-tb-30 {
	margin: 30px 0px;
}

.margin-tb-20 {
	margin: 20px 0px;
}

/*******margin top******/

.margin-t-100 {
	margin: 100px 0px 0px 0px;
}

.margin-t-80 {
	margin: 80px 0px 0px 0px;
}

.margin-t-60 {
	margin: 60px 0px 0px 0px;
}

.margin-t-50 {
	margin: 50px 0px 0px 0px;
}

.margin-t-40 {
	margin: 40px 0px 0px 0px !important;
}

.margin-t-30 {
	margin: 30px 0px 0px 0px;
}

.margin-t-20 {
	margin: 20px 0px 0px 0px;
}

.margin-t-15 {
	margin: 15px 0px 0px 0px;
}
/*******margin bottom******/

.margin-b-100 {
	margin: 0px 0px 100px 0px;
}

.margin-b-80 {
	margin: 0px 0px 80px 0px;
}

.margin-b-60 {
	margin: 0px 0px 60px 0px;
}

.margin-b-50 {
	margin: 0px 0px 50px 0px;
}

.margin-b-40 {
	margin: 0px 0px 40px 0px;
}

.margin-b-30 {
	margin: 0px 0px 30px 0px;
}

.margin-b-20 {
	margin: 0px 0px 20px 0px;
}

.hidden {
	display: none;
}

/******text alignment*******/

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.fade-box img,.fade-box iframe {
	opacity: 0;
	transition: opacity 400ms;
}

.fade-box img.lazyloaded {
	opacity: 1;
}
@media(min-width:768px) and (max-width:950px){
  .fade-box img.lazyloaded{
    height:100%;
  }
}

.fade-box iframe.lazyloaded {
	opacity: 1;
}
/*波浪样式*/
.wave {
	position: absolute;
	width: 10px;
	height: 10px;
	transition: all .6s ease-in-out;
	background-color: white;
	opacity: .2;
	border-radius: 9999px;
}
/*  --------------------产品滑动下的图片在大屏幕显示不完全问题  start ------------- */

.page-product-details .hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image {
	display: block;
	text-align: center;
}
/* ------------------------- end  ------------------------- */

/* Cmmon template start */
.Cmmon{
  max-width: 700px;
  float: none!important;
  margin: 0 auto!important;
}
.Cmmon li{
  list-style: disc;
  margin-left: 1.5rem;
}

/* Cmmon template end */
/* 关于博客新闻列表的样式 */
.recent-content h1,.recent-content h2,.recent-content h3,.recent-content h4,.recent-content h5,.recent-content h6,.recent-content strong,.recent-content b,.recent-content span,.recent-content p {
	font-size: 16px!important;
	font-weight: normal!important;
	margin-bottom: 0!important;
	text-align: left!important;
	color: #777!important;
	line-height: 1.4!important;
}

.blog-detail-desc h1,.blog-detail-desc h2,.blog-detail-desc h3,.blog-detail-desc h4,.blog-detail-desc h5,.blog-detail-desc h6,.blog-detail-desc strong,.blog-detail-desc b {
	font-size: 13.8px!important;
	font-weight: normal!important;
	color: #777!important;
	margin: 0!important;
	text-align: left!important;
}
/* loading backgroundColor */
.load-bg {
	background-color: #eee;
}

.link_bosx {
	display: none;
}
/*  */
/******flex property*******/

.width-100 {
	width: 100%;
}

.width-three-col {
	float: left;
	max-width: 33.33%;
	width: 100%;
}
/* ******************************update  style start******************************* */
.hs-menu-item a {
	max-width: auto;
}

/* ******************************update  style end ******************************* */

/********************/
.aboutPage-NewTitle {
	margin-bottom: 30px!important;
}

.gradient-bg {
	background: transparent linear-gradient(91deg, #3FBBE3 0%, #73E3D2 100%) 0% 0% no-repeat padding-box;
}

.about-rss-field {
	padding: 0px 15px;
}

.about-rss-field .hs-rss-module {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
}

.about-rss-field .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
	width: 100%;
	overflow: hidden;
}

.about-rss-field .hs-rss-item {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	width: 100%;
	padding: 20px;
	flex-direction: column-reverse;
	display: flex;
}

.about-rss-field .hs-rss-item-text {
	width: 100% !important;
	padding-right: 0px !important;
	float: none !important;
}

.about-rss-field .hs-rss-title {
	color: #161616;
	font-size: 20px;
	line-height: 28.6px;
	margin-top: 20px;
	display: block;
  font-family: var(--font-family-default);
}

.about-rss-field .hs-rss-title:hover {
	color: var(--primary-color);
}

.about-rss-field .hs-rss-item:hover {
	box-shadow: 0px 3px 6px #00000029;
	-webkit-box-shadow: 0px 3px 6px #00000029;
}

.about-rss-field .hs-rss-item-image-wrapper .hs-rss-featured-image {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.about-rss-field .hs-rss-item:hover .hs-rss-featured-image {
	transform: scale(1.02);
}

.recent-section1 .recent-image-blog {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.recent-section1 .recent-image-blog img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}
/* .recent-section1:hover .recent-image-blog {
    transform: scale(1.02);
} */
.recent-section1 {
	overflow: hidden;
}

.inherit-header .body-container-wrapper {
	padding-top: 65px;
}

.inherit-header .header-wrapper ,.blog-author-page .header-wrapper {
	border-bottom: 1px solid #efefef;
	background-color: #ffffff;
}

.inherit-header .header-wrapper :before,.blog-author-page .header-wrapper:before {
	display: none;
}

.inherit-header .topnav .hs-menu-depth-1 a {
	color: #999 !important;
}

.inherit-header .topnav .hs-menu-depth-2 a {
	color: #fff !important;
}

.inherit-header .main-logo,.blog-author-page .sticky-logo {
	display: none;
}

.inherit-header .sticky-logo,.blog-author-page .sticky-logo {
	display: block;
}

.breadcrumb-pg {
/*     background-color: #F4F4F4; */
	padding: 0px 30px;
}

.breadcrumb-pg ul {
	display: inherit !important;
}

.breadcrumb-pg ul li {
	position: relative;
}

.breadcrumb-pg ul li a {
	color: #949494;
	font-size: 13px;
	letter-spacing: 0.52px;
  font-family: var(--font-family-default);
	overflow: inherit !important;
	padding: 18px 10px 18px 5px !important;
}

.breadcrumb-pg .hs-menu-item.hs-menu-depth-1:last-child a {
	color: #000;
}

.breadcrumb-pg ul li:first-child a:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: 400;
	position: absolute;
	top: 21px;
	right: 0px;
	margin-top: 0px;
}

.about-rss-field .hs-button {
	background: linear-gradient(to left,#0ad2ff,#00e0f3);
	color:var(--text-light);
	border-radius: 2px;
	font-size: 18px;
	text-transform: uppercase;
	border: 0px;
	cursor: pointer;
	display: inline-block;
	width: 190px;
	height: 45px;
	line-height: 45px;
	letter-spacing: 1px;
	font-weight: 600;
	transition: 0.3s;
}

.about-rss-field .hs-button:hover {
	background-color: rgba(45,185,221,0.08);
	box-shadow: inset 0 0 20px 18px #3996e452;
}

.post-item .post-listing-simple {
	font-size: 24px;
	position: relative;
	padding-left: 15px;
}

.post-item .post-listing-simple:before {
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: 400;
	position: absolute;
	top: 8px;
	left: 0px;
	margin-top: 0px;
}

.post-item .post-listing-simple:hover a {
	color: #2b2b2b;
}

/********Blog Listing********/
.innokin-blog-listing .hs-featured-image {
	float: none;
	margin: 0px;
	max-width: 100%;
	min-height: 210px;
	height: 220px;
	width: 100%;
	object-fit: cover;
	border-radius: 2px;
	transition: 0.4s;
}

.blog-listing-home .span12 {
	margin: 0px;
}

.innokin-blog-listing .topic-link {
	color: var(--primary-color);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
}
}

.innokin-blog-listing #hubspot-topic_data {
	margin-bottom: 0px;
}

.innokin-blog-listing .post-header h4 a {
	color: inherit;
	text-transform: uppercase;
  font-family: var(--font-family-default);
}

.innokin-blog-listing .post-header a {
	line-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;
	font-size: 21px;
	margin-bottom: 5px;
	cursor: pointer;
	transition: .3s;
	color: #000;
}

.innokin-blog-listing .post-header a:hover {
	color: var(--primary-color);
}

.innokin-blog-listing .blog-detail-desc {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.innokin-blog-listing .blog-detail-desc p,.innokin-blog-listing .blog-detail-desc span {
	color: #777;
	font-size: 13.8px!important;
	text-align: left!important;
	line-height: 18px!important;
	letter-spacing: .2px;
}

.innokin-blog-listing .post-item {
	display: inline-block;
	padding: 15px 0;
	transition: 0.4s ease-in-out;
	position: relative;
	margin: 5px 0;
	box-shadow: 0px 0px 0px 0px rgba(193,203,216,.34);
	border: 1px solid rgba(144,163,185,.18);
	padding: 0;
	border-radius: 2px;
/*     max-width: 100%;
    width: 100%; */
  width:100%;
}

.innokin-blog-listing .author_post_ca .post-item {
	display: inline-block;
	padding: 15px 0;
	transition: 0.4s ease-in-out;
	position: relative;
	margin: 5px 0;
	box-shadow: 0px 0px 0px 0px rgba(193,203,216,.34);
	border: 1px solid rgba(144,163,185,.18);
}

.innokin-blog-listing .post-item:hover {
	box-shadow: 1px 1px 20px 0px #c1cbd870;
}

.innokin-blog-listing .post-item:hover .hs-featured-image {
	transform: scale(1.04);
}

.innokin-blog-listing .post-item .post-body {
	margin-top: 8px;
	padding-right: 8px;
}

.innokin-blog-listing .post-listing .post-body > p {
	margin-bottom: 0;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.more-link {
	font-size: 12px;
	color: var(--primary-color);
	background: rgba(45, 185, 221, 0.08);
	text-transform: uppercase;
	border-radius: 2px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	transition: .4s;
	display: inline-block;
	width: 140px;
	text-align: center;
	margin-top: 20px;
	position: absolute;
	bottom: 15px;
}

.more-link:hover {
	background-color: rgba(45, 185, 221, 0.08);
	box-shadow: inset 0 0 20px 15px #3996e416;
}

.more-link:hover i {
	left: 10px!important;
}

.blog-bd .custom-sidebar {
	max-width: 344px;
	width: 100%;
}

.innokin-blog-listing .blog-date-format {
	color: gray;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.innokin-blog-listing .blog-date-format a {
	color: gray;
}

.innokin-blog-listing .blog-date-format .fa-calendar-o {
	margin-left: 20px;
}

.blog-date-format .fa,.recent-date .fa {
	font-size: 12px;
	margin: 5px;
	transform: scale(1.1);
	color: #bcbcbc;
}

.more-link i {
	left: 5px;
	top: -1px;
	font-size: 12px;
	position: relative;
	transition: 0.4s;
}

.custom-sidebar h3 {
	font-size: 28px;
	margin-bottom: 26px;
}

.blog-left-listing h2 {
	line-height: 24px;
	font-size: 28px;
	font-weight: 700;
}

.blog-pagination {
	display: inline-block;
	width: auto;
}

.blog-pagination-left,.blog-pagination-right {
	display: flex;
	align-items: center;
	float: left;
}

.blog-pagination-center {
	float: left;
}

.blog-pagination a {
	display: inline-block;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	line-height: 29px;
	text-align: center;
	margin: 0 5px;
	transition: .5s;
}

.blog-pagination a:hover {
	background: var(--primary-color);
	color:var(--text-light);
}

.blog-pagination-center .active {
	background: var(--primary-color);
	color:var(--text-light);
}

.blog-pagination-right a,
.blog-pagination-left a {
	color: #9e9e9e;
	margin: 0px 5px;
}

/* .breadcrumb-bd .banner-wrapper {
    padding: 90px 0px 100px 0px !important;
} */
.blog-author-page .custom-sidebar {
	display: none;
}

.custom-sidebar .recent-tag-blog {
	font-size: 12px;
	color: #46a5d2;
	text-transform: uppercase;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: 700;
	letter-spacing: 1.5px;
}

.custom-sidebar .blog-title a {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 20px;
	margin: 5px 0;
	color: #000;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
/* 	font-family: Mulish-SemiBold !important; */
}

.custom-sidebar .recent-image-blog img {
	height: 100px;
}

.custom-sidebar .recent-date {
	font-size: 12px;
	color: gray;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.custom-sidebar .recent-date i {
	font-size: 4px;
	margin: 0px 3px 0px 0px;
	display: inline-block;
	transform: scale(0.5);
}

.custom-sidebar .recent-section1.span12:hover {
	-webkit-box-shadow: 0 10px 50px -5px rgba(138,162,185,.18);
	box-shadow: 1px solid rgba(144,163,185,.18);
}

.custom-sidebar .recent-section1.span12 {
	margin-left: 0px !important;
	margin-bottom: 5px;
	transition: box-shadow .15s ease-in-out,transform .15s ease-in-out;
	transition: .3s ease-in-out;
	box-shadow: 0 0 0px 0px rgba(138,162,185,0);
	-webkit-box-shadow: 0 0 0px 0px rgba(138,162,185,0);
	border: 1px solid rgba(144,163,185,.18);
	border-radius: 2px;
}

.custom-sidebar .recent-section1.span12 .span8 .recent-text {
	padding: 10px 10px 10px 5px;
}

.custom-sidebar .item-meta {
	margin: 0px;
}

.news-bd .blog-listing-home {
	padding: 0px;
}

.innokin-detail .blog-section .span6 {
	margin: 0px;
	width: 50%;
	position: relative;
}

.innokin-detail .hs-featured-image {
	float: none;
	margin: 0px;
	max-width: 100%;
	height: 100%;
}

.innokin-detail .blog-section.span12 {
/* 	height: 550px; */
	background-color: #F6F6F6;
	display: flex;
	align-items: center;
}

.innokin-detail .span6.bg-blog-detail {
	padding: 13.95vw 0;
}

.innokin-detail .span6.bg-blog-detail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.innokin-detail .span6 {
	margin: 0px;
	width: 50%;
}

.innokin-detail .topic-link {
	color:  var(--primary-color);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
}

.innokin-detail .detail-title {
	font-size: 40px;
	font-weight: 700!important;
	line-height: 1.2;
	color:var(--text-primary);
	margin-bottom: 30px;
}

.innokin-detail .detail-header {
	padding: 0px 23%;
}

.detail-header h1 {
	margin-bottom: 1rem;
}

.innokin-detail .author-format {
	font-size: 18px;
	color: #969696;
	margin-bottom: 15px;
}

.innokin-detail .author-bio-section {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.innokin-detail .author-name-bio h5 a {
	color: #2b2b2b;
/* 	font-family: Mulish-SemiBold!important; */
	font-size: 22px;
	margin-top: 6px;
}

.innokin-detail .author-name-bio h5 {
	line-height: 16px;
	margin-top: 6px;
}

.innokin-detail .author-bottom-section .author-name-bio h5 {
	margin-bottom: 15px;
	line-height: 16px;
}

.innokin-detail .author-name-bio p {
	margin-bottom: 0px;
}

.innokin-detail .author-name-bio p a {
	color: #999999;
	font-size: 15px;
}


.innokin-detail #hubspot-topic_data {
	margin-bottom: 0px;
}

.blog-post-wrapper .post-body p,
.blog-post-wrapper .post-body a,
.blog-post-wrapper .post-body b,
.blog-post-wrapper .post-body strong,
.blog-post-wrapper .post-body span,
.blog-post-wrapper .post-body em,
.blog-post-wrapper .post-body td {
  
  line-height: 1.75;
}
.blog-post-wrapper .post-body h1,.blog-post-wrapper .post-body h1 span,.blog-post-wrapper .post-body h1 strong,
.blog-post-wrapper .post-body h2,.blog-post-wrapper .post-body h2 span,.blog-post-wrapper .post-body h2 strong,
.blog-post-wrapper .post-body h3,.blog-post-wrapper .post-body h3 span,.blog-post-wrapper .post-body h3 strong,
.blog-post-wrapper .post-body h4,.blog-post-wrapper .post-body h4 span,.blog-post-wrapper .post-body h4 strong,
.blog-post-wrapper .post-body h5,.blog-post-wrapper .post-body h5 span,.blog-post-wrapper .post-body h5 strong,
.blog-post-wrapper .post-body h6,.blog-post-wrapper .post-body h6 span,.blog-post-wrapper .post-body h6 strong{
 
  line-height: 1.5!important;
}
.innokin-detail .post-content-area {
	max-width: 680px;
	width: 100%;
	margin: auto;
	position: relative;
}

.innokin-detail .post-content-area h2 {
	margin-bottom: 1rem;
}

.innokin-detail .spna12 {
	display: inline-block;
	width: 100%;
}


/* post ctas-swiper start */
.ctas-group{
  margin-top: 10px;
}
/* post ctas-swiper end */
.innokin-detail .post-body h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 1rem;
}

.innokin-detail .post-body img {
	margin: auto;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
}
.innokin-detail .post-body a,.innokin-detail .post-body a u{
  color: #02a1ca;
  
}
.innokin-detail .post-body a:hover {
	text-decoration: underline;
}

.innokin-detail .post-body p {
	color: #2b2b2b;
	font-size: 18px;
	margin: 0 0 0.8rem 0;
}

.innokin-detail .post-body ul li {
	padding: 5px 0px;
	color: #2b2b2b;
  position: relative;
 
}

.innokin-detail .post-body ul li:after{
    content: '';
    width: 8px;
    height: 8px;
    background: #02a1ca;
    border-radius: 8px;
    position: absolute;
    text-align: center;
    left: -20px;
    top: 18px;
    transform: translateY(-50%);
}
.innokin-detail .post-body ul li > ul > li:after{
    content: '';
    width: 8px;
    height: 8px;
    border:1px solid #02a1ca;
    background:#02a1ca00;
    border-radius: 8px;
    position: absolute;
    text-align: center;
    left: -20px;
    top: 18px;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.innokin-detail .post-body ul,
.innokin-detail .post-body ol {
	  margin-left: 32px;
}

.innokin-detail .post-body ol li {
	list-style: decimal;
  padding:5px 0;
}

.innokin-detail .hs_cos_wrapper_type_social_sharing a img {
	margin: 0px 5px;
	padding: 7px;
	height: 36px;
	width: 36px;
	display: inline-block;
	box-shadow: -1px -1px 2px 0 rgb(0 0 0 / 5%), 1px 3px 5px -1px #dadada;
	transition: all .25s ease-in-out;
}
/* 邮箱留言模块 */
.innokin-detail .post-bottom-share {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
  display:none;
}

.innokin-detail .tag-listing ul li a {
	background: #F6F6F6;
	color: #999;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 12px;
	letter-spacing: 0.5px;
}

.innokin-detail .tag-listing ul li a:hover {
	background: #EEEEEE;
}

.innokin-detail .tag-listing ul li {
	display: inline;
	margin: 8px 5px;
	float: left;
}

.innokin-detail .tag-listing ul {
	margin-bottom: 0px;
	max-width: 495px;
}

.innokin-detail .hs_cos_wrapper_type_social_sharing a:first-child img {
	background: #3b5998;
}

.innokin-detail .hs_cos_wrapper_type_social_sharing a:first-child img:hover {
	transform: translateY(-2px);
}

.innokin-detail .hs_cos_wrapper_type_social_sharing a:nth-child(2) img {
	background: #00acee;
}

.innokin-detail .hs_cos_wrapper_type_social_sharing a:nth-child(2) img:hover {
	transform: translateY(-2px);
}

.innokin-detail .hs_cos_wrapper_type_social_sharing a:nth-child(3) img {
	background: #ff5700;
}

.innokin-detail .hs_cos_wrapper_type_social_sharing a:nth-child(3) img:hover {
	transform: translateY(-2px);
}

.innokin-detail .hs_cos_wrapper_type_social_sharing a:nth-child(4) img {
	background: rgb(253, 163, 82);
}

.innokin-detail .hs_cos_wrapper_type_social_sharing a:nth-child(4) img:hover {
	transform: translateY(-2px);
}

.about-rss-field h3 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 50px;
}


.blog-comment-post form {
	max-width: 770px;
	width: 100%;
	margin: auto;
}

.blog-comment-post form .hs-input {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 10px 15px;
    width: 100% !important;
    color: #9c9c9c;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);
}

.blog-comment-post form .hs-form-field label span {
	color: #999999;
	text-transform: uppercase;
	font-size: 13px;
}

.innokin-detail .author-bottom-section .author-img {
	flex: 0 0 13%;
	max-width: 13%;
	width: 100%;
}

.detail-header .author-name-bio {
	padding-top: 4px;
	padding-left: 15px;
}

.detail-header .author-name-bio .blog-date-format {
	margin-top: 5px;
}

.detail-header .author-img img {
	width: 60px!important;
	height: 60px!important;
}

.author-bio-section .author-img img {
	border-radius: 80px;
	width: 80px;
	height: 80px;
	object-fit: cover;
	border: 1px solid rgba(219,219,219,1);
	padding: 3px;
}

.innokin-detail .author-bottom-section  .author-name-bio {
	flex: 0 0 85%;
	max-width: 85%;
	width: 100%;
}

.author-bottom-section {
	padding: 50px 0px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.innokin-detail .blog-section .span6 .breadcrumb-area {
	position: absolute;
	top: -150px;
	left: 0;
}

.verify-content {
	max-width: 800px !important;
	width: 100% !important;
	margin: auto !important;
	float: none !important;
}

.verify-content p {
	color: #616161;
}

.type-nav-show {
	position: fixed;
	top: 0;
	z-index: 999;
	background-color: var(--text-light);;
	transition: .5s;
	-webkit-box-shadow: 0 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0 0px 10px 0px rgba(0,0,0,0.1);
}

.scrolling-menu .hs-menu-depth-1 a {
	color: #999999;
	font-size: 14px;
	text-transform: uppercase;
	max-width: 100% !important;
	letter-spacing: 0px;
	overflow: inherit !important;
	transition: .5s;
	letter-spacing: .5px;
}

.scrolling-menu .hs-menu-depth-1 a:hover {
	background-color: #EEEEEE;
	border-radius: 6px;
	color: #000000;
}

.scrolling-menu .hs-menu-depth-1.active a {
	background-color: #f5f5f5;
	border-radius: 2px;
	color: #000;
/* 	font-family: 'Mulish-SemiBold'!important; */
}

.scrolling-menu {
	padding-left: 50px;
	padding-right: 40px;
	height: 60px;
}

.scrolling-menu .hs-button {
	float: right;
	background: #04bfee;
	color:var(--text-light);
	line-height: 38px;
	letter-spacing: .7px;
	width: 130px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 2px;
	height: 38px;
	font-size: 13px;
/* 	font-family: 'Mulish-SemiBold'!important; */
	transition: .3s;
}

.scrolling-menu .hs-button:hover {
	background: #0ea6cc;
}

.scrolling-menu .hs-menu-depth-1 {
	padding: 0px 10px !important;
}

.product-detail-panel {
	background-color: #ffffff;
}

.icon-bar {
	position: sticky;
	top: 43.5vh;
	margin-left: -100px;
	display: inline-block;
	float: left;
}

.icon-bar a {
	display: block;
	transition: all 0.3s ease;
	margin-bottom: 15px;
}

.mobile-white-bg .x-hide .store-btn,
.news-bd .store-btn {
	background: url(https://7607446.fs1.hubspotusercontent-na1.net/hubfs/7607446/header%20icon/shop-icon-Black.png) no-repeat center center/28px 28px !important;
}

.resource-listing .blog-listing-home,
.news-detail-bd .blog-listing-home {
	padding: 0px !important;
}

.qa-address-max-width .container {
	max-width: 1030px !important;
}

.justify-center .flag-column {
	justify-content: center;
}
/* blog list start*/

.hs-featured-image-wrapper {
/*       border: 1px solid #bcbcbc; */
/* 	border-radius: 15px; */
	overflow: hidden;
}

.innokin-blog-listing .post-header a {
	height: auto;
}

/* blog list end */
/* 产品页导航悬浮 start*/
.hs_cos_wrapper_module_1603275499874166 .hs-menu-item a {
	transition: .5s;
}

.hs_cos_wrapper_module_1603275499874166 .hs-menu-item a:hover {
	background-color: #eee;
	border-radius: 6px;
	color: #000;
}
/* 产品页导航悬浮 end */
#Details .span12 > .row-fluid-wrapper {
	border-top: 1px solid rgba(144,163,185,.18);
	border-bottom: 1px solid rgba(144,163,185,.18);
}
/**Responsive*/
/*@media (min-width:1366px) and (max-width:1024px){
    .header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{margin-right: 20px !important;}
    .header-wrapper .main-logo, .header-wrapper .sticky-logo{padding-left: 100px !important}
}*/
/* 隐私条款   start*/
.PRIVACY-POLICY {
	max-width: 900px!important;
	margin: 0 auto;
	float: none!important;
}
/* 隐私条款 end */
@media (max-width: 1024px) {
	.scrolling-menu {
		height: inherit !important;
		margin-bottom: 4px !important;
	}
/*     .scrolling-menu .hs-menu-depth-1:first-child a {background-color: inherit !important;} */
	.scrolling-menu .hs-menu-depth-1 a {
		color: #000 !important;
		font-size: 12px !important;
	}

	.scrolling-menu .hs-button {
		font-size: 10px !important;
	}

	.product-detail-panel .span6 {
		width: 100% !important;
		margin: 0px;
	}

	.product-detail-panel .container {
		padding: 0px !important;
	}
  .innokin-detail .post-content-area{
    max-width: 500px;
  }
    /*.product-detail-panel .detail-text ul li p{padding: 0px !important}*/
}

@media (min-width:768px) and (max-width:1024px) {
	.scrolling-menu .hs-menu-depth-1 {
		padding: 0px 0px !important;
	}
  .innokin-detail .detail-title{
   font-size:22px; 
  }
  .innokin-detail .detail-header{
    padding:0 15%;
  }
}
@media (max-width: 1000px) {
	.innokin-detail .post-content-area h2 {
		line-height: 1.3;
    font-size: 26px;
    margin-bottom: 0.5rem;
    font-weight: bold;
	}

	.innokin-detail .post-body h3 {
		line-height: 1.3;
    font-size: 20px;
    margin-bottom: 0.5rem;
	}
  
  .innokin-detail .post-body h4{
    font-size: 18px;
  }
  .innokin-detail .post-body h5{
    font-size: 16px;
  }
  .innokin-detail .post-body h6{
    font-size: 14px;
  }
  
	.inherit-header .body-container-wrapper {
		padding-top: 60px;
	}

	.product-detail-panel .detail-title ul li a {
		font-size: 10px !important;
	}

	.product-detail-panel .detail-title ul .hidden-line {
		width: auto !important;
		flex: 1;
	}

	.product-detail-panel .detail-title ul {
		margin: 0px !important;
		width: 100%;
		display: flex;
		flex-direction: row;
		padding: 0 15px;
	}

	.product-detail-panel {
		background-color: inherit !important;
		padding-bottom: 0px;
	}

	.mobile-white-bg .fixed #header-m {
		background: #ffffff;
	}

	.icon-bar {
		display: none;
	}

	.mobile-transparent-header .mobile-transparent {
		display: none;
	}

	.mobile-transparent-header .mobile-logo {
		display: block !important;
		width: 100%;
	}
/* .mobile-transparent-header .header-m-top {margin: 0px 10px;} */
	.header-m-top {
		margin: 0px 10px;
		position: relative;
		top: 5px;
	}

	.header-wrapper {
		border-bottom: 0px !important;
	}

	.mobile-transparent-header .list-btn {
		background: url(https://7607446.fs1.hubspotusercontent-na1.net/hubfs/7607446/Innokin%20Technology/white-toggle.png) no-repeat center center/24px 24px !important;
		height: 30px;
	}

	.header-m-top .store-btn {
/*     margin-top:-3px; */
	}

	.header-m-top .header-m-logo {
		margin-top: -3px;
	}

	.news-bd .header-m-top .header-m-logo,.blog-aritlce-bd .header-m-top .header-m-logo,.blog-aritlce-bd .header-m-top .header-m-logo {
		margin-bottom: 2.5px;
	}

	.breadcrumb-pg ul {
		margin-top: 10px!important;
	}
}

@media (max-width: 768px) {

	.contact-form-area .actions {
		text-align: center;
	}
/*  .home-bd .home-bottom-blogs .span4 {
		width: 290px!important;
	} */

	.PRIVACY-POLICY {
		max-width: 90%!important;
	}
/*   h2,p{color:#000;} */
	.QA-content, .QA-content p {
		color: #000 !important;
	}

	.warranty-bd .qa-email {
		font-family: inherit !important;
	}

	.QA-content-area.margin-b-80 {
		margin-bottom: 40px !important;
	}

	.QA-address-area {
		height: inherit !important;
		margin-bottom: 30px !important;
	}

	.warranty-bd .QA-innokin  h2 {
		letter-spacing: 1.9px;
	}

	.qa-address-max-width .padding-tb-100 {
		padding-bottom: 0px;
		padding-top: 10px;
	}

	.flag-wrapper-space {
		height: 80px;
	}

	.flag-column {
		justify-content: inherit !important;
		margin: 0px !important;
	}

	.flag-wrapper {
		flex: 0 0 25% !important;
		-ms-flex: 0 0 16.6666%;
		max-width: 25% !important;
	}

	.our-partners .title-section.margin-b-50 {
		margin-bottom: 15px;
	}

	.padding-t-80 {
		padding: 30px 0px 0px 0px !important;
	}

	.home-bd .btn a {
		padding: 9px 8px;
	}

	.content {
		display: none;
	}

	.resource-heading  ul {
		margin-bottom: 0px !important;
	}

	.resource-heading ul li h3 {
		margin-bottom: 0px !important;
		font-size: 20px !important;
	}

	.product-detail-bd .blog-listing-home.padding-tb-100 {
		padding: 0px !important;
	}

	.scrolling-menu .span2 {
		display: none !important;
	}
  .scrolling-menu .hs-menu-depth-1{     
    padding: 0!important;   
  }

	.scrolling-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul {
		text-align: center;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.scrolling-menu .hs-menu-depth-1 a {
		padding: 12px !important;
	}

	.scrolling-menu .hs-menu-depth-1 {
		width: auto !important;
		display: inline-block;
	}

	.noContent {
		color: #000 !important;
		background-color: transparent !important;
		pointer-events: none;
	}

	.width-three-col {
		float: left;
		max-width: 50%;
		width: 50%!important;
		height: auto!important;
	}

	.home-bd .video-bottom-column .margin-b-50 {
		margin: 0;
	}

	h1 {
		font-size: 27px !important;
	}

	.banner-wrapper {
		padding: 100px 10px !important;
	}

	.banner-img {
		display: block!important;
	}

	.module_160111438346420 .banner-content {
		margin-right: 0;
		padding: 20px;
	}

	.banner-content p {
		font-size: 20px!important;
	}

	.header-m-fixed {
		border-bottom: 0;
	}

	.home-bd .margin-b-50 {
		margin: 30px;
	}

	.home-bd .padding-tb-80 {
		padding: 0px;
	}

	.home-bd .owl-carousel .owl-item img {
		margin-bottom: 10px;
	}

	.home-bd .product-listing-wrape .span6:first-child {
		display: none!important;
	}

	.product-right-column ul.tabs li {
		padding: 10px 10px;
	}

	.home-bd .about-rss-field .hs-rss-item {
		padding: 0;
	}

	.product-listing-wrape ul.tabs li {
		margin: 0px;
		font-size: 12px;
	}

	.product-bd .product-listing-wrape ul.tabs li {
		display: inline;
	}

	.product-bd .product-listing .span3 {
		width: 46% !important;
		float: left !important;
		margin-right: 0px !important;
	}

	.product-bd .product-listing .span3:hover {
		box-shadow: none;
		-webkit-box-shadow: none;
	}

	.product-bd .product-inner-design p {
		display: none !important;
	}

	.product-bd .product-inner-design h4 {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		margin-top: 10px;
		font-size: 12px;
		margin: 15px auto 15px auto;
		font-weight: 700;
		letter-spacing: 1px;
	}

	.home-bd ul.view-all-hide {
		display: none;
	}

	.home-bd .flex-listing {
		justify-content: center;
	}

	.home-bd #channel-carousel {
		padding: 0!important;
	}

	.home-bd .tab-frame div.tab {
		padding: 0px;
	}

	.home-bd #rsc-carousel {
		padding: 0;
	}

	.home-bd .hs-tabs__navitem {
		text-transform: Uppercase;
/* 		font-family: 'muli' !important; */
		font-size: 12px;
		letter-spacing: .7px;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.home-bd .hs-tabs__nav li {
		margin: 0px 5px 10px 5px !important;
	}

	.home-bd .tab-frame label {
		padding: 2px 2px;
		text-transform: uppercase;
		font-size: 12px;
		margin: 0;
		display: inline-block;
		float: none;
	}

	.home-bd .tab-frame input:checked + label:after {
		left: 6px;
	}

	.home-bd .video-author {
		display: none;
	}

	.home-bd .video-iframe {
		width: 100%;
		height: 100%;
	}

	.home-bd .view-all {
		margin-right: 27px;
		width: 100%;
		text-align: right;
		display: none;
	}

	.our-channel-responsive {
		position: relative;
		padding-bottom: 85px;
	}

	.our-channel-responsive .span4 {
		position: relative;
		z-index: 7;
		bottom: 0;
		padding: 10px 10px 10px 10px;
		order: 2;
	}

	.our-channel-responsive li.item-date {
		display: none;
	}

	.our-channel-responsive .recent-content {
		display: none;
	}

	.our-channel-responsive .blog-btn-section {
		display: none;
	}

	.blog-listing-home .owl-nav {
		display: none!important;
	}

	.our-channel-responsive .blog-title h3 {
		line-height: 20px;
		font-size: 16px;
		min-height: 40px;
	}

	.our-channel-responsive .blog-title h3 a {
		font-size: 18px;
		color:var(--text-light);
		line-height: 20px;
		padding-bottom: 15px;
		display: block;
	}

	div#hs_cos_wrapper_module_160123752107779 {
		display: none;
	}

	.module_160219022569673 .video-bottom-column {
		padding: 0px 0px;
	}  
  

  
/*-------------------------about us--------------------------*/
	.banner-content {
		padding: 0px!important;
		left: 2%!important;
	}

	h2 {
		font-size: 25px;
	}

	.margin-b-80 {
		margin: 0;
	}

	.about-innokin h2 {
		font-size: 20px!important;
		text-transform: uppercase;
	}

	.about-innokin .span12 .span6:first-child {
		order: 2;
		text-align: center;
		margin: 0 auto;
	}

	.about-innokin .span12 .span6:first-child .about-left-col {
		text-indent: 0;
	}

	.about-innokin .span12 {
		flex-wrap: wrap;
	}

	.about-innokin .about-right-col h5 {
		margin-bottom: 10px;
	}

	.about-innokin .about-right-col {
		margin-top: 30px;
	}

	.about-innokin .about-left-col {
		margin: 30px auto 0 auto;
		width: 60%;
	}

	.about-innokin {
		text-align: center;
	}

	.padding-tb-178 {
		padding: 50px 0px!important;
	}

	.img-alignment {
		flex-wrap: wrap;
	}

	.img-alignment.right .content-col {
		padding-right: 0px!important;
	}

	.img-alignment .content-col h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.img-alignment .content-col p {
		font-size: 15px;
	}

	.numeric-innokin .span12 {
		display: flex!important;
	}

	.numeric-innokin .numeric-content {
		padding: 20px 0 30px 0;
	}

	.numeric-innokin .numeric-content h2 {
		font-size: 35px;
		margin-bottom: 0;
	}

	.numeric-innokin .numeric-content p {
		font-size: 14px;
	}

	.module_160174360534066 .img-alignment.left .content-col {
		padding: 10px 0px;
	}

	.module_160174360534066 .img-alignment .content-col {
		order: 2;
	}

	.about-rss-field.padding-tb-150 {
		padding: 0px!important;
	}

	.about-rss-field .hs-rss-item {
		flex: 100%;
		max-width: 100%;
	}

	#about-blogs .span4 {
		width: 285px !important;
	}
/*   .blog-listing-home.padding-tb-100
  {
    padding:50px 0px!important;
  } */
	.about-rss-field {
		padding: 0;
	}
 /*-------------------------about us end--------------------------*/ 
  
  
  
/*-------------------------contect us--------------------------*/  
	.contact-content-area {
		text-align: center;
		padding: 10px 0px;
	}

	.contact-content-area p {
		font-size: 16px!important;
	}

	.contact-form-area {
		padding-left: 0px!important;
	}

	.address-content-text {
		border-bottom: 0!important;
	}

	.contact-bd .address-area-space {
		margin-bottom: 20px;
		height: auto;
	}

	.contact-bd .address-area-space:last-child {
		margin-bottom: 20px;
	}

	.contact-bd .address-content-text {
		padding-bottom: 0;
	}

	.contact-bd .contact-form-area .input {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.contact-bd .hs-form-field label {
		flex: 0 0 30%;
		max-width: 30%;
	}
/*-------------------------contact us end--------------------------*/
  
  
  
/*-------------------------blog--------------------------*/
  
	.blog-bd .padding-tb-100 {
		padding: 30px 0px;
	}

	.blog-bd .custom-sidebar .recent-section1.span12 {
/*     display: flex; */
	}

	.blog-bd .custom-sidebar .recent-section1.span12 .span8 {
		min-width: 180px;
	}

	.blog-bd .custom-sidebar .recent-section1.span12 .span4 {
		float: left;
		width: 31.914893614%;
	}

	.blog-bd .custom-sidebar .recent-section1.span12 .span8 {
		float: left;
		width: 65.95744680199999%;
	}

	.blog-bd .custom-sidebar .recent-text {
		padding-left: 5px;
	}

	.blog-bd .blog-left-listing h2 {
		margin-bottom: 30px;
		text-align: center;
		display: inline-block;
		font-size: 30px;
	}

	.blog-bd .innokin-blog-listing .post-header h4 a {
		text-transform: none;
	}

	.innokin-blog-listing .post-header h4 {
		height: auto;
	}

	.blog-bd .post-body.clearfix {
		padding: 10px 0 0 0;
	}

	.blog-bd .custom-sidebar h3 {
		margin: 35px 0px 20px 0;
		font-size: 23px;
	}

	.blog-bd .banner-wrapper {
		padding: 120px 0px 50px 0px !important;
	}

	.blog-bd .banner-content h1 {
		text-transform: uppercase;
		font-size: 25px!important;
		letter-spacing: 3px;
		font-weight: 900!important;
	}
 
  
  
/*-------------------------blog end--------------------------*/
	.margin-t-50 {
		margin: 10px 0px 0px 0px;
	}

	.about-rss-field .hs-rss-item {
		padding: 5px 0px;
	}

	.about-rss-field h3 {
		margin-bottom: 10px;
	}

	.about-rss-field .hs-rss-title {
		margin-top: 10px;
	}

	.news-bd .margin-t-30 {
		margin: 30px 0px 30px 0px;
	}

	.news-bd .padding-t-80 {
		padding: 0px;
	}

	.news-bd #rsc-carousel {
		position: relative;
		padding: 0;
		display: inline-block;
	}

	.news-bd .padding-tb-100 {
		padding: 10px 0px 20px 0px;
	}

	.news-bd .about-rss-field {
		padding: 0;
	}  
/* .news-bd .margin-b-30 {
    margin: 0;
}   */
	.news-bd .blog-title h3 a {
		color: #000000;
		font-size: 20px;
	}


	.news-bd .recent-image-blog img {
		width: 100%;
/*     margin-bottom: 15px; */
	}

	.news-bd .header-m-fixed {
		background-color: var(--text-light);;
	}

	.hs-blog-post .blog-section.span12 .span6:first-child {
		order: 2;
	}

	.hs-blog-post .innokin-detail .blog-section.span12 {
		flex-wrap: wrap;
	}

	.hs-blog-post .innokin-detail .blog-section .span6 {
		width: 100%;
	}

	.hs-blog-post .innokin-detail .span6.bg-blog-detail {
		padding: 100px 0px;
		display: none;
	}

	.hs-blog-post .innokin-detail .detail-header {
		padding: 15px;
		background-color: #ffffff;
/*     border: 1px solid #90a3b92e; */
	}

	.innokin-detail .detail-header .author-bio-section {
		border-top: 1px solid rgba(144,163,185,.18);
		border-bottom: 1px solid rgba(144,163,185,.18);
		padding: 10px 0;
	}

	.hs-blog-post .innokin-detail .detail-title {
		font-size: 23px!important;
		line-height: unset;
		margin-bottom: 1rem;
	}

	.innokin-detail .author-name-bio p a {
		display: none;
	}

	.hs-blog-post .innokin-detail .blog-date-format {
		display: none;
	}

	.hs-blog-post .innokin-detail .author-name-format {
		display: block;
	}

	.hs-blog-post .innokin-detail .blog-section.span12 {
		height: auto;
	}

	.hs-blog-post .padding-tb-80 {
		padding: 20px 0px;
	}

	.innokin-detail .post-content-area {
		padding: 0 5px;
	}

	.hs-blog-post .innokin-detail .post-body img {
		padding: 0;
		float: unset!important;
		margin: 0 auto!important;
/* 		display: block; */
		border-radius: 5px;
	}

	.hs-blog-post .innokin-detail .post-bottom-share {
		margin-top: 20px;
	}

	.hs-blog-post .post-social-share {
		padding-top: 20px;
	}

	.hs-blog-post .author-bottom-section {
		padding: 20px 0px;
	}

	.hs-blog-post .margin-t-50 {
		margin: 20px 0px 0px 0px;
	}

	.hs-blog-post .innokin-detail .author-bottom-section .author-img {
		flex: 0 0 20%;
		max-width: 20%;
		display: flex;
	}

	.innokin-detail .author-name-bio {
		flex: 0 0 80%;
		max-width: 85%;
		width: 100%;
	}

	.author-bio-section .author-img img {
		width: 58px;
		height: 58px;
	}

	.hs-blog-post .innokin-detail .author-bottom-section .author-name-bio {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.hs-blog-post .about-rss-field .hs-rss-item {
		padding: 0;
	}

	.hs-blog-post .widget-type-cell.container {
		padding: 0px!important;
		margin-top: 20px;
	}

	.hs-blog-post .about-rss-field h3 {
		margin-bottom: 0px;
	}

	.blog-comment-post form {
		padding-bottom: 30px;
	}

	.blog-comment-post .margin-tb-50 {
		margin: 20px 15px;
	}

	.channel-tab-1 span {
		width: 260px!important;
	}
  
/*  footer start */
	.footer-form {
		width: 100%;
		margin: 0 auto;
	}
  
  
/*   footer end   */
  
/*  面包屑导航 start  */
	.breadcrumb-pg {
		padding: 0;
	}

	.breadcrumb-pg ul li {
		width: auto;
		display: inline-block;
	}

	.breadcrumb-pg ul li a {
		display: inline-block!important;
		width: auto!important;
		padding: 0px 15px!important;
	}

	.breadcrumb-pg ul li.active-branch a {
		padding-left: 0!important;
	}

	.breadcrumb-pg ul li:first-child a:after {
		top: 5px;
	}
/*  面包屑导航 end  */

/* 产品详情页 banner下的菜单 start*/
	.scrolling-menu {
		padding: 0;
	}
  
/* 产品详情页 banner下的菜单 end */
/*  产品详情页 360旋转右侧的切换 导航部分  */
	.product-detail-panel .detail-title ul li a {
		padding: 3px;
		letter-spacing: 0;
	}
/*  页面底部的博客列表  */
	.our-channel-responsive {
		padding-bottom: 5px;
		display: flex;
		flex-direction: column;
	}

	.type-nav-show {
		width: 100%!important;
	}

	.custom-sidebar .blog-title a {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.innokin-detail .tag-listing ul li {
		display: inline-block;
		margin: 5px;
	}

	.more-link {
		position: relative;
		margin-top: 20px;
	}

	.blog-pagination {
		width: auto;
	}

	.blog-pagination a {
		border-radius: 50%;
		width: 25px;
		height: 25px;
		line-height: 25px;
		margin: 0 3px;
	}

	.blog-pagination-right a, .blog-pagination-left a {
		margin: 0;
	}

	.innokin-blog-listing .topic-link {
		font-size: 12px;
	}

	.innokin-blog-listing .post-header a {
		font-size: 18px;
	}

	.custom-sidebar .recent-image-blog img {
		height: 102.77px;
	}

	.blog-bd .custom-sidebar {
		max-width: 100%;
	}

	.innokin-blog-listing .post-item {
		border-radius: 4px;
		padding: 0;
	}

	.innokin-blog-listing .post-item .post-body.clearfix {
		padding: 15px;
		margin: 0;
	}

	.innokin-blog-listing .post-item .more-link {
		display: none;
	}

	.innokin-blog-listing .hs-featured-image {
		min-height: 56VW;
		height: 56vw;
	}

	.innokin-blog-listing .blog-detail-desc {
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}

	.innokin-blog-listing .blog-detail-desc p {
		margin-bottom: 0;
	}

	.innokin-detail .author-name-bio h5 a {
		font-size: 17px;
		margin-top: 5px;
		display: inline-block;
	}

	.innokin-detail .author-name-bio p {
		font-size: 12px;
		line-height: 18px;
	}

	.hs-blog-post .innokin-detail .author-name-format .author-format {
		font-size: 12px;
		margin-bottom: 0;
	}

	.hs-blog-post .innokin-detail .author-name-format .blog-date-format .fa {
		transform: scale(0.9);
	}

	.recent-content h1, .recent-content h2, .recent-content h3, .recent-content h4, .recent-content h5, .recent-content h6, .recent-content strong, .recent-content b,.recent-content span,.recent-content p {
		font-size: 12px!important;
		line-height: 15px!important;
	}

	#hubspot-topic_data {
		margin-bottom: 0;
	}

	.innokin-detail .hs_cos_wrapper_type_social_sharing a img {
		height: 30px!important;
		width: 30px!important;
	}

	#hs_cos_wrapper_module_16056630605191199 .blog-listing-home {
		padding-top: 10px!important;
	}

	.news-bottom-listing .blog-listing-home .container {
		padding: 0!important;
		margin: 0!important;
	}

	.blog-listing-home .item-meta {
		margin-bottom: 0;
	}

	.blog-listing-home  .item-date {
		margin: 10px 0;
	}

	#hs_cos_wrapper_module_151388194555338 {
		margin-top: 30px;
	}

	.innokin-detail .post-body h2 ,.innokin-detail .post-body h2 span {
		font-size: 26px!important;
	}
	.innokin-detail .post-body p {
		font-size: 15px!important;
	}

	.aboutPage-NewTitle {
		margin-bottom: 0!important;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1180px) {
	.module_16011127876064 .main-logo {
		padding-left: 0!important;
	}

	.module_16011127876064 .sticky-logo {
		padding-left: 0!important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	section.product-listing.padding-tb-80 {
		padding: 80px 0px 0px 0px;
	}

	section.blog-listing-home.padding-tb-100 {
		padding: 0px 0px 0px 0px;
	}

	.our-channel-responsive .blog-title h3 a {
		font-size: 20px;
		line-height: 31px;
	}

	.contact-us-content .span6 {
		width: 100%!important;
		margin: 0!important;
	}

	.contact-form-area {
		padding-left: 0px!important;
	}

	.contact-bd .margin-b-80 {
		margin: 0px 0px 40px 0px;
	}

	.contact-content-area {
		text-align: center;
		padding-bottom: 20px;
	}

	.banner-content {
    left:50px !important;
    top:0vw;
		padding: 0px!important;
	}

	.margin-b-80 {
		margin: 0;
	}

	.about-innokin h2 {
		font-size: 20px!important;
		text-transform: uppercase;
	}

	.about-innokin .span12 .span6 {
		width: 100%;
	}

	.about-innokin .span12 .span6:first-child {
		order: 2;
		text-align: center;
		margin: 0 auto;
	}

	.padding-tb-178 {
		padding: 50px 0px;
	}

	.about-innokin .span12 .span6:first-child .about-left-col {
		text-indent: 0;
	}

	.about-innokin .span12 {
		flex-wrap: wrap;
	}

	.about-innokin .about-right-col h5 {
		margin-bottom: 10px;
	}

	.about-innokin {
		text-align: center;
	}

	.span5.content-col {
		width: 100%!important;
	}

	.img-alignment.right .content-col {
		padding-right: 0!important;
	}
}


/* 移动端下对margin padding的调整 start*/
@media only screen and (max-width: 768px) {
/*  标题大小调整 start */
	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 24px;
		font-weight: 500;
	}

	h3 {
		font-size: 23px;
		font-weight: 500;
	}

	h4 {
		font-size: 21px;
		font-weight: 500;
	}

	h5 {
		font-size: 18px;
		font-weight: 500;
	}

	h6 {
		font-size: 17px;
		font-weight: 500;
	}  
  
  
/* 标题大小调整 end   */
/*  margin  */
	.margin-tb-50 {
		margin: 20px 0px;
	}

	.margin-t-40 {
		margin: 15px 0px 0px 0px !important;
	}

	.margin-b-30 {
		margin: 0px 0px 15px 0px;
	}

	.margin-t-30 {
		margin-top: 15px;
	}

	.margin-t-15 {
		margin-top: 10px;
	}

	.margin-t-20 {
		margin-top: 10px;
	}

	.margin-b-20 {
		margin-bottom: 10px;
	}  
  
/*  padding  */
	.padding-tb-120 {
		padding: 40px 0;
	}

	.padding-tb-50 {
		padding: 20px 0;
	}

	.padding-t-60 {
		padding: 20px 0;
	}
  

	.padding-tb-60 {
		padding: 20px 0;
	}

	.padding-tb-80 {
		padding: 30px 0;
	}

	.padding-tb-100 {
		padding: 35px 0;
	}
  .padding-t-100 {
	  padding: 20px 0px 0px 0px;
  }


/* 单独调整版块间的间距 */
	.product-listing.padding-tb-100 {
		padding: 20px 0;
	}
/* 移动端下对margin padding的调整 end*/
}
.post-body .cta-list {
	display: flex;
	max-width: 100%;
	margin: 30px 0;
	justify-content: space-around;
}

.post-body .cta-list .hs-cta-wrapper {
	padding: 0 2px;
	display: inline-block;
}

.post-body .cta-list .hs-cta-wrapper a {
	padding: 0;
}

.post-body .cta-list .cta-item {
	color:var(--text-light);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.post-body .cta-list .cta-item:hover .cta-item span {
	background: #000
}

.post-body .cta-list .cta-item:hover img {
	transform: scale(1.1)
}

.cta-list .cta-item .cta-text>div {
	position: absolute;
	width: 100%;
	height: 100%;
}

.post-body .cta-list .cta-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: left;
}

.post-body .cta-list .cta-item img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: .5s
}

.post-body .cta-list .cta-item .cta-text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	border-radius: 5px;
	opacity: 1;
	transition: .5s
}

.post-body .cta-list .cta-item:hover .cta-text::before {
	opacity: 0;
	transition: .5s
}

.post-body .cta-list .cta-item h4 {
  color:var(--text-light);
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 15px;
	padding: 0 15px;
}

.post-body .cta-list .cta-item p {
	color:var(--text-light);
	font-size: 13px;
	padding: 0 15px;
}
.post-body .cta-list .cta-item:hover span{
  background: rgb(0,0,0,.6);
}
.post-body .cta-list .cta-item span {
	position: absolute;
	display: block;
	color:var(--text-light);
	font-size: 14px;
	width: 100%;
	bottom: 0;
	padding: 10px 0;
	text-align: center;
	border-radius: 0 0 5px 5px;
	background: rgb(0,0,0,.2);
	transition: all .5s;
}
@media (min-width: 769px){
.innokin-detail .post-body h2{
  font-size: 30px!important;
}
.innokin-detail .post-body h3{
  font-size: 20px!important;
}
.innokin-detail .post-body h4{
  font-size: 18px!important;
}
.innokin-detail .post-body h5{
  font-size: 16px!important;
}
.innokin-detail .post-body h6{
  font-size: 14px!important;
}
}

@media(max-width:767px) {
	.post-body .cta-list {
		flex-direction: column;
		flex-flow: wrap;
		justify-content: flex-start;
	}

	.post-body .cta-list .hs-cta-wrapper {
		width: 50%;
		margin-bottom: 1.5%;
	}

	.post-body .cta-list .cta-item h4 {
		font-size: 14px;
		margin-top: 15px;
		padding: 0 10px;
		font-weight: bold;
		text-indent: 10px;
	}

	.post-body .cta-list .cta-item p {
		margin: 5px 0 0 0;
		font-size: 12px !important;
		padding: 0 10px;
		display: none;
	}

	.post-body .cta-list .cta-item span {
		font-size: 13px;
		padding: 7px 0;
	}
}
/* CTA弹窗 */
.go1011812720 {
  transition: opacity .15s ease-in !important;
}