/*内容区域*/
.layout-container{
    width: 100%;
    background-color: #fff;
    position: relative;
    top: 70px; 
}

/* banner */
.loan-banner-box{
    max-width: 1920px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/loan/bannner-icon.png) no-repeat;
    background-size: 100%;
    margin-bottom:2%;
}

.loan-our-service-box{
    height: 550px;
}
.loan-banner-box img{
    /* width: 100%; */
    height: 500px ;
    margin: 0 auto;
}

.loan-our-service-content{ 
    padding: 0 0 0 25px;
}
.loan-common-title{ 
    display: flex;
    align-items: center; 
    margin-left:51%; 
    transform: translateX(-25%);
}

.loan-common-title .loan-title{
    font-size: 30px;
    color: #333;
    margin: 0 48px;
}
 
/* 列表 */
.loan-our-service-list{
    margin-top: 45px;  
    position: relative;  
}
.loan-our-service-list li { 
    margin-bottom: 71px;
    float: left; 
    text-align: center;
}  
.loan-our-service-list li:nth-child(1){
    margin-right: 220px;
} 

.loan-our-service-list li:nth-child(2){
    margin-right: 220px;
} 
 
.loan-our-service-list li:nth-child(3){
    margin-right: 184px;
} 

.loan-our-service-list li:nth-child(5){
    margin-right: 195px;
    position: absolute;
    top: 236px;
} 

.loan-our-service-list li:nth-child(6){
    margin-right: 190px;
    position: absolute;
    top: 236px;
    left: 324px;
} 

.loan-our-service-list li:nth-child(7){
    margin-right: 173px;
    position: absolute;
    top: 236px; 
    left: 677px;
} 
.loan-our-service-list li:nth-child(8){ 
    position: absolute;
    top: 236px;
    right: 30px;
} 
.loan-our-service-list li img {
    width: 120px;
    height: 120px; 
    margin: 10px auto ;
}
.loan-our-service-list li  span{  
    font-size: 18px;
    color: #333; 
}

/*  */
.loan-search{
    width: 100%;
    height: 490px;
    background: url('../images/loan/loan-bg-icon.png') no-repeat center;
}

.loan-search-box{
    position: relative;
    padding: 44px 68px;
}
.loan-bg-text{
    position: absolute;
    top: 68px;
    right: 54px; 
}

.loan-search-input-box{ 
    position: absolute;
    z-index: 3;
    width: 580px;
    height: 402px; 
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(197, 197, 197, 0.13);
    padding: 30px 25px;
}
.loan-search-title{
    width: 100%;
    font-size: 26px;
    color: #333;
    text-align: center; 
}

.loan-money-box{
    margin-top: 30px;
    width: 530px;
    height: 66px; 
    background: #F5F5F5;
    border-radius: 4px; 
    position: relative;
} 

.loan-money-box input{
    width: 100%;
    height: 66px;
    background: #F5F5F5;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    padding-left: 20px;
}
.loan-money-box input::placeholder{
    color: #999; 
}
.loan-money-box-text{
    position: absolute;
    font-size: 14px;
    color: #999;
    right: 10px;
    top: 21px;
}

.loan-tip-box{
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.loan-tip-box span{
    font-size: 16px;
    color: #999;
    margin-left: 5px;
}

.loan-search-btn{
    margin-top: 15px;
    width: 530px;
    height: 66px;
    line-height: 66px;
    background: #4B6BFB;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
}

/* 贷款需求 */
.loan-demand{
    width: 100%;
    height: 665px;
    padding: 49px 0 60px 0;
}

.loan-demand-list {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.loan-demand-list li{
    width: 590px;
    height: 236px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(114, 114, 115, 0.13);
    border-radius: 4px;
    display: flex;  
    margin-bottom: 20px;
}

.loan-demand-list li .loan-demand-item-left{
    text-align: center;
    margin: 15px 66px 0 75px;
} 
.loan-demand-list li .loan-demand-item-left .loan-one{
    width: 96px;
    height: 89px;
    margin: 29px;
} 
.loan-demand-list li .loan-demand-item-left span {
    font-size: 24px;
    color: #333;
}

.loan-demand-item-right{
    margin-top: 41px;
}

.loan-demand-item-right span{
    display: block;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    position: relative;
}

.loan-demand-item-right span::before{
    content: '';
    width: 8px;
    height: 8px;
    background:#c88958;
    position: absolute;
    left: -25px;
    top: 7px;
}

.loan-demand-item-right .loan-demand-item-btn{
    width: 242px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #c88958;
    font-size: 16px;
    color:#c88958;
    margin-left: -25px;
}

.loan-demand-item-right .loan-demand-item-btn:hover{ 
    background: #4674F4;
    color: #fff; 
}


/* 贷款流程 */

.loan-process{
    width: 100%;
    padding-bottom: 60px;
} 
.loan-process-img{
    margin-top: 55px;
}

/* 常见问题 */
.loan-question{
   width: 100%;
   height: 574px; 
   background: #F5F5F5;
   padding-top:54px;
}

.question-bg-box{
    width: 100%;
    margin-top: 41px; 
}
.question-bg-box  .question-bg{
    margin: auto;
}

.question-ex-box{
    width: 100%; 
    display: flex;   
    align-items: center;
    padding-left: 394px;
}

.question-ex-box .question-ex-text{
    font-size: 20px;
    color: #333; 
}

.question-ex-box .question-ex-btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #c88958;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    margin-left: 34px;
}
