@charset "UTF-8";

/*
Theme Name: Qiye
Theme URI: https://www.zhutibaba.com/themes/qiye
Author: 主题巴巴
Author URI: https://www.zhutibaba.com
Description: 企业一号是一款由<a href="https://www.zhutibaba.com" target="_blank">主题巴巴</a>原创开发的WordPress企业主题。
Version: 2.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: qiye
Tags: two-columns, right-sidebar
*/
/*--------------------------------------------------------------
0. Reset
--------------------------------------------------------------*/
.one-line,
.entry-related li.hentry.type-news .entry-title,
.entry-related li.hentry.type-product .entry-title,
.widget_categories ul li,
.content-product-loop .hentry .entry-title,
.home-blog-loop .entry-title,
.home-product-loop .entry-title,
.two-lines,
.content-post-loop .hentry .entry-summary,
.home-blog-loop .entry-summary,
.three-lines,
.four-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

a:hover {
  color: #2b2b2b;
}

.one-line,
.entry-related li.hentry.type-news .entry-title,
.entry-related li.hentry.type-product .entry-title,
.widget_categories ul li,
.content-product-loop .hentry .entry-title,
.home-blog-loop .entry-title,
.home-product-loop .entry-title {
  text-align: center;

}

.home-product-loop .entry-title {
  text-align: center;
  background: #fff;
  padding: 15px;
  min-height: 5.6em;

}
.home-product-loop .entry-title a{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示两行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-product-loop .entry-title a:hover {
  text-decoration: none;
  color: #2b2b2b;
}

.home-product-loop .entry-title:hover {
  box-shadow: #bababa 0px 0px 3px 0px;
  -webkit-box-shadow: #bababa 0px 0px 3px 0px;
}

.two-lines,
.content-post-loop .hentry .entry-summary,
.home-blog-loop .entry-summary {
  -webkit-line-clamp: 2;
}

.three-lines {
  -webkit-line-clamp: 3;
}

.four-lines {
  -webkit-line-clamp: 4;
}

html {
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  color: #414141;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #414141;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

sup {
  top: -.5em;
}

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

pre {
  white-space: pre-wrap;
}

.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure>img {
  display: block;
}

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

img[class*="align"],
img[class*="attachment-"] {
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.5075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
1. Defaults
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
}

strong,
b {
  font-weight: bold;
}

input,
textarea,
select {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
  font-size: 1em;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #eee;
  outline: none;
  color: #414141;
}

input:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #ddd;
  outline: none;
}

textarea {
  padding: 10px 15px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="tel"] {
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
}

button,
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: none;
  color: #fff !important;
  display: inline-block;
  padding: 0 15px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s;
  text-decoration: none;
}

button:hover,
.btn:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #fff;
  opacity: 0.85;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

button:hover,
.btn:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

button:focus,
textarea:focus {
  outline: 0;
}

.click-button:before {
  content: " ";
  clear: both;
  display: block;
}

.action-button a:link,
.action-button a:visited {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  margin: 0 10px 20px 0;
  padding: 14px 18px;
  height: auto;
  text-align: center;
}

.action-button .subtitle {
  display: block;
  font-weight: normal;
  font-size: 0.72em;
  line-height: 1;
  margin: 6px 0 0;
}

.blue-button a:link,
.blue-button a:visited {
  background-color: #037ef3;
}

.green-button a:link,
.green-button a:visited {
  background-color: #2c9f45;
}

.orange-button a:link,
.orange-button a:visited {
  background-color: #f85a40;
}

.yellow-button a:link,
.yellow-button a:visited {
  background-color: #ffc845;
}

.red-button a:link,
.red-button a:visited {
  background-color: #ed1c24;
}

.purple-button a:link,
.purple-button a:visited {
  background-color: #8e43e7;
}

.black-button a:link,
.black-button a:visited {
  background-color: #111;
}

.white-button a:link,
.white-button a:visited {
  background-color: #fff;
  color: #111 !important;
}

.white-button a:link .subtitle,
.white-button a:visited .subtitle {
  color: #999;
}

table {
  font-size: 1em;
  color: #333333;
  border-width: 1px;
  border-color: #eee;
  border-collapse: collapse;
  width: 100%;
}

table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #eee;
  background-color: #f7f7f7;
}

table tr:hover td {
  background-color: #f9f9f9;
}

table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #eee;
  background-color: #ffffff;
}

select {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 .75em;
  height: 2.507em;
  font-size: .97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #414141;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: color .3s, border .3s, background .3s, opacity .3s;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/wp-content/themes/qiye/assets/img/arrow-down.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  border-radius: 0;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  clear: both;
}

.alignnone {
  display: block;
}

