html{
    background:#fff !important;
}
body{
    background: #6338F9;
    font-family: Microsoft YaHei;
}
.bg{
    width:18.75rem;
    height:auto;
    min-height:58rem;
    background:url('../images/credit_bg.png') no-repeat center top;
    background-size: 100%;
    margin:0 auto;
    overflow:hidden;
}
.bg .title{
    width:auto;
    height:auto;
    line-height: 1.6rem;
    text-align:center;
    font-size:1.2rem;
    margin:16rem auto 0rem auto;
    color:#fff;
    overflow:hidden;
}
.bg .time{
    width:auto;
    height:auto;
    line-height: 1rem;
    font-size:0.7rem;
    text-align:center;
    color:#fff;
    overflow:hidden;
    margin:0.5rem auto 0.8rem auto;
}
.bg .gift_block{
    width:auto;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.bg .gift_block .gift_hf{
    width:11.2rem;
    height:10rem;
    margin:0 auto;
    background:url('../images/gift_hf.png') no-repeat center;
    background-size:cover;
}
.bg .gift_block .gift_title{
    width:auto;
    height:1.45rem;
    line-height: 1.45rem;
    text-align:center;
    color:#fff;
    font-weight:bold;
    margin:0.4rem auto 2.25rem auto;
}
.bg .gift_block .gift_sbd{
    width:12.67rem;
    height:10.53rem;
    margin:0 auto;
    background:url('../images/gift_sbd.png') no-repeat center;
    background-size:cover;
}
.bg .btn_need{
    width:17.7rem;
    height:3rem;
    line-height: 3rem;
    border-radius:1.5rem;
    text-align:center;
    background: #FFFF01;
    font-size: 1.1rem;
    font-weight: bold;
    color: #6338F9;
    margin:0 auto 0.5rem auto;
}
.bg .btn_need a{
    color: #6338F9;
    font-weight:bold;
    display: block;
}
.bg .phone{
    height:1.5rem;
    line-height: 1.5rem;
    text-align:center;
    margin-bottom:2rem;
    color:#fff;
    font-size:0.8rem;
}
.bg .act_form{
    width:auto;
    height:1.45rem;
    line-height: 1.45rem;
    color:#fff;
    font-size:1.1rem;
    font-weight:bold;
    margin:0 1rem 0.75rem 1rem;
}
.bg .act_text{
    width:17.25rem;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    font-size:0.6rem;
    font-weight:400;
    color:#fff;
    line-height:1.25rem;
}


