@charset "UTF-8";
.niuniu__btn[data-v-b6741a68] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding: 7px 0;
}
.niuniu__btn .select__btn[data-v-b6741a68] {
  width: 70%;
  height: 100%;
  font-size: 8px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #226600 0%, #091c00 100%);
  border: 0.25px solid rgb(40, 112, 7);
  border-radius: 50px; /* 设置圆角 */
}
.niuniu__btn .select__btn img[data-v-b6741a68] {
  height: 11px;
  position: absolute;
  right: 5px;
}
.niuniu__btn .select__option[data-v-b6741a68] {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 27px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 12;
  border-radius: 5px;
}
.niuniu__btn .select__option div[data-v-b6741a68]:nth-child(1) {
  padding: 5px 0 2px 0;
}
.niuniu__btn .select__option div[data-v-b6741a68]:nth-child(2) {
  padding: 3px 0 5px 0;
}
