/*!
 * Theme Name: DUX
 * Description: better theme by themebetter
 * Theme URI: https://themebetter.com/theme/dux
 * Author: themebetter.com
 * Author URI: https://themebetter.com/
 * Version: 9.2
 */
:root {
  --tb--main: #007bff;
  --tb--base: #333;
  --tb--dark: #202935;
  --tb--white: #fff;
  --tb--bdbg: #f4f4f4;
  --tb--tint: #fbfbfb;
  --tb--line: #f3f3f3;
  --tb--gray: #999;
}

.darking:root {
  --tb--base: #ccc;
  --tb--dark: #14181b;
  --tb--white: #14181b;
  --tb--bdbg: #0c0f14;
  --tb--tint: #1d2025;
  --tb--line: #1d2025;
  --tb--gray: #555;
}

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

.widget_ui_topics strong,
.footer-menu dt,
.widget_ui_tags .items a,
.widget-navcontent .item-01 li,
.liangdian strong,
.plinks ul li a,
.tagslist li p,
.comt-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

a {
  color: var(--tb--base);
  text-decoration: none;
  outline: 0;
}

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

a:focus {
  outline: 0;
  text-decoration: none;
}

video,
embed,
iframe,
img {
  display: block;
  max-width: 100%;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

pre {
  font-family: monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}
[hidden] {
  display: none;
}

p {
  margin-top: 0;
}

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

table {
  font-size: 14px;
  border-collapse: collapse;
}

table th,
table td {
  padding: 6px 15px;
  border: 1px solid #ddd !important;
  vertical-align: middle;
}

.darking table th,
.darking table td {
  border-color: #333 !important;
}

.thumbnail {
  border: none;
  padding: 0;
  margin: 0;
}

input,
textarea,
button,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "dux-font";
  src: url("assets/fonts/iconfont.woff2?ver=9.0") format("woff2"),
    url("assets/fonts/iconfont.woff?ver=9.0") format("woff"),
    url("assets/fonts/iconfont.ttf?ver=9.0") format("truetype");
  font-display: swap;
}

.tbfa {
  font-family: "dux-font";
  font-style: normal;
}

body {
  position: relative;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft Yahei", MiSans, "HarmonyOS Sans", "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  color: var(--tb--base);
  background-color: var(--tb--bdbg);
  overflow-x: hidden;
  left: 0;
  transition: left 0.3s ease-in-out;
}

@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }
}

@media (max-width: 600px) {
  body {
    padding-top: 50px;
  }
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

@media (max-width: 600px) {
  .container {
    padding: 0;
  }
}

.content-wrap {
  width: 100%;
  float: left;
}

.content {
  position: relative;
  min-height: 600px;
  margin-right: 380px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .content {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .content {
    min-height: auto;
    margin-bottom: 0;
  }
}

.sidebar {
  float: left;
  margin-left: -360px;
  width: 360px;
  position: relative;
}

.sidebar .content {
  padding: 0 20px;
  background-color: #fff;
  border-radius: 6px;
}

.sidebar .-roll-top {
  width: 360px;
  position: fixed;
}

.sidebar .-roll-bottom {
  width: 360px;
  position: absolute;
}

@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }

  .m-sidebar .sidebar {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
    clear: both;
  }

  .sidebar .-roll-top,
  .sidebar .-roll-bottom {
    width: auto;
    position: static;
    top: 0;
  }
}

@media (max-width: 768px) {
  .sidebar {
    padding: 20px 0;
  }

  .sidebar .widget {
    display: none !important;
  }

  .sidebar .widget-on-phone {
    display: block !important;
  }
}

.site-layout-1 .content {
  margin-right: 0;
}

.site-layout-3 .content {
  margin-left: 380px;
  margin-right: 0;
}

.site-layout-3 .content.resetpass {
  margin-left: 0;
}

.site-layout-3 .sidebar {
  float: left;
  margin-left: -100%;
}

.site-layout-3 .container-page .content {
  margin-left: 0;
}

.site-layout-3 .container-no-sidebar .content {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .site-layout-3 .content {
    margin-left: 0;
  }

  .site-layout-3 .sidebar {
    float: none;
    margin-left: 0;
  }
}

.single-format-aside .content {
  margin-right: 0;
  margin-left: 0;
}

.title {
  margin-bottom: 20px;
  overflow: hidden;
}

.title h3 {
  position: relative;
  display: inline-block;
  font-size: 17px;
  margin: 0;
  padding-left: 17px;
}

.title h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  height: 16px;
  width: 4px;
  border-radius: 10px;
  background-color: var(--tb--main);
}

.title h3 small {
  color: #999;
  position: relative;
  margin-left: 10px;
  top: -2px;
  font-size: 12px;
  font-weight: normal;
}

.title .more {
  float: right;
  margin-top: 3px;
}

.title .more a {
  display: inline-block;
  margin-left: 20px;
  color: #999;
}

.title .more a:hover {
  color: var(--tb--main);
}

@media (max-width: 600px) {
  .title {
    margin-bottom: 15px;
  }

  .title h3 {
    padding-left: 13px;
    font-size: 14px;
  }

  .title h3::before {
    margin-top: -7px;
    height: 14px;
  }

  .title h3 small {
    top: -1px;
  }

  .title .more {
    display: none;
  }
}

.branding {
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 70px 20px;
  background-color: var(--tb--dark);
}

.branding h2 {
  margin: 0;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.branding h4 {
  font-size: 16px;
  font-weight: normal;
  max-width: 80%;
  margin: 10px auto 0;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
}

.branding a {
  margin: 30px 15px 0;
}

@media (max-width: 768px) {
  .branding h4 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .branding {
    padding: 40px 15px;
  }

  .branding h2 {
    font-size: 18px;
  }

  .branding h4 {
    font-size: 14px;
    line-height: 1.5;
  }

  .branding a {
    margin: 20px 10px 0;
  }
}

.breadcrumbs {
  padding: 12px 0;
  font-size: 12px;
  text-align: left;
  background-color: var(--tb--white);
  margin-bottom: 20px;
  margin-top: -20px;
  border-top: 1px solid rgba(0, 0, 0, 0.02);
  color: #999;
}

.breadcrumbs small {
  margin-right: 5px;
}

.breadcrumbs a {
  color: #999;
}

.breadcrumbs a:hover {
  color: var(--tb--main);
}

@media (max-width: 600px) {
  .breadcrumbs {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 15px;
    border-top: none;
    border-bottom: none;
    background-color: var(--tb--tint);
    position: relative;
  }

  .breadcrumbs:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-top: 1px solid var(--tb--line);
    transform: scaleY(0.5);
    transform-origin: 0 0;
  }

  .breadcrumbs small {
    position: relative;
    top: -1px;
    font-weight: bold;
    color: #ccc;
  }
}

.prettyprint,
pre.prettyprint {
  font-size: 13px;
  border-radius: 6px;
  background-color: #272822;
  border: none;
  overflow: auto;
  padding: 15px 15px;
  max-height: 637px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.prettyprint.linenums,
.prettyprint.linenums,
pre.prettyprint.linenums,
pre.prettyprint.linenums {
  box-shadow: inset 40px 0 0 #39382e, inset 41px 0 0 #464741;
}

.prettyprint.linenums ol,
.prettyprint.linenums ol,
.prettyprint.linenums ol,
.prettyprint.linenums ol,
pre.prettyprint.linenums ol,
pre.prettyprint.linenums ol,
pre.prettyprint.linenums ol,
pre.prettyprint.linenums ol {
  margin: 0 0 0 30px;
}

.prettyprint.linenums ol li,
.prettyprint.linenums ol li,
.prettyprint.linenums ol li,
.prettyprint.linenums ol li,
pre.prettyprint.linenums ol li,
pre.prettyprint.linenums ol li,
pre.prettyprint.linenums ol li,
pre.prettyprint.linenums ol li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  margin-left: 0;
  list-style: decimal;
  margin-bottom: 0;
}

.prettyprint .com {
  color: #93a1a1;
}

.prettyprint .lit {
  color: #ae81ff;
}

.prettyprint .pun,
.prettyprint .opn,
.prettyprint .clo {
  color: #f8f8f2;
}

.prettyprint .fun {
  color: #dc322f;
}

.prettyprint .str,
.prettyprint .atv {
  color: #e6db74;
}

.prettyprint .kwd,
.prettyprint .tag {
  color: #f92659;
}

.prettyprint .typ,
.prettyprint .atn,
.prettyprint .dec,
.prettyprint .var {
  color: #a6e22e;
}

.prettyprint .pln {
  color: #66d9ef;
}

.tbmodal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
}

.tbmodal-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.tbmodal-main {
  padding: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 300px;
  background-color: var(--tb--white);
  border-radius: 6px;
}

.tbmodal-main h4 {
  margin-bottom: 20px;
}

.tbmodal-main .-close {
  cursor: pointer;
  float: right;
  font-size: 17px;
  border: none;
  padding: 10px;
  margin: -14px -14px 0 0;
  background-color: rgba(0, 0, 0, 0);
  color: var(--tb--gray);
}

.header {
  position: relative;
  z-index: 99;
  background-color: var(--tb--white);
  padding: 55px 0 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease-in-out;
}

.darking .header {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  .header {
    padding: 15px 0;
  }
}

@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 15px 0;
    z-index: 9999;
    height: 50px;
    box-shadow: none;
  }

  .header:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-top: 1px solid #eee;
    transform: scaleY(0.5);
    transform-origin: 0 0;
  }

  .darking .header:before {
    display: none;
  }
}

@media (max-width: 600px) {
  .header {
    margin-bottom: 0;
  }
}

.logo {
  overflow: hidden;
  float: left;
  margin: 0;
}

.logo a {
  height: 32px;
  display: block;
  overflow: hidden;
  font-size: 0;
}

.logo img {
  max-height: 32px;
  display: block;
  margin-bottom: 32px;
}

.logo img.-dark {
  display: none;
}

.darking .logo img {
  display: none;
}

.darking .logo img.-dark {
  display: block;
}

@media (max-width: 1024px) {
  .logo {
    float: none;
    text-align: center;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .logo a {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
  }

  .logo img {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .logo {
    position: relative;
    top: -2px;
    margin-bottom: 0;
  }

  .logo a {
    height: 24px;
  }

  .logo img {
    height: 100%;
  }
}

.logo-text a {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  color: var(--tb--main);
  line-height: 1.1;
}

@media (max-width: 768px) {
  .logo-text a {
    font-size: 18px;
    line-height: 24px;
  }
}

.brand {
  font-size: 14px;
  float: left;
  line-height: 15px;
  color: #bbb;
  padding-left: 10px;
  position: relative;
  top: 1px;
  border-left: 2px solid #eaeaea;
  margin-left: 10px;
  overflow: hidden;
  height: 30px;
}

.darking .brand {
  color: var(--tb--gray);
  border-left-color: var(--tb--line);
}

@media (max-width: 1024px) {
  .brand {
    display: none;
  }
}

.site-nav {
  font-size: 0;
}

.site-nav li {
  position: relative;
  display: inline-block;
}

.site-nav li:hover {
  z-index: 2;
}

.site-nav a {
  display: block;
  padding: 3px 0;
}

.site-nav a:hover {
  color: var(--tb--main);
}

.site-nav > li {
  margin-left: 25px;
}

.site-nav > li.menu-item-has-children > a {
  position: relative;
  padding-right: 12px;
}

.site-nav > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.5px;
  border: 3.5px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
  border-top-color: var(--tb--base);
}

.site-nav > li.menu-item-has-children:hover a::after {
  transform: rotate(180deg);
  margin-top: -5px;
}

.site-nav .sub-menu {
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -15px;
  background-color: var(--tb--white);
  font-size: 14px;
  padding: 6px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  line-height: 1.4;
  width: 160px;
  margin-left: -86.5px;
  list-style: none;
  text-align: center;
  border-radius: 6px;
}

.site-nav .sub-menu li {
  display: block;
}

.site-nav .sub-menu li:hover > a {
  background-color: var(--tb--bdbg);
}

.site-nav .sub-menu a {
  padding: 7px 10px;
}

.site-nav .sub-menu a:hover {
  color: var(--tb--base);
  background-color: var(--tb--bdbg);
}

.darking .site-nav .sub-menu {
  background-color: var(--tb--tint);
}

.site-nav > li > .sub-menu::before,
.site-nav > li > .sub-menu::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -3px;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
}

.site-nav > li > .sub-menu::before {
  border-bottom: 5px solid #f2f2f2;
}

.darking .site-nav > li > .sub-menu::before {
  border-bottom-color: var(--tb--tint);
}

.site-nav > li > .sub-menu::after {
  border-bottom: 5px solid #fff;
  margin-top: 1px;
}

.darking .site-nav > li > .sub-menu::after {
  display: none;
}

.site-nav ul .sub-menu {
  left: 100%;
  margin-left: 0;
  top: -7px;
  margin-top: 0;
  margin-left: -25px;
}

.site-nav ul .sub-menu::before,
.site-nav ul .sub-menu::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 17px;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}

.site-nav ul .sub-menu::before {
  border-right: 5px solid #c9c9c9;
}

.darking .site-nav ul .sub-menu::before {
  border-right-color: var(--tb--tint);
}

.site-nav ul .sub-menu::after {
  border-right: 5px solid #fff;
  margin-right: 1px;
}

.darking .site-nav ul .sub-menu::after {
  display: none;
}

.site-nav li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

.site-nav ul li:hover > .sub-menu {
  margin-left: 0;
}

.site-nav li:hover .fa-angle-down {
  transform: rotate(180deg);
}

.site-nav li.current-menu-item > a,
.site-nav li.current-menu-parent > a {
  color: var(--tb--main);
}

.site-nav li.current-menu-item > a::after,
.site-nav li.current-menu-parent > a::after {
  border-top-color: var(--tb--main);
}

.site-navbar {
  float: right;
}

.site-navbar > li {
  font-size: 17px;
}

@media (max-width: 1024px) {
  .site-navbar {
    float: none;
    text-align: center;
  }

  .site-navbar > li {
    margin-left: 20px;
    font-size: 14px;
  }

  .site-navbar > li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .site-navbar > li {
    display: none;
  }
}

.navto-search {
  float: right;
  height: 30px;
  line-height: 30px;
  border-bottom: none;
  margin-right: -10px;
  margin-left: 10px;
  padding: 0 10px;
  font-size: 15px;
  cursor: pointer;
}

.navto-search:hover {
  color: var(--tb--main);
}

@media (max-width: 1024px) {
  .navto-search {
    position: absolute;
    top: -15px;
    right: 5px;
    margin-right: 0;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
  }
}

.search-on .navto-search {
  color: var(--tb--main);
}

.topbar {
  position: absolute;
  top: -39px;
  left: 20px;
  right: 20px;
  margin-bottom: 20px;
  color: var(--tb--gray);
}

.topbar a {
  color: var(--tb--gray);
}

.topbar a:hover {
  color: var(--tb--main);
}

@media (max-width: 1024px) {
  .topbar {
    display: none;
  }
}

.topmenu {
  float: right;
  margin-top: -3px;
}

.topmenu > li {
  font-size: 14px;
}

.topmenu > li.menu-item-has-children > a::after {
  border-top-color: var(--tb--gray);
}

.topbar-off .header {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .topbar-off .header {
    padding-top: 15px;
  }
}

.sign-info {
  font-size: 12px;
  clear: both;
  margin-top: 10px;
}

.site-search {
  background-color: var(--tb--white);
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 8;
  opacity: 0;
}

@media (max-width: 768px) {
  .site-search {
    position: fixed;
    top: -120px;
    height: 96px;
  }

  .search .site-search {
    top: 0;
    margin-top: 0;
    height: auto;
  }
}

@media (max-width: 600px) {
  .site-search {
    height: 66px;
  }
}

.search-on .site-search {
  top: 107px;
  opacity: 1;
}

@media (max-width: 1024px) {
  .search-on .site-search {
    top: 105px;
  }
}

@media (max-width: 768px) {
  .search-on .site-search {
    top: 50px;
  }
}

.site-search-form {
  padding: 37px 20%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .site-search-form {
    padding: 37px 0;
  }
}

@media (max-width: 768px) {
  .site-search-form {
    padding: 25px 0;
  }
}

@media (max-width: 600px) {
  .site-search-form {
    padding: 15px;
  }
}

.header .site-search-form {
  padding: 0;
  margin-left: 20px;
  float: right;
}

@media (max-width: 768px) {
  .header .site-search-form {
    display: none;
  }
}

.search-input {
  float: left;
  color: #999;
  border: solid 1px var(--tb--line);
  background-color: var(--tb--white);
  width: 85%;
  height: 46px;
  padding: 4px 15px;
  border-right: none;
  font-size: 15px;
  border-radius: 6px 0 0 6px;
  outline: none;
}

@media (max-width: 600px) {
  .search-input {
    height: 36px;
    font-size: 12px;
    padding: 4px 10px;
  }
}

.header .search-input {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  width: 160px;
  padding: 0 10px;
}

.search-input:focus {
  border-color: var(--tb--main);
}

.search-btn {
  color: #fff;
  border: none;
  background: var(--tb--main);
  height: 46px;
  font-size: 18px;
  padding: 0 12px;
  border-radius: 0 6px 6px 0;
  width: 15%;
  cursor: pointer;
}

@media (max-width: 600px) {
  .search-btn {
    height: 36px;
    font-size: 14px;
  }
}

.header .search-btn {
  height: 32px;
  width: 32px;
  font-size: 14px;
  padding: 0;
  text-align: center;
}

.search-btn:hover,
.search-btn:focus {
  color: #fff;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.search-btn .fa {
  font-size: 16px;
  width: 16px;
}

.site-search-form a {
  margin-left: 20px;
  color: #999;
}

.site-search-form a:hover {
  color: var(--tb--main);
}

.search .site-search {
  position: relative;
  margin: -20px 0 20px;
  opacity: 1;
  top: 0;
}

@media (max-width: 600px) {
  .search .site-search {
    margin: 0 0 -14px;
  }
}

.topbar-off.search-on .site-search {
  top: 72px;
}

@media (max-width: 600px) {
  .topbar-off.search-on .site-search {
    top: 48px;
    height: auto;
  }
}

.nav-fixed {
  padding-top: 65px;
  transition: margin-top 0.25s;
}

.nav-fixed .header .topbar {
  display: none;
}

.nav-fixed .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  z-index: 999;
}

.nav-fixed .site-search {
  position: fixed;
  top: -150px;
}

.nav-fixed.search-on .site-search {
  top: 62px;
}

