#search-btn {
     text-align: center;
     background-color: #1181E3;
     border-radius: 3px;
     height: 30px;
     line-height: 30px;
     color: #ffffff;
    padding: 0;
 }
.hint{
    padding-bottom: 60px;
    text-align: center;
    color: #999999;
    font-size: 16px;
}
.hint-img{
    width: 35px;
    height: 35px;
}
.search-list{
    margin-left: 10px;
}
.search-select{
    margin-bottom: 60px;
}
.detail-search-after{
    width: 100%;
    color: #878787;
}
.icon-search-after{
    background: url(/res/images/pic_search_noresult.png) center no-repeat;
    width: 30px;
    display: inline-block;
    margin-right: 15px;
}
.icon-search-after, .icon-search-before, .text-search-before{
    height: 30px;
    vertical-align: middle;
}
.search-keyword{
    color: red!important;
}