/* Clear Floats */
.clear,
.clearfix {
  clear: both;
}

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clear:after,
.clearfix:after {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.sticky,
.bypostauthor {
  background: inherit;
  color: inherit;
}

body,
input,
textarea,
table {
  font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
  background: #fff;
  color: #414141;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active,
a:focus {
  outline: 0;
}

.container {
  margin: 0 auto;
  width: 1180px;
}

/* =Genericons, thanks to FontSquirrel.com for conversion!
-------------------------------------------------------------- */
@font-face {
  font-family: 'Genericons';
  src: url("/wp-content/themes/qiye/genericons/font/genericons-regular-webfont.eot");
  src: url("/wp-content/themes/qiye//wp-content/themes/qiye/genericons/font/genericons-regular-webfont.eot") format("embedded-opentype"), url("/wp-content/themes/qiye/genericons/font/genericons-regular-webfont.woff") format("woff"), url("/wp-content/themes/qiye/genericons/font/genericons-regular-webfont.ttf") format("truetype"), url("/wp-content/themes/qiye/genericons/font/genericons-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Genericons */
.bypostauthor>article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.comment-list .children li:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_happythemes_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead .container {
  position: relative;
}

#masthead{
    border-bottom:4px solid #8a8585;
}

body.admin-bar .site-header {
  top: 32px;
  border-top: 1px solid #e0e0e0;
  /*max-width: 1180px;*/
  margin: 0 auto;
  border-bottom: 4px solid #727070;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

/* Smartphone */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

.site-header {
  background-color: #fff;
  width: 100%;
  -webkit-transition: height .25s ease;
  transition: all .25s ease;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}

.site-header.site-header-scrolled {
  background-color: #fff;
  z-index: 9999;
}

.site-header .search-icon {
  display: block;
  position: absolute;
  /* top: 23px; */
  top: 84px;
  right: 0;
  -webkit-transition: top .25s ease;
  transition: top .25s ease;
}

.site-header .search-icon:hover {
  cursor: pointer;
}

.site-header .search-icon span {
  color: #414141;
  font-size: 1.3em;
  font-weight: bold;
  vertical-align: middle;
}

.site-header .search-icon .genericon-search.active {
  display: none;
}

.site-header .search-icon .genericon-close {
  display: none;
}

.site-header .search-icon .genericon-close.active {
  display: inline-block;
}

.search-input {
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
  height: 38px;
  line-height: 38px;
  color: #414141;
  text-indent: 5px;
}

.search-input:focus {
  background-color: #fff;
  border-color: #bfbfbf;
}

.search-submit {
  border-left: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 42px;
  line-height: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

/* Header Search */
.header-search {
  display: none;
  background-color: #fff;
  line-height: 1;
  width: 300px;
  height: 60px;
  position: absolute;
  top: 55px;
  right: 30px;
  z-index: 999;
  box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
  -webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
}

.header-search:after {
  color: #999;
  font-family: 'Genericons';
  font-size: 22px;
  content: '\f400';
  position: absolute;
  top: 19px;
  left: 24px;
}

.header-search .search-input {
  background: #f5f5f5;
  border: none;
  color: #222;
  font-size: 14px;
  width: 249px;
  height: 32px;
  padding-left: 35px;
  position: absolute;
  top: 13px;
  left: 13px;
}

.header-search .search-submit {
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 13px;
  right: 13px;
  width: 60px;
  text-align: center;
  text-transform: uppercase;
}

.header-search .search-submit:hover {
  opacity: 0.85;
}

.header-buttons {
  float: right;
  margin-top: 8px;
}

.header-button {
  border-radius: 2px;
  display: inline-block;
  font-size: 0.9em;
  height: 31px;
  line-height: 31px;
  /* margin-top: 22px; */
}

.header-button.is-button {
  background: #037ef3;
  color: #fff;
  padding: 0 12px;
}

.header-button.is-button:hover {
  color: #fff;
  opacity: 0.9;
}

.header-text {
  line-height: 75px;
}

/*--------------------------------------------------------------
2.1 Logo
--------------------------------------------------------------*/
.site-branding {
  float: left;
  text-align: left;
}

.site-branding #logo {
  float: left;
  padding-left: 10px;
  height: 75px;
  line-height: 75px;
}

.site-branding img {
  width: auto;
  vertical-align: middle;
  height: 100%;
}

.site-title {
  font-size: 1.5em;
  font-weight: bold;
  float: left;
  transition: line-height .25s ease;
}

.site-title h1 {
  line-height: 73px;
}

.site-title a,
.site-title a:visited {
  color: #414141;
  display: block;
  text-decoration: none;
}

.site-desc {
  border-left: 1px solid #f0f0f0;
  float: left;
  color: #bbb;
  font-size: 12px;
  line-height: 1;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  top: 25px;
}

.site-desc .line2 {
  margin-top: 3px;
}

.site-desc .no-line2 {
  line-height: 29px;
}

/*--------------------------------------------------------------
2.1 Navigation Menu
--------------------------------------------------------------*/
/* Essential Styles */
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
  display: block;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu ul ul {
  top: 1px;
  left: 240px;
}

.sf-menu>li {
  float: left;
}

.sf-menu a {
  display: block;
  position: relative;
}

/* Theme Navigation Skin */
.sf-menu {
  float: left;
}

.sf-menu ul {
  background-color: #fff;
  padding: 0 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: solid 1px #f0f0f0;
}

.sf-menu a {
  text-decoration: none;
  zoom: 1;
  /* IE7 */
}

.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  line-height: 45px;
  padding-bottom: 5px;
  -webkit-transition: line-height .25s ease;
  transition: line-height .25s ease;
}

.sf-menu li a {
  color: #414141;
  font-size: 15px;
  margin: 0 12px;
  position: relative;
  text-transform: uppercase;
}

.sf-menu li a:before {
  background-color: transparent;
  content: " ";
  display: block;
  height: 4px;
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  transition: 0.3s all;
}

.sf-menu li li {
  height: auto;
  line-height: 1;
}

.sf-menu li li a {
  color: #414141;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 8px 15px;
  text-transform: none;
}

.sf-menu li li a:hover {
  background-color: #f9f9f9;
}

.sf-menu li li a:before {
  content: none;
}

.sf-menu li li ul {
  margin-top: -1px;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 6px;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -8px;
  height: 0;
  width: 0;
  content: '\f431';
  font: normal 15px/1 'Genericons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  right: 18px;
  margin-top: -4px;
  margin-right: 0;
  content: '\f501';
  font: normal 9px/1 'Genericons';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Primary Menu */
#primary-nav {
  float: left;
  margin-left: 15px;
}

/*--------------------------------------------------------------
3. Homepage
--------------------------------------------------------------*/
.entry-title a,
.entry-title a:visited {
  color: #414141;
  text-decoration: none;
}

.entry-title a:hover {
  text-decoration: none;
}

/* Site Content */
.site-content {
  background-color: #f4f5f6;
}

.home .site-content {
  background-color: #fff;
}

#primary {
  background-color: #fff;
  box-sizing: border-box;
  float: left;
  width: 860px;
  margin: 20px 0;
  padding: 20px;
}

.home #primary {
  float: none;
  width: 100%;
  background-color: transparent;
}

/*--------------------------------------------------------------
3.2 Recent Content
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.breadcrumbs .breadcrumbs-nav {
  color: #fff;
  font-size: 0.95em;
  font-weight: bold;
}

.breadcrumbs .breadcrumbs-nav a {
  background: url("/wp-content/themes/qiye/assets/img/arrow-right-white.png") no-repeat right center;
  background-size: 7px 7px;
  color: #fff;
  padding-right: 14px;
  margin-right: 2px;
  text-decoration: none;
}

.breadcrumbs .breadcrumbs-nav a:hover {
  text-decoration: underline;
}

.site-breadcrumbs {
  border-bottom: 1px solid #f0f0f0;
  color: #999;
  font-size: 0.85em;
  line-height: 1.4;
  margin: 0 0 20px;
  padding-bottom: 10px;
}

.site-breadcrumbs .fa {
  margin: 0 4px;
}

.site-breadcrumbs a,
.site-breadcrumbs a:visited {
  color: #999;
}

.site-breadcrumbs a:hover,
.site-breadcrumbs a:visited:hover {
  color: #333;
}

.breadcrumbs h1,
.breadcrumbs h2,
.breadcrumbs h3 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.post-link {
  display: block;
  position: relative;
}

.content-loop .hentry {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.content-loop .entry-header {
  margin-bottom: 15px;
}

.content-loop .entry-title {
  font-size: 1.3em;
  line-height: 1.25;
  margin-bottom: 10px;
}

.content-loop .thumbnail-link {
  float: left;
  display: block;
  width: 220px;
  margin: 0 20px 0 0;
  position: relative;
  text-align: center;
}

.content-loop .thumbnail-link img {
  width: 100%;
  height: auto;
  line-height: 0.8;
}

.content-loop .entry-summary {
  color: #999;
}

.content-loop .content-ad {
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
}

.content-loop .content-ad .widget-title {
  display: none;
}

.content-loop .content-ad img {
  line-height: 0.8;
  max-width: 100%;
}

.content-loop .entry-meta,
.content-search .entry-meta,
.single #primary .entry-meta {
  color: #999;
  font-size: 0.9em;
  position: relative;
  margin-bottom: 15px;
}

.content-loop .entry-meta em,
.content-search .entry-meta em,
.single #primary .entry-meta em {
  font-style: normal;
}

.content-loop .entry-meta a,
.content-loop .entry-meta .edit-link,
.content-search .entry-meta a,
.content-search .entry-meta .edit-link,
.single #primary .entry-meta a,
.single #primary .entry-meta .edit-link {
  color: #999;
  font-style: normal;
  text-decoration: none;
}

.content-loop .entry-meta a:hover,
.content-loop .entry-meta .edit-link:hover,
.content-search .entry-meta a:hover,
.content-search .entry-meta .edit-link:hover,
.single #primary .entry-meta a:hover,
.single #primary .entry-meta .edit-link:hover {
  text-decoration: underline;
}

.content-loop .entry-meta .sep,
.content-search .entry-meta .sep,
.single #primary .entry-meta .sep {
  color: #ccc;
  margin: 0 3px;
}

/*--------------------------------------------------------------
3.3 Pagination
--------------------------------------------------------------*/
.pagination {
  clear: both;
  margin: 5px 0;
  width: 100%;
  text-align: center;
}

.pagination .nav-links {
  width: 100%;
}

.pagination .page-numbers {
  background-color: #f0f0f0;
  color: #414141;
  display: inline-block;
  font-size: 1em;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 10px;
  transition: 0.3s all;
  text-decoration: none;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background-color: #037ef3;
  color: #fff;
  text-decoration: none;
}

.pagination .prev,
.pagination .next {
  position: relative;
  width: auto;
}

/*--------------------------------------------------------------
4. Single Post/Page
--------------------------------------------------------------*/
.page-title {
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-template-default .page-title {
  text-align: center;
}

.single article.hentry .thumbnail-wrap {
  margin-bottom: 15px;
}

.single .entry-header {
  margin: 0 0 25px 0;
  text-align: center;
}

.single .entry-header .entry-meta {
  margin-bottom: 15px;
}

.single .entry-footer {
  margin-top: 25px;
}

.error404 .site-main .entry-thumbnail,
.single .site-main .entry-thumbnail,
.page .site-main .entry-thumbnail {
  margin-bottom: 10px;
}

.error404 h1.entry-title,
.single h1.entry-title,
.page h1.entry-title {
  font-size: 1.6em;
  line-height: 1.25;
  margin-bottom: 20px;
}

.error404 .entry-content label,
.error404 .page-content label {
  display: inline-block;
}

/* Related  Posts */
.entry-related {
  border-top: 1px solid #e9e9e9;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
}

.entry-related .related-title {
  font-size: 1.3em;
  margin-bottom: 20px;
}

.entry-related li.hentry.type-news {
  list-style: none;
  margin-bottom: 20px;
}

.entry-related li.hentry.type-news .entry-title {
  font-size: 1em;
  font-weight: normal;
  list-style: none;
  padding-left: 12px;
  position: relative;
  overflow: hidden;
}

.entry-related li.hentry.type-news .entry-title:before {
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 7px;
}

.entry-related li.hentry.type-news .entry-title a {
  color: #414141;
}

.entry-related li.hentry.type-news .entry-title a:hover {
  color: #037ef3;
}

.entry-related li.hentry.type-product {
  list-style: none;
  margin-bottom: 30px;
  text-align: center;
}

.entry-related li.hentry.type-product .entry-title {
  font-size: 1em;
  line-height: 1.4;
}

.entry-related li.hentry.type-product img {
  width: 100%;
}

/* Entry Tags */
.entry-tags {
  margin-bottom: -5px;
}

.entry-tags span {
  font-size: 0.75em;
  margin-right: 10px;
}

.entry-tags .tag-links a {
  border: 1px solid #e6e6e6;
  display: inline-block;
  color: #666;
  font-size: 12px;
  height: 26px;
  line-height: 24px;
  margin: 0 2px 5px 0;
  padding: 0 8px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s all;
}

/* Entry Content */
.page-content a,
.entry-content a {
  text-decoration: underline;
}

.page-content a:hover,
.entry-content a:hover {
  color: #f47721;
}

.page-content .wp-post-image,
.entry-content .wp-post-image {
  margin-bottom: 10px;
  width: 100%;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-content h1,
.entry-content h1 {
  font-size: 32px;
}

.page-content h2,
.entry-content h2 {
  font-size: 30px;
}

.page-content h3,
.entry-content h3 {
  font-size: 24px;
}

.page-content h4,
.entry-content h4 {
  font-size: 20px;
}

.page-content h5,
.entry-content h5 {
  font-size: 18px;
}

.page-content h6,
.entry-content h6 {
  font-size: 16px;
}

.page-content p,
.entry-content p {
  line-height: 2;
  margin-bottom: 25px;
}

.page-content ul,
.page-content ol,
.entry-content ul,
.entry-content ol {
  margin: 0 0 25px 0;
}

.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin: 8px 0 0 25px;
}

.page-content ul li,
.entry-content ul li {
  list-style: none;
  margin: 0 0 10px 0;
  padding-left: 18px;
  position: relative;
}

.page-content ul li:hover:before,
.entry-content ul li:hover:before {
  color: #414141;
}

.page-content ul li:before,
.entry-content ul li:before {
  border-radius: 3px;
  background-color: #ccc;
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 11px;
}

.page-content ul li ul li,
.entry-content ul li ul li {
  list-style: none;
}

.page-content ol li,
.entry-content ol li {
  list-style: inside decimal;
  margin: 0 0 10px 0;
}

.page-content select,
.entry-content select {
  padding: 0 5px;
}

.page-content select:focus,
.page-content select:active,
.entry-content select:focus,
.entry-content select:active {
  outline: none;
}

.page-content dl,
.entry-content dl {
  margin-bottom: 20px;
}

.page-content fieldset,
.entry-content fieldset {
  border: 1px solid #e9e9e9;
  margin: 0 2px 20px 2px;
  padding: 0.35em 0.625em 0.75em;
}

.page-content input[type="radio"],
.entry-content input[type="radio"] {
  -webkit-appearance: radio;
}

.page-content input[type="checkbox"],
.entry-content input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

.page-content ::-webkit-file-upload-button,
.entry-content ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.page-content label,
.entry-content label {
  display: inline-block;
}

.page-content table,
.entry-content table {
  margin-bottom: 20px;
}

.page-content select,
.entry-content select {
  border: 1px solid #e9e9e9;
  font-size: 1em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 2em;
  max-width: 100%;
  -webkit-appearance: menulist;
}

.page-content input[type="text"],
.page-content input[type="email"],
.page-content input[type="url"],
.page-content input[type="search"],
.page-content input[type="password"],
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="search"],
.entry-content input[type="password"] {
  width: 300px;
}

.page-content input[type="file"],
.entry-content input[type="file"] {
  border: none;
}

.page-content textarea {
  width: 100%;
  height: 200px;
}
.entry-content textarea {
  width: 100%;
  height: 100px;
}

.page-content .wp-caption,
.entry-content .wp-caption {
  background-color: #f7f7f7;
  padding: 0 0 1px 0;
}

.page-content .wp-caption-text,
.entry-content .wp-caption-text {
  font-size: 13px;
  color: #777;
}

blockquote {
  background-color: #f9f9f9;
  border: 1px solid #e9e9e9;
  color: #999999;
  padding: 20px;
  line-height: 1.35;
  margin-bottom: 25px;
  position: relative;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote cite {
  color: #333333;
  display: block;
  margin-top: 10px;
}

blockquote cite:before {
  content: "\2014 \2009";
}

/*--------------------------------------------------------------
5. Archive/Search Page
--------------------------------------------------------------*/
.search-no-results .not-found .page-title {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
6. Comments
--------------------------------------------------------------*/
.comments-area {
  border-top: 1px solid #e9e9e9;
  background-color: #fff;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
}

.comments-title {
  font-size: 1.3em;
  margin-bottom: 20px;
}

.comment-reply-title {
  font-size: 1.3em;
  margin-bottom: 20px;
}

.comment-list {
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
  margin: 0 0 30px 0;
}

.comment-author {
  font-size: 0.9em;
}

.comment-meta {
  margin-bottom: 4px;
}

.comment-list .reply,
.comment-metadata {
  font-size: 0.95em;
}

.comment-list .reply {
  margin-top: 10px;
}

.comment-author .fn {
  font-weight: bold;
}

.comment-author a {
  color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a,
.comment-list .reply a {
  color: #777 !important;
  text-decoration: none;
}

.comment-list .trackback a:hover,
.comment-list .pingback a:hover,
.comment-metadata a:hover,
.comment-list .reply a:hover {
  color: #333 !important;
}

.comment-author a:hover {
  color: #414141;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  margin: 0 0 20px 0;
}

.comment-list>li:first-child>article,
.comment-list>.pingback:first-child,
.comment-list>.trackback:first-child {
  border-top: 0;
}

.comment-author {
  position: relative;
}

.comment-author .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: auto;
}

.bypostauthor>article .fn:before {
  color: #fbb034;
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
}

.says {
  display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
  padding-left: 64px;
}

.comment-author {
  display: inline;
}

.comment-metadata {
  display: inline;
  margin-left: 7px;
}

.comment-edit-link {
  margin-left: 10px;
}

.comment-edit-link:hover {
  text-decoration: none;
}

#cancel-comment-reply-link:hover {
  text-decoration: none;
}

.comment-edit-link:before {
  content: "\f411";
}

.comment-reply-link:hover {
  text-decoration: none;
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: '\f467';
  color: #aaa;
  margin-right: 2px;
}

.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 24px 22px;
}

.comment-content li>ul,
.comment-content li>ol {
  margin-bottom: 0;
}

.comment-content> :last-child {
  margin-bottom: 0;
}

.comment-list .children {
  list-style: none;
  margin-left: 64px;
}

.comment .comment-respond {
  margin: 25px 0;
}

.comment-respond h3 {
  margin-top: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
  color: #777;
}

.comment-notes a,
.comment-awaiting-moderation a,
.logged-in-as a,
.no-comments a,
.form-allowed-tags a,
.form-allowed-tags code a {
  color: #777;
}

.comment-notes a:hover,
.comment-awaiting-moderation a:hover,
.logged-in-as a:hover,
.no-comments a:hover,
.form-allowed-tags a:hover,
.form-allowed-tags code a:hover {
  color: #414141;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 0.95em;
  margin-bottom: 10px;
}

.no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase;
}