@media (max-width: 1024px) {
  .nav-fixed.search-on .site-search {
    top: 105px;
  }
}

@media (max-width: 768px) {
  .nav-fixed.search-on .site-search {
    top: 50px;
  }
}

.m-icon-nav {
  display: none;
}

@media (max-width: 768px) {
  .m-icon-nav {
    z-index: 99998;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 20px;
  }

  .m-icon-nav .tbfa:last-child {
    display: none;
    font-weight: bold;
  }
}

@media (max-width: 600px) {
  .m-icon-nav {
    padding: 0 5px 0 15px;
  }
}

@media (max-width: 768px) {
  .m-user-on .m-icon-user {
    display: block !important;
    position: absolute;
    top: -15px;
    right: 0;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }

  .m-user-on .navto-search {
    right: 45px;
  }
}

@media (max-width: 600px) {
  .m-user-on .m-icon-user {
    padding: 0 15px 0 5px;
  }

  .m-user-on .navto-search {
    right: 35px;
  }
}

.m-icon-user {
  display: none;
}

.m-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99998;
  overflow: hidden;
}

.m-navbar {
  display: none;
}

@media (max-width: 768px) {
  .m-navbar {
    position: fixed;
    top: 0;
    left: -240px;
    bottom: 0;
    background-color: var(--tb--white);
    padding-top: 50px;
    padding-bottom: 50px;
    width: 240px;
    z-index: 99999;
    display: block;
    overflow-y: auto;
    transition: left 0.3s;
  }

  .m-navbar li {
    position: relative;
  }

  .m-navbar .sub-menu {
    position: relative;
    display: none;
    font-size: 12px;
  }

  .m-navbar .sub-menu a {
    padding: 8px 48px;
  }

  .m-navbar .sub-menu .faa {
    height: 34px !important;
    line-height: 34px !important;
  }

  .m-navbar .sub-menu .sub-menu a {
    padding: 8px 72px;
  }

  .m-navbar li a {
    display: block;
    padding: 10px 20px;
  }

  .m-navbar li:hover > a,
  .m-navbar li a:hover {
    color: var(--tb--main);
  }

  .m-navbar li.current-menu-item > a {
    color: #fff;
    background-color: var(--tb--main);
  }

  .m-navbar li.current-menu-item > .faa {
    color: #fff !important;
  }

  .m-navbar li.current-menu-parent > a {
    color: var(--tb--main);
  }

  .m-navbar li.menu-item-has-children > .faa {
    content: "";
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    font-size: 12px;
    height: 41px;
    line-height: 41px;
    padding: 0 20px;
    z-index: 2;
    cursor: pointer;
  }

  .m-navbar .navto-search {
    display: none;
  }
}

.site-navbar,
.site-search,
.m-icon-nav,
.m-icon-user,
.widget-navcontent .item {
  transition: all 0.3s ease-in-out;
}

.btn,
.search-btn,
a {
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}

.m-nav-show {
  overflow: hidden;
  left: 240px;
}

.m-nav-show .header {
  left: 240px;
  margin-right: -240px;
}

.m-nav-show .fixnav {
  left: 240px;
  margin-right: -240px;
}

.m-nav-show .m-navbar {
  left: 0;
}

.m-nav-show .m-mask {
  display: block !important;
}

.m-nav-show .m-icon-nav {
  z-index: 100000;
}

@media (max-width: 600px) {
  .m-nav-show .m-icon-nav {
    padding: 0 20px;
  }
}

.m-nav-show .m-icon-nav .tbfa:last-child {
  display: block;
}

.m-nav-show .m-icon-nav .tbfa:first-child {
  display: none;
}

.m-nav-show .sitedark {
  left: 10px;
}

.sitedark {
  float: right;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  margin-right: -10px;
  margin-left: 10px;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}

.sitedark:hover {
  color: var(--tb--main);
}

.sitedark i:last-child {
  display: none;
}

@media (max-width: 768px) {
  .sitedark {
    display: block !important;
    position: absolute !important;
    margin-left: 0 !important;
    top: -15px;
    left: 50px;
    line-height: 50px;
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  .sitedark {
    left: 35px;
  }
}

.m-navbar .sitedark {
  display: none !important;
}

.darking .sitedark i:first-child {
  display: none;
}

.darking .sitedark i:last-child {
  display: block;
}

.f404 {
  text-align: center;
  margin: 100px 0;
}

.f404 h6 {
  font-size: 250px;
  line-height: 1;
  font-weight: normal;
}

.f404 h1 {
  font-size: 32px;
  margin: 40px 0 10px;
}

.f404 h2 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 30px;
}

.orbui {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.orbui img {
  max-width: 100%;
}

.orbui-large {
  margin-bottom: 30px;
}

.orbui-large img {
  max-width: 100%;
}

.orbui-post {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .orbui-post {
    margin-bottom: 15px;
  }
}

.orbui-index,
.orbui-tag,
.orbui-cat,
.orbui-search {
  margin-bottom: 15px;
}

.orbui-index {
  margin-top: 10px;
}

.orbui-post-01 {
  margin-bottom: 20px;
}

.orbui-your {
  display: block;
  background-color: #fbfbfb;
  border: 2px dashed #bbb;
  color: #aaa;
  font-size: 15px;
  text-align: center;
  overflow: hidden;
  clear: both;
}

.orbui-your:hover {
  border-color: #ff5e52;
  color: #ff5e52;
}

.orbui-pcat-01 {
  margin-top: 20px;
}

.orbui-site-01 {
  margin-bottom: 15px;
}

.orbui-index-head {
  margin-bottom: 15px;
}

.article-content .orbui-post-content img {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .orbui-pcat-01 {
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .orbui-index {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.orbui-post-footer {
  margin-bottom: 18px;
  overflow: hidden;
  clear: both;
}

.orbui-post-footer b {
  font-weight: normal;
  color: #41c282;
}

.orbui-post-footer strong {
  font-weight: normal;
  color: #fd6a5e;
}

.orbui-post-footer a {
  text-decoration: none;
  border-bottom: solid 2px #eee;
}

.orbui-post-footer a:hover {
  border-bottom-color: #1faeff;
}

#respond {
  padding-bottom: 15px;
}

@media (max-width: 600px) {
  #respond {
    width: 100%;
  }

  #respond::after {
    display: block;
    clear: both;
    content: "";
  }
}

#respond,
#postcomments {
  position: relative;
}

#commentform {
  overflow: hidden;
}

.comment-turnstile {
  float: right;
}

.comt + .comment-turnstile {
  margin-top: 15px;
}

.comment {
  position: relative;
}

.comment #respond {
  padding: 10px 0 15px 46px;
}

.comment #commentform {
  margin-bottom: 0;
}

.commentnew .comt-m {
  margin-bottom: 5px;
}

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

.comt-avatar {
  width: 36px;
  height: 36px;
  background-color: var(--tb--white);
  float: left;
  display: inline;
  position: relative;
  margin-top: 19px;
}

@media (max-width: 600px) {
  .comt-avatar {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
  }
}

.comt-avatar .avatar {
  display: block;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

@media (max-width: 600px) {
  .comt-avatar .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}

.comt-main {
  margin-left: 46px;
  margin-right: 60px;
  position: relative;
  padding: 0 0 15px;
  word-wrap: break-word;
  overflow: hidden;
}

@media (max-width: 600px) {
  .comt-main {
    margin-right: 40px;
    margin-left: 40px;
  }
}

.comt-main p {
  margin-top: 15px;
  margin-bottom: 0;
}

.comt-main p a {
  color: var(--tb--main);
}

.comt-main p a:hover {
  text-decoration: underline;
}

.comt-author {
  margin-right: 10px;
}

@media (max-width: 600px) {
  .comt-author {
    display: inline-block;
  }
}

.url {
  color: var(--tb--main);
}

.url:hover {
  color: var(--tb--main);
  text-decoration: underline;
}

.comt-meta {
  margin-top: 3px;
  font-size: 12px;
  color: var(--tb--gray);
}

.comt-meta .signin-loader {
  margin-left: 10px;
}

.comment-reply-link {
  font-size: 12px;
  color: var(--tb--gray);
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 600px) {
  .comment-reply-link {
    position: relative;
    top: 0;
    display: inline-block;
    margin-left: 10px;
  }
}

.comment-edit-link {
  font-size: 12px;
  color: var(--tb--gray);
  display: inline-block;
  margin-left: 10px;
}

.comment pre {
  margin: 3px 0 5px;
  padding: 7px 10px;
  border-radius: 1px;
}

.depth-1 {
  border-bottom: var(--tb--line) 1px solid;
}

.comment .children {
  list-style: none;
  padding: 0;
}

.comment .children .comment {
  margin: 0;
  border-top: 1px solid var(--tb--line);
}

.commentlist > .comment .children {
  margin-left: 46px;
}

@media (max-width: 600px) {
  .commentlist > .comment .children {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .commentlist > .comment.depth-1 > .children {
    margin-left: 46px;
  }
}

.comt-f {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 16px;
  color: #ccc;
}

@media (max-width: 600px) {
  .comt-f {
    font-size: 12px;
    top: 17px;
  }
}

.comment:hover .comt-f {
  color: #666;
}

.comt-approved {
  border-radius: 6px;
  font-size: 12px;
  background-color: var(--tb--line);
  color: var(--tb--gray);
  display: inline-block;
  padding: 1px 7px;
  margin-top: 4px;
}

.wp-smiley {
  display: inline-block;
}

.sidebarfix .comt-main {
  padding: 6px 0 4px;
  line-height: 20px;
  font-size: 12px;
}

.sidebarfix .depth-1 {
  border-bottom-color: #eee;
}

.sidebarfix .comment .children .comment {
  border-top-color: #eee;
}

#comments {
  margin-bottom: 15px;
  font-size: 16px;
}

#comments b {
  font-weight: normal;
  font-size: 14px;
}

#comments .pull-right {
  font-size: 12px;
  position: relative;
  top: 5px;
}

#commentform {
  margin-bottom: 5px;
}

.comt-count {
  float: right;
  color: #999;
  margin-bottom: 5px;
}

.comt {
  position: relative;
  padding-left: 46px;
}

@media (max-width: 600px) {
  .comt {
    padding-left: 0;
  }
}

.comt-title {
  font-size: 12px;
  color: #999;
  float: left;
  margin-left: -46px;
  width: 36px;
  text-align: center;
}

.comt-title .avatar {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  margin-bottom: 5px;
}

.comt-title p {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .comt-title {
    width: auto;
    float: none;
    margin-left: 0;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .comt-title .avatar {
    display: inline-block;
  }
}

.comt-box {
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: var(--tb--white);
  position: relative;
}

.darking .comt-box {
  border-color: var(--tb--tint);
}

.comt-ctrl {
  background-color: #fbfbfb;
  height: 36px;
  border-radius: 0 0 6px 6px;
  border-top: solid 1px #f2f2f2;
}

.darking .comt-ctrl {
  border-top: solid 1px var(--tb--line);
  background-color: var(--tb--tint);
}

#submit {
  position: absolute;
  right: -1px;
  bottom: -1px;
  background: var(--tb--main);
  border: none;
  padding: 0px;
  width: 100px;
  height: 37px;
  color: #fff;
  outline: 0;
  cursor: pointer;
  border-radius: 0 0 6px 0;
  font-size: 14px;
}

#comment {
  width: 100%;
  resize: none;
  overflow-x: hidden;
  overflow-y: auto;
  border: none;
  font-size: 14px;
  padding: 10px 12px;
  outline: 0;
  color: #666;
  height: 77px;
  border-radius: 6px;
  background-color: var(--tb--white);
  display: block;
}

.hide {
  display: none;
}

.comt-tips {
  text-align: center;
  margin-right: 110px;
  line-height: 116px;
  font-size: 14px;
  color: #fff;
}

.comt-tip {
  position: absolute;
  top: -1px;
  left: -1px;
  background: #7ad071;
  right: -1px;
  z-index: 2;
  bottom: -1px;
  border-radius: 6px;
}

.comt-error {
  background: #ff5e52;
}

.comt-comterinfo ul {
  margin-right: -2%;
  font-size: 0;
}

.comt-comterinfo li {
  display: inline-block;
  width: 31.3333333333%;
  margin-right: 2%;
  margin-top: 2%;
}

@media (max-width: 600px) {
  .comt-comterinfo li {
    width: 48%;
  }

  .comt-comterinfo li:last-child {
    width: 98%;
  }
}

#cancel-comment-reply-link {
  display: none;
  font-size: 12px;
  text-align: center;
  margin-top: 7px;
  color: #999;
}

#cancel-comment-reply-link:hover {
  color: #ff5e52;
}

.comment #cancel-comment-reply-link {
  display: block;
}

.comment-signarea {
  border: 1px solid var(--tb--line);
  background-color: var(--tb--tint);
  border-radius: 6px;
  padding: 30px 20px;
  text-align: center;
}

.comment-signarea h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 18px;
}

.comment-signarea .auth {
  margin: 0 5px;
}

.article-content-fold {
  overflow: hidden;
  position: relative;
}

.article-content-fold .-fold {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  height: 100px;
  text-align: center;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.article-content-fold .-fold span {
  cursor: pointer;
  margin-top: 40px;
  line-height: 1.5;
  font-size: 14px;
  border-radius: 100px;
  padding: 9px 30px;
  display: inline-block;
  color: var(--tb--main);
  border: 1px solid var(--tb--main);
  background-color: var(--tb--white);
}

.article-content-fold .-fold span:hover {
  opacity: 0.88;
}

.darking .article-content-fold .-fold {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgb(20, 24, 27));
}

@media (max-width: 600px) {
  .article-content-fold .-fold {
    height: 200px;
  }

  .article-content-fold .-fold span {
    margin-top: 140px;
    font-size: 12px;
  }
}

.article-content {
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
}

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

.article-content img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.article-content h1 {
  font-size: 24px;
}

.article-content h2 {
  font-size: 22px;
}

.article-content h3 {
  font-size: 20px;
}

.article-content h4 {
  font-size: 18px;
}

.article-content h5 {
  font-size: 16px;
}

.article-content h6 {
  font-size: 16px;
}

.article-content ul {
  list-style: disc;
}

.article-content ol {
  list-style: decimal;
}

.article-content li {
  margin-bottom: 6px;
}

.article-content p {
  margin: 20px 0;
  word-wrap: break-word;
}

.article-content code {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 5px;
  padding: 0 10px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  border-radius: 6px;
  opacity: 0.8;
  font-size: 14px;
  color: #d76821;
  background-color: var(--tb--tint);
}

.article-content pre {
  word-wrap: break-word;
}

.article-content pre code {
  top: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  opacity: 1;
  font-size: inherit;
  font-family: inherit;
  background-color: rgba(0, 0, 0, 0);
}

.article-content table {
  width: 100%;
  margin-bottom: 20px;
}

.article-content .alignnone {
  margin: 0 auto;
}

.article-content .alignleft {
  float: left;
  text-align: left;
  margin-right: 10px;
}

.article-content .aligncenter {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.article-content .alignright {
  float: right;
  text-align: right;
  margin-left: 10px;
}

.article-content .wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
}

.article-content .wp-caption p {
  margin-bottom: 10px;
  text-indent: 0;
}

.article-content .wp-caption.alignnone {
  text-align: center;
}

.article-content a {
  text-decoration: underline;
  color: var(--tb--main);
}

.article-content a:hover {
  color: #ff5e52;
}

@media (max-width: 600px) {
  .article-content {
    font-size: 16px;
    line-height: 1.7;
  }

  .article-content ul,
  .article-content ol {
    margin-left: 34px;
  }
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  line-height: 1.4;
  font-weight: bold;
  margin: 20px 0;
  padding: 0;
}

.article-content h2 {
  position: relative;
  padding-left: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--tb--line);
}

.article-content h2::before {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 13px;
  content: "";
  width: 5px;
  border-radius: 10px;
  background-color: var(--tb--main);
}

.article-content h2[style*="center"] {
  padding-left: 0;
  padding-bottom: 10px;
}

.article-content h2[style*="center"]::before {
  width: 32px;
  height: 5px;
  margin-left: -16px;
  left: 50%;
  top: auto;
  bottom: -1px;
}

.article-content h2[style*="right"] {
  padding-left: 0;
  padding-right: 22px;
}

.article-content h2[style*="right"]::before {
  left: auto;
  right: 0;
}

.article-content ul,
.article-content ol {
  margin: 0 0 20px 50px;
}

.article-content blockquote {
  margin: 30px 30px;
  padding: 10px 20px;
  font-size: 16px;
  color: #999;
  border-left: 4px solid var(--tb--line);
}

.article-content blockquote p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.prewrapper {
  position: relative;
}

.precopy {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: #3a3b32;
  color: #bbb !important;
  border-radius: 0 6px 0 6px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  padding: 0 7px;
  z-index: 9;
}

.precopy i {
  margin-right: 4px;
}

.precopy:hover {
  color: #66d9ef !important;
  background-color: #424439;
}

.article-content .wp-block-image {
  text-align: center;
}

.article-content .wp-block-image img {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  .article-content h1 {
    font-size: 22px;
  }

  .article-content h2 {
    font-size: 20px;
  }

  .article-content h3 {
    font-size: 18px;
  }

  .article-content h4 {
    font-size: 16px;
  }

  .article-content h5 {
    font-size: 16px;
  }

  .article-content h6 {
    font-size: 16px;
  }

  .article-content ul,
  .article-content ol {
    margin-left: 30px;
  }
}

.p_indent .article-content p {
  text-indent: 32px;
}

.p_indent .article-content p code,
.p_indent .article-content p em,
.p_indent .article-content p li,
.p_indent .article-content p dd,
.p_indent .article-content p i,
.p_indent .article-content p strong,
.p_indent .article-content p span,
.p_indent .article-content p b,
.p_indent .article-content p u {
  text-indent: 0;
}

.post-linkto {
  text-align: center;
  margin-bottom: 30px;
}

.wp-video,
.mejs-layer,
video,
embed,
iframe {
  max-width: 100%;
  display: block;
}

.article-content .wp-video,
.article-content .mejs-layer,
.article-content video,
.article-content embed,
.article-content iframe {
  margin: 0 auto 20px;
}

.tablewrap {
  overflow-x: scroll;
  margin-bottom: 12px;
}

.tablewrap table {
  margin-bottom: 8px;
}

.wp-block-gallery {
  margin-left: 0 !important;
}

.wp-block-image {
  margin-bottom: 20px;
}

.wp-block-image figcaption {
  font-size: inherit;
  font-size: 14px;
  color: var(--tb--gray);
  margin-bottom: 0;
}

