.filter {
    padding: 3.2rem 0;
}

.filter-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.filter-label {
    display: flex;
    align-items: center;
    margin-bottom: 3.2rem;
}


.filter-label>span {
    color: #05173C;
    font-size: 2rem;
}

.fliter-input {
    margin-left: 1.6rem;
    width: 32rem;
    height: 4.4rem;
    border-radius: 0.8rem;
    padding: 1rem 2rem;
    display: flex;
    background-color: #fff;
}

.filter-label:nth-child(4) .fliter-input,
.filter-label:nth-child(5) .fliter-input {
    width: 50.7rem;
}

.fliter-input img {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 2rem;
}

.fliter-input select {
    width: 100%;
    height: 100%;
}

.fliter-input input {
    flex: 1;
    font-size: 2rem;
    color: #05173C;
    font-weight: 500;
}

.filter-btn {
    width: 14rem;
    height: 4.4rem;
    border-radius: 0.8rem;
    border: 0.1rem solid #F16522;
    line-height: 4.4rem;
    text-align: center;
    color: #F16522;
    font-size: 1.6rem;
    display: block;
}

@media screen and (max-width: 768px) {
    .filter {
        padding: 4rem 0;
    }

    .filter-content {
        display: block;
        margin-bottom: 2.4rem;
    }

    .filter-label {
        display: flex;
        align-items: center;
        margin-bottom: 1.6rem;
    }

    .fliter-input {
        margin-left: 0;
        width: 34.3rem;
        height: 4.2rem;
        border-radius: 1rem;
        padding: 1.2rem;
        display: flex;
        background-color: #fff;
    }

    .filter-label:nth-child(4) .fliter-input,
    .filter-label:nth-child(5) .fliter-input {
        width: 34.3rem;
    }

    .fliter-input img {
        width: 1.6rem;
        height: 1.6rem;
        margin-left: 2rem;
    }

    .fliter-input input {
        flex: 1;
        font-size: 1.4rem;
        color: #05173C;
        font-weight: 500;
    }

    .filter-btn {
        width: 10.6rem;
        height: 3.2rem;
        border-radius: 0.4rem;
        border: 0.1rem solid #F16522;
        line-height: 3.2rem;
        text-align: center;
        color: #F16522;
        font-size: 1.2rem;
        display: block;
    }
}