.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 20px;
}

.comment-form textarea {
  width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 48.5%;
}

.comment-form .comment-form-url {
  width: 100%;
}

.comment-form .comment-form-url:before {
  content: '';
  display: block;
  clear: both;
}

.comment-form .comment-form-author {
  float: left;
}

.comment-form .comment-form-email {
  float: right;
}

.comment-form:after {
  content: '';
  display: block;
  clear: both;
}

.comment-form .submit {
  font-size: 1em;
  padding: 0 18px;
}

.comment-form-cookies-consent {
  margin: 0 0 20px 0;
}

.comment-form-cookies-consent label {
  font-weight: normal !important;
}

.comment-form label {
  font-size: 0.95em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  -o-appearance: checkbox;
  appearance: checkbox;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5;
}

.required {
  color: #c0392b;
}

.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 24px;
  overflow: hidden;
  width: 24px;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 20px;
}

.comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block;
}

.comment-navigation .nav-previous a {
  margin-right: 10px;
}

#comment-nav-above {
  margin-top: 36px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
7. 侧边栏
--------------------------------------------------------------*/
.sidebar {
  float: right;
  width: 300px;
  margin: 20px 0;
}

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 10px;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget h2,
.sidebar .widget .widget-title {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 0.95;
  margin-bottom: 15px;
  padding-left: 12px;
  position: relative;
}

.sidebar .widget h2:before,
.sidebar .widget .widget-title:before {
  background-color: #037ef3;
  border-radius: 1px;
  content: " ";
  display: block;
  width: 4px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar .widget p {
  margin-bottom: 20px;
}

.sidebar .widget ol>li,
.sidebar .widget ul>li {
  list-style: none;
  line-height: 1.5;
  margin: 0 0 10px 0;
  position: relative;
}

.sidebar .widget ol>li a,
.sidebar .widget ul>li a {
  color: #414141;
}

.sidebar .widget ol li:last-child,
.sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget select {
  width: 100%;
  max-width: 100%;
}

.sidebar .widget_search input[type='search'] {
  width: 193px;
}

.sidebar .widget_search .search-submit,
.sidebar .widget_search input[type='submit'] {
  color: #fff;
  width: 60px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.sidebar .wp-block-search .wp-block-search__label {
  display: none;
}

.sidebar .wp-block-search .wp-block-search__input {
  border-color: #f0f0f0;
  height: 41px;
}

.sidebar .wp-block-search .wp-block-search__button {
  background-color: #037ef3;
  border: none;
  color: #fff;
  width: 60px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
}

.sidebar .widget_social_icons ul li,
.sidebar .widget_posts_thumbnail ul li {
  list-style: none;
}

.sidebar .widget_social_icons ul li:before,
.sidebar .widget_posts_thumbnail ul li:before {
  content: none;
  display: none;
}

.sidebar .widget_posts_thumbnail {
  color: #777;
}

.sidebar .widget_posts_thumbnail ul>li {
  margin-bottom: 20px;
}

.sidebar .widget_posts_thumbnail .thumbnail-wrap,
.sidebar .widget_posts_thumbnail .wp-post-image,
.sidebar .widget_posts_thumbnail img {
  width: 80px;
  height: auto;
}

/* Posts with Thumbnail Widget */
.widget_posts_thumbnail ul li {
  margin: 0 0 20px 0;
}

.widget_posts_thumbnail li:after {
  content: "";
  display: block;
  clear: both;
}

.widget_posts_thumbnail .entry-thumbnail {
  float: left;
}

.widget_posts_thumbnail .entry-wrap {
  display: table;
}

.widget_posts_thumbnail .thumbnail-wrap {
  float: left;
  margin: 0 12px 0 0;
  line-height: 0;
}

.widget_posts_thumbnail .entry-meta {
  font-size: 0.9em;
  margin-top: 5px;
}

/* Recent Posts Widget */
.widget_recent_entries .post-date {
  font-size: 13px;
  color: #777;
  margin-left: 5px;
}

/* Categories Widget */
.widget_categories ul li {
  color: #777;
  display: inline-block;
  width: 49%;
}

.sidebar,
.site-footer {
  /* Ad Widget */
  /* Tag Cloud Widget */
}

.sidebar .widget_ad,
.site-footer .widget_ad {
  background: none;
  padding: 0;
}

.sidebar .widget_ad img,
.site-footer .widget_ad img {
  line-height: 0.8;
}

.sidebar .widget_tag_cloud .tagcloud a,
.site-footer .widget_tag_cloud .tagcloud a {
  border: 1px solid #e9e9e9;
  display: inline-block;
  color: #777;
  font-size: 12px !important;
  height: 26px;
  line-height: 24px;
  margin: 0 2px 5px 0;
  padding: 0 8px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s all;
}

.sidebar .widget_tag_cloud .tagcloud a:hover,
.site-footer .widget_tag_cloud .tagcloud a:hover {
  border-color: #037ef3;
  color: #037ef3;
}

/*--------------------------------------------------------------
7. Footer
--------------------------------------------------------------*/
.home .footer-columns {
  border-bottom-color: #e3e3e3;
}

.footer-columns {
  padding: 20px;
  border-bottom: 1px solid #e9e9e9;
}

.footer-columns .widget {
  margin-bottom: 20px;
}

.footer-columns .widget_posts_thumbnail .thumbnail-wrap,
.footer-columns .widget_posts_thumbnail .wp-post-image,
.footer-columns .widget_posts_thumbnail img {
  width: 80px;
  height: auto;
}

.home .site-footer {
  background-color: #f0f0f0;
  padding: 20px;
  border-top: 8px solid #727070;
}

#text-4 {
  width: 200px;
}

.site-footer {
  background-color: #fff;
  width: 1180px;
  margin: 0 auto;
  padding-top: 20px;

}

.site-footer .widget {
  color: #333;
  font-size: 0.9em;
  margin-bottom: 25px;
}

.site-footer .widget a {
  color: #333;
}

.site-footer .widget a:hover {
  color: #037ef3;
}

.site-footer .widget .widget-title {
  font-size: 1.4em;
  margin-bottom: 15px;
}

.site-footer .widget p {
  margin-bottom: 15px;
}

.site-footer .widget p:last-child {
  margin-bottom: 0;
}

.site-footer .widget ul>li {
  list-style: none;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 10px;
}

.site-footer .widget ul>li a {
  color: #333;
  text-decoration: none;
}

.site-footer .widget ul>li a:hover {
  color: #037ef3;
  text-decoration: underline;
}

.site-footer .widget ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.site-footer .widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.site-footer .widget select {
  width: 100%;
  max-width: 100%;
}

.site-footer .widget_posts_thumbnail ul li {
  margin-bottom: 20px;
}

.site-footer .widget_posts_thumbnail .thumbnail-wrap {
  line-height: 0.5;
}

.site-footer .widget_search input[type='search'] {
  width: 100%;
  margin-bottom: 10px;
}

.site-footer .widget_search input[type='submit'] {
  width: 100%;
}

.site-footer .widget_newsletter {
  background: none;
  padding: 0;
}

/* Bottom Right Buttons */
.bottom-right {
  display: none;
  width: 38px;
  position: fixed;
  right: 5px;
  bottom: 60px;
  z-index: 99;
  /* Back to top button */
}

.bottom-right #back-top.bottom-icon {
  visibility: hidden;
}

