.nav>li>a:focus, .nav>li>a:hover{
  background: none;
}
/***首页公共头部**/
.headerindex{
  width: 100%;
  height: 60px;
  line-height: 60px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar-logo{
  width: 50px;
}
.navbar-logo-pc{
  width: 54px;
  margin-right: 35px;
}
a.navbar-logo-index{
  width: 109px;
  margin-right: 40px;
  display: none;
}
.navbar-toggle{
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin-right: 0;
  border: 0;
}
.navbar-toggle i{
  color: #fff;
  font-size: 20px;
}
.nav-person-name{
  font-size: 12px;
  margin-left: 10px;
}
.nav-shopcart{
  padding-top:5px;
  position: relative;
  margin-right: 20px;
  height: 60px;
}
.nav-shopcart a{
  display: block;
}
.nav-shopcart span{
  font-size: 26px;
}
.nav-shopcart em{
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background: #f01818;
  border-radius: 50%;
  position: absolute;
  right: -9px;
  top: 10px;
  font-size: 12px;
  z-index: 2;
}
.navbar-person button{
  display: block;
  background: none;
  padding-right: 0;
  margin-top: 10px;
}
.navbar-person img{
  width: 30px;
  height: 30px;
  margin-top: 4px;
  border-radius: 50%;
  border: 1px #e5e5e5 solid;
}
.dropdown-menu{
  right: 0;
}
.header-v1 .navbar-nav > li > a {
  color: #7f7f7f;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.header-v1 .navbar-nav > li > a:hover {
  color: #f01818;
}
.header-v1 .navbar-nav > .active > a, .header-v1 .navbar-nav > .active > a:focus, .header-v1 .navbar-nav > .active > a:hover, .header-v1 .navbar-nav > li > a:hover {
  background: none;
}
.navbar{
  min-height: 40px;
  margin-bottom: 0;
}
#navbar{
  padding-right: 15px;
}

@media(max-width: 767px){
  body{
    padding-top: 40px;
  }
  .navbar-person img{
    width: 60px;
    height: 60px;
  }
  .navbar-login-reg{
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 20px;
  }
  .navbar-login-reg a,.navbar-login-reg span{
    color: #fff;
    border: 1px #fff solid;
    border-radius: 2px;
    display: inline-block;
    width: 90%;
    height: 35px;
    line-height: 33px;
    float: none;
  }
  .navbar-login-reg a{
    margin-top: 10px;
  }
  .navbar-login-reg a:first-child{
    background: #f01818;
    border: 1px #f01818 solid;
  }
  #navbar-wap{
    position: fixed;
    left: 0;
    right: 0;
    top: 40px;
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(0,0,0,.8);
    text-align: center;
    z-index: 1001;
  }
  .navbar-toggle i{
    color: #fff;
  }
  .dropdown-menu>li>a{
    padding: 15px 20px;
    text-align: center;
  }
  .navbar-person a{
    padding-left: 15px;
  }
}
@media(min-width: 768px){
  .dropdown-menu{
    right: 0;
    top: 63px;
    border: none;
  }
  .navbar-right .dropdown-menu{
    top: 60px;
  }
  .xq_bag{
    position: relative;
  }
  #navSelected{
    position:absolute;
    bottom:0;
    width:50px;
    height:2px; 
    line-height:2px;
    background-color: #f01818;
  }
  .navbar-nav > li > a {
    padding: 0 5px 0 5px;
    margin: 0;
    color: currentcolor;
  }
  .navbar-nav > li > a {
    line-height: 60px;
  }
  .navbar-nav > li.navHover > a{
    font-weight: bold;
    color: #f01818;
  }
  .navbar-nav > li > a:hover {
    font-weight: bold;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .navbar-login-reg{
    height: 60px;
    line-height: 60px;
  }
  .navbar-login-reg a,.navbar-login-reg span{
    float: left;
    margin: 0 2px;
  }
  .navbar-login-reg a{
    line-height: 60px;
    font-size: 14px;
    padding: 0;
  }
}


/* pc-滚动页面前导航 */
.header-v1 {
  background: #fff;
  border-bottom: 1px #f01818 solid;
  width: 100%;
}
.header-v1 .nav-person-name{
  color: #666;
}
.header-v1 .nav-ipsettle{
  line-height: 60px;
}
.header-v1 .nav-ipsettle a{
  color: #666;
  margin-right: 20px;
  font-size: 14px;
  border: 1px #666 solid;
  display: inline-block;
  width: 93px;
  height: 28px;
  text-align: center;
  line-height: 26px;
}
.header-v1 .navbar-login-reg a{
  color: #666;
}
.header-v1 .nav-shopcart span{
  color: #666;
}
.header-v1 .navbar-list{
  margin-left: -10px;
  height: 59px;
  line-height: 59px;
}
.header-v1 .navbar-list li{
  color: #7F7F7F;
}
.header-v1 .navbar-list > li a{
  padding: 0 20px;
}

