@charset "UTF-8";
:root {
  --rt-color-primary: #007aff;
  --rt-color-success: #4cd964;
  --rt-color-warning: #f0ad4e;
  --rt-color-error: #dd524d;
  --rt-font-size-sm: 13px;
  --rt-font-size-base: 16px;
  --rt-font-size-lg: 26px;
  --rt-text-color: #333;
  --rt-text-color-inverse: #fff;
  --rt-text-color-grey: #999;
  --rt-text-color-placeholder: #8c8c8c;
  --rt-text-color-disable: #c0c0c0;
  --rt-bg-color: #f5f6f7;
  --rt-bg-color-grey: #f1f1f1;
  --rt-bg-color-hover: #f1f1f1;
  --rt-bg-color-mask: rgba(34, 34, 34, 0.95);
  --rt-bg-color-card: #ffffff;
  --rt-border-radius: 4px;
  --rt-border-color: #dddddd;
  --rt-shadow-color: rgba(184, 184, 184, 0.5);
}

body.dark-mode {
  --rt-text-color: #b9b9b9;
  --rt-text-color-inverse: #333;
  --rt-text-color-grey: #999;
  --rt-text-color-placeholder: #808080;
  --rt-text-color-disable: #c0c0c0;
  --rt-bg-color: #2c2c2c;
  --rt-bg-color-grey: #5a5a5a;
  --rt-bg-color-hover: #979797;
  --rt-bg-color-mask: rgba(34, 34, 34, 0.95);
  --rt-bg-color-card: #272727;
  --rt-border-color: #303030;
  --rt-shadow-color: #181818;
}

body.dark-mode img {
  filter: brightness(70%);
}
body.dark-mode .logo {
  filter: brightness(200%);
}

/*! 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;
}

/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont"; /* Project id 3210959 */
  src: url("//at.alicdn.com/t/c/font_3210959_jxm7nbna3um.woff2?t=1678692002486") format("woff2"), url("//at.alicdn.com/t/c/font_3210959_jxm7nbna3um.woff?t=1678692002486") format("woff"), url("//at.alicdn.com/t/c/font_3210959_jxm7nbna3um.ttf?t=1678692002486") 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 var(--rt-border-color);
  margin: 0.25em 0.25em 1.4em 0;
  display: block;
  background-color: var(--rt-bg-color-card);
}
nav.pagination .nav-links > .current {
  background-color: var(--rt-color-primary);
  border-color: var(--rt-color-primary);
  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(--rt-color-primary);
  border-color: var(--rt-color-primary);
}

.breadcrumbs {
  width: auto;
  height: 35px;
  line-height: 35px;
  font-size: var(--rt-font-size-sm);
  color: var(--rt-text-color-grey);
}
.breadcrumbs .iconfont {
  font-size: var(--rt-font-size-lg);
  vertical-align: -5px;
}
.breadcrumbs a {
  font-size: var(--rt-font-size-sm);
  color: var(--rt-text-color-grey);
}

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

@media only screen and (min-width: 900px) {
  .page-no-found {
    max-width: 450px;
  }
  .page-no-found p {
    font-size: 30px;
  }
}
/* ---------------------------------------------------------- *
 * search
 */
.no-content {
  text-align: center;
  padding: 100px 0px;
  font-size: 16px;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.no-content img {
  max-width: 150px;
  margin: 20px auto;
}
.no-content p {
  margin-top: 10px;
  color: var(--rt-text-color-grey);
}

.search-title {
  margin-top: 10px;
  color: var(--rt-text-color);
}

/* 文章页 singular.php */
.singular-article-container {
  margin-top: 10px;
  padding: 8px;
  box-sizing: border-box;
  background-color: var(--rt-bg-color-card);
  box-shadow: 0 0 3px var(--rt-shadow-color);
  border-radius: var(--rt-border-radius);
}
.singular-article-container .article-title {
  line-height: 28px;
  font-size: 21px;
  color: var(--rt-text-color);
}
.singular-article-container .article-meta {
  font-size: 14px;
  color: #777777;
  line-height: 38px;
  margin-top: 5px;
  display: flex;
}
.singular-article-container .article-meta .iconfont {
  font-size: 19px;
  vertical-align: -2px;
}
.singular-article-container .article-meta a {
  font-size: 12px;
  color: #777;
}
.singular-article-container .article-meta span {
  margin-right: 20px;
}
.singular-article-container .article-content {
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: var(--rt-text-color);
  padding-bottom: 0px;
  text-align: justify;
}

@media only screen and (min-width: 900px) {
  .singular-article-container {
    padding: 15px;
  }
}
.article-prev-next-nav {
  display: flex;
  justify-content: space-between;
  font-size: var(--rt-font-size-sm);
  color: var(--rt-text-color-grey);
  margin: 15px 0 0 0;
  box-shadow: 0 0 3px var(--rt-shadow-color);
  border-radius: var(--rt-border-radius);
  background-color: var(--rt-bg-color-card);
}
.article-prev-next-nav .article-nav {
  flex: 0 0 calc(50% - 10px);
  display: block;
  padding: 10px;
  box-sizing: border-box;
  border-radius: var(--rt-border-radius);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-prev-next-nav .article-nav .arrow-icon {
  display: none;
}
.article-prev-next-nav .article-nav .article-link {
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 15px 0px;
}
.article-prev-next-nav .article-nav .article-link a {
  font-size: 14px;
}
.article-prev-next-nav .article-nav:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--rt-border-color);
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 900px) {
  .article-prev-next-nav .article-nav .arrow-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .article-prev-next-nav .article-nav .arrow-icon i {
    font-size: 30px;
    font-weight: 900;
    color: var(--rt-text-color-grey);
  }
  .article-prev-next-nav .prev-nav {
    padding-left: 50px;
    text-align: left;
  }
  .article-prev-next-nav .next-nav {
    padding-right: 50px;
    text-align: right;
  }
  .article-prev-next-nav .next-nav .arrow-icon {
    transform: rotate(180deg);
    left: auto;
    right: 0;
  }
}
/* -------------------------------------------------------------------------- *
* header 类型1
*/
.no-scroll {
  overflow-y: hidden;
}

