﻿.anabt{
    width:100%;
    height:100%;
    position:fixed;
}
.content {
    background: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.bus_top {
    width: 100%;
    height: 577px;
    background: url(/images/snyd/banner.png) no-repeat center;
}
.w12001 {
    display: flex;
    justify-content:space-between;

}
.ban_left {
    padding:200px 0;
    box-sizing:border-box;
}
.ban_title {
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    position: relative;
}
    .ban_title::after {
        content: '想贷就贷';
        width: 100px;
        height: 30px;
        line-height:30px;
        text-align:center;
        background: #EA4743;
        border-radius: 6px;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        position: absolute;
        left: 182px;
        top:14px;
    }
.ban_span {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top:33px;
}
    .ban_span span {
        font-weight:bold;
    }
    .ban_right {
        width: 385px;
        height: 421px;
        background: #FFFFFF;
        border-radius: 8px;
        margin: 80px 100px 80px 0;
        padding: 25px;
        box-sizing: border-box;
    }
.right_title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #505050;
    text-align:center;
    margin-bottom:35px;
}
.form_item {
    display:flex;
    align-items:center;
    height:47px;
    margin-top:22px;
    position:relative;
}
input {
    outline: none;
    width: calc(100% - 68px );
    height:100%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding:0 20px;
    box-sizing:border-box;
}
.yz_line {
    width: 2px;
    height: 16px;
    background: rgba(220,220,220,1);
    border-radius: 1px;
    position: absolute;
    top: 18px;
    left: 223px;
}
.form_item button {
    outline: none;
    background: transparent;
    text-align: center;
    cursor: pointer;
    border: none;
    position: absolute;
    left: 237px;
    top: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FA7911;
}
.label {
    width: 68px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.btn {
    outline: none;
    border: none;
    width: 100%;
    height: 48px;
    line-height:48px;
    background: #FA771F;
    margin-top: 30px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
/*操作步骤*/
.main {
    text-align:center;
    padding-top:124px;
    box-sizing:border-box;
}
.main_title {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom:100px;
}
.t_b_z {
    margin-bottom: 100px;
    position: relative;
}
.t_b_z p {
    position:absolute;
    top:70px;
}
.tb_1 {
    left: 0;
}
.tb_2 {
    left: 34%;
}
.tb_3{
    left: 68%;
}
.con_right {
    padding-top:190px;
    box-sizing:border-box;
    text-align:left;
}
.con_detail {
    display: flex;
    justify-content:space-between;
}
.con_detail img{
    display:block;
}
.con_rt {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position:relative;
    margin-bottom:33px;
}
.con_rt::before {
    content: '';
    width: 50px;
    height: 6px;
    background: #FAAC42;
    position:absolute;
    top:-31px;
}
.con_re p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top:10px;
}
.zxBox {
    width: 384px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #EF8E40;
    border-radius: 10px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin:0 auto;
}
.sx_zl {
    display:flex;
    justify-content:space-between;
}
.sx_con p {
    margin-top: 25px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.tc_con {
    width: 360px;
    background: #FFFFFF;
    border-radius: 10px;
    padding:38px 38px 20px;
    box-sizing: border-box;
    text-align: center;
    position:absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
    .tc_con p:first-child {
        font-size: 20px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #333333;
        margin-bottom:20px;
        font-weight:bold;
    }
    .tc_con p:last-child {
        font-size:16px;
        color:red;
        margin-top:20px;
    }
.declosea {
    position: absolute;
    top:400px;
    left:45%;
    cursor: pointer;
}