@charset "UTF-8";
/* 这里是你自己写的全局css样式 */
.page.data-v-509fd82b {
  background-color: #f3f4f6;
  padding: 20rpx;
}
.empty-wrap.data-v-509fd82b {
  margin-top: 200rpx;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-page.data-v-509fd82b {
  min-height: 100vh;
  background-color: #fff;
}
.footer.data-v-509fd82b {
  display: flex;
  align-items: center;
  color: #909399;
  width: 100%;
  padding: 20rpx 0;
  justify-content: center;
}
.box-shadow.data-v-509fd82b {
  box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
}
.flex-empty.data-v-509fd82b {
  visibility: hidden;
  width: 120rpx;
  height: 0rpx;
}
.bwin-btn-100.data-v-509fd82b {
  width: 100%;
}
.bwin-popup.data-v-509fd82b {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.bwin-popup .popup-header.data-v-509fd82b {
  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-509fd82b {
  z-index: 1;
  position: relative;
  top: 90rpx;
  margin-bottom: 90rpx;
  padding: 20rpx;
  font-size: 32rpx;
  overflow-y: scroll;
}
.bwin-popup .popup-footer.data-v-509fd82b {
  position: relative;
  left: 0;
  bottom: 20rpx;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.u-toast.data-v-509fd82b {
  position: fixed;
  z-index: -1;
  transition: opacity 0.3s;
  text-align: center;
  color: #fff;
  border-radius: 8rpx;
  background: #585858;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 28rpx;
  opacity: 0;
  pointer-events: none;
  padding: 18rpx 40rpx;
}
.u-toast.u-show.data-v-509fd82b {
  opacity: 1;
}
.u-icon.data-v-509fd82b {
  margin-right: 10rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: normal;
}
.u-position-center.data-v-509fd82b {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 70%;
}
.u-position-top.data-v-509fd82b {
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.u-position-bottom.data-v-509fd82b {
  left: 50%;
  bottom: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.u-type-primary.data-v-509fd82b {
  color: #2979ff;
  background-color: #ecf5ff;
  border: 1px solid #d7eafe;
}
.u-type-success.data-v-509fd82b {
  color: #19be6b;
  background-color: #dbf1e1;
  border: 1px solid #BEF5C8;
}
.u-type-error.data-v-509fd82b {
  color: #fa3534;
  background-color: #fef0f0;
  border: 1px solid #fde2e2;
}
.u-type-warning.data-v-509fd82b {
  color: #ff9900;
  background-color: #fdf6ec;
  border: 1px solid #faecd8;
}
.u-type-info.data-v-509fd82b {
  color: #909399;
  background-color: #f4f4f5;
  border: 1px solid #ebeef5;
}
.u-type-default.data-v-509fd82b {
  color: #fff;
  background-color: #585858;
}