.header.header-type1.mobile {
  width: 100%;
  height: 50px;
  background-color: var(--rt-bg-color-card);
}
.header.header-type1.mobile .header-nav {
  box-sizing: border-box;
  padding: 0px 5px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 5px var(--rt-shadow-color);
}
.header.header-type1.mobile .header-nav a.logo {
  display: block;
  height: 30px;
}
.header.header-type1.mobile .header-nav a.logo img {
  height: 30px;
}
.header.header-type1.mobile .header-nav a.top-nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.header.header-type1.mobile .header-nav a.top-nav-button i {
  font-size: 25px;
}
.header.header-type1.mobile .mobile-menu-layout.menu {
  box-sizing: content-box;
  background-color: var(--rt-bg-color-mask);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  z-index: 6;
}
.header.header-type1.mobile .mobile-menu-layout.menu.show {
  display: flex;
}
.header.header-type1.mobile .mobile-menu-layout.menu .mobile-menu-layout-close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 10px;
  color: var(--rt-text-color-grey);
}
.header.header-type1.mobile .mobile-menu-layout.menu .mobile-menu-layout-close-button i {
  font-size: 25px;
}
.header.header-type1.mobile .mobile-menu-layout.menu ul.nav-list {
  width: 85%;
  height: 90%;
  margin-top: 50px;
  box-sizing: border-box;
  padding: 20px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.header.header-type1.mobile .mobile-menu-layout.menu ul.nav-list::-webkit-scrollbar {
  display: none;
  width: 0;
}
.header.header-type1.mobile .mobile-menu-layout.menu ul.nav-list > li {
  width: 100%;
  height: auto;
}
.header.header-type1.mobile .mobile-menu-layout.menu ul.nav-list > li.show .child-menu {
  display: block;
}
.header.header-type1.mobile .mobile-menu-layout.menu ul.nav-list > li.show > a .iconfont {
  transform: rotate(180deg);
  transition: all 0.1s linear;
}
.header.header-type1.mobile .mobile-menu-layout.menu ul.nav-list > li > a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: var(--rt-text-color-grey);
  font-size: 16px;
}
.header.header-type1.mobile .mobile-menu-layout.menu ul.nav-list > li .child-menu {
  display: none;
  padding-left: 20px;
}
.header.header-type1.mobile .mobile-menu-layout.menu ul.nav-list > li .child-menu li {
  min-height: 30px;
}
.header.header-type1.mobile .mobile-menu-layout.menu ul.nav-list > li .child-menu li a {
  display: flex;
  width: 100%;
  line-height: 30px;
  min-height: 38px;
  color: var(--rt-text-color-grey);
  height: auto;
  font-size: 14px;
}
.header.header-type1.mobile .mobile-menu-layout.menu ul.nav-list > li .child-menu li a i.iconfont {
  display: none;
}
.header.header-type1.mobile .mobile-menu-layout.menu ul.nav-list > li .child-menu .child-menu {
  display: none;
}
.header.header-type1.mobile .mobile-search-modal.modal {
  width: 100vw;
  height: 100vh;
  z-index: 80;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--rt-bg-color-mask);
  display: none;
  justify-content: center;
  align-items: center;
}
.header.header-type1.mobile .mobile-search-modal.modal.show {
  display: flex;
}
.header.header-type1.mobile .mobile-search-modal.modal .modal-dialog {
  position: relative;
  font-size: 18px;
  width: 90%;
  max-width: 300px;
  padding: 20px;
  border-radius: var(--rt-border-radius);
  background-color: var(--rt-bg-color-card);
  box-shadow: 0 0 3px var(--rt-shadow-color);
}
.header.header-type1.mobile .mobile-search-modal.modal .modal-dialog .modal-close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.header.header-type1.mobile .mobile-search-modal.modal .modal-dialog .modal-close-button i {
  font-size: 20px;
}
.header.header-type1.mobile .mobile-search-modal.modal .modal-dialog .modal-header {
  text-align: center;
  margin-bottom: 20px;
  color: var(--rt-text-color);
}
.header.header-type1.mobile .mobile-search-modal.modal .modal-dialog .field {
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  font-size: 14px;
  color: var(--rt-text-color);
}
.header.header-type1.mobile .mobile-search-modal.modal .modal-dialog .field-text input {
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  color: var(--rt-text-color);
  border: 1px solid var(--rt-border-color);
  border-radius: var(--rt-border-radius);
  background-color: var(--rt-bg-color-card);
  text-indent: 10px;
}
.header.header-type1.mobile .mobile-search-modal.modal .modal-dialog .field-button {
  margin-bottom: 0px;
}
.header.header-type1.mobile .mobile-search-modal.modal .modal-dialog .field-button button {
  width: 100px;
  height: 35px;
  border: 1px solid transparent;
  background-color: var(--rt-color-primary);
  border-radius: var(--rt-border-radius);
  color: var(--rt-text-color-inverse);
  display: block;
  margin: 0px auto;
}

.header.header-type1.pc {
  display: none;
}

/* -------------------------------------------------------------------------- *
* header 900px+
*/
@media only screen and (min-width: 900px) {
  .header.header-type1.mobile {
    display: none;
  }
  .header.header-type1.pc {
    display: block;
    width: 100%;
    height: 60px;
    background-color: var(--rt-bg-color-card);
    box-shadow: 0px 0px 10px 1px var(--rt-shadow-color);
    z-index: 1;
  }
  .header.header-type1.pc .header-nav {
    width: 1200px;
    height: 60px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header.header-type1.pc .header-nav::after {
    content: "";
    width: 0px;
    height: 0px;
    clear: both;
  }
  .header.header-type1.pc .header-nav a.logo {
    display: flex;
    height: 60px;
    min-width: 120px;
    align-items: center;
    justify-content: flex-start;
    font-size: var(--rt-font-size-lg);
    float: left;
  }
  .header.header-type1.pc .header-nav a.logo img {
    display: block;
    max-height: 50px;
  }
  .header.header-type1.pc .header-nav ul.nav-list {
    list-style: none;
    height: 60px;
    float: left;
    margin-left: 30px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    overflow: visible;
  }
  .header.header-type1.pc .header-nav ul.nav-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    height: 60px;
    box-sizing: border-box;
  }
  .header.header-type1.pc .header-nav ul.nav-list li a {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0px 17px;
  }
  .header.header-type1.pc .header-nav ul.nav-list li a i.iconfont {
    font-size: 16px;
  }
  .header.header-type1.pc .header-nav ul.nav-list li:hover > a {
    color: var(--rt-color-primary);
  }
  .header.header-type1.pc .header-nav ul.nav-list li:hover > a i.iconfont {
    display: inline-block;
    transform: rotate(-180deg);
  }
  .header.header-type1.pc .header-nav ul.nav-list li:hover .child-menu {
    display: block;
  }
  .header.header-type1.pc .header-nav ul.nav-list li ul.child-menu {
    min-width: 190px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    list-style: none;
    background-color: var(--rt-bg-color-card);
    box-shadow: 0px 1px 5px 1px var(--rt-shadow-color);
    border-radius: var(--rt-border-radius);
    padding-left: 0px;
    z-index: 1;
  }
  .header.header-type1.pc .header-nav ul.nav-list li ul.child-menu li {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    background-color: var(--rt-bg-color-card);
  }
  .header.header-type1.pc .header-nav ul.nav-list li ul.child-menu li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 40px;
    line-height: 20px;
    font-size: 13px;
  }
  .header.header-type1.pc .header-nav ul.nav-list li ul.child-menu li a:hover {
    background-color: var(--rt-bg-color-grey);
    color: var(--rt-color-primary);
  }
  .header.header-type1.pc .header-nav ul.nav-list li ul.child-menu li:first-child {
    border-radius: var(--rt-border-radius) var(--rt-border-radius) 0 0;
  }
  .header.header-type1.pc .header-nav ul.nav-list li ul.child-menu li:last-child {
    border-radius: 0 0 var(--rt-border-radius) var(--rt-border-radius);
  }
  .header.header-type1.pc .header-nav ul.nav-list li ul.child-menu li ul.child-menu {
    display: none;
  }
  .header.header-type1.pc .header-nav ul.nav-list ul.child-menu::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--rt-bg-color-card);
    box-shadow: 0 0 5px var(--rt-shadow-color);
    position: absolute;
    top: -3px;
    left: calc(50% - 6px);
    transform: rotate(45deg);
  }
  .header.header-type1.pc .header-nav .search {
    display: block;
    float: right;
    overflow: hidden;
    margin-left: auto;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0px 3px 0 var(--rt-shadow-color);
  }
  .header.header-type1.pc .header-nav .search input.keyword {
    width: 180px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    color: var(--rt-text-color);
    background: var(--rt-bg-color-grey);
    text-indent: 10px;
    outline: none;
  }
  .header.header-type1.pc .header-nav .search input.keyword:focus {
    background: var(--rt-bg-color-hover);
    box-shadow: inset 0 0 5px var(--rt-bg-color-grey);
  }
  .header.header-type1.pc .header-nav .search input.keyword::placeholder {
    color: var(--rt-text-color-placeholder);
    font-size: 13px;
  }
  .header.header-type1.pc .header-nav .search .button {
    width: 40px;
    height: 30px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border-radius: 5px;
    cursor: pointer;
  }
  .header.header-type1.pc .header-nav .search .button .iconfont {
    font-size: 25px;
    user-select: none;
    color: var(--rt-text-color-grey);
  }
  .header.header-type1.pc .header-nav .header-button-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }
  .header.header-type1.pc .header-nav .header-button-group a.nav-button {
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    color: var(--rt-text-color-grey);
  }
  .header.header-type1.pc .header-nav .header-button-group a.nav-button i {
    font-size: 33px;
    font-weight: 300;
  }
  .header.header-type1.pc .header-nav .header-button-group a.nav-button.night-mode-button {
    transition: 0.3s all linear;
  }
  .header.header-type1.pc .header-nav .header-button-group a.nav-button.night-mode-button i:nth-child(1) {
    display: block;
  }
  .header.header-type1.pc .header-nav .header-button-group a.nav-button.night-mode-button i:nth-child(2) {
    display: none;
  }
  .header.header-type1.pc .header-nav .header-button-group a.nav-button.night-mode-button.sun-icon i:nth-child(1) {
    display: none !important;
  }
  .header.header-type1.pc .header-nav .header-button-group a.nav-button.night-mode-button.sun-icon i:nth-child(2) {
    display: block !important;
  }
  .header.header-type1.pc .header-nav .header-button-group a.nav-button.night-mode-button:hover {
    color: var(--rt-text-color);
  }
  .header.header-type1.pc .header-nav .header-button-group a.nav-button.night-mode-button i {
    font-size: 27px;
  }
}
/* ---------------------------------------------------------- *
 * 顶部
 */