.bottom-right .icon-contact a {
  border-top: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.bottom-right span.icon-link,
.bottom-right a {
  background-color: #037ef3;
  cursor: pointer;
  display: inline-block;
}

.bottom-right span.icon-link span,
.bottom-right a span {
  color: #fff;
  display: inline-block;
  line-height: 38px;
  width: 38px;
  z-index: 25;
  background: #037ef3;
  font-size: 22px;
  text-align: center;
  -webkit-backface-visibility: hidden;
}

.bottom-right span.icon-link .icon,
.bottom-right a .icon {
  font-size: 16px;
  line-height: 38px;
}

.bottom-right span.icon-link .text,
.bottom-right a .text {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  color: #333;
  display: none;
  width: 38px;
  height: 38px;
  line-height: 1;
  font-size: 12px;
  padding: 6px 2px 0px;
  box-sizing: border-box;
  max-height: 38px;
}

.bottom-right span.icon-link:hover,
.bottom-right a:hover {
  text-decoration: none;
}

.bottom-right span.icon-link:hover .icon,
.bottom-right a:hover .icon {
  display: none;
}

.bottom-right span.icon-link:hover .text,
.bottom-right a:hover .text {
  display: inline-block;
}

/* Tooltip */
.tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
  line-height: 1.7;
  opacity: 1;
}

.tooltip .bottom {
  min-width: 200px;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px;
  color: #444444;
  background-color: #fff;
  font-weight: normal;
  font-size: 13px;
  border-radius: 4px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  text-align: center;
}

.tooltip .bottom h3 {
  color: #666;
  font-weight: normal;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 0;
}

.tooltip:hover .bottom {
  display: block;
  visibility: visible;
  opacity: 1;
}

.tooltip .bottom i {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.tooltip .bottom i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.left-space {
  min-width: 160px;
  position: relative;
  position: absolute;
  top: 50%;
  right: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}

.tooltip .left {
  min-width: 200px;
  margin-right: 11px;
  transform: translate(0, -50%);
  padding: 10px;
  color: #444444;
  background-color: #fff;
  font-weight: normal;
  font-size: 13px;
  border-radius: 4px;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.tooltip .left h3 {
  color: #333;
  font-weight: normal;
}

.tooltip:hover .left-space {
  visibility: visible;
  opacity: 1;
}

.tooltip .left i {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
  overflow: hidden;
}

.tooltip .left i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.contact-info h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1px;
}

.contact-info strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
}

.contact-info p {
  margin-bottom: 6px;
}

.contact-info img {
  vertical-align: middle;
}

.icon-weixin h3 {
  text-align: center;
}

/* Site Bottom */
#site-bottom {
  color: #777;
  font-size: 0.85em;
  padding: 20px 0;
  text-align: center;
}

#site-bottom a {
  text-decoration: none;
}

#site-bottom a:hover {
  text-decoration: underline;
}

#site-bottom .site-info a {
  color: #777;
}

#site-bottom .site-info a:hover {
  color: #037ef3;
  opacity: 1;
}

#site-bottom .site-info .ga-link {
  position: relative;
  margin-right: 15px;
}

#site-bottom .site-info .ga-link img {
  position: relative;
  margin: 0 5px 0 0;
  width: 16px;
  height: auto;
  top: 2px;
}

#site-bottom .footer-nav li {
  display: inline-block;
  list-style: none;
  line-height: 1;
  margin: 0 8px;
}

#site-bottom .footer-nav li a {
  color: #777;
}

#site-bottom .footer-nav li li {
  display: none;
}

.friend-section {
  background-color: #e6e6e6;
  color: #777;
  font-size: 0.85em;
  margin-bottom: -1px;
  padding: 6px 15px;
}

.friend-section strong {
  display: inline;
  font-weight: normal;
  margin-right: 10px;
}

.friend-nav {
  display: inline;
}

.friend-nav li {
  display: inline-block;
  list-style: none;
  line-height: 1;
  margin: 0 10px 0 0;
}

.friend-nav li a {
  color: #777;
}

.friend-nav li a:hover {
  color: #333;
  text-decoration: underline;
}

.friend-nav li li {
  display: none;
}

/*--------------------------------------------------------------
9. Misc.
--------------------------------------------------------------*/
#wpadminbar ul#wp-admin-bar-root-default>li.zhutibaba a {
  background-color: #34bf49;
  color: #fff;
  padding-right: 11px;
}

#wpadminbar ul#wp-admin-bar-root-default>li.zhutibaba a:hover {
  opacity: 0.85;
}

#wpadminbar ul#wp-admin-bar-root-default>li.zhutibaba a:before {
  color: #fff;
  content: "\f112";
  font-size: 17px;
  top: 4px;
}

.box-shadow {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
  transition: 0.3s all;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.header-search input[type="search"] {
  line-height: 32px;
}

.setup-notice {
  background-color: #f5f5f5;
  padding: 20px;
}

/* Responsive Menu */
.full-width {
  float: none !important;
  width: 100% !important;
}

img {
  -webkit-backface-visibility: hidden;
  transition: ease-in-out 200ms;
}

/* Carousel */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/wp-content/themes/qiye/assets/img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Featured Content */
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featured-content {
  overflow: hidden;
}

.featured-content .owl-carousel {
  position: relative;
}

.featured-content .owl-carousel:hover .owl-nav {
  opacity: 1;
}

.featured-content .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
  opacity: 0;
}

.featured-content .owl-carousel .owl-nav button.owl-prev,
.featured-content .owl-carousel .owl-nav button.owl-next {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  height: 40px;
  width: 30px;
  line-height: 40px;
  position: absolute;
}

.featured-content .owl-carousel .owl-nav button.owl-prev span,
.featured-content .owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.featured-content .owl-carousel .owl-nav button.owl-prev:hover,
.featured-content .owl-carousel .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.55);
}

.featured-content .owl-carousel .owl-nav button.owl-prev:before,
.featured-content .owl-carousel .owl-nav button.owl-next:before {
  font-size: 24px;
}

.featured-content .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}

.featured-content .owl-carousel .owl-nav button.owl-prev:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f104';
  display: inline-block;
  font-weight: 600;
}

.featured-content .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}

.featured-content .owl-carousel .owl-nav button.owl-next:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  display: inline-block;
  font-weight: 600;
}

.featured-content .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 0;
  z-index: 99;
  text-align: center;
  width: 100%;
}

.featured-content .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.featured-content .owl-theme .owl-dots .owl-dot:hover {
  box-shadow: none;
}

.featured-content .owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 4px;
  margin: 0 0 0 4px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}

.featured-content .owl-theme .owl-dots .owl-dot.active span,
.featured-content .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.featured-content .featured-slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.featured-content .featured-slide img {
  width: 100%;
}

.featured-content .featured-slide .thumbnail-link {
  display: block;
}

.featured-content .featured-slide .container {
  height: 100%;
  position: relative;
}

.featured-content .featured-slide .banner-wrap {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99;
}

.featured-content .featured-slide .banner-info {
  display: table-cell;
  vertical-align: middle;
}

.featured-content .featured-slide h2 {
  color: #fff;
  font-size: 2.6em;
  line-height: 1.2;
}

.featured-content .featured-slide h3 {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.2;
  margin-top: 20px;
}

.featured-content .featured-slide .banner-button {
  border: 1px solid;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  margin-top: 30px;
  padding: 10px 45px;
}

.featured-content .featured-slide .banner-button:hover {
  background-color: #037ef3 !important;
  border-color: #037ef3 !important;
  color: #fff !important;
}

.featured-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}



/* Section Header */
.section-header {
  margin-bottom: 30px;
  text-align: center;
}

.section-header h2 {
  font-size: 1.8em;
}

.section-header .section-sub-title {
  color: #999;
  margin-top: 15px;
}

.section-header .section-sub-title h3 {
  font-size: 1em;
  font-weight: normal;
}

/* Section: Feature */
.section-feature .home-section {
  padding-bottom: 30px;
}

.section-feature .icon-box {
  margin-bottom: 25px;
}

.section-feature .icon-box h6 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.section-feature .box-icon {
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #f1f2f3;
  border-radius: 10px;
}

.section-feature .box-icon i {
  color: #fff;
  font-size: 32px;
  vertical-align: middle;
}

.section-feature .box-content {
  display: table;
}

.section-feature .box-content p {
  font-size: 0.95em;
  line-height: 1.5;
}

.section-feature-bg .home-section {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 25px;
  position: relative;
}

.section-feature-bg .section-header {
  position: relative;
  z-index: 99;
}

.section-feature-bg .section-header h2,
.section-feature-bg .section-header .section-desc {}

.section-feature-bg .icon-box {
  background: #fff;
  color: #333;
  padding: 20px;
  margin-bottom: 25px;
  position: relative;
  z-index: 99;
}

.section-feature-bg .icon-box h6 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.section-feature-bg .box-icon {
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
}

.section-feature-bg .box-icon i {
  font-size: 32px;
}

.section-feature-bg .box-content {
  display: table;
}

.section-feature-bg .box-content p {
  font-size: 0.95em;
  line-height: 1.5;
}

