.search-wrap {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}
.search-bar {
    width: 370px;
    height: 64px;
    position: absolute;
    top: -69px;
    right: 215px;
    z-index: 105;
}
.search-bar .search-field {
    width: 100%;
    height: 32px;
    position: relative;
}
.search-bar .search-field input {
    width: 296px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    border-radius: 0;
    border: 2px solid #fe6613;
    float: left;
    outline: none;
    text-indent: 10px;
    font-size: 12px;
    color: #333;
    font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
}
.search-bar .search-field .search-btn {
    width: 66px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background-color: #fe6613;
    float: left;
    padding: 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}
.search-bar .search-hot {
    width: 370px;
    height: 18px;
    overflow: hidden;
    margin-top: 3px;
}
.search-bar .search-hot a {
    color: #666;
    margin-right: 8px;
}
.search-bar .search-field .placeholder {
    width: 296px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 3px;
    left: 15px;
    color: #999;
    display: none;
}
.search-bar .search-field .placeholder i {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    background: url(../images/lumi/filter-icon_172aecb.png) no-repeat -104px -17px;
}




















