/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  /**
  header {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 8;
      max-width: 675px;
      margin: 0 auto;
      left:50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
  }
  **/
  .clearfix:after {
      content: " ";
      display: block;
      clear: both
  }
  .title {
      color: #000;
      text-align: center;
      font-size: 20px;
      border-bottom: 1px solid #eee;
      line-height: 60px;
  }
  .mui-bar{
      position: fixed;
      z-index: 10;
      right: 0;
      left: 0;
      border-bottom: 0;
  }
  
  .nav{
      position: relative;
      background-color: #f4f5f6;
      height: 40px;
  }
  .nav-list{
      overflow: hidden;
      overflow-x: scroll;
      white-space: nowrap;
      display: flex;
      height: 40px;
      align-items: center;
  }
  .nav-a {
      color: #505050;
      text-decoration: none;
      font-size: 12px;
      margin:  0px;
      padding: 0 25px;
      line-height: 28px;
      display: inline-block;
      width: auto !important;
      height: 100%;
      /**overflow: hidden;**/
      position: relative;
      text-align: center;
  }
  
  .selected {
      font-weight: bold;
      color:#fff;
      background-color: #e30613;
  }
  .selected .underLine{
      width:15px;
      height: 1px;
      background: #FFF;
      bottom:0px;
      left:0px;
      right:0px;
      margin:auto;
  }

  #nav .bar .color{
      width: 15px;
      margin: 0 auto;
      height: 1px;
      background: #f85959;
  }
  #nav .bar {
      width: 50px;
      height: 3px;
      position: absolute;
      bottom: 6px;
  }
  .nav-a span{
      line-height: 40px;
  }
  ::-webkit-scrollbar {
      width: 0px;
      height: 0px;
  }