/* Section: Counter */
.section-count {
  padding: 30px 0;
  width: 100% !important;
}

.countup-text {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.countup-text i {
  font-size: 3em;
  margin-bottom: 10px;
}

.countup-text .counter {
  display: none;
  font-size: 2.2em;
}

.countup-text h4 {
  font-size: 1.2em;
  margin-top: 10px;
}

/* Section: Client Logo */
.client-logo {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

.client-logo img {
  background-color: #a6a6a6;
}

/* Section: Text And Image */
.section-text-image h2.title {
  font-size: 1.8em;
  margin-bottom: 25px;
}

.section-text-image p {
  margin-bottom: 20px;
}

/* Section: Text And Image Alt */
.section-text-image-alt .home-section {
  padding: 0;
}

.section-text-image-alt h2.title {
  font-size: 1.8em;
  margin-bottom: 25px;
}

.section-text-image-alt p {
  margin-bottom: 20px;
}

.section-text-image-alt .link-section {
  float: left;
  line-height: 0.5;
  position: relative;
  width: 49%;
}

.section-text-image-alt .link-section:first-child {
  float: left;
}

.section-text-image-alt .link-section:last-child {
  float: right;
}

.section-text-image-alt .link-section:hover .link-name-default {
  opacity: 0;
  display: none;
}

.section-text-image-alt .link-section:hover .link-setion-text {
  opacity: 1;
}

.section-text-image-alt .link-section:hover .opacity-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}

.section-text-image-alt .link-name-default {
  border-bottom: 2px solid;
  color: #fff;
  padding-bottom: 4px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.section-text-image-alt .link-name-default h3 {
  font-size: 1.4em;
}

.section-text-image-alt .link-setion-text {
  color: #fff;
  position: absolute;
  bottom: 30px;
  padding: 0 20px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.section-text-image-alt .link-setion-text h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
}

.section-text-image-alt .link-setion-text p {
  line-height: 1.5;
}

.section-text-image-alt .link-more {
  border: 1px solid;
  display: inline-block;
  font-size: 0.9em;
  padding: 10px 25px;
}

.section-text-image-alt .link-more:hover {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}

.section-text-image-alt .opacity-overlay {
  /*
  display: none;
  background-color: rgba(0,0,0,0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  */
  background: rgba(0, 0, 0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* Section: Text And Image Background */
.section-text-image-bg {
  position: relative;
}

.section-text-image-bg .home-section {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.section-text-image-bg .container {
  position: relative;
  height: 100%;
}

.section-text-image-bg .section-wrap {
  display: table;
  position: absolute;
  top: 30px;
  left: 50px;
  height: 100%;
  width: 50%;
  z-index: 99;
}

.section-virtuosi {
  margin-top: -30px;
}

.section-virtuosi .ht_grid .single-item a {
  padding: 20px;
  float: left;
  width: 100%;
  text-align: center;
  border: 1px solid #ddd;
  color: #333;
  background-color: #fff;

}

.section-virtuosi .ht_grid_1_4,
.section-virtuosi .ht_grid_mo_1_2 {
  padding: 0;
}

.section-text-image-bg .link-section {
  display: table-cell;
  vertical-align: middle;
}

.section-text-image-bg .link-name-default {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.section-text-image-bg .link-name-default h3 {
  font-size: 1.8em;
  line-height: 1.4;
}

.section-text-image-bg .link-name-default:after {
  background-color: #fff;
  content: " ";
  display: block;
  width: 120px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-text-image-bg .link-setion-text {
  margin-top: 20px;
  color: #fff;
}

.section-text-image-bg .link-setion-text p {
  line-height: 1.7;
  margin-bottom: 0;
}

.section-text-image-bg .link-more {
  border: 1px solid;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  margin-top: 20px;
  padding: 10px 45px;
}

.section-text-image-bg .link-more:hover {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}

.section-text-image-bg .opacity-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.section-slogan {
  position: relative;
}

.section-slogan .home-section {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  padding: 0;
}

.section-slogan .container {
  position: relative;
  height: 100%;
}

.section-slogan .section-wrap {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.section-slogan .link-section {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.section-slogan .link-name-default {
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
}

.section-slogan .link-name-default h3 {
  font-size: 1.8em;
  line-height: 1.4;
}

.section-slogan .link-setion-text {
  margin-top: 10px;
  color: #fff;
}

.section-slogan .link-setion-text p {
  line-height: 1.5;
  margin-bottom: 0;
}

.section-slogan .link-more {
  border: 1px solid;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  margin-top: 20px;
  padding: 10px 45px;
}

.section-slogan .link-more:hover {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}

.section-slogan .opacity-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

/* Section: Service */
.section-service .home-section {
  background-color: #f0f0f0;
  padding-top: 0;
}

.section-service .single-item {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  transition: 0.3s all;
}

.section-service .single-item:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section-service .image-wrap {
  overflow: hidden;
}

.section-service .image-wrap img {
  line-height: 0.5;
}

.section-service .text-holder {
  padding: 8px 15px 10px;
}

.section-service .text-holder h5 {
  color: #333;
  font-size: 1.1em;
  margin-bottom: 8px;
}

.section-service .text-holder p {
  color: #999;
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 1px;
}

/* Section: Member */
.section-member {
  background-color: #f0f0f0;
}

.section-member .single-item {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  transition: 0.3s all;
}

.section-member .single-item:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section-member .image-wrap img {
  line-height: 0.5;
}

.section-member .text-holder {
  padding: 8px 15px 10px;
}

.section-member .text-holder h5 {
  color: #333;
  font-size: 1.1em;
  margin-bottom: 8px;
}

.section-member .text-holder p {
  color: #999;
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 1px;
}

.section-service .home-section,
.section-member .home-section {
  padding-bottom: 30px;
}

/* Archives */
.custom-page-header {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

.custom-page-header h1 {
  color: #fff;
  font-size: 2em;
}

.custom-page-header p {
  color: #fff;
  margin-top: 10px;
}

.custom-page-header .container {
  display: table;
  height: 100%;
}

.custom-page-header .page-banner {
  position: relative;
  z-index: 9;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

.header-image {
  background-size: cover;
  background-position: center center;
}

#primary .products-menu {
  margin-bottom: 30px;
}

.products-menu {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
}

.products-menu.no-banner {
  border-top: 1px solid #f0f0f0;
  height: 51px;
}

.products-menu ul.sf-menu li {
  list-style: none;
  line-height: 50px;
}

.products-menu ul.sf-menu li a {
  color: #333;
  font-size: 0.9em;
}

.products-menu ul.sf-menu li a:before {
  content: none;
}

.products-menu ul.sf-menu li a:hover {
  color: #037ef3;
}

.products-menu ul.sf-menu ul li {
  line-height: 1.6;
}

.products-menu .cat-item-none {
  display: none;
}

.content-product-loop .hentry {
  margin-bottom: 40px;
  text-align: center;
  border: 1px solid #eeeeee;
}

.content-product-loop .hentry img {
  /* margin-bottom: 5px; */
  width: 100%;
}

.content-product-loop .hentry .entry-title {
  padding: 5px 15px;
  line-height: 1.6;
  height: 4.6em;

}
.content-product-loop .hentry .entry-title a {
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  }

.search-results .content-post-loop .hentry .thumbnail-link {
  width: 80px;
}

.content-post-loop .hentry {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.content-post-loop .hentry:after {
  clear: both;
  display: block;
  content: '';
}

.content-post-loop .hentry:hover .entry-date {
  background-color: #f0f0f0;
  color: #666;
}

.content-post-loop .hentry .entry-title {
  font-size: 1.25em;
  margin-bottom: 6px;
}

.content-post-loop .hentry .thumbnail-link {
  float: left;
  margin: 0 20px 0 0;
  width: 180px;
  line-height: 1;
}

.content-post-loop .hentry .entry-meta {
  color: #999;
  font-size: 13px;
  margin-bottom: 4px;
}

.content-post-loop .hentry .entry-meta .sep {
  color: #ccc;
  margin: 0 3px;
}

.content-post-loop .hentry .entry-date {
  background-color: #f5f5f5;
  border-radius: 3px;
  color: #999;
  float: left;
  line-height: 1;
  width: 80px;
  margin: 0 20px 0 0;
  padding: 12px 10px;
  font-weight: bold;
  text-align: center;
}

.content-post-loop .hentry .entry-date .entry-day {
  display: block;
  font-size: 2.3em;
}

.content-post-loop .hentry .entry-date .entry-month {
  border-top: 1px solid #e6e6e6;
  display: block;
  font-size: 0.85em;
  margin: 4px 0 0 0;
  padding: 7px 0 0 0;
}

.content-post-loop .hentry .entry-summary {
  color: #666;
  font-size: 0.95em;
}

.view-count {
  margin-right: 2px;
}

/* Single Product */
.single .slider-content {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.single .slider-content img {
  text-align: center;
}

.single .slider-content li {
  list-style: none;
  padding: 0;
}

.single .slider-content li:before {
  content: none;
}

.single .slider-content .owl-carousel:hover .owl-nav {
  opacity: 1;
}

.single .slider-content .owl-carousel:not(.owl-loaded) {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.single .slider-content .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -18px;
  opacity: 0;
}

.single .slider-content .owl-carousel .owl-nav button.owl-prev,
.single .slider-content .owl-carousel .owl-nav button.owl-next {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  color: #fff;
  height: 36px;
  width: 25px;
  line-height: 25px;
  position: absolute;
}

.single .slider-content .owl-carousel .owl-nav button.owl-prev span,
.single .slider-content .owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.single .slider-content .owl-carousel .owl-nav button.owl-prev:hover,
.single .slider-content .owl-carousel .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.55);
}

.single .slider-content .owl-carousel .owl-nav button.owl-prev:before,
.single .slider-content .owl-carousel .owl-nav button.owl-next:before {
  font-size: 18px;
}

.single .slider-content .owl-carousel .owl-nav button.owl-prev {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  left: 0;
}

.single .slider-content .owl-carousel .owl-nav button.owl-prev:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f104';
  display: inline-block;
  font-weight: 600;
}

.single .slider-content .owl-carousel .owl-nav button.owl-next {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  right: 0;
}

.single .slider-content .owl-carousel .owl-nav button.owl-next:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  display: inline-block;
  font-weight: 600;
}

.single .slider-content .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  right: 14px;
  top: -3px;
  z-index: 99;
}

.single .slider-content .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.single .slider-content .owl-theme .owl-dots .owl-dot:hover {
  box-shadow: none;
}

.single .slider-content .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0 0 0 4px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
}

.single .slider-content .owl-theme .owl-dots .owl-dot.active span,
.single .slider-content .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.single .product-summary {
  border: 1px solid #e9e9e9;
  background-color: #f9f9f9;
  padding: 10px 20px;
}

.single .product-buttons {
  text-align: center;
  margin-bottom: 25px;
}

.single .product-buttons .product-button {
  background-color: #037ef3;
  border-radius: 3px;
  color: #fff;
  font-size: 0.95em;
  margin: 0 10px;
  padding: 9px 15px;
  text-decoration: none;
}

.single .product-buttons .product-button:hover {
  opacity: 0.85;
}

.single .product-buttons .product-button.button_img {
  background-color: #37b256;
}

/* Grid System */
.grid-wrap {
  margin-left: -10px;
  margin-right: -10px;
}

.ht_grid_1_2 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.ht_grid_1_2:nth-of-type(2n+1) {
  clear: left;
}

.ht_grid_1_2:nth-of-type(2n+0) {
  margin-right: 0;
  clear: right;
}

.ht_grid_1_3 {
  box-sizing: border-box;
  float: left;
  width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.ht_grid_1_3:nth-of-type(3n) {
  margin-right: 0;
}

.ht_grid_1_3:nth-of-type(3n+1) {
  clear: left;
}

.ht_grid_1_4 {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.content-product-loop .hentry {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  float: left;
  width: calc(25% - 20px);
  background-color: #fff;
}



.ht_grid_1_4:nth-of-type(4n) {
  margin-right: 0;
  clear: right;
}

.ht_grid_1_4:nth-of-type(4n+1) {
  clear: left;
}

.ht_grid_1_5 {
  box-sizing: border-box;
  float: left;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.ht_grid_1_5:nth-of-type(5n) {
  margin-right: 0;
  clear: right;
}

.ht_grid_1_5:nth-of-type(5n+1) {
  clear: left;
}

.ht_grid_1_6 {
  box-sizing: border-box;
  float: left;
  width: 16.6666%;
  padding-left: 10px;
  padding-right: 10px;
}

.ht_grid_1_6:nth-of-type(6n) {
  margin-right: 0;
  clear: right;
}

.ht_grid_1_6:nth-of-type(6n+1) {
  clear: left;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .ht_grid_1_4 {
    width: 50%;
  }

  .ht_grid_1_4:nth-of-type(4n) {
    margin-right: 0;
    clear: right;
  }

  .ht_grid_1_4:nth-of-type(4n+1) {
    clear: left;
  }

  .ht_grid_1_4:nth-of-type(2n) {
    margin-right: 0;
  }

  .ht_grid_1_4:nth-of-type(2n+1) {
    clear: left;
  }

  .ht_grid_1_5 {
    width: 50%;
  }

  .ht_grid_1_5:nth-of-type(5n) {
    margin-right: 0;
    clear: right;
  }

  .ht_grid_1_5:nth-of-type(5n+1) {
    clear: none;
  }

  .ht_grid_1_5:nth-of-type(2n) {
    margin-right: 0;
  }

  .ht_grid_1_5:nth-of-type(2n+1) {
    clear: left;
  }

  .ht_grid_1_6 {
    box-sizing: border-box;
    float: left;
    width: 33.33333%;
  }

  .ht_grid_1_6:nth-of-type(6n) {
    margin-right: 0;
    clear: right;
  }

  .ht_grid_1_6:nth-of-type(6n+1) {
    clear: none;
  }

  .ht_grid_1_6:nth-of-type(3n) {
    margin-right: 0;
  }

  .ht_grid_1_6:nth-of-type(3n+1) {
    clear: left;
  }
}

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

  .ht_grid_1_2,
  .ht_grid_1_3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .ht_grid_1_2:after,
  .ht_grid_1_3:after {
    clear: both;
    content: " ";
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

  .ht_grid_1_4,
  .ht_grid_1_5,
  .ht_grid_1_6 {
    float: left;
    width: 50%;
  }
  .section-virtuosi .ht_grid_1_6{
      width: 33.3333%;
  }
  

  .ht_grid_1_4:nth-of-type(2n),
  .ht_grid_1_5:nth-of-type(2n),
  .ht_grid_1_6:nth-of-type(2n) {
    margin-right: 0;
    clear: right;
  }
  

  .ht_grid_1_4:nth-of-type(2n+1),
  .ht_grid_1_5:nth-of-type(2n+1),
  .ht_grid_1_6:nth-of-type(2n+1) {
    clear: left;
  }
  .section-virtuosi .ht_grid_1_6:nth-of-type(n) {
    margin-right: 0;
    clear: none !important;
  }
  .section-virtuosi .ht_grid_1_6:nth-of-type(2n+) {
    margin-right: 0;
    clear: none !important;
  }
}

/* Responsive Grid */
@media only screen and (max-width: 480px) {

  .ht_grid_1_4,
  .ht_grid_1_5,
  .ht_grid_1_6 {
    /*float: none;*/
    width: 50%;
    margin-right: 0;
  }

  .ht_grid_1_4:after,
  .ht_grid_1_5:after,
  .ht_grid_1_6:after {
    clear: both;
    content: " ";
    display: block;
  }

  .grid-wrap-mo {
    margin-left: -5px;
    margin-right: -5px;
  }

  .ht_grid_mo_1_2 {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .section-virtuosi .ht_grid_mo_1_2{
      width: 33.3333%;
  }

  .ht_grid_mo_1_2:nth-of-type(2n+1) {
    clear: left;
  }

  .ht_grid_mo_1_2:nth-of-type(2n+0) {
    margin-right: 0;
    clear: right;
  }
  .section-virtuosi .ht_grid_mo_1_2:nth-of-type(2n+1),
  .section-virtuosi .ht_grid_mo_1_2:nth-of-type(2n){
      clear:none !important;
  }
  .section-virtuosi .container{
      padding: 0 !important;
  }
}

/* New Version */
.thumbnail-link {
  display: block;
}

.home-section {
  padding: 50px 0;
  padding-top: 0 !important;
}

.section-text-image-alt {
  padding-bottom: 50px;
}

.custom-section.section-text-image-bg {
  padding-bottom: 50px;
  background-color: #f0f0f000 !important;
}

.section-text-image-bg .opacity-overlay {
  background-color: rgba(0, 0, 0, 0);
}

.section-header h2 {
  margin-bottom: 5px;
}

.section-header .section-desc {
  color: #999;
  letter-spacing: 1px;
}

.section-more {
  line-height: 1;
  margin: 25px 0 0 0;
  text-align: center;
}

.section-more a {
  border: 1px solid;
  display: inline-block;
  font-size: 0.9em;
  padding: 10px 35px;
  transition: 0.3s all;
}

.section-more a:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.home-blog-loop .hentry {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  margin: 10px;
  width: calc(50% - 20px);
}

.home-blog-loop .thumbnail-link {
  float: left;
  width: 120px;
  margin: 0 15px 0 0;
}

.home-blog-loop .entry-date {
  background-color: #f5f5f5;
  border-radius: 3px;
  color: #999;
  float: left;
  line-height: 1;
  width: 76px;
  margin: 0 15px 0 0;
  padding: 12px 10px;
  font-weight: bold;
  text-align: center;
}

.home-blog-loop .entry-date .entry-day {
  display: block;
  font-size: 2.1em;
}

.home-blog-loop .entry-date .entry-month {
  border-top: 1px solid #e6e6e6;
  display: block;
  font-size: 0.8em;
  margin: 4px 0 0 0;
  padding: 7px 0 0 0;
}

.home-blog-loop .entry-title {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.home-blog-loop .entry-title a {
  color: #333;
}

.home-blog-loop .entry-meta {
  color: #999;
  font-size: 13px;
  margin-bottom: 5px;
}

.home-blog-loop .entry-category a:hover {
  text-decoration: underline;
}

.home-blog-loop .sep {
  color: #ccc;
  margin: 0 3px;
}

.home-blog-loop .entry-summary {
  color: #777;
  font-size: 0.9em;
  line-height: 1.7;
}

.home-product-loop .hentry {
  margin-bottom: 30px;
}

.home-product-loop .thumbnail-link {
  line-height: 0;
  margin: 0;
  overflow: hidden;
}

.home-product-loop .thumbnail-link img {
  width: 100%;
}

.home-product-loop .entry-title {
  text-align: center;
}

.home-product-loop .entry-title a {
  color: #333;
  line-height: 1.8em;
}

.home-product-loop .slider-wrap .hentry {
  margin-bottom: 10px;
}

.home-product-loop .owl-carousel {
  position: relative;
}

.home-product-loop .owl-carousel:hover .owl-nav {
  opacity: 1;
}

.home-product-loop .owl-carousel:not(.owl-loaded) {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.home-product-loop .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -40px;
}

.home-product-loop .owl-carousel .owl-nav button.owl-prev,
.home-product-loop .owl-carousel .owl-nav button.owl-next {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  height: 30px;
  width: 24px;
  line-height: 30px;
  position: absolute;
}

.home-product-loop .owl-carousel .owl-nav button.owl-prev span,
.home-product-loop .owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.home-product-loop .owl-carousel .owl-nav button.owl-prev:hover,
.home-product-loop .owl-carousel .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.65);
}

.home-product-loop .owl-carousel .owl-nav button.owl-prev:before,
.home-product-loop .owl-carousel .owl-nav button.owl-next:before {
  font-size: 18px;
}

.home-product-loop .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.home-product-loop .owl-carousel .owl-nav button.owl-prev:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f104';
  display: inline-block;
  font-weight: 600;
}

.home-product-loop .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.home-product-loop .owl-carousel .owl-nav button.owl-next:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  display: inline-block;
  font-weight: 600;
}

.home-product-loop .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: -10px;
  z-index: 99;
  text-align: center;
  width: 100%;
}

.home-product-loop .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.home-product-loop .owl-theme .owl-dots .owl-dot:hover {
  box-shadow: none;
}

.home-product-loop .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0 0 0 4px;
  background: #999;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
}

.home-product-loop .owl-theme .owl-dots .owl-dot.active span,
.home-product-loop .owl-theme .owl-dots .owl-dot:hover span {
  background: #037ef3;
}

/* Responsive Menu */
.header-toggles {
  display: none;
  position: absolute;
  top: 9px;
  right: 0;
}

.header-toggles .toggle-icon {
  position: relative;
  padding: 1px 0;
}

.header-toggles .toggle-icon svg {
  fill: #666;
  height: 0.5rem;
  padding: 1px 0;
}

.header-toggles .toggle-text {
  color: #666;
  font-size: 1.2em;
}

.header-toggles.header-no-search {
  right: 5px;
}

button.toggle {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #666;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  padding: 0;
  text-transform: none;
}

/* Header Toggles ---------------------------- */
.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
  text-decoration: underline;
}

.menu-modal {
  background: #fff;
  display: none;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
  transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  z-index: 99;
}

.admin-bar .menu-modal {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .menu-modal {
    top: 46px;
  }
}

.menu-modal.show-modal {
  display: flex;
}

.menu-modal.active {
  left: 0;
  opacity: 1;
  right: 0;
  transition: opacity 0.25s ease-out;
  margin-bottom: 52px !important;
}

.menu-modal-inner {
  background: #fff;
  display: flex;
  justify-content: stretch;
  overflow: auto;
  -ms-overflow-style: auto;
  width: 100%;
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

button.close-nav-toggle {
  display: block;
  font-size: 1rem;
  justify-content: flex-end;
  padding: 0.3rem 1.5rem;
  width: 100%;
  height: auto;
  text-align: right;
}

button.close-nav-toggle svg {
  height: 1rem;
  width: 1rem;
  position: relative;
  top: 3px;
}

button.close-nav-toggle .toggle-text {
  margin-right: 0.6rem;
}

.menu-modal .menu-top {
  flex-shrink: 0;
}

/* Main Menu --------------------------------- */
.modal-menu {
  /*
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
  */
}

.modal-menu li {
  border-color: #dedfdf;
  border-style: solid;
  border-width: 1px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: flex-start;
  margin: 0;
}

.modal-menu>li>a,
.modal-menu>li>.ancestor-wrapper>a {
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
}

.modal-menu>li>a:hover,
.modal-menu>li>.ancestor-wrapper>a:hover {
  color: #037ef3;
}

.modal-menu>li:last-child {
  border-bottom-width: 1px;
}

.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.modal-menu a {
  display: block;
  padding: 0.8rem 1.5rem;
  line-height: 20px;
  text-decoration: none;
  width: 100%;
}

.modal-menu .sub-menu a{
    padding: 0.5rem 1.5rem;
}
.modal-menu a .fa {
  width: 24px;
  text-align: center;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item>.ancestor-wrapper>a,
.modal-menu li.current_page_ancestor>.ancestor-wrapper>a {
  text-decoration: none;
}

button.sub-menu-toggle {
  border-left: 1px solid #dedfdf;
  flex-shrink: 0;
  margin: 0.1rem 0;
  padding: 0 1.5rem;
  height: 42px;
  /*line-height: 30px;*/
}

button.sub-menu-toggle svg {
  height: 0.8rem;
  transition: transform 0.15s linear;
  width: 1rem;
}

button.sub-menu-toggle.active svg {
  transform: rotate(180deg);
}

.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%;
}

.modal-menu ul li {
  /*border-left-width: 1rem;*/
  border-left-color: #fff;
}

.modal-menu ul.sub-menu li{
    width: calc(50% - 10px);
    float: left;
    margin-left:10px;
}
.modal-menu ul.sub-menu li:nth-last-child(2):nth-child(2n) {
  border-bottom-width: 1px;
}
.modal-menu ul.sub-menu li:nth-last-child(3):nth-child(2n+1) {
  border-bottom-width: 1px;
}
.modal-menu ul.sub-menu li:nth-last-child(1):nth-child(2n+1) {
  border-top-width: 0;
}
.modal-menu ul li a {
  color: inherit;
  font-weight: 500;
}

/* Main menu animation ----------------------- */
.menu-wrapper {
  width: 100%;
}

.menu-wrapper .menu-item {
  position: relative;
}

.menu-wrapper .active {
  display: block;
}

.menu-wrapper.is-toggling {
  pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
  width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
  transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
  transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
  opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
  display: block;
  transition-property: opacity;
  opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
  opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu>li:last-child li {
  border-top-color: transparent;
  border-bottom-width: 1px;
}

@media (prefers-reduced-motion: reduce) {

  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 1ms !important;
  }
}

/* Expanded Menu ----------------------------- */
.mobile-menu {
  display: block;
}

/* Misc. */
.custom-ad {
  line-height: 1;
}

.custom-ad img {
  border-radius: 5px;
}

.single-top-ad {
  margin-bottom: 20px;
}

.single-bottom-ad {
  margin-bottom: 20px;
}

.wp-bottom-menu {
  line-height: 1.4;
}

/*******************/
ul,
ol {
  list-style: none outside none;
}

.endbottom a {
  color: #ffffff !important;
  text-decoration: none
}

.section-header h2 {
  font-family: "Microsoft YaHei";
  font-size: 1.6em;
  font-weight: 600;
}

.sf-menu li a {
  font-family: "Microsoft YaHei";
  font-size: 1.2em;
  font-weight: 600;
}

.sf-menu li li a {
  font-size: 1.2em;
}

.sf-menu li a:hover:before,
.sf-menu li.sfHover a:before {
  background-color: #dc3232 !important;
  position: absolute;
  bottom: -6px;
}

.sf-menu li li a:hover {
  color: #dc3232 !important
}

.site-header .search-icon span {
  font-size: 1.6em !important;
}

@media (min-width:992px) {
  .mobile_foot_menu {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .mobile_foot_menu {
    height: 60px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
  }

  .mobile_foot {
    background-color: #f5f5f5;
    height: 60px;
    margin: 0 auto;
  }

  .f100 {
    height: 60px;
    width: 100%;
  }

  .mobile_foot ul {
    display: flex;
    justify-content: space-around;
    padding-top: 5px;
    box-sizing: border-box;
  }

  .mobile_foot ul a {
    text-align: center;
    height: 30px
  }

  .mobile_foot ul a img {
    height: 24px;
    width: 24px;
    margin-left: 2px;
    margin-bottom: -5px
  }

  .mobile_foot ul a p {
    color: #333;
    font-size: 14px
  }

  input[type="tel"] {
    width: 300px;
  }
}

.entry-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;

}

.site-breadcrumbs,
.page-content p,
.entry-content p {
  font-size: 1.2em;
}

.entry-content img,
.wp-block-image img {
  display: flex;
  margin: 0 auto;
  margin-bottom: 10px;
}

.fhjl {
  margin: 15px auto 0 auto;
  padding-top: 4px;
  background-color: #eee;
  overflow: hidden;
}

.fhjl marquee span {
  margin: 0 15px;
  display: inline-block;
  color: #111;
}

.fhjl marquee span img {
  width: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

/*# sourceMappingURL=style.css.map */

/* 智码强哥 94204000 */

.section-header h2 {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 20px;
}

.section-header h2::before,
.section-header h2::after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #999;
  
}

.section-header h2::before {
  left: -45px;
}

.section-header h2::after {
  right: -45px;
}

.home-section {
  background-color: #ffffff00 !important;
}

/** 表单容器 */
** 表单容器 */ #wpcf7-f11048-p16665-o1,
#wpcf7-f11048-p6637-o1 {
  background: #f8f5f0;
  padding: 20px;
  /* 减少内边距 */
  border-radius: 6px;
  /* 稍小的圆角 */
  margin: 15px auto;
  border: 1px solid #e0d5c3;
  max-width: 500px;
  /* 更紧凑的宽度 */
}

/* 标签文字样式 */
.wpcf7-form label {
  display: block;
  color: #5a4a3a;
  font-weight: 600;
  /* 稍细的字体 */
  margin: 12px 0 6px 0;
  /* 减少间距 */
  text-align: left;
  font-size: 16px;
  /* 稍小的字号 */
}

/* 输入框样式 */
.wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 10px 12px;
  /* 更紧凑的内边距 */
  border: 1px solid #d4b98a;
  border-radius: 3px;
  background: #fff;
  color: #333;
  box-sizing: border-box;
  font-size: 14px;
  /* 统一字体大小 */
  display: block
}

/* 文本域特殊处理 */
.wpcf7-textarea {
  min-height: 100px;
  /* 适当的高度 */
  resize: vertical;
}

/* 多选框组样式 */
.wpcf7-checkbox {
  margin: 8px 0;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin-right: 15px;
  margin-bottom: 6px;
}

.wpcf7-list-item-label {
  font-size: 17px;
}

input.wpcf7-form-control.wpcf7-text {
  min-width: 100% !important;
}

/* 提交按钮优化 */
.wpcf7-submit {
  background: #8c6a3e;
  color: white !important;
  border: none;
  padding: 12px 25px;
  /* 更紧凑 */
  font-size: 15px;
  border-radius: 3px;
  cursor: pointer;
  margin: 20px auto 0;
  display: block;
  transition: all 0.2s;
  height: 42px;
  /* 固定高度 */
}

.wpcf7-submit:hover {
  background: #6d5230;
  transform: translateY(-1px);
  /* 更小的悬停效果 */
}

/* 响应消息 */
.wpcf7-response-output {
  padding: 12px;
  margin: 15px 0 0 0 !important;
  font-size: 13px;
  border-radius: 3px;
}

/* 单选按钮组紧凑布局 */
.wpcf7-radio .wpcf7-list-item {
  margin-right: 15px;
  margin-bottom: 6px;
}

/* 验证错误提示 */
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
}

.wpcf7-form br {
  height: 1px;
  line-height: 1px;
  display: block
}

/* 视频居中 */
.wp-video {
  margin: 0 auto;
}

.pc-hide {
  display: none;
}

/* 热点推荐 */
.section-tuijian .ht_grid_container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.section-tuijian .grid-wrap .ht_grid {
  flex: 0 0 calc(50% - 5px);
  /* margin: 10px; */
  text-align: center;
  margin:5px 0;
}

.section-tuijian .grid-wrap .ht_grid img {
  width: 100%;
  height: auto;
  /*border-radius: 5px;*/
}

/* 视频分类 */
.category-shsp .content-product-loop .hentry .entry-thumb {
  position: relative;
}

.home .home-product-loop .hentry.category-shsp>a::after,
body.category-shsp .content-product-loop .hentry .entry-thumb::after {
  content: "?";
  /* Unicode播放符号 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  width: 35px;
  height:35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  /* 防止图标阻挡点击 */
}

.home .home-product-loop .hentry.category-shsp>a {
  position: relative;
}

/* article.category-shsp .slider-content { 
  display: none;
 } */

body {
  background: #eeeeee;
}

.custom-section .container,
.section-count .container {
  width: 100%;
  padding: 0 20px;
}
.section-count .container {
  max-width: 1180px;
  padding: 0 20px;
}

.footer-columns.container {
  width: 100%;
  padding: 0 20px;
}

.sidebar .widget_nav_menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 5px;
}

.sidebar .widget_nav_menu ul.menu li {
  flex: 0 0 calc((100% / 3) - 5px);
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin: 0;

}

/* 自定义热点小部件 */
/* 最终版热点内容小部件样式 - 版本 1.2 */

/* 基础容器样式 */
.final-hot-content-container {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* 无内容提示 */
.final-hot-content-container .no-content {
  color: #666;
  font-style: italic;
  margin: 0;
  padding: 10px 0;
}

/* ========== 列表模式样式 ========== */
.final-hot-content-list .final-hot-content-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.final-hot-content-list .final-hot-content-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* 带缩略图的列表项 */
.final-hot-content-list.has-thumbnail .final-hot-content-item {
  display: flex;
  gap: 15px;
}

/* 列表缩略图 */
.final-hot-content-list .list-thumbnail {
  flex: 0 0 80px;
}

.final-hot-content-list .list-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

/* 列表内容详情 */
.final-hot-content-list .list-details {
  flex: 1;
  overflow: hidden;
}

.final-hot-content-list .list-title {
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
}

.final-hot-content-list .list-title a {
  text-decoration: none;
  color: #333 !important;
  transition: color 0.2s ease;
}

.final-hot-content-list .list-title a:hover {
  color: #0073aa;
}

/* 列表摘要 */
.final-hot-content-list .list-excerpt {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
  line-height: 1.4;
}

/* 列表元信息 */
.final-hot-content-list .list-meta {
  font-size: 12px;
  color: #999;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

/* 分类标签 - 可点击 */
.final-hot-content-list .list-category {
  display: inline-block;
  padding: 2px 6px;
  background: #f5f5f5;
  border-radius: 3px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
}

.final-hot-content-list .list-category:hover {
  background: #e0e0e0;
  color: #0073aa;
}

/* 热度 */
.final-hot-content-list .list-views {
  display: inline-block;
}

/* ========== 网格模式样式(2列) ========== */
.final-hot-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.final-hot-content-grid .final-hot-content-item {
  margin-bottom: 0;
}

/* 网格项链接 */
.final-hot-content-grid .grid-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* 网格缩略图容器 */
.final-hot-content-grid .grid-thumbnail-container {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  /* 3:2 宽高比 */
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 8px;
  background: #f5f5f5;
}

/* 网格缩略图 */
.final-hot-content-grid .grid-thumbnail-container img,
.final-hot-content-grid .grid-thumbnail-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 缩略图占位符 */
.final-hot-content-grid .grid-thumbnail-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  background: #f0f0f0;
}

/* 悬停效果 */
.final-hot-content-grid .grid-item:hover .grid-thumbnail-container img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

/* 网格标题 */
.final-hot-content-grid .grid-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  padding: 0 5px;
  font-weight: normal;
  color: #333;
  /* 限制最多显示2行 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: calc(1.3em * 2);
  /* 基于行高计算高度 */
}

/* 响应式设计 - 小屏幕改为单列 */
@media (max-width: 480px) {
  .final-hot-content-grid {
    grid-template-columns: 1fr;
  }
}

/* 推荐小部件 */
/* 文章推荐小部件前端样式 */

/* 基础容器样式 */
.article-recommendation-container {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* 无内容提示 */
.article-recommendation-container .no-content {
  color: #666;
  font-style: italic;
  margin: 0;
  padding: 10px 0;
}

/* ========== 列表模式样式 ========== */
.article-recommendation-list .article-recommendation-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.article-recommendation-list .article-recommendation-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* 带缩略图的列表项 */
.article-recommendation-list.has-thumbnail .article-recommendation-item {
  display: flex;
  gap: 15px;
}

/* 列表缩略图 */
.article-recommendation-list .list-thumbnail {
  flex: 0 0 80px;
}

.article-recommendation-list .list-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

/* 列表内容详情 */
.article-recommendation-list .list-details {
  flex: 1;
  overflow: hidden;
}

.article-recommendation-list .list-title {
  margin: 0 0 5px 0;
  font-size: 15px;
  line-height: 1.3;
}

.article-recommendation-list .list-title a {
  text-decoration: none;
  color: #333 !important;
  transition: color 0.2s ease;
}

.article-recommendation-list .list-title a:hover {
  color: #0073aa;
}

/* 列表摘要 */
.article-recommendation-list .list-excerpt {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
  line-height: 1.4;
}

/* ========== 网格模式样式(2列) ========== */
.article-recommendation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.article-recommendation-grid .article-recommendation-item {
  margin-bottom: 0;
}

/* 网格项链接 */
.article-recommendation-grid .grid-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* 网格缩略图容器 */
.article-recommendation-grid .grid-thumbnail-container {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  /* 3:2 宽高比 */
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 8px;
  background: #f5f5f5;
}

/* 网格缩略图 */
.article-recommendation-grid .grid-thumbnail-container img,
.article-recommendation-grid .grid-thumbnail-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 缩略图占位符 */
.article-recommendation-grid .grid-thumbnail-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  background: #f0f0f0;
}

/* 悬停效果 */
.article-recommendation-grid .article-recommendation-item:hover .grid-thumbnail-container img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

/* 网格标题 */
.article-recommendation-grid .grid-title,
.article-recommendation-list .list-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  color: #333;
  padding: 0 5px;
  /* 限制最多显示2行 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: calc(1.3em * 2);
  /* 基于行高计算高度 */
}



