.box{
    background: #F6F6F6;
    border: 1px solid #E6E6E6;
    width:950px ;
    margin: 0 auto;
}
.flow_header{
    height: 52px;
    width: 100%;
    line-height: 50px;
    box-sizing: border-box;
}
.flow_box{
    background: #fff;
    padding-bottom: 40px;
}
.flow_title{
    padding: 10px 10px 20px;
}
.flow_nav{
    box-sizing: border-box;
    padding: 0 100px;
}
.flow_nav ul{
    overflow: hidden;
}
.flow_nav ul li{
    float: left;
    text-align: center;
}
.flow_img{
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #EC0000;
    border-radius: 50%;
    -webkit-border-radius:50%;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}
.flow_p{
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 28px;
    top: 10px;
}
.right_img{
    position: relative;
    top: 18px;
    margin: 0 45px;
}
.flow_text{
    display: inline-block;
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}
.loan_header{
    padding: 0 24px;
    height: 40px;
}
.loan_header>div{
    text-align: center;
    line-height: 40px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #E6E6E6;
    font-weight: 600;
}
.loan_flow_nav{
    padding: 18px 10px 25px;
    overflow: hidden;
}
.loan_flow_nav li{
    float: left;
    width: 23.3%;
}
.flag_num{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #EC0000;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 50%;
    margin-right: 12px;
}
.flag_text{
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}
.loan_flow_nav li p{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    margin: 10px 0 0 37px;
    height: 72px;
    line-height: 18px;
}
.loan_flow_nav .flag{
    width: 30%;
}
.loan_flow_nav .flag p{
    width: 180px;
}
.loan_flow_nav ul{
    overflow: hidden;
}



.dialog{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: #000000;
    filter: Alpha(opacity=30);
    background: rgba(0,0,0,.3);
    z-index: 1000;
}
.dialog-content{
    width: 400px;
    position: absolute;
    top:30%;
    left: 50%;
    margin-left: -200px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.10);
    border-radius: 10px;
}
.dialog-content ul{
    padding:37px 30px 0;
}
.dialog-content ul li{
    margin-bottom:27px;
    font-size: 14px;
    color: #333333;
}
.dialog-content ul li a{
    background: #E83827;
    border-radius: 15.5px;
    width: 68px;
    height: 22px;
    float: right;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #FFFFFF;
}
.dialog-content p{
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    color: #999999;
    border-top: 1px solid #F5F5F5;
    cursor: pointer;
}
.contactshow,.customershow{
    cursor: pointer;
}

.loanBtn {
  background: #7b7979;
}