.search-top{
    width: 100vw;
    padding-top: 80px;
    padding-bottom: 20px;
    box-sizing: border-box;
    background-color: #151515;
    position: relative;
}
.search-form{
    width: 80%;
    max-width: 800px;
    height: auto;
    position: relative;
    margin: auto;
}
.searchInput{
    text-indent: 15px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    display: block;
    font-family: "Microsoft YaHei";
    border: none;
    border-radius: 10px;
    color: #333;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}
.searchBtn{
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    font-size: 16px;
    border: none;
    display: inline-block;
    cursor: pointer;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.icon-search{
    font-size: 22px;
}
.content{
    padding-top: 10px;
}
.container-cards{
    margin-top: 0;
}

@media (min-width: 770px) {
    .searchInput{
        text-indent: 35px;
        height: 48px;
        line-height: 48px;
    }
    .searchBtn {
        right: 20px;
    }
    .icon-search{
        font-size: 24px;
    }
}