.header-new{
    background: white;height:64px;
    border-bottom: 1px solid #ccc;
}
.header-new .nav-pills li{
    height: 63px;
    line-height: 63px!important;
    /*border: 1px solid #f0f;*/
}

.header-new .nav-pills li:hover,.header-new .nav-pills li>a:hover{
    background-color: #fff;
}
.header-new .flexnav-menu-button+nav li.active a{
    background-color: #fff!important;
    color: #006DB4;
}
.header-new .nav-pills li.active > a:hover{
    color: #006DB4!important;
}
.header-new  .flexnav>li>a:hover{
    color: #006DB4;
}
.header-new .nav-pills li>a{
    height: 63px;
    /*padding-top: 6px;/*/
    line-height: 63px;
    font-family: "Microsoft Sans Serif";
    font-weight: 900;
    font-size: 14px;
    color: #252525;
    background-color: #fff;
}
/*.header-new .login-register-outbox *{*/
/*    color: #f0f!important;*/
/*}*/
.header-new .login-register-outbox>ul>li,.header-new .login-register-outbox>ul>li>a{
    height: 64px!important;
    line-height: 64px!important;
    background-size: contain;
    background-repeat: no-repeat;
}
#wrapper section.main {
    padding-top: 65px!important;;
}
.accountIcon,.languageIcon,.buyIcon,.successAccountIcon{
    display: inline-block;
    width: 66px;
    height: 64px;
}
.accountIcon>a,.languageIcon>a,.buyIcon>a,.successAccountIcon>a{
    padding: 6px 13px!important;
    background-size: cover;
}
.languageIcon>a{
    background-image: url("../img/languageIcon.png");
}
.languageIcon>a:hover{
    background-image: url("../img/languageIconHover.png");
}
.accountIcon>a{
    background-image: url("../img/accountIcon.png");
}
.accountIcon>a:hover{
    background-image: url("../img/accountIconHover.png");
}
.successAccountIcon>a {
    background-image: url("../img/accountIcon.png");
}
.successAccountIcon>a:hover {
    background-image: url("../img/accountIconHover.png");
}
.accountIcon>a{
    /*background-image: url("");*/
}
.buyIcon>a{
    background-image: url("../img/buyIcon.png");
}
.buyIcon>a:hover{
    background-image: url("../img/buyIconHover.png");
}
.buyIcon>a{
    /*background-image: url("");*/
}
.el-menu-item.is-active {
    color: #006DB4;
    background-color: rgba(0,109,180,0.10);
    border-left: 3px solid #006DB4!important;
    box-sizing: border-box;
}
#scrollHeader .is-subActive {
    color: #006DB4 !important;
    background-color: rgba(0,109,180,0.10) !important;
    border-left: 3px solid #006DB4!important;
    box-sizing: border-box !important;
}
.collapseIcon{
    margin: 20px 0 0 22px;
    color: #555;
    font-size: 20px;
    cursor: pointer;
}
.isCollapseMenu{
    cursor: pointer;
    background-color: #fff;
    font-size: 20px;
    border-radius: 50%;
    padding: 20px;
    position: fixed;
    top:300px;
    left: 33px;
    z-index: 101;
    box-shadow: 0 0 3px #aaa;
}
.hideMenu{
    position: fixed;
    top: 150px;
    left: 30px;
    z-index: 100;
    max-height: 450px;
}
.showMenu{
    /*display: none;*/
    position: static !important;
    /* top: 0; */
    display: block !important;
}
.fixedWrapper {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}
.floatfix {
    zoom:1;
}
.floatfix:after{
    content:"";display:table;clear:both;
}
.menuCollapse{
    width: 0;
    overflow: hidden;
    transition: width ease .2s;
}
.menuNotCollapse{
    width: 200px;
    overflow-x: auto;
    /*width:inherit!important;*/
    /*resize: horizontal;*/
    transition: width ease .2s;
}
.isCollapseMenu:hover+div{
    display: block;
}
.hideFixedMenu{
    display: none;
}

@media screen and (max-width: 767px) {
    .header-new .nav-new{
        display: none;
    }
    .supermenu{
        right: unset!important;
        left : 15px!important;
    }
    .supermenu i.fa{
        font-size: 22px;
    }
    .login-register-outbox{
        display: block!important;
    }
    .login-register {
        display: block!important;
        /*float: unset;*/
        position: fixed;
        z-index:999;
        right: 0;
        top: 0px;
    }
    .login-register .accountIcon,.login-register .languageIcon,.successAccountIcon{
        display: none !important;
    }
    .container-fluid{
        /*background-color: transparent!important;*/
        /*padding: 0!important;*/
    }
    .container{
        /*padding: 0!important;*/
    }
    .buttons{
        background-color: #fff;
        padding: 10px 0;
        margin: 10px 0;
    }
    .el-menu-item,.el-submenu__title{
        border-bottom: 1px solid #eee;
    }
    .el-menu-item.is-active{
        /* border-left: none!important; */
        /* background-color: #fff!important; */
    }

    .is-subActivePhone {
        border-left: none!important;
        background-color: #fff!important;
    }
    .el-submenu.is-active .el-submenu__title{
        border-bottom-color:#eee;
    }

}
@media screen and (min-width: 767px){
    .header-new .logo{
        float:left
    }
}

@media screen and (min-width: 767px) and (max-width: 801px){
    .header-new .nav-pills li>a{
        line-height: 45px;
    }
}

@media screen and (min-width: 765px) and (max-width: 845px){
    .accountIcon,.languageIcon,.buyIcon,.successAccountIcon{
        display: inline-block;
        width: 40px;
        height: 64px;
    }
}
@media (min-width: 1200px) and (max-width: 1366px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1366px){
    .container {
        width: 96%;
    }
}

@media (min-width: 1730px){
    .col-xlg-2 {
        width: 16.6%;
    }
}


/* 设置右上角icon下拉的样式问题 */
.icon-dropdown-style>li{
    text-align: left;
}

/* 购物车数量 */
#number-shopping-car {
    right: 15px !important;
    top: 17px !important;
    background: red !important;
    position: absolute !important;
    padding: 1px 4px;
}

.number-shopping-car-list {
    right: 3px !important;
    top: -4px !important;
    background: red !important;
    position: absolute !important;
    padding: 1px 4px;
}

.list-car-show {
    display: inline;
}

.list-car-hide {
    display: none;
}