@charset "UTF-8";

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: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  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 {
  color: #222;
  font-weight: normal;
}

strong,
b {
  font-weight: bold;
}

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

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

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

textarea {
  padding: 10px 15px;
}

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

button,
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: none;
  color: #fff;
  padding: 0 15px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
}

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

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

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

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

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

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

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

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

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

.alignnone {
  display: block;
}

/* Clear Floats */
.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  clear: both;
}

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

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

body {
  background: #f5f5f5;
  color: #333;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #222;
}

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

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

/* =Genericons, thanks to FontSquirrel.com for conversion!
-------------------------------------------------------------- */
@font-face {
  font-family: 'Genericons';
  src: url("genericons/font/genericons-regular-webfont.eot");
  src: url("genericons/font/genericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("genericons/font/genericons-regular-webfont.woff") format("woff"), url("genericons/font/genericons-regular-webfont.ttf") format("truetype"), url("genericons/font/genericons-regular-webfont.svg#genericonsregular") 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;
}

.wp-custom-header {
  position: absolute;
  top: 0;
  height: 75px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.wp-custom-header img {
  margin: 0 auto;
}

.site-header {
  background-color: #fff;
  width: 100%;
  height: 75px;
  line-height: 1;
}

.site-header .search-icon {
  display: block;
  position: absolute;
  top: 27px;
  right: 0;
}

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

.site-header .search-icon span:before {
  color: #222;
  font-size: 22px;
  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: #333;
  text-indent: 5px;
}

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

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

/* Header Search */
.header-search {
  display: none;
  background-color: #fff;
  border-top: 3px solid;
  line-height: 1;
  width: 300px;
  height: 60px;
  position: absolute;
  top: 75px;
  right: 0;
  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: 16px;
  width: 249px;
  height: 32px;
  padding-left: 38px;
  position: absolute;
  top: 13px;
  left: 13px;
}

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

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

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

.site-branding #logo {
  height: 75px; overflow: hidden;
}

.site-branding .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.site-branding img {
  max-height: 60px;
  vertical-align: middle;
  width: auto;
}

.custom-logo-link{
  display: flex;
  align-items: center;
  margin-top: 7px;
  gap: 10px;
}

.site-title {
  font-size: 1.4em;
  line-height: 75px;
}

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

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

.site-description {
  color: #999;
  font-size: 0.85em;
}

/*--------------------------------------------------------------
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: 225px;
}

.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;
  width: 240px;
  padding: 0 15px;
  box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
  -webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
}

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

.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  line-height: 75px;
}

.sf-menu li a {
  color: #2c3644;
  font-size: 15px;
  padding: 0 15px;
  text-transform: uppercase;
}

.sf-menu li a:before {
  border-bottom: 3px solid;
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

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

.sf-menu li a:hover:before {
  transform: scaleX(1);
}

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

.sf-menu li.sfHover a:before,
.sf-menu li.cur a:before,
.sf-menu li.cur a:hover:before {
  transform: scaleX(1);
}

.sf-menu li li {
  height: auto;
  line-height: 1.5;
  border-bottom: 1px solid #f0f0f0;
}

.sf-menu li li:last-child {
  border-bottom: none;
}

.sf-menu li li a {
  background: none !important;
  color: #222;
  font-size: 15px;
  padding: 12px 0;
}

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

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

.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
  color: #222;
  display: block;
}

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

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

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  right: 5px;
  margin-top: -5px;
  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-menu {
  margin-left: 25px;
}

/*--------------------------------------------------------------
3. Homepage
--------------------------------------------------------------*/
.item-title a,
.item-title a:visited {
  color: #222;
}

/* Site Content */
.site-content {
  padding: 20px 0;
}

#primary {
  float: left;
  width: 790px;
}

.site-main {
  background-color: #fff;
  padding: 25px;
  border-radius: 4px;
}

.thumbnail-wrap {
  position: relative;
}

.thumbnail-wrap .video-length {
  display: none;
  position: absolute;
  right: 3px;
  bottom: 3px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  font-size: 11px;
  padding: 2px 3px;
}

/*--------------------------------------------------------------
3.2 Recent Content
--------------------------------------------------------------*/
.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs h1 {
  color: #999;
}

.entry-category {
  margin-right: 15px;
}

.entry-category a {
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
  padding: 5px 6px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
}

.entry-category a:hover {
  color: #fff !important;
  text-decoration: none;
}

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

.item-line {
  margin-bottom: 25px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
}

.item-line img{
  width: 168px; height: 135px; 
  overflow: hidden;
  font-size: 0;
  border-radius: 3px;
  background: #efefef;
  display: block;
}

.item-line .thumbnail-link {
  float: left;
  width: 210px;
  margin: 0 25px 0 0;
  line-height: 0.5;
}

.item-line .thumbnail-link img {
  width: 100%;
  height: auto;
}


.item-line .item-text {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  width: 550px;
}

.item-line .item-text:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.item-line .item-title {
  font-size: 24px;
  margin-bottom: 20px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 30px;
}

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

.item-line .entry-summary {
  display: table;
  line-height: 1.8;
}

.item-line .entry-summary p {
  display: inline;
}

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

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

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

.read-more a,
.read-more a:visited {
  font-size: 14px;
  text-transform: uppercase;
}

.read-more a:hover {
  text-decoration: none;
}

.item-line .item-link,
.content-search .item-link,
.single #primary .item-link {
  text-align: right;
  font-size: 13px;
  position: relative;
  color: #999;
}

.item-line .item-link:after,
.content-search .item-link:after,
.single #primary .item-link:after {
  clear: both;
  content: " ";
  display: block;
}

.item-line .item-link a,
.content-search .item-link a,
.single #primary .item-link a {
  color: #999;
}

.item-line .item-link a:hover,
.content-search .item-link a:hover,
.single #primary .item-link a:hover {
  color: #222;
}

.item-line .item-link .meta-right,
.content-search .item-link .meta-right,
.single #primary .item-link .meta-right {
  float: right;
}

.item-line .item-link .entry-date,
.content-search .item-link .entry-date,
.single #primary .item-link .entry-date {
  margin-right: 15px;
}

.item-line .item-link .entry-comment,
.content-search .item-link .entry-comment,
.single #primary .item-link .entry-comment {
  margin-left: 8px;
  position: relative;
}

