.banner {
    background-image: url(../../images/receipt/banner/b-bg2.jpg);
    background-size: cover;
    height: 560px;
}
.banner .content {
    display: flex;
    height: 560px;
    align-items: center;
}
.banner .title {
    font-size: 46px;
    line-height:54px;
    font-weight: 700;
    color: #16335d;
    margin-bottom: 16px;
    max-width: 420px;
}

.banner .subTitle {
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    font-weight: 400;
    color: #16335d;
    margin-bottom: 60px;
}

.banner .apply-btn {
    width: 149px;
    height: 46px;
    background: #0084fd;
    border-radius: 3px;
    color: #fff!important;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
}
.banner .img-box img {
    max-width: 614px;
    width: 100%;
    height: 456px;
    margin-left: 132px;
}



@media screen and (max-width: 992px) {
    .banner{
        background-color: #dee8ff;
        height: 450px;
    }
    .banner .content{
        height: 450px;
        text-align: center;
        padding-top: 80px;
        flex-direction: column;
    }
    .banner .content .title{
        font-weight: 600;
        color: #08162A;
        margin-bottom: 14px;
        max-width: 100%;
        font-size: 20px;
        line-height: 20px;
        height: 20px;
    }
    .banner .content  .subTitle{
        font-size: 12px;
        margin-bottom: 35px;
        color: #08162A;
        height: 16px;
        line-height: 16px;
    }
    .banner .content .text{
        order: 6!important;
    }
    .banner .img-box img{
        margin-left: 0px;
        margin-bottom: 56px;
        width: auto;
        height: 150px;
    }
    .banner .apply-btn{
        display: inline-block;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }
}