:root{--van-loading-text-color: var(--van-text-color-2);--van-loading-text-font-size: var(--van-font-size-md);--van-loading-spinner-color: var(--van-gray-5);--van-loading-spinner-size: 30px;--van-loading-spinner-animation-duration: .8s}.van-loading{position:relative;color:var(--van-loading-spinner-color);font-size:0;vertical-align:middle}.van-loading__spinner{position:relative;display:inline-block;width:var(--van-loading-spinner-size);max-width:100%;height:var(--van-loading-spinner-size);max-height:100%;vertical-align:middle;animation:van-rotate var(--van-loading-spinner-animation-duration) linear infinite}.van-loading__spinner--spinner{animation-timing-function:steps(12)}.van-loading__spinner--circular{animation-duration:2s}.van-loading__line{position:absolute;top:0;left:0;width:100%;height:100%}.van-loading__line:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.van-loading__circular{display:block;width:100%;height:100%}.van-loading__circular circle{animation:van-circular 1.5s ease-in-out infinite;stroke:currentColor;stroke-width:3;stroke-linecap:round}.van-loading__text{display:inline-block;margin-left:var(--van-padding-xs);color:var(--van-loading-text-color);font-size:var(--van-loading-text-font-size);vertical-align:middle}.van-loading--vertical{display:flex;flex-direction:column;align-items:center}.van-loading--vertical .van-loading__text{margin:var(--van-padding-xs) 0 0}@keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}.van-loading__line--1{transform:rotate(30deg);opacity:1}.van-loading__line--2{transform:rotate(60deg);opacity:.9375}.van-loading__line--3{transform:rotate(90deg);opacity:.875}.van-loading__line--4{transform:rotate(120deg);opacity:.8125}.van-loading__line--5{transform:rotate(150deg);opacity:.75}.van-loading__line--6{transform:rotate(180deg);opacity:.6875}.van-loading__line--7{transform:rotate(210deg);opacity:.625}.van-loading__line--8{transform:rotate(240deg);opacity:.5625}.van-loading__line--9{transform:rotate(270deg);opacity:.5}.van-loading__line--10{transform:rotate(300deg);opacity:.4375}.van-loading__line--11{transform:rotate(330deg);opacity:.375}.van-loading__line--12{transform:rotate(360deg);opacity:.3125}

:root{--van-overlay-z-index: 1;--van-overlay-background-color: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background-color)}

:root{--van-popup-background-color: var(--van-background-color-light);--van-popup-transition: transform var(--van-animation-duration-base);--van-popup-round-border-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;background:var(--van-popup-background-color);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-border-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-border-radius) var(--van-popup-round-border-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-border-radius) 0 0 var(--van-popup-round-border-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-border-radius) var(--van-popup-round-border-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-border-radius) var(--van-popup-round-border-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-animation-timing-function-enter)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-animation-timing-function-leave)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}

.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%;
}

