.comb_box {
    width: 100%;
    padding: calc(6px + 1rem) 0;
    box-shadow: 0px 6px 6px 0px rgba(219, 219, 219, 0.3);
}

.comb {
    max-width: 1420px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.comb_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(2px + 0.5rem);
}

.comb img {
    width: calc(1px + 1rem);
}

.comb_left p {
    font-family: PINGFANG;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #777777;

}

.comb_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(4px + 1rem);
}

.comb_right div {
    width: 2px;
    height: calc(7px + 0.5rem);
    background: #E9E9E9;
}

.comb_right div:nth-last-of-type(1) {
    display: none;
}

.comb_right p {
    font-family: PINGFANG;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    font-style: normal;
}

.comb_right .comb_active {
    color: #E5793B;
}