* {
    margin: 0;
    padding: 0;
    color: #333;
}

@media screen and (min-width: 750px) {
    html {
        font-size: 75px !important;
    }
}

html, body{
    max-width: 750px;
    margin: 0 auto;
}

a{
    text-decoration: none;
    color: #666;
    user-select: none;
    -webkit-tap-highlight-color: none;
}

img{
    display: block;
    max-width: 100%;
}

ul, li {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.p-1 {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.p-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.p-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.clear::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}

.wrapper{
    width: 93.75%;
    margin: 0 auto
}


.banner{
    height: 13.3333rem;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.btn-left{
    width: 3.6rem;
    height: 1.44rem;
    position: absolute;
    top: 8.6133rem;
    left: 0;
    background-image: url(../image/pocket_loan.png);
    background-size: 100% 100%;
}

.btn-right{
    width: 3.6rem;
    height: 1.1733rem;
    position: absolute;
    top: 8.88rem;
    right: -0.1733rem;
    background-image: url(../image/app_store.png);
    background-size: 100% 100%;
}

.try-now{
    display: block;
    width: 8.9333rem;
    height: 1.4933rem;
    /* background-color: #2695FF; */
    background: linear-gradient(to right, #4CA7FF, #0082FF);
    color: #fff;
    border-radius: .7467rem;
    box-shadow: 0px .0533rem .3467rem 0px #00475A;
    font-size: .64rem;
    text-align: center;
    line-height: 1.4933rem;
    color: #FFF;
    position: absolute;
    bottom: .4267rem;
    left: .56rem;
}

.we-provide{
    padding: .8rem .4rem;
    margin-bottom: .16rem;
}

.we-provide h3{
    font-size: .3733rem;
    color: #0057AB;
}

.we-provide p{
    font-size: .32rem;
    color: #666;
    margin-left: .1333rem;
}

.phone{
    margin-bottom: .6667rem;
}

.cards{
    padding: .3733rem .6933rem
}

.card-title{
    display: inline-block;
    padding: .1067rem .4rem;
    background-color: #0057AB;
    color: #fff;
    font-size: .64rem;
    border-radius: .3467rem;
    height: 1.4667rem;
    font-weight: bold;
}

.card-content{
    background-color: #E3F1FF;
    border-radius: .3733rem;
    padding: .4267rem;
    position: relative;
    top: -0.5333rem
}

.card-content p{
    font-size: .3467rem;
}

.page-button-item{
    display: block;
    width: 100%;
    height: 4.3467rem;
    background-image: url(../image/buttom.png);
    background-size: 100% 100%;
}