/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.__wrap {
  padding-bottom: 16px;
}
.__wrap .__button-area {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
.__wrap .__button-area .__button {
  display: inline-block;
  width: 112px;
  height: 40px;
  margin: 0 7px;
  line-height: 40px;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 400;
}
.__item {
  vertical-align: top;
  margin: auto 8px;
  display: inline-block;
}
.__name {
  display: -webkit-box;
  max-height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.__name,
.__content,
.__num {
  text-align: center;
  font-size: 14px;
  margin: 0;
  line-height: 150%;
}
.__name,
.__num {
  margin: 0 auto;
  width: 80px;
}
.__name.large,
.__num.large {
  width: 360px;
  font-size: 16px;
}
.__content {
  position: relative;
  overflow: hidden;
  width: 480px;
  max-height: 320px;
  margin: 24px 0;
  text-align: left;
}
.__content.large {
  text-align: center;
}
.__image {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.__image.large {
  width: 130px;
  height: 130px;
}
.__exchange_val {
  width: 182px;
  font-size: 12px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: no-wrap;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
ul {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
ul,
li {
  list-style: none;
}
.box-wrap.prize-list-wrap .box {
  width: 400px;
}
.__prize_wrap {
  padding: 14px 15px;
  height: 324px;
  overflow: hidden;
}
.title-wrap {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.dp-flex {
  display: flex;
}
.flex-1 {
  flex: 1 1;
}
.time {
  width: 138px;
  text-align: left;
  margin-left: 15px;
}
.t-center {
  text-align: center;
}
.t-over-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prize-list {
  position: relative;
  font-size: 16px;
  height: 270px;
}
.empty-list {
  height: 210px;
}
.prize-item {
  line-height: 32px;
}
.prize-info {
  font-size: 16px;
  line-height: 25px;
  padding-top: 7px;
}
.empty-prize {
  height: 210px;
}
.empty-img {
  width: 131px;
  height: 140px;
  margin: 60px auto 5px;
  background: url("https://i0.hdslb.com/bfs/activity-plat/static/20210114/3435f7521efc759ae1f90eae5629a8f0/x~-5dtAo9.png") 0 0 no-repeat;
  background-size: contain;
}

p[data-v-0f0655fb] {
  margin: 0;
  padding: 0;
  line-height: 150%;
}
.dp-i-block[data-v-0f0655fb] {
  display: inline-block;
}
.t-right[data-v-0f0655fb] {
  text-align: right;
}
.m-auto[data-v-0f0655fb] {
  margin: 0 auto;
}
.lottery-table[data-v-0f0655fb] {
  position: relative;
  width: 700px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: rgba(0,0,0,0.7);
}
.lottery-table .row[data-v-0f0655fb] {
  display: flex;
  justify-content: space-between;
  width: 645px;
  margin: 0 auto 10px;
}
.lottery-table .row[data-v-0f0655fb]:last-child {
  margin-bottom: 0;
}
.lottery-table .row .item[data-v-0f0655fb] {
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  background: center/cover no-repeat;
  border-width: 4px;
  border-style: solid;
  border-radius: 15px;
}
.lottery-table .row .image[data-v-0f0655fb] {
  width: 88px;
  height: 88px;
  margin: 12px auto;
  background: center/cover no-repeat;
}
.lottery-table .row .name[data-v-0f0655fb],
.lottery-table .row .num[data-v-0f0655fb] {
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.lottery-table .tip-wrapper[data-v-0f0655fb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 645px;
  margin: 18px auto;
}
.lottery-table .info[data-v-0f0655fb] {
  max-width: 500px;
  text-align: center;
  font-size: 24px;
}
.lottery-table .info .info-num[data-v-0f0655fb] {
  font-size: 32px;
}
.lottery-table .link[data-v-0f0655fb] {
  font-size: 20px;
}
.lottery-table .__button-area[data-v-0f0655fb] {
  display: flex;
  width: 645px;
  margin: 0 auto;
  justify-content: space-between;
  text-align: center;
  font-size: 14px;
}
.lottery-table .__button-area .__button[data-v-0f0655fb] {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 400;
}
.lottery-table .__button-area .__button.__login[data-v-0f0655fb] {
  margin: 0 auto;
}
.lottery-table .pointer[data-v-0f0655fb] {
  cursor: pointer;
}
.history-wrap[data-v-0f0655fb] {
  position: absolute;
  left: 50%;
  top: 202px;
  width: 316px;
  height: 140px;
  padding: 4px 0;
  margin-left: -158px;
  overflow: hidden;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
}
.history-wrap .record-list[data-v-0f0655fb] {
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style-type: none;
}
.history-wrap .record-list.move[data-v-0f0655fb] {
  -webkit-animation: loop-list-data-v-0f0655fb 5s linear infinite both;
          animation: loop-list-data-v-0f0655fb 5s linear infinite both;
}
.history-wrap .record-list .uname[data-v-0f0655fb] {
  width: 120px;
  margin-left: 16px;
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.history-wrap .record-list .gift[data-v-0f0655fb] {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
@-webkit-keyframes loop-list-data-v-0f0655fb {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-50%);
}
}
@keyframes loop-list-data-v-0f0655fb {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-50%);
}
}

.appear[data-v-854e0ea4] {
  opacity: 0;
}
.appear-to[data-v-854e0ea4] {
  opacity: 1;
  transition: all 0.15s ease-in-out;
}
p[data-v-854e0ea4] {
  line-height: 150%;
  text-align: center;
}
.box-wrap[data-v-854e0ea4] {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 300;
  display: flex;
  align-items: center;
  top: 0;
  background-color: rgba(0,0,0,0.6);
}
.box[data-v-854e0ea4] {
  width: 480px;
  min-height: 100px;
  margin: auto;
  position: relative;
  background: center/cover no-repeat;
}
.box .title[data-v-854e0ea4] {
  font-weight: 700;
  width: 100%;
  line-height: 48px;
  font-size: 16px;
  box-sizing: border-box;
  background: center/cover no-repeat;
  text-align: center;
}
.box .close[data-v-854e0ea4] {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background: center/cover no-repeat;
  stroke-width: 8px;
  stroke-linecap: round;
  transition: all 0.35s;
  cursor: pointer;
}
.box .close .close-svg[data-v-854e0ea4] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.my-link-toast{position:fixed;padding:20px;font-size:14px;border-radius:8px;white-space:nowrap;color:#fff;-webkit-animation:lottery-link-msg-move-in-top cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;animation:lottery-link-msg-move-in-top cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;top:50%;left:50%;z-index:10000;transform:translate3D(-50%, -50%, 0)}.my-link-toast.out{-webkit-animation:lottery-link-msg-move-in-top cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;animation:lottery-link-msg-move-in-top cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s}@-webkit-keyframes lottery-link-msg-move-in-top{from{transform:translate3D(-50%, -50%, 0);opacity:0}to{transform:translate3D(-50%, -50%, 0);opacity:1}}@keyframes lottery-link-msg-move-in-top{from{transform:translate3D(-50%, -50%, 0);opacity:0}to{transform:translate3D(-50%, -50%, 0);opacity:1}}@-webkit-keyframes link-msg-fade-out{from{transform:translate3D(-50%, -50%, 0);opacity:1}to{transform:translate3D(-50%, -50%, 0);opacity:0}}@keyframes link-msg-fade-out{from{transform:translate3D(-50%, -50%, 0);opacity:1}to{transform:translate3D(-50%, -50%, 0);opacity:0}}