/* pc-滚动页面时导航 */
.header-v2{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: #fff;
  border-bottom: 1px #f01818 solid;
}
.header-v2 a.navbar-logo-index{
  display: block;
}

.header-v2 .nav-person-name{
  color: #666;
}
.header-v2 .navbar-login-reg a{
  color: #666;
}
.header-v2 .nav-shopcart span{
  color: #999;
}
.header-v2 .menu-index-scroll > .menuscroll-button{
  width: 60px;
  height: 58px;
  background: #EDEDED;
}
.header-v2 .menu-index-scroll > .menuscroll-button img{
  width: 30px;
}
.header-v2 .menu-index-scroll {}
.header-v2 .menu-index-listbox{
  width: 360px;
  background: #fff;
  border-radius: 0;
  padding: 0;
  top: 57px;
}
.header-v2 .menu-index-listbox .navbar-list{
  padding: 20px 20px 0 20px;
}
.header-v2 .menu-index-listbox .navbar-list li a{
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #e5e5e5 solid;
  color: #666;
  padding:0;
}
.header-v2 .menu-index-listbox .navbar-list li:last-child a{
  border-bottom: none;
}
.header-v2 .menu-index-listbox .nav-ipsettle-ullist{
  width: 100%;
  background: #EDEDED;
  height: 50px;
}
.header-v2 .menu-index-listbox .nav-ipsettle-ullist li{
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  float: left;
  width: 50%;
  margin-top: 13px;
  text-align: center;

}
.header-v2 .menu-index-listbox .nav-ipsettle-ullist li:first-child{
  border-right: 1px #B2B2B2 solid;
}
.header-v2 .menu-index-listbox .nav-ipsettle-ullist li a{
  color: #666;
}
.header-v2 .menu-index-search{
  width: 495px;
  height: 46px;
  border: 1px #ccc solid;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 6px;
  z-index: 1000;
  background: #fff;
}
.header-v2 .menuindex-search-input{
  width: 60%;
  height: 24px;
  line-height: 24px;
  border: none;
  border-right: 1px #ccc solid;
  text-indent: 10px;
  font-size: 14px;
  margin-top: 9px;
  color: #b2b2b2;
}
.header-v2 .menuindex-search-ul{
  width: 25%;
  text-align: center;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  position: relative;
}
.header-v2 .menuindex-search-type-p{
  cursor: pointer;
}
.header-v2 .menuindex-search-type-p span{
  margin-right: 5px;
  color: #101010;
}
.header-v2 .menuindex-search-type-list{
  position: absolute;
  left: 0;
  right:0;
  top: 42px;
  background: #fff;
  z-index: 5;
  border: 1px #e5e5e5 solid;
}
.header-v2 .menuindex-search-btn{
  width: 15%;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #f01818;
  color: #fff;
}
.header-v2 .menuindex-search-btn i{
  font-size: 19px;
}
.header-v2 .menuindex-search-type-list li {
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.header-v2 .menuindex-search-type-list li a {
  color: #101010;
}
@media(max-width: 1199px) and (min-width: 768px){
  .header-v2 .menu-index-search{
    width: 310px;
  }
  .header-v2 .menuindex-search-input{
    width: 56%;
  }
  .header-v2 .menuindex-search-ul{
    width: 29%;
  }
}

/* 移动端 */
.header-wap{
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #f01818;
  z-index: 1001;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a.logo-index-wap{
  width: 130px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -65px;
  top: 0;
  z-index: 5;
}
.header-wap .header-v1-box{
  padding-left: 0;
  padding-right: 0;
}
.header-wap .navbar-nav > .active > a, .header-wap .navbar-nav > .active > a:focus, .header-wap .navbar-nav > .active > a:hover, .header-wap .navbar-nav > li > a:hover{
  color: #fff;
  background: none;
  border-bottom: none;
}
.header-wap .navbar-nav > .active > a, .header-wap .navbar-nav > .active > a:focus, .header-wap .navbar-nav > .active > a:hover {
  color: #fff;
  background: none;
  border-bottom: none;
}
.header-wap .navbar-nav {
  margin: 0px;
  margin-top: 10px;
}
.header-wap .navbar-nav > li > a{
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  width: 100%;
}
.header-wap .navbar-header{
  margin-right: 15px;
  height: 37px;
  margin-top: 3px;
}
.header-wap .navbar-header > button{
  height: 30px;
}
.header-wap .navbar-toggle:focus, .header-wap .navbar-toggle:hover {
  background-color: transparent;
}
.header-wap .xq_bag{
  width: 100%;
}
.header-wap .navbar-nav>li>a{
  padding: 0;
}
.header-wap .navbar-person button{
  margin:10px auto;
}
.header-wap .navbar-collapse{
  min-height: 1024px;
  min-width: 320px;
}
.header-wap{}
.header-wap{}
.header-wap{}

/* 移动端 end*/

/***公共头部 end**/
