/* 顶部导航 */
/* 导航条 */
.navbar-brand {
    display: table;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 16px;
    font-size: 1em;
    line-height: inherit;
    white-space: nowrap;
  }
  /* 导航条 */

.navbar {
    margin: 0;
    width: 100%;
    transition: all .1s ease-in-out 0s;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 6000;
    padding: 0 !important;
  }
  
  .navbar-brand img {
    display: table-cell;
    /* width: 110px;
    height: auto; */
    width: 299px;
    height: 32px;
  }
  
  .navbar-toggle {
    border-color: #666;
    padding: 5px 8px;
    margin-top: 10px;
  }
  
  .navbar-nav {
    width: 100%;
    padding: 15px 15px 0px 15px;
    background: rgba(0, 0, 0, 0.3);
    flex-grow: 1;
  }
  
  .navbar-nav li {
    position: relative;
    text-align: center;
    font-size: 0;
  }
  
  .nav li a:focus,
  .nav li a:hover {
    background: none;
  }
  
  .navbar-nav li a {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    text-align: center;
    border-radius: 5px;
    line-height: 1em;
  } 
  
  .nav-ul-login {
    display: flex;
    flex-grow: 0;
    flex-direction: row;
  }
  
  .nav-ul-login li {
    display: flex;
    flex-grow: 0;
    flex-direction: row;
    align-items: center; 
    font-size: 16px;
  }
  
  .nav-li-login a {
    color: #fff;
    text-align: center;
    width: 80px;
    height: 24px;
    line-height: 24px;
  }
  
  .nav-li-register a {
    color: #1F2431;
    border: 1px solid #fff;
    background-color: transparent;
    text-align: center;
    width: 80px;
    height: 24px;
    line-height: 24px;
    box-sizing: content-box;
    border-radius: 4px;
    background: #fff;
  }
  
  .register {
    background-color: #42a9ff;
    border-radius: 3px;
    padding: 10px 10px;
  }
  
  .login-span {
    background-color: #42a9ff;
    border-radius: 3px;
    padding: 10px 10px;
  }
  
  .login {
    color: #fff;
    margin-left: 40px;
  }
  
  .login > a:first-child {
    padding: 10px 0 10px 10px;
  }
  
  .login > a:last-child {
    padding: 10px 10px 10px 0;
  } 
  
  .header-menu img {
    width: 28px;
    height: 28px;
    margin-right: 1rem;
  }
  
  /* 顶部导航 */



/* 小屏幕的导航条 */

