succ.acss 648 Bytes
.succ-comp {
  background: url('/images/form/form-bg-succ.png') center no-repeat;
  background-size: 100% 100%;
  width: 723rpx;
  height: 620rpx;
  padding-top: 104rpx;
  box-sizing: border-box;
  text-align: center;
}

.succ-comp .icon-succ {
  background: url('/images/form/icon-succ.png') center no-repeat;
  background-size: 100% 100%;
  width: 231rpx;
  height: 231rpx;
  margin: 0 auto 0;
}

.succ-comp .tit {
  font-size: 53rpx;
  font-weight: 800;
  text-align: center;
  color: #ff027c;
  margin: 36rpx auto 0;
}

.succ-comp .tips {
  font-size: 23rpx;
  font-weight: 600;
  text-align: center;
  color: #727272;
  margin: 16rpx auto 0;
}