.shopHeader-wrap{
    height: 110px;
    width: 100%;
    background: #fff;
}
.shopHeader-wrap *{
    box-sizing: border-box;
}
.shopHeader{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.fl{
    float: left!important;
}
.shopHeader-logo{
    padding: 25px 0;
    width: 259px;
}
.shopHeader-logo img{
    width: 100%;
}
.shopHeader-search{
    margin-left: 38px;
    padding: 36px 0;
}
.search{
    height: 38px;
    width: 238px;
    border: 1px solid #ccc;
    padding-left: 12px;
    caret-color: #333;
}
.shopHeader-search input[type="button"]{
    height: 38px;
    border: none;
    width: 60px;
    color: #fff;
    background: #f32523;
    margin-left: -1px;
}
.shopHeader-category{
    margin-left: 76px;
    padding: 46px 0;
}
.shopHeader-category a{
    font-size: 14px;
    color: #333;
}
.division{
    margin: 0 3px;
    color: #a7a7a7;
}
.cateName{
    vertical-align: -1px;
}
.cateName:hover{
    color: #e53935;
}
.shopHeader-cart{
    padding-top: 40px;
}


.count{
    position: absolute;
    top: 0;
    right: 5px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: red;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.fr{
    float: right!important;
}