.nav-wrap {
    display: none;
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 52px;
    width: 100%;
    line-height: 1em; 
    color: #fff;
    background-color: rgba(48, 145, 242, 0);
    z-index: 99999;
    overflow: hidden;
  }
  
  .nav-logo {
    float: left;
    display: inline-block;
    margin-top: 14px;
    margin-left: 15px;
  }
  
  .nav-logo img {
    width: 130px;
    height: auto;
  }
  
  .nav-list-icon {
    float: right;
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 0;
    margin: 15px 15px 0 0;
    cursor: pointer;
  }
  
  .nav-list-icon img {
    width: 100%;
    height: 100%;
  }
  
  .nav-list-wrap {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
  }
  
  .nav-list-wrap.active {
    display: block;
  }
  
  .nav-mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 0;
    display: none;
  }
  
  .nav-list {
    position: fixed;
    top: 0px;
    right: -45%;
    width: 45%;
    height: 100%;
    z-index: 99999;
    background: rgb(255, 255, 255);
    transition: right 0.3s ease 0s;
  }
  
  .nav-mask.active {
    display: block;
    opacity: .4;
    z-index: 99999;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  
  .nav-list.active {
    right: 0;
  }
  
  .login-register-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 16px;
    height: 52px;
    font-size: 16px;
    align-items: center;
  }
  
  .login-register-area .flex-item { 
    padding: 14px 0;
    line-height: 17px;
  }
  
  .login-register-area .flex-item a {
    display: inline-block;
    padding: 0;
    color: #333;
  }
  
  .login-register-area .center-border {
    display: inline-block;
    margin: 0 7px;
    width: 1px;
    height: 20px;
    background-color: #cccdd2;
  }
  
  .navigators {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    font-size: 16px;
  }
  
  .navigators .navigator-item { 
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .navigators .navigator-item a {
    display: inline-block;
    padding: 5px 16px;
    line-height: 17px;
    color: #333;
  }
  
  .navigators .navigator-item.gray {
    display: block;
  }
  
  .navigators .navigator-item.gray a {
    padding-left: 29px;
    font-size: 16px;
    color: #333;
  }
  
  /* 小屏幕的导航条 */
  @media (max-width: 767px) {
    .navbar-collapse {
        padding: 0 0 20px;
      }
    
      .navbar-collapse.show {
        background: rgba(0, 0, 0, 0.9);
      }
    
      .navbar-nav {
        background: none;
      }
      
      .navbar-brand img {
          width: 115px;
          height: auto;
      }

    
  }


  @media (min-width: 768px) {

  /* 公共header、banner */
  .navbar-nav li {
    border: none;
    text-align: center;
  }

  .navbar-nav li:before {
    display: none;
  }

  }

  @media screen and (max-width: 414px) {
      
  /* 导航条样式 */
  .nav-wrap {
    background-color: #1f2431 !important;
  }

  .nav-logo img {
    width: 120px;
  }
  /* 导航条样式 */

  }
  @media (min-width: 992px) {
        /* 公共header、banner */
  .navbar {
    height: 65px;
  }

  .nav-item {
    position: relative;
    height: 65px;
  }

  .home-menu {
    padding: 20px 0 10px 40px;
    position: absolute;
    top: 65px;
    left: 0;
    border-radius: 3px;
    background-color: #fff;
    display: none;
    white-space: nowrap;
    text-align: left;
  }

  .menu-item {
    margin: 0 40px 10px 0;
    display: inline-block;
    vertical-align: top;
  }

  .home-menu .menu-item:last-child {
    margin: 0 40px 10px 0;
  }

  .memu-head {
    font-size: 14px;
    margin-bottom: 12px;
    padding-right: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }

  .menu-list {
    display: inline-block;
    vertical-align: top;
  }

  .navbar-nav .menu-list li {
    font-size: 12px;
    margin-bottom: 20px;
    min-width: 100px;
    text-align: left;
  }

  .navbar-nav .menu-list li a {
    color: #595961;
    font-size: 14px;
    padding: 0px;
  }

  .navbar-nav .menu-list li a:hover {
    color: #2589ff;
  }

  .nav-item a.on {
    color: #ffffff;
  }

  .nav-line {
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 0;
    height: 2px;
    background: #3089e7;
  }

  .navbar-nav {
    background: transparent;
    padding: 0px;
  }

  .navbar-nav li {
    padding: 0px;
  }

  .navbar-nav li a {
    display: inline-block; 
    padding: 18.5px 19px;
    border-radius: 0%;
    color: #ffffff;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    margin-top: 4px;
  }

  .navbar-nav li a:hover {
    color: #ffffff;
  }

  .navbar-nav li a.on {
    border-bottom: 2px solid #ffffff;
  }

  .navbar-nav li a:hover {
    border-bottom: 2px solid #ffffff;
  }

  .login > a:first-child {
    padding: 21px 0 21px 23px;
  }

  .login > a:last-child {
    padding: 27px 23px 27px 0;
  }

  }
  
@media (max-width: 992px) {
    
  .navbar-brand img {
    margin: 15px 0 0 15px;
  }

  .header-menu img {
    margin-right: 0;
  }

  /* 小屏幕下的nav */

  .navbar {
    display: none;
  }

  .nav-wrap {
    display: block;
  }
 
}

@media (min-width: 1200px) {
   
  .login > a:first-child {
    padding: 21px 21px;
  } 
}

.navbar .container {
  max-width: 1340px !important;
}