.clearfix:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.head-container-center {
    width: 1190px;
    height: 100%;
    margin: 0 auto;
}
.head-container-center .logo{
    width: 252px;
    height: 110px;
    float: left;
}
.head-container-center .logo img{
    width: 150px;
    height: 60px;
    margin-top: 20px;
}
.search-content{
    margin-top: 28px;
    margin-left: 12px;
    float: left;
}
.search{
    margin-bottom:10px;
}
.search input{
    float: left;
}
.search div{
    width: 70px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    margin-right: 13px;
    font-size: 14px;
    cursor: pointer;
    float: left;
}
.search-goods{
    background-color: #ea5514;
}
.search-shop{
    background-color: #ff9800;
}
.search-border{
    width: 400px;
    height: 38px;
    outline: none;
    border:1px solid #ea5514;
    box-sizing: border-box;
    padding-left:10px ;
}
.search-keywords{
    font-size: 12px;
    color: #8c8c8c;
}
.search-keywords a{
    color: #8c8c8c;
}
.search-keywords span{
    margin-right:5px;
    cursor: pointer;
}
.my-cart{
    width: 180px;
    height: 36px;
    line-height: 36px;
    border:1px solid #ddd;
    background-color: #f9f9f9;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    margin: 28px 0 0 93px;
    float: left;
}
.have-goods .num {
    display: inline-block !important;
    color: #fff;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    background: #EA5413;
    border-radius: 8px;
    text-align: center;
    padding: 0px 5px;
    position: absolute;
    top: 5px;
    left: 145px;
}
.my-cart img{
    float: left;
    margin: 10px 0 0 44px;
}
.my-cart span{
    margin-left: 10px;
    float: left;
}