.item-line .item-link .entry-comment:before,
.content-search .item-link .entry-comment:before,
.single #primary .item-link .entry-comment:before {
  background-color: #e9e9e9;
  content: " ";
  display: inline-block;
  height: 14px;
  width: 1px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.content-search .item-text {
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.content-search .item-text.last {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.content-search .item-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.content-search .item-link {
  font-size: 12px;
}

.content-search .thumbnail-link {
  float: left;
  width: 96px;
  margin: 0 18px 0 0;
  line-height: 0.5;
}

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

.pagination .page-numbers {
  background-color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  text-transform: uppercase;
}

.pagination .page-numbers:hover {
  color: #fff;
  text-decoration: none;
}

.pagination .page-numbers.dots:hover {
  color: #333;
  background-color: transparent;
}

.pagination .page-numbers.current {
  color: #fff;
}

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

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

.entry-share {
  position: relative;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.entry-share a,
.entry-share a:visited {
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  height: 38px;
  margin: 0 8px 0 0;
  padding: 0 13px;
  -webkit-backface-visibility: hidden;
}

.entry-share a img,
.entry-share a:visited img {
  display: block;
  float: left;
  width: 14px;
  height: auto;
  margin: 12px 0 0 0;
}

.entry-share a span,
.entry-share a:visited span {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-top: 12px;
}

.entry-share a.twitter span,
.entry-share a.facebook span,
.entry-share a:visited.twitter span,
.entry-share a:visited.facebook span {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 10px;
  padding-left: 10px;
}

.entry-share a.google-plus span,
.entry-share a.pinterest span,
.entry-share a:visited.google-plus span,
.entry-share a:visited.pinterest span {
  text-indent: -9999em !important;
}

.entry-share a:hover {
  color: #fff;
  opacity: 0.85;
}

.single-credit {
  background-color: #f9f9f9;
  border-radius: 3px;
  margin: 30px 0;
  font-size: 13px;
  line-height: 1.8;
  padding: 10px;
  border: 1px solid #efefef;
  color: #999;
}

.single .entry-header {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.single .entry-header .item-link .entry-author,
.single .entry-header .item-link .entry-source {
  margin-right: 15px;
}

.single .entry-header .item-link .enrty-date {
  float: right;
}

.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.item-title,
.single h1.item-title,
.page h1.item-title {
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 15px;
}

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

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

.entry-related h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.entry-related .item-text {
  float: left;
  width: 230px;
  margin: 0 25px 25px 0;
}

.entry-related .item-text.last {
  margin-right: 0;
}

.entry-related .item-text:nth-of-type(3n+1) {
  clear: left;
}

.entry-related .item-text .item-title {
  font-size: 16px;
  line-height: 1.35;
  display: table;
}

.entry-related .item-text .item-link {
  font-size: 13px;
}

.entry-related .item-text .thumbnail-link {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}

.entry-related .item-text .thumbnail-wrap {
  height: auto;
  line-height: 0.8;
}

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

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

.entry-tags .tag-links a {
  background-color: #fff;
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  height: 25px;
  line-height: 23px;
  margin: 0 2px 5px 0;
  padding: 0 6px;
  position: relative;
  text-transform: uppercase;
}

.entry-tags .tag-links a:hover {
  color: #fff;
  text-decoration: none;
}

/* Entry Content */
.page-content,
.entry-content {
  /* Begin WP 5.0+ Styles */
  /* End WP 5.0+ Styles */
}

.page-content a:hover,
.entry-content a:hover {
  text-decoration: underline;
}

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

.page-content img,
.entry-content img {
  margin-bottom: 20px;
  max-width: 100%;
}

.page-content .wp-caption img,
.entry-content .wp-caption img {
  margin-bottom: 0;
}

.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: 25px;
  line-height: 1.35;
}

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

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

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

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

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

.page-content p,
.entry-content p {
  line-height: 1.8;
  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: #333;
}

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

.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 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,
.entry-content textarea {
  width: 100%;
  height: 200px;
}

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

.page-content .wp-block-gallery,
.entry-content .wp-block-gallery {
  margin: 0 0 9px 0;
}

.page-content .wp-block-gallery li,
.entry-content .wp-block-gallery li {
  padding: 0;
}

.page-content .wp-block-gallery li:before,
.entry-content .wp-block-gallery li:before {
  content: none;
}

.page-content .wp-block-gallery li img,
.entry-content .wp-block-gallery li img {
  margin: 0;
}

.page-content .wp-block-audio figcaption,
.page-content .wp-block-video figcaption,
.page-content .wp-block-image figcaption,
.page-content .wp-block-gallery .blocks-gallery-image figcaption,
.page-content .wp-block-gallery .blocks-gallery-item figcaption,
.entry-content .wp-block-audio figcaption,
.entry-content .wp-block-video figcaption,
.entry-content .wp-block-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

.page-content .wp-block-image figcaption,
.entry-content .wp-block-image figcaption {
  margin-top: -20px;
}

.page-content cite,
.entry-content cite {
  font-size: 15px;
  margin-bottom: 20px;
}

.page-content iframe,
.page-content .wp-block-audio,
.page-content .wp-block-video,
.entry-content iframe,
.entry-content .wp-block-audio,
.entry-content .wp-block-video {
  margin-bottom: 20px;
}

.page-content * p,
.entry-content * p {
  text-indent: 0;
}

.page-content blockquote,
.entry-content blockquote {
  background-color: #f5f6f7;
  border-left: 3px solid;
  color: #999999;
  font-style: normal;
  margin-bottom: 25px;
  padding: 15px 20px;
  line-height: 1.45;
  position: relative;
}

.page-content blockquote p,
.entry-content blockquote p {
  text-indent: 0;
}

.page-content blockquote p:last-child,
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.page-content blockquote cite,
.entry-content blockquote cite {
  color: #333333;
  display: block;
  margin-top: 10px;
}

.page-content blockquote cite:before,
.entry-content blockquote cite:before {
  content: "\2014 \2009";
}

.page-content .page-links,
.entry-content .page-links {
  color: #999;
  text-align: center;
}

.page-content .page-links .page-links-title,
.entry-content .page-links .page-links-title {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #999;
}

.page-content .page-links span,
.entry-content .page-links span {
  border: 1px solid #efefef;
  background-color: #fff;
  display: inline-block;
  margin: 0 -3px;
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
}

.page-content .page-links a,
.entry-content .page-links a {
  text-decoration: none;
}

.page-content .page-links a:last-child span,
.entry-content .page-links a:last-child span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#primary p,
.entry-summary,
.author-desc {
  line-height: 1.8em;
}

/*--------------------------------------------------------------
5. Archive/Search Page
--------------------------------------------------------------*/
.search-no-results .page-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.no-results .entry-content p,
.no-results .page-content p,
.not-found .entry-content p,
.not-found .page-content p {
  text-indent: 0;
}

/*--------------------------------------------------------------
6. Comments
--------------------------------------------------------------*/
.comment-respond {
  border-top: 1px solid #e9e9e9;
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
}

.comments-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-top: 1px solid #e9e9e9;
  margin-top: 25px;
  padding-top: 25px;
}

.comment-reply-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.comment-list {
  list-style: none;
}

.comment-author {
  font-size: 14px;
}

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

.comment-list .reply,
.comment-metadata {
  font-size: 13px;
}

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

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

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

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a,
.comment-list .reply a {
  color: #999;
}

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

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  margin: 0 0 20px 0;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}

.comment-list>li:first-child>article,
.comment-list>.pingback:first-child,
.comment-list>.trackback:first-child {
  border-top: 0;
  padding-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: #999;
}

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

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

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 14px;
  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,
.comment-form .comment-form-url {
  width: 230px;
}

.comment-form .comment-form-author {
  float: left;
  margin-right: 25px;
}

.comment-form .comment-form-email {
  float: left;
  margin-right: 25px;
}

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

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

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

.comment-form label {
  font-size: 14px;
}

.comment-form-cookies-consent {
  display: none;
  margin-bottom: 20px;
}

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

.comment-navigation:after {
  clear: both;
  content: " ";
  display: block;
}

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

.comment-navigation .nav-previous {
  float: left;
}

.comment-navigation .nav-next {
  float: right;
}

#comment-nav-above {
  margin-bottom: 20px;
}

