.body-background{
  background:{
    color:#fff;
  }
  z-index:1;
  align-items: center;
  align-content: center;
  .done-container{
    position: relative;
    bottom:15%;
    justify-content: center;
  }
  .image,.title,.button{
    justify-content: center;
  }
  .image{
    margin-bottom:26rpx;
  }
  .title{
    margin-bottom:30rpx;
  }
  .desc{
    text-indent: 56rpx;
    margin-bottom:88rpx;
    padding:0 100rpx;
  }
}