/* 导航广告位 */
.ad {
  max-height: 75px;
  overflow: hidden;
}

.ad img {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  object-fit: cover;
  padding-right:0;
  /* 确保填满圆形 */
}

.header-inner-content {
  height: 80px;
}


.footer-1-1{
  display: flex;
}
#footer-qrcode{
  width: 280px;
  display: flex;
}
.footer-qrcode img {
  width: 130px;
  height: 130px;
  padding: 10px;
  /* border-radius: 50%; */
  background-color: #ffffff;
  margin: 10px;
  margin-top: 0;
}
#douyin_qr{
  margin-left:50px;
}

#product-buttons {
  border-top: #ad9064 dashed 3px;
  padding-top: 15px;
}

/* 在全局样式或页面样式中 */

.home .home-section{
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.site-footer .widget {
  max-width:240px;
}
 #text-4{
  display: none;
}

.home .comment li{
  line-height: 2em !important;
  display: block;
  flex: 0 0 100%;
}
.home .comment-section{
  line-height: 2em !important;
  background-color: #fff;
  padding: 20px;
  flex: 0 0 calc(50% - 10px);
  flex-wrap: wrap;
}
.home .comment-section .link-img{
  display: flex;
}
.home .comment-section .link-img h3{
  padding: 10px;
  padding-left:30px;
  font-size: 18px;
}
.home .comment-section .link-img img{
  width: 40px;
}
.home-comment{
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.home-comment-section{
  padding-top: 10px;
  padding-left: 20px;
  margin-top:20px;
}

.home .custom-section:nth-child(odd) {
  background-color: #eeeeee; /* 奇数行浅色 */
}

.home .custom-section:nth-child(even) {
  background-color: #ffffff; /* 偶数行白色 */
}
.home .custom-section{
  padding: 30px 5px;
  max-width: 1180px;
  margin:0 auto;
}
.home .custom-section:nth-child(2) {
  padding: 0 !important; /* 奇数行浅色 */
}

#secondary .widget_nav_menu{
    text-align: center;
}
#secondary .widget_nav_menu .widget-title{
    text-align: left;
}
.section-virtuosi{
    background: #dddddd00 !important;

  padding: 0 15px !important;

}
#colophon{
    width: 100%;
}