#comment-nav-below {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
7. 侧边列表
--------------------------------------------------------------*/
.sidebar-main {
  float: right;
  width: 300px;
}
.sidebar-widget{
  background-color: #fff;
  margin-bottom: 25px;
  padding: 20px 20px 1px;
  line-height: 1.4;
  border-radius: 4px;
}
.widget-title{
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  color: #222;
  font-size: 18px;
  margin: -5px 0 20px;
  padding-bottom: 10px;
  position: relative;
}
.widget-title::before{
    content: " ";
    width: 4px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: -20px;
    background-color: #006ead;
}
.widget-main{
  margin-bottom: 20px;
  padding: 0 !important;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  gap: 10px;
}
.widget-main a{
}
.widget-main a:hover{
  color: #006ead;
}
.widget-main dt{
  position: relative;
  width: 66px; height: 66px; overflow: hidden;
}
.widget-main dt img{
  position: absolute;
  top: 0; left: 50%; width: 88px; height: 66px; transform: translate(-50%, 0); max-width: 88px;
}
.widget-main dd p{
  display: none;
}
.widget-main dd{
  color: #999; font-size: 13px; flex: 1;
}
.widget-main dd h4{
  font-size: 14px; min-height: 44px;
  max-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 22px;
}
.prod-hot-desc, .prod-hot-time2, .prod-hot-time3, .prod-hot-time4{
  display: none;
}
.prod-hot-time1 {
  float: left;
}
.prod-hot-link{
  font-size: 13px; float: right;
}

/*--------------------------------------------------------------
7. Footer
--------------------------------------------------------------*/
.footer-columns {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  padding: 40px 0 20px 0;
}

.footer-columns .section-header {
  font-size: 32px;
  margin-bottom: 20px;
}

.footer-columns .footer-column-1,
.footer-columns .footer-column-2,
.footer-columns .footer-column-3,
.footer-columns .footer-column-4 {
  float: left;
  width: 242px;
  margin: 0 30px 0 0;
  box-sizing: content-box;
  position: relative;
}

.footer-columns .footer-column-4 {
  margin-right: 0;
}

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

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

/* Back to top button */
#back-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
}

#back-top a span {
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

#back-top a:hover span {
  color: #fff;
}

#back-top a:hover {
  text-decoration: none;
}

/* Site Bottom */
#site-bottom {
  background-color: #fff;
  font-size: 12px;
  padding: 20px;
  border-radius: 4px;
}

#site-bottom .site-info {
  float: left;
}

#site-bottom .footer-nav {
  float: right;
}

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

#site-bottom .footer-nav li:last-child {
  border-right: none;
  padding-right: 0;
}

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

/*--------------------------------------------------------------
9. Misc.
--------------------------------------------------------------*/
#wpadminbar ul#wp-admin-bar-root-default>li.zhutibaba a {
  background: url("assets/img/zhutibaba-favicon.png") no-repeat left center;
  background-size: 24px 24px;
  -webkit-backface-visibility: hidden;
  padding-left: 26px;
}

/* CSS3 Effects */
/* Responsive Menu */
.slicknav_menu,
#slick-mobile-menu {
  display: none;
}

.full-width {
  float: none;
  width: 100% !important;
}

/* bxslider */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
#featured-content .bx-wrapper,
#featured-content .bxslider,
#featured-content .thumbnail-link {
  width: 100%;
  height: 414px;
  overflow: hidden;
}

.bx-wrapper:hover .bx-controls-direction {
  visibility: visible;
  opacity: 1;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  top: 0;
  right: 10px;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("assets/img/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  background: rgba(50, 50, 50, 0.6);
  border-radius: 9px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  padding: 0 6px;
  right: 10px;
  top: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  outline: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  width: 18px;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0;
  background: url("assets/img/btn-nav.png") no-repeat;
  background-position: 0 -74px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 0;
  background: url("assets/img/btn-nav.png") no-repeat;
  background-position: -40px -74px;
}

.bx-wrapper .bx-next:hover {
  background-position: -40px 0;
}

.bx-wrapper .bx-controls-direction {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  outline: 0;
  width: 40px;
  height: 74px;
  text-indent: -9999px;
  z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.gradient {
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  bottom: 0;
  content: "";
  display: none;
  height: 60%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

#featured-content {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 25px 25px 25px 25px;
  position: relative;
}

#featured-content .featured-wrap {
  position: relative;
}

#featured-content .featured-slide {
  position: relative;
}

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

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

#featured-content .featured-slide .entry-header {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 99;
  padding: 20px;
}

#featured-content .featured-slide .item-title {
  line-height: 1.1;
  font-size: 28px;
}

#featured-content .featured-slide .item-title a {
  color: #fff;
}

#featured-content .featured-slide .entry-category {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#featured-content .featured-slide .entry-category a {
  display: block;
}

#featured-content .featured-slide .entry-summary {
  display: none;
  line-height: 1.8;
}

#featured-content .featured-slide .entry-summary p {
  display: inline;
}

.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 111;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
  display: none;
}

