@charset "UTF-8";
/* 这里是你自己写的全局css样式 */
.page.data-v-45885537 {
  background-color: #f3f4f6;
  padding: 20rpx;
}
.empty-wrap.data-v-45885537 {
  margin-top: 200rpx;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-page.data-v-45885537 {
  min-height: 100vh;
  background-color: #fff;
}
.footer.data-v-45885537 {
  display: flex;
  align-items: center;
  color: #909399;
  width: 100%;
  padding: 20rpx 0;
  justify-content: center;
}
.box-shadow.data-v-45885537 {
  box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
}
.flex-empty.data-v-45885537 {
  visibility: hidden;
  width: 120rpx;
  height: 0rpx;
}
.bwin-btn-100.data-v-45885537 {
  width: 100%;
}
.bwin-popup.data-v-45885537 {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.bwin-popup .popup-header.data-v-45885537 {
  z-index: 2;
  width: 80%;
  position: fixed;
  padding: 20rpx 0;
  text-align: center;
  font-size: 32rpx;
  color: #fff;
  font-weight: bold;
  background-color: #2080f0;
  border-top-left-radius: 20rpx;
  border-top-right-radius: 20rpx;
}
.bwin-popup .popup-body.data-v-45885537 {
  z-index: 1;
  position: relative;
  top: 90rpx;
  margin-bottom: 90rpx;
  padding: 20rpx;
  font-size: 32rpx;
  overflow-y: scroll;
}
.bwin-popup .popup-footer.data-v-45885537 {
  position: relative;
  left: 0;
  bottom: 20rpx;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.u-model.data-v-45885537 {
  height: auto;
  overflow: hidden;
  font-size: 32rpx;
  background-color: #fff;
}
.u-model__btn--hover.data-v-45885537 {
  background-color: #e6e6e6;
}
.u-model__title.data-v-45885537 {
  padding-top: 48rpx;
  font-weight: 500;
  text-align: center;
  color: #303133;
}
.u-model__content__message.data-v-45885537 {
  padding: 48rpx;
  font-size: 30rpx;
  text-align: center;
  color: #606266;
}
.u-model__footer.data-v-45885537 {
  display: flex;
  flex-direction: row;
}
.u-model__footer__button.data-v-45885537 {
  flex: 1;
  height: 100rpx;
  line-height: 100rpx;
  font-size: 32rpx;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  border-radius: 4rpx;
}