@font-face {
  font-family: "albb_medium";
  src: url("../fonts/albb_medium.woff2") format("woff2"), url("../fonts/albb_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "albb_regular";
  src: url("../fonts/albb_regular.woff2") format("woff2"), url("../fonts/albb_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "albb_heavy";
  src: url("../fonts/albb_heavy.woff2") format("woff2"), url("../fonts/albb_heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "albb_semibold";
  src: url("../fonts/albb_semibold.woff2") format("woff2"), url("../fonts/albb_semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "albb_extrabold";
  src: url("../fonts/albb_extrabold.woff2") format("woff2"), url("../fonts/albb_extrabold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "albb_light";
  src: url("../fonts/albb_light.woff2") format("woff2"), url("../fonts/albb_light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

::-webkit-scrollbar {
  width: 0.05rem;
  height: 0.05rem;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 0.05rem;
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 0.05rem;
  background: #aaaaaa;
}

@-webkit-keyframes circleScale1 {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  80% {
    width: 1.4rem;
    height: 1.4rem;
    opacity: 1;
  }

  100% {
    width: 1.4rem;
    height: 1.4rem;
    opacity: 0;
  }
}

@keyframes circleScale1 {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  80% {
    width: 1.4rem;
    height: 1.4rem;
    opacity: 1;
  }

  100% {
    width: 1.4rem;
    height: 1.4rem;
    opacity: 0;
  }
}

@-webkit-keyframes circleScale2 {
  0% {
    width: 1rem;
    height: 1rem;
    opacity: 0.5;
  }

  80% {
    width: 2rem;
    height: 2rem;
    opacity: 1;
  }

  100% {
    width: 2rem;
    height: 2rem;
    opacity: 0;
  }
}

@keyframes circleScale2 {
  0% {
    width: 1rem;
    height: 1rem;
    opacity: 0.5;
  }

  80% {
    width: 2rem;
    height: 2rem;
    opacity: 1;
  }

  100% {
    width: 2rem;
    height: 2rem;
    opacity: 0;
  }
}

html,
body {
  font-family: 'albb_regular' !important;
  background: #ffffff;
}

/* 侧边栏 start */

.sidebar {
  position: fixed;
  right: 0.15rem;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}

.sidebar .sidebar_list li {
  text-align: center;
  position: relative;
  font-size: 0;
}

.sidebar .sidebar_list li .bar_icon {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#398bb1), to(#96c366));
  background: linear-gradient(to bottom, #398bb1, #96c366);
  border-radius: 0.15rem;
  margin: 0.04rem 0;
  text-align: center;
  font-size: 0;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar .sidebar_list li .bar_icon img {
  width: 100%;
  height: 100%;
}

.sidebar .sidebar_list li:nth-child(1) .bar_icon {
  background: -webkit-gradient(linear, left top, left bottom, from(#b9647b), to(#398bb1));
  background: linear-gradient(to bottom, #b9647b, #398bb1);
}

.sidebar .goto_top {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0.04rem;
  font-size: 0;
  border-radius: 0.15rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#96c366), to(#e39236));
  background: linear-gradient(to bottom, #96c366, #e39236);
  cursor: pointer;
}

.sidebar .goto_top img {
  width: 100%;
  height: 100%;
}

/* 侧边栏 end */

/* 底部 start */

.footer {
  width: 100%;
  background: #eef7f9;
}

.footer .footer_inner {
  width: 13.6rem;
  margin: 0 auto;
  padding: 0.6rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer_inner .footer_font {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #464f5b;
}

.footer .footer_inner .footer_font sup {
  vertical-align: super;
  font-size: 0.12rem;
}

.footer .footer_inner .footer_font span {
  padding: 0 0.15rem;
}

/* 底部 end */

@media only screen and (max-width: 1000px) {
  .footer .footer_inner {
    width: auto;
    margin: 0 0.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}