<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.anli-search {
    float: left;
    width: 278px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
 margin-top: 5px;
    margin-left: 240px;
}

.anli-search input {
    width: 230px;
    height: 100%;
    line-height: 46px;
    text-align: left;
    font-size: 14px;
    color: #999;
    float: left;
    padding-left: 20px;
    margin-left: 2px;
}
.anli-search .fangdajing{
    padding: 12px 9px;
    float: left;
    width: 40px;
    height: 36px;
    background: url(../images/SearchIcon.png) no-repeat center center;
    background-size: 26px 22px;
}

</pre></body></html>