:root {
  --bg: #272b30;
  --bg2: #32383e;
  --bodyBg: var(--bg);
  --headerBg: #000;
  --headerBg2: #272b30;
  --headerBg-backdrop-filter: none;
  --list-titleHBg: #515960;
  --list-bg: #272b30;
  --list-border: var(--borderBox);
  --listBgFooter-list-bg: #272b30;
  --header-nav-border: 1px solid rgba(0, 0, 0, 0.6);
  --header-logoBg-border: 1px solid rgba(0, 0, 0, 0.6);
  --header-padding: 1rem;
  --header-tools-bg: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
  --header-tools-bg-hover: linear-gradient(#d71c16, #e51d18 40%, #e8241f);
  --header-tools-bg-focus: 0 0 0 0.2rem rgba(241, 119, 116, 0.5);
  --header-tools-border: 1px solid rgba(0, 0, 0, 0.6);
  --header-tools-color: var(--text-color);
  --breadcrumb-bg: linear-gradient(#484e55, #3a3f44 60%, #313539);
  --breadcrumb-border: var(--borderBox);
  --aside-width: 190px;
  --padding: 1rem;
  --paddingS: 0.25rem 1rem;
  --list-paddingRL: 8px;
  --text-color: #f3f5f7;
  --text-color2: #aaa;
  --text-color-hover: yellow;
  --border: 1px solid #f3f5f726;
  --borderRadius: 0.25rem;
  --transition: all 0.5s;
  --contentBg: #181818;
  --content-padding-vertical: calc(var(--padding) / 2);
  --content-padding-horizontal: var(--padding);
  --borderBox: 1px solid rgba(0, 0, 0, 0.6);
  --textShadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  --listInOne-border: 1px solid#f3f5f726;
  --listInOne-bg: #32383e;
  --breadcrumb-color: #999;
  --searchHotList-bg: linear-gradient(#484e55, #3a3f44 60%, #313539);
  --searchHotList-bg-hover: linear-gradient(#101112, #17191b 40%, #1b1e20);
  --searchHotList-border: var(--borderBox);
  --searchForm-input-bg: #fff;
  --searchForm-input-color: #52575c;
  --searchForm-button: #272b30;
  --searchForm-button-hover: rgb(122, 130, 136);
  --searchForm-button-color: var(--text-color);
  --searchForm-border: 1px solid #101113;
  --section-divider-bg: var(--bg);
  --section-divider-border: var(--borderBox);
  --clear-bg: linear-gradient(#484e55, #3a3f44 60%, #313539);
  --clear-color: var(--text-color);
  --clear-bg-hover: linear-gradient(
    rgb(16, 17, 18),
    rgb(23, 25, 27) 40%,
    rgb(27, 30, 32)
  );
  --pagination-bg: linear-gradient(#484e55, #3a3f44 60%, #313539);
  --pagination-bg-hover: linear-gradient(#101112, #17191b 40%, #1b1e20);
  --pagination-color: var(--text-color);
  --pagination-color-hover: var(--text-color);
  --pagination-border: 1px solid transparent;
  --aside-bg: #32383e;
  --footer-border-top: 1px solid #fff;
  --list-cols: 1;
  --list-li-cols: 5;
  --listBgFooter-list-li-cols: 6;
}
.theme-green {
  --bg: #002b36;
  --bg2: #073642;
  --bodyBg: var(--bg);
  --headerBg: #000;
  --headerBg2: #073642;
  --headerBg-backdrop-filter: none;
  --list-titleHBg: rgba(7, 54, 66, 0.25);
  --list-bg: rgba(238, 232, 213, 0.125);
  --list-border: var(--borderBox);
  --header-tools-bg: #d33682 linear-gradient(180deg, #da5495, #d33682) repeat-x;
  --header-tools-bg-hover: #96295e linear-gradient(180deg, #923964, #832351)
    repeat-x;
  --header-tools-bg-focus: 0 0 0 0.2rem rgba(241, 116, 210, 0.5);
  --header-tools-border: 1px solid var(--bg2);
  --header-tools-color: var(--text-color);
  --breadcrumb-bg: var(--bg2);
  --breadcrumb-border: var(--borderBox);
  --searchHotList-bg: #b58900 linear-gradient(180deg, #c09b26, #b58900) repeat-x;
  --searchHotList-bg-hover: #8f6c00 linear-gradient(180deg, #796208, #8f6c00)
    repeat-x;
  --searchHotList-border: var(--borderBox);
  --borderBox: 1px solid var(--bg);
  --text-color: #f3f5f7;
  --text-color2: #839496;
  --text-color-hover: yellow;
  --listBgFooter-list-bg: var(--bg2);
  --header-nav-border: 1px solid var(--headerBg);
  --header-logoBg-border: 1px solid var(--headerBg2);
  --listInOne-border: 1px solid rgb(255 255 255 / 5%);
  --listInOne-bg: transparent;
  --breadcrumb-color: #839496;
  --searchForm-input-bg: #a9bdbd;
  --searchForm-input-color: #52575c;
  --searchForm-button: #002b36;
  --searchForm-button-hover: #839496;
  --searchForm-button-color: var(--text-color);
  --searchForm-border: 1px solid #a9bdbd;
  --section-divider-bg: var(--bg2);
  --section-divider-border: 1px solid #073642;
  --clear-bg: linear-gradient(180deg, #c09b26, #b58900);
  --clear-color: var(--text-color);
  --clear-bg-hover: linear-gradient(180deg, #967a1f, #795b01);
  --pagination-bg: transparent;
  --pagination-bg-hover: var(--bg2);
  --pagination-color: #2aa198;
  --pagination-color-hover: var(--text-color);
  --pagination-border: 1px solid var(--bg2);
  --aside-bg: rgba(238, 232, 213, 0.125);
  --footer-border-top: 1px solid #fff;
}
.theme-red {
  --bg: #000;
  --bg2: #141415;
  --bodyBg: var(--bg);
  --headerBg: #303133;
  --headerBg2: #a2252d;
  --headerBg-backdrop-filter: none;
  --list-titleHBg: #303133;
  --list-bg: var(--bg2);
  --list-border: var(--borderBox);
  --header-tools-bg: transparent;
  --header-tools-bg-hover: #70131e;
  --header-tools-bg-focus: 0 0 0 0.2rem rgba(241, 119, 116, 0.5);
  --header-tools-border: 1px solid #ffffff60;
  --header-tools-color: var(--text-color);
  --breadcrumb-bg: transparent;
  --breadcrumb-border: 1px solid transparent;
  --searchHotList-bg: #262626;
  --searchHotList-bg-hover: #474747;
  --searchHotList-border: var(--borderBox);
  --borderBox: 1px solid #282829;
  --text-color: #f2f2f2;
  --text-color2: hsl(0deg 0% 97% / 60%);
  --text-color-hover: #fa5365;
  --listBgFooter-list-bg: var(--bg2);
  --header-nav-border: 1px solid var(--headerBg);
  --header-logoBg-border: 1px solid var(--headerBg2);
  --listInOne-border: var(--borderBox);
  --listInOne-bg: var(--bg2);
  --breadcrumb-color: #ef9a9a;
  --searchForm-input-bg: rgb(49 0 0 / 50%);
  --searchForm-input-color: var(--text-color);
  --searchForm-button: rgb(49 0 0 / 100%);
  --searchForm-button-hover: #5b0202;
  --searchForm-button-color: var(--text-color);
  --searchForm-border: 1px solid #632727;
  --section-divider-bg: var(--bg);
  --section-divider-border: var(--borderBox);
  --clear-bg: linear-gradient(180deg, #ac2c2a, #811717);
  --clear-color: var(--text-color);
  --clear-bg-hover: linear-gradient(180deg, #6d1b19, #661818);
  --pagination-bg: var(--bg2);
  --pagination-bg-hover: rgba(255, 255, 255, 0.09);
  --pagination-color: var(--text-color2);
  --pagination-color-hover: var(--text-color);
  --pagination-border: var(--borderBox);
  --aside-bg: var(--bg2);
  --footer-border-top: var(--borderBox);
}
.theme-blue {
  --bg: #000c1a;
  --bg2: transparent;
  --bodyBg: linvar(--bg);
  --headerBg: #000;
  --headerBg2: #001933;
  --headerBg-backdrop-filter: none;
  --list-titleHBg: rgba(0, 51, 102, 0.2);
  --list-bg: rgba(204, 229, 255, 0.07);
  --list-border: var(--borderBox);
  --header-tools-bg: #1976d2 linear-gradient(180deg, #2196f3, #1976d2) repeat-x;
  --header-tools-bg-hover: #1f4675 linear-gradient(180deg, #276292, #1f4675)
    repeat-x;
  --header-tools-bg-focus: 0 0 0 0.2rem rgba(116, 195, 241, 0.5);
  --header-tools-border: 1px solid rgba(0, 0, 0, 0.6);
  --header-tools-color: var(--text-color);
  --breadcrumb-bg: #001933;
  --breadcrumb-border: var(--borderBox);
  --searchHotList-bg: #1f4675 linear-gradient(180deg, #276292, #1f4675) repeat-x;
  --searchHotList-bg-hover: #1976d2 linear-gradient(180deg, #2196f3, #1976d2)
    repeat-x;
  --searchHotList-border: var(--borderBox);
  --borderBox: 1px solid var(--bg);
  --text-color: #f3f5f7;
  --text-color2: #acbcc9;
  --text-color-hover: #90caf9;
  --listBgFooter-list-bg: #04192f;
  --header-nav-border: 1px solid rgba(0, 0, 0, 0.6);
  --header-logoBg-border: 1px solid rgba(0, 0, 0, 0.6);
  --listInOne-border: 1px solid rgb(255 255 255 / 10%);
  --listInOne-bg: transparent;
  --breadcrumb-color: #90caf9;
  --searchForm-input-bg: #001f3f;
  --searchForm-input-color: var(--text-color);
  --searchForm-button: #000c1a;
  --searchForm-button-hover: #90caf9;
  --searchForm-button-color: var(--text-color);
  --searchForm-border: 1px solid #193757;
  --section-divider-bg: var(--bg);
  --section-divider-border: var(--borderBox);
  --clear-bg: linear-gradient(180deg, #42a5f5, #1565c0);
  --clear-color: var(--text-color);
  --clear-bg-hover: linear-gradient(180deg, #286291, #1565c0);
  --pagination-bg: transparent;
  --pagination-bg-hover: #002246;
  --pagination-color: #29b6f6;
  --pagination-color-hover: var(--text-color);
  --pagination-border: 1px solid #002246;
  --aside-bg: rgba(204, 229, 255, 0.07);
  --footer-border-top: 1px solid #fff;
}
.theme-yellow {
  --bg: #111;
  --bg2: transparent;
  --bodyBg: linvar(--bg);
  --headerBg: #111;
  --headerBg2: #222;
  --headerBg-backdrop-filter: none;
  --list-titleHBg: #303133;
  --list-bg: var(--bg2);
  --list-border: var(--borderBox);
  --header-tools-bg: #692262;
  --header-tools-bg-hover: #b99b70;
  --header-tools-bg-focus: 0 0 0 0.2rem rgba(241, 119, 116, 0.5);
  --header-tools-border: 1px solid transparent;
  --header-tools-color: var(--text-color);
  --breadcrumb-bg: transparent;
  --breadcrumb-border: 1px solid transparent;
  --searchHotList-bg: transparent;
  --searchHotList-bg-hover: #474747;
  --searchHotList-border: 1px solid #692262;
  --borderBox: 1px solid #282829;
  --text-color: #f2f2f2;
  --text-color2: hsl(0deg 0% 97% / 60%);
  --text-color-hover: #b99b70;
  --listBgFooter-list-bg: var(--bg2);
  --header-nav-border: 1px solid var(--headerBg);
  --header-logoBg-border: 1px solid var(--headerBg2);
  --textShadow: none;
  --listInOne-border: var(--borderBox);
  --listInOne-bg: var(--bg2);
  --breadcrumb-color: #b99b70;
  --searchForm-input-bg: #312a22;
  --searchForm-input-color: var(--text-color);
  --searchForm-button: #5b4d39;
  --searchForm-button-hover: #b99b70;
  --searchForm-button-color: var(--text-color);
  --searchForm-border: 1px solid #5b4d39;
  --section-divider-bg: var(--bg);
  --section-divider-border: var(--borderBox);
  --clear-bg: #695a46;
  --clear-color: var(--text-color);
  --clear-bg-hover: linear-gradient(180deg, #6d1b19, #661818);
  --pagination-bg: var(--bg2);
  --pagination-bg-hover: rgba(255, 255, 255, 0.09);
  --pagination-color: var(--text-color2);
  --pagination-color-hover: var(--text-color);
  --pagination-border: var(--borderBox);
  --aside-bg: var(--bg2);
  --footer-border-top: var(--borderBox);
}
.theme-yellow2 {
  --bg: #111;
  --bg2: transparent;
  --bodyBg: linvar(--bg);
  --headerBg: #910000;
  --headerBg2: #000000;
  --headerBg-backdrop-filter: none;
  --list-titleHBg: linear-gradient(#222326, #131313);
  --list-bg: var(--bg2);
  --list-border: var(--borderBox);
  --header-tools-bg: #ffcc00;
  --header-tools-bg-hover: #ae0000;
  --header-tools-bg-focus: 0 0 0 0.2rem rgba(241, 119, 116, 0.5);
  --header-tools-border: 1px solid transparent;
  --header-tools-color: #000;
  --breadcrumb-bg: transparent;
  --breadcrumb-border: 1px solid transparent;
  --searchHotList-bg: transparent;
  --searchHotList-bg-hover: #474747;
  --searchHotList-border: 1px solid #715a00;
  --borderBox: 1px solid #282829;
  --text-color: #f2f2f2;
  --text-color2: hsl(0deg 0% 97% / 60%);
  --text-color-hover: #ffcc00;
  --listBgFooter-list-bg: var(--bg2);
  --header-nav-border: 1px solid var(--headerBg);
  --header-logoBg-border: 1px solid #474747;
  --textShadow: none;
  --listInOne-border: var(--borderBox);
  --listInOne-bg: var(--bg2);
  --breadcrumb-color: #ffcc00;
  --searchForm-input-bg: #312a22;
  --searchForm-input-color: var(--text-color);
  --searchForm-button: #ffcc00;
  --searchForm-button-hover: #ffcc00;
  --searchForm-button-color: #111;
  --searchForm-border: 1px solid #ffcc00;
  --section-divider-bg: var(--bg);
  --section-divider-border: var(--borderBox);
  --clear-bg: #ffcc00;
  --clear-color: #000;
  --clear-bg-hover: #ae0000;
  --pagination-bg: rgba(255, 255, 255, 0.09);
  --pagination-bg-hover: #111;
  --pagination-color: var(--text-color2);
  --pagination-color-hover: var(--text-color);
  --pagination-border: 1px solid #111;
  --aside-bg: var(--bg2);
  --footer-border-top: var(--borderBox);
}
.theme-pink {
  --bg: #0f0e14;
  --bg2: #1e1e28;
  --bodyBg: var(--bg);
  --headerBg: #111111d3;
  --headerBg2: #222222d5;
  --headerBg-backdrop-filter: blur(5px);
  --list-titleHBg: #303133;
  --list-bg: #161616;
  --list-border: var(--borderBox);
  --header-tools-bg: #f03c6e;
  --header-tools-bg-hover: #b42a51;
  --header-tools-bg-focus: 0 0 0 0.2rem rgba(241, 119, 116, 0.5);
  --header-tools-border: 1px solid transparent;
  --header-tools-color: var(--text-color);
  --breadcrumb-bg: transparent;
  --breadcrumb-border: 1px solid transparent;
  --searchHotList-bg: #4b4643;
  --searchHotList-bg-hover: #b42a51;
  --searchHotList-border: 1px solid transparent;
  --borderRadius: 1em;
  --borderBox: 1px solid var(--bg2);
  --text-color: #fff;
  --text-color2: #b7b7b8;
  --text-color-hover: #f03c6e;
  --listBgFooter-list-bg: var(--bg2);
  --header-nav-border: 1px solid var(--headerBg);
  --header-logoBg-border: 1px solid var(--headerBg2);
  --textShadow: none;
  --listInOne-border: var(--borderBox);
  --listInOne-bg: var(--bg);
  --breadcrumb-color: #f03c6e;
  --searchForm-input-bg: #292121;
  --searchForm-input-color: var(--text-color);
  --searchForm-button: #f03c6e;
  --searchForm-button-hover: #b42a51;
  --searchForm-button-color: var(--text-color);
  --searchForm-border: 1px solid #f03c6e;
  --section-divider-bg: var(--bg);
  --section-divider-border: var(--borderBox);
  --clear-bg: #f03c6e;
  --clear-color: var(--text-color);
  --clear-bg-hover: #a02145;
  --pagination-bg: var(--bg);
  --pagination-bg-hover: rgba(255, 255, 255, 0.09);
  --pagination-color: var(--text-color2);
  --pagination-color-hover: var(--text-color);
  --pagination-border: var(--borderBox);
  --aside-bg: var(--list-bg);
  --footer-border-top: var(--borderBox);
}
.theme-purple {
  --bg: #060517;
  --bg2: #3e3256;
  --bodyBg: linear-gradient(135deg, #060517 0%, #1b0533 51%, #060517 100%);
  --headerBg: linear-gradient(135deg, #060517 0%, #38076df3 51%, #060517 100%);
  --headerBg2: linear-gradient(
    135deg,
    rgba(6, 5, 23, 0.95),
    rgba(21, 3, 46, 0.93),
    rgba(6, 5, 23, 0.73)
  );
  --headerBg-backdrop-filter: blur(5px);
  --list-titleHBg: #281b41;
  --list-bg: #00040a65;
  --list-border: var(--borderBox);
  --header-tools-bg: linear-gradient(135deg, #44effc 0%, #f470ec 97%);
  --header-tools-bg-hover: linear-gradient(135deg, #f470ec 0%, #44effc 97%);
  --header-tools-bg-focus: 0 0 0 0.2rem rgba(241, 119, 116, 0.5);
  --header-tools-border: 1px solid transparent;
  --header-tools-color: #111;
  --breadcrumb-bg: transparent;
  --breadcrumb-border: 1px solid transparent;
  --searchHotList-bg: #080216;
  --searchHotList-bg-hover: #ddbdff;
  --searchHotList-border: 1px solid #563485;
  --borderRadius: 0.75em;
  --borderBox: 1px solid var(--bg2);
  --text-color: #fff;
  --text-color2: #b7b7b8;
  --text-color-hover: #b579f1;
  --listBgFooter-list-bg: #0d0226;
  --header-nav-border: 1px solid var(--bg);
  --header-logoBg-border: var(--borderBox);
  --textShadow: none;
  --listInOne-border: var(--borderBox);
  --listInOne-bg: var(--bg);
  --breadcrumb-color: #ddbdff;
  --searchForm-input-bg: #ffffff1c;
  --searchForm-input-color: var(--text-color);
  --searchForm-button: #b579f1;
  --searchForm-button-hover: #563485;
  --searchForm-button-color: var(--text-color);
  --searchForm-border: 1px solid #3e3256;
  --section-divider-bg: var(--bg);
  --section-divider-border: var(--borderBox);
  --clear-bg: #b579f1;
  --clear-color: var(--text-color);
  --clear-bg-hover: #3e3256;
  --pagination-bg: transparent;
  --pagination-bg-hover: #b579ef;
  --pagination-color: #b579ef;
  --pagination-color-hover: var(--bg);
  --pagination-border: var(--borderBox);
  --aside-bg: var(--list-bg);
  --footer-border-top: var(--borderBox);
}
.layout-2 {
  --list-cols: 3;
  --list-li-cols: 3;
  --listBgFooter-list-li-cols: 6;
}

:not(.maxHeight)::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-track,
:hover::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
body::-webkit-scrollbar-thumb,
:hover::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.6);
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
  transition: var(--transition);
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 2px solid transparent;
  background-clip: content-box;
  cursor: pointer;
  transition: var(--transition);
}
html {
  font-family: Microsoft yahei;
  line-height: 1.5;
  font-size: 16px;
  margin: auto;
  overflow-y: scroll;
  color: var(--text-color);
}
body {
  margin: 0;
  position: relative;
  background: var(--bg);
  font-size: 15px;
}
body:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--bodyBg);
  z-index: -1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
input:focus {
  outline: none;
}
input {
  color: var(--text-color);
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: var(--text-color);
  text-decoration: none;
  transition: var(--transition);
  transform: scale(1);
}
a:active,
a:hover {
  outline-width: 0;
}
button {
  border: 0;
}
b,
strong {
  font-weight: bolder;
}
svg {
  fill: currentColor;
}
ul {
  list-style: none;
  padding: 0;
}
p,
figure {
  margin: 0;
}
video,
iframe,
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
input,
h1,
h2,
h3,
h4,
h5 {
  font-size: 0.9375rem;
  font-weight: 500;
  display: inline-block;
  margin: 0;
  line-height: 1.2;
}
p {
  margin-bottom: 1rem;
  margin-block-end: 1em;
}
header b {
  font-weight: 500;
}
hr {
  padding: var(--padding-horizontal) 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* star.icon */
.icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon i {
}
/* end.icon */
.layout-switcher,
.theme-switcher {
  position: relative;
}
.layout-switcher .layout,
.theme-switcher .theme {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 99;
  border-radius: var(--borderRadius);
  align-items: center;
}
.layout-switcher .layout button,
.theme-switcher .theme button {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-switcher:hover .layout,
.theme-switcher:hover .theme {
  display: flex;
}
.layout-switcher .layout button {
  width: 25px;
  height: 25px;
}

.theme-switcher .theme button.grey {
  background: grey;
}
.theme-switcher .theme button.green {
  background: green;
}
.theme-switcher .theme button.red {
  background: red;
}
.theme-switcher .theme button.blue {
  background: blue;
}
.theme-switcher .theme button.yellow {
  background: #cfa027;
}
.theme-switcher .theme button.yellow2 {
  background: yellow;
}
.theme-switcher .theme button.pink {
  background: #f03c6e;
}
.theme-switcher .theme button.purple {
  background: purple;
}

header {
  font-size: 0.9875rem;
  position: sticky;
  left: 0;
  top: 0;
  backdrop-filter: var(--headerBg-backdrop-filter);
  z-index: 10;
  transition: var(--transition);
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.33rem;
}
header.hide {
  transform: translateY(-100%);
}
.navBg {
  width: 100%;
  max-height: calc(1.4em + var(--header-padding));
  background: var(--headerBg);
  overflow: hidden;
  border: var(--header-nav-border);
}
.navBg .main-nav .nav-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 var(--header-padding);
}

.navBg .main-nav .nav-list li a {
  display: flex;
  align-items: center;
  padding: calc(var(--header-padding) / 2) var(--header-padding);
  display: flex;
  width: max-content;
}
.navBg .main-nav .nav-list li:nth-child(1) a {
  color: lime;
}
.navBg .main-nav .nav-list li:nth-child(2) a {
  color: white;
}
.navBg .main-nav .nav-list li:nth-child(3) a {
  color: yellow;
}
.navBg .main-nav .nav-list li:nth-child(4) a {
  color: orange;
}
.navBg .main-nav .nav-list li:nth-child(5) a {
  color: coral;
}
.navBg .main-nav .nav-list li:nth-child(6) a {
  color: cyan;
}
.navBg .main-nav .nav-list li:nth-child(7) a {
  color: pink;
}
.navBg .main-nav .nav-list li:nth-child(8) a {
  color: white;
}
.navBg .main-nav .nav-list li:nth-child(9) a {
  color: lime;
}
.navBg .main-nav .nav-list li:nth-child(10) a {
  color: yellow;
}
.navBg .main-nav .nav-list li a .icon {
  margin-right: 0.25em;
}
.logoBg {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--paddingS);
  border: var(--header-logoBg-border);
  background: var(--headerBg2);
}
.logoBg .site-branding .site-logo {
  display: flex;
  align-items: center;
}
.logoBg .site-branding .site-logo,
.logoBg .site-branding .site-logo h1,
.logoBg .site-branding .site-logo b {
  font-size: 1.171875rem;
}
.logoBg .site-branding .site-logo .icon {
  margin-right: 0.25em;
}
.header-tools .tool-list {
  display: flex;
  align-items: center;
  margin: 0;
  margin: -2px -2px 0 0;
}
.header-tools .tool-list li {
  margin: 2px 2px 0 0;
}
.header-tools .tool-list li a {
  background: var(--header-tools-bg);
  border-radius: var(--borderRadius);
  border: var(--header-tools-border);
  text-shadow: var(--textShadow);
  width: 2.95rem;
  height: 2.95rem;
  color: var(--header-tools-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
}
main {
  margin: var(--paddingS);
}
nav[aria-label="breadcrumb"] ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  border: var(--breadcrumb-border);
  border-radius: var(--borderRadius);
  text-shadow: var(--textShadow);
  padding: 12px;
  background: var(--breadcrumb-bg);
  margin-bottom: 0.5rem;
}
nav[aria-label="breadcrumb"] li {
  display: flex;
  align-items: center;
  color: var(--breadcrumb-color);
  font-size: 0.95rem;
}
nav[aria-label="breadcrumb"] li + li::before {
  content: "/";
  margin: 0 8px;
  color: #7a8288;
}
nav[aria-label="breadcrumb"] a {
  color: #fff;
}
.listBgFooter,
.share-buttons,
.listBgAll {
  display: flex;
}
aside {
  order: 2;
  width: var(--aside-width);
}
aside ul {
  margin: 0;
  border: var(--borderBox);
  border-radius: var(--borderRadius);
  overflow: hidden;
}
aside ul li a {
  border-top: var(--borderBox);
  padding: var(--content-padding-vertical) var(--content-padding-horizontal);
  background: var(--aside-bg);
  display: block;
}
aside ul li:first-child a {
  border-top: 0;
}
.listBg {
  order: 1;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.listBg .list {
  border: var(--list-border);
  border-radius: var(--borderRadius);
  overflow: hidden;
  margin-bottom: var(--list-paddingRL);
  background: var(--list-bg);
  width: calc(100% / var(--list-cols) - 2px - 0.5rem);
  margin: 0.5rem 0.5rem 0 0;
}
.listBg .list .titleHBg {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.5rem;
  background: var(--list-titleHBg);
  border-bottom: var(--borderBox);
}
.listBg .list .titleHBg .titleH {
  max-width: calc(100% - 90px);
}
.listBg .list .titleHBg .titleH h2 {
  font-size: 0.95rem;
}
.listBg .list .titleHBg .titleH a {
  display: flex;
  align-items: center;
}
.listBg .list .titleHBg .titleH a .img {
  display: inline-flex;
  margin-right: 0.25em;
  width: 16px;
  height: 16px;
}
.listBg .list .titleHBg .titleH a .h2 {
  width: calc(100% - 16px - 0.25em);
}
.listBg .list .titleHBg p {
  width: 100%;
  font-size: 0.875rem;
  color: var(--text-color);
  margin-bottom: 0;
  opacity: 0.6;
  margin-left: 1.25rem;
}
.listBg .list .titleHBg .more {
  border: var(--borderBox);
  border-radius: var(--borderRadius);
  padding: 3px 6px;
  font-size: 0.875rem;
  text-shadow: var(--textShadow);
  color: var(--text-color2);
}
[class*="listIn"] {
  display: flex;
  flex-flow: row wrap;
  padding: 0.25rem 0.5rem;
  margin: calc(var(--list-paddingRL) * -1) calc(var(--list-paddingRL) * -1) 0 0;
}
[class*="listIn"] li {
  width: calc(100% / 6 - var(--list-paddingRL));
  margin: var(--list-paddingRL) var(--list-paddingRL) 0 0;
  min-width: 0;
}
[class*="listIn"] li a {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: center;
  padding: 3.15px 0;
}
[class*="listIn"] li a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
}
[class*="listIn"] li a .imgBig {
  margin-bottom: 0.25rem;
}
[class*="listIn"] li a .h3Bg {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  min-width: 0;
  margin-bottom: 0.25rem;
}
[class*="listIn"] li a .h2,
[class*="listIn"] li a .h3 {
  display: flex;
  flex: 1;
  min-width: 0;
}
[class*="listIn"] li a .h2 h2,
[class*="listIn"] li a .h3 h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
[class*="listIn"] li .tags,
[class*="listIn"] li a p {
  opacity: 0.7;
  font-size: 0.825em;
  margin-bottom: 0;
}
[class*="listIn"] li .tags {
  display: flex;
  flex-flow: row wrap;
  font-size: 0.75em;
  opacity: 0.3;
}
[class*="listIn"] li .tags a {
  margin-right: 0.25em;
  padding: 0;
}
.listInBg {
  margin-bottom: 1rem;
}
.listInBg .listIn {
  padding: 0.5rem 0 0 0;
  width: 100%;
}
.listBgAll {
  flex-flow: row wrap;
}
.listBgAll .listBg li {
  width: calc(100% / var(--list-li-cols) - var(--list-paddingRL));
}
.listBgFooter [class*="listIn"] {
  grid-template-columns: repeat(6, 1fr);
}
.listBgFooter .listBg .list {
  background: var(--listBgFooter-list-bg);
  width: 100%;
}
.listBgFooter .listBg .list li {
  width: calc(100% / var(--listBgFooter-list-li-cols) - var(--list-paddingRL));
}
.listInBg .titleH{
  width: 100%;
}
.listInBg .titleH h2 {
  font-size: 1.875rem;
  color: var(--text-color2);
  margin-top: 0.5rem;
}
.listInOne {
  border: var(--listInOne-border);
  border-radius: var(--borderRadius);
  overflow: hidden;
  padding: 0;
  margin: 0 0 0.5rem 0;
}
.listInOne li {
  width: -webkit-fill-available;
  margin: 0;
}
.listInOne li a {
  background: var(--listInOne-bg);
  border-top: var(--listInOne-border);
  padding: 0.75rem 1.25rem;
}
.listInOne li:first-child a {
  border-top: 0;
}
.listInOne li a .h3 h3 {
  white-space: normal;
  line-height: 1.5;
}
.share-buttons ul {
  display: flex;
  padding: 6px 0 1.5rem 0;
  margin: -6px -6px 0 0;
}
.share-buttons ul li {
  margin: 6px 6px 0 0;
}
.share-buttons ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: var(--borderRadius);
  transition: var(--transition);
  top: 0;
  opacity: 1;
}
.share-buttons ul li a.facebook {
  background: #4267b2;
}
.share-buttons ul li a.twitter {
  background: #000;
}
.share-buttons ul li a.email {
  background: #7d7d7d;
}
.share-buttons ul li a.telegram {
  background: #0088cc;
}
.share-buttons ul li a.line {
  background: #00c300;
}
.share-buttons ul li a.whatsapp {
  background: #25d366;
}
.share-buttons ul li a img {
  width: 16px;
  height: 16px;
}
.searchForm {
  border-radius: var(--borderRadius);
  display: flex;
  align-items: center;
  border: var(--searchForm-border);
  margin-bottom: 0.875rem;
  overflow: hidden;
}
.searchForm input {
  background: var(--searchForm-input-bg);
  width: calc(100% - 48px - 2rem);
  color: var(--searchForm-input-color);
  padding: 0 1rem;
}
.searchForm input,
.searchForm button {
  height: 48px;
  border: 0;
}
.searchForm button {
  width: 48px;
  background: var(--searchForm-button);
  color: var(--searchForm-button-color);
  cursor: pointer;
  transition: var(--transition);
  border-radius: 0;
}
.searchList {
  max-width: 800px;
  margin: 0;
}
.searchList li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #fff;
}
.searchList li .title h5 {
  font-size: 1.171875rem;
  font-weight: normal;
  margin: 0;
  margin-bottom: 0.5rem;
}
.searchList li .text {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
.searchList li .text .textIn {
  color: var(--text-color2);
}
.searchList li .text .textIn > a > span {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  font-size: 0.9375rem;
  color: var(--text-color2);
}
.searchList li .text .textIn > a > span.href {
  color: var(--text-color);
  font-weight: 500;
}
.searchList li .text .textIn > a > span i {
  margin-right: 5px;
  color: var(--text-color2);
}
.searchList li .text .img {
  max-width: 160px;
}
.searchHot .titleH h5 {
  color: var(--text-color2);
  font-size: 1.171875rem;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: normal;
  color: var(--text-color2);
  margin: 0;
  margin-bottom: 0.5rem;
}
.searchHot .searchHotList {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  margin: -0.25rem -0.25rem 0 0;
}
.searchHot .searchHotList li {
  margin: 0.25rem 0.25rem 0 0;
}
.searchHot .searchHotList li a {
  border: var(--searchHotList-border);
  background: var(--searchHotList-bg);
  text-shadow: var(--textShadow);
  padding: 0.25rem 0.5rem;
  transition: var(--transition);
  border-radius: var(--borderRadius);
  display: block;
}
.searchHot .searchHotList li a h3 {
  font-size: 0.825rem;
}

.pagination {
  width: 100%;
  position: relative;
  z-index: 5;
  overflow-y: auto;
  margin-bottom: 1rem;
}
.pagination.bottom {
  bottom: 0;
}
.pagination .page-listBg {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  border: var(--pagination-border);
  border-radius: var(--borderRadius);
  background: var(--pagination-bg);
}
.pagination .page-list {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  margin: 0;
}
.pagination button,
.pagination ul li {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.875rem;
  color: var(--pagination-color);
  padding: 0;
  margin: 0;
  transition: var(--transition);
  border: 0;
  background: transparent;
  border-left: var(--pagination-border);
}
.page-list li a {
  display: block;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.pagination button.prev {
  border-left: 0;
}
.pagination button.current,
.pagination ul li.current {
  background: var(--pagination-bg-hover);
}
.pagination button.current,
.pagination ul li.current,
.pagination button.current svg {
  color: var(--pagination-color-hover);
}
.pagination button svg {
  color: var(--linkColor);
  stroke: none;
  fill: currentColor;
  width: 16px;
}
.productsShow .flex {
  margin-bottom: 1rem;
}
.productsShow .flex .left .img,
.productsShow .flex .right .img {
  position: relative;
}
.productsShow .flex .left a,
.productsShow .flex .right a {
  background: linear-gradient(#78cc78, #62c462 60%, #53be53);
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  text-shadow: var(--textShadow);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: var(--borderRadius);
  border: var(--borderBox);
  transition: var(--transition);
}
.productsShow .flex .right a,
.productsShow .flex .left a {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  min-width: 145px;
}
.productsShow .flex .right a .icon,
.productsShow .flex .left a .icon {
  display: flex;
  align-items: center;
  width: max-content;
}
.productsShow .flex .right a .icon i,
.productsShow .flex .left a .icon i {
  margin-right: 0.25rem;
}
.productsShow .flex .center h3 {
  font-size: 1.640625rem;
  margin: 0.5rem 0;
}
.productsShow .flex .center a {
  color: var(--text-color);
}
.productsShow .flex .center p {
  font-size: 0.9rem;
  color: var(--text-color2);
  margin-bottom: 1.5rem;
}
.productsShow .flex .center p.maxHeight {
  max-height: 300px;
  overflow-y: auto;
}
.products2 .listIn {
  display: flex;
  flex-flow: row wrap;
  counter-reset: prod-counter -1;
}
.products2 .listIn li {
  order: 10;
  width: calc(100% / var(--list-cols) - var(--list-paddingRL));
  counter-increment: prod-counter;
}
.products2 .listIn li.slogn {
  width: calc(100% - (100% / var(--list-cols)) * 2 - var(--list-paddingRL));
}
.products2 .listIn li.slogn h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.products2 .listIn li a {
  padding: 0;
  font-size: 1rem;
}
.products2 .listIn li .imgBig {
  position: relative;
  margin-bottom: 0;
}
.products2 .listInBg li .imgBig .imgBg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 0%) 65%,
    rgb(0 0 0) 85%,
    rgb(0 0 0) 100%
  );
  transition: all 0.3s;
  opacity: 0.7;
}
.products2 .listIn li .imgBig .hoverBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000d8;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transition: var(--transition);
}
.products2 .listIn li .imgBig .hoverBg .hover {
  width: calc(100% - 4em);
}
.products2 .listIn li .imgBig .hover a {
  display: flex;
  align-items: center;
  margin: auto;
}
.products2 .listIn li .imgBig .hover .btn {
  background: #f8a04d;
  padding: 0.5em 1em;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.products2 .listIn li .imgBig .hover .btn.new-tab {
  margin-top: 1rem;
  background: #2eaf61;
}
.products2 .listIn li .imgBig .hover .btn svg {
  width: 15px;
  height: 15px;
  color: #fff;
  margin-left: 0.5em;
}
.products2 .listIn li .h3Bg:before,
.products2 .listIn li .h3Bg {
  position: absolute;
  width: -webkit-fill-available;
  left: 0;
  bottom: 0;
  padding: 0.5em;
  transition: all 0.3s;
  z-index: 3;
}
.products2 .listIn li .h3Bg:before {
  content: counter(prod-counter);
  color: var(--text-color2);
  font-size: 0.875em;
}
.products2 .listIn li .h3Bg .h3 {
  flex: inherit;
  max-width: calc(100% - 3rem);
}
.products2 .listIn li a p {
  color: var(--text-color);
  opacity: 1;
}
footer {
  margin: var(--padding) 0;
}
.footer-nav {
  border-top: var(--footer-border-top);
  padding: var(--padding);
  font-size: 0.875rem;
}
.footer-nav ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.footer-nav ul li::before {
  content: "/";
  margin: 0 6px;
}
.footer-nav ul li:first-child:before {
  content: "";
}
.clear {
  background: var(--clear-bg);
  border: var(--borderBox);
  color: var(--clear-color);
  border-radius: var(--borderRadius);
  font-size: 0.9375rem;
  cursor: pointer;
  transition: var(--transition);
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.clear i {
  margin-right: 0.25rem;
}
.section-divider {
  background-color: var(--section-divider-bg);
  border: var(--section-divider-border);
}
.contact-section {
  color: var(--text-color2);
}
.contact-section h1,
.contact-section h3,
.contact-section h5 {
  display: block;
  margin-bottom: 0.5rem;
}
.contact-section h1 {
  font-size: 2.34375rem;
}
.contact-section h3 {
  font-size: 1.640625rem;
}
.contact-section h5 {
  font-size: 1.171875rem;
}
.contact-section a {
  color: var(--text-color);
}
.contact-section ul {
  margin: 0 0 1rem 0;
}
.contact-section ul li {
  list-style: disc;
  margin-left: 3rem;
}
.iconAll {
  display: none;
}
.layout-3 .listBgAll {
  flex-flow: row wrap;
}
.layout-3 aside {
  width: 100%;
  order: 1;
  margin-bottom: 0.25em;
}
.layout-3 aside ul {
  display: flex;
}
.layout-3 aside ul li a {
  border-top: 0;
}
.layout-3 aside ~ .listBg,
.layout-3 .listBg .list {
  width: 100%;
  margin-right: 0;
}
.layout-5 .listBgAll .listBg li a .imgBig {
  margin-bottom: 0;
}
.layout-5 .listBgAll .listBg li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 0%) 45%,
    rgb(0 0 0) 75%,
    rgb(0 0 0) 100%
  );
  transition: all 0.3s;
  opacity: 0.7;
}
.layout-5 .listBgAll .listBg li a .h3Bg {
  position: absolute;
  width: -webkit-fill-available;
  left: 0;
  bottom: 0;
  padding: 0.5em;
  transition: all 0.3s;
}
.layout-5 .listBgAll .listBg li a .h3Bg p {
  display: none;
}
.layout-5 .banner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.layout-5 .banner .right,
.layout-5 .banner .left {
  display: flex;
  flex-flow: row wrap;
  align-content: space-around;
  height: -webkit-fill-available;
}
.layout-5 .banner .img {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.layout-5 .banner .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.65) 100%
  );
  border-radius: 50%;
}
.layout-5 .banner h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.layout-5 .banner p {
  opacity: 0.7;
  font-size: 0.875rem;
}
.layout-5 .banner .btn {
  float: right;
}
.layout-6 .marquee {
  --gap: 2rem;
  --speed: 120s;
  overflow: hidden;
}
.layout-6 .marquee__track {
  gap: var(--gap);
  animation: marquee-scroll var(--speed) linear infinite;
  width: max-content;
}
.layout-6 .marquee__track:hover {
  animation-play-state: paused;
}
.layout-6 .listBgAll .listBg li {
  width: calc(100vw / var(--list-li-cols) - var(--list-paddingRL));
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(calc(-100% - var(--gap)));
  }
  100% {
    transform: translateX(calc(0% - var(--gap)));
  }
}
.layout-6 .marqueeBg .titleHBg {
  width: 30%;
}
.layout-6 .marqueeBg .titleHBg h2 {
  color: var(--text-color-hover);
  filter: hue-rotate(90deg) brightness(100%);
  font-size: 2rem;
}
.layout-6 .marqueeBg .titleHBg h3 {
  color: var(--text-color-hover);
  filter: hue-rotate(100deg) brightness(100%);
  font-size: 2rem;
}
.layout-6 .marqueeBg .titleHBg p {
  font-size: 1rem;
  color: var(--text-color-hover);
  filter: hue-rotate(120deg) brightness(80%);
}
@media (min-width: 769px) {
  .header-tools .tool-list li a:hover {
    background: var(--header-tools-bg-hover);
  }
  .header-tools .tool-list li a:focus {
    box-shadow: var(--header-tools-bg-focus);
  }
  .footer-nav li a:hover,
  .listBg .list .titleH a:hover .h2,
  [class*="listIn"] a:hover,
  aside ul li a:hover {
    color: var(--text-color-hover);
  }
  aside ~ .listBg {
    max-width: 1314px;
    width: calc(100% - var(--aside-width) - var(--padding));
    padding: 0 0 var(--padding) 0;
    margin: -0.5rem 0.5rem 0 0;
  }
  main .share-buttons ul li a:hover {
    top: -5px;
    opacity: 0.8;
  }
  .clear:hover {
    background: var(--clear-bg-hover);
  }
  .clear:focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 92, 96, 0.5);
  }
  .contact-section a:hover {
    color: var(--text-color-hover);
  }
  .searchList li .title h5:hover,
  .searchList li .text .textIn span.href:hover {
    color: var(--text-color-hover);
  }
  .searchForm button:hover {
    color: var(--text-color);
    background: var(--searchForm-button-hover);
  }
  .searchHot .searchHotList li a:hover {
    background: var(--searchHotList-bg-hover);
  }
  .pagination button:hover,
  .pagination ul li:hover {
    background: var(--pagination-bg-hover);
    color: var(--pagination-color-hover);
  }
  .productsShow .flex {
    display: flex;
    margin: -0.5rem -0.5rem 0 0;
  }
  .productsShow .flex .left a:hover,
  .productsShow .flex .right a:hover {
    background: linear-gradient(#379337, #3b9e3b 40%, #3ea63e);
  }
  .productsShow .flex .center a {
    color: var(--text-color);
  }
  .productsShow .flex .center a:hover {
    color: var(--text-color-hover);
  }

  .productsShow .flex > div {
    width: calc(100% / 3 - 0.5rem);
    margin: 0.5rem 0.5rem 0 0;
  }

  .products2 .listIn li:nth-child(2) {
    order: 1;
  }
  .products2 .listIn li:nth-child(3) {
    order: 2;
  }
  .products2 .listIn li.slogn {
    order: 5;
  }
  .products2 {
    --list-cols: 5;
  }
  .products2 .listIn li:hover .imgBig .hoverBg {
    opacity: 1;
  }

  .layout-5 .listBgAll .listBg li:hover::before {
    height: 100%;
    background: #000;
    opacity: 0.8;
  }
  .layout-5 .listBgAll .listBg li:hover .h3Bg {
    opacity: 1;
    height: -webkit-fill-available;
    background: transparent;
  }
  .products2 .listIn li:hover {
    color: var(--text-color);
  }
  .layout-5 .listBgAll .listBg li:hover .h3Bg p {
    display: block;
  }
}
@media (min-width: 1025px) {
  footer .share-buttons {
    display: none;
  }

  .layout-5 .banner > div {
    margin: 1rem;
  }
  .layout-5 .banner .img {
    width: 26%;
  }
  .layout-5 .banner .right,
  .layout-5 .banner .left {
    width: calc(37% - 2rem);
  }
  .layout-5 .banner .left {
    margin-right: 0;
  }
  .layout-5 .banner .right {
    margin-left: 0;
  }
  .layout-5 .banner > div div {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1367px) {
  .layout-6 {
    --list-li-cols: 6;
  }
  .products2 {
    --list-cols: 6;
  }
}
@media all and (max-width: 1024px) {
  :root {
    --list-li-cols: 4;
    --listBgFooter-list-li-cols: 5;
  }
  .layout-2 {
    --listBgFooter-list-li-cols: 4;
  }
  [class*="listIn"] li {
    width: calc(100% / 4 - var(--list-paddingRL));
  }
  .listInOne li {
    width: 100%;
  }
  .listInBg .listIn li {
    width: calc(100% / 4 - var(--list-paddingRL));
  }
  .products2 {
    --list-cols: 4;
  }
  .products2 .listIn li {
    width: calc(100% / var(--list-cols) - var(--list-paddingRL));
  }
  .products2 .listIn li.slogn {
    width: calc(100% - (100% / var(--list-cols) * 2 + var(--list-paddingRL)));
    order: 5;
  }
  footer .share-buttons {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
  footer .share-buttons ul {
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: end;
  }
  footer .share-buttons ul li {
    width: calc(100% / 6);
    margin: 0;
  }
  footer .share-buttons ul li a {
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
  footer .share-buttons ul li.share-count,
  footer .share-buttons ul li a {
    height: 40px;
  }
  footer .share-buttons ul li a img {
    width: 20px;
    height: 20px;
  }
  footer .share-buttons ul li.share-count {
    color: #555;
    font-size: 0.55rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
  footer .share-buttons ul li.share-count .count-number {
    font-size: 1.65em;
    width: 100%;
    text-align: center;
    margin-bottom: -0.55em;
    font-weight: normal;
  }
  .footer-nav {
    margin-bottom: 3rem;
  }
  .layout-5 .banner .img {
    order: 1;
    margin: auto;
    max-width: 20vh;
  }

  .layout-5 .banner .left,
  .layout-5 .banner .right {
    order: 2;
  }
  .layout-5 .banner .left {
    margin-top: 1rem;
  }
}
@media all and (max-width: 768px) {
  :root {
    --listBgFooter-list-li-cols: 3;
  }
  .layout-2 {
    --list-cols: 2;
    --list-li-cols: 3;
    --listBgFooter-list-li-cols: 3;
  }
  header .navBg .main-nav .nav-list {
    justify-content: space-between;
  }
  .navBg .main-nav .nav-list li a {
    padding: 0;
  }
  .navBg .main-nav .nav-list li a .icon,
  .navBg .main-nav .nav-list li a span span {
    display: none;
  }
  .header-tools .tool-list li.lang {
    display: none;
  }
  .header-tools {
    margin-left: auto;
  }
  aside {
    display: none;
  }
  [class*="listIn"] li {
    width: calc(100% / 3 - var(--list-paddingRL));
  }
  .listInOne li {
    width: 100%;
  }
  .productsShow .flex .center h3 {
    margin-top: 0.5rem;
  }
  .products2 .listIn li.slogn {
    width: calc(100% - var(--list-paddingRL));
  }
  .products2 .listIn li .imgBig .hoverBg {
    display: none;
  }
}
@media all and (max-width: 576px) {
  :root {
    --list-li-cols: 2;
    --listBgFooter-list-li-cols: 2;
  }
  .layout-2 {
    --list-cols: 1;
    --listBgFooter-list-li-cols: 2;
  }
  [class*="listIn"] li {
    width: calc(100% / 2 - var(--list-paddingRL));
  }
  .listInOne li {
    width: 100%;
  }
  .listInBg .listIn li {
    width: calc(100% / 2 - var(--list-paddingRL));
  }
}

@media (hover: none) and (pointer: coarse) {
  .pagination {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
}
