﻿/*bounce In Left*/
.foot_normal_bar {
    display:none;
}
@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
    }

    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

/*bounce In Right*/
@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
    }

    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

/**bounce Out Left**/

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

/**bounce Out Right**/
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}
.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }
.car_more_info_left_title {
    font-size:32px;
    line-height:40px;
    padding-top:40px;
    color:#333d5f;
    margin:0;
}
.form_box {
    min-height:1140px;
}
.page_part {
    display: none;
    width:1200px;
}
.page_part.trasform {
    position:absolute;
    top:0;
}
.page_part.active {
    display: block;
}
.tradein_part .tradein_title {
    font-size: 24px;
    color: #333D5E;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: bold;
    border-left: 4px solid #FF664C;
    padding-left: 16px;
}

.tradein_part .join_flag_box {
    padding-bottom: 10px;
}
.join_flag_box .join_flag_item {
    width: 280px;
    height: 64px;
    background: #F9F9F9;
    border-radius: 4px;
    margin-bottom: 16px;
    line-height: 64px;
    cursor: pointer;
    color: #333d5f;
}
.join_flag_box .join_flag_btn {
    position: relative;
    display: inline-block;
    height: 28px;
    border: 1px solid #DDE1EE;
    text-align: center;
    width: 28px;
    margin-top: 17px;
    vertical-align: top;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    margin-left: 20px;
}
.join_flag_box .join_flag_item.active .join_flag_btn_contain {
    width: 20px;
    height: 20px;
    background: #FF664C;
    border-radius: 50%;
    left: 4px;
    top: 4px;
    position: absolute;
}


.caculate {
    width: 375px;
    background-color: #fff;
    padding-bottom: 5px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    overflow: hidden;
}

.caculate .ay_group {
    background-color: #fff;
}

.caculate .ay_group .ay_group_top {
    padding: 10px 15px;
}

.caculate .ay_group .ay_group_top .ay_title {
    font-size: 15px;
}

.caculate .ay_group .ay_group_top .ay_unit {
    font-size: 13px;
    color: #a1a1a1;
}

.caculate .ay_ul_button_checkbox,
.caculate .ay_ul_button_radio {
    display: block;
    padding: 0 10px 0 14px;
    background-color: #fff;
}

.caculate .ay_ul_button_checkbox li,
.caculate .ay_ul_button_radio li {
    width: 16.5%;
    float: left;
    list-style: none;
}

.caculate .ay_ul_button_checkbox li .button_checkbox_box_contain,
.caculate .ay_ul_button_radio li .button_radio_box_contain {
    padding: 2px;
    display: block;
    height: 100%;
}

