.main {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 2rpx solid rgba(0, 0, 0, 0.2);
  border-radius: 6rpx;
  background: white;
  padding-left: 40rpx;
  padding-right: 40rpx;
  padding-top: 14rpx;
  padding-bottom: 14rpx;
  flex-wrap: nowrap;
  line-height: 1.2;
  font-size: 32rpx;
  overflow: hidden;
  color: #666266;
  justify-content: center;
  box-sizing: border-box;
}

.loading {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.35;
  background: white;
  z-index: 1;
}

.text {
  z-index: 2;
}

.cover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
}

.cover-hover {
  opacity: 0.15;
  background: black;
}

.disabled {
  opacity: 0.6 !important;
  background: white !important;
}

.primary {
  background: #67c33a;
  border: 0;
  color: white;
}

.info {
  background: #999399;
  border: 0;
  color: white;
}

.err {
  background: #ff3030;
  border: 0;
  color: white;
}
