.searchNav {
    height: 27px;
    padding: 10px ;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    box-shadow: 0 0px 10px 0 RGBA(214, 214, 214, 1);
    max-width: 750px;
}
.searchNav img:first-of-type{
    position: absolute;
    left: 12px;
    top: 18px;
    width: 11px;
    height: 18px;
}
.searchNav img:nth-of-type(2){
    position: absolute;
    left: 13%;
    top: 22px;
    width: 15px;
    height: 15px;
}
.searchNav button{
    position: relative;
    top: 1px;
    left: 5px;
    width: 16%;
    border-radius: 24px;
    background: rgba(227, 21, 54, 1);
    border: rgba(227, 21, 54, 1);
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    padding: 5px 0;
}


.content {
    padding: 19.5px 16.5px;
}
.content span {
    margin-bottom: 15px;
    color: rgba(149, 154, 166, 1);
    font-size: 13px;
    display: block;
}
.content ul:last-of-type span{
    margin-top: 15px;
    
}
.content li {
    transition: all .3s;
    background: rgba(233, 233, 233, 1);
    display: inline-block;
    border-radius: 22px;
    text-align: center;
    background: rgba(233, 233, 233, 1);
    display: inline-block;
    border-radius: 22px;
    text-align: center;
    padding: 6px 17px;
    margin-bottom: 13.5px;
    font-size: 13px;
    margin-left: 10px;
}
.content li:active{
    background: rgba(227, 21, 54, 1);
    color: #fff;
}
.content li:active a{
    color: #fff;
}

.content li a {
    color: rgba(57, 61, 71, 1);
}
.topinput{
    width: 65%;
    height: 24px;
    border: none;
    border-radius: 26px;
    background-color: #f0f0f0;
    background-image: url(../images/search.jpg);
    background-size: 15px;
    background-position: 10px 5px;
    background-repeat: no-repeat;
    text-indent: 10px;
    font-size: 12px;
    outline: none;
    color: #cacaca;
    margin-top: 3px;
    padding-left: 24px;
    margin-left: 9%;
}
