<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search-top{
    border-bottom: 1px solid #e0dfdf;
   
    height: 92px;
}
.search-top .flex{
    justify-content: space-between;
    align-items: center;
    height: 92px;
}
.search-top input{
    border: none;
    outline: none;
    width: 1000px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
}
.search-top .submit{
    cursor: pointer;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #c01a20;
    color:#ffffff;
    border-radius: 5px;
    border: 0px;
    margin: 0;
}
.search-top .flex&gt;img{
    cursor: pointer;
}
.search-content&gt;div{
    font-size: 20px;
}
.search-content&gt;div,.search-content&gt;a{
    display: inline-block;
    width: 100%;
    height: 64px;
    line-height: 64px;
}
.search-content p{
    width: 1260px;
    margin: auto;
    color: #333333;
}
.search-content&gt;a&gt;p:hover{
    color: #c01a20;
}
.search-content&gt;a:nth-child(2n){
    background-color: #f1f1f1;
}</pre></body></html>