
.search-head>.container>p{
    margin: 30px 0;
    font-size: 14px;
    color: #6c6c6c;
}
.search-head>.container>p>span{
    color: black;
}
.search-top{
    width: 100%;
    /* height: 150px; */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 20px 0;
}
.search-top>ul{
    display: flex;
    height: 50px;
    box-sizing: border-box;
    padding:0 30px;
    line-height: 50px;
    font-size: 14px;
}
.search-top>ul>li{
    margin-right: 50px;
}
.search-top>ul>li:first-child{
    color: #6c6c6c;
}
.search-top>ul>li:nth-child(2){
    color: rgb(204, 45, 45);
    font-weight: 700;
}
.search-top>ul>li:last-child{
    margin-right:0;
}
.search-bottom{
    display: flex;
    justify-content:flex-end;
    margin: 30px 0;
}
.search-bottom>ul{
    height: 30px;
    line-height: 30px;
    display: flex;
    text-align: center;
}
.search-bottom>ul>li{
    margin-right: 15px;
    font-size: 14px;
    cursor: pointer;
}
.search-bottom>ul>li:hover{
    color: red;
}
.search-bottom>ul>li:nth-child(2),.search-bottom>ul>li:nth-child(5){
    font-size: 22px;
}
.search-bottom>ul>.iconfont{
    width: 30px;
    height: 30px;
    background-color: #fff;
}