.btn {
  padding: 16rpx 0rpx;
  text-align: center;
  border-radius: 50rpx;
  width: 220rpx;
  font-size: 30rpx;
  color: white;
  background-color: #F84041;
  box-shadow: 0 6rpx 14rpx 0 rgba(251, 79, 80, 0.76);
}

.uploadBox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 999;

  .upload {
    position: absolute;
    left: 0rpx;
    right: 0rpx;
    top: 30%;
    margin: auto;
    width: 293rpx;
    height: 293rpx;
    border-radius: 30rpx;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding: 0rpx 38rpx;
    box-sizing: border-box;
    font-size: 30rpx;
    z-index: 998;

    .speed {
      margin-top: 70rpx;
    }

    .speedProgress {
      border-radius: 50rpx;
      overflow: hidden;
      margin: 18rpx 0rpx 60rpx;
    }
  }
}

.successBox {
  background-color: rgba(0, 0, 0, 0.438);

  .success {
    background-color: white;
    width: 558rpx;
    height: 520rpx;
    position: absolute;
    left: 0rpx;
    right: 0rpx;
    top: 0rpx;
    bottom: 0px;
    margin: auto;
    border-radius: 30rpx;
    background-color: white;
    font-size: 30rpx;
    padding: 35rpx;
    box-sizing: border-box;
    text-align: center;
    font-size: 36rpx;

    .icon {
      width: 100rpx;
      height: 100rpx;
    }

    .tips1 {
      margin: 16rpx 0rpx 34rpx;
    }

    .tips2 {
      margin-bottom: 15rpx;
    }

    .shareBtn {
      width: 280rpx;
      margin: 60rpx auto 0rpx;
      padding: 14rpx 0rpx;
      color: white;
      background-image: linear-gradient(270deg, #FC5556 0%, #F84041 100%, #14C962 100%);
      box-shadow: 0 6rpx 14rpx 0 rgba(251, 79, 80, 0.76);
      border-radius: 40rpx;
    }
  }
}