.range-boxs-title {
    padding: 1.2rem 0;
    display: flex;
    justify-content: space-between;
}

.range-boxs-title span {
    display: inline-block;
    /* line-height: 1.5rem; */
    height: 1.6rem;
    /* letter-spacing: 0.079rem; */
    color: #999999;
}

.range-boxs-title span.checked {
    position: relative;
    color: #333333;
    transition-duration: 0.5s;
}

.range-boxs-title span.checked::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-image: url(../images/range_nav_checked.png);
    width: 2.5rem;
    height: 0.25rem;
    border-radius: 0.179rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.range-box {
    padding: 1rem 0;
    display: none;
}

.range-box h3 {
    font-weight: normal;
    color: #367bf0;
}

.range-box p {
    font-size: 0.9rem;
    color: #666666;
    margin: 0.6rem 0;
}

.range-box-main {
    display: flex;
}

.range-box-title {
    width: 50%;
    justify-content: center;
}

.range-box-title div {
    display: flex;
    align-items: center;
    margin-bottom: 1.4rem;
}

.range-box-title div:last-child {
    margin-bottom: 0;
}

.range-box-title img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

.range-box-title span {
    font-size: 0.9rem;
    color: #666666;
}

.range-box-img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.range-box-img img {
    width: 11rem;
}