.wp-block-quote cite {
  font-size: 12px;
  color: #bbb;
}

.wp-block-file {
  background-color: var(--tb--bdbg);
  padding: 2em;
  text-align: center;
}

.wp-block-file .wp-block-file__button {
  font-size: inherit;
  padding: 0.5em 2em;
}

.wp-block-file * + .wp-block-file__button {
  margin-left: 2em;
}

.article-content a.wp-block-file__button {
  color: #fff;
}

.wp-block-file__button,
.wp-block-button__link {
  font-size: inherit;
  text-decoration: none !important;
}

.article-content a.wp-block-button__link {
  color: #fff;
}

.article-content a.wp-block-button__link:hover {
  opacity: 0.85;
}

.wp-block-image {
  overflow: hidden;
}

.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image .aligncenter > figcaption {
  display: block;
}

.wp-block-table figcaption {
  text-align: center;
  font-size: 14px;
  color: var(--tb--gray);
}

.wp-block-audio figcaption {
  text-align: center;
  font-size: 14px;
  color: var(--tb--gray);
}

.wp-block-video figcaption {
  text-align: center;
  font-size: 14px;
  color: var(--tb--gray);
}

.wp-block-gallery {
  clear: both;
  overflow: hidden;
  margin-bottom: 9px !important;
}

.blocks-gallery-grid {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.blocks-gallery-caption {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 14px;
  color: var(--tb--gray);
  margin-top: -6px;
  margin-bottom: 9px;
}

.wp-block-media-text {
  margin-bottom: 20px;
}

.wp-block-cover {
  margin-bottom: 20px;
}

.wp-block-buttons {
  margin-bottom: 20px !important;
}

.wp-block-separator {
  margin: 50px auto;
  width: 20%;
  border: none;
  background-color: var(--tb--line);
  height: 2px;
}

.wp-block-separator.is-style-dots {
  width: auto;
  color: var(--tb--gray);
}

.wp-block-group__inner-container h2 {
  border-bottom: none;
  padding-bottom: 0;
  line-height: 1.6;
}

.wp-block-group__inner-container blockquote {
  border-left: none;
  padding: 0;
  color: #555;
}

.wp-block-group__inner-container .wp-block-separator {
  margin: 30px auto;
}

.article-content pre.wp-block-preformatted {
  font: 14px/24px "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 30px;
  background-color: var(--tb--bdbg);
  color: inherit;
  border-radius: 4px;
}

.article-content pre.wp-block-verse {
  font: 16px/30px "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 30px;
  background-color: var(--tb--bdbg);
  color: inherit;
  border-radius: 4px;
}

.wp-block-pullquote {
  border-top: 4px solid var(--tb--line);
  border-bottom: 4px solid var(--tb--line);
  margin-bottom: 30px;
}

.wp-block-pullquote blockquote {
  border-left: none;
  margin: 0;
  padding: 0;
  color: inherit;
}

.wp-block-pullquote cite {
  font-size: 14px;
}

.widget .gallery {
  padding-right: 15px;
  padding-top: 18px;
}

.widget .gallery .gallery-item {
  padding-left: 15px;
}

.widget .gallery .gallery-item img {
  height: auto;
}

.excerpt {
  padding: 20px 20px 20px 220px;
  overflow: hidden;
  background-color: var(--tb--white);
  border-bottom: 1px solid var(--tb--line);
}

.excerpt:nth-last-of-type(1) {
  border-radius: 0 0 6px 6px;
}

.excerpt .post-linkto {
  text-align: right;
  margin-bottom: 0;
  margin-top: 5px;
}

.excerpt .focus {
  float: left;
  margin-left: -200px;
  width: 180px;
  height: 123px;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}

.excerpt video,
.excerpt .thumb {
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.excerpt header {
  position: relative;
  margin-bottom: 10px;
}

.excerpt h2 {
  display: inline;
  font-size: 18px;
  margin-top: 0;
  font-weight: bold;
}

.excerpt h2 a:hover {
  color: var(--tb--main);
}

.excerpt h2 a span {
  color: #ff5e52;
}

.excerpt h2 a:hover span {
  color: var(--tb--main);
}

.excerpt .cat,
.excerpt time,
.excerpt .pv,
.excerpt .pc,
.excerpt .-tags,
.excerpt .author {
  margin-right: 15px;
  display: inline-block;
}

.excerpt .author img {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}

.excerpt .post-like {
  float: right;
}

.excerpt .post-like.actived {
  color: var(--tb--main);
}

.excerpt .note {
  font-size: 14px;
  color: #666;
  word-wrap: break-word;
  margin-bottom: 0;
  max-height: 46px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.excerpt .meta {
  color: var(--tb--gray);
  margin-top: 20px;
  overflow: hidden;
  height: 24px;
}

.excerpt .meta i {
  margin-right: 6px;
}

.excerpt .meta a {
  color: var(--tb--gray);
}

.excerpt .meta a:hover {
  color: var(--tb--main);
}

.excerpt .-tags {
  display: inline;
}

.excerpt .-tags a {
  margin-right: 22px;
  display: inline-block;
  position: relative;
}

.excerpt .-tags a::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 9px;
  left: -13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--tb--gray);
}

.excerpt .-tags a:first-child::before {
  display: none;
}

.excerpt .-tags a:last-child {
  margin-right: 0;
}

@media (max-width: 600px) {
  .excerpt {
    border: none;
    padding: 14px 150px 15px 15px;
    border-radius: 0 !important;
    position: relative;
  }

  .excerpt:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;
    border-top: 1px solid var(--tb--line);
    transform: scaleY(0.5);
    transform-origin: 0 0;
  }

  .excerpt:last-child::before {
    display: none;
  }

  .excerpt .focus {
    float: right;
    margin-right: -135px;
    width: 120px;
    height: 82px;
  }

  .excerpt header {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .excerpt h2 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: normal;
    position: relative;
    top: -2px;
  }

  .excerpt .note {
    display: none;
  }

  .excerpt .author {
    display: none;
  }

  .excerpt .meta {
    position: absolute;
    bottom: 11px;
    left: 15px;
    right: 150px;
    font-size: 12px;
    margin-top: 0;
    height: 19px;
  }

  .excerpt .meta i {
    margin-right: 4px;
  }

  .excerpt .meta time,
  .excerpt .meta .pc,
  .excerpt .meta .zlink,
  .excerpt .meta .-tags {
    display: none;
  }

  .excerpt .meta .post-like i {
    display: inline-block;
  }

  .excerpt .meta .cat,
  .excerpt .meta time,
  .excerpt .meta .pv,
  .excerpt .meta .pc,
  .excerpt .meta .-tags,
  .excerpt .meta .author {
    margin-right: 10px;
  }
}

.excerpt-fullvideo,
.excerpt-full {
  padding-left: 20px !important;
}

.excerpt-fullvideo .focus,
.excerpt-full .focus {
  float: none !important;
  margin-left: 0 !important;
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .excerpt-fullvideo,
  .excerpt-full {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .excerpt-fullvideo .focus,
  .excerpt-full .focus {
    height: 160px;
    margin-top: 8px;
    margin-bottom: 25px;
  }

  .excerpt-fullvideo .meta,
  .excerpt-full .meta {
    left: 15px !important;
    right: 15px;
  }
}

.excerpt-text {
  padding-left: 20px;
}

.excerpt-text .note {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .excerpt-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .excerpt-text header {
    height: auto;
  }

  .m-excerpt-desc .excerpt-text .note {
    display: block;
    max-height: unset;
    color: var(--tb--gray);
    margin-top: 3px;
    font-size: 13px;
  }

  .excerpt-text .meta {
    bottom: -4px;
    left: 0;
    right: 0;
    position: relative;
  }

  .excerpt-text .meta time {
    display: inline-block;
  }
}

.excerpt-latest time {
  color: #ff5e52;
}

.sticky-icon {
  line-height: 1;
  padding: 5px 8px 6px;
  font-size: 12px;
  background-color: #ff5e52;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  vertical-align: top;
  top: 2px;
}

@media (max-width: 600px) {
  .sticky-icon {
    top: 0;
    font-size: 10px;
    padding: 3px 4px;
    margin-right: 7px;
  }
}

@media (max-width: 600px) {
  .m-excerpt-time .excerpt .meta time {
    display: inline-block;
    margin-right: 10px;
  }

  .m-excerpt-time .excerpt .meta .cat {
    margin-right: 10px;
  }

  .m-excerpt-time .excerpt .meta .pv {
    margin-right: 10px;
  }
}

@media (max-width: 600px) {
  .m-list-thumb-left .excerpt {
    padding-right: 15px;
    padding-left: 150px;
  }

  .m-list-thumb-left .excerpt .focus {
    float: left;
    margin-left: -135px;
  }

  .m-list-thumb-left .excerpt.excerpt-text {
    padding-right: 15px;
    padding-left: 15px;
  }

  .m-list-thumb-left .meta {
    left: 150px;
    right: 15px;
  }

  .m-list-thumb-left .excerpt-text .meta {
    left: 0;
    right: 0;
  }
}

.tinycat .catleader {
  border-radius: 6px;
  margin-bottom: 20px;
  border-bottom: none;
}

@media (max-width: 600px) {
  .tinycat .catleader {
    margin-bottom: 5px;
    border-radius: 0;
  }
}

.tinycat .excerpt {
  padding: 30px 36px;
  overflow: hidden;
  background-color: var(--tb--white);
  margin-bottom: 20px;
  border-radius: 6px;
}

.tinycat .excerpt .article-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .tinycat .excerpt {
    padding: 20px 20px 16px;
    margin-bottom: 5px;
  }

  .tinycat .excerpt h2 {
    font-size: 16px;
    top: 0;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .tinycat .excerpt .article-content p {
    margin: 10px 0;
  }

  .tinycat .excerpt .meta {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 15px;
    height: 24px;
  }

  .tinycat .excerpt .author,
  .tinycat .excerpt time {
    display: inline-block;
  }
}

.image-container {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 20px;
}

.image-header {
  margin-bottom: 30px;
}

.image-title {
  margin: 0 0 10px;
}

.image-meta {
  color: #999;
}

.image-content img {
  height: auto;
}

.image-navigation {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-navigation a {
  padding: 7px 15px;
  display: inline-block;
  border-radius: 2px;
  background-color: #444;
  opacity: 1;
  color: #fff;
}

.image-navigation a:hover {
  opacity: 0.8;
}

.image-caption,
.image-description {
  margin: 0 auto 30px;
  max-width: 600px;
}

#bigslide {
  margin-bottom: 20px;
  margin-top: -20px;
  text-align: center;
}

#bigslide .swiper-slide {
  display: flex;
  overflow: hidden;
}

#bigslide .swiper-slide a {
  flex: 1;
  height: inherit;
  position: relative;
  display: flex;
  overflow: hidden;
}

#bigslide .swiper-slide img {
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

#bigslide .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  border-radius: 10px;
}

#bigslide .swiper-pagination {
  bottom: 12px;
}

#bigslide .swiper-button-next,
#bigslide .swiper-button-prev {
  display: none;
}

@media (max-width: 600px) {
  #bigslide {
    margin-bottom: 0;
    margin-top: 0;
  }

  #bigslide .swiper-pagination {
    bottom: 5px;
  }
}

#focusslide {
  margin-bottom: 20px;
  z-index: 0;
  overflow: hidden;
  border-radius: 6px;
}

#focusslide .swiper-slide {
  display: flex;
  overflow: hidden;
}

#focusslide .swiper-slide a {
  flex: 1;
  height: inherit;
  position: relative;
  display: flex;
  overflow: hidden;
}

#focusslide .swiper-slide img {
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

#focusslide.hastitle .swiper-pagination {
  left: 16px;
  width: auto;
  bottom: 13px;
}

#focusslide.hastitle .swiper-slide a::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -moz-gradient(linear, 0 50%, 0 100%, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-gradient(linear, 0 50%, 0 100%, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: gradient(linear, 0 50%, 0 100%, from(transparent), to(rgba(0, 0, 0, 0.5)));
}

#focusslide.hastitle .swiper-slide span {
  position: absolute;
  z-index: 2;
  bottom: 34px;
  left: 20px;
  right: 20px;
  display: block;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 600px) {
  #focusslide {
    height: 150px;
    border-radius: 0;
    margin-bottom: 0;
  }

  #focusslide .swiper-button-next,
  #focusslide .swiper-button-prev {
    display: none !important;
  }

  #focusslide.hastitle .swiper-slide span {
    left: 15px;
    bottom: 25px;
    font-size: 12px;
  }

  #focusslide.hastitle .swiper-pagination {
    left: 11px;
    bottom: 8px;
  }
}

.excerpts-title {
  background-color: var(--tb--white);
  border-radius: 6px 6px 0 0;
  padding: 17px 20px 0 20px;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .excerpts-title {
    border-radius: 0;
    padding: 10px 15px 0 15px;
    position: relative;
  }
}

.excerpt-minic-index {
  padding: 20px;
  overflow: hidden;
  background-color: var(--tb--white);
  margin-bottom: 20px;
  border-radius: 6px;
}

.excerpt-minic-index h2 {
  font-size: 18px;
  margin-bottom: 5px;
}

.excerpt-minic-index .red {
  color: #ff5e52;
}

.excerpt-minic-index .note {
  margin: 0;
}

@media (max-width: 600px) {
  .excerpt-minic-index {
    margin-bottom: 0;
    border-radius: 0;
    padding: 15px 15px;
  }

  .excerpt-minic-index + .excerpts-title:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    border-top: 1px solid var(--tb--line);
    transform: scaleY(0.5);
    transform-origin: 0 0;
  }

  .excerpt-minic-index h2 {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .excerpt-minic-index .note {
    font-size: 13px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .excerpt-minic-index .note a {
    color: #999;
  }
}

.catleader {
  background-color: var(--tb--white);
  border-radius: 6px 6px 0 0;
  padding: 17px 20px;
  border-bottom: 1px solid var(--tb--line);
}

.catleader h1 {
  position: relative;
  font-size: 17px;
  margin: 0;
  padding-left: 17px;
}

.catleader h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  height: 16px;
  width: 4px;
  border-radius: 10px;
  background-color: var(--tb--main);
}

.catleader h1 small {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: -1px;
  margin-left: 15px;
}

.catleader .-r {
  float: right;
  margin-top: 3px;
  color: var(--tb--gray);
}

@media (max-width: 600px) {
  .catleader {
    padding: 10px 15px;
    border-bottom: none;
    border-radius: 0;
    position: relative;
  }

  .catleader:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-top: 1px solid var(--tb--line);
    transform: scaleY(0.5);
    transform-origin: 0 0;
  }

  .catleader h1 {
    font-size: 14px;
  }

  .catleader h1::before {
    margin-top: -7px;
    height: 14px;
  }
}

.catleader-desc {
  color: var(--tb--gray);
  margin-top: 7px;
}

@media (max-width: 600px) {
  .catleader-desc {
    margin-top: 5px;
    font-size: 12px;
  }
}

.page-template-blank .header {
  margin-bottom: 0;
}

.page-template-full .header {
  margin-bottom: 0;
}

.page-template-sidebar .content {
  padding: 30px;
  background-color: var(--tb--white);
  border-radius: 6px;
}

@media (max-width: 600px) {
  .page-template-sidebar .content {
    padding: 20px;
    border-radius: 0;
  }

  .page-template-sidebar .content .article-header {
    padding-top: 0;
  }
}

.pagecontent {
  padding: 30px;
  background-color: var(--tb--white);
  border-radius: 6px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .pagecontent {
    padding: 15px;
    border-radius: 0;
    margin-bottom: 0;
  }

  .pagecontent .article-header {
    padding-top: 0;
  }
}

.page-template-pagesmenu-php .pagecontent {
  float: right;
  width: 80.25%;
}

@media (max-width: 1024px) {
  .page-template-pagesmenu-php .pagecontent {
    float: none;
    width: 100%;
  }
}

.pagemenu {
  float: left;
  width: 18%;
  background-color: var(--tb--white);
  border-radius: 6px;
  padding: 12px 0;
  margin-bottom: 20px;
}

.pagemenu li a {
  display: block;
  padding: 10px 24px;
}

.pagemenu li a:hover {
  background-color: var(--tb--tint);
}

.pagemenu li.current_page_item > a {
  color: #fff;
  background-color: var(--tb--main);
}

.pagemenu > ul > li > .children > li > a {
  padding-left: 38px;
}

.pagemenu > ul > li > .children > li > .children > li > a {
  padding-left: 52px;
}

.pagemenu > ul > li > .children > li > .children > li > .children > li > a {
  padding-left: 66px;
}

