.heng {
    width: 100%;
    height: 14px;
    background: rgba(246, 248, 250, 1);
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 34px;
    padding-bottom: 120px;
    display: flex;
}

.brand-box {
    margin-right: 38px;
    flex-shrink: 0;
    width: 222px;
}

.brand-box li {
    height: 34px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
}

.brand-box li.active {
    background: rgba(246, 249, 255, 1);
    border: 1px solid rgba(1, 83, 181, 1);
}

.brand-box li img {
    width: 30px;
    height: 30px;
    margin-right: 14px;
}

.container>div {
    width: 100%;
}

.filter {
    padding: 24px 0;
    border-bottom: 1px solid rgba(236, 237, 241, 1);
    display: flex;
}

.filter span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-right: 12px;
    flex-shrink: 0;
    line-height: 40px;
}

.filter ul {
    display: flex;
    flex-wrap: wrap;
}

.filter li {
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(51, 51, 51, 1);
    padding: 0 14px;
    cursor: pointer;
}

.filter li.active {
    background: rgba(246, 249, 255, 1);
    border: 1px solid rgba(1, 83, 181, 1);
}

.filter .input {
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(1, 83, 181, 1);
    padding: 0 14px;
}

.filter .input img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-right: 12px;
}

.filter .input input {
    width: 100%;
}

.list-box {
    margin-top: 40px;
}

.list-box h1 {
    font-size: 34px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.list-box li a {
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid rgba(236, 237, 241, 1);
}

.list-box li a img {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-right: 24px;
    display: block;
}

.list-box li .right {
    height: 120px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

.list-box li h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 8px;
}

.list-box li .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(153, 153, 153, 1);
    margin-top: 8px;
}

.list-box li .price {
    font-size: 24px;
    font-weight: 500;
    color: rgba(207, 0, 0, 1);
}