﻿.footer-wrap {
  width: 100%;
  background-color: #202020;
  color: #fff; }
  .footer-wrap a {
    color: #fff; }
  .footer-wrap .foot-content {
    width: 16rem;
    margin: 0 auto; }
    .footer-wrap .foot-content .foot-top {
      width: 100%;
      height: 1.2rem;
      line-height: 1.2rem;
      border-bottom: 1px #4d4d4d solid; }
      .footer-wrap .foot-content .foot-top .foot-top-item {
        display: inline-block; }
      .footer-wrap .foot-content .foot-top .foot-left {
        float: left; }
        .footer-wrap .foot-content .foot-top .foot-left ul li {
          font-size: .16rem;
          margin: 0 .2rem; }
      .footer-wrap .foot-content .foot-top .foot-right {
        float: right; }
        .footer-wrap .foot-content .foot-top .foot-right ul li {
          vertical-align: middle;
          font-size: .16rem;
          margin: 0 .15rem; }
          .footer-wrap .foot-content .foot-top .foot-right ul li a img {
            width: .53rem; }
        .footer-wrap .foot-content .foot-top .foot-right ul .code-icon {
          position: relative; }
          .footer-wrap .foot-content .foot-top .foot-right ul .code-icon .code {
            display: none;
            width: 2.04rem;
            height: 2.37rem;
            position: absolute;
            top: -2.4rem;
            left: 50%;
            transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 2; }
            .footer-wrap .foot-content .foot-top .foot-right ul .code-icon .code img {
              width: 100%; }
        .footer-wrap .foot-content .foot-top .foot-right ul .code-icon:hover .code {
          display: block; }
    .footer-wrap .foot-content .foot-bottom {
      font-size: .14rem;
      text-align: center;
      padding: .3rem 0 .2rem; }
      .footer-wrap .foot-content .foot-bottom p {
        line-height: .4rem; }

@media (max-width: 1024px) {
  .footer-wrap {
    width: 100%;
    background-color: #202020;
    color: #fff; }
    .footer-wrap a {
      color: #fff; }
    .footer-wrap .foot-content {
      width: 100%;
      margin: 0 auto; }
      .footer-wrap .foot-content .foot-top {
        width: 100%;
        height: 1.2rem;
        line-height: 1.2rem;
        border-bottom: 1px #4d4d4d solid; }
        .footer-wrap .foot-content .foot-top .foot-top-item {
          display: inline-block; }
        .footer-wrap .foot-content .foot-top .foot-left {
          float: left; }
          .footer-wrap .foot-content .foot-top .foot-left ul li {
            font-size: .16rem;
            margin: 0 .1rem; }
        .footer-wrap .foot-content .foot-top .foot-right {
          float: right; }
          .footer-wrap .foot-content .foot-top .foot-right ul li {
            vertical-align: middle;
            font-size: .16rem;
            margin: 0 .05rem; }
            .footer-wrap .foot-content .foot-top .foot-right ul li a img {
              width: .53rem; }
      .footer-wrap .foot-content .foot-bottom {
        font-size: .14rem;
        text-align: center;
        padding: .4rem 0 .2rem; } }

@media (max-width: 767px) {
  .footer-wrap {
    width: 100%;
    background-color: #202020;
    color: #fff; }
    .footer-wrap a {
      color: #fff; }
    .footer-wrap .foot-content {
      width: 7rem;
      margin: 0 auto; }
      .footer-wrap .foot-content .foot-top {
        width: 100%;
        height: auto;
        line-height: .8rem;
        border-bottom: none; }
        .footer-wrap .foot-content .foot-top .foot-top-item {
          display: inline-block; }
        .footer-wrap .foot-content .foot-top .foot-left {
          float: none;
          display: flex;
          border-bottom: 1px #4d4d4d solid;
          padding: .2rem 0; }
          .footer-wrap .foot-content .foot-top .foot-left .link {
            font-size: .2rem;
            height: 100%;
            display: inline-block;
            flex-grow: 0; }
          .footer-wrap .foot-content .foot-top .foot-left ul {
            display: flex;
            flex-wrap: wrap;
            max-width: 5.8rem; }
            .footer-wrap .foot-content .foot-top .foot-left ul li {
              font-size: .24rem;
              margin: 0 .25rem; }
              .footer-wrap .foot-content .foot-top .foot-left ul li:last-child {
                margin-right: 0; }
        .footer-wrap .foot-content .foot-top .foot-right {
          float: none;
          padding: .4rem 0;
          width: 100%; }
          .footer-wrap .foot-content .foot-top .foot-right ul {
            text-align: center; }
            .footer-wrap .foot-content .foot-top .foot-right ul li {
              display: inline-block;
              vertical-align: middle;
              font-size: .16rem;
              margin: 0 .3rem; }
              .footer-wrap .foot-content .foot-top .foot-right ul li a img {
                width: .7rem; }
            .footer-wrap .foot-content .foot-top .foot-right ul .top {
              position: absolute;
              right: 0; }
      .footer-wrap .foot-content .foot-bottom {
        font-size: .2rem;
        text-align: center;
        padding: 0 0 .4rem; }
        .footer-wrap .foot-content .foot-bottom .foot-bottom-top {
          padding-bottom: .2rem; }
    .footer-wrap .foot-pop {
      position: fixed;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: none;
      z-index: 100; }
      .footer-wrap .foot-pop .code_wrap {
        width: 2.92rem;
        height: 3.35rem;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -1.675rem;
        margin-left: -1.46rem; }
        .footer-wrap .foot-pop .code_wrap img {
          width: 100%; }
  .footer-enter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 90;
    height: 0.81rem; }
    .footer-enter .enter-container {
      text-align: center; }
      .footer-enter .enter-container ul li {
        display: inline-block;
        width: .84rem;
        text-align: center;
        color: #fff;
        margin: 0 0.25rem; }
        .footer-enter .enter-container ul li a {
          display: inline-block;
          position: relative; }
        .footer-enter .enter-container ul li img {
          display: block;
          width: 0.4rem;
          height: 0.4rem;
          margin: 0 auto;
          padding-top: 0.1rem;
          box-sizing: content-box; }
        .footer-enter .enter-container ul li span {
          display: block;
          font-size: 0.16rem;
          color: #fff; }
        .footer-enter .enter-container ul li em {
          display: block;
          width: .18rem;
          height: .18rem;
          line-height: .18rem;
          border-radius: 50%;
          position: absolute;
          top: .05rem;
          right: -.14rem;
          font-style: normal;
          font-size: .12rem;
          color: #7f7f7f;
          background-color: #fff; }
      .footer-enter .enter-container ul li:hover {
        background-color: #7f7f7f; }
        .footer-enter .enter-container ul li:hover a {
          text-decoration: none; }
  #nav {
    background-color: #7f7f7f; }
  #nav ul {
    list-style: none;
    margin-left: 50px; }
  #nav ul li {
    display: inline-block;
    width: 1.2rem; }
  #nav ul li img {
    display: block;
    width: auto;
    height: 0.4rem;
    margin: 0 auto;
    padding-top: 0.1rem;
    box-sizing: content-box; }
  #nav ul li span {
    display: block;
    font-size: 0.16rem;
    color: #fff; }
  #nav ul li a {
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative; }
  #nav a:hover {
    background-color: #333333; } }
