@media screen and (min-width: 1440px) and (max-width: 1920px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 0.6rem;
  color: #999;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  letter-spacing: 0.1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
body,
p {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a,
ol,
ul,
li {
  list-style: none;
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
}
input,
select {
  outline: none;
  border: none;
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 2px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.setBetween {
  display: flex;
  justify-content: space-between;
}
.setAlignCenter {
  display: flex;
  align-items: center;
}
.setCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body {
  overflow-x: hidden;
  min-width: 300px;
}
.img img {
  display: block;
}
.boxShadow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.main-center {
  width: 70rem;
  margin: 0 auto;
}
#banners {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  z-index: 999;
}
#banners .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin-top: -100px;
  margin-left: -200px;
  line-height: 1.8;
}
#banners .text .btn {
  position: relative;
  margin-top: 50px;
}
#banners .text .btn:after {
  content: "";
  display: block;
  clear: both;
}
#banners .text .btn a {
  float: left;
  padding: 6px 20px;
  border: 1px solid #000;
  margin-right: 20px;
}
#mb-header {
  display: none;
}
#mb-header #navbar-main #logo img {
  width: 100%;
}
#mb-header #navbar-main #sidebar-main-trigger {
  cursor: pointer;
  position: relative;
}
#mb-header #navbar-main #sidebar-main-trigger img {
  width: 100%;
}
#mb-header #sidebar-main {
  background-color: #000000;
  width: 10% !important;
}
#mb-header #sidebar-main * {
  color: #999;
}
#mb-header #sidebar-main * p {
  color: #fff;
}
#mb-header #sidebar-main * span {
  text-transform: uppercase;
  line-height: 1.6;
}
#mb-header #sidebar-main li:last-of-type a {
  border-bottom: none;
}
#mb-header #sidebar-main a {
  display: block;
  text-align: center;
  padding: 16px 0;
}
div[data-sidebar-main="mask"] {
  inset: 0 !important;
}
.paged {
  font-size: 0;
  text-align: center;
  margin-top: 2rem;
}
.paged a,
.paged .p_info,
.paged .current {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.2rem;
  width: 1.2rem;
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
}
.paged .first,
.paged .end {
  display: none;
}
.paged .prev,
.paged .next {
  width: 1rem;
  text-indent: -10rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}
.paged .prev {
  background-image: url("../images/left.png");
}
.paged .next {
  background-image: url("../images/right.png");
}
.paged .current {
  position: relative;
}
.paged .current::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.8rem;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%);
}
.paged .disabled {
  cursor: default;
  background-color: #e0e0e0;
}
.paged .disabled:hover {
  color: #333;
  background-color: #e0e0e0;
}
.nav-hover a {
  display: block;
  height: 1.8rem;
  padding-left: 8.4rem;
  padding-top: 1rem;
  overflow: hidden;
  transition: all ease 0.3s;
  position: relative;
}
.nav-hover a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  border-bottom: 1px solid #fff;
  transition: all ease 0.3s;
  display: none;
}
.nav-hover a:hover,
.nav-hover a.active {
  padding-top: 0;
}
.nav-hover a:hover::before,
.nav-hover a.active::before {
  width: 3rem;
}
.nav-hover a:hover span,
.nav-hover a.active span {
  color: #fff;
}
.nav-hover a span {
  display: block;
}
.nav-hover a em {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.page-title h2 {
  font-size: 0.8rem;
  color: #fff;
}
.page-title p {
  font-size: 0.6rem;
  color: #999;
  text-transform: uppercase;
  line-height: 2;
}
.menu {
  display: flex;
  justify-content: flex-end;
  margin-bottom: auto;
  position: absolute;
  top: -2rem;
  right: 0;
}
.menu a {
  padding-top: 0;
  padding-left: 2.4rem;
  margin-right: 1rem;
}
.menu a:last-of-type {
  margin-right: 0;
}
.menu a:hover::before,
.menu a.active::before {
  width: 2rem;
}
.menu a:hover em,
.menu a.active em {
  opacity: 1;
  transform: translateY(0);
}
.menu a span {
  color: #999;
  font-size: 0.7rem;
}
.menu a em {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  color: #999;
}
#navbar-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
}
#navbar-main #logo {
  width: 2.4rem;
  height: 3.5rem;
}
#navbar-main #sidebar-main-trigger {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/i-menu.png");
}
header {
  position: fixed;
  width: 14rem;
  height: 100vh;
  background-color: #000;
  padding: 4.8rem 0;
}
header .logo {
  display: flex;
}
header .logo img {
  margin-left: auto;
  margin-right: 3.2rem;
}
header * {
  color: #999;
}
header ul {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
header ul li {
  position: relative;
  margin-bottom: 2.4rem;
}
header ul li:last-of-type {
  margin-bottom: 0;
}
header ul li.active a {
  padding-top: 0;
}
header ul li.active a::before {
  width: 2rem;
}
header ul li.active a span {
  color: #fff;
}
header .code {
  display: flex;
  justify-content: flex-end;
  padding-right: 2.4rem;
}
header .code .item {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .code .item i {
  color: #fff;
  font-size: 1rem;
}
header .code .item:last-of-type {
  margin-right: 0;
}
header .code .item .mask {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 0.2rem;
  text-align: center;
  padding: 0.2rem;
  transition: all ease 0.3s;
  display: none;
}
header .code .item .mask::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 0.4rem solid #fff;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  transform: translateX(-50%);
}
header .code .item .mask .img {
  width: 5rem;
  height: 5rem;
  background-color: #ccc;
}
header .code .item .mask span {
  font-size: 0.6rem;
  line-height: 2;
  white-space: nowrap;
}
header .code .item:hover .mask {
  display: block;
}
main {
  background-color: #0b0b0b;
  height: 100vh;
  padding-left: 14rem;
  background-image: url("../images/about-bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
main .container {
  padding: 4.8rem 8.4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
main .container .content {
  flex: 1;
  position: relative;
}
footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0.8rem;
  padding-left: 14rem;
  background-color: #000;
  z-index: 99;
}
footer * {
  color: #999;
  font-size: 0.6rem;
}
footer p {
  text-align: center;
  line-height: 1.6;
}
footer p br {
  display: none;
}
@media screen and (max-width: 1440px) {
  header {
    width: 11rem;
    padding-top: 2rem;
  }
  .nav-hover a {
    padding-left: 5.4rem;
  }
  main {
    padding-left: 11rem;
  }
  main .container {
    padding: 2rem 4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  header ul {
    margin-top: 2rem;
  }
  main .container {
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 20px;
  }
  #mb-header #navbar-main {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0);
  }
  #mb-header #sidebar-main {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .index-mask #navbar-main {
    padding-top: 1rem;
  }
  #mb-header #sidebar-main {
    width: 40% !important;
  }
  header {
    display: none;
  }
  #mb-header {
    display: block;
  }
  #mb-header #navbar-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 0.5rem 1rem;
    z-index: 99;
    background-color: #000000;
  }
  .page-title {
    margin-bottom: 2rem;
  }
  .menu {
    position: initial;
    margin-bottom: 1rem;
    justify-content: flex-start;
  }
  .menu a {
    padding-left: 0;
    margin-right: 1rem;
  }
  .menu a:hover::before,
  .menu a.active::before {
    display: none;
  }
  main {
    padding: 7rem 0 0 0;
    height: auto;
    background-image: url("../images/mb-bg.png") !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 2rem;
  }
  main .container {
    padding: 0 2%;
  }
  footer {
    position: initial;
    padding: 1rem 0;
  }
  footer br {
    display: block !important;
  }
}