.ribbon span {
  font-size: 12px;
  color: #f66;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #ffbe02;
  background: linear-gradient(#ffbe02 0%, #fbb034 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #fbb034;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #fbb034;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #fbb034;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #fbb034;
}

/* Slick Nav */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 18px;
  float: right;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 8px 0 0;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  color: #333;
  margin: 0 20px 0 0.4em;
  float: right;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.slicknav_menu .slicknav_menutxt:hover {
  color: #333;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #333;
}

.slicknav_btn {
  height: 20px;
  margin: 31px 45px 24px;
  text-decoration: none;
}

.slicknav_nav {
  background: #fff;
  border-top: 3px solid;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.slicknav_nav .sub-menu {
  text-indent: 20px;
}

.slicknav_nav .sub-menu .sub-menu {
  text-indent: 40px;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 0;
}

.slicknav_nav .slicknav_row {
  padding: 0;
  margin: 0;
}

.slicknav_nav a {
  padding: 0 0 0 20px;
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
  text-decoration: none;
  color: #333;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
}

.slicknav_nav a:hover {
  background-color: #f6f6f6;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0 0 0 20px;
  margin: 0;
  border-bottom: none;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_menu {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 70px;
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -moz-transition: all .1s ease;
}

.slicknav_btn {
  display: inline-block;
}

#slick-mobile-menu {
  width: 100%;
}

/* Theme fonts and colors */
body,
input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
textarea,
table,
.sidebar-main .widget_ad .widget-title,
.site-footer .widget_ad .widget-title {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#secondary-menu li a,
.footer-nav li a,
.pagination .page-numbers,
button,
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"],
.comment-form label,
label,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*# sourceMappingURL=style.css.map */
.author-box a,
.author-box a:hover,
.breadcrumbs .breadcrumbs-nav a:hover,
.comment-author a,
.comment-content a,
.comment-content a:hover,
.comment-reply-title small a:hover,
.item-line .item-title a:hover,
.entry-content a,
.entry-content a:hover,
.entry-tags .tag-links a:hover:before,
.item-title a:hover,
.page-content a,
.page-content a:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.read-more a,
.read-more a:hover,
.read-more a:visited,
.sf-menu li a:hover,
.sf-menu li li a:hover,
.sf-menu li.cur a,
.sf-menu li.cur a:hover,
.sf-menu li.sfHover a,
.sidebar-main .sidebar-widget ul li a:hover,
.site-footer .sidebar-widget ul li a:hover,
.site-header .search-icon:hover span,
.site-header .search-icon:hover span:before,
.site-title a:hover,
.widget_tag_cloud .tagcloud a:hover:before,
a:hover,
article.item-text .edit-link a,
article.item-text .edit-link a:hover {
  color: #006ead
}

.entry-category a {
  color: #006ead !important
}

.entry-category a,
.entry-content blockquote,
.page-content blockquote,
.sf-menu li a:before,
.slicknav_nav {
  border-color: #006ead
}

.entry-tags .tag-links a {
  color: #f2ac43
}

.entry-tags .tag-links a,
.widget_tag_cloud .tagcloud a {
  border-color: #f2ac43
}

.widget_tag_cloud .tagcloud a {
  color: #f2ac43 !important
}

.entry-tags .tag-links a:hover,
.widget_tag_cloud .tagcloud a:hover {
  background-color: #f2ac43
}

#back-top a span,
.btn,
.entry-category a:hover,
.sidebar-main .sidebar-widget .widget-title:before,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #006ead
}

#back-top a:hover span,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #ffbe02
}


.header-search {
  border-color: #ffbe02
}

.item-line .item-link .entry-comment:before {
  content: none
}

.single #primary .post .item-link .entry-comment:before {
  content: none
}

.entry-content p {
  text-indent: 2em
}