#colophon .footer-columns.container{
    max-width: 1180px;
}
#content{
    width:100% !important;
    background: #eeeeee;
}

.home .custom-section:nth-child(2) .container{
    padding: 0;
}

body .header-ad{
    line-height: 0;
    max-width: 1180px;
}

.home .section-comment-c{
    background: #eeeeee !important;
}
.home .section-comment-c .comment-item-title{
    
    font-weight: bold;
}
.home .section-header h2{
    margin-bottom: 20px;
}
.home .product-slider{
    background: #fafafa !important;
}


img{
    border-radius: 3px;
}


.wp-block-latest-posts__list li{
    list-style: disc !important;
}
ul.wp-block-latest-posts__list{
    padding-left:10px !important;
}
#masthead {
  position: static; /* 默认静态定位 */
  transition: all 0.3s;
}

/* 固定后的样式 */
#masthead.fixed {
  position: fixed;
  top: -75px;
  width: 100%;
  z-index: 1000;
  background: white; /* 避免透明 */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#masthead.fixed_login {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: white; /* 避免透明 */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.wp-video-shortcode{
    max-height:600px;
}

.post-famous-tags{
    position: absolute;
    width: 100%;
    padding:10px 5px;
    bottom:8px;
    background-color: #00000050;
    color:#fff;
    line-height: 1.1em;
}
.archive .entry-thumb{
    position: relative;
}