.lottory-list-dialog {
  width: 1085px;
  min-height: -moz-max-content;
  min-height: max-content;
  border: 1px solid #707070;
  border-radius: 20px;
  margin-top: 80px;
}
.lottory-list-dialog .bets-history-header {
  height: 50px;
  border-bottom: 1px solid #e3e3e3;
  background: transparent linear-gradient(92deg, #f5e8c4 0%, #dec593 100%) 0% 0% no-repeat padding-box;
  padding: 0 21px 0 26px;
}
.lottory-list-dialog .bets-history-header-text {
  width: 173px;
  height: 19px;
  line-height: 19px;
  text-align: left;
  letter-spacing: 0;
  color: #493b32;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  white-space: pre;
  box-sizing: border-box;
}
.lottory-list-dialog .tabs-content {
  width: 423px;
  height: 46px;
  border-radius: 23px;
  border: 1px solid #c4c9d4;
  display: flex;
  align-items: center;
  padding: 0 6px;
}
.lottory-list-dialog .tabs-content border-r {
  border-right: 1px solid #c4c9d4;
}
.lottory-list-dialog .tabs-content .active {
  width: 92px;
  height: 37px;
  background-image: url(../images/dialogBtn.png.webp);
  background-size: 100% 100%;
  font-weight: bold;
}
.lottory-list-dialog .popover-content {
  width: 108px;
  height: 46px;
  border-radius: 23px;
  border: 1px solid #c4c9d4;
}
.lottory-list-dialog .popover-content .dialog-text {
  width: 40px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lottory-list-dialog .search-btn {
  background-image: url(../images/dialogFind.png.webp);
  background-size: 100% 100%;
  height: 47px;
  width: 132px;
  border-radius: 24px;
  border: none;
}
.lottory-list-dialog .search-btn .find-img {
  width: 21px;
  height: 22px;
  margin-right: 6px;
}
.lottory-list-dialog .search-btn .find-text {
  width: 51px;
  font-size: 12px;
  font-weight: bold;
}
.lottory-list-dialog .van-button__text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lottory-list-dialog .van-button:before {
  background: rgba(0, 0, 0, 0);
}
.lottory-list-dialog .list-header {
  height: 47px;
  margin: 0 25px;
  background: #493b32 0% 0% no-repeat padding-box;
}
.lottory-list-dialog .record-box {
  padding: 30px 25px 35px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.lottory-list-dialog .record-box .flex-container {
  position: relative;
}
.lottory-list-dialog .record-box .flex-container .list-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.lottory-list-dialog .record-box .scroll-y {
  padding: 0 2px;
  overflow-y: auto;
  overflow-x: hidden;
}
.lottory-list-dialog .record-box .scroll-y .list-item {
  height: 42px;
  background: transparent linear-gradient(180deg, #ffffff 0%, #fcefd5 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #493b324d;
  border: 1px solid #fcefd5;
  border-radius: 10px;
  padding: 9px 11px;
  display: flex;
  line-height: 24px;
  color: #431000;
  position: relative;
  width: 750px;
  margin-bottom: 12px;
}
.lottory-list-dialog .record-box .scroll-y .list-item:hover {
  background: transparent linear-gradient(180deg, #f5e8c4 0%, #dec593 100%) 0% 0% no-repeat padding-box !important;
}
.lottory-list-dialog .record-box .scroll-y .list-item.active {
  background: transparent linear-gradient(180deg, #f5e8c4 0%, #dec593 100%) 0% 0% no-repeat padding-box;
}
.lottory-list-dialog .record-box .scroll-y .list-item.active .result .result-dot {
  width: 24px;
  height: 24px;
  background: transparent linear-gradient(180deg, #f5e8c4 0%, #dec593 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #ffffff, 0px 1px 3px #79544280;
  border: 1px solid #fcefd5;
  border-radius: 12px;
  text-align: center;
  font: normal normal bold 12px/24px Myriad Pro;
  color: #c6a86c;
  font-family: Myriad Pro, Bold;
}
.lottory-list-dialog .record-box .scroll-y .list-item .label {
  margin-right: 10px;
}
.lottory-list-dialog .record-box .scroll-y .list-item .item-index {
  border: 2px solid #802002;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  margin-right: 13px;
}
.lottory-list-dialog .record-box .scroll-y .list-item .value {
  margin-right: 15px;
}
.lottory-list-dialog .record-box .scroll-y .list-item .date {
  font: normal normal bold 12px/24px Myriad Pro;
}
.lottory-list-dialog .record-box .scroll-y .list-item .num {
  color: #fd0320;
  font: normal normal bold 12px/24px Myriad Pro;
}
.lottory-list-dialog .record-box .scroll-y .list-item .result {
  display: flex;
}
.lottory-list-dialog .record-box .scroll-y .list-item .result .result-dot {
  width: 24px;
  height: 24px;
  background: transparent linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #ffffff, 0px 1px 3px #79544280;
  border: 1px solid #fcefd5;
  border-radius: 12px;
  text-align: center;
  font: normal normal bold 12px/24px Myriad Pro;
  color: #c6a86c;
  font-family: Myriad Pro, Bold;
}
.lottory-list-dialog .record-box .scroll-y .list-item .result .result-dot:not(:last-child) {
  margin-right: 5px;
}
.lottory-list-dialog .record-box .scroll-y .list-item .detail-btn {
  box-shadow: 0px 3px 6px #00000029;
  width: 72px;
  border-radius: 12px;
  text-align: center;
  color: #431000;
  font-weight: bold;
  background: transparent linear-gradient(180deg, #f5e8c4 0%, #dec593 100%) 0% 0% no-repeat padding-box;
  cursor: pointer;
}
.lottory-list-dialog .record-box .scroll-y .list-item .detail-btn:hover {
  background: transparent linear-gradient(180deg, #fcde9e 0%, #d0a569 100%) 0% 0% no-repeat padding-box;
}
.lottory-list-dialog .record-box .scroll-y .list-item .goBtn {
  position: absolute;
  right: -18px;
  top: 50%;
  width: 9px;
  transform: translateY(-50%);
  height: 15px;
  background-image: url(../img/right.41e01a1f.svg);
  background-size: 100%;
}
.lottory-list-dialog .record-box .lottery-detail {
  width: 250px;
}
.lottory-list-dialog .van-pagination__item {
  flex: 0;
}
.lottory-list-dialog .van-pagination__items {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lottory-list-dialog .van-pagination__item--active {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 30px;
  height: 34px;
  text-align: center;
  line-height: 30px;
  background-image: url(../img/light-a.2416e7b0.svg);
  background-size: 100%;
}
.lottory-list-dialog .van-pagination__item--disabled {
  background: transparent !important;
  width: 9px !important;
  height: 15px;
}
.lottory-list-dialog [class*='van-hairline']:after {
  display: none;
}
.fs12_p {
  text-align: left;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 200;
  font-family: Myriad Pro, Regular;
  color: #493b32;
}
.pre {
  white-space: pre;
}
.bold {
  font-weight: bold;
}