.caculate .ay_ul_button_checkbox .ay_form_button_checkbox,
.caculate .ay_ul_button_radio .ay_form_button_radio {
    border: 1px solid #E1E1E1;
    color: #4E4E4E;
    font-size: 13px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

.caculate .ay_ul_button_checkbox .ay_form_button_checked,
.caculate .ay_ul_button_radio .ay_form_button_checked {
    background: url(/images/radio_button_checked.png) no-repeat right bottom;
    background-size: 15px 15px;
    border: 1px solid #f75c00;
    background-color: #fff5f1;
    color: #f75c00;
    background-origin: border-box;
}

.caculate .ay_h36 {
    height: 36px;
}

.caculate .loan_head_box {
    width: 100%;
    height: 200px;
    position: relative;
}

.caculate .loan_bg {
    width: 100%;
    height: 200px;
}

.caculate .finance-cal-pre {
    width: 90px;
    height: 90px;
    top: 50%;
    margin-top: -45px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
}

.caculate .finance-cal-loading {
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}

.caculate .loan_head_head {
    position: absolute;
    top: 0;
    height: 200px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.caculate .loan_box_top {
    padding-top: 30px;
    padding-bottom: 15px;
}

.caculate .loan_box_top_label {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
}

.caculate .loan_box_top_value {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 50px;
}

.caculate .loan_box_top_count {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
}

.caculate .pay_box {
    height: 80px;
    border-top: 1px solid #FAB48E;
    margin-left: 15px;
    margin-right: 15px;
}

.caculate .pay_box .pay_item {
    width: 114px;
    float: left;
    margin-top: 16px;
}

.caculate .pay_box .pay_label {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 20px;
    display: block;
    text-align: center;
}

.caculate .pay_box .pay_value {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
    display: block;
    text-align: center;
}

.caculate .pay_box .pay_devide_line {
    width: 1px;
    height: 29px;
    background-color: #FAB48E;
    float: left;
    margin-top: 25px;
}

.caculate .big_input_box {
    background-color: #fff;
}

.caculate .big_input_top {
    padding: 10px 15px 0px;
}

.caculate .big_input_top .big_input_title {
    font-size: 15px;
    display: inline-block;
}

.caculate .big_input_top .unit {
    font-size: 12px;
    color: #A1A1A1;
}

.caculate .big_input_box_contain {
    height: 40px;
    padding: 0px 15px;
}

.caculate .car_price {
    font-size: 15px;
    color: #3E425B;
    line-height: 20px;
    padding-right: 10px;
    padding-left: 15px;
    display: inline-block;
}

.caculate .big_input {
    font-size: 28px;
    color: #3E425B;
    line-height: 40px;
    height: 40px;
    width: 308px;
    border: 0;
    outline: none;
    -webkit-appearance: none;
}

.caculate .car_select_form_line {
    height: 1px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #EEEEEE;
}


    .caculate .fee_group_box {
    margin-left: 15px;
    margin-right: 15px;
    }
    .caculate .fee_item {
        width: 114px;
    float: left;
    }
        .caculate .fee_item .big_input_top {
            padding-left:0;
            padding-right:0px;
            text-align:center;
            padding-bottom:5px;
        }
            .caculate .fee_item .big_input_top .big_input_title {
                font-size:13px;
                color:#666;
            }
    .caculate .fee_item .big_input_top .unit {
        font-size:12px;
    }
        .caculate .fee_item .big_input_box_contain {
            padding-left:5px;
            padding-right:5px;
        }
        .caculate .fee_item .car_price {
            padding-left:10px;
            padding-right:10px;
            color:#666;
        }
        .caculate .fee_item .big_input {
            width:68px;
            font-size: 18px;
            color:#666;
        }
        .caculate .fee_item .car_select_form_line {
    margin-left: 5px;
    margin-right: 5px;
}

.caculate .submit-button {
    color: #FFFFFF;
    border: 0;
    border-radius: 4px;
    line-height: 40px;
    background-color: #F75C00;
    background: -webkit-linear-gradient(left, #F75C00, #FF7400);
    background: -o-linear-gradient(right, #F75C00, #FF7400);
    background: -moz-linear-gradient(right, #F75C00, #FF7400);
    background: linear-gradient(to right, #F75C00, #FF7400);
    display: block;
    width: 100%;
    font-size: 16px;
    cursor:pointer;
}

.caculate .summery {
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #A1A1A1;
    font-style:italic;
}
.finance_nav_box {
    padding-top:10px;
    padding-bottom:50px;
}
.finance_back_box {
    float: right;
    position: relative;
    cursor:pointer;
}
.finance_back {
    display: block;
    width: 96px;
    height: 40px;
}
.finance_back_text {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    margin-right: 24px;
}
.finance_next_box {
    float: right;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}
.finance_fill_in_later_box {
    width: 110px;
    color: #F7691C;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #FFDBC8;
    float: right;
    font-size: 16px;
    line-height: 38px;
    margin-left: 10px;
    cursor:pointer;
}
.finance_next {
    display: block;
    width: 96px;
    height: 40px;
}
.finance_next_text {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 40px;
    margin-left: 24px;
    color:#fff;
}
.form_box .pre_title {
    display: none;
}
.form_box.active .pre_title {
    display: inline;
}
.loan_calculator .ay_btn .ay_arrow_icon {
   transition:all 0.3s;
}
.loan_calculator .ay_btn.active .ay_arrow_icon {
    transform: rotate(180deg);
}
/*new car select*/
.top_car_select_box {
    margin-top:30px;
}
.search_top .search_submit_btn {
    padding-left: 33px;
    padding-right: 33px;
    height: 40px;
    background: #333D5F;
    text-align: center;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    color: #FFFFFF;
    font-size: 13px;
}

.change_vehicle_title {
    text-align: center;
    font-size: 22px;
    color: #333;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.car_result_list .ay_div_table_box {
    height: 400px;
    overflow-y: auto;
}

.finance_car_head {
    border: 1px solid #EF5900;
    background: #FFFCFA;
    border-radius: 2px;
    position: relative;
}

    .finance_car_head .title {
        color: #333D5F;
        font-size: 18px;
        line-height: 25px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
        display: block;
    }

    .finance_car_head .car_pic {
        width: 160px;
        height: 120px;
        float: left;
        background-size: cover;
        margin-left: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .finance_car_head .car_des {
        margin-left: 180px;
        margin-right: 180px;
    }

    .finance_car_head .car_des_item {
        float: left;
        width: 33%;
        margin-top: 18px;
    }

    .finance_car_head .car_des_item_label {
        color: #8B91A7;
        font-size: 14px;
        line-height: 20px;
    }

    .finance_car_head .car_des_item_value {
        color: #333D5F;
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
    }

    .finance_car_head .t_price {
        float: right;
        color: #E94D19;
        font-size: 28px;
    }

    .finance_car_head .was_price {
        color: #999;
        text-decoration: line-through;
        font-size: 20px;
        display: inline-block;
        margin-right: 10px;
    }

    .finance_car_head .car_base_info_right_price_box {
        position: absolute;
        bottom: 15px;
        right: 15px;
        line-height: 33px;
    }

    .finance_car_head .change_vehicle_btn {
        width: 120px;
        background: #EF5900;
        border-radius: 0px 2px 0px 4px;
        color: #FFFFFF;
        line-height: 32px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

.change_vehicle_box .ay_div_table {
    border-collapse: collapse;
    border: 0;
}

    .change_vehicle_box .ay_div_table .ay_t_body > .ay_row .select_button {
        cursor: pointer;
    }

    .change_vehicle_box .ay_div_table .ay_t_body > .ay_row .select_button {
        opacity: 0;
    }

    .change_vehicle_box .ay_div_table .ay_t_body > .ay_row:hover .select_button {
        opacity: 1;
    }

    .change_vehicle_box .ay_div_table .ay_t_body .ay_row:hover {
        background: #fff1e7;
    }

.change_vehicle_box .select_button .ay_btn {
    cursor: pointer;
}
.car_result_list {
    background-color: #fff;
    margin-top: 20px;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
}
.car_result_list .car_pic {
    width: 100px;
    height: 75px;
    margin: 0 auto;
    object-fit: cover;
}
.vehicle_add_box {
    border: 1px dashed #EF5900;
    background: #FFFCFA;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.vehicle_add_icon {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.add_vehicle_text {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    font-size: 16px;
    color: #F76821;
}


.fix_progress_box {
    background: #fff;
    height: 115px;
    margin-top: 20px;
    position: relative;
}

.fix_progress_box_bg {
    width: 1164px;
    background: url('../../../../images/v2/finance/finance_process_bg.png') no-repeat center center;
    height: 44px;
    position: absolute;
    left: 19px;
    top: 20px;
}

.sui-steps-round {
    padding: 29px 0px;
    position: relative;
    padding-left: 30px;
}

    .sui-steps-round .bar {
        margin: 10px auto;
        height: 6px;
        width: 186px;
        vertical-align: middle;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        float: left;
        margin-left: -13px;
        background-color: transparent;
    }

        .sui-steps-round .bar.active {
            background-color: #FF664C;
        }

    .sui-steps-round .wrap {
        float: left;
        display: inline-block;
        margin-left: -13px;
        position: relative;
    }

        .sui-steps-round .wrap:first-child {
            margin-left: 0;
        }

        .sui-steps-round .wrap .round {
            background-color: transparent;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            display: block;
            vertical-align: middle;
            color: #FFF;
            margin: 0 auto;
            transition: all .5s;
        }

       

        .sui-steps-round .wrap:hover .round {
            transform: scale(1.23);
            -ms-transform: scale(1.23); /* IE 9 */
            -moz-transform: scale(1.23); /* Firefox */
            -webkit-transform: scale(1.23); /* Safari 和 Chrome */
            -o-transform: scale(1.23);
        }

        .sui-steps-round .wrap.current .round {
            transform: scale(1.23);
            -ms-transform: scale(1.23); /* IE 9 */
            -moz-transform: scale(1.23); /* Firefox */
            -webkit-transform: scale(1.23); /* Safari 和 Chrome */
            -o-transform: scale(1.23);
        }

    .sui-steps-round .finance_processing,
    .sui-steps-round .finance_finish,
    .sui-steps-round .finance_error {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 16px;
        height: 16px;
        z-index: 10;
        display: none;
    }
    .sui-steps-round .wrap .finance_text {
        position: absolute;
        left: 50%;
        top: 45px;
        width: 130px;
        text-align: center;
        color: #A2AAC0;
        font-size: 14px;
        margin-left: -65px;
    }
    .sui-steps-round .wrap.active,
    .sui-steps-round .wrap.finish,
    .sui-steps-round .wrap.error {
        cursor: pointer;
    }
/*active is the last process*/
.sui-steps-round .wrap.active .round {
    background-color: #FF664C;
}

.sui-steps-round .wrap.active .finance_processing {
    display: block;
}

.sui-steps-round .wrap.active .finance_finish {
    display: none;
}

.sui-steps-round .wrap.active .finance_error {
    display: none;
}

.sui-steps-round .wrap.active .finance_text {
    color: #FF664C;
}

.sui-steps-round .wrap.finish .finance_processing {
    display: none;
}   
/*finish*/
.sui-steps-round .wrap.finish .round {
    background-color: #D9F0DB;
}
.sui-steps-round .wrap.finish .finance_finish {
    display: block;
}

.sui-steps-round .wrap.finish .finance_error {
    display: none;
}

.sui-steps-round .wrap.finish .finance_text {
    color: #43B649;
}

/*error*/
.sui-steps-round .wrap.error .round {
    background-color: #FF664C;
}
.sui-steps-round .wrap.error .finance_processing {
    display: none;
}

.sui-steps-round .wrap.error .finance_finish {
    display: none;
}

.sui-steps-round .wrap.error .finance_error {
    display: block;
}

.sui-steps-round .wrap.error .finance_text {
    color: #FF664C;
}



.line_through {
    border-top: 1px solid #eee;
    position: relative;
    text-align: center;
    margin: 30px 40px 30px 40px;
}

    .line_through label {
        display: inline-block;
        margin-top: -10px;
        color: #777;
        left: 50%;
        font-style: italic;
        position: absolute;
        background: #fff;
        padding: 0 10px;
        font-size: 14px;
    }



/*表单提示*/
.ay_form_top_error {
    padding-top: 15px;
}
.ay_form_error_box {
    background: #FFEBEB;
    border-radius: 8px;
    border: 1px solid rgba(255, 58, 58, 0.1);
    padding:16px 20px;
}
.ay_form_error_title {
    font-size: 24px;
    font-weight: 500;
    color: #333D5F;
    line-height: 33px;
}
.ay_form_error_des {
    font-size: 16px;
    color: #333D5F;
    line-height: 22px;
    margin-top: 10px;
}
.ay_form_error_item {
    font-size: 16px;
    color: #FF3A3A;
    line-height: 26px;
    position:relative;
    padding-left:32px;
    margin-top:20px;
}
.ay_form_error_item .ay_form_error_tip_pic {
    left:5px;
    top:5px;
    position:absolute;

}
.ay_form_error_item .ay_form_error_tip_text {
    text-decoration: underline;
    cursor:pointer;
}

.nav_list {
    line-height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px #DFE3EC;
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
    margin-top: 35px;
    margin-bottom: 10px;
}
.nav_item {
    display: inline-block;
    vertical-align: top;
    padding-left: 36px;
    padding-right: 36px;
    cursor: pointer;
    color: #555;
}
    .nav_item.active {
        background: #FF664C;
        border-radius: 25px;
        color: #FFFFFF;
    }
.step_error_box {
    width: 40px;
    height: 40px;
    float:right;
    display:none;
    position:relative;
}
    .step_error_box .step_error_contain {
        width: 40px;
        height: 40px;
        background: #FF664C;
        border-radius: 24px;
        position: relative;
        cursor:pointer;
    }
    .step_error_box .step_error_box_icon {
        position: absolute;
        left: 11px;
        top: 11px;
        width: 16px;
        height: 16px;
        z-index: 10;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
    }
    .step_error_box .tooltip-inner {
        padding: 0;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid #DDE1EE;
    }
    .step_error_box .tooltip.top .tooltip-arrow {
        border-top-color: #DDE1EE;
    }
.step_error_list {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}
.step_error_item {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px;
    border-top: 1px solid #DDE1EE;
    color: #333D5F;
    font-size:16px;
    line-height:22px;
}
    .step_error_item:first-child {
        border-top:0;
    }
    .step_error_item .step_error_link {
        color: #FF3A3A;
        text-decoration:underline;
    }
.step_error_box_tip {
    display:none;
}