.hd-searchs{
    width: 100%;
    height: 50px;
    position: relative;
}
.hd-searchs .media{
    width: 200px;
    height: 25px;
    color: #b6c7cc;
    border: 1px solid #ff890c;
    text-align: left;
    position: absolute;
    top: 14px;
    right: 0px;
}
.media dt{
    line-height: 22px;
    font-size: 12px;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    background: #fff;
}
.media #search_input {
    width: 180px;
    height: 25px;
    line-height: 20px;
    display: block;
    border: none;
    outline: none;
}
.media dt i {
    width: 17px;
    height: 25px;
    background: url(../images/search.png) center no-repeat;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 7px;
}