html,body{
  background-color: #efeff4;
}

body > .desc{
  padding: 1.125rem 0.9375rem 1rem 0.9375rem;
  text-align: center;
}
body > .desc img{
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}
body > .desc p{
  text-align: left;
  margin-top: 0.8rem;
  font-size: 0.8125rem;
}
.reason{
  margin-top: 0.5rem;
}
.footer{
  margin: 1rem 0 2rem 0;
}
.tip-icon .dui-icon-check{
  display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 50%;
  background-color: #43b549;
  color: #fff;
}