.payLater{
    background: #F7F7F7;
    padding-bottom: 1px;
}
.payLater .top{
    position: relative;
}
.payLater .top>.con{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.payLater .top>.con>a, .payLater .top>.con>span,.payLater .top>.con>div{
    position: absolute;
}
.payLater .top>.con>a{
    top: 20px;
}
.payLater .top>.con>span{
    top: 20px;
    right: 20px;
    color: #BDBCBC;
}
.payLater .top>.con>div{
    text-align: center;
    top: 38%;
    left: 0;
    right: 0;
}
.payLater .top>.con>div>p:first-child{
    font-size: 38px;
    margin-bottom: 30px;
}
.payLater .top>.con>div div{
    border: 1px solid;
    border-radius: 30px;
    padding: 10px 25px;
    margin-top: 50px;
    font-size: 18px;
    display: inline-block;
}
.payLater .top>.con>div div i{
    font-size: 20px;
}
.payLater .area{
    width: 1200px;
    margin: 40px auto;
}
.payLater .title{
    color: #1F1E1E;
    text-align: center;
    position: relative;
    font-size: 20px;
    margin-bottom: 45px;
    font-weight: bold;
}
.payLater .title::after{
    content: '';
    position: absolute;
    background-color: #0F56F6;
    height: 2px;
    width: 48px;
    left: 0;
    right: 0;
    margin: auto;
    top: 25px;
}
.payLater .area .con_div{
    flex-wrap: wrap;
}
.payLater .area .con_div .item{
    width: 49%;
    box-shadow: 1px 1px 6px #ccc;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: table;
}
.payLater .area .con_div .item div{
    height: 80px;
    border: 1px solid #0F56F6;
    color: #1F1E1E;
    padding: 0 30px;
    border-radius: 25px;
    display: table-cell;
    vertical-align: middle;
}
.payLater .area .cate_div .item{
    text-align: center;
}
.payLater .area .cate_div .item img{
    margin: 0 auto 10px;
}
.payLater .area .cate_div .item div{
    color: #1F1E1E;
    text-align: center;
    line-height: 1.8;
}