nav {
  width: 100%;
  background: #fff;
  height: 0.7rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  border-bottom: 1px solid #EEEEEE; }
  nav .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.7rem; }
    nav .title .navbar-brand {
      width: 20%; }
    nav .title > ul {
      width: 60%;
      display: flex;
      justify-content: space-between; }
      nav .title > ul > li {
        display: inline-block;
        line-height: 0.6rem;
        position: relative; }
        nav .title > ul > li > a {
          color: #333333;
          text-decoration: none;
          font-size: .18rem; }
        nav .title > ul > li img {
          max-width: 0.2rem; }
        nav .title > ul > li > div {
          position: absolute;
          top: 0.7rem; }
    nav .title > ul > li:hover:after {
      opacity: 1;
      transform: translate(-50%) scaleX(1); }
    nav .title > ul > li:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 0.28rem;
      opacity: 0;
      border-bottom: 4px solid #0087D7;
      transform: translate(-50%) scaleX(0);
      transition: .2s ease-in-out;
      z-index: 1; }
    nav .title .mine_h::after {
      display: none; }
  nav .mine_h > button {
    padding: 0.02rem 0.1rem;
    color: #fff; }
  nav .mine_h > button:nth-child(1) {
    border: 1px solid #00bbd2;
    border-radius: 3px 3px 3px 3px;
    color: #00bbd2; }
  nav .mine_h > button:nth-child(2) {
    color: #64C800;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #64C800; }
  nav .mine_h > button:nth-child(3) {
    border: 1px solid #0082DC;
    border-radius: 3px 3px 3px 3px;
    color: #0082DC; }
  nav > .nav_2 {
    background: linear-gradient(90deg, #2D4BF6 0%, #9B9FF3 100%);
    opacity: 0.95;
    display: none;
    padding: 0.4rem 0; }
    nav > .nav_2 > .container {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
      padding: 0.2rem 0;
      margin-bottom: 0.2rem; }
      nav > .nav_2 > .container > a {
        color: #fff;
        padding: 0.2rem 0;
        display: flex;
        width: 3rem;
        margin: 0.2rem 0;
        height: 1rem; }
        nav > .nav_2 > .container > a > div:nth-child(2) {
          width: 3rem;
          margin-left: 0.1rem; }
          nav > .nav_2 > .container > a > div:nth-child(2) > p {
            font-size: 20px;
            margin-bottom: 0.1rem; }
          nav > .nav_2 > .container > a > div:nth-child(2) > span {
            font-size: 12px; }

.swiper-container {
  margin-top: 0.7rem; }

.search_nav {
  display: none;
  height: 0.6rem;
  width: 8.4rem;
  top: 0.7rem !important;
  right: 0;
  background: #F7F7F7;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc; }
  .search_nav > input {
    height: 100%;
    width: 70%;
    border-radius: 4px;
    background: #F7F7F7;
    position: absolute;
    top: 0;
    left: 0; }
  .search_nav > img {
    position: absolute;
    right: 0.1rem;
    top: 0.2rem; }

#menu {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%; }
  #menu > a {
    height: 0.8rem;
    position: relative;
    z-index: 20; }
    #menu > a > img {
      height: 0.5rem;
      margin-top: 0.15rem; }
    #menu > a > img:nth-child(2) {
      margin-top: 0.5rem; }
  #menu .nav_n {
    display: none; }
    #menu .nav_n > li > ul {
      display: none;
      color: #FFFFFF; }
      #menu .nav_n > li > ul > li {
        margin: 0.2rem 0; }

@media screen and (max-width: 800px) {
  nav .container {
    box-sizing: border-box;
    padding: 0 0.2rem;
    float: left; }
    nav .container .navbar-brand {
      display: block;
      text-align: center;
      z-index: 100;
      width: auto; }
  nav #menu {
    display: block !important; }
    nav #menu .mine_h {
      height: 100%;
      display: flex;
      align-items: center;
      float: right;
      margin-right: 0.1rem; }
      nav #menu .mine_h > button {
        margin-right: 0.1rem; }
    nav #menu .navbar-right img {
      z-index: 110;
      float: right; }
    nav #menu img {
      margin-right: 0.2rem; }
    nav #menu > ul {
      display: none;
      position: absolute;
      right: 0;
      top: 0rem;
      width: 100%;
      height: 100vh;
      background: #fff;
      z-index: 10;
      overflow: hidden; }
      nav #menu > ul > li:nth-child(1) {
        border-top: 1px solid #000;
        margin-top: 1.3rem; }
      nav #menu > ul > li {
        box-sizing: border-box;
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        padding: 0.3rem 0.3rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative; }
        nav #menu > ul > li a {
          color: #333333;
          font-size: 0.32rem;
          display: inline-block;
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 100; }
        nav #menu > ul > li > img {
          max-height: 0.4rem;
          margin-right: 0;
          position: absolute;
          right: .3rem;
          top: .54rem; }
        nav #menu > ul > li > ul {
          display: none;
          color: #FFFFFF;
          font-size: 0.16rem;
          margin-top: 0.3rem; }
          nav #menu > ul > li > ul > li {
            margin: 0.2rem 0;
            font-size: 0.26rem; }
            nav #menu > ul > li > ul > li > a {
              font-size: 0.26rem; }
    nav #menu #colse {
      display: none; }
  nav .container > ul {
    display: none !important; } }