.header.header-type2 {
  overflow: hidden;
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
  background: var(--rt-bg-color);
  border-bottom: 1px solid var(--rt-bg-color);
}
.header.header-type2 .logo {
  width: 200px;
  height: auto;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  color: var(--rt-text-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header.header-type2 .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header.header-type2 .header-right {
  display: none;
}
.header.header-type2 .menu-button {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 22px;
}
.header.header-type2 .menu-button .iconfont {
  text-align: center;
  line-height: 50px;
}

/* ---------------------------------------------------------- *
 * 菜单
 */
nav.top-nav.header-type2 {
  display: none;
  background-color: var(--rt-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.header-type2 .nav-list {
  width: auto;
  margin: 0px 25px;
  padding-top: 1px;
}
nav.top-nav.header-type2 .nav-list li {
  margin-top: 20px;
}
nav.top-nav.header-type2 .nav-list li > a {
  display: block;
  height: 28px;
}
nav.top-nav.header-type2 .nav-list li .select li {
  margin-top: 10px;
}
nav.top-nav.header-type2 .nav-list li .select li a {
  font-size: 14px;
  text-indent: 30px;
}

/* -------------------------------------------------------------------------- *
 * PC width > 900px
 */
@media only screen and (min-width: 900px) {
  /* ---------------------------------------------------------- *
   * 顶部
   */
  .header.header-type2 {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    border-bottom: 0;
  }
  .header.header-type2 .header-left {
    float: left;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
  }
  .header.header-type2 .header-left .logo {
    width: auto;
    height: 55px;
    line-height: 55px;
    display: block;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 30px;
    color: var(--rt-text-color);
  }
  .header.header-type2 .header-left .logo img {
    height: 100%;
    float: left;
  }
  .header.header-type2 .header-left .slogan {
    float: left;
    color: var(--rt-text-color-grey);
    border-left: 1px var(--rt-bg-color-grey) solid;
    padding-left: 20px;
    margin-left: 20px;
    font-size: 13px;
  }
  .header.header-type2 .header-right {
    height: 70px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }
  .header.header-type2 .header-right .top-list {
    height: 20px;
    display: flex;
    justify-content: flex-end;
    margin-top: 3px;
  }
  .header.header-type2 .header-right .top-list a {
    font-size: 14px;
    margin-left: 33px;
  }
  .header.header-type2 .header-right .tel-widget {
    color: #8a8a8a;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-top: 0px;
  }
  .header.header-type2 .header-right .tel-widget div {
    margin-left: 8px;
  }
  .header.header-type2 .menu-button {
    display: none;
  }
  /* ---------------------------------------------------------- *
  * 菜单 @ 首页
  */
  nav.top-nav.header-type2 {
    display: block !important;
    width: 100%;
    height: 43px;
    min-height: 0;
    border-top: 1px solid var(--rt-color-primary);
    border-bottom: 1px solid var(--rt-color-primary);
    background-color: var(--rt-color-primary);
    position: relative;
    top: 0;
    overflow-y: visible;
  }
  nav.top-nav.header-type2 .nav-list {
    width: 1200px;
    height: 43px;
    display: block;
    margin: 0px auto;
    font-size: 15px;
    padding-top: 0px;
  }
  nav.top-nav.header-type2 .nav-list li {
    width: 169px;
    height: 43px;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    position: relative;
  }
  nav.top-nav.header-type2 .nav-list li::after {
    content: "";
    display: block;
    background-color: var(--rt-text-color-inverse);
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 12px;
  }
  nav.top-nav.header-type2 .nav-list li:first-child::before {
    content: "";
    display: block;
    background-color: var(--rt-text-color-inverse);
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 12px;
  }
  nav.top-nav.header-type2 .nav-list li.menu-item-has-children > a::after {
    content: "\e8a4";
    font-family: "iconfont";
    display: inline-block;
    margin-left: 5px;
    transition: all 0.5s;
  }
  nav.top-nav.header-type2 .nav-list li a {
    display: block;
    color: var(--rt-text-color-inverse);
    text-align: center;
    height: auto;
    line-height: 43px;
    min-width: 60px;
    font-size: 15px;
    cursor: pointer;
  }
  nav.top-nav.header-type2 .nav-list li a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
  }
  nav.top-nav.header-type2 .nav-list li .select {
    position: absolute;
    top: 44px;
    left: -1px;
    overflow: hidden;
    display: none;
    z-index: 9999;
  }
  nav.top-nav.header-type2 .nav-list li .select li {
    height: 43px;
    clear: both;
    background-color: var(--rt-color-primary);
    margin-top: 0px;
  }
  nav.top-nav.header-type2 .nav-list li .select li::before, nav.top-nav.header-type2 .nav-list li .select li::after {
    display: none;
  }
  nav.top-nav.header-type2 .nav-list li .select li a {
    line-height: 40px;
    font-size: 14px;
    font-weight: normal !important;
    text-indent: 0px;
  }
  nav.top-nav.header-type2 .nav-list li .nav-bar .active {
    background-color: #FE2A00;
  }
  nav.top-nav.header-type2 .nav-list li:hover .select {
    display: block;
  }
  nav.top-nav.header-type2 .nav-list li.current-menu-item a {
    color: var(--rt-text-color-inverse);
  }
}
/* ========================================================================== *
 * footer
 *
 * @author: ngtwewy <62006464@qq.com>
 * @link: http://rangtuo.com
 */
footer.footer-type-1 {
  width: 100%;
  height: auto;
  background-color: #333;
  margin-top: 0px;
}
footer.footer-type-1 span {
  margin: 0px;
}
footer.footer-type-1 .footer-bottom {
  width: 100%;
  min-height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ddd;
  border-top: 0px;
  padding: 10px 0px;
  font-size: var(--rt-font-size-sm);
  line-height: 22px;
}
footer.footer-type-1 .footer-bottom a {
  color: #ddd;
  font-size: var(--rt-font-size-sm);
}
footer.footer-type-1 .footer-bottom span {
  font-size: var(--rt-font-size-sm);
  text-align: center;
  align-items: center;
  margin-top: 20px;
  padding: 0px 20px;
}
footer.footer-type-1 .footer-bottom span:nth-child(1) {
  margin-top: 0px;
}

/* ========================================================================== *
 * 900px宽度 footer 样式
 *
 * @author: ngtwewy <62006464@qq.com>
 * @link: http://rangtuo.com
 */
@media only screen and (min-width: 900px) {
  footer.footer-type-1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  footer.footer-type-1 .footer-wrap .footer-container {
    width: 1200px;
    margin: 10px auto 0px auto;
    display: flex;
    justify-content: space-between;
  }
  footer.footer-type-1 .footer-wrap .footer-container .footer-info {
    width: 310px;
    height: 300px;
    margin: 15px 0px 0px 0px;
  }
  footer.footer-type-1 .footer-wrap .footer-container .qrcode-container {
    display: flex;
    justify-content: flex-end;
  }
}
/* ========================================================================== *
 * footer
 *
 * @author: ngtwewy <62006464@qq.com>
 * @link: http://rangtuo.com
 */
footer.footer-type-2 {
  width: 100%;
  height: auto;
  min-height: 260px;
  background-color: #333;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: none;
}
footer.footer-type-2 .footer-container {
  width: 100%;
  margin: 0 auto;
  color: #ddd;
  overflow: hidden;
}
footer.footer-type-2 .footer-container .footer-info {
  font-size: 14px;
  margin: 30px auto 60px 15px;
  width: calc(100% - 30px);
  height: auto;
  color: #ddd;
}
footer.footer-type-2 .footer-container .footer-info .footer-logo img {
  max-width: 180px;
  height: 40px;
  object-fit: contain;
}
footer.footer-type-2 .footer-container .footer-info .footer-title {
  font-size: 20px;
  font-weight: 500;
}
footer.footer-type-2 .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-type-2 .footer-container ul.footer-link-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0px 15px;
  box-sizing: border-box;
}
footer.footer-type-2 .footer-container ul.footer-link-wrapper > .menu-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
}
footer.footer-type-2 .footer-container ul.footer-link-wrapper > .menu-item > a {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #ddd;
  overflow: hidden;
}
footer.footer-type-2 .footer-container ul.footer-link-wrapper ul.sub-menu {
  list-style: none;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
footer.footer-type-2 .footer-container ul.footer-link-wrapper ul.sub-menu::after {
  content: "";
  display: block;
  clear: both;
}
footer.footer-type-2 .footer-container ul.footer-link-wrapper ul.sub-menu li {
  display: block;
  width: 33.33%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer.footer-type-2 .footer-container ul.footer-link-wrapper ul.sub-menu a {
  font-size: 13px;
  margin-left: 10px;
  color: #ddd;
  position: relative;
}
footer.footer-type-2 .footer-container ul.footer-link-wrapper ul.sub-menu a:hover {
  color: var(--rt-color-primary) !important;
}
footer.footer-type-2 .footer-container ul.footer-link-wrapper ul.sub-menu a::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #ddd;
  position: absolute;
  top: 5px;
  left: -10px;
}
footer.footer-type-2 .footer-container .qrcode-container {
  display: flex;
  justify-content: center;
}
footer.footer-type-2 .footer-container .qrcode-container .footer-qrcode {
  width: 130px;
  font-size: var(--rt-font-size-sm);
  margin-left: 20px;
}
footer.footer-type-2 .footer-container .qrcode-container .footer-qrcode img {
  width: 100%;
}
footer.footer-type-2 .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-type-2 .footer-container .qrcode-container .footer-qrcode:nth-child(1) {
  margin-left: 0px;
}
footer.footer-type-2 .footer-copyright {
  width: 100%;
  min-height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 0px;
  padding: 10px 0px;
  font-size: var(--rt-font-size-sm);
  line-height: 25px;
  color: #ddd;
  background-color: #333;
}
footer.footer-type-2 .footer-copyright a {
  color: #ddd;
  font-size: var(--rt-font-size-sm);
}
footer.footer-type-2 .footer-copyright a:hover {
  color: var(--rt-color-primary) !important;
}
footer.footer-type-2 .footer-copyright span {
  font-size: var(--rt-font-size-sm);
  text-align: center;
  align-items: center;
  margin-top: 20px;
  padding: 0px 20px;
}
footer.footer-type-2 .footer-copyright span:nth-child(1) {
  margin-top: 0px;
}

@media only screen and (min-width: 900px) {
  footer.footer-type-2 {
    margin-top: 0px;
    background-size: cover;
    display: block;
  }
  footer.footer-type-2 .footer-container {
    width: 1200px;
    margin: 0px auto 0px auto;
    display: flex;
    justify-content: space-between;
  }
  footer.footer-type-2 .footer-container .footer-info {
    width: 260px;
    min-height: 230px;
    margin: 40px 0px 0px 0px;
  }
  footer.footer-type-2 .footer-container ul.footer-link-wrapper {
    flex-direction: row;
    margin-top: 45px;
    width: 450px;
  }
  footer.footer-type-2 .footer-container ul.footer-link-wrapper > .menu-item {
    width: 33.33%;
  }
  footer.footer-type-2 .footer-container ul.footer-link-wrapper > .menu-item ul.sub-menu {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
  }
  footer.footer-type-2 .footer-container ul.footer-link-wrapper > .menu-item ul.sub-menu li {
    width: auto;
    margin-bottom: 12px;
  }
  footer.footer-type-2 .footer-container .qrcode-container {
    display: flex;
    justify-content: flex-end;
  }
}
.index {
  padding: 20px 0 0 0;
}

.section-header {
  width: 100%;
  height: 30px;
  margin: 0px auto 10px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-header .section-one {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  position: relative;
  color: var(--rt-text-color);
}
.section-header a {
  font-size: var(--rt-font-size-sm);
}
.section-header a:hover {
  color: var(--rt-color-primary);
}

@media only screen and (min-width: 900px) {
  .index {
    padding: 60px 0 0px 0;
  }
  .section-header .section-one {
    font-size: 26px;
  }
  .section-header a {
    margin-left: 30px;
    color: var(--rt-text-color-grey);
  }
  .section-header.near {
    justify-content: flex-start;
  }
}
.swiper-container.type-1 {
  height: 50vw;
  overflow: hidden;
  box-sizing: border-box;
}
.swiper-container.type-1 .swiper-slide {
  background: var(--rt-bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.swiper-container.type-1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}
.swiper-container.type-1 .swiper-pagination-bullet-active {
  background-color: var(--rt-color-primary);
}
.swiper-container.type-1 .swiper-button-next,
.swiper-container.type-1 .swiper-button-prev {
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 20px;
  transition: opacity 0.2s ease-in-out;
  z-index: 99;
}
.swiper-container.type-1 .swiper-button-next::after,
.swiper-container.type-1 .swiper-button-prev::after {
  color: #fff;
  font-size: 18px;
}
.swiper-container.type-1 .swiper-button-next.swiper-button-disabled,
.swiper-container.type-1 .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: auto;
}
.swiper-container.type-1 .swiper-button-next {
  left: auto;
  right: 20px;
}
.swiper-container.type-1:hover .swiper-button-next,
.swiper-container.type-1:hover .swiper-button-prev {
  visibility: visible;
}
.swiper-container.type-1:hover .swiper-button-next:not(.swiper-button-disabled),
.swiper-container.type-1:hover .swiper-button-prev:not(.swiper-button-disabled) {
  opacity: 1;
}

@media only screen and (min-width: 900px) {
  .swiper-container.type-1 {
    width: 100%;
    margin: 0;
    margin-left: 0px !important;
    margin-right: 0px;
  }
  .swiper-container.type-1 .swiper-slide img {
    width: 100%;
    border-radius: 0px;
  }
  .swiper-container.type-1 .swiper-button-next,
.swiper-container.type-1 .swiper-button-prev {
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 20px;
    transition: opacity 0.2s ease-in-out;
  }
  .swiper-container.type-1 .swiper-button-next::after,
.swiper-container.type-1 .swiper-button-prev::after {
    color: #fff;
    font-size: 20px;
  }
  .swiper-container.type-1 .swiper-button-next.swiper-button-disabled,
.swiper-container.type-1 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3;
  }
  .swiper-container.type-1 .swiper-button-next {
    left: auto;
    right: 20px;
  }
}
.swiper-container.type-2 {
  width: 100vw;
  height: 50vw;
  overflow: hidden;
  margin-top: 10px;
}
.swiper-container.type-2 .swiper-slide {
  background: var(--rt-bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.swiper-container.type-2 .swiper-slide img {
  width: calc(100% - 20px);
  height: 100%;
  border-radius: var(--rt-border-radius);
  object-fit: cover;
  user-select: none;
}
.swiper-container.type-2 .swiper-pagination-bullet-active {
  background-color: var(--rt-color-primary);
}
.swiper-container.type-2:hover .swiper-button-next,
.swiper-container.type-2:hover .swiper-button-prev {
  visibility: visible;
}
.swiper-container.type-2:hover .swiper-button-next:not(.swiper-button-disabled),
.swiper-container.type-2:hover .swiper-button-prev:not(.swiper-button-disabled) {
  opacity: 1;
}
.swiper-container.type-2 .swiper-button-next,
.swiper-container.type-2 .swiper-button-prev {
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 20px;
  transition: opacity 0.2s ease-in-out;
}
.swiper-container.type-2 .swiper-button-next::after,
.swiper-container.type-2 .swiper-button-prev::after {
  color: #fff;
  font-size: 18px;
}
.swiper-container.type-2 .swiper-button-next.swiper-button-disabled,
.swiper-container.type-2 .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: auto;
}
.swiper-container.type-2 .swiper-button-next {
  left: auto;
  right: 20px;
}

@media only screen and (min-width: 900px) {
  .swiper-container.type-2 {
    width: 1220px;
    height: 397px;
    margin: 0 auto;
    margin-top: 15px;
  }
}
.index.numbers-wrapper.land {
  color: var(--rt-text-color);
  padding-bottom: 0;
  padding: 0;
}
.index.numbers-wrapper.land .numbers-section {
  padding: 15px 8px 0 8px;
}
.index.numbers-wrapper.land .numbers-section .numbers-list {
  margin-right: -8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.index.numbers-wrapper.land .numbers-section .numbers-item {
  min-height: 100px;
  flex: 0 0 calc(50% - 8px);
  margin: 0px 8px 8px 0;
  vertical-align: text-top;
  box-sizing: border-box;
  padding: 20px 10px;
  position: relative;
  box-shadow: 0 0 2px 0 var(--rt-shadow-color);
  background-color: var(--rt-bg-color-card);
  border-radius: var(--rt-border-radius);
  overflow: hidden;
}
.index.numbers-wrapper.land .numbers-section .numbers-item .title {
  line-height: 30px;
  color: var(--rt-color-primary);
}
.index.numbers-wrapper.land .numbers-section .numbers-item .title span:nth-child(1) {
  font-size: 25px;
  font-weight: bold;
}
.index.numbers-wrapper.land .numbers-section .numbers-item .title span:nth-child(2) {
  font-size: 15px;
  font-weight: bold;
}
.index.numbers-wrapper.land .numbers-section .numbers-item .description {
  margin-top: 10px;
  line-height: 25px;
  text-align: justify;
  color: var(--rt-text-color-grey);
}
.index.numbers-wrapper.land .numbers-section .numbers-item .num-bg {
  display: block;
  width: 100%;
  height: auto;
  color: var(--rt-color-primary);
  font-size: 150px;
  font-weight: bold;
  position: absolute;
  opacity: 0.1;
  top: -60px;
  left: 20%;
  text-align: right;
  font-weight: 900;
}

@media only screen and (min-width: 900px) {
  .index.numbers-wrapper.land {
    padding: 30px 0 0 0;
  }
  .index.numbers-wrapper.land .numbers-section {
    width: 1200px;
    margin: 0px auto;
    padding: 20px 0 0 0;
    position: relative;
    top: 0;
    z-index: 9;
    height: auto;
  }
  .index.numbers-wrapper.land .numbers-section .numbers-list {
    display: flex;
    justify-content: space-between;
    margin-right: -10px;
  }
  .index.numbers-wrapper.land .numbers-section .numbers-list .numbers-item {
    width: calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    min-height: 220px;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 50px 8px 50px 20px;
    margin-bottom: 12px;
    box-shadow: 0 0 5px 0 var(--rt-shadow-color);
  }
  .index.numbers-wrapper.land .numbers-section .numbers-list .numbers-item .title span:nth-child(1) {
    font-size: 45px;
  }
  .index.numbers-wrapper.land .numbers-section .numbers-list .numbers-item .title span:nth-child(2) {
    font-size: 20px;
  }
  .index.numbers-wrapper.land.rise .numbers-section {
    top: -70px;
    z-index: 9;
    height: 100px;
  }
}
.index.intro-wrapper .intro-section {
  padding: 0 8px;
  color: var(--rt-text-color);
}
.index.intro-wrapper .intro-section .intro-header {
  font-size: 20px;
  font-weight: 900;
}
.index.intro-wrapper .intro-section .intro-body {
  margin-top: 5px;
  line-height: 30px;
}
.index.intro-wrapper .intro-section .intro-body .intro-image {
  display: flex;
  justify-content: center;
}
.index.intro-wrapper .intro-section .intro-body .intro-image img {
  width: 100%;
  border-radius: var(--rt-border-radius);
  object-fit: cover;
}
.index.intro-wrapper .intro-section .intro-body .intro-content .title {
  font-weight: bold;
  text-align: center;
}
.index.intro-wrapper .intro-section .intro-body .intro-content .body {
  font-size: 15px;
  color: var(--rt-text-color-grey);
}
.index.intro-wrapper .intro-section .intro-body .intro-content a.more-link {
  display: block;
  width: 80px;
  padding: 2px 10px;
  text-align: center;
  background-color: var(--rt-color-primary);
  border-radius: 20px;
  font-size: 13px;
  color: #fff;
  margin: 0 auto;
}

@media only screen and (min-width: 900px) {
  .index.intro-wrapper {
    padding-top: 40px;
  }
  .index.intro-wrapper .intro-section {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
  }
  .index.intro-wrapper .intro-section .intro-header {
    font-size: 26px;
  }
  .index.intro-wrapper .intro-section .intro-body {
    display: flex;
    margin-top: 15px;
  }
  .index.intro-wrapper .intro-section .intro-body .intro-image {
    width: 600px;
    height: 350px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
  }
  .index.intro-wrapper .intro-section .intro-body .intro-image img {
    width: 570px;
  }
  .index.intro-wrapper .intro-section .intro-body .intro-content {
    display: flex;
    flex-direction: column;
  }
  .index.intro-wrapper .intro-section .intro-body .intro-content .title {
    font-size: 20px;
    text-align: left;
  }
  .index.intro-wrapper .intro-section .intro-body .intro-content .body {
    margin-top: 10px;
  }
  .index.intro-wrapper .intro-section .intro-body .intro-content a.more-link {
    margin: 0;
    margin-top: auto;
  }
}
/**
 * 合作伙伴
 */
.index.partners-wrapper {
  padding: 30px 0;
}

.partners-section {
  width: 100%;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 10px 15px;
}
.partners-section::after {
  content: "";
  display: block;
  clear: both;
}
.partners-section .partners-list {
  width: auto;
  margin-right: -15px;
  display: flex;
  justify-content: normal;
  flex-wrap: wrap;
}
.partners-section .partners-list::after {
  content: "";
  display: block;
  clear: both;
}
.partners-section .partners-list .partners-item {
  width: auto;
  flex: 0 0 calc(33.33% - 15px);
  margin: 0px 15px 15px 0;
}
.partners-section .partners-list .partners-item .item-image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  position: relative;
}
.partners-section .partners-list .partners-item .item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0px 1px 3px 0px var(--rt-shadow-color);
}

@media only screen and (min-width: 900px) {
  .index.partners-wrapper {
    padding: 60px 0 0 0;
  }
  .partners-section {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
  .partners-section .partners-list {
    margin: 0px auto;
    margin-right: -15px;
    margin-top: 15px;
  }
  .partners-section .partners-list .partners-item {
    width: auto;
    flex: 0 0 calc(25% - 15px);
  }
}
.index.team-wrapper {
  padding: 20px 0 0 0;
  overflow: hidden;
}

.team-section {
  width: 100%;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 0px 8px;
}
.team-section::after {
  content: "";
  display: block;
  clear: both;
}

.swiper1 {
  width: 100%;
  height: 399px;
  position: relative;
  color: var(--rt-text-color);
  padding: 2px 0;
}
.swiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--rt-bg-color-card);
  box-shadow: 0 0 2px 0 var(--rt-shadow-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper1 .swiper-slide {
  width: 100%;
}
.swiper1 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 60px 0 0 0;
  border-radius: var(--rt-border-radius);
  overflow: hidden;
}
.swiper1 .swiper-slide img {
  width: 220px;
  max-width: 220px;
  height: 220px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}
.swiper1 .swiper-slide .title {
  font-size: 17px;
  margin-top: 30px;
}
.swiper1 .swiper-slide .description {
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
  line-height: 30px;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media only screen and (min-width: 900px) {
  .index.team-wrapper {
    padding: 60px 0 0 0;
  }
  .team-section {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .swiper1 {
    width: 1200px;
    margin: 0px auto;
    padding: 2px;
    box-sizing: border-box;
    margin-right: 15px;
    overflow: hidden;
  }
  .swiper1 .swiper-slide {
    width: calc(25% - 30px);
  }
}
.index.images-wrapper .images-section {
  width: 100%;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 0px 8px;
}
.index.images-wrapper .images-section::after {
  content: "";
  display: block;
  clear: both;
}
.index.images-wrapper .images-section .images-list {
  width: auto;
  margin-right: -8px;
  margin-top: 8px;
  display: flex;
  justify-content: normal;
  flex-wrap: wrap;
}
.index.images-wrapper .images-section .images-list::after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 900px) {
  .index.images-wrapper .images-section {
    width: 1200px;
    padding: 0px;
  }
  .index.images-wrapper .images-section .images-list {
    margin: 0px auto;
    margin-right: -15px;
    margin-top: 15px;
  }
  .index.images-wrapper .images-section .images-list .images-item {
    width: auto;
    flex: 0 0 calc(33.33% - 15px);
  }
}
/* -------------------------------------------------------------------------- *
 * 首页 articles-section 模块 < 900px
 */
.index.articles-section {
  width: calc(100% - 16px);
  box-sizing: border-box;
  margin: 0px auto;
}
.index.articles-section .section-body {
  width: 100%;
  margin-top: 10px;
}
.index.articles-section .section-body::after {
  content: "";
  height: 0px;
  display: block;
  clear: both;
}
.index.articles-section .section-body .article-item {
  width: 100%;
  height: 80px;
  overflow: hidden;
  float: left;
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 20px 0px;
}
.index.articles-section .section-body .article-item:last-child {
  margin-bottom: 0;
}
.index.articles-section .section-body .article-item .article-info {
  flex-shrink: 1;
}
.index.articles-section .section-body .article-item .article-info a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index.articles-section .section-body .article-item .article-info .article-description {
  margin-top: 5px;
  font-size: 13px;
  line-height: 22px;
  color: var(--rt-text-color-placeholder);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index.articles-section .section-body .article-item .article-info .article-description p {
  margin: 0px;
}
.index.articles-section .section-body .article-item .article-thumbnail {
  flex-shrink: 0;
  display: block;
  width: 100px;
  height: 80px;
  margin-left: 10px;
}
.index.articles-section .section-body .article-item .article-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--rt-border-radius);
}

/* -------------------------------------------------------------------------- *
 * 首页 articles-section 模块 > 900px
 */
@media only screen and (min-width: 900px) {
  .index.articles-section {
    width: 1200px;
    margin: 0px auto;
  }
  .index.articles-section::after {
    content: "";
    height: 0px;
    display: block;
    clear: both;
  }
  .index.articles-section .section-header {
    display: flex;
    justify-content: flex-start;
    height: 35px;
  }
  .index.articles-section .section-header .header-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 35px;
    width: auto;
  }
  .index.articles-section .section-header .header-main .section-title {
    color: var(--rt-text-color);
    font-size: var(--rt-font-size-base);
    font-weight: 500;
    vertical-align: center;
    display: flex;
    align-items: center;
  }
  .index.articles-section .section-header .header-main a.more {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    background: linear-gradient(140deg, #2f85fc 0%, #00ade4 100%);
    background-color: var(--rt-color-primary);
    font-size: 12px;
    color: var(--rt-text-color-inverse);
    border-radius: var(--rt-border-radius);
    margin-left: 20px;
  }
  .index.articles-section .section-header .links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 35px;
  }
  .index.articles-section .section-header .links a {
    font-size: 13px;
    margin-left: 20px;
  }
  .index.articles-section .section-header .links a:hover {
    color: var(--rt-color-primary);
  }
  .index.articles-section .section-body {
    width: 100%;
    margin-top: 30px;
  }
  .index.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;
  }
  .index.articles-section .section-body .article-item:nth-child(2n) {
    margin-right: 0px;
  }
  .index.articles-section .section-body .article-item:nth-child(5), .index.articles-section .section-body .article-item:nth-child(6) {
    margin-bottom: 0px;
  }
  .index.articles-section .section-body .article-item .article-info {
    flex-shrink: 1;
  }
  .index.articles-section .section-body .article-item .article-info a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .index.articles-section .section-body .article-item .article-info a:hover {
    color: var(--rt-color-primary);
  }
  .index.articles-section .section-body .article-item .article-info .article-description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
    color: var(--rt-text-color-placeholder);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .index.articles-section .section-body .article-item .article-info .article-description p {
    margin: 0px;
  }
  .index.articles-section .section-body .article-item .article-thumbnail {
    flex-shrink: 0;
    display: block;
    width: 160px;
    height: 100px;
    margin-left: 20px;
  }
  .index.articles-section .section-body .article-item .article-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--rt-border-radius);
  }
}
.index.cards-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.index.cards-wrapper .cards-section {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0px 8px;
}
.index.cards-wrapper .cards-section::after {
  content: "";
  display: block;
  clear: both;
}
.index.cards-wrapper .cards-section .cards-list {
  width: auto;
  margin-top: 8px;
  margin-right: -8px;
  display: flex;
  justify-content: normal;
  flex-wrap: wrap;
}