@media (max-width: 1024px) {
  .pagemenu {
    float: none;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .pagemenu {
    border-radius: 0;
    margin-bottom: 5px;
    padding: 10px 0;
  }

  .pagemenu li a {
    padding: 8px 15px;
  }

  .pagemenu > ul > li > .children > li > a {
    padding-left: 29px;
  }

  .pagemenu > ul > li > .children > li > .children > li > a {
    padding-left: 43px;
  }

  .pagemenu > ul > li > .children > li > .children > li > .children > li > a {
    padding-left: 57px;
  }
}

.tagslist ul {
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0 -2% 0 0;
}

.tagslist li {
  float: left;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 15px;
  border: 1px solid var(--tb--line);
  background-color: var(--tb--white);
  border-radius: 6px;
}

.tagslist li .name {
  background-color: var(--tb--bdbg);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 6px;
}

.tagslist li .name:hover {
  background-color: #202935;
  color: #fff;
}

.tagslist li:hover {
  border-color: var(--tb--gray);
}

.tagslist li:hover .name {
  background-color: var(--tb--main);
  color: #fff;
}

.tagslist li small {
  margin-left: 10px;
  color: #999;
}

.tagslist li p {
  margin: 10px 0 0;
  font-size: 14px;
  display: block;
  line-height: 1.5;
}

.tagslist li .tit {
  color: #999;
}

.tagslist li .tit:hover {
  color: var(--tb--main);
}

@media (max-width: 1024px) {
  .tagslist li {
    width: 31.3333333%;
  }
}

@media (max-width: 768px) {
  .tagslist ul {
    margin-right: -3%;
  }

  .tagslist li {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
}

.readers {
  overflow: hidden;
}

.readers a {
  width: 72px;
  margin: 0 5px 25px 5px;
  float: left;
  text-align: center;
  color: #999;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
  text-decoration: none;
}

.readers a:hover {
  color: #ff5e52;
}

.readers .avatar {
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  margin-bottom: 5px;
  width: 36px;
  height: 36px;
}

.readers a.item-top {
  width: 31.222222%;
  margin: 0 1% 30px;
  text-align: left;
  height: 100px;
  color: #bbb;
  background-color: var(--tb--bdbg);
  border-radius: 6px;
  padding: 17px 20px;
}

@media (max-width: 768px) {
  .readers a.item-top {
    float: none;
    width: auto;
    display: block;
    margin: 0 0 15px 0;
  }
}

.readers a.item-top .avatar {
  float: left;
  margin-right: 10px;
}

.readers a.item-top h4 {
  color: #ff5e52;
  font-size: 14px;
  margin-bottom: 5px;
}

.readers a.item-top strong {
  display: block;
  color: #666;
}

.readers a.item-top:hover {
  background-color: #f1f1f1;
}

.readers a.item-2 h4 {
  color: #7ccd38;
}

.readers a.item-3 h4 {
  color: #52baf5;
}

.plinks {
  overflow: hidden;
}

.plinks .linkcat {
  margin-bottom: 30px;
}

.plinks h2 {
  font-size: 18px;
  margin-bottom: 5px;
}

.plinks ul {
  clear: both;
  overflow: hidden;
  margin-right: -1%;
}

.plinks ul li {
  width: 19%;
  float: left;
  margin-right: 1%;
  margin-top: 1%;
}

.plinks ul li a {
  display: block;
  padding: 10px 15px;
  background-color: var(--tb--bdbg);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  text-align: center;
}

.plinks ul li a:hover {
  border-color: var(--tb--main);
  background-color: #fff;
}

.plinks ul li img {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .plinks ul {
    margin-right: -3%;
  }

  .plinks ul li {
    width: 47%;
    margin-right: 3%;
    margin-top: 3%;
  }
}

.archives .item {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--tb--line);
}

.archives h3 {
  float: left;
  margin-bottom: 10px;
  font-size: 14px;
}

.archives-list {
  padding-left: 20px;
  margin: 0 0 20px 140px;
}

.archives-list li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 4px;
}

.archives-list time {
  width: 40px;
  display: inline-block;
}

.archives-list span {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}

.archives-list a span {
  margin-left: 2px;
  font-size: 14px;
  color: #ff5e52;
}

@media (max-width: 600px) {
  .archives-list {
    margin-left: 60px;
  }

  .archives-list span {
    display: none;
  }
}

.pagination {
  padding: 20px;
  text-align: center;
}

.pagination li {
  vertical-align: top;
  display: inline-block;
}

.pagination a,
.pagination span {
  display: block;
  margin: 0 3px;
  padding: 7px 15px;
  background-color: #eee;
  color: #777;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0);
}

.pagination a:hover,
.pagination a:focus {
  color: var(--tb--main);
  border-color: var(--tb--main);
  background-color: rgba(0, 0, 0, 0);
}

.pagination .active a,
.pagination .active span {
  cursor: default;
  background-color: var(--tb--main);
  color: #fff;
}

.pagination span,
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus {
  color: #999;
  background-color: rgba(0, 0, 0, 0);
  cursor: default;
}

@media (max-width: 600px) {
  .pagination {
    padding: 15px;
    font-size: 12px;
  }

  .pagination li {
    display: none;
  }

  .pagination li.prev-page,
  .pagination li.next-page {
    display: inline;
  }

  .pagination li.next-page a {
    background-color: var(--tb--main);
    color: #fff;
  }

  .pagination a,
  .pagination span {
    padding: 5px 11px;
  }
}

.pagination-loading {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 20px 0;
}

.pagination-loading img {
  width: 50px;
  display: inline-block;
}

.ias_trigger {
  margin: 20px 0 0;
  text-align: center;
}

.ias_trigger a {
  display: inline-block;
  background-color: #eee;
  padding: 12px 40px;
  text-align: center;
  color: var(--tb--gray);
  border-radius: 6px;
}

.ias_trigger a:hover {
  background-color: #ddd;
  color: #666;
}

.pagenav {
  overflow: hidden;
  text-align: center;
  padding: 20px;
}

.pagenav a,
.pagenav .current,
.pagenav .page-numbers {
  padding: 6px 12px 5px;
  color: #666;
  display: inline-block;
  border-radius: 3px;
  background-color: #eee;
  margin: 0 1px;
  font-size: 12px;
}

.pagenav .current {
  background-color: var(--tb--main);
  color: #fff;
}

.pagenav a:hover {
  background-color: #ccc;
  color: #444;
}

.single .content {
  background-color: var(--tb--white);
  border-radius: 6px;
  padding: 30px 30px;
}

@media (max-width: 600px) {
  .single .content {
    padding: 0 15px;
    border-radius: 0;
  }
}

.article-header {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 600px) {
  .article-header {
    text-align: left;
    padding: 12px 0 15px;
    margin-bottom: 0;
  }
}

.article-title {
  font-size: 25px;
}

.article-title a span {
  color: #ff5e52;
}

@media (max-width: 600px) {
  .article-title {
    font-size: 20px !important;
  }
}

.article-meta {
  margin-top: 10px;
  color: #999;
}

.article-meta .item {
  margin-right: 15px;
}

.article-meta .item-favorite,
.article-meta .item-like {
  cursor: pointer;
  color: var(--tb--gray);
}

.article-meta .item-favorite i,
.article-meta .item-like i {
  margin-right: 5px;
}

.article-meta .item-favorite:hover,
.article-meta .item-like:hover {
  color: var(--tb--base);
}

@media (max-width: 600px) {
  .article-meta {
    font-size: 12px;
    margin-top: 5px;
  }

  .article-meta .item {
    margin-right: 10px;
  }

  .article-meta .item:nth-child(2) {
    display: none;
  }
}

.videopost .article-header {
  text-align: left;
  padding-top: 20px;
}

@media (max-width: 600px) {
  .videopost .article-header {
    padding-top: 15px;
  }
}

.videopost .article-title {
  font-size: 22px;
}

.videopost .article-meta {
  margin-top: 5px;
}

@media (max-width: 600px) {
  .videopost .breadcrumbs {
    display: none;
  }
}

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

.videobox video {
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 600px) {
  .videobox {
    margin: 0 -15px 0 -15px;
  }
}

.article-update-tips {
  background-color: #fffbe5;
  border: 1px solid #f5e295;
  color: #de9e0e;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.article-update-tips a {
  color: #b98000;
}

.article-update-tips a:hover {
  color: #926500;
}

@media (max-width: 768px) {
  .article-update-tips {
    padding: 10px 16px;
    line-height: 1.5;
  }
}

.post-copyright {
  background-color: var(--tb--bdbg);
  font-size: 12px;
  padding: 10px 30px;
  border-radius: 6px;
  color: var(--tb--gray);
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
  clear: both;
}

.post-copyright a {
  color: #aaa;
  text-decoration: none;
}

.post-copyright a:hover {
  color: var(--tb--main);
}

.post-copyright-custom {
  border: 1px solid var(--tb--line);
  background-color: #fdfdfd;
  border-radius: 6px;
  padding: 18px 20px;
  margin-bottom: 40px;
  color: var(--tb--gray);
}

.post-copyright-custom a {
  color: var(--tb--gray);
}

.darking .post-copyright-custom {
  background-color: var(--tb--tint);
}

.article-tags {
  margin-bottom: 40px;
  text-align: center;
  color: #999;
}

.article-tags a {
  display: inline-block;
  padding: 5px 12px;
  margin: 0 5px 5px 0;
  color: #fff;
  font-size: 14px;
  background-color: var(--tb--main);
  opacity: 0.85;
  border-radius: 6px;
}

.article-tags a:hover {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 600px) {
  .article-tags {
    margin-bottom: 20px;
    text-align: center;
  }
}

.article-nav {
  overflow: hidden;
  margin-bottom: 40px;
  font-size: 12px;
  color: var(--tb--gray);
  word-break: break-word;
}

.article-nav span {
  float: left;
  position: relative;
  width: 50%;
}

.article-nav .article-nav-next {
  float: right;
  text-align: right;
}

.article-nav .article-nav-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  width: 1px;
  background-color: var(--tb--line);
}

.article-nav a {
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
}

.article-nav .article-nav-next a {
  margin-left: 10px;
  margin-right: 0;
}

@media (max-width: 600px) {
  .article-nav {
    margin-bottom: 20px;
  }
}

.article-author {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 20px 20px 20px 90px;
  color: var(--tb--gray);
  background-color: var(--tb--tint);
  border-radius: 6px;
  border: 1px solid var(--tb--line);
}

.article-author .avatar {
  float: left;
  margin-left: -70px;
  width: 50px;
  width: 50px;
  border-radius: 50%;
}

.article-author h4 {
  margin: 4px 0;
  font-size: 14px;
}

.article-author h4 .-rss {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  line-height: 1;
  padding: 3px;
  font-weight: normal;
  border-radius: 3px;
  background-color: #e3a108;
}

.article-author h4 .-rss:hover {
  opacity: 0.88;
}

@media (max-width: 600px) {
  .article-author {
    margin-bottom: 20px;
    padding: 15px 15px 15px 70px;
    font-size: 12px;
  }

  .article-author .avatar {
    width: 40px;
    height: 40px;
    margin-left: -55px;
  }

  .article-author h4 {
    font-size: 14px;
    margin: 3px 0 4px;
  }
}

.relates ul {
  overflow: hidden;
}

.relates li {
  position: relative;
  word-break: break-word;
}

.relates a span {
  color: #ff5e52;
}

.relates a:hover span {
  color: var(--tb--main);
}

.relates-text {
  margin-bottom: 28px;
}

.relates-text li {
  padding-left: 17px;
  margin-bottom: 12px;
}

.relates-textcol2 {
  margin-bottom: 28px;
}

.relates-textcol2 ul {
  margin-right: -5%;
}

.relates-textcol2 li {
  padding-left: 17px;
  width: 45%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
}

@media (max-width: 600px) {
  .relates-textcol2 ul {
    margin-right: 0;
  }

  .relates-textcol2 li {
    width: auto;
    margin-right: 0;
  }
}

.relates-text li:before,
.relates-textcol2 li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #999;
}

.relates-imagetext {
  margin-bottom: 20px;
}

.relates-imagetext ul {
  margin-right: -2.5%;
}

.relates-imagetext li {
  display: inline-block;
  vertical-align: top;
  width: 22.5%;
  margin-right: 2.5%;
  margin-bottom: 20px;
}

.site-layout-1 .relates-imagetext li,
.single-format-aside .relates-imagetext li {
  width: 17.5%;
}

@media (max-width: 768px) {
  .relates-imagetext li {
    width: 30.8333333333% !important;
  }
}

.relates-imagetext li a:first-child {
  display: flex;
  height: 127.48px;
}

.relates-imagetext img {
  margin-bottom: 8px;
  border-radius: 6px;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 600px) {
  .relates-imagetext ul {
    margin-right: -3%;
  }

  .relates-imagetext li {
    width: 47% !important;
    margin-right: 3%;
    margin-bottom: 15px;
  }
}

.gallery .gallery-item {
  margin-bottom: 18px !important;
  margin-top: 0 !important;
  text-align: center !important;
}

.gallery .gallery-item a {
  display: inline-block;
}

.gallery .gallery-item img {
  border: none !important;
  margin: 0 auto !important;
}

.gallery .gallery-item dd {
  color: #999 !important;
  margin-top: 2px !important;
}

.post-actions {
  text-align: center;
  overflow: hidden;
  margin: 15px 0 40px;
  clear: both;
}

.post-actions .action {
  display: inline-block;
  opacity: 0.8;
  line-height: 1;
  padding: 15px 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  background-color: var(--tb--main);
  margin: 0 7px;
}

.post-actions .action:hover {
  opacity: 1;
  color: #fff;
}

.post-actions .action:focus {
  text-decoration: none;
}

.post-actions .action.action-rewards {
  background-color: #f7b10d;
}

.post-actions .action.action-link {
  background-color: #f40;
}

.post-actions .action.action-like {
  background-color: var(--tb--main);
}

.post-actions .action i {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.post-actions .action-like i {
  margin-right: 7px;
  top: 0;
}

@media (max-width: 600px) {
  .post-actions {
    margin-bottom: 20px;
  }

  .post-actions .action {
    padding: 12px 20px;
    margin: 0 3px;
  }
}

.rewards-popover-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.rewards-popover {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -275px;
  width: 550px;
  background-color: #fff;
  padding: 40px 20px 50px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  display: none;
  text-align: center;
}

.rewards-popover h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 15px 30px;
}

.rewards-popover h5 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin: 0 30px 30px;
}

.rewards-popover h3 + h5 {
  margin-top: -25px;
  color: #999;
}

@media (max-width: 600px) {
  .rewards-popover {
    width: 300px;
    margin-left: -150px;
    margin-top: -125px;
    padding: 30px 10px;
  }

  .rewards-popover h3 {
    font-size: 16px;
    margin: 0 5px 15px;
  }

  .rewards-popover h5 {
    font-size: 12px;
    line-height: 1.4;
    margin: 0 5px 15px;
  }

  .rewards-popover h3 + h5 {
    margin-top: -5px;
  }
}

.rewards-popover-item {
  display: inline-block;
  width: 200px;
  margin: 0 20px;
}

.rewards-popover-item h4 {
  margin: 0 20px 10px;
  font-size: 15px;
  font-weight: bold;
}

.rewards-popover-item img {
  width: 200px;
  height: 200px;
  background-color: #eee;
  border-radius: 2px;
  padding: 5px;
}

@media (max-width: 600px) {
  .rewards-popover-item {
    width: 125px;
    margin: 0 5px;
  }

  .rewards-popover-item h4 {
    font-size: 12px;
    margin: 0 0 10px;
  }

  .rewards-popover-item img {
    width: 125px;
    height: 125px;
  }
}

.rewards-popover-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  font-size: 16px;
  line-height: 1;
  color: #999;
  cursor: pointer;
}

.rewards-popover-close:hover {
  color: #666;
}

.liangdian {
  margin: 0 -2% 10px 0 !important;
  padding: 0;
  overflow: hidden;
  clear: both;
}

.liangdian li {
  float: left;
  position: relative;
  margin: 0 2% 2% 0;
  width: 31.33333%;
  padding: 20px 20px;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #eee;
  color: #aaa;
  font-size: 12px;
  height: 105px;
  overflow: hidden;
  line-height: 1.6;
}

.liangdian li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #eee;
  color: #bbb;
  line-height: 1;
  padding: 4px 5px;
  font-size: 12px;
  border-radius: 0 0 2px 0;
}

.liangdian li:nth-child(1)::before {
  content: "亮点1";
}

.liangdian li:nth-child(2)::before {
  content: "亮点2";
}

.liangdian li:nth-child(3)::before {
  content: "亮点3";
}

.liangdian li:nth-child(4)::before {
  content: "亮点4";
}

.liangdian li:nth-child(5)::before {
  content: "亮点5";
}

.liangdian li:nth-child(6)::before {
  content: "亮点6";
}

.liangdian li:nth-child(7)::before {
  content: "亮点7";
}

.liangdian li:nth-child(8)::before {
  content: "亮点8";
}

.liangdian li:nth-child(9)::before {
  content: "亮点9";
}

.liangdian li:nth-child(10)::before {
  content: "亮点10";
}

.liangdian li:nth-child(11)::before {
  content: "亮点11";
}

.liangdian li:nth-child(12)::before {
  content: "亮点12";
}

.liangdian li:nth-child(13)::before {
  content: "亮点13";
}

.liangdian li:nth-child(14)::before {
  content: "亮点14";
}

.liangdian li:nth-child(15)::before {
  content: "亮点15";
}

.liangdian li:nth-child(16)::before {
  content: "亮点16";
}

.liangdian li:nth-child(17)::before {
  content: "亮点17";
}

.liangdian li:nth-child(18)::before {
  content: "亮点18";
}

.liangdian li:nth-child(19)::before {
  content: "亮点19";
}

.liangdian li:nth-child(20)::before {
  content: "亮点20";
}

.liangdian li:nth-child(21)::before {
  content: "亮点21";
}

.liangdian li:nth-child(22)::before {
  content: "亮点22";
}

.liangdian li:nth-child(23)::before {
  content: "亮点23";
}

.liangdian li:nth-child(24)::before {
  content: "亮点24";
}

.liangdian li:nth-child(25)::before {
  content: "亮点25";
}

.liangdian li:nth-child(26)::before {
  content: "亮点26";
}

.liangdian li:nth-child(27)::before {
  content: "亮点27";
}

.liangdian li:nth-child(28)::before {
  content: "亮点28";
}

.liangdian li:nth-child(29)::before {
  content: "亮点29";
}

.liangdian li:nth-child(30)::before {
  content: "亮点30";
}

.liangdian li:nth-child(31)::before {
  content: "亮点31";
}

.liangdian li:nth-child(32)::before {
  content: "亮点32";
}

.liangdian li:nth-child(33)::before {
  content: "亮点33";
}

.liangdian li:nth-child(34)::before {
  content: "亮点34";
}

.liangdian li:nth-child(35)::before {
  content: "亮点35";
}

.liangdian li:nth-child(36)::before {
  content: "亮点36";
}

.liangdian li:nth-child(37)::before {
  content: "亮点37";
}

.liangdian li:nth-child(38)::before {
  content: "亮点38";
}

.liangdian li:nth-child(39)::before {
  content: "亮点39";
}

.liangdian li:nth-child(40)::before {
  content: "亮点40";
}

.liangdian li:nth-child(41)::before {
  content: "亮点41";
}

.liangdian li:nth-child(42)::before {
  content: "亮点42";
}

.liangdian li:nth-child(43)::before {
  content: "亮点43";
}

.liangdian li:nth-child(44)::before {
  content: "亮点44";
}

.liangdian li:nth-child(45)::before {
  content: "亮点45";
}

.liangdian li:nth-child(46)::before {
  content: "亮点46";
}

.liangdian li:nth-child(47)::before {
  content: "亮点47";
}

.liangdian li:nth-child(48)::before {
  content: "亮点48";
}

.liangdian li:nth-child(49)::before {
  content: "亮点49";
}

.liangdian li:nth-child(50)::before {
  content: "亮点50";
}

.liangdian li:nth-child(51)::before {
  content: "亮点51";
}

.liangdian li:nth-child(52)::before {
  content: "亮点52";
}

.liangdian li:nth-child(53)::before {
  content: "亮点53";
}

.liangdian li:nth-child(54)::before {
  content: "亮点54";
}

.liangdian li:nth-child(55)::before {
  content: "亮点55";
}

