/*! Build time: 11/4/2025, 3:39:44 PM
Package: @bilibili-activity/era-bet
Version: 1.2.24
Env: production
 */
._root_vw2vb_1 {
  position: relative;
}
._root_vw2vb_1 * {
  box-sizing: border-box;
}.bet-card {
  width: 7.02rem;
  height: 2.68rem;
  display: flex;
  position: relative;
  margin: 0 auto 0.24rem;
}
.bet-card .reward-img {
  cursor: pointer;
  width: 2.2rem;
  height: 2.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0.24rem 0.2rem 0.24rem 0.24rem;
}
.bet-card .reward-img .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  width: 1rem;
  height: 0.4rem;
  border-radius: 0.38rem;
  margin: 1.68rem auto 0;
}
.bet-card .reward-info .open-reward-time {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  width: 1.4rem;
  height: 0.32rem;
  border-bottom-left-radius: 0.2rem;
  font-size: 0.24rem;
}
.bet-card .reward-info .reward-title {
  font-size: 0.28rem;
  width: 4.14rem;
  margin-top: 0.32rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bet-card .reward-info .reward-tag-stock {
  display: flex;
  align-items: center;
  height: 0.32rem;
  margin-top: 0.08rem;
}
.bet-card .reward-info .reward-tag-stock .reward-tag,
.bet-card .reward-info .reward-tag-stock .reward-stock {
  border-radius: 0.08rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-right: 0.04rem;
  box-sizing: border-box;
}
.bet-card .reward-info .reward-tag-stock .reward-tag {
  padding: 0.02rem 0.08rem;
}
.bet-card .reward-info .reward-tag-stock .reward-stock {
  padding: 0 0.08rem;
  border-width: 0.01rem;
  border-style: solid;
}
.bet-card .reward-info .bet-progress {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 4.14rem;
  top: 1.69rem;
  align-items: center;
}
.bet-card .reward-info .bet-progress .user-bet {
  font-size: 0.24rem;
  bottom: 0.66rem;
}
.bet-card .reward-info .bet-progress .user-bet .icon {
  width: 0.32rem;
  height: 0.32rem;
  vertical-align: bottom;
  margin-left: 0.04rem;
  margin-right: 0.04rem;
}
.bet-card .reward-info .bet-progress .total-bet {
  width: 2.54rem;
  font-size: 0.2rem;
  margin-top: 0.04rem;
}
.bet-card .reward-info .bet-progress .total-bet.over {
  width: 2.7rem;
}
.bet-card .reward-info .bet-progress .bet-bg {
  margin: auto 0;
  display: flex;
  justify-content: space-between;
  width: 1.6rem;
  height: 0.48rem;
  border-radius: 0.6rem;
}
.bet-card .reward-info .bet-progress .bet-bg .bet-btn {
  cursor: pointer;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 0.66rem;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bet-card .reward-info .bet-progress .bet-bg .bet-num {
  width: 0.64rem;
  font-size: 0.24rem;
  text-align: center;
  margin: auto 0;
}
.bet-card .reward-info .reward-status-img {
  width: 1.68rem;
  height: 1.68rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}.win-list {
  width: 7.02rem;
  height: 3.14rem;
  background-color: #ffffff;
  margin: 0 auto;
}
.win-list .title {
  position: relative;
  top: 0.28rem;
  font-size: 0.28rem;
  font-weight: 600;
  text-align: center;
}
.win-list .split {
  width: 7.02rem;
  height: 0.02rem;
  background-color: #d6d8db;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}
.win-list .carousel {
  width: 7.02rem;
  height: 2rem;
  overflow: hidden;
  position: relative;
}
.win-list .carousel .c1,
.win-list .carousel .c2 {
  position: absolute;
  width: 100%;
}
.win-list .carousel .carousel-text {
  margin-left: 0.24rem;
  margin-right: 0.62rem;
  font-size: 0.24rem;
  line-height: 0.38rem;
  margin-bottom: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.reward-detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.reward-detail .info {
  width: 7.5rem;
  max-height: 70%;
  border-top-right-radius: 0.24rem;
  border-top-left-radius: 0.24rem;
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  overflow: auto;
}
.reward-detail .info .close-btn {
  cursor: pointer;
  position: absolute;
  right: 0.1rem;
  top: 0.2rem;
}
.reward-detail .info .img {
  width: 7.5rem;
  height: 7.5rem;
  border-top-right-radius: 0.24rem;
  border-top-left-radius: 0.24rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reward-detail .info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.28rem;
  color: #61666d;
  margin: 0.2rem 0.24rem;
}
.reward-detail .info .description {
  font-size: 0.26rem;
  color: #9499a0;
  margin-left: 0.24rem;
  margin-right: 0.24rem;
  margin-bottom: 0.6rem;
}.confirm-mask {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.confirm-mask .confirm-bet-pop {
  height: 2.92rem;
  width: 5.6rem;
  left: 0;
  top: 0;
  border-radius: 0.24rem;
  background: #ffffff;
  z-index: 3;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.confirm-mask .confirm-bet-pop .title {
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.44rem;
  text-align: center;
  margin-top: 0.64rem;
  margin-bottom: 0.64rem;
}
.confirm-mask .confirm-bet-pop .btn-group {
  width: 4.8rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.confirm-mask .confirm-bet-pop .btn-group .btn {
  font-size: 0.28rem;
  font-weight: 500;
  border-radius: 0.8rem;
  width: 2.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  cursor: pointer;
}.win-pop-mask {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.win-pop-mask .win-pop {
  width: 6.5rem;
  height: 9.1rem;
  border-radius: 0.24rem;
  z-index: 1;
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -40%);
  background-repeat: no-repeat;
  background-size: contain;
}
.win-pop-mask .win-pop .reward-text {
  position: absolute;
  color: #18191c;
  font-weight: 500;
  font-size: 0.36rem;
  text-align: center;
  margin-top: 0.8rem;
  margin-bottom: 0.9rem;
  left: 0;
  right: 0;
}
.win-pop-mask .win-pop .reward-img {
  width: 4.4rem;
  height: 4.4rem;
  margin: 2.2rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.win-pop-mask .win-pop .reward-img .img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.win-pop-mask .win-pop .reward-title {
  width: 5.5rem;
  font-size: 0.28rem;
  text-align: center;
  margin: 0.06rem auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.win-pop-mask .win-pop .btn {
  width: 3.14rem;
  height: 0.84rem;
  border-radius: 0.9rem;
  margin: 0.66rem auto 0;
  font-size: 0.32rem;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 0.84rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.win-pop-mask .win-pop .close {
  cursor: pointer;
  margin: 0.75rem auto 0;
  width: 0.62rem;
  height: 0.62rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20230612/53704fc8d3ac45ac4b9a45153a694277/JiQZOWV8jx.png");
}.countdown {
  margin-bottom: 0.4rem;
  text-align: center;
  display: flex;
  height: 0.72rem;
  align-items: center;
  justify-content: center;
}
.countdown .text {
  margin-right: 0.1rem;
  font-size: 0.24rem;
}
.countdown .time {
  display: inline-block;
  border-radius: 0.16rem;
  margin: auto 0.14rem;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 0.48rem;
  width: 0.72rem;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
}
.countdown .unit {
  font-weight: 500;
  font-size: 0.28rem;
}@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bet .refresh-icon.rotate {
  animation: rotate 1s infinite linear;
}
.bet .countdown {
  font-size: 0.12rem;
  margin-bottom: 0.4rem;
  text-align: center;
}
.bet .countdown .time {
  display: inline-block;
  border-radius: 0.16rem;
  margin: auto 0.14rem;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 0.48rem;
  width: 0.72rem;
  height: 0.72rem;
  text-align: center;
}
.bet .countdown .unit {
  font-weight: 500;
  font-size: 0.28rem;
}
.bet .bet-tip {
  margin: 0.4rem auto;
  display: flex;
  width: 7.02rem;
  justify-content: space-between;
}
.bet .bet-tip .tip-text {
  font-size: 0.24rem;
}
.bet .bet-tip .refresh-icon {
  display: flex;
  cursor: pointer;
}
.bet .bet-tip .refresh-text {
  margin-left: 0.11rem;
  font-size: 0.24rem;
}
.bet .bet-submit-fixed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.5rem;
  height: 1.7rem;
  position: fixed;
  bottom: 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.bet .bet-submit-fixed .reserve-btn, .bet .bet-submit-fixed .bet-btn {
  cursor: pointer;
  width: 3.1rem;
  height: 1.06rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.bet .bet-submit-fixed .reserve-btn {
  position: absolute;
  right: 0.3rem;
}
.bet .bet-submit-fixed .bet-btn {
  margin-right: 0.56rem;
}
.bet .bet-submit-fixed .text {
  position: absolute;
  margin-left: 1.44rem;
}
.bet .bet-submit-fixed .text .fixed-text {
  font-size: 0.24rem;
  display: flex;
  align-items: center;
}
.bet .bet-submit-fixed .text .fixed-text .refresh-icon {
  margin-left: 0.08rem;
  cursor: pointer;
}
.bet .bet-submit-fixed .text .dynamic-text {
  font-size: 0.36rem;
  font-weight: 500;
}
.bet .bet-submit-fixed .text .unit {
  font-size: 0.24rem;
  font-weight: 400;
  margin-left: 0.04rem;
}
.bet .bet-submit-fixed .icon {
  width: 0.8rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.56rem;
}
.bet .btn-submit {
  position: relative;
  margin-top: 0.4rem;
}
.bet .btn-submit.hide {
  display: none;
}
.bet .btn-submit .bet-btn {
  cursor: pointer;
  width: 3.1rem;
  height: 1.06rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.bet .btn-submit .text {
  margin-top: 0.08rem;
  font-size: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bet .btn-submit .text .refresh-icon {
  margin-left: 0.08rem;
  cursor: pointer;
}.countdown-competition {
  margin-bottom: 0.32rem;
  text-align: center;
  display: flex;
  height: 0.72rem;
  align-items: center;
  justify-content: center;
}
.countdown-competition .text {
  margin-right: 0.24rem;
  font-size: 0.28rem;
}
.countdown-competition .time {
  display: inline-block;
  border-radius: 0.16rem;
  margin: 0;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 0.36rem;
  width: 0.72rem;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
}
.countdown-competition .unit {
  font-weight: 500;
  font-size: 0.28rem;
  margin: 0 0.1rem;
}
.countdown-competition .unit:last-child {
  margin-right: 0;
}._competition_1gond_1 {
  width: 7.5rem;
}
._competition_1gond_1 ._time_1gond_4 {
  font-size: 0.36rem;
}
._competition_1gond_1 ._bar_1gond_7 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 0.16rem;
  height: 0.44rem;
  padding: 0 0.48rem;
  font-size: 0.24rem;
}
._competition_1gond_1 ._bar_1gond_7 ._refresh-btn_1gond_16 {
  display: flex;
  align-items: center;
  font-family: Source Han Sans CN;
  font-size: 0.24rem;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
._competition_1gond_1 ._bar_1gond_7 ._refresh-btn_1gond_16 ._refresh-icon_1gond_25 {
  margin-left: 0.06rem;
}
._competition_1gond_1 ._bar_1gond_7 ._refresh-btn_1gond_16 ._refresh-icon_1gond_25._rotate_1gond_28 {
  animation: _rotate_1gond_28 1s infinite linear;
}

._competition-pc_1gond_32 {
  width: 18.22rem;
  padding: 0;
}
._competition-pc_1gond_32 ._bar_1gond_7 {
  height: auto;
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  justify-content: flex-end;
}
._competition-pc_1gond_32 ._bar_1gond_7 ._refresh-btn_1gond_16 {
  font-size: 0.28rem;
}

@keyframes _rotate_1gond_28 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}._bet-list_qq63c_1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 0.24rem;
}
._bet-list_qq63c_1 ._bet-item_qq63c_7 {
  width: 3.44rem;
  height: 3.56rem;
  position: relative;
  margin-bottom: 0.24rem;
}
._bet-list_qq63c_1 ._bet-item_qq63c_7._even-first_qq63c_13 {
  width: 100%;
  height: 3.12rem;
}
._bet-list_qq63c_1 ._bet-item_qq63c_7 ._btn-block_qq63c_17 {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  font-size: 0.22rem;
  font-family: Source Han Sans CN;
}
._bet-list_qq63c_1 ._bet-item_qq63c_7 ._btn-block_qq63c_17 ._bet_qq63c_1 {
  height: 0.56rem;
  margin-bottom: 0.12rem;
}
._bet-list_qq63c_1 ._bet-item_qq63c_7 ._total_qq63c_31 {
  position: absolute;
  left: 0.18rem;
  font-family: Source Han Sans CN;
  font-size: 0.22rem;
  font-weight: 400;
  color: #585858;
}

._bet-list-pc_qq63c_40 {
  justify-content: flex-start;
  padding: 0;
}
._bet-list-pc_qq63c_40._less_qq63c_44 {
  justify-content: center;
}
._bet-list-pc_qq63c_40 ._bet-item_qq63c_7 {
  width: 5.94rem !important;
  height: 3.92rem !important;
  margin-right: 0.2rem;
}
._bet-list-pc_qq63c_40 ._bet-item_qq63c_7._less_qq63c_44 {
  margin-right: 0.2rem;
}
._bet-list-pc_qq63c_40 ._bet-item_qq63c_7._less_qq63c_44:last-child {
  margin-right: 0;
}
._bet-list-pc_qq63c_40 ._bet-item_qq63c_7 ._btn-block_qq63c_17 {
  font-size: 0.28rem;
}
._bet-list-pc_qq63c_40 ._bet-item_qq63c_7 ._btn-block_qq63c_17 ._bet_qq63c_1 {
  height: 0.64rem;
}
._bet-list-pc_qq63c_40 ._bet-item_qq63c_7 ._total_qq63c_31 {
  left: 0.28rem;
  font-size: 0.28rem;
}
._bet-list-pc_qq63c_40._bet-item-three_qq63c_68 ._bet-item_qq63c_7:nth-child(3n) {
  margin-right: 0;
}
._bet-list-pc_qq63c_40._bet-item-four_qq63c_71 ._bet-item_qq63c_7:nth-child(4n) {
  margin-right: 0;
}