@media only screen and (min-width: 900px) {
  .index.cards-wrapper .cards-section {
    width: 1200px;
    padding: 0px;
  }
  .index.cards-wrapper .cards-section .cards-list {
    width: auto;
    margin: 0px auto;
    margin-right: -20px;
    margin-top: 15px;
    padding: 0;
  }
  .index.cards-wrapper .cards-section .cards-list .card-item {
    width: auto;
    flex: 0 0 calc(25% - 20px);
  }
}
.index.banner-section {
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.index.banner-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(34, 34, 34);
  background-color: rgba(34, 34, 34, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.index.banner-section .banner-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  font-size: var(--rt-font-size-lg);
  text-align: center;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.index.banner-section .banner-wrapper .banner-title {
  font-weight: 400;
  font-size: 38px;
}
.index.banner-section .banner-wrapper .banner-description {
  font-size: var(--rt-font-size-base);
  line-height: 30px;
  margin-top: 20px;
}
.index.banner-section .banner-wrapper .content-more {
  padding-top: 30px;
}
.index.banner-section .banner-wrapper .content-more a {
  color: #ddd;
}
.index.banner-section .banner-wrapper .content-more a::after {
  content: "\e748";
  font-family: "iconfont" !important;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 2px;
}

@media only screen and (min-width: 900px) {
  .index.banner-section {
    padding-bottom: 260px;
    margin-top: 60px;
  }
}
.dark-mode .banner-wrapper {
  color: #ddd !important;
}

.index.procedure-wrapper {
  padding: 30px 0;
}

.procedure-section {
  padding: 10px 15px;
}
.procedure-section .procedure-list {
  margin-right: -15px;
  display: flex;
  justify-content: normal;
  flex-wrap: wrap;
}
.procedure-section .procedure-list::after {
  content: "";
  display: block;
  clear: both;
}
.procedure-section .procedure-list .procedure-item {
  float: left;
  width: auto;
  flex: 0 0 calc(50% - 15px);
  margin: 0px 15px 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.procedure-section .procedure-list .procedure-item .item-icon {
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  position: relative;
}
.procedure-section .procedure-list .procedure-item .item-icon::after {
  content: "";
  width: 70px;
  height: 70px;
  background-color: var(--rt-color-primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50% 50% 50% 50%;
  opacity: 0.1;
}
.procedure-section .procedure-list .procedure-item .item-icon .iconfont {
  font-size: 40px;
  line-height: 70px;
  color: var(--rt-color-primary);
}
.procedure-section .procedure-list .procedure-item .title {
  font-size: var(--rt-font-size-base);
  margin-top: 10px;
  color: var(--rt-text-color);
}
.procedure-section .procedure-list .procedure-item .description {
  font-size: var(--rt-font-size-sm);
  color: var(--rt-text-color-grey);
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.procedure-section .procedure-list .procedure-item:last-child .description::after {
  display: none;
}

.index.procedure-section .procedure-list .procedure-item:hover .item-icon {
  animation: procedure1 0.8s;
  animation-fill-mode: forwards;
}

@media only screen and (min-width: 900px) {
  .index.procedure-wrapper {
    padding: 90px 0;
  }
  .procedure-section {
    width: 1200px;
    margin: 0px auto;
  }
  .procedure-section .procedure-list .procedure-item {
    flex: 0 0 calc(20% - 15px);
  }
  .procedure-section .procedure-list .procedure-item .title {
    margin-top: 30px;
  }
  .procedure-section .procedure-list .procedure-item .description {
    margin-top: 13px;
    line-height: 22px;
    padding: 0 20px;
    text-align: center;
  }
  .procedure-section .procedure-list .procedure-item .description::after {
    content: "\e748";
    font-family: "iconfont";
    font-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 25px;
    right: 0;
  }
}
/* ---------------------------------------------------------- *
 * 文章列表样式
 */
.media-list {
  box-sizing: border-box;
  margin: 10px 0px;
  padding: 0px 8px;
  background-color: var(--rt-bg-color-card);
  box-shadow: 0 0 3px 0 var(--rt-shadow-color);
  border-radius: var(--rt-border-radius);
}
.media-list .media-item:first-child {
  padding-top: 10px !important;
}

@media only screen and (min-width: 900px) {
  .media-list {
    padding: 10px 20px;
  }
}
.cards-section {
  width: 100%;
  box-sizing: border-box;
  margin: 20px auto;
  padding: 0px;
}
.cards-section::after {
  content: "";
  display: block;
  clear: both;
}
.cards-section .cards-list {
  width: auto;
  margin-right: -8px;
  display: flex;
  justify-content: normal;
  flex-wrap: wrap;
}
.cards-section .cards-list::after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 900px) {
  .cards-section {
    width: 100%;
    padding: 0;
    margin: 11px auto;
  }
  .cards-section .cards-list {
    margin-right: -20px;
    padding: 0;
  }
  .cards-section .cards-list .card-item {
    width: auto;
    margin: 0 20px 20px 0;
    flex: 0 0 calc(33.33% - 20px);
  }
}
.card-item {
  width: auto;
  flex: 0 0 calc(50% - 8px);
  margin: 0 8px 8px 0;
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 var(--rt-shadow-color);
  border-radius: var(--rt-border-radius);
  background-color: var(--rt-bg-color-card);
}
.card-item a.card-image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.card-item a.card-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: var(--rt-border-radius) var(--rt-border-radius) 0 0;
  object-fit: cover;
}
.card-item .item-info {
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: var(--rt-font-size-sm);
}
.card-item .item-info a.title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-item .item-info .description {
  margin-top: 3px;
  font-size: var(--rt-font-size-sm);
  color: #666;
  max-height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.card-item .item-price {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
}
.card-item .item-price .item-price-left {
  display: flex;
  flex-direction: column;
}
.card-item .item-price .item-price-left .item-normal-price {
  padding: 3px 0px;
  color: #f44336;
}
.card-item .item-price .item-price-left .item-normal-price b {
  font-size: var(--rt-font-size-base);
}
.card-item .item-price .item-price-left .item-delete {
  color: var(--rt-text-color-grey);
}
.card-item .item-price .item-price-left .item-delete b {
  font-size: var(--rt-font-size-sm);
  text-decoration: line-through;
}
.card-item .item-price .item-price-right button {
  color: var(--rt-text-color-inverse);
  padding: 8px 16px;
  border: none;
  border-radius: var(--rt-border-radius);
  background-color: var(--rt-color-primary) !important;
  background: linear-gradient(140deg, #2f85fc 0%, #00ade4 100%) !important;
}
.card-item .item-count {
  color: var(--rt-text-color-grey);
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  height: 25px;
}

.media-item {
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.media-item:last-child {
  border-bottom: 0px;
}
.media-item .media-title a {
  font-size: var(--rt-font-size-base);
  line-height: 25px;
  font-size: 17px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: var(--rt-text-color);
}
.media-item .media-widget {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-shrink: 1;
  padding-top: 5px;
}
.media-item .media-widget .media-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 5px;
}
.media-item .media-widget .media-content .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: 14px;
  color: var(--rt-text-color-grey);
  margin-top: 0;
}
.media-item .media-widget .media-meta {
  margin-top: 3px;
  color: #898989;
  font-size: 13px;
  display: flex;
}
.media-item .media-widget .media-meta .iconfont {
  font-size: 19px;
  vertical-align: -2px;
}
.media-item .media-widget .media-meta span {
  margin-right: 20px;
}
.media-item .media-widget .media-meta span a {
  font-size: 12px;
  color: #898989;
}
.media-item .media-widget .media-meta span img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-bottom: -5px;
}
.media-item .media-widget .media-thumbnail {
  flex-shrink: 0;
  width: 100%;
  height: 35vw;
  border-radius: 5px;
  overflow: hidden;
}
.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 {
    padding: 15px 0;
  }
  .media-item .media-widget {
    flex-direction: row;
  }
  .media-item .media-widget .media-content {
    padding-right: 15px;
    margin-top: 0;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .media-item .media-widget .media-content .media-description {
    -webkit-line-clamp: 3;
    line-height: 25px;
    margin-top: 10px;
  }
  .media-item .media-widget .media-content .media-meta span:last-child {
    display: inline;
  }
  .media-item .media-widget .media-thumbnail {
    flex-shrink: 0;
    width: 200px !important;
    height: 130px !important;
  }
  .media-item .media-widget .media-thumbnail img {
    width: 100%;
    height: 100%;
  }
}
/**
 * 分类公共页
 */
.banner {
  box-sizing: border-box;
  width: 100%;
  height: 40vw;
  padding: 15px;
  color: #fff;
  font-size: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .z {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  filter: brightness(70%);
  object-fit: cover;
}
.banner .banner-container {
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .banner-container .title {
  font-size: 20px;
  font-weight: 700;
}
.banner .banner-container .description {
  margin-top: 15px;
  font-size: 15px;
  line-height: 18px;
}

@media screen and (min-width: 900px) {
  .banner {
    height: 300px;
    padding: 0;
  }
  .banner .banner-container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
  }
  .banner .banner-container .title {
    font-size: 30px;
    font-weight: 400;
  }
  .banner .banner-container .description {
    width: 400px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}
/**
单页*/
.singular-page-container {
  margin-top: 10px;
  padding: 15px;
  box-sizing: border-box;
  background-color: var(--rt-bg-color-card);
  box-shadow: 0 0 3px var(--rt-shadow-color);
  border-radius: var(--rt-border-radius);
}
.singular-page-container .page-title {
  line-height: 30px;
  font-size: 21px;
  color: var(--rt-text-color);
}
.singular-page-container .page-meta {
  margin: 2rem 0rem 5rem 0rem;
}
.singular-page-container .page-content {
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: var(--rt-text-color);
  padding-top: 20px;
  padding-bottom: 0px;
  min-height: 443px;
}
.singular-page-container .page-content a {
  font-size: 14px;
}
.singular-page-container .page-content img {
  max-width: 100%;
  margin: 5px 0px;
}
.singular-page-container .page-content pre {
  line-height: 18px;
}
.singular-page-container .page-content p {
  margin-top: 10px;
}
.singular-page-container .page-content h3 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* ---------------------------------------------------------- *
 * 主容器
 */
.main-container {
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 8px;
  width: 100%;
}
.main-container .right {
  margin-top: 20px;
}
.main-container::after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 900px) {
  .main-container {
    padding: 0px;
    width: 1200px;
    min-height: calc(100vh - 175px);
    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;
  }
}
.widget-container {
  background-color: var(--rt-bg-color-card);
  box-shadow: 0 1px 3px var(--rt-shadow-color);
  border-radius: var(--rt-border-radius);
}
.widget-container .widget-header {
  padding: 15px 15px;
}
.widget-container .widget-header .widget-title {
  font-size: 16px;
  color: var(--rt-text-color);
}

.widget-header.type-1 .widget-title {
  position: relative;
  padding-left: 15px;
}
.widget-header.type-1 .widget-title::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: var(--rt-color-primary);
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.widget-header.type-2 .widget-title {
  position: relative;
  padding-left: 15px;
}
.widget-header.type-2 .widget-title::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--rt-color-primary);
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}

.widget-header.type-3 .widget-title {
  display: inline-block;
  position: relative;
  z-index: 99;
}
.widget-header.type-3 .widget-title::after {
  content: "";
  width: 100%;
  height: 12px;
  background-color: var(--rt-color-primary);
  background-image: linear-gradient(90deg, var(--rt-color-primary), var(--rt-color-primary));
  opacity: 0.5;
  transform: scale(105%);
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: -1;
}

/* ---------------------------------------------------------- *
 * 底部按钮 回到顶部
 */
.float-widget {
  width: 35px;
  min-height: 50px;
  position: fixed;
  right: 5px;
  bottom: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 999;
  display: none;
}
.float-widget .tool-widget {
  width: 45px;
  height: 45px;
  margin-top: 15px;
  position: relative;
}
.float-widget .tool-widget a.tool-button {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 0 5px 0 var(--rt-shadow-color);
  border-radius: 50%;
  background-color: var(--rt-bg-color-card);
  cursor: pointer;
}
.float-widget .tool-widget a.tool-button i {
  z-index: 1;
  font-size: var(--rt-font-size-lg);
  color: var(--rt-text-color);
  user-select: none;
}

.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;
}

@media only screen and (min-width: 900px) {
  .float-widget {
    position: fixed;
    right: calc(50% - 680px);
    bottom: 120px;
    display: block;
  }
}
.search.widget-container .search {
  display: flex;
  justify-content: center;
  padding: 15px 0px;
}
.search.widget-container .search input {
  width: 92%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  background: var(--rt-bg-color);
  color: var(--rt-text-color);
  border: 1px solid var(--rt-border-color);
  border-radius: var(--rt-border-radius);
  font-size: var(--rt-font-size-sm);
}

.tag.widget-container .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 15px 15px;
}
.tag.widget-container .tag-list a.tag-item {
  box-sizing: border-box;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  border-radius: var(--rt-border-radius);
  margin: 0 15px 15px 0;
  padding: 0px 5px 0px 25px;
  position: relative;
  font-size: 13px;
  background-color: var(--rt-bg-color-grey);
}
.tag.widget-container .tag-list a.tag-item::after {
  content: "\e667";
  font-family: iconfont;
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 20px;
  color: var(--rt-text-color);
}
.tag.widget-container .tag-list a.tag-item:hover {
  background-color: var(--rt-color-primary);
  color: #fff;
}
.tag.widget-container .tag-list a.tag-item:hover::after {
  color: #fff;
}