.liangdian li:nth-child(56)::before {
  content: "亮点56";
}

.liangdian li:nth-child(57)::before {
  content: "亮点57";
}

.liangdian li:nth-child(58)::before {
  content: "亮点58";
}

.liangdian li:nth-child(59)::before {
  content: "亮点59";
}

.liangdian li:nth-child(60)::before {
  content: "亮点60";
}

.liangdian li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16px;
  content: "";
  background-color: #fff;
}

.liangdian li:hover {
  border-color: #0ae;
}

.liangdian li:hover::before {
  background-color: #0ae;
  color: #fff;
}

.liangdian strong {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

@media (max-width: 768px) {
  .liangdian li {
    width: 48%;
  }
}

@media (max-width: 600px) {
  .liangdian {
    margin: 0 -2% 20px 0 !important;
  }

  .liangdian li {
    height: 102px;
    padding: 18px 10px;
    line-height: 1.4;
    font-size: 11px;
  }

  .liangdian li::before {
    font-size: 10px;
    padding: 4px;
    height: 16px;
  }

  .liangdian strong {
    font-size: 12px;
  }
}

.article-paging {
  text-align: center;
  overflow: hidden;
  clear: both;
  padding: 20px 0;
  font-size: 0;
}

.article-paging .post-page-numbers {
  font-size: 13px;
  margin: 5px 2.5px 0;
  display: inline-block;
  padding: 7px 14px;
  background-color: var(--tb--bdbg);
  color: var(--tb--base);
  border-radius: 2px;
}

.article-paging .post-page-numbers.current {
  background-color: var(--tb--main);
  color: var(--tb--white);
}

.article-paging a.post-page-numbers:hover {
  opacity: 0.9;
}

.widget {
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: var(--tb--white);
  overflow: hidden;
}

.widget h3 {
  position: relative;
  font-size: 15px;
  margin: 0;
  padding: 10px 20px 10px 37px;
  background-color: var(--tb--tint);
  border-bottom: 1px solid var(--tb--line);
}

.widget h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -7.5px;
  height: 15px;
  width: 4px;
  border-radius: 10px;
  background-color: var(--tb--main);
}

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

.widget ul::after {
  display: block;
  clear: both;
  content: "";
}

.widget ul ul {
  border: none;
}

@media (max-width: 600px) {
  .widget {
    margin-bottom: 0;
    border-radius: 0;
  }

  .widget h3 {
    font-size: 14px;
    padding-left: 28px;
  }

  .widget h3::before {
    left: 15px;
    margin-top: -7px;
    height: 14px;
  }
}

.widget-tops {
  height: 220px;
}

.widget-nav {
  background-color: var(--tb--tint);
  line-height: 44px;
  height: 44px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid var(--tb--line);
}

.widget-nav li {
  float: left;
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid var(--tb--line);
  cursor: pointer;
  color: var(--tb--gray);
}

.widget-nav li.active {
  background-color: var(--tb--white);
  color: var(--tb--base);
  cursor: default;
}

@media (max-width: 600px) {
  .widget-nav {
    font-size: 14px;
  }
}

.widget-navcontent {
  clear: both;
  position: relative;
}

.widget-navcontent .item {
  padding: 15px 20px 20px;
  width: 100%;
  position: absolute;
  left: 100%;
  opacity: 0;
}

.widget-navcontent .item.active {
  left: 0;
  opacity: 1;
}

.widget-navcontent .item-01 li {
  margin-bottom: 9.5px;
}

.widget-navcontent .item-01 li a span {
  color: #ff5e52;
}

.widget-navcontent .item-01 li a:hover span {
  color: var(--tb--main);
}

.widget-navcontent .item-01 time {
  float: right;
  color: var(--tb--gray);
  margin-left: 10px;
  margin-top: 2px;
  font-size: 12px;
}

.widget-navcontent .item-01 li:first-child a {
  font-weight: bold;
}

.widget-navcontent .item-02 dl {
  padding: 10px 0 0 80px;
  overflow: hidden;
  margin-bottom: 20px;
}

.widget-navcontent .item-02 dt {
  float: left;
  margin-left: -70px;
}

.widget-navcontent .item-02 dd {
  padding-top: 6px;
}

.widget-navcontent .item-02 dd .text-muted {
  font-size: 12px;
  display: block;
  margin-top: 3px;
  height: 20px;
  overflow: hidden;
  color: #999;
}

.widget-navcontent .item-02 .avatar {
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.widget-navcontent .item-02 ul {
  overflow: hidden;
  padding-left: 80px;
  color: #999;
}

.widget-navcontent .item-02 li {
  float: left;
  width: 33.333333333%;
  margin-bottom: 8px;
}

.widget-navcontent .item-02 p {
  text-align: center;
}

.widget-navcontent .item-02 p a {
  margin: 0 5px;
}

.widget-navcontent .item-02 h4 {
  text-align: center;
  font-size: 18px;
  margin: 25px 0;
  letter-spacing: 2px;
  font-weight: normal;
}

.widget-navcontent .item-03 {
  text-align: center;
}

.widget-navcontent .item-03 h2 {
  font-size: 20px;
  line-height: 32px;
  margin: 10px 0;
}

.widget-navcontent .item-03 strong {
  font-weight: normal;
  color: #ff5e52;
}

.widget-navcontent .item-04 {
  text-align: center;
}

.widget-navcontent .item-04 h2 {
  font-size: 20px;
  line-height: 40px;
  margin: 20px 0;
}

.widget-notip h3 {
  margin-bottom: 13px;
}

.widget_views li {
  border-bottom: solid 1px #eee;
  padding: 8px 15px;
  font-size: 14px;
}

.widget_recent_entries li {
  border-bottom: solid 1px var(--tb--line);
  padding: 10px 20px;
}

.widget_recent_entries li:last-child {
  padding-bottom: 18px;
}

.widget_recent_entries span {
  display: block;
  font-size: 12px;
  color: #999;
}

@media (max-width: 600px) {
  .widget_recent_entries li {
    padding: 10px 15px;
  }
}

.widget_links ul {
  padding: 20px;
  margin-right: -4%;
}

.widget_links li {
  width: 46%;
  margin-right: 4%;
  float: left;
  margin-top: 10px;
}

.widget_links li:nth-child(-n + 2) {
  margin-top: 0;
}

@media (max-width: 600px) {
  .widget_links ul {
    padding: 15px;
  }
}

.widget_pages ul {
  padding: 20px;
  margin-right: -4%;
}

.widget_pages li {
  width: 46%;
  margin-right: 4%;
  float: left;
  margin-top: 10px;
}

.widget_pages li:nth-child(-n + 2) {
  margin-top: 0;
}

@media (max-width: 600px) {
  .widget_pages ul {
    padding: 15px;
  }
}

.widget_ui_statistics ul {
  overflow: hidden;
  padding: 12px 20px;
  line-height: 2.2;
  color: var(--tb--gray);
}

.widget_ui_statistics li {
  float: left;
  width: 50%;
}

.widget_ui_statistics li strong {
  color: var(--tb--base);
}

@media (max-width: 600px) {
  .widget_ui_statistics ul {
    line-height: 2;
    padding: 12px 15px;
  }
}

.widget_calendar .calendar_wrap {
  padding: 20px;
}

.widget_calendar nav {
  margin-top: 10px;
}

.widget_calendar table {
  width: 100%;
  text-align: center;
}

.widget_calendar table caption {
  font-weight: bold;
  margin-bottom: 5px;
}

.widget_calendar table #prev a,
.widget_calendar table #next a {
  display: block;
  padding: 0 10px;
}

.widget_calendar table #prev {
  text-align: left;
}

.widget_calendar table #next {
  text-align: right;
}

.widget_calendar table tbody td,
.widget_calendar table tfoot td,
.widget_calendar table thead th {
  padding: 5px 3px;
  border: 1px solid var(--tb--line);
}

.widget_calendar table thead th {
  background-color: var(--tb--tint);
  text-align: center;
}

.widget_calendar table tbody td a {
  display: block;
  margin: 0 3px;
  background-color: #428bca;
  color: #fff;
}

.widget_calendar table tbody td a:hover {
  background-color: #357ebd;
}

@media (max-width: 600px) {
  .widget_calendar .calendar_wrap {
    padding: 15px;
  }
}

.widget_categories ul {
  overflow: hidden;
  padding: 16px 20px 20px;
  color: var(--tb--gray);
}

.widget_categories li {
  margin-top: 7px;
  list-style: disc;
  margin-left: 17px;
}

.widget_categories li ul {
  padding: 0 0 0 15px;
}

.widget_categories li li {
  float: none;
  width: auto;
}

.widget_categories > ul > li:first-child {
  margin-top: 0;
}

.widget_categories .screen-reader-text {
  display: none;
}

.widget_categories form {
  margin: 0 20px 20px;
}

.widget_categories select {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid var(--tb--line);
}

@media (max-width: 600px) {
  .widget_categories ul {
    padding: 12px 15px 15px;
  }
}

.widget_nav_menu ul {
  padding: 10px 20px 20px;
  color: var(--tb--gray);
}

.widget_nav_menu ul ul {
  padding-bottom: 0;
}

.widget_nav_menu li {
  margin-top: 7px;
  list-style: disc;
  margin-left: 17px;
}

@media (max-width: 600px) {
  .widget_nav_menu ul {
    padding: 7.5px 15px 15px;
  }
}

.widget_rss ul {
  color: #999;
}

.widget_rss li {
  border-bottom: solid 1px #eee;
  padding: 8px 15px;
  font-size: 14px;
}

.widget_ui_orbui {
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  text-align: center;
}

@media (max-width: 1024px) {
  .widget_ui_orbui img {
    width: 100%;
  }
}

.widget_ui_orbui .item {
  position: relative;
  overflow: hidden;
}

.widget_ui_orbui .sell {
  display: block;
  border: solid 1px #d6d6d6;
  color: #999;
  text-align: center;
  height: 123px;
  line-height: 123px;
  font-weight: bold;
}

.widget_ui_orbui .sell:hover {
  border-color: #bbb;
  color: #777;
}

.widget_ui_readers ul {
  padding: 20px;
  margin-right: -4%;
}

.widget_ui_readers li {
  width: 12.6666666667%;
  margin-right: 4%;
  float: left;
  margin-top: 4%;
}

.widget_ui_readers li:nth-child(-n + 6) {
  margin-top: 0;
}

.widget_ui_readers img {
  height: auto;
}

@media (max-width: 600px) {
  .widget_ui_readers ul {
    padding: 15px;
  }
}

.widget_ui_comments ul a {
  padding: 12px 20px 12px 77px;
  display: block;
  border-bottom: 1px solid var(--tb--line);
  overflow: hidden;
  position: relative;
  color: var(--tb--gray);
}

.widget_ui_comments ul li:last-child a {
  border-bottom: none;
  padding-bottom: 18px;
}

.widget_ui_comments ul a:hover {
  color: var(--tb--gray);
  background-color: var(--tb--tint);
}

.widget_ui_comments strong {
  color: var(--tb--main);
  font-weight: normal;
  margin-right: 10px;
}

.widget_ui_comments .avatar {
  float: left;
  width: 42px;
  height: 42px;
  margin: 0 0 0 -57px;
  border-radius: 50%;
}

@media (max-width: 600px) {
  .widget_ui_comments ul a {
    padding-left: 72px;
  }
}

.widget_ui_textorbui a {
  display: block;
  padding: 0 20px 16px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.widget_ui_textorbui a h2 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 12px;
}

.widget_ui_textorbui a p {
  color: var(--tb--gray);
  margin: 10px 0 0;
}

.widget_ui_textorbui a strong {
  margin-top: -1px;
  color: #fff;
  display: inline-block;
  padding: 6px 15px 7px;
  font-weight: normal;
  font-size: 12px;
}

.widget_ui_textorbui a.style01 {
  color: #428bca;
}

.widget_ui_textorbui a.style01:hover {
  border-color: #428bca;
}

.widget_ui_textorbui a.style01 strong {
  background-color: #428bca;
}

.widget_ui_textorbui a.style02 {
  color: #ff5e52;
}

.widget_ui_textorbui a.style02:hover {
  border-color: #ff5e52;
}

.widget_ui_textorbui a.style02 strong {
  background-color: #ff5e52;
}

.widget_ui_textorbui a.style03 {
  color: #5cb85c;
}

.widget_ui_textorbui a.style03:hover {
  border-color: #5cb85c;
}

.widget_ui_textorbui a.style03 strong {
  background-color: #5cb85c;
}

.widget_ui_textorbui a.style04 {
  color: #c35bff;
}

.widget_ui_textorbui a.style04:hover {
  border-color: #c35bff;
}

.widget_ui_textorbui a.style04 strong {
  background-color: #c35bff;
}

.widget_ui_textorbui a.style05 {
  color: var(--tb--main);
}

.widget_ui_textorbui a.style05:hover {
  border-color: var(--tb--main);
}

.widget_ui_textorbui a.style05 strong {
  background-color: var(--tb--main);
}

@media (max-width: 600px) {
  .widget_ui_textorbui {
    margin: 15px;
  }
}

.widget_ui_tags .items {
  overflow: hidden;
  padding: 16px 20px;
  margin-right: -3%;
}

.widget_ui_tags .items a {
  float: left;
  width: 30.3333333333%;
  margin-right: 3%;
  margin-top: 12px;
  font-size: 14px;
}

.widget_ui_tags .items a:nth-child(-n + 3) {
  margin-top: 0;
}

.widget_ui_tags .items a span {
  position: relative;
  top: -1px;
  margin-left: 5px;
  font-size: 12px;
  color: #bbb;
}

@media (max-width: 600px) {
  .widget_ui_tags .items {
    padding: 12px 15px;
  }
}

.widget_ui_posts ul {
  padding: 0;
}

.widget_ui_posts li {
  border-bottom: solid 1px var(--tb--line);
}

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

.widget_ui_posts li:last-child a {
  padding-bottom: 18px;
}

.widget_ui_posts li a {
  padding: 15px 20px 15px 150px;
  overflow: hidden;
  position: relative;
  display: block;
}

.widget_ui_posts li a:hover {
  background-color: var(--tb--tint);
}

.widget_ui_posts li.noimg a {
  padding: 12px 20px;
}

.widget_ui_posts li a:hover .text {
  color: var(--tb--main);
}

.widget_ui_posts .text {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.widget_ui_posts .text span {
  color: #ff5e52;
}

.widget_ui_posts a:hover .text span {
  color: var(--tb--main);
}

.widget_ui_posts .thumbnail {
  float: left;
  margin-left: -130px;
  position: relative;
  top: 2px;
  width: 117px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
}

.widget_ui_posts .thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  flex: 1;
}

.widget_ui_posts .muted {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  color: #bbb;
}

.widget_ui_posts .nopic li a {
  padding: 10px 15px;
}

.widget_ui_posts .nopic .text {
  margin-top: 0;
  color: #555;
}

.widget_ui_posts .nopic .text:hover {
  color: var(--tb--main);
}

@media (max-width: 600px) {
  .widget_ui_posts li a {
    padding: 15px 15px 15px 145px;
  }

  .widget_ui_posts li.noimg a {
    padding: 12px 15px;
  }
}

.widget_meta .widget_tit {
  margin: 0 0 10px;
}

.widget_meta ul {
  line-height: 24px;
  padding: 15px;
  color: #999;
}

.widget_meta ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 5px;
}

.widget_meta ul a {
  color: #777;
}

.widget_meta ul a:hover {
  color: var(--tb--main);
}

.widget_search .site-search-form {
  padding: 20px;
}

.widget_search input {
  height: 40px;
  font-size: 14px;
  padding: 4px 10px;
}

.widget_search button {
  height: 40px;
}

.widget_archive ul {
  padding: 15px 20px 10px;
  overflow: hidden;
  color: #999;
}

.widget_archive li {
  width: 50%;
  float: left;
  margin-bottom: 7px;
}

.widget_archive li a {
  margin-right: 5px;
}

.widget_archive select {
  margin: 20px;
  display: block;
  width: calc(100% - 40px);
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid var(--tb--line);
}

@media (max-width: 600px) {
  .widget_archive ul {
    padding: 10px 15px 5px;
  }
}

.tagcloud {
  padding: 10px 10px 15px 15px;
}

.tagcloud a {
  display: inline-block;
  margin: 7px 7px 0 0;
  color: #777;
}

.tagcloud a:hover {
  color: var(--tb--main);
}

.textwidget {
  padding: 20px;
}

.textwidget a {
  color: var(--tb--main);
}

.textwidget a:hover {
  color: var(--tb--main);
  text-decoration: underline;
}

.textwidget ul {
  margin-bottom: 10px;
  margin-left: 32px;
  list-style-type: disc;
}

.textwidget ol {
  margin-bottom: 10px;
  margin-left: 32px;
  list-style-type: decimal;
}

.textwidget p:last-child,
.textwidget ul:last-child,
.textwidget ol:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .textwidget {
    padding: 15px;
  }
}

.widget_ui_slider {
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.widget_ui_slider .swiper-button-next,
.widget_ui_slider .swiper-button-prev {
  font-size: 20px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.widget_ui_slider .swiper-button-next {
  right: 0;
}

.widget_ui_slider .swiper-button-prev {
  left: 0;
}

.posttoc {
  margin-right: 3px;
  padding: 0 20px;
  overflow-y: auto;
  max-height: 316px;
}

.posttoc ul {
  padding: 12px 0 15px;
  border-left: 2px solid var(--tb--line);
}

.posttoc li {
  position: relative;
  padding: 3px 0;
  cursor: pointer;
}

.posttoc li::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 10px;
  left: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tb--white);
  border: 2px solid var(--tb--main);
  display: none;
  transition: all 0.3s ease-in-out;
}

.posttoc li::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: var(--tb--line);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.posttoc li.active {
  color: var(--tb--main);
}

.posttoc li.active::before {
  display: block;
  background-color: var(--tb--main);
}

.posttoc li.active::after {
  background-color: var(--tb--main);
}

.posttoc li:hover {
  color: var(--tb--main);
}

.posttoc .-level-1 {
  padding-left: 28px;
  font-weight: bold;
}

.posttoc .-level-1::before {
  display: block;
}

.posttoc .-level-2 {
  padding-left: 56px;
}

.posttoc .-level-2::after {
  width: 44px;
}

.posttoc .-level-3 {
  padding-left: 84px;
}

.posttoc .-level-3::after {
  width: 72px;
}

.posttoc .-level-4 {
  padding-left: 112px;
}

.posttoc .-level-4::after {
  width: 100px;
}

