.bet-button[data-v-35102dab] {
  margin: 0.26667rem 0;
  background-color: #1B70C3;
  border-radius: 0.10667rem;
  line-height: 1.12rem;
  color: white;
  font-size: 0.42667rem;
  text-align: center;
}
.bet-button[data-v-35102dab]:hover {
  cursor: pointer;
}
.bet-button-playing[data-v-35102dab] {
  background-color: #1a242d;
  color: rgba(255, 255, 255, 0.6);
}
.bet-buttom-prepare[data-v-35102dab]:active {
  font-size: 0.37333rem;
}
.bet-button-autoBetting[data-v-35102dab] {
  background-color: red;
}
.animation[data-v-35102dab] {
  animation: hide-35102dab 0.3;
  -webkit-animation: hide-35102dab 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
  animation-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
@-webkit-keyframes hide-35102dab {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.8;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes hide-35102dab {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.8;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@media only screen and (min-width: 750px) {
.bet-button[data-v-35102dab] {
    margin: 0.42667rem 0;
    line-height: 1.54667rem;
}
}

.van-popup[data-v-0723c558] {
  background: none;
}
.win-popup .win-popup-background[data-v-0723c558] {
  width: 8.72rem;
  height: 8.72rem;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.win-popup .win-popup-background .win-popup-money[data-v-0723c558] {
  margin-top: 0.21333rem;
  color: #FBF245;
  font-family: Barlow,serif;
  font-weight: 900;
  font-size: 0.58667rem;
}
@media only screen and (min-width: 750px) {
.win-popup .win-popup-background[data-v-0723c558] {
    width: 11.2rem;
    height: 11.2rem;
}
.win-popup .win-popup-background .win-popup-money[data-v-0723c558] {
    font-size: 0.64rem;
}
}

