/* -------------------------
            float
------------------------- */
.cam-float {
    position: fixed;
    width: 100vw;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    padding: 1rem;
    z-index: 50;
}

.float_txt{
    color: #ffffff;
}

.newcar_fotter_btn {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.newcar_fotter_btn a {
    text-decoration: none;
}

.rc-btn {
    display: inline-flex;
    width: 50%;
    min-height: 48px;
    font-size: 0.875rem;
    font-weight: 700;
    background-color: #bf0000;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.rc-btn:hover {
    background-color: #d80000;
    color: #fff;
    transition: .3s;
}

.rc-input+.rc-btn {
    min-height: 40px
}

.rc-btn.rc-btn-outline {
    background-color: #fff;
    border-color: #bf0000;
    color: #bf0000
}

.rc-btn.rc-btn-outline:focus,
.rc-btn.rc-btn-outline:hover {
    background-color: #fdf2f2;
    color: #bf0000
}

.rc-btn.rc-btn-outline:focus {
    outline: 1px solid #bf0000;
    outline-offset: 2px
}

.bl-btn {
    display: inline-flex;
    width: 50%;
    min-height: 48px;
    font-size: 0.875rem;
    font-weight: 700;
    background-color: #F59600;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    padding: 8px 16px;
    border: 1px solid #F59600;
}

.bl-btn:hover {
    background-color: #F59600;
    color: #ffff;
    transition: .3s;
}

.rc-btn,
.bl-btn {
    max-width: 400px;
    font-size: 1rem;
}

.cam-float {
    padding: 1rem 0;
}