/* 文章列表 文章模块 */
.article.widget-container {
  margin-top: 20px;
}
.article.widget-container .article-list {
  counter-reset: num1 0;
  padding: 0 15px 15px 15px;
}
.article.widget-container .article-list .article-item {
  height: 38px;
  line-height: 38px;
}
.article.widget-container .article-list .article-item a {
  font-size: 14px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article.widget-container .article-list .article-item a:hover {
  color: var(--rt-color-primary);
}
.article.widget-container .article-list .article-item a::before {
  counter-increment: num1 1;
  content: counter(num1) ". ";
}
.article.widget-container .article-list .article-item:first-child {
  margin-top: 15px;
}

.user-card {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 10px;
  background-color: var(--rt-bg-color-card);
  border: 1px solid var(--rt-border-color);
  border-radius: var(--rt-border-radius-base);
}
.user-card:hover {
  box-shadow: 0 0 3px var(--rt-shadow-color);
}
.user-card .user-avatar {
  width: 50px;
  height: 50px;
}
.user-card .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.user-card .user-meta {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  margin-left: 10px;
}
.user-card .user-meta .user-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.user-card .user-meta .user-name img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  animation: star 2s 0s infinite ease-out;
}
.user-card .user-meta .user-info {
  font-size: var(--rt-font-size-sm);
  color: var(--rt-text-color-grey);
}
.user-card .user-meta button {
  display: none;
}

