.container{
  background #f9f9f9
}
.status-box{
  height 560px
  background #fff
  box-sizing border-box
  margin-top 125px
  padding-left 467px
  padding-top 154px
  box-shadow 0 0 12px rgba(231, 230, 230, 0.44)
  .icon-ok{
    float left
    font-size 72px
    color #01c200
  }
  .status-right{
    padding-left 30px
    h3{
      margin-bottom 12px
      font-weight bold
      font-size 24px
      color #01c200
    }
    p{
      margin-bottom 12px
      font-size 14px
      color #999999
      span{
        color #484848
      }
    }
    .p1{
      margin-top 46px
    }
    .p2{
      margin-top 26px
    }
    .default-btn{
      display inline-block
      width 120px
      height 40px
      line-height 40px
      margin-top 48px
      text-align center
      border-radius 4px
      border 1px solid #ff825b
      color #ff825b
    }
  }
}

.pagePay{
  position absolute
  width 100%
  height 100%
  top: 0
  left 0
  background #f7f7f7
}
.page-status{
  padding 0 20px
  margin-top 28%
  text-align center
  i{
    font-size 80px
    color #bfbfbf
  }
  h3{
    margin 20px 0 0px
    font-size 24px
    color #363636
  }
  p{
    margin-top 10px
    font-size 13px
    color #999999
  }
  .btn{
    margin-top 40px
    height 40px
    line-height 40px
    background #3095ef
  }
  .backTo{
    display block
    margin-top 20px
    font-size 12px
    color #7b8290
  }
}
