.unlimitedResidential {
    width: 1140px;
    margin: auto;
    margin-top: 48px;
    margin-bottom: 67px;
    background: #FFFFFF;
    box-shadow: 0px 9px 20px 0px rgba(153, 175, 224, 0.3);
    border-radius: 24px;
    padding: 60px;
    background-image: url(../images-v2/price/bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 728px 447px;
}

.unlimitedResidential_title {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 18px;
    color: #090025;
    line-height: 18px;
    text-align: left;
    font-style: normal;
}

.unlimitedResidential_con {
    width: 490px;
}

.unlimited_right {
    box-sizing: border-box;
}

.form-range {
    width: 100%;
}

input[type=range] {
    -webkit-appearance: none;
    background: transparent;
    width: 367px;
    height: 6px;
    background: transparent;
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 4px;
    background: linear-gradient(to right, #845CFF 0%, #845CFF var(--fill-percent), #E2E5F0 var(--fill-percent), #E2E5F0 100%);
    border-radius: 8px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 19px;
    height: 28px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(28, 41, 90, 0.04);
    border-radius: 4px;
    border: 2px solid #845CFF;
    margin-top: -12px;
    cursor: pointer;
}

.unlimited_progress {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 40px;
}

.unlimited_progress_left {
    margin-right: 20px;
}

.unlimited_progress_right .goods_num {
    width: 100px;
}

.unlimited_progress_right .goods_num .nums {
    width: 52px;
}

.unlimited_progress_left_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 367px;
    margin-bottom: 5px;
}

.unlimited_progress_left_head p:nth-child(1) {
    font-weight: bold;
    font-size: 18px;
    color: #212121;
    line-height: 18px;
    font-family: "Roboto Bold";
}

.unlimited_progress_left_head p:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
    color: #8F92A1;
    line-height: 18px;
    font-family: "Roboto Regular";
}

.unlimited_progress_left_head p:nth-child(2) span {
    font-weight: bold;
    font-size: 18px;
    color: #845CFF;
    font-family: "Roboto Bold";
}

.unlimited_right_title {
    font-weight: bold;
    font-size: 18px;
    color: #212121;
    line-height: 18px;
    font-family: "Roboto Bold";
}

.unlimited_right_price {
    font-weight: bold;
    font-size: 28px;
    color: #845CFF;
    line-height: 18px;
    font-family: "Roboto Bold";
    margin-top: 20px;
}

.unlimited_right_desc {
    font-weight: 400;
    font-size: 12px;
    color: #8F92A1;
    line-height: 22px;
    font-family: "Roboto Regular";
    margin-top: 54px;
}

.unlimited_right_btn {
    display: flex;
    align-items: center;
    margin-top: 9px;
}

.unlimited_right_btn img {
    margin-left: 8px;
}

.goods_num {
    width: 82px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 13px;
    display: flex;
    justify-content: space-between;
}

.goods_num .nums {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    width: 32px;
    height: 26px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 26px;
}

.goods_num .add,
.goods_num .sub {
    width: 24px;
    height: 26px;
    background: #F8F8F8;
    border-radius: 0 4px 4px 0;
    border: 1px solid #DFDFDF;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.goods_num .add {
    border-radius: 4px 0 0 4px;
}

.goods_num .bandwidthAdd,
.goods_num .bandwidthSub {
    width: 24px;
    height: 26px;
    background: #F8F8F8;
    border-radius: 0 4px 4px 0;
    border: 1px solid #DFDFDF;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.goods_num .bandwidthAdd {
    border-radius: 4px 0 0 4px;
}

.unlimited_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.unlimited_right_btn2 {
    width: 188px;
    height: 48px;
    background: #845CFF;
    border-radius: 26px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.unlimited_right_btn2:hover {
    background: #6D4CD3;
}

@media (max-width: 1140px) {
    .Rotating_box{
        width: 100%;
    }
    .unlimitedResidential {
        width: calc(95% - 120px);
        margin: 20px auto !important;
        background-size: contain;
    }
}

@media (max-width: 768px) {
    .Rotating_box{
        width: 100%;
    }
    .unlimitedResidential {
        width: calc(95% - 40px);
        margin: auto;
        background-image: none;
        padding: 20px;
    }
    .unlimitedResidential_con{
        width: 100%;
    }
    .unlimited_progress_left {
        flex: 1;
    }
    .unlimited_progress_left_head{
        width: 100%;
    }
    input[type=range]{
        width: 70%;
    }
    .Rotating_box_con_last p{
        font-size: 14px;
    }
}