@charset "UTF-8";
:root {
  --vt-color-primary: #007aff;
  --vt-color-success: #4cd964;
  --vt-color-warning: #f0ad4e;
  --vt-color-error: #dd524d;
  --vt-style-color:#007aff;
  --vt-style-color-hover:#61acfd;
  --vt-text-color: #333;
  --vt-text-color-inverse: #f7f7f7;
  --vt-text-color-grey: #999;
  --vt-text-color-placeholder: #808080;
  --vt-text-color-disable: #c0c0c0;
  --vt-text-color-hover: #fafdff;
  --vt-bg-color: #f3f3f3;
  --vt-bg-color-grey: #e9e9e9;
  --vt-bg-color-hover: #f1f1f1;
  --vt-bg-color-mask: #00000066;
  --vt-bg-color-footer: #424244;
  --vt-bg-color-card: #fff;
  --vt-bg-color-footer: #424244;
  --vt-border-color: #f7f7f7;
  --vt-shadow-color: #e0e0e0;
  --vt-font-size-sm: 12px;
  --vt-font-size-base: 15px;
  --vt-font-size-lg: 20px;
  --vt-img-size-sm: 40px;
  --vt-img-size-base: 52px;
  --vt-img-size-lg: 80px;
  --vt-border-radius-sm: 4px;
  --vt-border-radius-base: 6px;
  --vt-border-radius-lg: 12px;
  --vt-border-radius-circle: 50%;
  --vt-opacity-disabled: 0.3;
  --vt-color-title: #2c405a;
  --vt-font-size-title: 40px;
  --vt-color-subtitle: #555555;
  --vt-font-size-subtitle: 36px;
  --vt-color-paragraph: #3f536e;
  --vt-font-size-paragraph: 30px;
  --vt-button-bg-color: #007aff;
  --vt-button-border-color: #007aff;
  --vt-button-border-radius: 2rpx;
  --vt-button-background: linear-gradient(140deg, #2f85fc 0%, #00ade4 100%);
  --vt-button-bg-color: #007aff;
  --vt-button-bg-color-hover: #7aa2ec;
  --vt-button-border-color: #007aff;
  --vt-button-border-radius: 2px;
  --vt-button-background: linear-gradient(140deg, #2f85fc 0%, #00ade4 100%);
  --vt-button-background-hover: linear-gradient(140deg, #2580ff 0%, #01a6d8 100%); }

/* -------------------------------------------------------------------------- *
 * 夜间模式
 */
body.dark-mode {
  --vt-color-primary: #007aff;
  --vt-color-success: #4cd964;
  --vt-color-warning: #f0ad4e;
  --vt-color-error: #dd524d;
  --vt-text-color: #b9b9b9;
  --vt-text-color-inverse: #333;
  --vt-text-color-grey: #999;
  --vt-text-color-placeholder: #808080;
  --vt-text-color-disable: #c0c0c0;
  --vt-text-color-hover: #007aff;
  --vt-bg-color: #2c2c2c;
  --vt-bg-color-grey: #5a5a5a;
  --vt-bg-color-hover: #979797;
  --vt-bg-color-mask: #18181866;
  --vt-bg-color-footer: #424244;
  --vt-bg-color-card: #292929;
  --vt-bg-color-footer: #424244;
  --vt-border-color: #303030;
  --vt-shadow-color: #181818;
  --vt-font-size-sm: 12px;
  --vt-font-size-base: 15px;
  --vt-font-size-lg: 20px;
  --vt-img-size-sm: 40px;
  --vt-img-size-base: 52px;
  --vt-img-size-lg: 80px;
  --vt-border-radius-sm: 4px;
  --vt-border-radius-base: 6px;
  --vt-border-radius-lg: 12px;
  --vt-border-radius-circle: 50%;
  --vt-opacity-disabled: 0.3;
  --vt-color-title: #2c405a;
  --vt-font-size-title: 40px;
  --vt-color-subtitle: #555555;
  --vt-font-size-subtitle: 36px;
  --vt-color-paragraph: #3f536e;
  --vt-font-size-paragraph: 30px;
  --vt-button-bg-color: #007aff;
  --vt-button-bg-color-hover: #7aa2ec;
  --vt-button-border-color: #007aff;
  --vt-button-border-radius: 2px;
  --vt-button-background: linear-gradient(140deg, #2f85fc 0%, #00ade4 100%);
  --vt-button-background-hover: linear-gradient(140deg, #2580ff 0%, #01a6d8 100%); }
  body.dark-mode img {
    filter: brightness(70%); }
  body.dark-mode .logo img {
    filter: brightness(200%); }

/* ---------------------------------------------------------- *
 * 默认的样式
 */
html {
  -webkit-text-size-adjust: none; }

* {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

img {
  border: 0;
  height: auto;
  width: auto; }

body {
  font-family: "Microsoft YaHei UI","Microsoft YaHei",SimSun,"Segoe UI",Tahoma,Helvetica,Sans-Serif;
  font-size: 17px;
  letter-spacing: 0.8px;
  position: relative;
  letter-spacing: 1px;
  background-color: var(--vt-bg-color); }

a {
  color: var(--vt-text-color);
  font-size: 17px;
  text-decoration: none;
  transition: color 0.3s;
  letter-spacing: 1px; }

a:hover {
  color: var(--vt-style-color-hover); }

/* ---------------------------------------------------------- *
 * 图标
 */
@font-face {
  font-family: 'iconfont';
  /* project id 1682937 */
  src: url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.eot");
  src: url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.woff2") format("woff2"), url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.woff") format("woff"), url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.ttf") format("truetype"), url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.svg#iconfont") format("svg"); }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/* ---------------------------------------------------------- *
 * 搜索
 */
.search {
  width: 88%;
  overflow: hidden;
  float: left;
  margin-left: 6%;
  margin-top: 10px; }
  .search .text {
    width: 100%;
    height: 35px;
    line-height: 32px;
    font-size: 16px;
    border: none;
    color: #000;
    outline: none;
    border-radius: 5px;
    text-indent: 6%;
    background: #f8f8f8;
    float: left; }
  .search .text:focus {
    color: #000; }
  .search .button {
    width: 60px;
    height: 25px;
    line-height: 25px;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    float: right;
    margin-top: -30px;
    margin-right: 2%;
    background: var(--vt-button-bg-color);
    border-radius: 5px;
    -webkit-appearance: none;
    outline: none; }
  .search input:-ms-input-placeholder {
    color: #000;
    font-size: 15px; }
  .search input::-webkit-input-placeholder {
    color: #000;
    font-size: 15px; }

/* ---------------------------------------------------------- *
 * banner 产品列表页
 */
.banner-container {
  width: 100%; }
  .banner-container img {
    width: 100%;
    height: 50vw;
    object-fit: cover; }

/* ---------------------------------------------------------- *
 * 右边栏目
 */
.right-sider {
  width: 100%;
  min-height: 200px;
  float: right; }

/* ---------------------------------------------------------- *
 * search
 */
.no-content {
  text-align: center;
  margin-top: 100px;
  font-size: 16px; }
  .no-content p {
    margin-top: 50px; }

.search-title {
  margin-top: 30px; }

.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important; }

.video-js,
video {
  width: 100%;
  height: 100%; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

@font-face {
  font-family: 'iconfont';
  /* Project id 2697381 */
  src: url("//at.alicdn.com/t/font_2697381_ozqdw8dub5.woff2?t=1634711971132") format("woff2"), url("//at.alicdn.com/t/font_2697381_ozqdw8dub5.woff?t=1634711971132") format("woff"), url("//at.alicdn.com/t/font_2697381_ozqdw8dub5.ttf?t=1634711971132") format("truetype"); }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/* logo 闪烁 */
.logo {
  position: relative;
  overflow: hidden; }

.logo::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  opacity: 0.7;
  animation: logoLights 2s ease-in 1s infinite; }

@keyframes logoLights {
  0% {
    left: -160px;
    top: 0; }
  to {
    left: 160px;
    top: 0; } }

.logo::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  opacity: 0.8;
  animation: logoLights2 2s ease-in 1s infinite; }

@keyframes logoLights2 {
  0% {
    left: -130px;
    top: 0; }
  to {
    left: 190px;
    top: 0; } }

.dark-mode .logo::after, .dark-mode .logo::before {
  display: none; }

/* ---------------------------------------------------------- */
/*	分页
/* ---------------------------------------------------------- */
nav.pagination {
  font-size: 20px;
  border-top: 0px;
  border-bottom: 0px; }
  nav.pagination .nav-links {
    align-items: baseline;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 1.8em;
    font-weight: 100;
    width: 100%; }
  nav.pagination .pagination-separator {
    margin: 5em 0; }
  nav.pagination .nav-links > * {
    min-width: 2em;
    height: 2em;
    line-height: 2.1em;
    text-align: center;
    font-size: 0.4em;
    border: 1px solid #3e3e3e;
    margin: 1.5em 0.25em;
    display: block;
    background-color: var(--vt-bg-color-card); }
  nav.pagination .nav-links > .current {
    background-color: var(--vt-style-color);
    border-color: var(--vt-style-color);
    color: #fff;
    border-radius: 3px; }
  nav.pagination .nav-links .placeholder {
    display: none;
    visibility: hidden; }
  nav.pagination a {
    text-decoration: none;
    border-radius: 3px; }
  nav.pagination a:hover {
    color: var(--vt-style-color);
    border-color: var(--vt-style-color); }

.breadcrumbs {
  width: auto;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #5f5f5f; }
  .breadcrumbs a {
    font-size: 15px;
    color: #5f5f5f; }

/* -------------------------------------------------------------------------- *
 * 404 页面未找到
 */
.page-no-found {
  width: 100%;
  max-width: 450px;
  margin: 10px auto; }
  .page-no-found img {
    width: 100%; }
  .page-no-found p {
    font-size: 30px;
    text-align: center; }
  .page-no-found a {
    display: block;
    width: 120px;
    height: 30px;
    color: #fff;
    font-size: 13px;
    margin: 20px auto 0px auto;
    line-height: 30px;
    text-align: center;
    background-color: var(--vt-button-bg-color);
    border-radius: 3px; }
    .page-no-found a:hover {
      color: #fff; }

/* 文章页 singular.php */
.singular-article-container {
  margin-top: 10px;
  background-color: var(--vt-bg-color-card);
  padding: 15px;
  box-sizing: border-box;
  border-radius: var(--vt-border-radius-base);
  box-shadow: 0px 3px 5px 0px var(--vt-shadow-color); }
  .singular-article-container .article-title {
    line-height: 28px;
    font-size: 21px;
    color: var(--vt-text-color); }
  .singular-article-container .article-meta {
    font-size: 14px;
    font-size: 14px;
    color: #777777;
    line-height: 38px;
    margin-top: 15px; }
    .singular-article-container .article-meta a {
      font-size: 14px;
      color: #777; }
    .singular-article-container .article-meta span {
      margin-right: 20px; }
  .singular-article-container .article-content {
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: var(--vt-text-color);
    margin-top: 20px;
    padding-bottom: 120px; }
    .singular-article-container .article-content img {
      max-width: 100%;
      margin-top: 20px; }
    .singular-article-container .article-content pre {
      line-height: 18px; }
    .singular-article-container .article-content p {
      margin-top: 10px; }
    .singular-article-container .article-content h3 {
      font-size: 20px;
      margin-top: 40px;
      margin-bottom: 20px; }

.hljs {
  /*background-color: transparent !important;*/
  padding: 9.5px !important; }

pre {
  font-size: 13px !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important; }

/* ---------------------------------------------------------- *
 * 顶部
 */
.header {
  overflow: hidden;
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
  background: var(--vt-bg-color);
  border-bottom: 1px solid var(--vt-bg-color); }
  .header .logo {
    width: 200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    color: var(--vt-text-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .header .logo img {
    width: 100%;
    height: auto;
    display: block; }
  .header .header-right {
    display: none; }
  .header .menu-button {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 22px; }
    .header .menu-button .iconfont {
      text-align: center;
      line-height: 50px; }

/* ---------------------------------------------------------- *
 * 菜单
 */
nav.top-nav {
  display: none;
  background-color: var(--vt-bg-color);
  width: 100%;
  height: calc(100vh - 51px);
  border-bottom: 1px solid #ddd;
  position: absolute;
  top: 51px;
  left: 0px;
  z-index: 999;
  overflow-y: scroll; }
  nav.top-nav .nav-list {
    width: auto;
    margin: 0px 25px;
    padding-top: 1px; }
    nav.top-nav .nav-list li {
      margin-top: 20px; }
      nav.top-nav .nav-list li > a {
        display: block;
        height: 28px; }
      nav.top-nav .nav-list li .select li {
        margin-top: 10px; }
        nav.top-nav .nav-list li .select li a {
          font-size: 14px;
          text-indent: 30px; }

/* -------------------------------------------------------------------------- *
 * PC width > 900px
 */
@media only screen and (min-width: 900px) {
  /* ---------------------------------------------------------- *
   * 顶部
   */
  .header {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    border-bottom: 0; }
    .header .logo {
      width: auto;
      height: 60px;
      line-height: 60px;
      float: left;
      display: block;
      margin-left: 0px;
      margin-top: 10px;
      font-size: 30px;
      color: var(--vt-text-color); }
      .header .logo img {
        height: 100%;
        float: left; }
    .header .header-right {
      float: right;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end; }
      .header .header-right .top-list {
        height: 20px;
        display: flex;
        justify-content: flex-end; }
        .header .header-right .top-list a {
          font-size: 15px;
          margin-left: 33px; }
      .header .header-right .tel-widget {
        color: #8a8a8a;
        font-size: 18px;
        font-weight: 400;
        display: flex;
        align-items: center;
        margin-top: 20px; }
        .header .header-right .tel-widget div {
          margin-left: 8px; }
    .header .menu-button {
      display: none; }
  /* ---------------------------------------------------------- *
  * 菜单 @ 首页
  */
  nav.top-nav {
    display: block !important;
    width: 100%;
    height: 43px;
    min-height: 0;
    border-top: 1px solid var(--vt-style-color);
    border-bottom: 1px solid var(--vt-style-color);
    background-color: var(--vt-style-color);
    position: relative;
    top: 0;
    overflow-y: visible; }
    nav.top-nav .nav-list {
      width: 1200px;
      height: 43px;
      display: block;
      margin: 0px auto;
      font-size: 15px;
      padding-top: 0px; }
      nav.top-nav .nav-list li {
        width: 169px;
        height: 43px;
        float: left;
        margin-left: 0px;
        margin-top: 0px;
        position: relative;
        position: relative; }
        nav.top-nav .nav-list li::after {
          content: "";
          display: block;
          background-color: var(--vt-text-color-inverse);
          width: 1px;
          height: 20px;
          position: absolute;
          right: 0px;
          top: 12px; }
        nav.top-nav .nav-list li:first-child::before {
          content: "";
          display: block;
          background-color: var(--vt-text-color-inverse);
          width: 1px;
          height: 20px;
          position: absolute;
          left: 0px;
          top: 12px; }
        nav.top-nav .nav-list li a {
          display: block;
          color: var(--vt-text-color-inverse);
          text-align: center;
          height: auto;
          line-height: 43px;
          min-width: 60px;
          font-size: 15px;
          cursor: pointer; }
        nav.top-nav .nav-list li a:hover {
          color: var(--vt-text-color-hover);
          background-color: var(--vt-style-color-hover); }
        nav.top-nav .nav-list li .select {
          position: absolute;
          top: 44px;
          left: -1px;
          overflow: hidden;
          display: none;
          z-index: 9999; }
          nav.top-nav .nav-list li .select li {
            height: 43px;
            clear: both;
            background-color: var(--vt-style-color);
            margin-top: 0px; }
            nav.top-nav .nav-list li .select li::before, nav.top-nav .nav-list li .select li::after {
              display: none; }
            nav.top-nav .nav-list li .select li a {
              line-height: 40px;
              font-size: 14px;
              font-weight: normal !important;
              text-indent: 0px; }
        nav.top-nav .nav-list li .nav-bar .active {
          background-color: #FE2A00; }
      nav.top-nav .nav-list li:hover .select {
        display: block; }
      nav.top-nav .nav-list li.current-menu-item a {
        color: var(--vt-text-color-inverse); } }

/* ========================================================================== *
 * footer
 *
 * @author: ngtwewy <62006464@qq.com>
 * @link: http://verytheme.com
 */
footer {
  width: 100%;
  height: auto;
  background-color: var(--vt-bg-color-footer);
  margin-top: 40px;
  border-top: 1px solid var(--vt-border-color); }
  footer p {
    margin: 0px; }
  footer .footer-wrap {
    min-height: 260px;
    margin: 0 auto;
    padding: 20px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    footer .footer-wrap .footer-container {
      width: 100%;
      margin: 0 auto;
      color: var(--vt-text-color-inverse);
      overflow: hidden; }
      footer .footer-wrap .footer-container .footer-info {
        font-size: 14px;
        margin: 15px auto 60px 15px;
        width: calc(100% - 30px);
        height: auto;
        color: var(--vt-text-color-inverse); }
        footer .footer-wrap .footer-container .footer-info .footer-logo img {
          width: 180px;
          height: 50px; }
        footer .footer-wrap .footer-container .footer-info .footer-title {
          font-size: 20px;
          font-weight: 500; }
        footer .footer-wrap .footer-container .footer-info .footer-description {
          overflow: hidden;
          margin-top: 5px;
          margin-top: 15px;
          margin-bottom: 10px;
          font-size: 14px;
          line-height: 1.5;
          text-align: justify; }
      footer .footer-wrap .footer-container .qrcode-container {
        display: flex;
        justify-content: center; }
        footer .footer-wrap .footer-container .qrcode-container .footer-qrcode {
          width: 100px;
          font-size: var(--vt-font-size-sm);
          margin-left: 20px; }
          footer .footer-wrap .footer-container .qrcode-container .footer-qrcode img {
            width: 100%; }
          footer .footer-wrap .footer-container .qrcode-container .footer-qrcode div {
            display: block;
            width: 90%;
            margin: 5px auto 0px auto;
            text-align: center;
            text-align-last: justify; }
          footer .footer-wrap .footer-container .qrcode-container .footer-qrcode:nth-child(1) {
            margin-left: 0px; }
      footer .footer-wrap .footer-container ul.footer-link-container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px; }
        footer .footer-wrap .footer-container ul.footer-link-container .menu-item {
          display: flex;
          flex-direction: column;
          min-width: 140px; }
          footer .footer-wrap .footer-container ul.footer-link-container .menu-item a {
            font-size: 15px;
            line-height: 14px;
            color: #808080;
            margin-bottom: 16px;
            display: block;
            position: relative; }
          footer .footer-wrap .footer-container ul.footer-link-container .menu-item .select {
            margin-top: 10px; }
            footer .footer-wrap .footer-container ul.footer-link-container .menu-item .select a {
              font-size: 13px;
              margin-left: 10px; }
            footer .footer-wrap .footer-container ul.footer-link-container .menu-item .select a::after {
              content: "";
              width: 3px;
              height: 3px;
              background-color: #808080;
              position: absolute;
              top: 5px;
              left: -10px; }
  footer .footer-bottom {
    width: 100%;
    min-height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #999;
    border-top: 0px;
    padding: 10px 0px;
    font-size: var(--vt-font-size-sm); }
    footer .footer-bottom a {
      color: #999;
      font-size: var(--vt-font-size-sm); }
    footer .footer-bottom p {
      font-size: var(--vt-font-size-sm);
      text-align: center;
      align-items: center;
      margin-top: 20px;
      padding: 0px 20px;
      line-height: 17px; }
      footer .footer-bottom p:nth-child(1) {
        margin-top: 0px; }

/* ========================================================================== *
 * 900px宽度 footer 样式
 *
 * @author: ngtwewy <62006464@qq.com>
 * @link: http://verytheme.com
 */
@media only screen and (min-width: 900px) {
  footer {
    margin-top: 30px; }
    footer .footer-wrap .footer-container {
      width: 1200px;
      margin: 10px auto 0px auto;
      display: flex;
      justify-content: space-between; }
      footer .footer-wrap .footer-container .footer-info {
        width: 310px;
        height: 300px;
        margin: 15px 0px 0px 0px; }
      footer .footer-wrap .footer-container .qrcode-container {
        display: flex;
        justify-content: flex-end; } }

/* @media only screen and (min-width: 900px)  */
/* -------------------------------------------------------------------------- *
 * 模块的公共标题
 */
.widget-header {
  width: 100%;
  height: 50px;
  margin: 0px auto 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .widget-header .widget-one {
    display: flex;
    align-items: center;
    font-size: var(--vt-font-size-lg);
    position: relative;
    text-indent: 15px;
    color: var(--vt-text-color); }
    .widget-header .widget-one::after {
      content: "";
      height: 22px;
      width: 6px;
      background-color: var(--vt-style-color-hover);
      position: absolute;
      left: 0px;
      top: 0px;
      border-radius: var(--vt-border-radius-sm); }
  .widget-header a {
    font-size: var(--vt-font-size-base); }
    .widget-header a:hover {
      color: var(--vt-style-color-hover); }

/* ---------------------------------------------------------- *
 * 新闻 @ 首页
 */
.index-info-container {
  width: calc(100% - 30px);
  margin: 0px auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap; }
  .index-info-container .info-section1,
  .index-info-container .info-section2 {
    width: 100%;
    margin-bottom: 30px; }
    .index-info-container .info-section1 .news-list,
    .index-info-container .info-section2 .news-list {
      display: flex;
      flex-direction: column;
      margin-top: 0px; }
      .index-info-container .info-section1 .news-list div,
      .index-info-container .info-section2 .news-list div {
        width: 100%;
        height: 20px;
        line-height: 20px;
        position: relative;
        margin-top: 20px;
        margin-left: 0px; }
        .index-info-container .info-section1 .news-list div a,
        .index-info-container .info-section2 .news-list div a {
          display: block;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: var(--vt-font-size-base); }
          .index-info-container .info-section1 .news-list div a:hover,
          .index-info-container .info-section2 .news-list div a:hover {
            color: var(--vt-style-color-hover); }
      .index-info-container .info-section1 .news-list div::before,
      .index-info-container .info-section2 .news-list div::before {
        content: "";
        display: none; }
      .index-info-container .info-section1 .news-list div:first-child,
      .index-info-container .info-section2 .news-list div:first-child {
        margin-top: 1px; }
  .index-info-container .info-section3 {
    width: 100%;
    margin-bottom: 30px; }
    .index-info-container .info-section3 .address-pic {
      width: 100%;
      height: 165px;
      border-radius: 5px;
      margin-top: 20px; }
    .index-info-container .info-section3 .address-description {
      height: 120px;
      overflow: hidden;
      text-align: justify;
      margin-top: 8px;
      font-size: var(--vt-font-size-base);
      color: var(--vt-text-color);
      line-height: 25px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
      overflow: hidden; }

/* ---------------------------------------------------------- *
 * 新闻
 */
@media only screen and (min-width: 900px) {
  .index-info-container {
    width: 1200px;
    margin: 30px auto 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between; }
    .index-info-container .info-section1,
    .index-info-container .info-section2 {
      width: 370px; }
      .index-info-container .info-section1 .news-list,
      .index-info-container .info-section2 .news-list {
        display: flex;
        flex-direction: column; }
        .index-info-container .info-section1 .news-list div,
        .index-info-container .info-section2 .news-list div {
          width: 100%;
          height: 20px;
          line-height: 20px;
          position: relative;
          margin-top: 20px;
          margin-left: 12px; }
          .index-info-container .info-section1 .news-list div a,
          .index-info-container .info-section2 .news-list div a {
            display: block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: var(--vt-font-size-base); }
        .index-info-container .info-section1 .news-list div::before,
        .index-info-container .info-section2 .news-list div::before {
          content: "";
          display: block;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: var(--vt-style-color);
          position: absolute;
          top: 7.5px;
          left: -12px; }
        .index-info-container .info-section1 .news-list div:first-child,
        .index-info-container .info-section2 .news-list div:first-child {
          margin-top: 20px; }
    .index-info-container .info-section3 {
      width: 370px;
      margin-top: 0px; }
      .index-info-container .info-section3 .address-pic {
        width: 100%;
        height: 165px;
        border-radius: 5px; }
      .index-info-container .info-section3 .address-description {
        height: 90px;
        line-height: 29px;
        text-indent: 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; } }

/* ---------------------------------------------------------- *
 * 幻灯样式
 */
.swiper-pagination-bullet-active {
  background-color: var(--vt-style-color) !important; }

.swiper-container {
  margin-top: 0px;
  border-radius: 0px;
  height: 38vw; }
  .swiper-container .swiper-slide img {
    width: 100%; }
  .swiper-container .swiper-container {
    width: 100%;
    height: 100%; }
  .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

@media only screen and (min-width: 900px) {
  .swiper-container {
    height: 30vw; } }

/* ---------------------------------------------------------- *
 * 产品图片列表 @ 首页
 */
.index-images-container {
  width: calc(100% - 30px);
  margin: 0px auto; }
  .index-images-container::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both; }
  .index-images-container .product-list {
    width: 100%;
    margin: 8px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .index-images-container .product-list::after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      clear: both; }
    .index-images-container .product-list .product-item {
      width: 48%;
      margin-bottom: 15px; }
      .index-images-container .product-list .product-item:hover {
        color: var(--vt-style-color); }
        .index-images-container .product-list .product-item:hover img {
          transition: 0.2s linear;
          transform: scale(100.5%); }
      .index-images-container .product-list .product-item img {
        width: 100%;
        height: 125px;
        border-radius: 5px;
        object-fit: cover;
        box-shadow: 0px 1px 5px 2px var(--vt-shadow-color); }
      .index-images-container .product-list .product-item .product-title {
        font-size: 16px;
        font-weight: 500;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .index-images-container .product-list .product-item .product-description {
        margin-top: 8px;
        font-size: 15px;
        color: #666;
        height: 56px;
        line-height: 19.5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }

/* -------------------------------------------------------------------------- *
 * 产品列表 @ 【首页】
 */
@media only screen and (min-width: 900px) {
  .index-images-container {
    width: 1200px;
    margin: 40px auto 0px auto; }
    .index-images-container .product-list {
      width: 1200px;
      margin: 8px auto;
      display: block; }
      .index-images-container .product-list .product-item {
        width: 275px;
        margin-bottom: 15px;
        margin-right: 33px;
        float: left; }
        .index-images-container .product-list .product-item:nth-child(4), .index-images-container .product-list .product-item:nth-child(8) {
          margin-right: 0px; }
        .index-images-container .product-list .product-item img {
          width: 275px;
          height: 200px;
          border-radius: 5px;
          object-fit: cover; }
        .index-images-container .product-list .product-item .product-title {
          font-size: 16px;
          font-weight: 500;
          margin-top: 11px; }
        .index-images-container .product-list .product-item .product-description {
          margin-top: 13px;
          font-size: var(--vt-font-size-sm);
          color: #666;
          height: 38px;
          line-height: 19.5px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; } }

.links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px; }
  .links a {
    font-size: 12px;
    color: var(--vt-text-color);
    margin: 0px 20px 16px 0px;
    display: block; }
    .links a:hover {
      color: var(--vt-style-color-hover); }

.vt_img_links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%; }
  .vt_img_links a {
    display: block;
    width: 32%;
    height: 0px;
    padding-bottom: 10%;
    margin-bottom: 2%;
    margin-right: 2%;
    background-color: var(--vt-bg-color);
    position: relative; }
    .vt_img_links a:nth-child(3n) {
      margin-right: 0px; }
    .vt_img_links a img {
      width: 100%;
      height: 100%;
      object-fit: full;
      position: absolute;
      top: 0;
      left: 0; }

@media only screen and (min-width: 900px) {
  .links a {
    display: block;
    min-width: 100px; }
  .vt_img_links a {
    width: 13.1%;
    height: 0;
    padding-bottom: 4%;
    margin-right: 1%;
    margin-bottom: 1%; }
    .vt_img_links a:nth-child(3n) {
      margin-right: 1%; } }

/* ---------------------------------------------------------- *
 * 文章列表样式
 */
.media-list {
  margin-top: 10px;
  background-color: var(--vt-bg-color-card);
  border-radius: var(--vt-border-radius-base); }
  .media-list .media-item {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 12px;
    border-bottom: 1px solid var(--vt-border-color);
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    .media-list .media-item:last-child {
      border-bottom: 0px; }
    .media-list .media-item .media-title a {
      font-size: 18px;
      line-height: 25px;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      color: var(--vt-text-color); }
    .media-list .media-item .media-widget {
      display: flex;
      justify-content: space-between;
      flex-shrink: 1; }
      .media-list .media-item .media-widget .media-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .media-list .media-item .media-widget .media-content .media-info {
          display: flex;
          flex-direction: column; }
          .media-list .media-item .media-widget .media-content .media-info .media-author {
            display: flex;
            align-items: center;
            color: #4b4b4b;
            margin-top: 6px;
            overflow: hidden; }
            .media-list .media-item .media-widget .media-content .media-info .media-author img {
              width: 26px;
              height: 26px;
              border-radius: 50%;
              margin-right: 10px; }
          .media-list .media-item .media-widget .media-content .media-info .media-description {
            word-break: break-all;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            line-height: 20px;
            font-size: 13px;
            color: #5e5e5e;
            margin-top: 15px; }
      .media-list .media-item .media-widget .media-meta {
        margin-top: 10px;
        color: #898989; }
        .media-list .media-item .media-widget .media-meta span a {
          font-size: 12px;
          color: #898989; }
        .media-list .media-item .media-widget .media-meta span img {
          width: 19px;
          height: 19px;
          margin-bottom: -5px; }
      .media-list .media-item .media-widget .media-thumbnail {
        flex-shrink: 0;
        width: 160px;
        height: 105px;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 2px 8px 0 var(--vt-shadow-color);
        margin-top: 5px;
        margin-left: 10px; }
        .media-list .media-item .media-widget .media-thumbnail img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }

/* -------------------------------------------------------------------------- *
 * 
 */
@media only screen and (min-width: 900px) {
  .media-item .media-widget .media-widget-right {
    width: 160px; }
    .media-item .media-widget .media-widget-right img {
      width: 160px;
      height: 100px;
      margin-top: 5px;
      border-radius: 3px;
      object-fit: cover; } }

/* ---------------------------------------------------------- *
 * 产品列表样 @ 产品列表页
 */
.product-page-list {
  width: 100%;
  margin: 8px auto; }
  .product-page-list .product-item:nth-child(2n) {
    margin-right: 0px; }
  .product-page-list .product-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
    float: left; }
    .product-page-list .product-item img {
      width: 100%;
      height: 125px;
      border-radius: 5px;
      object-fit: cover; }
    .product-page-list .product-item .product-title {
      font-size: 16px;
      font-weight: 500;
      margin-top: 5px;
      color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .product-page-list .product-item .product-description {
      margin-top: 8px;
      font-size: 15px;
      color: #666;
      height: 38px;
      line-height: 19.5px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }

@media only screen and (min-width: 900px) {
  /* ---------------------------------------------------------- *
  * banner 产品列表页
  */
  .banner-container {
    width: 100%; }
    .banner-container img {
      width: 100%;
      height: auto;
      object-fit: none; }
  /* ---------------------------------------------------------- *
  * 产品列表样 @ 产品列表页
  */
  .product-page-list {
    width: 100%;
    margin: 10px auto;
    display: block; }
    .product-page-list::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      clear: both; }
    .product-page-list .product-item:nth-child(2n) {
      margin-right: 1.5%; }
    .product-page-list .product-item:nth-child(3n) {
      margin-right: 0px; }
    .product-page-list .product-item {
      width: 32%;
      margin-right: 1.5%;
      margin-bottom: 25px;
      float: left; }
      .product-page-list .product-item img {
        width: 100%;
        height: 180px;
        border-radius: 5px;
        object-fit: cover; }
      .product-page-list .product-item .product-title {
        font-size: 16px;
        font-weight: 500;
        margin-top: 5px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .product-page-list .product-item .product-description {
        margin-top: 8px;
        font-size: var(--vt-font-size-sm);
        color: #666;
        height: 38px;
        line-height: 19.5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; } }

/**
单页*/
.main-container.page {
  width: 900px;
  font-size: 15px;
  overflow: hidden; }
  .main-container.page .page-title {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 2em;
    margin-bottom: .6em;
    text-align: center; }
  .main-container.page .page-meta {
    margin: 2rem 0rem 5rem 0rem; }
  .main-container.page .page-content {
    min-height: 430px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden; }
    .main-container.page .page-content h1, .main-container.page .page-content h2, .main-container.page .page-content h3 {
      line-height: 60px;
      font-weight: 900; }
    .main-container.page .page-content img {
      max-width: 100%;
      margin-top: 10px;
      margin-bottom: 10px; }
    .main-container.page .page-content p {
      margin-bottom: 0px; }
    .main-container.page .page-content .btn {
      display: block;
      width: 80px;
      height: 32px;
      line-height: 32px;
      font-size: 13px;
      text-align: center;
      background-color: #32802b;
      border-color: #32802b;
      border-radius: 3px;
      color: #fff;
      margin: 30px auto 30px auto; }

/**/
/*------------------------------------------------------*/
.form-container {
  padding: 30px 60px 30px 30px;
  margin-top: 10px;
  background-color: var(--vt-bg-color);
  padding: 20px; }
  .form-container .form-panel {
    margin-top: 36px;
    overflow: hidden;
    padding-bottom: 80px; }
    .form-container .form-panel .info {
      color: #073984;
      background-color: #cfe2ff;
      border-color: #bbd6fe;
      position: relative;
      padding: 1rem 1rem;
      margin-bottom: 38px;
      font-size: 15px;
      border: 1px solid transparent;
      border-radius: .25rem; }
    .form-container .form-panel .form-group {
      min-height: 45px;
      overflow: hidden;
      clear: both; }
      .form-container .form-panel .form-group label {
        display: block;
        width: 90px;
        height: 30px;
        line-height: 30px;
        float: left; }
      .form-container .form-panel .form-group input[type="text"] {
        height: 24px;
        line-height: 30px;
        width: 180px;
        float: left;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 3px;
        outline-style: none; }
      .form-container .form-panel .form-group textarea {
        width: 360px;
        max-width: 95%;
        height: 180px;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 3px;
        outline-style: none; }
      .form-container .form-panel .form-group input::-webkit-input-placeholder,
      .form-container .form-panel .form-group textarea::-webkit-input-placeholder {
        font-size: 13px;
        color: #cfcfcf; }
    .form-container .form-panel .checkbox-list {
      margin-top: 10px;
      margin-left: 90px; }
      .form-container .form-panel .checkbox-list label {
        min-width: 60px;
        float: left;
        margin-right: 20px; }
        .form-container .form-panel .checkbox-list label input[type="radio"] {
          float: left; }
        .form-container .form-panel .checkbox-list label span {
          margin-left: 3px; }
    .form-container .form-panel .form-group > button {
      height: 30px;
      padding: 0px 15px;
      border-radius: 3px;
      border: 0px;
      margin-top: 30px;
      background-color: #0076db;
      color: #fff;
      font-size: 13px;
      line-height: 30px;
      outline-style: none;
      margin-left: 90px; }

/* ---------------------------------------------------------- *
 * 底部按钮 回到顶部
 */
.side-tools {
  width: 35px;
  min-height: 500px;
  position: fixed;
  right: 50px;
  bottom: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 9999; }
  .side-tools .tool-widget {
    width: 35px;
    height: 35px;
    margin-top: 5px;
    position: relative; }
    .side-tools .tool-widget:hover a.tool-button::after {
      border-radius: 3px;
      background-color: var(--vt-style-color);
      opacity: 1; }
    .side-tools .tool-widget:hover a.tool-button i {
      color: var(--vt-text-color-inverse); }
    .side-tools .tool-widget:hover .tool-widget-description {
      display: block; }
    .side-tools .tool-widget:hover .tool-qrcode-container {
      display: flex; }
    .side-tools .tool-widget a.tool-button {
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .side-tools .tool-widget a.tool-button::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #adadad;
        opacity: 0.5;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 3px; }
      .side-tools .tool-widget a.tool-button i {
        z-index: 1;
        font-size: var(--vt-font-size-lg);
        color: var(--vt-text-color-grey);
        user-select: none; }
    .side-tools .tool-widget .tool-widget-description {
      width: 100px;
      height: 35px;
      position: absolute;
      top: 0;
      right: 40px;
      background-color: var(--vt-style-color);
      font-size: 13px;
      text-align: center;
      line-height: 35px;
      border-radius: 10px 0px 0px 10px;
      color: var(--vt-text-color-inverse);
      display: none; }
    .side-tools .tool-widget .tool-qrcode-container {
      height: 150px;
      position: absolute;
      top: -50px;
      right: 40px;
      display: flex;
      justify-content: flex-end;
      display: none; }
      .side-tools .tool-widget .tool-qrcode-container .qrcode-item {
        width: 100px;
        height: 120px;
        padding: 10px;
        margin-left: 10px;
        border: 1px solid var(--vt-border-color);
        background-color: var(--vt-bg-color-card);
        border-radius: var(--vt-border-radius-base); }
        .side-tools .tool-widget .tool-qrcode-container .qrcode-item img {
          width: 100px;
          height: 100px; }
        .side-tools .tool-widget .tool-qrcode-container .qrcode-item p {
          text-align: center;
          font-size: var(--vt-font-size-sm);
          margin: 5px 0px 0px 0px; }

.night-mode-button {
  transition: 1s all linear; }
  .night-mode-button i:nth-child(1) {
    display: block; }
  .night-mode-button i:nth-child(2) {
    display: none; }
  .night-mode-button.sun-icon i:nth-child(1) {
    display: none !important; }
  .night-mode-button.sun-icon i:nth-child(2) {
    display: block !important; }

/* -------------------------------------------------------------------------- *
 * 首页 articles-section 模块 < 900px
 */
.articles-section {
  width: calc(100% - 30px);
  padding: 0px;
  margin: 30px auto;
  border-radius: var(--vt-border-radius-base); }
  .articles-section::after {
    content: "";
    height: 0px;
    display: block;
    clear: both; }
  .articles-section .section-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 30px; }
    .articles-section .section-header .header-main {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 30px; }
      .articles-section .section-header .header-main .section-title {
        font-size: var(--vt-font-size-lg);
        font-weight: 500;
        display: flex;
        align-items: center;
        position: relative;
        text-indent: 15px; }
        .articles-section .section-header .header-main .section-title::after {
          content: "";
          height: 22px;
          width: 6px;
          background-color: var(--vt-style-color-hover);
          position: absolute;
          left: 0px;
          top: 0px;
          border-radius: var(--vt-border-radius-sm); }
      .articles-section .section-header .header-main a.more {
        display: block;
        height: 20px;
        line-height: 20px;
        padding: 0px 10px;
        background: var(--vt-button-background);
        background-color: var(--vt-button-bg-color);
        font-size: 12px;
        color: var(--vt-text-color-inverse);
        border-radius: var(--vt-border-radius-lg);
        margin-left: 20px; }
    .articles-section .section-header .links {
      display: none; }
  .articles-section .section-body {
    width: 100%;
    margin-top: 30px; }
    .articles-section .section-body .article-item {
      width: 100%;
      height: 80px;
      overflow: hidden;
      float: left;
      display: flex;
      justify-content: space-between;
      margin: 0px 0px 30px 0px; }
      .articles-section .section-body .article-item .article-info {
        flex-shrink: 1; }
        .articles-section .section-body .article-item .article-info a {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .articles-section .section-body .article-item .article-info .article-description {
          margin-top: 5px;
          font-size: 13px;
          line-height: 22px;
          color: var(--vt-text-color-placeholder);
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
          .articles-section .section-body .article-item .article-info .article-description p {
            margin: 0px; }
      .articles-section .section-body .article-item .article-thumbnail {
        flex-shrink: 0;
        display: block;
        width: 100px;
        height: 80px;
        margin-left: 10px; }
        .articles-section .section-body .article-item .article-thumbnail img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: var(--vt-border-radius-base); }

/* -------------------------------------------------------------------------- *
 * 首页 articles-section 模块 > 900px
 */
@media only screen and (min-width: 900px) {
  .articles-section {
    width: 1200px;
    margin: 30px auto; }
    .articles-section::after {
      content: "";
      height: 0px;
      display: block;
      clear: both; }
    .articles-section .section-header {
      display: flex;
      justify-content: space-between;
      height: 35px; }
      .articles-section .section-header .header-main {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 35px;
        width: auto; }
        .articles-section .section-header .header-main .section-title {
          color: var(--vt-text-color);
          font-size: var(--vt-font-size-lg);
          font-weight: 500;
          vertical-align: center;
          display: flex;
          align-items: center; }
        .articles-section .section-header .header-main a.more {
          display: block;
          height: 30px;
          line-height: 30px;
          padding: 0px 10px;
          background: var(--vt-button-background);
          background-color: var(--vt-button-bg-color);
          font-size: 12px;
          color: var(--vt-text-color-inverse);
          border-radius: var(--vt-border-radius-lg);
          margin-left: 20px; }
      .articles-section .section-header .links {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 35px; }
        .articles-section .section-header .links a {
          font-size: 13px;
          margin-left: 20px; }
          .articles-section .section-header .links a:hover {
            color: var(--vt-style-color); }
    .articles-section .section-body {
      width: 100%;
      margin-top: 30px; }
      .articles-section .section-body .article-item {
        width: calc(50% - 30px);
        height: 120px;
        overflow: hidden;
        float: left;
        display: flex;
        justify-content: space-between;
        margin: 0px 60px 30px 0px; }
        .articles-section .section-body .article-item:nth-child(2n) {
          margin-right: 0px; }
        .articles-section .section-body .article-item:nth-child(5), .articles-section .section-body .article-item:nth-child(6) {
          margin-bottom: 0px; }
        .articles-section .section-body .article-item .article-info {
          flex-shrink: 1; }
          .articles-section .section-body .article-item .article-info a {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden; }
            .articles-section .section-body .article-item .article-info a:hover {
              color: var(--vt-style-color); }
          .articles-section .section-body .article-item .article-info .article-description {
            margin-top: 10px;
            font-size: 13px;
            line-height: 22px;
            color: var(--vt-text-color-placeholder);
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden; }
            .articles-section .section-body .article-item .article-info .article-description p {
              margin: 0px; }
        .articles-section .section-body .article-item .article-thumbnail {
          flex-shrink: 0;
          display: block;
          width: 160px;
          height: 100px;
          margin-left: 20px; }
          .articles-section .section-body .article-item .article-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: var(--vt-border-radius-base); } }

/* ---------------------------------------------------------- *
 * 主容器
 */
.main-container {
  overflow: hidden;
  padding: 0px;
  width: calc(100% - 20px);
  margin: 20px auto 20px auto; }
  .main-container .right {
    margin-top: 20px; }

@media only screen and (min-width: 900px) {
  /* ---------------------------------------------------------- *
  * main-container
  */
  .main-container {
    width: 1200px;
    margin: 20px auto 20px auto; }
    .main-container .left {
      width: 880px;
      float: left; }
    .main-container .right {
      width: 300px;
      float: right;
      padding-top: 45px;
      margin-top: 0px; } }

.sider-box {
  width: 100%;
  min-height: 20px;
  margin: 0px auto 20px auto;
  border: 0px solid #f1f1f1;
  border-radius: 5px;
  background-color: var(--vt-bg-color-card);
  box-shadow: 0px 3px 5px 0px var(--vt-shadow-color); }
  .sider-box::after {
    content: "";
    clear: both; }
  .sider-box .sider-title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    text-indent: 15px;
    background-color: var(--vt-bg-color-card);
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid var(--vt-border-color);
    color: var(--vt-text-color);
    font-size: var(--vt-font-size-base);
    font-weight: 500; }
  .sider-box ul.sider-body {
    padding: 5px;
    width: 100%;
    text-align: left;
    box-sizing: border-box; }
    .sider-box ul.sider-body li {
      width: 100%;
      height: 45px;
      line-height: 45px; }
      .sider-box ul.sider-body li.iactive {
        background-color: var(--vt-bg-color-hover); }
        .sider-box ul.sider-body li.iactive a {
          color: var(--vt-style-color-hover); }
      .sider-box ul.sider-body li a {
        display: block;
        text-indent: 10px;
        font-size: 16px; }
      .sider-box ul.sider-body li > ul.select > li {
        min-height: 30px;
        line-height: 30px;
        position: relative; }
        .sider-box ul.sider-body li > ul.select > li:after {
          content: "";
          display: block;
          width: 4px;
          height: 4px;
          border-radius: 2px;
          background-color: #fbbd03;
          position: absolute;
          top: 12.5px;
          left: 13px; }
        .sider-box ul.sider-body li > ul.select > li a {
          display: block;
          font-size: 15px;
          text-indent: 25px; }

/* 文章列表 文章模块 */
.sider-article-container {
  margin-top: 0px;
  background-color: var(--vt-bg-color-card);
  border-radius: var(--vt-border-radius-base);
  box-shadow: 0px 3px 5px 0px var(--vt-shadow-color); }
  .sider-article-container .right-sider-title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    text-indent: 15px;
    background-color: var(--vt-bg-color-card);
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid var(--vt-border-color);
    color: var(--vt-text-color);
    font-size: var(--vt-font-size-base);
    font-weight: 500; }
  .sider-article-container .article-list {
    counter-reset: num1 0;
    padding: 0px 20px 20px 20px; }
    .sider-article-container .article-list .article-item {
      height: 38px;
      line-height: 38px; }
      .sider-article-container .article-list .article-item a {
        font-size: 14px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .sider-article-container .article-list .article-item a::before {
        counter-increment: num1 1;
        content: counter(num1) ". "; }
    .sider-article-container .article-list .article-item:first-child {
      margin-top: 15px; }
