.row[data-v-6c0b3bb1] {
  min-height: 50px;
  padding: 0 14px;
}
.row[data-v-6c0b3bb1]:nth-child(2n) {
  background-color: rgba(198, 168, 108, 0.1);
}
.row .title[data-v-6c0b3bb1] {
  font-weight: 500;
  width: 80px;
  color: #493b32;
  font-size: 12px;
}
.row .number[data-v-6c0b3bb1] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.row .number .p[data-v-6c0b3bb1] {
  display: flex;
  margin: 4px;
}
.row .number .d-ball0[data-v-6c0b3bb1] {
  background-image: url(../images/d_ball0.gif);
  background-size: 100% 100%;
}
.row .number .d-ball1[data-v-6c0b3bb1] {
  background-image: url(../images/d_ball1.gif);
  background-size: 100% 100%;
}
.row .number .d-ball2[data-v-6c0b3bb1] {
  background-image: url(../images/d_ball2.gif);
  background-size: 100% 100%;
}
.row .number .d-ball3[data-v-6c0b3bb1] {
  background-image: url(../images/d_ball3.gif);
  background-size: 100% 100%;
}
.row .number .d-ball4[data-v-6c0b3bb1] {
  background-image: url(../images/d_ball4.gif);
  background-size: 100% 100%;
}
.h24[data-v-6c0b3bb1] {
  height: 25px;
}
.result-header[data-v-6c0b3bb1] {
  background: transparent linear-gradient(98deg, #f5e8c4 0%, #dec593 100%) 0% 0% no-repeat padding-box;
  height: 83px;
  flex-direction: column;
  align-items: center;
}
.result-header .header-title[data-v-6c0b3bb1] {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  color: #493b32;
  border-bottom: 1px solid #c6a86c;
  text-align: center;
  box-sizing: border-box;
}
.result-header .header-date[data-v-6c0b3bb1] {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 5px 12px;
}
.result-header .header-date li[data-v-6c0b3bb1] {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.result-header .header-date li .header-label[data-v-6c0b3bb1] {
  color: #493b32;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0px;
}
.result-header .header-date li .left-date[data-v-6c0b3bb1] {
  font-size: 15px;
  line-height: 15px;
  color: #493b32;
  font-weight: bold;
}
.result-header .header-date li .right-date[data-v-6c0b3bb1] {
  font-size: 15px;
  line-height: 15px;
  color: #fd0320;
  font-weight: bold;
}
.bet-result[data-v-6c0b3bb1] {
  background: transparent linear-gradient(180deg, #ffffff 0%, #fcefd5 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #493b3280;
  border-radius: 15px;
  overflow: hidden;
}
.radio-box[data-v-6c0b3bb1] {
  height: 26px;
  line-height: 26px;
  color: #fff;
  display: flex;
  justify-content: space-around;
  padding: 0 15px;
}
.radio-box .radio-item[data-v-6c0b3bb1] {
  cursor: pointer;
  color: #fff;
  background: #493b32;
  display: flex;
  align-items: center;
}
.radio-box .radio-item .dot[data-v-6c0b3bb1] {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin-right: 8px;
}
.radio-box .radio-item.active .dot[data-v-6c0b3bb1] {
  position: relative;
}
.radio-box .radio-item.active .dot[data-v-6c0b3bb1]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #f7a303;
  border-radius: 50%;
}
.radio-box .radio-item:hover .dot[data-v-6c0b3bb1] {
  position: relative;
}
.radio-box .radio-item:hover .dot[data-v-6c0b3bb1]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #f7a303;
  border-radius: 50%;
}

