*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
ul,li{
    list-style: none;
}
.hide{
    display: none;
}
.topbar{
    height: 40px;
    background: #333;

}
.topbar .container{
    width: 1226px;
    margin: 0 auto;
}
.topbar .container a{
    line-height: 40px;
    color: #b0b0b0;
    font-size: 12px;
    display: inline-block;
}
.topbar .container a:hover{
    color: #fff;
    
}
.topbar .container span{
    color: #424242;
    margin: 0.2em
}
.topbar .container .nav{
    height: 40px;
    float: left;
}

.topbar .container .bar-cart{
    float: right;
    margin-left: 15px;
    text-align: center;
    background: #424242;
    position: relative;
    width: 120px;
}
.topbar .container .bar-cart:hover{
    background: #fff;
}
.topbar .container .bar-cart:hover a{
    color: #ff6700;
}
.topbar .container .bar-cart:hover span{
    color: #ff6700;
}
.topbar .container .bar-cart:hover .cart-menu{
    animation: height .3s;
    animation-fill-mode: forwards;
}
@keyframes height{
    100%{height:80px}
}
.topbar .container .bar-cart a{
    /* display: inline-block; */
    width: 120px;
}
.topbar .container .bar-cart a .icon-cart{
    width: 20px;
    height: 20px;
    background: #eee;
    display: inline-block;
    vertical-align: -5px;
}
.topbar .container .bar-cart .cart-menu{
    position: absolute;
    top: 40px;
    right: 0;
    width: 316px;
    height: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
}

.topbar .container .user-info{
    float: right;
}


.header{
    border-bottom: 1px solid #eee;
}
.header .container{
    width: 1226px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
}
.logo img{
    width: 56px;
    height: 56px;
    margin-top: 22px;
}
.header .container .category{
    padding: 12px 0 0 30px;
    height: 88px;
}
.header .container .category ul{
    display: flex;
    flex-flow: row nowrap;
}
.header .container .category .nav-cate{
    width: 127px;
    padding-right: 15px;
}
.header .container .category ul li a{
    display: block;
    padding: 26px 10px 38px;
}
.header .container .category ul li a:hover{
    color: #ff6700;
}
.header .container .search{
    width: 296px;
    height: 50px;
    margin-top: 25px;
    display: flex;
    flex-flow: row nowrap;
}

.header .container .search .sear{
    
    border-right: none;
    width: 245px;
    height: 50px;
}
.header .container .search .sub{
    width: 52px;
    height: 50px;
}
.header .container .search .sear-text{
    /*  */
    border: 1px solid #eee;
    outline: none;
}
.header .container .search .sear-text:focus{
    border-color: #ff6700;
}