.posttoc .-level-5 {
  padding-left: 140px;
}

.posttoc .-level-5::after {
  width: 128px;
}

.posttoc .-level-6 {
  padding-left: 168px;
}

.posttoc .-level-6::after {
  width: 156px;
}

.widget_ui_author .-hd {
  padding: 25px 20px;
  text-align: center;
}

.widget_ui_author .-hd img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.widget_ui_author .-hd h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.widget_ui_author .-hd h4 .-rss {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
  padding: 3px;
  font-weight: normal;
  border-radius: 3px;
  background-color: #e3a108;
}

.widget_ui_author .-hd h4 .-rss:hover {
  opacity: 0.88;
}

.widget_ui_author .-hd p {
  margin: 2px 0 0;
  color: var(--tb--gray);
}

.widget_ui_author .-hd ol {
  display: flex;
  line-height: 1;
}

.widget_ui_author .-hd ol li {
  margin: 25px 0 0;
  flex: auto;
  color: var(--tb--gray);
  border-left: 2px solid var(--tb--line);
}

.widget_ui_author .-hd ol li:first-child {
  border-left: none;
}

.widget_ui_author .-hd ol li dfn {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: bold;
  color: var(--tb--base);
}

.widget_ui_author ul {
  padding: 0 20px 14px 44px;
  list-style-type: disc;
}

.widget_ui_author ul li {
  margin-bottom: 6px;
}

.widget_ui_author .-more {
  margin: 0 20px 20px;
  display: block;
  text-align: center;
  background-color: var(--tb--line);
  border-radius: 6px;
  padding: 8px 30px;
  color: var(--tb--base);
}

.widget_ui_author .-more:hover {
  background-color: var(--tb--main);
  color: #fff;
}

.sign {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  display: none;
}

.sign form {
  display: none;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  padding: 30px 35px 35px;
  background-color: var(--tb--white);
  width: 360px;
  border-radius: 6px;
  text-align: left;
}

.sign h4 {
  margin: 0 0 30px;
  font-size: 18px;
}

.sign h4 small {
  float: right;
  cursor: pointer;
  color: #999;
  font-size: 14px;
  margin-top: 2px;
  font-weight: normal;
}

.sign .-item {
  margin-bottom: 20px;
}

.sign .-item label {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  color: #999;
}

.sign .-item a {
  float: right;
  font-size: 12px;
}

.sign .-item-yzm::after {
  display: block;
  clear: both;
  content: "";
}

.sign .-item-yzm input {
  float: left;
  width: 50%;
}

.sign .-item-yzm .btn {
  float: right;
  width: 46%;
}

.sign .sign-submit {
  margin-top: 30px;
}

.sign .sign-submit label {
  display: none;
}

.sign .sign-turnstile {
  margin-top: 10px;
}

@media (max-width: 600px) {
  .sign form {
    padding: 20px 25px 25px;
    width: 80%;
  }

  .sign .-item {
    margin-bottom: 12px;
  }

  .sign .-item label {
    margin-bottom: 3px;
  }
}

.sign-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.sign-tips {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  line-height: 1.5;
  padding: 10px 20px;
  color: #fff;
  background-color: #fd6e6e;
  overflow: hidden;
}

@media (max-width: 600px) {
  .sign-tips {
    top: 51px;
    font-size: 12px;
  }
}

.sign-show .sign {
  display: flex;
}

.footer {
  position: relative;
  z-index: 9;
  clear: both;
  padding: 40px 20px;
  font-size: 12px;
  text-align: center;
  color: var(--tb--gray);
}

.footer p {
  margin: 0 0 7.5px;
}

.footer a {
  color: var(--tb--gray);
}

.footer a:hover {
  color: var(--tb--main);
}

.footer img {
  display: inline-block;
}

@media (max-width: 600px) {
  .footer {
    padding: 15px;
  }

  .footer nav {
    display: none;
  }

  .footer p {
    margin: 0 0 5px;
  }
}

.footer-menu {
  text-align: left;
  margin: 0 -2% 30px 0;
  padding-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px solid #494949;
}

.footer-menu dl {
  width: 14.666666666%;
  margin: 0 2% 0 0;
  display: inline-block;
  vertical-align: top;
}

.footer-menu dt {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  height: 25px;
}

.footer-menu dd a {
  display: block;
  line-height: 20px;
  padding: 0 5px 0 24px;
  margin: 5px 0;
}

.footer-menu .fa-weibo,
.footer-menu .fa-tencent-weibo,
.footer-menu .fa-envelope-o,
.footer-menu .fa-rss {
  width: 12px;
  text-align: center;
}

.fcode {
  margin-bottom: 20px;
  overflow: hidden;
  clear: both;
}

.flinks {
  overflow: hidden;
  margin-bottom: 10px;
}

.flinks strong {
  margin: 0 7px 10px;
  display: inline;
}

.flinks ul {
  margin: 0;
  padding: 0;
  display: inline;
}

.flinks ul li {
  display: inline-block;
  margin: 0 7px;
  margin-bottom: 7px;
}

@media (max-width: 600px) {
  .flinks {
    display: none;
  }

  .flinks-m .flinks {
    display: block;
  }
}

.fixnav {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: var(--tb--white);
  display: flex;
  transition: all 0.3s ease-in-out;
}

.fixnav:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  border-top: 1px solid #eee;
  transform: scaleY(0.5);
  transform-origin: 0 0;
}

.darking .fixnav {
  box-shadow: -1px 0 10px rgba(0, 0, 0, 0.15);
}

.darking .fixnav::before {
  display: none;
}

.fixnav > li {
  flex: 1;
  text-align: center;
}

.fixnav > li > a {
  height: 56px;
  line-height: 56px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: var(--tb--base);
}

.fixnav i {
  display: block;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: -20px;
  font-size: 20px;
}

.fixnav ul {
  display: none !important;
}

.fixnav > li.current-menu-item > a,
.fixnav > li.current_page_item > a {
  color: var(--tb--main);
}

@media (min-width: 767px) {
  .fixnav {
    display: none;
  }
}

@media (max-width: 768px) {
  .fixnav-m-on {
    margin-bottom: 56px;
  }
}

.karbar {
  position: fixed;
  right: 20px;
  width: 68px;
  z-index: 999;
}

.karbar.karbar-rb {
  bottom: 20px;
}

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

.karbar li {
  position: relative;
  margin-top: 6px;
  text-align: center;
}

.karbar li:first-child a {
  color: #fff;
  background-color: var(--tb--main);
}

.karbar li:first-child a:hover {
  opacity: 0.85;
}

.karbar a {
  position: relative;
  z-index: 2;
  display: block;
  height: 65px;
  border-radius: 6px;
  background-color: var(--tb--white);
  border: 1px solid var(--tb--main);
  color: var(--tb--main);
}

.karbar a span {
  display: block;
  font-size: 12px;
}

.karbar a:hover {
  color: #fff;
  background-color: var(--tb--main);
}

.karbar i {
  position: relative;
  display: block;
  line-height: 23px;
  font-size: 23px;
  height: 23px;
  margin: 11px 0 4px;
}

.karbar li.karbar-totop {
  display: none;
}

.karbar li:hover .karbar-qrcode-wrap {
  display: block;
}

.karbar-qrcode-wrap {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 100%;
  min-width: 130px;
  margin: -77.5px 10px 0 0;
  padding: 15px;
  font-size: 14px;
  background-color: var(--tb--white);
  border: 1px solid var(--tb--line);
  border-radius: 4px;
  text-align: center;
  display: none;
}

.karbar-qrcode-wrap:before,
.karbar-qrcode-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -5px;
  border-left: 5px solid var(--tb--white);
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}

.karbar-qrcode-wrap:before {
  border-left: 5px solid var(--tb--line);
}

.karbar-qrcode-wrap img {
  margin-top: 5px;
}

.karbar-qrcode-mini {
  height: 65px;
  margin-top: -32.5px;
  padding: 22px 15px 0;
}

.copy-wechat-number {
  display: none;
  border-radius: 4px;
  background-color: #202935;
  color: #fff;
  padding: 0;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 5px;
  width: 120px;
  text-align: center;
}

@media (max-width: 600px) {
  .copy-wechat-number {
    display: inline-block;
  }
}

