.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0px}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size: 48px;margin:0 auto 8px}
.adm-spin-loading{--color: var(--adm-color-weak);--size: 32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}
.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}
.adm-modal{--z-index: var(--adm-modal-z-index, 1000);---z-index: var(--z-index)}.adm-modal .adm-center-popup{--z-index: var(---z-index)}.adm-modal-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);overflow:hidden;display:flex;flex-direction:column}.adm-modal-body>*{flex:none}.adm-modal-body>.adm-modal-content{flex:auto}.adm-modal-body:not(.adm-modal-with-image){padding-top:20px}.adm-modal-image-container{margin-bottom:12px;max-height:40vh;overflow-y:scroll}.adm-modal-header{margin-bottom:8px;padding:0 12px}.adm-modal-title{margin-bottom:8px;padding:0 12px;font-weight:bold;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-modal-content{padding:0 12px 12px;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-modal-footer{-webkit-user-select:none;user-select:none;padding:8px 12px 12px}.adm-modal-footer-empty{padding:0;height:8px}.adm-modal-footer.adm-space{--gap-vertical: 20px}.adm-modal-footer .adm-modal-button{font-size:var(--adm-font-size-10);line-height:25px}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary){padding-top:0;padding-bottom:0}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary)::before{display:none}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):active{opacity:.7}
.adm-image{--width: var(--adm-image-width, auto);--height: var(--adm-image-height, auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.adm-image-img{width:100%;height:100%}.adm-image-tip{position:relative;background-color:var(--adm-color-fill-content);height:100%;min-height:24px;min-width:24px}.adm-image-tip>svg{width:24px;height:24px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);color:var(--adm-color-weak)}
.adm-space-item{flex:none}.adm-space{display:inline-flex;--gap: 8px;--gap-vertical: var(--gap);--gap-horizontal: var(--gap)}.adm-space-vertical{flex-direction:column}.adm-space-vertical>.adm-space-item{margin-bottom:var(--gap-vertical)}.adm-space-vertical>.adm-space-item:last-child{margin-bottom:0}.adm-space-horizontal{flex-direction:row}.adm-space-horizontal>.adm-space-item{margin-right:var(--gap-horizontal)}.adm-space-horizontal>.adm-space-item:last-child{margin-right:0}.adm-space-horizontal.adm-space-wrap{flex-wrap:wrap;margin-bottom:calc(var(--gap-vertical)*-1)}.adm-space-horizontal.adm-space-wrap>.adm-space-item{padding-bottom:var(--gap-vertical)}.adm-space.adm-space-block{display:flex}.adm-space-align-center{align-items:center}.adm-space-align-start{align-items:flex-start}.adm-space-align-end{align-items:flex-end}.adm-space-align-baseline{align-items:baseline}.adm-space-justify-center{justify-content:center}.adm-space-justify-start{justify-content:flex-start}.adm-space-justify-end{justify-content:flex-end}.adm-space-justify-between{justify-content:space-between}.adm-space-justify-around{justify-content:space-around}.adm-space-justify-evenly{justify-content:space-evenly}.adm-space-justify-stretch{justify-content:stretch}
.adm-button{--color: var(--adm-color-text-light-solid);--text-color: var(--adm-button-text-color, var(--adm-color-text));--background-color: var(--adm-button-background-color, var(--adm-color-background));--border-radius: var(--adm-button-border-radius, 4px);--border-width: var(--adm-button-border-width, 1px);--border-style: var(--adm-button-border-style, solid);--border-color: var(--adm-button-border-color, var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:7px 12px;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity ease .15s;-webkit-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button::before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1), calc(var(--border-width) * -1));width:100%;height:100%;background-color:#000;border:var(--border-width) var(--border-style) #000;border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active::before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color: transparent;--border-color: var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color: transparent;--border-width: 0px}.adm-button:not(.adm-button-default){--text-color: var(--adm-color-text-light-solid);--background-color: var(--color);--border-color: var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color: var(--color);--background-color: transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color: var(--color);--background-color: transparent;--border-width: 0px}.adm-button-primary{--color: var(--adm-color-primary)}.adm-button-success{--color: var(--adm-color-success)}.adm-button-danger{--color: var(--adm-color-danger)}.adm-button-warning{--color: var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active::before{display:none}.adm-button.adm-button-mini{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius: 1000px}.adm-button.adm-button-shape-rectangular{--border-radius: 0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}
.adm-dot-loading{display:inline-block}
.adm-center-popup{--background-color: var(--adm-center-popup-background-color, var(--adm-color-background));--border-radius: var(--adm-center-popup-border-radius, 8px);--max-width: var(--adm-center-popup-max-width, 75vw);--min-width: var(--adm-center-popup-min-width, 280px);--z-index: var(--adm-center-popup-z-index, 1000);position:fixed;z-index:var(--z-index)}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{position:fixed;z-index:1;top:50%;left:50%;width:auto;min-width:var(--min-width);max-width:var(--max-width);transform:translate(-50%, -50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{position:absolute;z-index:100;right:8px;top:8px;cursor:pointer;padding:4px;font-size:18px;color:var(--adm-color-weak)}
:root{--adm-radius-s: 4px;--adm-radius-m: 8px;--adm-radius-l: 12px;--adm-font-size-1: 9px;--adm-font-size-2: 10px;--adm-font-size-3: 11px;--adm-font-size-4: 12px;--adm-font-size-5: 13px;--adm-font-size-6: 14px;--adm-font-size-7: 15px;--adm-font-size-8: 16px;--adm-font-size-9: 17px;--adm-font-size-10: 18px;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden !important}div.adm-px-tester{--size: 1;height:calc(var(--size)/2*2px);width:0;position:fixed;right:-100vw;bottom:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}
.jj-container .numSection .bianhao {
  position: relative;
  position: relative;
  margin: 0 auto;
  width: 6.69rem;
  height: 2.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("//i0.hdslb.com/bfs/activity-plat/static/55c7b1e212fc56c0e26d5b7021231d81/jj-num-bg.png");
}

.jj-container .numSection .bianhao .b {
  width: 100%;
  text-align: center;
  padding-top: .3rem;
}

.jj-container .numSection .bianhao .b .b1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: .3rem;
  font-weight: bold;
  line-height: .5rem;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jj-container .numSection .bianhao .b .b1 .bn {
  max-width: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jj-container .numSection .bianhao .b .b2 {
  color: #42799e;
  font-size: .24rem;
}

.jj-container .numSection .bianhao .buy-list {
  position: absolute;
  bottom: .3rem;
  right: 0;
  width: 1.5rem;
  height: .48rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/activity-plat/static/55c7b1e212fc56c0e26d5b7021231d81/jj-bianhao.png");
}

.jj-container .buy1Section {
  position: relative;
  width: 4.44rem;
  height: .75rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/activity-plat/static/55c7b1e212fc56c0e26d5b7021231d81/jj-buy-btn.png");
}

.jj-container .buy2Section {
  position: relative;
  width: 4.99rem;
  height: .85rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/activity-plat/static/55c7b1e212fc56c0e26d5b7021231d81/jj2-nian-goumai.png");
}

.jj-suc-pop-container {
  width: 6.49rem;
  height: 8.9rem;
  position: relative;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/activity-plat/static/55c7b1e212fc56c0e26d5b7021231d81/jj-new-b-chou-bg.png");
}

.jj-suc-pop-container .second-item {
  position: relative;
}

.jj-suc-pop-container .content {
  padding-top: 2rem;
}

.jj-suc-pop-container .content .quan-wrapper {
  margin-bottom: .45rem;
}

.jj-suc-pop-container .content .quan-wrapper .quan-img {
  width: 4.02rem;
  height: 1.49rem;
  background-size: 100% 100%;
  margin: 0 auto;
}

.jj-suc-pop-container .content .quan-wrapper .quan-name {
  color: #fff;
  font-size: .25rem;
  margin: 0 auto;
  text-align: center;
  margin: .1rem 0 .1rem;
}

.jj-suc-pop-container .content .second-item-wrapper {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jj-suc-pop-container .content .second-item-wrapper .img {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100% 100%;
}

.jj-suc-pop-container .content .second-item-wrapper .name {
  color: #fff;
  font-size: .25rem;
  margin: 0 auto;
  text-align: center;
  margin: .1rem 0 .1rem;
  position: absolute;
  left: 50%;
  width: 2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.jj-suc-pop-container .golottery {
  width: 4.64rem;
  height: .98rem;
  position: absolute;
  bottom: .6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.jj-suc-pop-container .golottery .mao {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jj-suc-pop-container .close {
  width: .6rem;
  height: .6rem;
  position: absolute;
  top: .3rem;
  right: .3rem;
}

.buy-list-pop-container {
  padding-top: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6.49rem;
  height: 7.74rem;
  position: relative;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/activity-plat/static/55c7b1e212fc56c0e26d5b7021231d81/jj-buylist-pop.png");
}

.buy-list-pop-container .scroll-wrapper {
  width: 100%;
  height: 4rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 1rem;
}

.buy-list-pop-container .scroll-wrapper .i-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .3rem;
}

.buy-list-pop-container .scroll-wrapper .i-w .img {
  width: 1rem;
  height: 1rem;
  background-size: 100% 100%;
  margin-right: .3rem;
}

.buy-list-pop-container .scroll-wrapper .i-w .text {
  line-height: .4rem;
}

.buy-list-pop-container .scroll-wrapper .i-w .text .t1 {
  color: #fff;
  font-size: .31rem;
  font-weight: bold;
}

.buy-list-pop-container .scroll-wrapper .i-w .text .t2 {
  color: #708db1;
  font-weight: 400;
  font-size: .24rem;
}

.buy-list-pop-container .close {
  width: .6rem;
  height: .6rem;
  position: absolute;
  top: .3rem;
  right: .3rem;
}

.lotteryNum {
  color: #fff;
  font-size: .31rem;
  font-weight: bold;
}

.lotteryNum .num {
  color: #fcff08;
}

.adm-center-popup-wrap {
  max-width: 7.5rem !important;
}
