html,body{
    width: 100%;
    height: 100%;
}
body{
    background-color: #f0eff5;
    padding:10%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
section{
    width: 100%;
    height:60%;
    margin:0 auto;
    background:url('../images/payprocess/weixinhaoyou.png') no-repeat center;
    background-size:cover;
    padding:14% 0 10%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-radius:0.4rem;
}
section img{
    width: 60%;
    display:block;
    margin:0 auto;

}
section p{
    color:#fff;
    margin-top:8%;
    text-align:center;
    font-size:0.28rem;
}
footer{
    background-color: #fff;
    border-radius:0.4rem;
    padding:10% 4%;
    width: 100%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    margin-top:8%;
    box-shadow:-1px 1px 4px rgba(0,0,0,0.1);
}
footer h5{
    text-align:center;
    font-size:0.34rem;
    margin-bottom:0.18rem;
}
footer p{
    font-size:0.24rem;
    display:flex;
    display:-webkit-flex;
    margin-bottom:0.1rem;
}
footer p span{
    height:100%;
    word-break:keep-all;           /* 不换行 */
    /*white-space:nowrap;           不换行 */
}
footer p i{
    font-style:normal;
}