@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

[v-cloak] {
  display: none; }

#app {
  height: 100vh; }

html {
  height: 100%; }

body {
  background: #ffffff;
  height: 100%;
  width: 100%; }

.bj {
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: fixed;
  z-index: -1000; }

/*-----导航栏-----*/
.nav {
  width: 100%;
  height: 60px;
  margin: 0;
  background: #030205;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999; }
  .nav .nei {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center; }
    .nav .nei a {
      display: flex;
      font-family: Xvyu;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      border-radius: 10px;
      text-decoration: none;
      color: #468c79;
      width: 7%;
      height: 70%;
      margin: 1px; }
      .nav .nei a:hover {
        background: #09172c;
        color: #ffffff; }
    .nav .nei .input {
      width: 7%;
      height: 70%;
      position: relative; }
      .nav .nei .input input {
        font-family: SN_English;
        width: 100%;
        height: 70%;
        border-width: 0;
        text-align: center;
        font-size: 1.1rem;
        color: #b0fcff;
        background: #030205;
        text-decoration: none;
        outline: none;
        border-radius: 5px;
        padding: 5px; }
        .nav .nei .input input:focus {
          font-family: "微软雅黑", Arial; }
      .nav .nei .input:hover {
        background: transparent;
        color: #ffffff; }
    .nav .nei .active {
      background: #09172c;
      color: #ffffff; }
  .nav h2 {
    position: relative; }
    .nav h2 a {
      text-decoration: none;
      font-family: SN_English;
      font-size: 25px;
      position: absolute;
      left: 5%;
      width: 83px;
      height: 40px;
      padding: 10px 30px;
      color: #e6e6e6;
      z-index: 1; }

.fas, .far {
  font-size: 15px; }

.fa-search {
  position: absolute;
  right: -15px; }

.fa-edit {
  font-size: 25px; }

.el-dropdown {
  position: absolute;
  right: 120px; }

.el-dropdown-link {
  font-size: 20px;
  cursor: pointer;
  color: #e5e2e2; }

.el-icon-arrow-down {
  font-size: 15px; }

.el-dropdown-menu__item {
  font-size: 20px; }

.item {
  font-weight: bold;
  color: #0a001f;
  text-decoration: none; }

/*-----opacity(透明度)-----*/
.nav {
  /*导航栏*/
  opacity: 0.76; }

.d {
  width: 100%;
  height: 190px;
  position: relative;
  bottom: 0; }

.dd {
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: 50px; }

.el-scrollbar__wrap {
  overflow-x: hidden; }

footer {
  font-family: Xvyu;
  color: white;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  opacity: 0.8; }
  footer .left {
    height: 100px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    footer .left .jz {
      padding: 8px; }
    footer .left .version {
      display: flex; }
      footer .left .version span {
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        width: 60px;
        height: 30px; }
    footer .left .version span:first-child {
      background-color: #ff9800;
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px; }
    footer .left .version span:last-child {
      background-color: #26c6da;
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px; }
    footer .left .beian {
      padding: 10px;
      display: flex; }
      footer .left .beian img {
        width: 20px;
        display: flex; }
    footer .left a {
      color: white;
      text-decoration: none; }
  footer .right {
    height: 100px;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex; }
    footer .right p {
      font-size: 20px;
      margin-bottom: 10px; }
    footer .right .my_info {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      footer .right .my_info > div {
        position: relative; }
        footer .right .my_info > div .qq {
          position: absolute;
          width: 80px;
          top: -20px;
          left: -20px;
          transition: all 0.4s;
          opacity: 0; }
        footer .right .my_info > div .wechat {
          position: absolute;
          width: 80px;
          top: -20px;
          left: -20px;
          transition: all 0.4s;
          opacity: 0; }
      footer .right .my_info .svg {
        width: 40px;
        cursor: pointer;
        position: relative;
        z-index: 1; }
        footer .right .my_info .svg:hover ~ .qq {
          top: -83px;
          left: -20px;
          opacity: 1; }
        footer .right .my_info .svg:hover ~ .wechat {
          top: -83px;
          left: -20px;
          opacity: 1; }

.footer {
  font-family: Xvyu;
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  display: flex;
  font-size: 20px;
  height: 50px;
  width: 100%;
  background: black;
  color: white;
  text-align: center;
  align-items: center;
  justify-content: center; }

.my_face {
  display: inline-block;
  font-size: 10px;
  animation: my-face 5s infinite ease-in-out; }

@keyframes my-face {
  2% {
    transform: translateY(1.5px) rotate(1.5deg); }
  4% {
    transform: translateY(-1.5px) rotate(-0.5deg); }
  6% {
    transform: translateY(1.5px) rotate(-1.5deg); }
  8% {
    transform: translateY(-1.5px) rotate(-1.5deg); }
  10% {
    transform: translateY(2.5px) rotate(1.5deg); }
  12% {
    transform: translateY(-0.5px) rotate(1.5deg); }
  14% {
    transform: translateY(-1.5px) rotate(1.5deg); }
  16% {
    transform: translateY(-0.5px) rotate(-1.5deg); }
  18% {
    transform: translateY(0.5px) rotate(-1.5deg); }
  20% {
    transform: translateY(-1.5px) rotate(2.5deg); }
  22% {
    transform: translateY(0.5px) rotate(-1.5deg); }
  24% {
    transform: translateY(1.5px) rotate(1.5deg); }
  26% {
    transform: translateY(0.5px) rotate(0.5deg); }
  28% {
    transform: translateY(0.5px) rotate(1.5deg); }
  30% {
    transform: translateY(-0.5px) rotate(2.5deg); }
  32% {
    transform: translateY(1.5px) rotate(-0.5deg); }
  34% {
    transform: translateY(1.5px) rotate(-0.5deg); }
  36% {
    transform: translateY(-1.5px) rotate(2.5deg); }
  38% {
    transform: translateY(1.5px) rotate(-1.5deg); }
  40% {
    transform: translateY(-0.5px) rotate(2.5deg); }
  42% {
    transform: translateY(2.5px) rotate(-1.5deg); }
  44% {
    transform: translateY(1.5px) rotate(0.5deg); }
  46% {
    transform: translateY(-1.5px) rotate(2.5deg); }
  48% {
    transform: translateY(-0.5px) rotate(0.5deg); }
  50% {
    transform: translateY(0.5px) rotate(0.5deg); }
  52% {
    transform: translateY(2.5px) rotate(2.5deg); }
  54% {
    transform: translateY(-1.5px) rotate(1.5deg); }
  56% {
    transform: translateY(2.5px) rotate(2.5deg); }
  58% {
    transform: translateY(0.5px) rotate(2.5deg); }
  60% {
    transform: translateY(2.5px) rotate(2.5deg); }
  62% {
    transform: translateY(-0.5px) rotate(2.5deg); }
  64% {
    transform: translateY(-0.5px) rotate(1.5deg); }
  66% {
    transform: translateY(1.5px) rotate(-0.5deg); }
  68% {
    transform: translateY(-1.5px) rotate(-0.5deg); }
  70% {
    transform: translateY(1.5px) rotate(0.5deg); }
  72% {
    transform: translateY(2.5px) rotate(1.5deg); }
  74% {
    transform: translateY(-0.5px) rotate(0.5deg); }
  76% {
    transform: translateY(-0.5px) rotate(2.5deg); }
  78% {
    transform: translateY(-0.5px) rotate(1.5deg); }
  80% {
    transform: translateY(1.5px) rotate(1.5deg); }
  82% {
    transform: translateY(-0.5px) rotate(0.5deg); }
  84% {
    transform: translateY(1.5px) rotate(2.5deg); }
  86% {
    transform: translateY(-1.5px) rotate(-1.5deg); }
  88% {
    transform: translateY(-0.5px) rotate(2.5deg); }
  90% {
    transform: translateY(2.5px) rotate(-0.5deg); }
  92% {
    transform: translateY(0.5px) rotate(-0.5deg); }
  94% {
    transform: translateY(2.5px) rotate(0.5deg); }
  96% {
    transform: translateY(-0.5px) rotate(1.5deg); }
  98% {
    transform: translateY(-1.5px) rotate(-0.5deg); }
  0%, to {
    transform: translate(0) rotate(0deg); } }
pre {
  position: relative; }
  pre:hover .code-copy {
    opacity: 1; }
  pre .code-copy {
    cursor: pointer;
    position: absolute;
    font-size: 18px;
    right: 10px;
    top: 10px;
    opacity: 0;
    transition: all .3s linear; }

.photo_menu {
  display: none; }

.dropdown {
  display: none; }

.is-horizontal {
  display: none; }

@media (max-width: 850px) {
  #app .el-scrollbar__wrap {
    overflow-x: hidden; }
  #app .nav h2 a {
    left: auto;
    width: 100px;
    height: 40px;
    padding: 10px 20px; }
  #app .nav .nei {
    display: none; }
  #app .nav .photo_menu {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #app .nav .photo_menu img {
      width: 40px;
      height: 40px;
      margin-right: 20px;
      cursor: pointer;
      border: 1px #2f2d2d solid;
      border-radius: 5px; }
      #app .nav .photo_menu img:hover {
        background: #09172c;
        color: #ffffff; }
  #app .nav .menu_list .nei {
    display: flex;
    flex-direction: column;
    text-align: inherit;
    justify-content: end; }
    #app .nav .menu_list .nei a {
      height: auto;
      width: calc(100% - 20px);
      padding: 5px 0 0 20px;
      display: block;
      border-radius: 0; }
    #app .nav .menu_list .nei input {
      height: 30px;
      width: 100%;
      margin: 10px;
      display: block; }
    #app .nav .menu_list .nei span {
      width: calc(100% - 20px);
      padding: 5px 0 0 20px;
      color: #468c79;
      font-size: 20px; }
    #app .nav .menu_list .nei .dropdown {
      width: 100%; }
      #app .nav .menu_list .nei .dropdown .dropdown-menu {
        width: 100%; }
        #app .nav .menu_list .nei .dropdown .dropdown-menu a {
          font-family: "微软雅黑", Arial;
          font-size: 15px;
          padding: 5px 0 0 40px; }
  #app .d .dd footer {
    font-size: 14px;
    flex-direction: column; }
    #app .d .dd footer .left {
      width: 60%; }
      #app .d .dd footer .left .version span {
        font-size: 14px;
        width: 40px;
        height: 20px; }
      #app .d .dd footer .left .beian {
        padding: 0; }
        #app .d .dd footer .left .beian img {
          width: 15px;
          display: flex;
          height: 15px; }
        #app .d .dd footer .left .beian a {
          font-size: 12px; }
    #app .d .dd footer .right {
      width: 60%;
      flex-direction: column-reverse; }
      #app .d .dd footer .right .my_info .svg {
        width: 25px;
        cursor: pointer;
        position: relative; }
        #app .d .dd footer .right .my_info .svg:hover ~ .qq {
          top: -53px;
          left: -12px; }
        #app .d .dd footer .right .my_info .svg:hover ~ .wechat {
          top: -53px;
          left: -12px; }
      #app .d .dd footer .right .my_info .wechat {
        width: 50px;
        top: -13px;
        left: -12px; }
      #app .d .dd footer .right .my_info .qq {
        width: 50px;
        top: -13px;
        left: -12px; }
      #app .d .dd footer .right p {
        font-size: 14px;
        margin-bottom: 0; }
  #app .d .footer {
    font-size: 14px; } }

/*# sourceMappingURL=utils.css.map */