@media (max-width: 600px) {
  .karbar {
    display: none;
  }

  .karbar-m-on {
    margin-bottom: 57px;
  }

  .karbar-m-on .karbar {
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto !important;
    margin: 0 !important;
    width: 100%;
    border-top: 1px solid var(--tb--main);
    background-color: var(--tb--main);
    padding: 0;
  }

  .karbar-m-on .karbar ul {
    display: flex;
  }

  .karbar-m-on .karbar ul li {
    flex: 1;
    margin-top: 0;
  }

  .karbar-m-on .karbar ul li a {
    background-color: var(--tb--main);
    color: #fff;
    border: none;
    border-radius: 0;
  }

  .karbar-m-on .karbar ul li .tbfa {
    font-size: 20px;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .karbar-m-on .karbar ul li:hover .karbar-qrcode-wrap {
    display: none;
  }

  .karbar-m-on .karbar ul li.karbar-qrcode .karbar-qrcode-wrap {
    position: fixed;
    top: auto;
    bottom: 57px;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    background-color: #fff;
    color: #555;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border: none;
  }

  .karbar-m-on .karbar ul li.karbar-qrcode:hover .karbar-qrcode-wrap {
    display: none;
  }

  .karbar-m-on .karbar ul li.karbar-qrcode .karbar-qrcode-wrap img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
  }

  .karbar-m-on .karbar a {
    height: 56px;
    padding: 10px 0;
  }

  .karbar-m-on .karbar .fa {
    line-height: 1;
  }

  .karbar-m-on .karbar a span {
    display: block;
    line-height: 12px;
    font-size: 10px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .karbar-m-on .karbar a:active {
    color: #111;
    background-color: #f6f6f6;
  }

  .karbar-m-white .karbar {
    background-color: #fff !important;
    border-top-color: #f6f6f6 !important;
  }

  .karbar-m-white .karbar ul li a {
    background-color: #fff !important;
    color: #444 !important;
    border-radius: 2px !important;
  }
}

.list-comments-r .excerpt .meta .pc {
  float: right;
  margin-right: 0;
}

.text-justify-on .widget_ui_posts .text,
.text-justify-on .widget_ui_textorbui,
.text-justify-on .relates li,
.text-justify-on .article-content,
.text-justify-on .widget_ui_comments ul li,
.text-justify-on .excerpt .note,
.text-justify-on .excerpt-minic-index,
.text-justify-on .excerpt-minic .note {
  text-align: justify;
}

.thumb-autoheight .thumb {
  height: auto !important;
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: var(--tb--base);
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 8px 24px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 6px;
  text-decoration: none !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.btn:hover {
  color: var(--tb--base);
  background-color: #e2e2e2;
}

.btn:focus {
  outline: 0;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.45;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.darking .btn {
  background-color: var(--tb--tint);
}

.darking .btn:hover {
  background-color: var(--tb--tint);
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-sm {
  padding: 6px 14px;
}

@media (max-width: 600px) {
  .btn-sm {
    font-size: 12px;
    padding: 4px 8px;
  }
}

.btn-lg {
  font-size: 15px;
  padding: 12px 32px;
}

@media (max-width: 600px) {
  .btn-lg {
    font-size: 14px;
    padding: 10px 20px;
  }
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff !important;
  background-color: var(--tb--main) !important;
}

.btn-primary:hover {
  opacity: 0.88;
}

.btn-danger {
  color: #fff !important;
  background-color: #f04444 !important;
}

.btn-danger:hover {
  opacity: 0.88;
}

.ipt {
  display: block;
  width: 100%;
  height: 39px;
  font-weight: normal;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 6px;
  color: var(--tb--base);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ipt::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

.ipt:focus {
  outline: 0;
  border-color: #66b0ff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

.ipt::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.ipt::placeholder {
  color: #666;
  opacity: 1;
}

.ipt:disabled,
.ipt[readonly] {
  background-color: #f6f6f6;
  opacity: 1;
}

.darking .ipt {
  background-color: var(--tb--tint);
  border-color: var(--tb--line);
}

textarea.ipt {
  height: auto;
}

select.ipt:focus::-ms-value {
  color: var(--tb--base);
  background-color: #fff;
}

select.ipt[size],
select.ipt[multiple] {
  height: auto;
}

.loop-flash {
  background-color: var(--tb--white);
  border-radius: 6px;
  padding: 50px 140px;
  margin-bottom: 20px;
}

.loop-flash article {
  position: relative;
  margin-left: 110px;
  padding: 0 0 50px 150px;
  border-left: 1px solid var(--tb--line);
}

.loop-flash article:last-child {
  padding-bottom: 0;
}

.loop-flash article:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #ccc;
  position: absolute;
  border: 2px solid var(--tb--line);
  left: -6px;
  top: 9.5px;
}

.loop-flash article .-date {
  position: absolute;
  top: 4px;
  left: -110px;
  width: 70px;
  height: 70px;
  background-color: #495f7c;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.loop-flash article .-date strong {
  border-radius: 4px 4px 0 0;
  padding: 6px 0 5px;
  margin-bottom: 4px;
  font-size: 27px;
  font-weight: normal;
  display: block;
  line-height: 1.2;
  background-color: #516989;
}

.loop-flash article time {
  position: absolute;
  top: 3px;
  left: 20px;
  font-size: 15px;
  color: gray;
}

.loop-flash article h2 {
  margin: 0;
  font-size: 20px;
}

.loop-flash article .note {
  margin: 10px 0 0;
  color: var(--tb--gray);
  font-size: 16px;
  line-height: 1.6;
}

.loop-flash article .note img {
  height: auto;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .loop-flash {
    margin-top: 15px;
    padding: 30px;
  }
}

@media (max-width: 600px) {
  .loop-flash {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 15px;
  }

  .loop-flash article {
    padding-left: 20px;
    margin-left: 70px;
    padding-bottom: 20px;
  }

  .loop-flash article:before {
    top: 6px;
  }

  .loop-flash article .-date {
    width: 50px;
    height: 50px;
    left: -70px;
    font-size: 10px;
  }

  .loop-flash article .-date strong {
    font-size: 18px;
    padding: 4px 0 3px;
  }

  .loop-flash article time {
    position: relative;
    left: 0;
    top: 0;
    color: #999;
    font-size: 12px;
  }

  .loop-flash article h2 {
    font-size: 15px;
  }

  .loop-flash article .note {
    display: none;
    font-size: 14px;
    overflow: hidden;
    margin: 5px 0 0;
    text-align: justify;
    color: gray;
  }

  .loop-flash article .note p {
    margin: 0 0 5px;
  }
}

.widget_ui_flash {
  text-align: center;
}

.widget_ui_flash h3 {
  text-align: left;
}

.widget_ui_flash ul {
  padding: 20px 20px;
  text-align: left;
}

.widget_ui_flash li {
  position: relative;
  margin-left: 2px;
  padding: 0 0 15px 17px;
  border-left: 1px solid var(--tb--line);
}

.widget_ui_flash li:last-child {
  padding-bottom: 0;
}

.widget_ui_flash li:before {
  content: "";
  z-index: 1;
  position: absolute;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left-width: 6px;
  border-left-color: #95a6ff;
  left: -3px;
  top: 7px;
  transition: all 0.3s ease-in-out;
}

.widget_ui_flash li:after {
  content: "";
  position: absolute;
  background-color: var(--tb--white);
  width: 11px;
  height: 11px;
  left: -6px;
  top: 6px;
  border-radius: 100px;
}

.widget_ui_flash li time {
  font-size: 12px;
  color: #999;
}

.widget_ui_flash li h4 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
}

.widget_ui_flash li h4:hover {
  text-decoration: underline;
}

.widget_ui_flash li .note {
  display: none;
  color: gray;
  font-size: 12px;
  line-height: 1.7;
}

.widget_ui_flash li .note img {
  height: auto;
  border-radius: 6px;
}

.widget_ui_flash li .note p {
  margin: 0 0 4px;
}

.widget_ui_flash li.-on:before {
  left: -5px;
  transform: rotate(90deg);
}

.widget_ui_flash .-more {
  margin: 0 auto 20px;
  display: inline-block;
  background-color: var(--tb--line);
  border-radius: 50px;
  font-size: 14px;
  padding: 8px 30px;
  color: #444;
}

.widget_ui_flash .-more:hover {
  background-color: var(--tb--main);
  color: #fff;
}

@media (max-width: 600px) {
  .widget_ui_flash ul {
    padding: 15px;
  }
}

.action-share {
  color: #666;
  position: relative;
  text-align: center;
  margin: 30px 0;
  clear: both;
}

@media (max-width: 600px) {
  .action-share {
    text-align: left;
  }
}

#shareimage {
  display: none;
}

.shares {
  z-index: 2;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.shares dfn {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  font-style: normal;
  color: #999;
}

.shares a {
  position: relative;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  margin: 0 8px;
  opacity: 1;
  border-radius: 100px;
  cursor: pointer;
}

.shares a:hover {
  opacity: 1;
}

.shares a:hover .share-popover {
  visibility: visible;
  opacity: 1;
  margin-bottom: 0;
}

.shares a:before {
  height: 32px;
  width: 10px;
}

.shares a:hover:before {
  transition: right 0.5s;
  right: -70%;
}

.shares a.share-tsina {
  background-color: #ff6b60;
}

.shares a.share-weixin {
  background-color: #07c160;
}

.shares a.share-qzone {
  background-color: #fbc440;
}

.shares a.share-sqq {
  background-color: #00a9ee;
}

.shares a.share-renren {
  background-color: #95b4ec;
}

.shares a.share-tqq {
  background-color: #5fb2d7;
}

.shares a.share-douban {
  background-color: #67ce9b;
}

.shares a.share-huaban {
  background-color: #dc5e5e;
}

.shares a.share-line {
  background-color: #08bc1f;
}

.shares a.share-twitter {
  background-color: #41b8fc;
}

.shares a.share-facebook {
  background-color: #4867aa;
}

.shares a.share-telegram {
  background-color: #2ca5e0;
}

.shares a.share-skype {
  background-color: #00aff0;
}

.shares i {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 600px) {
  .shares {
    margin-bottom: 20px;
  }

  .shares dfn {
    font-size: 12px;
  }

  .shares a {
    margin: 0 3px 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .shares i {
    font-size: 16px;
  }
}

.share-popover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-bottom: 20px;
  padding-bottom: 6px;
  background-color: rgba(0, 0, 0, 0);
}

.share-popover .share-popover-inner {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
  bottom: 6px;
  height: 100px;
}

.share-popover .share-popover-inner canvas {
  margin-top: 10px;
}

.share-popover .share-popover-inner::before,
.share-popover .share-popover-inner::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
}

.share-popover .share-popover-inner::before {
  border-top: 5px solid #eee;
}

.share-popover .share-popover-inner::after {
  border-top: 5px solid #fff;
  margin-bottom: 1px;
}

.swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container img {
  width: 100% !important;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  font-size: 28px;
  text-align: center;
  color: #fff;
  outline: none;
  opacity: 0.9;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -50px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -50px;
  left: auto;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
}

.swiper-container:hover .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  color: rgba(255, 255, 255, 0.8);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  display: inline-block;
  border-radius: 10px;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-coverflow .swiper-wrapper {
  perspective: 1200px;
}

.swiper-fixed {
  overflow: hidden;
}

.article-swiper-no-transition {
  transition-duration: 0ms !important;
}

.article-swiper-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.article-swiper-container img {
  width: auto !important;
}

.article-swiper-container:hover .swiper-button-next {
  right: 20px;
}

.article-swiper-container:hover .swiper-button-prev {
  left: 20px;
}

@media (max-width: 600px) {
  .article-swiper-container {
    background-color: #000;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 3px;
  }

  .article-swiper-container:hover .swiper-button-next {
    display: none !important;
  }

  .article-swiper-container:hover .swiper-button-prev {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .page-template-topic header::before {
    display: none;
  }
}

.topic-items {
  overflow: hidden;
  min-height: 800px;
}

.topic-items h1 {
  display: none;
}

.topic-items ul {
  margin-right: -1.55%;
}

.topic-items ul > li {
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
  margin-right: 1.55%;
  margin-bottom: 20px;
  width: 31.7833333333%;
  background-color: var(--tb--white);
  border-radius: 6px;
}

.topic-items ul > li .-pic {
  position: relative;
  display: block;
}

.topic-items ul > li .-pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
}

.topic-items ul > li .-pic img {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.topic-items ul > li .-pic-only {
  border-radius: 6px;
  overflow: hidden;
}

.topic-items ul > li .-pic-only img {
  border-radius: 6px;
}

.topic-items ul > li .-info {
  position: absolute;
  z-index: 2;
  margin: 0 20px 15px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}

.topic-items ul > li .-info h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0 0;
}

.topic-items ul > li .-info dfn {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0;
}

.topic-items ul > li .-info dfn i {
  margin-right: 5px;
}

.topic-items ul > li .-desc {
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
  max-height: 38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  opacity: 0.8;
}

.topic-items ul > li .-pic:hover img {
  opacity: 0.9;
}

.topic-items .-list {
  padding: 10px 0;
}

.topic-items .-list ol {
  list-style: none;
}

.topic-items .-list ol a {
  display: block;
  padding: 10px 20px 10px 100px;
  overflow: hidden;
}

.topic-items .-list ol img {
  float: left;
  margin-left: -80px;
  margin-right: 12px;
  width: 80px;
  height: 55px;
  border-radius: 6px;
}

.topic-items .-list ol span {
  display: block;
  margin-top: 7px;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.topic-items .-more {
  background-color: var(--tb--line);
  display: block;
  margin: 10px 20px;
  text-align: center;
  border-radius: 6px;
  height: 36px;
  line-height: 36px;
}

.topic-items .-more:hover {
  color: #fff;
  background-color: var(--tb--main);
}

.topic-items + .pagination {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .topic-items {
    margin-top: 0;
    min-height: auto;
  }

  .topic-items ul > li {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .topic-items {
    margin: 15px 15px 0;
  }

  .topic-items ul {
    margin-right: 0;
  }

  .topic-items ul > li {
    width: 100%;
    margin-bottom: 15px;
  }

  .topic-items ul > li .-info h2 {
    font-size: 17px;
  }

  .topic-items ul > li .-info dfn {
    font-size: 12px;
  }

  .topic-items ul > li .-info dfn .fa {
    margin-right: 7px;
  }

  .topic-items ul > li .-desc {
    font-size: 12px;
    max-height: auto;
    line-height: 1.5;
  }

  .topic-items + .pagination {
    padding-top: 5px;
  }

  .topic-items + .pagination ul > li {
    display: inline-block;
  }
}

.topic-hd {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.topic-hd::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
}

.topic-hd .-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
  padding: 20px;
  z-index: 2;
}

.topic-hd .-info h1 {
  font-size: 22px;
  margin: 10px 0 0;
}

.topic-hd .-info dfn {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0;
}

.topic-hd .-info dfn i {
  margin-right: 5px;
}

.topic-hd .-desc {
  margin-top: 6px;
  opacity: 0.8;
}

@media (max-width: 600px) {
  .topic-hd {
    border-radius: 0;
    margin-bottom: 0;
  }

  .topic-hd .-info {
    padding: 20px 20px 15px;
  }

  .topic-hd .-info h1 {
    font-size: 17px;
  }

  .topic-hd .-info dfn {
    font-size: 12px;
  }

  .topic-hd .-info dfn .fa {
    margin-right: 7px;
  }

  .topic-hd .-desc {
    font-size: 12px;
  }
}

.mo-topics {
  overflow: hidden;
  margin-bottom: 20px;
}

.mo-topics ul {
  margin-right: -1.5%;
}

.mo-topics ul > li {
  margin-top: 1.5%;
  vertical-align: top;
  display: inline-block;
  margin-right: 1.5%;
  width: 31.8333333333%;
  border-radius: 6px;
  overflow: hidden;
}

.mo-topics ul > li:nth-child(-n + 3) {
  margin-top: 0;
}

.mo-topics ul > li .-pic {
  position: relative;
  display: flex;
  height: 149px;
}

.mo-topics ul > li .-pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
}

.mo-topics ul > li .-pic img {
  transition: all 0.3s ease-in-out;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.mo-topics ul > li .-info {
  position: absolute;
  z-index: 2;
  margin: 0 20px 15px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}

.mo-topics ul > li .-info h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 5px 0 0;
}

.mo-topics ul > li .-info dfn {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0;
}

.mo-topics ul > li .-info dfn i {
  margin-right: 7px;
}

.mo-topics ul > li .-pic:hover img {
  opacity: 0.9;
}

@media (max-width: 600px) {
  .mo-topics {
    margin-bottom: 0;
    padding: 15px 15px;
    background-color: var(--tb--white);
  }

  .mo-topics + .excerpts-title:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    border-top: 1px solid var(--tb--line);
    transform: scaleY(0.5);
    transform-origin: 0 0;
  }

  .mo-topics + .excerpt-minic-index {
    margin-top: 0;
    padding-top: 0;
  }

  .mo-topics ul {
    margin-left: -15px;
    margin-right: -15px;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 15px;
  }

  .mo-topics ul::-webkit-scrollbar {
    display: none;
  }

  .mo-topics ul > li {
    margin-top: 0;
    margin-right: 7.5px;
    width: 138px;
    border-radius: 6px;
  }

  .mo-topics ul > li:last-child {
    margin-right: 0;
  }

  .mo-topics ul > li .-pic {
    height: 86px;
  }

  .mo-topics ul > li .-info dfn {
    font-size: 10px;
  }

  .mo-topics ul > li .-info dfn i {
    margin-right: 2px;
  }

  .mo-topics ul > li .-info {
    margin: 0 10px 6px;
  }

  .mo-topics ul > li .-info h2 {
    font-size: 12px;
    font-weight: normal;
    margin-top: 2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

.widget_ui_topics {
  background-color: rgba(0, 0, 0, 0);
}

.widget_ui_topics h3 {
  display: none;
}

.widget_ui_topics a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.widget_ui_topics .-text strong {
  width: 80%;
  float: left;
}

.widget_ui_topics .-text li {
  margin-top: 6px;
}

.widget_ui_topics .-text li:nth-child(-n + 1) {
  margin-top: 0;
}

.widget_ui_topics .-text a {
  padding: 14px 20px;
  background-color: var(--tb--white);
}

.widget_ui_topics .-text a:hover {
  color: var(--tb--main);
  border-color: var(--tb--main);
}

.widget_ui_topics .-text a:hover .tbfa:first-child {
  color: var(--tb--main);
}

.widget_ui_topics .-text .tbfa:first-child {
  float: right;
  color: var(--tb--gray);
  position: relative;
  top: 1px;
}

.widget_ui_topics .-text .tbfa:nth-child(2) {
  float: left;
  margin-right: 12px;
}

.widget_ui_topics .-p1 a,
.widget_ui_topics .-p2 a {
  text-align: center;
  color: #fff;
}

.widget_ui_topics .-p1 a:hover,
.widget_ui_topics .-p2 a:hover {
  color: #fff;
}

.widget_ui_topics .-p1 a:hover img,
.widget_ui_topics .-p2 a:hover img {
  opacity: 0.9;
}

.widget_ui_topics .-p1 a::before,
.widget_ui_topics .-p2 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-gradient(linear, 0 50%, 0 100%, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-gradient(linear, 0 50%, 0 100%, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: gradient(linear, 0 50%, 0 100%, from(transparent), to(rgba(0, 0, 0, 0.6)));
}

.widget_ui_topics .-p1 strong,
.widget_ui_topics .-p2 strong {
  position: absolute;
  bottom: 9px;
  left: 12px;
  right: 12px;
  z-index: 2;
  font-weight: normal;
}

.widget_ui_topics .-p1 strong {
  bottom: 12px;
  font-weight: bold;
}

.widget_ui_topics .-p1 li {
  margin-top: 20px;
}

.widget_ui_topics .-p1 li:nth-child(-n + 1) {
  margin-top: 0;
}

.widget_ui_topics .-p2 {
  margin-right: -2.5%;
}

.widget_ui_topics .-p2 li {
  float: left;
  width: 47.5%;
  margin-right: 2.5%;
  margin-top: 2.5%;
}

.widget_ui_topics .-p2 li:nth-child(-n + 2) {
  margin-top: 0;
}

@media (max-width: 600px) {
  .widget_ui_topics {
    margin: 15px;
  }

  .widget_ui_topics .-p1 li {
    margin-top: 15px;
  }
}

.cat-filter {
  margin-left: 17px;
  margin-top: 10px;
}

.cat-filter li {
  padding-left: 110px;
  margin-top: 5px;
  overflow: hidden;
}

.cat-filter li strong {
  width: 110px;
  float: left;
  margin-left: -110px;
  margin-top: 4px;
  color: #999;
  font-weight: normal;
}

.cat-filter li a {
  display: inline-block;
  margin-right: 15px;
  border-radius: 6px;
  padding: 0 8px;
  margin-top: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
}

.cat-filter li a:last-child {
  margin-right: 0;
}

.cat-filter li a.active {
  border-color: var(--tb--main);
  color: var(--tb--main);
}

@media (max-width: 600px) {
  .cat-filter {
    font-size: 12px;
    margin-left: 0;
  }

  .cat-filter li {
    padding-left: 70px;
  }

  .cat-filter li strong {
    width: 70px;
    margin-left: -70px;
    margin-top: 5px;
  }

  .cat-filter li a {
    margin-right: 5px;
    padding: 0 5px;
  }

  .cat-filter li a:last-child {
    margin-right: 0;
  }
}

.product-container {
  position: relative;
  padding-left: 260px;
  margin-bottom: 20px;
}

.product-container::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 600px) {
  .product-container {
    margin: 0;
    padding: 0 15px 15px;
  }
}

.product-side {
  float: left;
  width: 240px;
  margin-left: -260px;
}

@media (max-width: 600px) {
  .product-side {
    width: auto;
    position: relative;
    float: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
  }
}

.product-filters {
  overflow: hidden;
  background-color: var(--tb--white);
  border-radius: 6px;
}

.product-filters h3 {
  position: relative;
  font-size: 14px;
  margin: 0 0;
  overflow: hidden;
  padding: 20px 20px 10px;
  font-weight: bold;
}

.product-filters h3 i {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.product-filters h3 .product-filters-more {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  z-index: 2;
  cursor: pointer;
  display: none;
}

.product-filters h3 .product-filters-more i {
  margin-right: 0;
}

.product-filters .product-filters-all {
  font-weight: normal;
  float: right;
  font-size: 12px;
}

.product-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.product-filters ul ul {
  padding-left: 28px;
}

.product-filters ul li {
  position: relative;
  margin: 10px 0;
  font-size: 13px;
}

.product-filters ul li::after {
  position: absolute;
  top: 10px;
  right: 102%;
  left: -300px;
  content: "";
  border-top: 1px solid var(--tb--line);
  height: 0;
}

.product-filters ul li .children {
  display: none;
}

.product-filters ul li.active > .childrengo {
  transform: rotate(-90deg);
}

.product-filters ul li.active > .children {
  display: block;
}

.product-filters ul .current-cat > a {
  color: #0ae;
  font-weight: bold;
}

.product-filters ul a {
  position: relative;
  top: 1px;
  font-size: 14px;
  display: inline-block;
}

.product-filters > ul {
  overflow: hidden;
  position: relative;
  padding-left: 14px;
  margin: 0 15px 15px 20px;
}

.product-filters > ul::before {
  position: absolute;
  top: 12px;
  left: 0;
  bottom: 10px;
  content: "";
  border-left: 1px solid var(--tb--line);
  width: 0;
}

@media (max-width: 600px) {
  .product-filters {
    border-radius: 0;
  }

  .product-filters h3 .product-filters-more {
    display: block;
    height: 41px;
    width: 41px;
    line-height: 41px;
  }

  .product-filters .product-filters-all {
    margin-right: 41px;
    position: absolute;
    top: 0;
    right: 0;
    height: 41px;
    width: 41px;
    text-align: center;
    line-height: 41px;
    z-index: 2;
  }

  .product-filters > ul {
    margin: 0 15px 10px 20px;
  }

  .product-filters h3 {
    padding: 10px 15px;
  }
}

.product-qrcode {
  background-color: var(--tb--white);
  border-radius: 6px;
  padding: 30px 20px;
  margin-top: 20px;
  text-align: center;
}

.product-qrcode h4 {
  font-size: 14px;
  text-align: center;
  margin: 0 0 15px;
}

.product-qrcode img {
  max-width: 100%;
  margin: 0 auto;
}

.darking .product-qrcode canvas {
  border: 10px solid #fff;
}

@media (max-width: 600px) {
  .product-qrcode {
    display: none;
  }
}

.childrengo {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  cursor: pointer;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.catpage-catstep ul.children {
  display: none;
}

.catpage-catstep .childrengo {
  display: block;
}

.product-content {
  position: relative;
  margin-right: -2.05%;
}

@media (max-width: 600px) {
  .product-content {
    margin-right: -3%;
  }
}

.product-content .-item {
  position: relative;
  display: inline-block;
  margin-right: 2.05%;
  margin-bottom: 2.05%;
  width: 22.95%;
  vertical-align: top;
  text-align: center;
  background-color: var(--tb--white);
  border-radius: 6px;
  overflow: hidden;
}

.product-content .-item:hover {
  border-color: #ddd;
  border-bottom-color: #d6d6d6;
}

.product-content .-item h2 {
  font-size: 14px;
  margin: 12px 15px 15px;
  font-weight: normal;
  height: 42px;
  overflow: hidden;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-content .-item .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 0;
}

.product-content .-item .thumb {
  width: 100%;
}

.product-content .-item footer {
  margin: -10px 0 15px 0;
  font-size: 12px;
  color: #bbb;
}

.product-content .-item .price {
  color: #ff5e52;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .product-content .-item {
    width: 47.5%;
  }
}

@media (max-width: 600px) {
  .product-content .-item {
    border: none;
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
}

.search-none {
  text-align: center;
  padding: 200px 0 300px;
  font-size: 18px;
  color: #999;
}

.search-none .fa {
  font-size: 50px;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .search-none {
    padding: 100px 15px 200px;
    font-size: 14px;
  }
}

#navs {
  min-height: 600px;
  margin-bottom: 20px;
}

#navs .focus {
  background-color: var(--tb--white);
  border-radius: 6px;
  margin-bottom: 20px;
  margin-left: 200px;
  text-align: center;
  padding: 60px 20px;
}

#navs .focus h1 {
  font-size: 25px;
}

#navs .focus .note {
  margin-top: 5px;
  color: var(--tb--gray);
}

#navs nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 180px;
  border-radius: 6px;
  overflow: hidden;
}

#navs nav ul {
  width: 180px;
  background-color: var(--tb--white);
  overflow-y: auto;
}

#navs nav ul.-roll-top {
  position: fixed;
  bottom: 0;
  border-radius: 0;
}

#navs nav ul.-roll-bottom {
  position: fixed;
  top: 0;
  border-radius: 0;
}

#navs nav ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

#navs nav ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
}

#navs nav ul::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

#navs nav a {
  display: block;
  padding: 11px 22px;
}

#navs nav a:hover {
  color: var(--tb--main);
}

#navs nav .active a {
  color: #fff;
  background-color: var(--tb--main);
}

#navs .items {
  margin-left: 200px;
}

#navs .item {
  overflow: hidden;
  margin-top: 20px;
}

#navs .item h3 {
  position: relative;
  display: inline-block;
  font-size: 17px;
  margin: 0;
  padding-left: 17px;
}

#navs .item h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  height: 16px;
  width: 4px;
  border-radius: 10px;
  background-color: var(--tb--main);
}

#navs .item ul {
  margin-right: -1.3%;
}

#navs .item li {
  float: left;
  width: 32.0333333333%;
  margin-right: 1.3%;
  margin-top: 1.3%;
}

#navs .item li a {
  display: block;
  padding: 15px 20px;
  background-color: var(--tb--white);
  border-radius: 6px;
}

#navs .item li a:hover {
  color: #fff;
  background-color: var(--tb--main);
}

#navs .item li a:hover p {
  color: rgba(255, 255, 255, 0.8);
}

#navs .item li a:hover i {
  color: #fff;
}

#navs .item li a:hover img {
  opacity: 1;
}

#navs .item li strong {
  display: block;
  font-size: 15px;
}

#navs .item li i {
  float: right;
  font-size: 15px;
  color: #ccc;
}

#navs .item li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 5px 0 0;
  color: #999;
  height: 63px;
}

#navs .item li img {
  float: right;
  max-width: 56px;
  max-height: 56px;
  border-radius: 6px;
  margin-left: 15px;
  margin-top: 10px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  #navs .item ul {
    margin-right: -3%;
  }

  #navs .item li {
    width: 47%;
    margin-right: 3%;
    margin-top: 3%;
  }
}

