/**组件样式*/
#search {
    position: absolute;
    width: 160px;
    height: 25px;
    top: 8px;
    right: 5px;}
#search-input {
    width: 120px;
    height: 25px;
    line-height: 25px;
    padding-right: 25px;
    padding-left: 10px;
    border: 0px solid #999;
    color: #666;
    font-size: 13px;
    background-color: #fff !important;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 0 0 120px #fff inset;}
#search-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: none;
    outline: none;
    background: no-repeat;
    border-color: #eee;
    background-image: /dfiles/11374/viscms/r/cms/xdhz/new-xdhz/img/s-but.jpg;
    cursor: pointer;
    background-size: 100% 100%;}
 /**组件样式*/
