.common-error-view{
  height: 100vh;
  justify-content: center;
  align-items: center;
}
  .common-error-view .error-img{
    height: 480rpx;
    width: 480rpx;
    margin-top: -100rpx;
  }
  .common-error-view .error-msg{
    color: #333333;
    margin-top: 40rpx;
  }
  .common-error-view .error-btn{
    margin-top: 40rpx;
  }