@media (max-width: 600px) {
  #navs nav {
    display: none;
  }

  #navs .focus {
    margin-left: 0;
    border-radius: 0;
    padding: 40px 15px;
    margin-bottom: 15px;
  }

  #navs .focus h1 {
    font-size: 20px;
  }

  #navs .items {
    margin-left: 0;
    padding: 0 15px;
  }

  #navs .item ul {
    margin-right: -2%;
  }

  #navs .item li {
    width: 48%;
    margin-right: 2%;
    margin-top: 2%;
  }

  #navs .item h3 {
    font-size: 14px;
    padding-left: 15px;
  }

  #navs .item h3::before {
    height: 14px;
    margin-top: -7px;
  }

  #navs .item li a {
    padding: 12px 15px;
  }

  #navs .item li strong {
    font-size: 14px;
    font-weight: normal;
  }

  #navs .item li i {
    font-size: 14px;
  }

  #navs .item li p {
    font-size: 12px;
    height: 55px;
  }

  #navs .item li img {
    max-width: 50px;
    max-height: 50px;
    margin-left: 10px;
    margin-top: 8px;
  }
}

.page-template-pagesuser-php .user-signin {
  display: none;
}

.page-template-pagesuser-php.logged-in .user-signin {
  display: block;
}

.container-user {
  position: relative;
  padding-left: 200px;
  background-color: var(--tb--white);
  margin-bottom: 20px;
  border-radius: 6px;
}

@media (max-width: 600px) {
  .container-user {
    margin-bottom: 0;
    border-radius: 0;
    padding-left: 0;
  }
}

.usercontent {
  padding: 25px 30px;
}

@media (max-width: 600px) {
  .usercontent {
    padding: 15px;
  }
}

.usertitle {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tb--line);
  text-align: center;
}

.usertitle h2 {
  font-size: 14px;
  font-weight: normal;
}

.usertitle img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}

@media (max-width: 600px) {
  .usertitle {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0;
    color: #999;
  }

  .usertitle h2 {
    font-size: 12px;
  }

  .usertitle img {
    margin-bottom: 5px;
  }
}

.userside {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200px;
  border-right: 1px solid var(--tb--line);
  background-color: #fdfdfd;
  padding: 20px;
  border-radius: 6px 0 0 6px;
}

.darking .userside {
  background-color: var(--tb--white);
}

@media (max-width: 600px) {
  .userside {
    position: relative;
    width: auto;
    border-right: none;
    background-color: #fff;
    border-radius: 0;
    padding: 15px;
    padding-bottom: 0;
    border-bottom: 1px solid var(--tb--line);
  }
}

.usermenu li {
  margin-bottom: 4px;
}

.usermenu a {
  display: block;
  padding: 10px 20px;
  border-radius: 6px;
}

.usermenu li.active a {
  color: #fff;
  background-color: var(--tb--main);
}

@media (max-width: 600px) {
  .usermenu {
    display: flex;
    text-align: center;
    margin-left: -5px;
    margin-right: -5px;
  }

  .usermenu li {
    flex: auto;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .usermenu a {
    padding: 10px 0;
    position: relative;
  }

  .usermenu li.active a {
    color: var(--tb--main);
    background-color: rgba(0, 0, 0, 0);
  }

  .usermenu li.active a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    height: 4px;
    background-color: var(--tb--main);
    border-radius: 10px;
  }
}

.user-main {
  position: relative;
  min-height: 600px;
}

.user-commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.user-commentlist li {
  border-bottom: 1px solid var(--tb--line);
  padding: 15px 0;
  overflow: hidden;
  padding-left: 140px;
}

.user-commentlist .note {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.user-commentlist p {
  font-size: 12px;
  margin-bottom: 0;
}

.user-commentlist time {
  font-size: 12px;
  color: #999;
  float: left;
  margin-left: -140px;
  margin-top: 2px;
}

@media (max-width: 600px) {
  .user-commentlist li {
    padding-left: 0;
  }

  .user-commentlist time {
    float: none;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }
}

.user-loading {
  text-align: center;
  padding: 200px 0;
  color: #999;
  font-size: 16px;
}

.user-loading i {
  font-size: 20px;
}

.user-meta {
  list-style: none;
  margin: 50px;
  line-height: 36px;
  color: #999;
  max-width: 500px;
}

.user-meta li {
  padding-left: 120px;
  margin-bottom: 15px;
}

.user-meta label {
  float: left;
  margin-left: -120px;
  width: 110px;
  text-align: right;
  line-height: 36px;
  color: #666;
}

@media (max-width: 600px) {
  .user-meta {
    margin: 0;
  }

  .user-meta li {
    padding-left: 0;
  }

  .user-meta label {
    float: none;
    font-size: 12px;
    color: #999;
    margin-left: 0;
    text-align: left;
    display: block;
    line-height: 30px;
  }

  .user-meta .btn-primary {
    width: 100%;
  }
}

.user-tips {
  position: fixed;
  top: -30px;
  left: 45%;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #fff;
  background-color: #ff5e52;
  opacity: 0.85;
  filter: alpha(opacity=85);
  border-radius: 0 0 2px 2px;
  font-size: 12px;
  z-index: 9999;
}

.user-postlist h2 {
  font-size: 17px;
  margin-right: 10px;
  word-wrap: break-word;
}

.user-postlist li {
  border-bottom: 1px solid var(--tb--line);
  padding: 20px 0;
  overflow: hidden;
}

.user-postlist p {
  margin-bottom: 0;
  padding-top: 10px;
  color: #999;
}

.user-postlist .note {
  color: #999;
  height: 70px;
  overflow: hidden;
}

.user-postlist .thumb {
  float: right;
  margin-left: 20px;
  width: 175px;
  height: 120px;
  border-radius: 6px;
}

@media (max-width: 600px) {
  .user-postlist h2 {
    font-size: 14px;
  }

  .user-postlist p {
    font-size: 12px;
  }

  .user-postlist .note {
    font-size: 12px;
    height: auto;
  }

  .user-postlist .thumb {
    width: 117px;
    height: 80px;
  }
}

.user-postmenu {
  margin-top: -5px;
  border-bottom: 1px solid var(--tb--line);
}

.user-postmenu a {
  display: inline-block;
  padding: 10px 0;
  margin-right: 30px;
}

.user-postmenu a.active {
  color: var(--tb--main);
  font-weight: bold;
}

.user-postmenu small,
.user-postmenu a:hover small,
.user-postmenu a.active small {
  font-size: 12px;
  margin-left: 5px;
  color: #999;
  font-weight: normal;
  position: relative;
  top: -1px;
}

@media (max-width: 600px) {
  .user-postmenu a {
    padding: 5px 0;
    margin-right: 15px;
  }
}

.user-postnew {
  max-width: 100%;
}

#zip-frame {
  display: none;
}

.wp-editor-tools {
  margin-bottom: 10px;
  position: relative;
  top: 2px;
}

@media (max-width: 768px) {
  #insert-media-button {
    line-height: 2.15384615 !important;
    min-height: auto !important;
  }
}

.wp-editor-container {
  border: 1px solid #ccc;
  border-radius: 6px;
  position: relative;
  clear: none !important;
}

div.mce-panel {
  padding-bottom: 2px;
  border-radius: 6px;
}

.wp-editor-tools {
  height: 29px;
}

.wp-editor-tabs {
  float: none !important;
  overflow: hidden;
}

.wp-switch-editor {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 5px !important;
  border-color: #ccc !important;
  border-radius: 6px 6px 0 0;
}

.resetpass {
  padding: 20px;
  background-color: var(--tb--white);
  border-radius: 6px;
  min-height: 600px;
  margin-bottom: 20px;
}

.resetpass form {
  width: 300px;
  margin: 0 auto;
  text-align: left;
}

.resetpass form p {
  margin-bottom: 20px;
}

.resetpass h1 {
  font-size: 22px;
  font-weight: normal;
}

.resetpass h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .resetpass {
    margin-bottom: 0;
    border-radius: 0;
    padding: 15px;
    min-height: 400px;
  }

  .resetpass form {
    width: 80%;
  }

  .resetpass h3 {
    font-size: 16px;
  }
}

.resetpasssteps {
  margin-bottom: 150px;
  overflow: hidden;
  text-align: center;
  border-radius: 6px;
}

.resetpasssteps li {
  width: 33.3333333333%;
  float: left;
  background-color: var(--tb--bdbg);
  color: #666;
  line-height: 36px;
  position: relative;
}

.resetpasssteps li.active {
  background-color: var(--tb--main);
  color: #fff;
}

@media (max-width: 600px) {
  .resetpasssteps {
    margin-bottom: 50px;
    font-size: 12px;
  }
}

.errtip {
  background-color: #fceaea;
  color: #db5353;
  padding: 8px 15px;
  font-size: 14px;
  border: 1px solid #fc9797;
  border-radius: 5px;
}

.maintenance-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 1rem;
  text-align: center;
}

.maintenance-content img {
  margin: 1rem auto;
}

.maintenance-content h1 {
  font-size: 1.5rem;
  margin: 1rem 0;
  color: #666;
}

@media (max-width: 600px) {
  .maintenance-content h1 {
    font-size: 1.2rem;
  }
}

.woocommerce.single .content {
  padding-top: 35px;
}

@media (max-width: 600px) {
  .woocommerce.single .content {
    padding-top: 15px;
  }
}

.wootb {
  background-color: var(--tb--white);
  border-radius: 6px;
  padding: 35px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .wootb {
    padding: 15px;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.woocommerce-breadcrumb {
  display: none;
}

.page-title {
  margin: 0 0 20px;
  font-size: 25px;
  float: left;
}

.woocommerce-result-count {
  display: none;
}

.woocommerce-ordering {
  float: right;
  margin-bottom: 20px;
}

.woocommerce-ordering select {
  border-color: #ddd;
  padding: 3px 6px;
}

.products {
  clear: both;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 5px;
}

.woocommerce ul.products li.product .price {
  color: #ff351a;
}

.woocommerce ul.products li.product .price ins {
  float: left;
  margin-right: 15px;
  text-decoration: none;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
  color: #999;
}

.woocommerce ul.products li.product .button {
  margin-top: 5px;
}

.woocommerce a.button {
  font-size: 12px;
  font-weight: normal;
  border-radius: 2px;
  color: #888;
}

.woocommerce-Price-currencySymbol {
  margin-right: 2px;
  display: inline-block;
}

.woocommerce-page .container-page {
  padding-left: 0;
}

.woocommerce-page .article-content {
  font-size: 14px;
}

.woocommerce-page .pageside {
  display: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 6px 8px;
  border: 1px solid #ddd;
}

.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row textarea:hover {
  border-color: #bbb;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

.select2-container .select2-selection--single {
  height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

.select2-dropdown {
  border-radius: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #f6f6f6;
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom-color: #ddd;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: collapse;
}

.woocommerce table.shop_table {
  border-radius: 6px;
  border: none;
  border-collapse: collapse;
}

.woocommerce-account .addresses .title h3 {
  padding-left: 20px;
}

.cart_totals table.shop_table {
  border-right: 1px solid #e6e6e6;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
  vertical-align: middle;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-left: 4px solid #a46497;
  border-top: none;
  padding-left: 2em;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none;
}

.woocommerce-error {
  border-left-color: #f57777;
}

.woocommerce-info {
  border-left-color: var(--tb--main);
}

.woocommerce-message {
  border-left-color: #ffa343;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--tb--main);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #4fa9e0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
}

.woocommerce .star-rating span {
  color: #ff8400;
}

.woocommerce-cart-form__contents td {
  text-align: center;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  margin: 0 auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 180px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 180px);
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
  font-size: 15px;
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  text-decoration: none;
  color: #888;
  border-left: 4px solid #fff;
  padding-left: 15px;
  line-height: 32px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  border-left-color: var(--tb--main);
  color: var(--tb--main);
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--tb--main);
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin-right: 15px;
  }

  .woocommerce-MyAccount-navigation ul li:last-child {
    margin-right: 0;
  }

  .woocommerce-MyAccount-navigation ul li a {
    border-left: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    padding-left: 0;
  }

  .woocommerce-MyAccount-navigation ul li.is-active a {
    border-bottom-color: var(--tb--main);
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.woocommerce div.product .product_title {
  margin-bottom: 20px;
  font-size: 27px;
}

@media (max-width: 768px) {
  .woocommerce div.product .product_title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.woocommerce-review-link {
  color: #bbb;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #ff351a;
  font-size: 18px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  float: left;
  text-decoration: none;
  font-weight: normal;
  margin-right: 20px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #999;
}

.woocommerce-product-details__short-description {
  padding: 20px 0;
  font-size: 14px;
}

.woocommerce .quantity .qty {
  border-radius: 2px;
  height: 31px;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.product_meta {
  color: #999;
}

.product_meta .sku_wrapper {
  margin-right: 20px;
}

.product_meta .posted_in {
  margin-right: 20px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
  margin-top: 1%;
  margin-right: 1%;
  width: 24%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
  margin-right: 1%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
  border-radius: 0;
  padding: 15px 30px 30px;
}

.woocommerce div.product .woocommerce-tabs .panel p {
  margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel h2.woocommerce-Reviews-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}

#reply-title {
  color: #999;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}

.woocommerce #review_form #respond textarea {
  border: 1px solid #ddd;
  padding: 4px 8px;
}

.woocommerce #review_form #respond textarea:hover {
  border-color: #bbb;
}

.products h2 {
  font-size: 22px;
  margin: 0 0 10px;
}

.article-content h2.woocommerce-loop-product__title {
  border-bottom: none;
}

.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  padding: 15px 0;
  border: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
  border: none;
  border-radius: 2px;
  top: 15px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
  font-size: 14px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin-bottom: 5px;
}

.woocommerce .comment_container {
  border-bottom: 1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs .panel img {
  margin: 5px 0;
  display: block;
  max-width: 100%;
  height: auto;
}

.woocommerce div.product .woocommerce-tabs .panel h3,
.woocommerce div.product .woocommerce-tabs .panel h4,
.woocommerce div.product .woocommerce-tabs .panel h5 {
  padding: 0 0;
  margin: 20px 0;
  color: #555;
  font-weight: bold;
}

.woocommerce div.product .woocommerce-tabs .panel h1,
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-weight: bold;
  margin: 20px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel h1 {
  font-size: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 18px;
}

.woocommerce div.product .woocommerce-tabs .panel h3 {
  font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs .panel h4 {
  font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel h5 {
  font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs .panel ul,
.woocommerce div.product .woocommerce-tabs .panel ol {
  margin: 0 0 20px 50px;
}

.woocommerce div.product .woocommerce-tabs .panel ul {
  list-style: disc;
}

.woocommerce div.product .woocommerce-tabs .panel ol {
  list-style: decimal;
}

.woocommerce div.product .woocommerce-tabs .panel li {
  margin-bottom: 6px;
}

.woocommerce div.product .woocommerce-tabs .panel p {
  margin-bottom: 20px;
  word-wrap: break-word;
}

.woocommerce div.product .woocommerce-tabs .panel pre {
  word-wrap: break-word;
}

.woocommerce div.product .woocommerce-tabs .panel table {
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel table th {
  background-color: #f9f9f9;
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs .panel table td,
.woocommerce div.product .woocommerce-tabs .panel table th {
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  padding: 5px 10px;
}

.woocommerce div.product .woocommerce-tabs .panel .alignnone {
  margin: 0 auto;
}

.woocommerce div.product .woocommerce-tabs .panel .alignleft {
  float: left;
  text-align: left;
  margin-right: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel .aligncenter {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.woocommerce div.product .woocommerce-tabs .panel .alignright {
  float: right;
  text-align: right;
  margin-left: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel .wp-caption {
  margin-bottom: 20px;
  background-color: #f6f6f6;
  padding: 10px 10px 1px;
  max-width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel .wp-caption img {
  margin: 0 0 5px;
}

.woocommerce div.product .woocommerce-tabs .panel .wp-caption p {
  margin-bottom: 10px;
  text-indent: 0;
}

.woocommerce div.product .woocommerce-tabs .panel .wp-caption.alignnone {
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs .panel .wp-caption:hover .wp-caption-text {
  color: var(--tb--main);
}

.woocommerce div.product .woocommerce-tabs .panel a {
  text-decoration: underline;
  color: var(--tb--main);
}

.woocommerce div.product .woocommerce-tabs .panel a:hover {
  color: #ff5e52;
}

.woocommerce div.product .woocommerce-tabs .panel pre,
.comment pre {
  margin: 20px 0;
  font: 12px/20px "courier new";
  background: #272822;
  padding: 10px 15px;
  color: #f8f8d4;
  border: none;
}

.woocommerce div.product .woocommerce-tabs .panel blockquote {
  margin: 30px 30px;
  padding: 15px 20px;
  font-size: 16px;
  color: #999;
  border-left: 5px solid #eee;
}

.woocommerce div.product .woocommerce-tabs .panel blockquote p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  margin: 0 4px;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  background-color: #e6e6e6;
  border-radius: 2px;
  padding: 7px 12px;
  color: #999;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #ccc;
  color: #fff;
}

.widget_shopping_cart_content {
  padding: 5px 20px 0;
}

.widget_shopping_cart_content .product_list_widget {
  padding: 0 !important;
}

.woocommerce .widget_shopping_cart .total {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 8px;
  font-size: 16px;
}

.woocommerce.widget_product_categories .product-categories {
  padding: 15px 15px 10px;
}

.woocommerce.widget_product_categories .product-categories li {
  margin-bottom: 5px;
}

.woocommerce ul.product_list_widget {
  padding: 10px 20px;
}

.woocommerce ul.product_list_widget .amount {
  color: #999;
  margin-top: 5px;
  display: inline-block;
}

.woocommerce.widget_product_search {
  padding: 15px;
  overflow: hidden;
}

.woocommerce.widget_product_search .search-field {
  float: left;
  width: 70%;
  height: 37px;
  border: 1px solid #ddd;
  padding: 5px 10px;
}

.woocommerce.widget_product_search button[type="submit"] {
  float: right;
  width: 28%;
  height: 37px;
  padding: 5px 10px;
}

.woocommerce.widget_product_tag_cloud .tagcloud {
  overflow: hidden;
}

.woocommerce.widget_product_tag_cloud .tagcloud a {
  color: #999;
  background-color: #f6f6f6;
  float: left;
  width: 31.3333%;
  margin: 0 1% 1% 0;
  padding: 0 8px;
  font-size: 12px;
  height: 29px;
  line-height: 29px;
  overflow: hidden;
}

.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
  color: #fff;
  background-color: var(--tb--main);
}
