.im-container {
  font-size: 34rpx;
  color: #505050;
  background-color: #f7f7f7;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.header {
  width: 100%;
}

.body {
  flex: 1;
  overflow: auto;
}

.page-title {
  width: 100%;
  height: 100%;
  position: relative;
}

.reconcile-placeholder {
  width: 100%;
  height: 40px;
}

.message-container {
  min-height: 101%;
}

.loading-more {
  width: 100%;
  padding-top: 20rpx;
  text-align: center;

  .loading-image {
    width: 60rpx;
    height: 60rpx;
  }
}

.no-more-data {
  width: 100%;
  padding-top: 20rpx;
  text-align: center;
  color: #bbb;
  font-size: 13px;
}


.tips-cls {
  display: flex;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 70rpx;
  line-height: 70rpx;
  font-size: 24rpx;
}

.content-width {
  margin: auto;
  display: flex;
}

.pay-btn-cls {
  border: solid 1rpx white;
  border-radius: 30rpx;
  width: 120rpx;
  height: 40rpx;
  margin-left: 10rpx;
  margin-top: 15rpx;
  line-height: 40rpx;
  font-size: 20rpx;
}
