.auction-header {
    background: #fff;
    height: 100px
}

.auction-header .main {
    width: 1210px;
    margin: 0 auto
}

.auction-header .iconwrap {
    line-height: 60px;
    height: 60px;
    font-size: 24px;
    float: left;
    margin-top: 20px;
    display: block
}
.auction-header .iconwrap img{
   float:left;
}
.auction-header .iconwrap .jicai-name{
    float: left;
    padding-top: 9px;
    padding-left: 8px;
}
.auction-header .iconwrap .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../imgs/auc-sup.png") -19px 0 no-repeat;
    float: left
}

.auction-header .iconwrap .title {
    display: inline;
    font-size: 36px;
    color: #f70;
    font-weight: 500;
    margin-left: 10px;
    float: left;
    font-family: "黑体", "微软雅黑", sans-serif
}

.auction-header .acnav {
    float: right;
    margin-right: 140px;
    margin-top: 44px
}

.auction-header .acnav .item {
    margin-left: 25px;
    float: left
}

.auction-header .acnav .item a {
    display: block;
    width: 105px;
    line-height: 36px;
    height: 36px;
    cursor: pointer;
    font-size: 18px;
    color: #333
}

.auction-header .acnav .item a:hover {
    color: #f70
}

.auction-header .acnav .item a.selected {
    color: #f70 !important;
}

#head .fake-body {
    width: 1120px
}

html body .login-wrap.hidden {
    display: none !important
}