.container{
  background #f9f9f9
}
.status-box{
  height 560px
  background #fff
  box-sizing border-box
  //margin-top 75px
  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
    }
  }
}
