/*主页*/

        .banner_box {
            width: 100%;
            height: 6.16rem;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
        }


        .banner_box img{
            width: 100%;
            height: 100%;

        }

        .banner_box .loan_btn {
            display: block;
            width: 3.33rem;
            height: 0.96rem;
            line-height: 0.96rem;
            border:solid 1px #fff;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 1.25rem;
            margin: auto;
            z-index: 100;
            color: #fff;
            border-radius: 12px;
            cursor: pointer;
            text-align: center;
            font-size: 0.4rem;
        }

        .title1 {
            text-align: center;
            line-height: 0.7rem;
            vertical-align: middle;
            font-family: "微软雅黑";
            margin-top: 0.4rem;
            font-size:0.35rem;
            color: #3080cf;
        }

        .title_line1 {
            width: 0.4rem;
            border: 2px solid #3080cf;
            margin: 0 auto;
        }




.title2 {
    text-align: center;
    line-height: 0.6rem;
    vertical-align: middle;
    font-family: "微软雅黑";
    color: black;
    margin-top: 0.88rem;
    font-size:0.35rem;
}

.title_line2 {
    width: 0.4rem;
    border: 2px solid #006fff;
    margin: 0 auto;
}

.advantage_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
    overflow: hidden;
    padding: 0 6%;
    box-sizing: border-box;
}
.advantageBox ul{
    text-align: center;
    color: #010101;
}
.advantage_box dd:nth-of-type(1) ul{
    margin-top: 80px;
}
.advantage_box dd:nth-of-type(1) ul li{
    margin-bottom: 28px;
}
.advantage_box dd:nth-of-type(2) ul{
    margin-top: 80px;
}
.advantage_box dd:nth-of-type(2) ul li{
    margin-bottom: 28px;
}
.advantage_box dd:nth-of-type(3) ul{
    margin-top: 44px;
}
.advantage_box dd:nth-of-type(3) ul li{
    margin-bottom: 24px;
}
.advantage_box dd:nth-of-type(4) ul{
    margin-top: 44px;
}
.advantage_box dd:nth-of-type(4) ul li{
    margin-bottom: 24px;
}
.advantageBox li{
    font-size: 21px;
}

.advantage_box dl {
    width: 100%;
}

.advantage_box dl dd{
    margin-bottom: 0.24rem;
}
.advantage_box dl dd:nth-of-type(4){
    margin-right: 0;
}
.advantage_box dl dd img{
    width: 100%;
    height: 100%;
    display: block;

}


.product_all_box {
    width: 100%;
    height: 550px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px 0;
    background: #f9f9f9;
}

.product_all_box .product_box {
    width: 1260px;
    margin: 0 auto;
    height: 380px;
    margin-top: 20px;
}

.product_all_box .product_box dd {
    display: block;
    width: 378px;
    height: 370px;
    float: left;
    margin-left: 30px;
    background: white;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    cursor: pointer;
}

.product_all_box .product_box dd:hover {
    display: block;
    width: 378px;
    height: 370px;
    float: left;
    margin-left: 30px;
    background: white;
    position: relative;
    box-shadow: 3px 3px 10px #a9a9a9;
}

.product_all_box .product_box dd .title_bottom {
    width: 40%;
    margin-left: 20px;
    margin-top: 20px;
    font-family: "微软雅黑";
    font-weight: bold;
    font-size:15px;
}

.product_all_box .product_box dd .word {
    width: 90%;
    margin-top: 10px;
    margin-left: 21px;
    font-family: "微软雅黑";
    color: #666666;
}

.product_all_box .product_box dd .line {
    width: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 130px;
    border: 1px solid white;
    z-index: 100;
}

.product_all_box .product_box dd .product1 {
    width: 378px;
    height: 250px;
    background: url('../img/product1.png')no-repeat;
    background-size: 100%;
    position: relative;
}

.product_all_box .product_box dd .product_title {
    font-family: "微软雅黑";
    color: white;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    top: 100px;
    font-size:22px;
    font-weight: bold;
}

.product_all_box .product_box dd .shadow {
    width: 378px;
    height: 250px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 2;
}

.product_all_box .product_box dd .product2 {
    width: 378px;
    height: 250px;
    background: url('../img/product2.png')no-repeat;
    background-size: 100%;
    position: relative;
}