@keyframes star {
  from {
    transform: scale(1.5);
    opacity: 0;
  }
  50% {
    transform: scale(3.5);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.sider-box {
  width: 100%;
  min-height: 20px;
  margin: 0px auto 20px auto;
  border: 0px solid #f1f1f1;
  border-radius: 5px;
  background-color: var(--rt-bg-color-card);
  box-shadow: 0px 3px 5px 0px var(--rt-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(--rt-bg-color-card);
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid var(--rt-border-color);
  color: var(--rt-text-color);
  font-size: var(--rt-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(--rt-bg-color-hover);
}
.sider-box ul.sider-body li.iactive a {
  color: var(--rt-color-primary);
}
.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-search-container {
  box-sizing: border-box;
  margin: 0px 0px 20px 0px;
  background-color: var(--rt-bg-color-card);
  box-shadow: 0 1px 3px var(--rt-shadow-color);
  border-radius: var(--rt-border-radius);
  border: 1px solid var(--rt-border-color);
}
.sider-search-container .right-sider-title {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: left;
  text-indent: 15px;
  background-color: var(--rt-bg-color-card);
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid var(--rt-border-color);
  color: var(--rt-text-color);
  font-size: var(--rt-font-size-base);
  font-weight: 500;
}
.sider-search-container .search {
  display: flex;
  justify-content: center;
  padding: 15px 0px;
}
.sider-search-container .search input {
  width: 92%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  background: var(--rt-bg-color);
  color: var(--rt-text-color);
  border: 1px solid var(--rt-border-color);
  border-radius: var(--rt-border-radius);
  font-size: var(--rt-font-size-sm);
}

/* 文章列表 文章模块 */
.sider-article-container {
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
  background-color: var(--rt-bg-color-card);
  box-shadow: 0 1px 3px var(--rt-shadow-color);
  border-radius: var(--rt-border-radius);
  border: 1px solid var(--rt-border-color);
}
.sider-article-container .right-sider-title {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: left;
  text-indent: 15px;
  background-color: var(--rt-bg-color-card);
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid var(--rt-border-color);
  color: var(--rt-text-color);
  font-size: var(--rt-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;
}

.mobile-nav {
  width: 100%;
  height: 50px;
  border-top: 1px solid var(--rt-border-color);
  position: fixed;
  bottom: 0px;
  background-color: var(--rt-bg-color-card);
  z-index: 9;
}
.mobile-nav .mobile-nav-container {
  width: 100%;
  max-width: 650px;
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
}
.mobile-nav .mobile-nav-container a.nav-button {
  width: 70px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--rt-text-color-grey);
  border-radius: var(--rt-border-radius);
}
.mobile-nav .mobile-nav-container a.nav-button i.iconfont {
  font-size: 23px;
}

@media only screen and (min-width: 900px) {
  .mobile-nav {
    display: none;
  }
}
.toast-box {
  width: auto;
  max-width: 90%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  position: fixed;
  bottom: 200px;
  left: 50%;
  border-radius: 5px;
  transform: translateX(-50%);
  user-select: none;
  animation: 0.3s layui-m-anim-up;
  z-index: 99;
}

@keyframes layui-m-anim-up {
  0% {
    opacity: 0;
    transform: translateY(200px) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }
}
.article-content a, .page-content a {
  font-size: 14px;
  color: var(--rt-color-primary);
}
.article-content img, .page-content img {
  max-width: 100%;
  margin: 5px 0px;
}
.article-content pre, .page-content pre {
  line-height: 18px;
  font-size: 13px !important;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  padding: 12px;
  margin: 5px 0;
  border-radius: var(--rt-border-radius);
}
.article-content p, .page-content p {
  margin-top: 10px;
}
.article-content p:first-child, .page-content p:first-child {
  margin-top: 20px;
}
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.article-content h1, .page-content h1 {
  font-size: 30px;
}
.article-content h2, .page-content h2 {
  font-size: 25px;
}
.article-content h3, .page-content h3 {
  font-size: 20px;
}
.article-content h4, .page-content h4 {
  font-size: 16px;
}
.article-content h5, .page-content h5 {
  font-size: 10px;
}
.article-content table, .page-content table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid var(--rt-border-color);
  margin-top: 10px;
}
.article-content table caption, .page-content table caption {
  color: var(--rt-text-color);
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
.article-content table td, .article-content table th, .page-content table td, .page-content table th {
  border-left: 1px solid var(--rt-border-color);
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
}
.article-content table thead, .page-content table thead {
  background-color: var(--rt-bg-color-grey);
  color: var(--rt-text-color);
  text-align: left;
  vertical-align: bottom;
}
.article-content table th, .article-content table td, .page-content table th, .page-content table td {
  background-color: transparent;
  border-bottom: 1px solid var(--rt-border-color);
}
.article-content .hljs, .page-content .hljs {
  /*background-color: transparent !important;*/
  white-space: pre-wrap;
}

/* ---------------------------------------------------------- *
 * 默认的样式
 */
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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 17px;
  letter-spacing: 0.8px;
  position: relative;
  letter-spacing: 1px;
  background-color: var(--rt-bg-color);
  color: var(--rt-text-color);
}

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

a:hover {
  color: var(--rt-color-primary);
}

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

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

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