.entry-header{
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.entry-header .item-title{
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 15px;
}
.item-link{
  font-size: 13px;
  position: relative;
  color: #999;
}
.item-link span{
  margin-right: 15px;
}
.head {
    position: fixed; top: 0; bottom: 0; left: 50%; background-color: #fff; margin-left: -660px;
}
.head .content{
    width: 190px;
    margin: 0 auto;
}
.nav-one{
    margin-top: 10px;
}
.nav-one li{
    list-style: none; text-align: left; height: 44px; line-height: 44px; padding: 0 12px 0 30px;
}
.nav-one li a {
  display: block;
}
.nav-one li.act ,.nav-one li:hover{
  background: #006ead;
}
.nav-one li.act a,.nav-one li:hover a{
  color: #fff; 
}
.blk-sm-list{
  display: flex; width: 1110px; margin: 20px auto 0; justify-content: space-between;
}
.list-style-02{
  width: 790px;
  padding: 25px;
  background-color: #fff;
  border-radius: 4px;
}
/*分页*/
.pagination-1 {
  width: 790px;
  margin: 30px auto;
  text-align: center;
  font-size: 14px;
}
.pagination-1 a,
.pagination-1 span {
  vertical-align: top;
  display: inline-block;
  padding: 5px 12px;
  text-align: center;
  margin: 3px 2px;
  background: #fff;
  min-width: 40px;
}
.pagination-1 .page_curr {
  background: #e3c68c;
  color: #fff;
  border-color: #e3c68c;
}
.pagination-1 .laypage_first,
.pagination-1 .laypage_last {
  display: none;
}
.prod-list01-desc-tit{
  color: #999;
  margin-bottom: 20px;
}
.article-title{
  font-size: 30px;
    line-height: 1.25;
    margin-bottom: 15px;
}
.article-sour{
  font-size: 13px;
  position: relative;
  color: #999;
}
.article-sour span{
  margin-right: 15px;
}
.top-logo{
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 20px; padding: 20px 15px;
  border-bottom: 1px solid #efefef;
}
.top-logo img{
  display: block; border-radius: 10px;
}
.top-logo span{
  font-size: 12px;
  line-height: 1.25;
  color: #999;
  line-height: 1.25;
}
.item-desc{
  display: flex;
  align-items: end;
   gap: 10px;
}
.item-desc p{
  max-height: 48px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 24px;
}
.item-desc .entry-summary{
  flex: 1;
}
.prod-list01 .widget-list{

}
.prod-list01 .widget-list .widget-main{
  border-bottom: 1px solid #e9e9e9; padding-bottom: 15px!important;
}
.prod-list01 .widget-list .widget-main dt{
  display: none;
}
.prod-list01 .widget-list .widget-main dd{
  line-height: 30px; width: 550px;
}
.prod-list01 .widget-list .widget-main dd .prod-hot-name{
  font-size: 24px; line-height: 30px; max-height: 60px; margin-bottom: 15px; min-height: 30px;
}
.prod-list01 .widget-list .widget-main dd .prod-hot-desc{
  display: block; font-size: 14px; line-height: 1.5;
}
.prod-list01 .widget-list .widget-main dd .prod-hot-time1{}
.prod-list01 .widget-list .widget-main dd .prod-hot-link{
  
}
.view-more{
  display: block; width: 100%; height: 36px; line-height: 36px; text-align: center; background-color: #fff; border-radius: 3px; margin: 12px auto; font-size: 14px;
}


/* banner */
.banner {position: relative;width: 100%; height: 480px; overflow: hidden; padding: 20px; background: #fff; margin-bottom: 20px; border-radius: 4px; }
.ban_list {position: relative;z-index: 0;}
.ban_list li {overflow: hidden;height: 440px;text-align: center;position: relative;}
.ban_list li:hover a p{
  color: #dfc78c;
}
.ban_list li img{position: absolute; width: 750px;height: 555px; left: 50%; top: 50%;transform:translate(-50%,-50%);}
.ban_list li a{
  display: block;
}
.ban_list li p{
  position: absolute; bottom: 0; line-height: 48px; height: 48px; width: 100%; background: rgba(0,0,0,.5); color: #fff; text-align: left; padding: 0 24px; overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .2s;
}

.ban-prev,.ban-next{width: 40px;height: 40px; position: absolute;top: 50%; margin-top: -20px; opacity: .8; background-position: center center; background-repeat: no-repeat; background-size: 17px 39px; cursor: pointer;}
.ban-prev{left: 5%; background-image: url(../images/c_prev.png);}
.ban-next{right: 5%; background-image: url(../images/c_next.png);}
.ban_nav {position: absolute;bottom: 76px;left: 50%;z-index: 1;overflow: hidden;margin-left: -375px;width: 750px;text-align: center;}
.ban_nav ul li { display: inline-block; width: 28px;  height: 4px; border-radius: 2px; margin: 0 5px;background: #fff;  cursor: pointer;}
.ban_nav ul .on {background: #006ead; border-color: #006ead;}
.blk.content{width: 1320px; margin: 0 auto; padding-left: 210px;}
i,em,b{font-style: normal;}

#page_btn{padding: 0 12px !important; margin: 0;}
#page_number{ margin: 0 5px; }

.tag-cloud{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 0 20px;
}
.tag-cloud a{
  display: block;
  padding: 5px 12px;
  color: #006ead;
  border: 1px solid #006ead;
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
}
.tag-cloud a:hover{
  background-color: #006ead;
  color: #fff;
}
.article-con img{display: block; margin: 24px auto;}
.article-con{--base-size-4: .25rem;--base-size-8: .5rem;--base-size-16: 1rem;--base-size-24: 1.5rem;--base-size-40: 2.5rem;--base-text-weight-normal: 400;--base-text-weight-medium: 500;--base-text-weight-semibold: 600;--fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;--fgColor-accent: Highlight}@media (prefers-color-scheme: light){.article-con,[data-theme=light]{color-scheme:light;--focus-outlineColor: #0969da;--fgColor-default: #1f2328;--fgColor-muted: #59636e;--fgColor-accent: #0969da;--fgColor-success: #1a7f37;--fgColor-attention: #9a6700;--fgColor-danger: #d1242f;--fgColor-done: #8250df;--bgColor-default: #ffffff;--bgColor-muted: #f6f8fa;--bgColor-neutral-muted: #818b981f;--bgColor-attention-muted: #fff8c5;--borderColor-default: #d1d9e0;--borderColor-muted: #d1d9e0b3;--borderColor-neutral-muted: #d1d9e0b3;--borderColor-accent-emphasis: #0969da;--borderColor-success-emphasis: #1a7f37;--borderColor-attention-emphasis: #9a6700;--borderColor-danger-emphasis: #cf222e;--borderColor-done-emphasis: #8250df;--color-prettylights-syntax-comment: #59636e;--color-prettylights-syntax-constant: #0550ae;--color-prettylights-syntax-constant-other-reference-link: #0a3069;--color-prettylights-syntax-entity: #6639ba;--color-prettylights-syntax-storage-modifier-import: #1f2328;--color-prettylights-syntax-entity-tag: #0550ae;--color-prettylights-syntax-keyword: #cf222e;--color-prettylights-syntax-string: #0a3069;--color-prettylights-syntax-variable: #953800;--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;--color-prettylights-syntax-brackethighlighter-angle: #59636e;--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;--color-prettylights-syntax-invalid-illegal-bg: #82071e;--color-prettylights-syntax-carriage-return-text: #f6f8fa;--color-prettylights-syntax-carriage-return-bg: #cf222e;--color-prettylights-syntax-string-regexp: #116329;--color-prettylights-syntax-markup-list: #3b2300;--color-prettylights-syntax-markup-heading: #0550ae;--color-prettylights-syntax-markup-italic: #1f2328;--color-prettylights-syntax-markup-bold: #1f2328;--color-prettylights-syntax-markup-deleted-text: #82071e;--color-prettylights-syntax-markup-deleted-bg: #ffebe9;--color-prettylights-syntax-markup-inserted-text: #116329;--color-prettylights-syntax-markup-inserted-bg: #dafbe1;--color-prettylights-syntax-markup-changed-text: #953800;--color-prettylights-syntax-markup-changed-bg: #ffd8b5;--color-prettylights-syntax-markup-ignored-text: #d1d9e0;--color-prettylights-syntax-markup-ignored-bg: #0550ae;--color-prettylights-syntax-meta-diff-range: #8250df;--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98}}.article-con{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;margin:0;color:var(--fgColor-default);background-color:var(--bgColor-default);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:16px;line-height:1.5;word-wrap:break-word}.article-con .octicon{display:inline-block;fill:currentColor;vertical-align:text-bottom}.article-con h1:hover .anchor .octicon-link:before,.article-con h2:hover .anchor .octicon-link:before,.article-con h3:hover .anchor .octicon-link:before,.article-con h4:hover .anchor .octicon-link:before,.article-con h5:hover .anchor .octicon-link:before,.article-con h6:hover .anchor .octicon-link:before{width:16px;height:16px;content:" ";display:inline-block;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>")}.article-con details,.article-con figcaption,.article-con figure{display:block}.article-con summary{display:list-item}.article-con [hidden]{display:none!important}.article-con a{background-color:transparent;color:var(--fgColor-accent);text-decoration:none}.article-con abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.article-con b,.article-con strong{font-weight:var(--base-text-weight-semibold, 600)}.article-con dfn{font-style:italic}.article-con h1{margin:.67em 0;font-weight:var(--base-text-weight-semibold, 600);padding-bottom:.3em;font-size:2em;border-bottom:1px solid var(--borderColor-muted)}.article-con mark{background-color:var(--bgColor-attention-muted);color:var(--fgColor-default)}.article-con small{font-size:90%}.article-con sub,.article-con sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.article-con sub{bottom:-.25em}.article-con sup{top:-.5em}.article-con img{border-style:none;max-width:100%;box-sizing:content-box}.article-con code,.article-con kbd,.article-con pre,.article-con samp{font-family:monospace;font-size:1em}.article-con figure{margin:1em var(--base-size-40)}.article-con hr{box-sizing:content-box;overflow:hidden;background:transparent;border-bottom:1px solid var(--borderColor-muted);height:.25em;padding:0;margin:var(--base-size-24) 0;background-color:var(--borderColor-default);border:0}.article-con input{font:inherit;margin:0;overflow:visible;font-family:inherit;font-size:inherit;line-height:inherit}.article-con [type=button],.article-con [type=reset],.article-con [type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button}.article-con [type=checkbox],.article-con [type=radio]{box-sizing:border-box;padding:0}.article-con [type=number]::-webkit-inner-spin-button,.article-con [type=number]::-webkit-outer-spin-button{height:auto}.article-con [type=search]::-webkit-search-cancel-button,.article-con [type=search]::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none}.article-con ::-webkit-input-placeholder{color:inherit;opacity:.54}.article-con ::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.article-con a:hover{text-decoration:underline}.article-con ::placeholder{color:var(--fgColor-muted);opacity:1}.article-con hr:before{display:table;content:""}.article-con hr:after{display:table;clear:both;content:""}.article-con table{border-spacing:0;border-collapse:collapse;display:block;width:max-content;max-width:100%;overflow:auto;font-variant:tabular-nums}.article-con td,.article-con th{padding:0}.article-con details summary{cursor:pointer}.article-con a:focus,.article-con [role=button]:focus,.article-con input[type=radio]:focus,.article-con input[type=checkbox]:focus{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.article-con a:focus:not(:focus-visible),.article-con [role=button]:focus:not(:focus-visible),.article-con input[type=radio]:focus:not(:focus-visible),.article-con input[type=checkbox]:focus:not(:focus-visible){outline:solid 1px transparent}.article-con a:focus-visible,.article-con [role=button]:focus-visible,.article-con input[type=radio]:focus-visible,.article-con input[type=checkbox]:focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.article-con a:not([class]):focus,.article-con a:not([class]):focus-visible,.article-con input[type=radio]:focus,.article-con input[type=radio]:focus-visible,.article-con input[type=checkbox]:focus,.article-con input[type=checkbox]:focus-visible{outline-offset:0}.article-con kbd{display:inline-block;padding:var(--base-size-4);font:11px var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);line-height:10px;color:var(--fgColor-default);vertical-align:middle;background-color:var(--bgColor-muted);border:solid 1px var(--borderColor-neutral-muted);border-bottom-color:var(--borderColor-neutral-muted);border-radius:6px;box-shadow:inset 0 -1px 0 var(--borderColor-neutral-muted)}.article-con h1,.article-con h2,.article-con h3,.article-con h4,.article-con h5,.article-con h6{margin-top:var(--base-size-24);margin-bottom:var(--base-size-16);font-weight:var(--base-text-weight-semibold, 600);line-height:1.25}.article-con h2{font-weight:var(--base-text-weight-semibold, 600);padding-bottom:.3em;font-size:1.5em;border-bottom:1px solid var(--borderColor-muted)}.article-con h3{font-weight:var(--base-text-weight-semibold, 600);font-size:1.25em}.article-con h4{font-weight:var(--base-text-weight-semibold, 600);font-size:1em}.article-con h5{font-weight:var(--base-text-weight-semibold, 600);font-size:.875em}.article-con h6{font-weight:var(--base-text-weight-semibold, 600);font-size:.85em;color:var(--fgColor-muted)}.article-con p{margin-top:0;margin-bottom:10px}.article-con blockquote{margin:0;padding:0 1em;color:var(--fgColor-muted);border-left:.25em solid var(--borderColor-default)}.article-con ul,.article-con ol{margin-top:0;margin-bottom:0;padding-left:2em}.article-con ol ol,.article-con ul ol{list-style-type:lower-roman}.article-con ul ul ol,.article-con ul ol ol,.article-con ol ul ol,.article-con ol ol ol{list-style-type:lower-alpha}.article-con dd{margin-left:0}.article-con tt,.article-con code,.article-con samp{font-family:var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);font-size:12px}.article-con pre{margin-top:0;margin-bottom:0;font-family:var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);font-size:12px;word-wrap:normal}.article-con .octicon{display:inline-block;overflow:visible!important;vertical-align:text-bottom;fill:currentColor}.article-con input::-webkit-outer-spin-button,.article-con input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.article-con .mr-2{margin-right:var(--base-size-8, 8px)!important}.article-con:before{display:table;content:""}.article-con:after{display:table;clear:both;content:""}.article-con>*:first-child{margin-top:0!important}.article-con>*:last-child{margin-bottom:0!important}.article-con a:not([href]){color:inherit;text-decoration:none}.article-con .absent{color:var(--fgColor-danger)}.article-con .anchor{float:left;padding-right:var(--base-size-4);margin-left:-20px;line-height:1}.article-con .anchor:focus{outline:none}.article-con p,.article-con blockquote,.article-con ul,.article-con ol,.article-con dl,.article-con table,.article-con pre,.article-con details{margin-top:0;margin-bottom:var(--base-size-16)}.article-con blockquote>:first-child{margin-top:0}.article-con blockquote>:last-child{margin-bottom:0}.article-con h1 .octicon-link,.article-con h2 .octicon-link,.article-con h3 .octicon-link,.article-con h4 .octicon-link,.article-con h5 .octicon-link,.article-con h6 .octicon-link{color:var(--fgColor-default);vertical-align:middle;visibility:hidden}.article-con h1:hover .anchor,.article-con h2:hover .anchor,.article-con h3:hover .anchor,.article-con h4:hover .anchor,.article-con h5:hover .anchor,.article-con h6:hover .anchor{text-decoration:none}.article-con h1:hover .anchor .octicon-link,.article-con h2:hover .anchor .octicon-link,.article-con h3:hover .anchor .octicon-link,.article-con h4:hover .anchor .octicon-link,.article-con h5:hover .anchor .octicon-link,.article-con h6:hover .anchor .octicon-link{visibility:visible}.article-con h1 tt,.article-con h1 code,.article-con h2 tt,.article-con h2 code,.article-con h3 tt,.article-con h3 code,.article-con h4 tt,.article-con h4 code,.article-con h5 tt,.article-con h5 code,.article-con h6 tt,.article-con h6 code{padding:0 .2em;font-size:inherit}.article-con summary h1,.article-con summary h2,.article-con summary h3,.article-con summary h4,.article-con summary h5,.article-con summary h6{display:inline-block}.article-con summary h1 .anchor,.article-con summary h2 .anchor,.article-con summary h3 .anchor,.article-con summary h4 .anchor,.article-con summary h5 .anchor,.article-con summary h6 .anchor{margin-left:-40px}.article-con summary h1,.article-con summary h2{padding-bottom:0;border-bottom:0}.article-con ul.no-list,.article-con ol.no-list{padding:0;list-style-type:none}.article-con ol[type="a s"]{list-style-type:lower-alpha}.article-con ol[type="A s"]{list-style-type:upper-alpha}.article-con ol[type="i s"]{list-style-type:lower-roman}.article-con ol[type="I s"]{list-style-type:upper-roman}.article-con ol[type="1"]{list-style-type:decimal}.article-con div>ol:not([type]){list-style-type:decimal}.article-con ul ul,.article-con ul ol,.article-con ol ol,.article-con ol ul{margin-top:0;margin-bottom:0}.article-con li>p{margin-top:var(--base-size-16)}.article-con li+li{margin-top:.25em}.article-con dl{padding:0}.article-con dl dt{padding:0;margin-top:var(--base-size-16);font-size:1em;font-style:italic;font-weight:var(--base-text-weight-semibold, 600)}.article-con dl dd{padding:0 var(--base-size-16);margin-bottom:var(--base-size-16)}.article-con table th{font-weight:var(--base-text-weight-semibold, 600)}.article-con table th,.article-con table td{padding:6px 13px;border:1px solid var(--borderColor-default)}.article-con table td>:last-child{margin-bottom:0}.article-con table tr{background-color:var(--bgColor-default);border-top:1px solid var(--borderColor-muted)}.article-con table tr:nth-child(2n){background-color:var(--bgColor-muted)}.article-con table img{background-color:transparent}.article-con img[align=right]{padding-left:20px}.article-con img[align=left]{padding-right:20px}.article-con .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.article-con span.frame{display:block;overflow:hidden}.article-con span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid var(--borderColor-default)}.article-con span.frame span img{display:block;float:left}.article-con span.frame span span{display:block;padding:5px 0 0;clear:both;color:var(--fgColor-default)}.article-con span.align-center{display:block;overflow:hidden;clear:both}.article-con span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.article-con span.align-center span img{margin:0 auto;text-align:center}.article-con span.align-right{display:block;overflow:hidden;clear:both}.article-con span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.article-con span.align-right span img{margin:0;text-align:right}.article-con span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.article-con span.float-left span{margin:13px 0 0}.article-con span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.article-con span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.article-con code,.article-con tt{padding:.2em .4em;margin:0;font-size:85%;white-space:break-spaces;background-color:var(--bgColor-neutral-muted);border-radius:6px}.article-con code br,.article-con tt br{display:none}.article-con del code{text-decoration:inherit}.article-con samp{font-size:85%}.article-con pre code{font-size:100%}.article-con pre>code{padding:0;margin:0;word-break:normal;white-space:pre;background:transparent;border:0}.article-con .highlight{margin-bottom:var(--base-size-16)}.article-con .highlight pre{margin-bottom:0;word-break:normal}.article-con .highlight pre,.article-con pre{padding:var(--base-size-16);overflow:auto;font-size:85%;line-height:1.45;color:var(--fgColor-default);background-color:var(--bgColor-muted);border-radius:6px}.article-con pre code,.article-con pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.article-con .csv-data td,.article-con .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.article-con .csv-data .blob-num{padding:10px var(--base-size-8) 9px;text-align:right;background:var(--bgColor-default);border:0}.article-con .csv-data tr{border-top:0}.article-con .csv-data th{font-weight:var(--base-text-weight-semibold, 600);background:var(--bgColor-muted);border-top:0}.article-con [data-footnote-ref]:before{content:"["}.article-con [data-footnote-ref]:after{content:"]"}.article-con .footnotes{font-size:12px;color:var(--fgColor-muted);border-top:1px solid var(--borderColor-default)}.article-con .footnotes ol{padding-left:var(--base-size-16)}.article-con .footnotes ol ul{display:inline-block;padding-left:var(--base-size-16);margin-top:var(--base-size-16)}.article-con .footnotes li{position:relative}.article-con .footnotes li:target:before{position:absolute;top:calc(var(--base-size-8)*-1);right:calc(var(--base-size-8)*-1);bottom:calc(var(--base-size-8)*-1);left:calc(var(--base-size-24)*-1);pointer-events:none;content:"";border:2px solid var(--borderColor-accent-emphasis);border-radius:6px}.article-con .footnotes li:target{color:var(--fgColor-default)}.article-con .footnotes .data-footnote-backref g-emoji{font-family:monospace}.article-con body:has(:modal){padding-right:var(--dialog-scrollgutter)!important}.article-con .pl-c{color:var(--color-prettylights-syntax-comment)}.article-con .pl-c1,.article-con .pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.article-con .pl-e,.article-con .pl-en{color:var(--color-prettylights-syntax-entity)}.article-con .pl-smi,.article-con .pl-s .pl-s1{color:var(--color-prettylights-syntax-storage-modifier-import)}.article-con .pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.article-con .pl-k{color:var(--color-prettylights-syntax-keyword)}.article-con .pl-s,.article-con .pl-pds,.article-con .pl-s .pl-pse .pl-s1,.article-con .pl-sr,.article-con .pl-sr .pl-cce,.article-con .pl-sr .pl-sre,.article-con .pl-sr .pl-sra{color:var(--color-prettylights-syntax-string)}.article-con .pl-v,.article-con .pl-smw{color:var(--color-prettylights-syntax-variable)}.article-con .pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.article-con .pl-ii{color:var(--color-prettylights-syntax-invalid-illegal-text);background-color:var(--color-prettylights-syntax-invalid-illegal-bg)}.article-con .pl-c2{color:var(--color-prettylights-syntax-carriage-return-text);background-color:var(--color-prettylights-syntax-carriage-return-bg)}.article-con .pl-sr .pl-cce{font-weight:700;color:var(--color-prettylights-syntax-string-regexp)}.article-con .pl-ml{color:var(--color-prettylights-syntax-markup-list)}.article-con .pl-mh,.article-con .pl-mh .pl-en,.article-con .pl-ms{font-weight:700;color:var(--color-prettylights-syntax-markup-heading)}.article-con .pl-mi{font-style:italic;color:var(--color-prettylights-syntax-markup-italic)}.article-con .pl-mb{font-weight:700;color:var(--color-prettylights-syntax-markup-bold)}.article-con .pl-md{color:var(--color-prettylights-syntax-markup-deleted-text);background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.article-con .pl-mi1{color:var(--color-prettylights-syntax-markup-inserted-text);background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.article-con .pl-mc{color:var(--color-prettylights-syntax-markup-changed-text);background-color:var(--color-prettylights-syntax-markup-changed-bg)}.article-con .pl-mi2{color:var(--color-prettylights-syntax-markup-ignored-text);background-color:var(--color-prettylights-syntax-markup-ignored-bg)}.article-con .pl-mdr{font-weight:700;color:var(--color-prettylights-syntax-meta-diff-range)}.article-con .pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.article-con .pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.article-con .pl-corl{text-decoration:underline;color:var(--color-prettylights-syntax-constant-other-reference-link)}.article-con [role=button]:focus:not(:focus-visible),.article-con [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),.article-con button:focus:not(:focus-visible),.article-con summary:focus:not(:focus-visible),.article-con a:focus:not(:focus-visible){outline:none;box-shadow:none}.article-con [tabindex="0"]:focus:not(:focus-visible),.article-con details-dialog:focus:not(:focus-visible){outline:none}.article-con g-emoji{display:inline-block;min-width:1ch;font-family:"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1em;font-style:normal!important;font-weight:var(--base-text-weight-normal, 400);line-height:1;vertical-align:-.075em}.article-con g-emoji img{width:1em;height:1em}.article-con .task-list-item{list-style-type:none}.article-con .task-list-item label{font-weight:var(--base-text-weight-normal, 400)}.article-con .task-list-item.enabled label{cursor:pointer}.article-con .task-list-item+.task-list-item{margin-top:var(--base-size-4)}.article-con .task-list-item .handle{display:none}.article-con .task-list-item-checkbox{margin:0 .2em .25em -1.4em;vertical-align:middle}.article-con ul:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.article-con ol:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.article-con .contains-task-list:hover .task-list-item-convert-container,.article-con .contains-task-list:focus-within .task-list-item-convert-container{display:block;width:auto;height:24px;overflow:visible;clip:auto}.article-con ::-webkit-calendar-picker-indicator{filter:invert(50%)}.article-con .markdown-alert{padding:var(--base-size-8) var(--base-size-16);margin-bottom:var(--base-size-16);color:inherit;border-left:.25em solid var(--borderColor-default)}.article-con .markdown-alert>:first-child{margin-top:0}.article-con .markdown-alert>:last-child{margin-bottom:0}.article-con .markdown-alert .markdown-alert-title{display:flex;font-weight:var(--base-text-weight-medium, 500);align-items:center;line-height:1}.article-con .markdown-alert.markdown-alert-note{border-left-color:var(--borderColor-accent-emphasis)}.article-con .markdown-alert.markdown-alert-note .markdown-alert-title{color:var(--fgColor-accent)}.article-con .markdown-alert.markdown-alert-important{border-left-color:var(--borderColor-done-emphasis)}.article-con .markdown-alert.markdown-alert-important .markdown-alert-title{color:var(--fgColor-done)}.article-con .markdown-alert.markdown-alert-warning{border-left-color:var(--borderColor-attention-emphasis)}.article-con .markdown-alert.markdown-alert-warning .markdown-alert-title{color:var(--fgColor-attention)}.article-con .markdown-alert.markdown-alert-tip{border-left-color:var(--borderColor-success-emphasis)}.article-con .markdown-alert.markdown-alert-tip .markdown-alert-title{color:var(--fgColor-success)}.article-con .markdown-alert.markdown-alert-caution{border-left-color:var(--borderColor-danger-emphasis)}.article-con .markdown-alert.markdown-alert-caution .markdown-alert-title{color:var(--fgColor-danger)}.article-con>*:first-child>.heading-element:first-child{margin-top:0!important}.article-con .highlight pre:has(+.zeroclipboard-container){min-height:52px}.article-con[data-v-0b0b9f63]{color:#2b2b3d;font-family:PingFangSC-Regular,arial,Hiragino Sans GB,Microsoft yahei,sans-serif;line-height:1.6;word-wrap:break-word;padding:16px;max-width:100%;overflow-wrap:break-word;word-break:break-word;box-sizing:border-box}.article-con pre[data-v-0b0b9f63]{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:3px;max-width:100%;white-space:pre-wrap;word-wrap:break-word}.article-con code[data-v-0b0b9f63]{padding:.2em .4em;margin:0;font-size:85%;background-color:#1b1f230d;border-radius:3px;word-wrap:break-word}.article-con table[data-v-0b0b9f63]{max-width:100%;overflow-x:auto;display:block;white-space:nowrap}.article-con h1[data-v-0b0b9f63],.article-con h2[data-v-0b0b9f63],.article-con h3[data-v-0b0b9f63],.article-con h4[data-v-0b0b9f63],.article-con h5[data-v-0b0b9f63],.article-con h6[data-v-0b0b9f63]{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.article-con h1[data-v-0b0b9f63]{font-size:2em}.article-con h2[data-v-0b0b9f63]{font-size:1.5em}.article-con h3[data-v-0b0b9f63]{font-size:1.25em}.article-con h4[data-v-0b0b9f63]{font-size:1em}.article-con p[data-v-0b0b9f63]{margin-top:0;margin-bottom:16px}.article-con a[data-v-0b0b9f63]{color:#1147ff;text-decoration:none}.article-con a[data-v-0b0b9f63]:hover{text-decoration:underline}.article-con img[data-v-0b0b9f63]{max-width:100%;box-sizing:border-box}.article-con pre[data-v-0b0b9f63]{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:3px}.article-con code[data-v-0b0b9f63]{padding:.2em .4em;margin:0;font-size:85%;background-color:#1b1f230d;border-radius:3px}.article-con blockquote[data-v-0b0b9f63]{padding:0 1em;color:#6a737d;border-left:.25em solid #dfe2e5;margin:0 0 16px}.article-con ul[data-v-0b0b9f63],.article-con ol[data-v-0b0b9f63]{padding-left:2em;margin-top:0;margin-bottom:16px}