.product_all_box .product_box dd .product3 {
    width: 378px;
    height: 250px;
    background: url('../img/product3.png')no-repeat;
    background-size: 100%;
    position: relative;
}

.banner_bottom_box {
    width: 100%;
    height: 736px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.banner_bottom_box .banner_bottom {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.banner_bottom_box .submit_btn {
    display: block;
    width: 404px;
    height: 70px;
    background: url('../img/wap/btn.png');
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 470px;
    margin: auto;
    z-index: 2;
    cursor: pointer;
}

.question_box {
    width: 1200px!important;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}

.more {
    display: block;
    margin-left: 1200px;
    color: #999999;
    text-decoration: none;
    margin-top: 20px;
    font-size:14px;
}

.question_box .bubble_box1 {
    width: 80%;
    position: relative;
}

.question_box .bubble_box1 .comma1 {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url('../img/comma01.png')no-repeat;
    background-size: 100%;
    position: relative;
    top: 5px;
}

.question_box .bubble_box1 .triangle_top {
    display: inline-block;
    width: 13px;
    height: 26px;
    background: url('../img/triangle01.png')no-repeat;
    background-size: 100%;
    position: absolute;
    margin-left: 12px;
    margin-top: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.question_box .bubble_box1 .bubble_top {
    display: inline-block;
    width: 600px;
    height: 70px;
    background: #e5f0fe;
    margin-left: 25px;
}

.question_box .bubble_box1 .bubble_top p {
    width: 95%;
    padding-top: 20px;
    margin-left: 5px;
    color: #006fff;
}

.question_box .bubble_box2 {
    width: 80%;
    position: relative;
    margin-top: 20px;
}

.question_box .bubble_box2 .triangle_top {
    display: inline-block;
    width: 13px;
    height: 26px;
    background: url('../img/triangle02.png')no-repeat;
    background-size: 100%;
    position: absolute;
    margin-left: 1000px;
    margin-top: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.question_box .bubble_box2 .bubble_top {
    display: inline-block;
    width: 600px;
    height: 85px;
    background: #feeec3;
    margin-left: 400px;
}

.question_box .bubble_box2 .comma2 {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url('../img/comma02.png')no-repeat;
    background-size: 100%;
    position: relative;
    top: -40px;
    margin-left: 1020px;
}

.question_box .bubble_box2 .bubble_top p {
    width: 95%;
    padding-top: 20px;
    margin-left: 15px;
    color: #b9820d;
}
/*底部浮框*/

.bottom_float {
    width: 100%;
    height: 120px;
    background: white;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #e4e4e4;
    z-index: 10;
    display: none;
    border-radius: 5px;
    -webkit-border-radius:5px;
}

.bottom_float .out_btn {
    width: 30px;
    height: 30px;
    background: url('../img/out_btn.png')no-repeat;
    background-size: 100%;
    position: absolute;
    right: 2%;
    top: 10px;
    cursor: pointer;
}



.bottom_float .font_box {
    width: 800px;
    margin: 0 auto;
    line-height: 120px;
    vertical-align: middle;
}

.bottom_float .font_box dd {
    float: left;
}
.bottom_float .font_box .cash_message{
    display: block;
    position: relative;
    top:45px;
}
.bottom_float .font_box dd .math {
    font-weight: bold;
    font-size: 22px;
    font-family: "微软雅黑";
    color: #fc5f09;

}

.bottom_float .font_box dd .center {
    font-weight: bold;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #666666;
    letter-spacing:2px;
}

.bottom_float .font_box dd .credit_btn {
    display: block;
    width: 300px;
    height: 72px;
    background: url('../img/credit_btn.png')no-repeat;
    background-size: 100%;
    margin-top: 30px;
    margin-left:150px;
    cursor: pointer;
    position: absolute;
}

.bottom_block {
    height: 200px;
}

.bottom_fixed{
    width: 95%;
    height: 120px;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
}
.bottom_fixed .zoom_btn {
    width: 30px;
    height: 30px;
    background: url('../img/zoom_btn.png')no-repeat;
    background-size: 100%;
    position: absolute;
    right: 2%;
    top: 10px;
    cursor: pointer;
    display: block;
}
/*申请借款弹框*/

.apply_box {
    width: 8rem;
    height: 10rem;
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: -86px;
    margin: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 1000;
    display: none;
    font-size: 0.37rem;
}

.apply_box .apply_out {
    width: 25px;
    height: 25px;
    background: url('../img/out_btn.png')no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.apply_box .shengfen{
    width:100%;
    margin-bottom: 0.35rem;
}
.apply_box .city{
    width:100%;

}
.layui-form{
    margin-top: 1rem;
}
.apply_box dl {
    width: 80%;
    margin: 0 auto;
}

.apply_box dl dd {
    display: block;
    margin-top: 0.35rem;
}

.apply_box dl dd input {
    width: 98%;
    height: 1.1rem;
    line-height: 1.1rem;
    vertical-align: middle;
    outline: none;
    border: solid 1px #D2D2D2;
    font-family: "微软雅黑";
    padding-left: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.apply_box dl dd .layui-input-block .layui-form-radio i:hover,
.layui-form-radioed i {
    color: #4797fb;
}

.apply_box .check_box {
    margin-top: 0.2rem;;
    margin-left: 1.2rem;
}

.apply_box .check_box .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #4797fb;
}

.apply_box .check_box .layui-form-checked[lay-skin=primary] i {
    border-color: #4797fb;
    background-color: #4797fb;
    color: #fff;
}

.apply_box .check_box label {
    position: relative;
    top: 6px;
    font-size: 0.37rem;
}

.apply_box .check_box label a {
    color: #4797fb;
}

.apply_box .apply_submit {
    display: block;
    width: 70%!important;
    background: #4797fb;
    margin: 0 auto;

}

.shade {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.float_box {
    width: 60px;
    height:60px;
    position: fixed;
    top: 30%;
    right: 0;
    font-family: "微软雅黑";
    z-index:100;
}
.float_container{
    width:200px;
    height:140px;
    position: fixed;
    top: 30%;
    right: 0;
    font-family: "微软雅黑";
    z-index:90;
}
.float_container .float_font1{
    position: absolute;
    width:0px;
    height:50px;
    background: #78bd90;
    margin-left:150px;
    display: none;
    z-index:100;
}
.float_container .float_font1 p{
    color: white;
    text-align: center;

}
.float_container .float_font2{
    position: absolute;
    width:0px;
    height:50px;
    background: #78bd90;
    margin-left:150px;
    margin-top:60px;
    display: none;
    z-index:100;
}
.float_container .float_font2 p{
    color: white;
    text-align: center;

}
.float_box #box {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}

.float_box #box:hover {
    background: #78bd90;
    cursor: pointer;
}

.float_box .box1 {
    width: 100%;
    height: 50px;
    background: #c1adc9;
}

.float_box .box1 .phone {
    width: 30%;
    display: block;
    padding-top: 7px;
}

.float_box .box1 .phone .icon1 {
    display: block;
    width: 35px;
    height: 35px;
    background: url('../img/phone_icon.png')no-repeat;
    background-size: 100%;
    margin-left: 10px;
}



.float_box .box2 {
    display: block;
    width: 100%;
    height: 50px;
    background: #c1adc9;
    margin-top: 10px;
}

.float_box .box2 .service {
    width: 30%;
    display: block;
    padding-top: 7px;
}

.float_box .box2 dd p {
    color: white;
    text-align: center;
}

.float_box .box2 .service .icon2 {
    display: block;
    width: 35px;
    height: 35px;
    background: url('../img/service_icon.png')no-repeat;
    background-size: 100%;
    margin-left: 10px;
}


/*车辆评估*/

.bg_box {
    width: 1240px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
    padding: 20px 0;
    background: white;
    border: 1px #e1e1e1 solid;
}

.bg_box .top_title {
    width: 90%;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    vertical-align: middle;
    border-bottom: 1px solid #ebebeb;
    font-family: "微软雅黑";
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}

.bg_box .choice_box {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

.bg_box .choice_box .left_box {
    width: 50%;
    height: 520px;
    float: left;
}

.bg_box .choice_box .left_box .car_type {
    width: 80%;
}

.bg_box .choice_box .left_box .shengfen {
    width: 30%;
}

.bg_box .choice_box .left_box .city {
    width: 30%;
}

.bg_box .choice_box .left_box .choice dd {
    margin-top: 20px;
}

.bg_box .choice_box .left_box .choice dd .label_font {
    width:110px;
    font-size: 14px!important;
}

.bg_box .choice_box .left_box .submit_btn {
    width: 260px;
    height: 40px;
    background: #4797fb;
    color: white;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    margin-left: 40px;
    outline: none;
    border: 0;
    margin-top: 30px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bg_box .choice_box .right_box {
    width: 40%;
    overflow: hidden;
    border-left: 1px solid #ebebeb;
    float: left;
    margin-top: 20px;
    padding: 10px 0;
    position: relative;
    font-size: 15px;
    font-family: "微软雅黑";
}

.bg_box .choice_box .right_box dl {
    margin-left: 30px;
}

.bg_box .choice_box .right_box dl dd {
    display: block;
    margin-top: 20px;
}

.bg_box .choice_box .right_box dl label {
    color: #1f1f1f;
}

.bg_box .choice_box .right_box dl dd span {
    position: absolute;
    left: 240px;
    margin-top: 3px;
    color: #ff6600;
}

.bg_box .choice_box .right_box .tip_font {
    color: #8f8f8f;
    font-size: 14px;
    margin-top: 60px;
    margin-left: 30px;
}

.bg_box .choice_box .right_box .tip_font span {
    color: #ff3600;
}

.car_choice_box {

    position: relative;
    z-index:999;
}

.car_choice_box .car_choice {
    width: 80%;
    height: 400px;
    background: white;
    position: absolute!important;
    z-index: 999;
    margin-left: 110px;
    border: 1px solid #e8e8e8;
    display: none;
    font-family: "微软雅黑";
    position: absolute;

}

.car_choice_box .car_choice .later_box {
    width: 25px;
    height: 400px;
    position: absolute;
    margin-top:-2px;
    border-right:1px solid #e7e7e7;

}

.car_choice_box .car_choice .later_box li{
    display: block;
    list-style: none;
    text-align: center;
    font-size:12px;
    font-family: "微软雅黑";
    line-height:15px;
}
.car_choice_box .car_choice .later_box li a:hover{
    color:#ff8022;
}
.car_choice_box .car_choice .product_box{
    width:115px;
    float:left;

    margin-left:25px;

}
.car_choice_box .car_choice .product_box .product_box_ul{
    width:100%;
    height:372px;
    overflow-y: scroll;
}
.car_choice_box .car_choice .product_box .product_box_ul li{
    display: block;
    width:100%;
    text-align: center;
    font-size:12px;
    line-height:25px;
    border-bottom:1px solid #e6e6e6;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.car_choice_box .car_choice .product_box .first_bold{
    font-weight: bold;
    font-size:14px;
    line-height:25px;
    vertical-align: middle;
    margin-left:25px;
    height:25px;
}
.car_choice_box .car_choice .first_later{
    display: block;
    width:100%;
    line-height:25px;
    background:#f4f4f4;
    text-align: center;
}
.car_choice_box .car_choice .product_box li:hover{
    background:#f4f4f4;
}
.car_choice_box .car_choice .car_box{
    width:135px;
    float:left;

}
.car_choice_box .car_choice .car_box .car_box_ul{
    width:100%;
    height:372px;
    overflow-y: scroll;
}
.car_choice_box .car_choice .car_box .car_box_ul li{
    display: block;
    width:100%;
    text-align: center;
    font-size:12px;
    line-height:25px;
    border-bottom:1px solid #e6e6e6;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.car_choice_box .car_choice .car_box li:hover{
    background:#f4f4f4;
}
.car_choice_box .car_choice .car_box .first_bold{
    font-weight: bold;
    font-size:14px;
    line-height:25px;
    vertical-align: middle;
    margin-left:35px;
    height:25px;
}

.car_choice_box .car_choice .type_box{
    width:198px;
    float:left;
}
.car_choice_box .car_choice .type_box .type_box_ul{
    width:100%;
    height:372px;
    overflow-y: scroll;
}
.car_choice_box .car_choice .type_box .type_box_ul li{
    display: block;
    width:100%;
    text-align: center;
    font-size:12px;
    line-height:25px;
    border-bottom:1px solid #e6e6e6;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.car_choice_box .car_choice .type_box .first_bold{
    font-weight: bold;
    font-size:14px;
    line-height:25px;
    height:25px;
    vertical-align: middle;
    margin-left:35px;
}
.car_choice_box .car_choice .type_box li:hover{
    background:#f4f4f4;
    cursor:pointer;
}


.limit_box{
    width: 100%;
    background-color: #384154;
    padding-bottom: 1rem;
}
.limit_box .title2{
    color: #fff;
    padding-top: 0.6rem;
}
.limit_box .title_line2{
    border: 2px solid #fff;
    margin-bottom: 0.5rem;
}
.tablebox{
    width: 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
    overflow: hidden;
    padding: 0 6%;
    box-sizing: border-box;

}
.tablebox table{
    width: 100%;
    color: #fff;
    font-size: 0.26rem;
    font-weight: normal;
}
.tablebox table th{
    font-weight: normal !important;
    border: solid 1px #fff;
    text-align: center;
    height: 0.8rem;
}
.tablebox table td{
    border: solid 1px #fff;
    text-align: center;
    height: 1.5rem;
}
.business_box{
    width: 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
    overflow: hidden;
    padding: 0 6%;
    box-sizing: border-box;
}
.business_box img{
    width: 100%;
    height: 100%;
    display: block;


}
.production {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
    overflow: hidden;
    padding: 0 6%;
    box-sizing: border-box;
    font-size: 0.35rem;
    text-indent: 0.6rem;
    color: #fff;
    line-height: 0.55rem;
}
.load_box{
    width: 100%;
    color: #000;
    padding-bottom: 0.57rem;
    background-color: #e9f2fa;
    margin-bottom: 1.55rem;
}
.load_box .title2{
    color: #3080cf;
    padding-top: 0.62rem;
    font-size:0.35rem;
}
.load_box .title_line2{
    border: 2px solid #3080cf;
}
.quesion{
    width: 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
    overflow: hidden;
    padding: 0 6%;
    box-sizing: border-box;

}
.ques1{
    width: 100%;
    padding-top:0.45rem;
    border-bottom: dashed 1px #98a5ba;
}
.ques1:nth-of-type(3){
    border-bottom: none;
}
.quesion h2{
    font-size:0.35rem;
    height:0.8rem;
    line-height: 0.8rem;
    background-color: #3080cf;
    width: 100%;
    color: #fff;
    padding-left: 0.15rem;

}
.quesion h3{
    width: 100%;
   font-size: 0.35rem;
    padding-top: 0.29rem;
    padding-bottom: 0.5rem;
    margin-left: 0.13rem;
    line-height:0.48rem;
}
.quesion h3 .dotbg{
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background-color: #3080cf;
    display: inline-block;
    border-radius: 50%;
}
.banner_bottom a{
    width: 5.01rem;
    height: 1.3rem;
    line-height: 1.05rem;
    display: block;
    text-align: center;
    font-size: 0.4rem;

    margin: 0 auto;
    color: #fff;
    background: url('../img/wap/btn.png')no-repeat;
    background-size: 100% 100%;
}
.banner_bottom{
    margin-bottom: 1.55rem;
}
.footer{height: 3.96rem; background: url("../img/wap/footer.png") no-repeat center center; width: 100%; background-size: 100% 100%}

.layui-form .layui-form-label{
    float: left;
    display: block;
    width: 1.5rem;
    font-weight: 400;
    padding: 0;
    text-align: left;

}
.layui-form .layui-form-item{
    position: relative;
}
.layui-form .layui-input-block{
    padding-left: 55px;
    margin-left: 0;
    position: absolute;
    bottom: -7px;
    font-size: 0.3rem;
}
.layui-form .layui-form-select dl dd, .layui-form-select dl dt{
    font-size: 0.35rem;
    line-height: 0.35rem;
}
.layui-form .layui-form-select dl dd.layui-this{
    padding: 0.1rem 0;
    padding-left: 5px;
}
.layui-form .layui-btn{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.37rem;
}
.layui-form .layui-form-radio span {

}
.layui-form .layui-form-radio i{
    margin-right: 5px;
    font-size: 20px;
}
.layui-form  .layui-form-checkbox[lay-skin=primary] i{
    width: 14px;
    line-height: 14px;
}
.xieyi_box{display: none;}
.xieyi_box p{width: 95%; margin:auto; font-size: 0.35rem; box-sizing: border-box;}
.layui-form .layui-layer-title{
    height: 30px;
    line-height: 30px;
}
.layui-form .layui-layer-setwin a{
    top: -6px;
}
.layui-form .layui-btn, .layui-input, .layui-select, .layui-textarea, .layui-upload-button{
    transition: none;
    -webkit-transition:none;

}
.layui-form-select dl{
    max-height: 200px;
}
input{-webkit-appearance: none; }


.layui-form-select dl{
    min-width: 98%;
}