html {
  position: relative;
  min-height: 100%;
}

/* 滚动条 */
::-webkit-scrollbar {
  width: 4px !important;
  height: 6px;
}

.hide-scrollbar::-webkit-scrollbar {
  width: 0 !important;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.08);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6);
}
li {
  list-style: none;
}
ul,
p {
  margin: 0;
  padding: 0;
}
.footer a {
  color: #6c757d;
  text-decoration: none;
}
.footer {
  flex-direction: column;
  color: #6c757d;
  width: 100%;
  white-space: nowrap;
  height: 5.73rem;
  background-color: #2e3242;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.73rem;
}
/* Header styles
-------------------------------------------------- */
.header {
  width: 100%;
  background-color: #2e3242;
  padding-top: 1.46rem;
  padding-bottom: 1.98rem;
  z-index: 1;
  overflow: hidden;
}
.header .branding {
  overflow: hidden;
  margin-left: 19.8%;
  position: absolute;
  color: #fff;
}
.header .branding a {
  color: #fff;
}
.header .branding img {
  display: block;
  float: left;
  width: 5.63rem;
  height: 2.86rem;
  margin-right: 20px;
}
.header .nav_bar {
  float: left;
  width: 100%;
  margin-left: 41.35%;
}
.header .nav_bar a {
  float: left;
  font-size: 0;
  color: #fff;
  padding-top: 0.78rem;
  padding-bottom: 0.52rem;
  margin-right: 2.6%;
  position: relative;
  cursor: pointer;
}
.header .nav_bar a,
.header .nav_bar span {
  text-decoration: none;
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.3rem;
}
.nav_bar .active {
  border-bottom: 0.16vw solid #fc0072;
}
.nav_bar .active a {
  text-decoration: none;
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.3rem;
}
.banner img {
  width: 100%;
}
.content {
  margin-bottom: 150px;
}
a,
a:hover {
  text-decoration: none;
}
.links {
  border: 1px solid #e5e5e5;
  width: 55.67%;
  margin: 26px auto;
  padding: 0;
}
.links li {
  display: flex;
  align-items: center;
  height: 3.125rem;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 2rem;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.3rem;
}
.links li a {
  color: #5a5a5a;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.links svg {
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 1.7rem;
}

.menu-bar {
  background: #fafafa;
  position: fixed;
  width: 100%;
  height: 2.3rem;
  display: flex;
  align-items: center;
  color: #00305a;
}
.menu-bar img {
  width: 2.2rem;
  height: 100%;
  display: block;
  margin-left: 1rem;
}
.btn_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.3rem;
  margin-left: auto;
  background: #2e3242;
}
.btn_close .iconfont {
  font-size: 20px;
  color: #fff;
}

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  overflow: hidden;
}
.header {
  display: block;
}
.menu-bar,
.content-mobile {
  display: none;
}
.menu-list svg {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 1.25rem;
}
.menu-list {
  color: #5a5a5a;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
}
.menu-list a {
  padding: 0.7rem 1rem;
  border: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #5a5a5a;
}
.menu-list a .icon-arrow-down {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background-size: cover;
  margin-left: auto;
  margin-right: 0;
  transition: all 0.2s linear;
  background-image: url(/img/arrow-down.png);
  transform: rotate(-90deg);
}
@media screen and (max-width: 800px) {
  html {
    font-size: 20px;
    height: 100%;
  }
  .header {
    display: none;
  }
  .menu-bar {
    display: flex;
  }
  .content {
    display: none;
  }
  .content-mobile {
    display: block;
    padding-top: 2.3rem;
  }
  .banner {
    width: 100vw;
    height: unset;
  }
  .footer {
    display: none;
  }
  .content {
    padding-top: 2.3rem;
  }
}
