
.wesing-image {
  display: block;
  line-height: 0;
}

.wesing-image--cover {
  width: 100%;
  max-height: 100%;
}

.wesing-image--contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Flex Item */
.draw-lottery {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.22rem;
  border-radius: 0.1rem;
}

.draw-lottery__content {
  position: relative;
  width: 2.99rem;
  height: 2.99rem;
  margin: 0.23rem 0 0.16rem;
}

.draw-lottery__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.draw-lottery__ticket {
  display: flex;
  align-items: center;
  height: 0.225rem;
  padding: 0.04rem 0.07rem;
  font-size: 0.12rem;
  line-height: 0.225rem;
  border-radius: 0.225rem;
}

.draw-lottery__ticket-icon {
  width: 0.12rem !important;
  height: 0.12rem;
}

[dir="ltr"] .draw-lottery__ticket-icon {
  margin-right: 0.02rem;
}

[dir="rtl"] .draw-lottery__ticket-icon {
  margin-left: 0.02rem;
}

.draw-lottery-ceremony {
  display: flex;
  flex-direction: column;
  width: 3.43rem;
  height: 4.345rem;
  padding: 0.225rem 0.22rem;
  background-image: url("//aka.wesingcdn.com/b/assets/8c9f21d54c598ad83033d6be3380fa8b.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: '';
}

[dir="ltr"] .draw-lottery-ceremony {
  background-position: top left;
}

[dir="rtl"] .draw-lottery-ceremony {
  background-position: top right;
}

[dir="ltr"] .draw-lottery-ceremony .rotate-lottery {
  background: linear-gradient(180deg, #71ccfe 0%, #60c6ff 100%);
  box-shadow: 0 0 0.08rem #2184e6, inset 0 0 0.02rem 0.04rem #63c0ff, inset 0 0.04rem 0.04rem #9bedff, inset 0.04rem 0 0.02rem #2badfb;
}

[dir="rtl"] .draw-lottery-ceremony .rotate-lottery {
  background: linear-gradient(-180deg, #71ccfe 0%, #60c6ff 100%);
  box-shadow: 0 0 0.08rem #2184e6, inset 0 0 0.02rem 0.04rem #63c0ff, inset 0 0.04rem 0.04rem #9bedff, inset -0.04rem 0 0.02rem #2badfb;
}

.draw-lottery-ceremony .draw-lottery-result__title,
.draw-lottery-ceremony .draw-lottery-result__subtitle {
  color: #2881ea !important;
}

.draw-lottery-ceremony .countdown-button {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 0.36rem;
  padding: 0;
  line-height: 0.36rem;
  background-color: transparent !important;
  border-radius: 0;
  background-image: url("//aka.wesingcdn.com/b/assets/6048d13a783d15b81311ca76b86fa708.png");
  background-repeat: no-repeat;
  background-size: cover;
}

[dir="ltr"] .draw-lottery-ceremony .countdown-button {
  background-position: top left;
}

[dir="rtl"] .draw-lottery-ceremony .countdown-button {
  background-position: top right;
}

.draw-lottery-ceremony .draw-lottery-result__gift-item-wrap {
  background-color: #bcecfc !important;
}

.draw-lottery-ceremony .draw-lottery-result__gift-num-tag {
  font-size: 0.07rem;
}

.draw-lottery-ceremony .draw-lottery-item-gift__value {
  color: #3190e8 !important;
}

.draw-lottery-ceremony .draw-lottery-item-gift__tag {
  background-color: #fd7961 !important;
}

.draw-lottery-ceremony .rotate-lottery__gift-active .draw-lottery-item-gift__value {
  color: #fff !important;
}

.kg-toast {
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  width: 100%;
}

.kg-toast .container {
  position: absolute;
  top: 1.6rem;
  z-index: 9999;
  display: flex;
  justify-content: center;
  width: 2.6rem;
  padding: 0.15rem 0.2rem;
  background-color: #000000;
  border-radius: 0.04rem;
}

.kg-toast .text {
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.18rem;
  text-align: center;
  word-break: break-word;
}

.wesing-dialog .dialog-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
}

.wesing-dialog .dialog-mask .dialog-main {
  width: 3.11rem;
  margin: auto;
  padding: 0.28rem 0.2rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  background: #fafafa;
  border-radius: 0.2rem;
}

.wesing-dialog .dialog-mask .dialog-main__header {
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 0.18rem;
}

.wesing-dialog .dialog-mask .dialog-main__body {
  margin-bottom: 0.2rem;
  font-size: 0.14rem;
}

.wesing-dialog .dialog-mask .dialog-main__footer {
  color: #532acc;
  font-weight: 500;
  font-size: 0.16rem;
}

.wesing-dialog .dialog-mask .dialog-main__footer .btn-item {
  height: 0.6rem;
  line-height: 0.6rem;
}

.wesing-dialog .dialog-mask .dialog-main__footer .btn-item:active {
  opacity: 0.7;
}

.wesing-dialog .dialog-mask .dialog-main div:last-child {
  margin-bottom: 0;
}

/* Flex Item */
.wesing-btn {
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
  border: 0.01rem solid transparent;
  outline: none;
  border-radius: 0.6rem;
}

.wesing-btn:active {
  outline: none;
  opacity: 0.7;
}

.wesing-btn:active:focus {
  outline: none;
}

.wesing-btn--mini {
  padding: 0.06rem 0.18rem;
  font-size: 0.12rem;
}

.wesing-btn--medium {
  padding: 0.08rem 0.2rem;
  font-size: 0.14rem;
}

.wesing-btn--large {
  padding: 0.12rem 0.24rem;
  font-size: 0.16rem;
}

.wesing-btn--icon .wesing-btn__children {
  width: 0.16rem;
  height: 0.16rem;
}

.wesing-btn--default:active {
  background: linear-gradient(0deg, #000000, #000000), #6835ff;
}

.wesing-btn--outline {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}

.wesing-btn--outline:active {
  background: linear-gradient(0deg, #000000, #000000), #ffffff;
  border-color: transparent;
}

.wesing-btn--outline.wesing-btn--icon {
  padding: 0 0.06rem;
}

.wesing-btn--outline.wesing-btn--icon .wesing-btn__children {
  width: 0.24rem;
  height: 0.24rem;
  padding: 0.02rem;
}

.wesing-btn--disabled.wesing-btn--default,
.wesing-btn--disabled.wesing-btn--outline {
  opacity: 0.3;
}

#common-top-bar {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

[dir="ltr"] #common-top-bar {
  left: 0;
}

[dir="rtl"] #common-top-bar {
  right: 0;
}

.wesing-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 0.6rem;
  padding: 0 0.16rem;
  background-color: #3e3936;
}

.wesing-top-bar .top-bar__left {
  display: inline-block;
  flex: 0 0 1.09rem;
  width: 1.09rem;
  max-width: 1.09rem;
  -webkit-box-flex: 0;
}

.wesing-top-bar .top-bar__left img {
  width: 100%;
}

.wesing-top-bar .top-bar__right {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  max-width: auto;
  -webkit-box-flex: 0;
  color: white;
}

.wesing-top-bar .top-bar__right .wesing-btn {
  background-color: #dd3030;
}

.draw-lottery-result {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.draw-lottery-result__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.05rem;
  padding: 0 0 0.16rem;
  text-align: center;
}

.draw-lottery-result__content-show {
  animation: lottery-result-show 400ms ease forwards;
}

.draw-lottery-result__content-hide {
  animation: lottery-result-hide 200ms ease forwards;
}

.draw-lottery-result__title {
  font-weight: 800;
  font-size: 0.21rem;
  line-height: 0.22rem;
}

.draw-lottery-result__subtitle {
  margin-bottom: 0.05rem;
  font-weight: 500;
  font-size: 0.12rem;
  line-height: 0.17rem;
}

.draw-lottery-result__gift-item-wrap {
  width: 2.99rem;
  height: 1.99rem;
  margin-bottom: 0.16rem;
}

.draw-lottery-result .draw-lottery-result__gift__value-icon {
  width: 0.12rem;
  height: 0.12rem;
}

.draw-lottery-result .draw-lottery-result__gift__num-tag {
  position: absolute;
  top: 0;
  min-width: 0.15rem;
  height: 0.1rem;
  padding: 0 0.03rem;
  text-align: center;
  border-radius: 0.03rem;
}

[dir="ltr"] .draw-lottery-result .draw-lottery-result__gift__num-tag {
  right: 0;
}

[dir="rtl"] .draw-lottery-result .draw-lottery-result__gift__num-tag {
  left: 0;
}

.draw-lottery-result .draw-lottery-result__gift__num-tag-text {
  height: 0.1rem;
  font-size: 0.07rem;
  line-height: 0.1rem;
}

.draw-lottery-result .draw-lottery-result__gift--1__logo-wrap {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.36rem;
}

.draw-lottery-result .draw-lottery-result__gift--2__logo-wrap {
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.45rem;
}

.draw-lottery-result .draw-lottery-result__gift--3__logo-wrap {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.16rem;
}

.draw-lottery-result .draw-lottery-result__gift--10__logo-wrap {
  width: 0.36rem;
  height: 0.36rem;
  margin-top: 0.12rem;
}

.draw-lottery-result-ceremony {
  position: absolute;
  top: -0.05rem;
  right: 0;
  bottom: 0;
  left: -0.05rem;
  z-index: 1;
  width: 3.1rem;
  height: 3.15rem;
  background-color: #e5f6f8 !important;
}

.draw-lottery-result_awards-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes lottery-result-show {
  0% {
    opacity: 0.4;
    scale: 0.3;
  }

  100% {
    opacity: 1;
    scale: 1;
  }
}

@keyframes lottery-result-hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.countdown-button {
  min-width: 1.45rem;
  padding: 0.1rem 0.215rem;
  border-radius: 0.8rem;
}

.countdown-button__text {
  font-size: 0.13rem;
  text-align: center;
}

.draw-lottery-item-gift {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.draw-lottery-item-gift__logo-wrap {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
}

.draw-lottery-item-gift__tag {
  position: absolute;
  top: 0;
  min-width: 0.24rem;
  height: 0.13rem;
  padding: 0 0.03rem;
  text-align: center;
  border-radius: 0.05rem;
}

[dir="ltr"] .draw-lottery-item-gift__tag {
  right: 0;
}

[dir="rtl"] .draw-lottery-item-gift__tag {
  left: 0;
}

.draw-lottery-item-gift__tag-text {
  height: 0.13rem;
  font-size: 0.09rem;
  line-height: 0.13rem;
}

.draw-lottery-item-gift__value {
  display: flex;
  display: -webkit-box;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  overflow: hidden;
  font-weight: 500;
  font-size: 0.12rem;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.draw-lottery-item-gift__value-icon {
  width: 0.1rem;
  height: 0.1rem;
}

[dir="ltr"] .draw-lottery-item-gift__value-icon {
  margin-right: 0.01rem;
}

[dir="rtl"] .draw-lottery-item-gift__value-icon {
  margin-left: 0.01rem;
}

.draw-lottery-item-gift__value-10 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.1rem;
  text-align: center;
}

.draw-lottery-item-gift__value-10-icon {
  width: 0.09rem;
  height: 0.09rem;
}

[dir="ltr"] .draw-lottery-item-gift__value-10-icon {
  margin-right: 0.03rem;
}

[dir="rtl"] .draw-lottery-item-gift__value-10-icon {
  margin-left: 0.03rem;
}

.square-lottery-item-award-tag {
  min-width: 0.16rem;
  height: 0.1rem;
  font-size: 0.07rem;
  border-radius: 0.03rem;
}

.square-lottery-item-award-tag__text {
  font-size: 0.07rem;
  line-height: 0.1rem;
}

/* Flex Item */
.lottery-tab {
  display: flex;
  align-self: flex-start;
  height: 0.315rem;
  border-radius: 0.5rem;
}

.lottery-tab__item {
  width: 1.075rem;
  height: inherit;
  padding: 0 0.06rem;
  font-weight: 700;
  line-height: 0.315rem;
  text-align: center;
  border-radius: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lottery-tab__item--active {
  background-image: url('//aka.wesingcdn.com/b/assets/020db9e34b4898025574f615e835b294.png');
  background-repeat: no-repeat;
  background-size: cover;
}

[dir="ltr"] .lottery-tab__item--active {
  background-position: top left;
}

[dir="rtl"] .lottery-tab__item--active {
  background-position: top right;
}

/* Flex Item */
.draw-lottery-marquee {
  width: 1.59rem;
  overflow: hidden;
  border-radius: 0.225rem;
}

[dir="ltr"] .draw-lottery-marquee {
  padding: 0 0.16rem 0 0;
}

[dir="rtl"] .draw-lottery-marquee {
  padding: 0 0 0 0.16rem;
}

.draw-lottery-marquee-item {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.12rem;
}

.draw-lottery-marquee-item__name {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[dir="ltr"] .draw-lottery-marquee-item__name {
  margin-right: 0.06rem;
  margin-left: 0.04rem;
  text-align: left;
}

[dir="rtl"] .draw-lottery-marquee-item__name {
  margin-left: 0.06rem;
  margin-right: 0.04rem;
  text-align: right;
}

.draw-lottery-marquee-item__avatar {
  width: 0.17rem !important;
  height: 0.17rem;
  border-radius: 0.22rem;
}

[dir="ltr"] .draw-lottery-marquee-item__avatar {
  margin-left: 0.02rem;
}

[dir="rtl"] .draw-lottery-marquee-item__avatar {
  margin-right: 0.02rem;
}

.rave-text-marquee__text {
  color: #fff;
}

/* Flex Item */
.rotate-lottery {
  width: 2.99rem;
  height: 2.99rem;
  padding: 0.12rem;
  border-radius: 50%;
}

.rotate-lottery__content {
  position: relative;
  width: 2.74rem;
  height: 2.74rem;
}

.rotate-lottery__button {
  position: absolute;
  top: 50%;
  width: 0.73rem;
  height: 0.725rem;
  border-radius: 50%;
}

[dir="ltr"] .rotate-lottery__button {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .rotate-lottery__button {
  right: 50%;
  transform: translate(50%, -50%);
}

.rotate-lottery__button-up {
  position: relative;
  top: -0.12rem;
  flex-direction: column;
  width: 0.735rem;
  height: 0.81rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rotate-lottery__button-up > svg {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 0.735rem;
}

[dir="ltr"] .rotate-lottery__button-up > svg {
  left: 0;
}

[dir="rtl"] .rotate-lottery__button-up > svg {
  right: 0;
}

.rotate-lottery__button-text {
  position: relative;
  z-index: 3;
  display: inline-block;
  max-width: 4em;
  margin-top: 0.06rem;
  font-weight: 700;
  font-size: 0.14rem;
}

.rotate-lottery__button-row {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.rotate-lottery__button-icon {
  width: 0.12rem !important;
  height: 0.12rem !important;
}

[dir="ltr"] .rotate-lottery__button-icon {
  margin-right: 0.01rem;
}

[dir="rtl"] .rotate-lottery__button-icon {
  margin-left: 0.01rem;
}

.rotate-lottery__button-number {
  font-weight: 400;
  font-size: 0.12rem;
}

.rotate-lottery__button-dot {
  position: absolute;
  top: 0.08rem;
  width: 0.055rem;
  height: 0.055rem;
  border-radius: 50%;
  opacity: 0.2;
}

[dir="ltr"] .rotate-lottery__button-dot {
  left: 0.08rem;
}

[dir="rtl"] .rotate-lottery__button-dot {
  right: 0.08rem;
}

.rotate-lottery__button-dot-long {
  position: absolute;
  top: 0.08rem;
  width: 0.11rem;
  height: 0.045rem;
  border-radius: 0.045rem;
  opacity: 0.2;
}

[dir="ltr"] .rotate-lottery__button-dot-long {
  left: 0.16rem;
}

[dir="rtl"] .rotate-lottery__button-dot-long {
  right: 0.16rem;
}

.rotate-lottery__button-cemony {
  width: 0.79rem;
  height: 0.86rem;
  background-image: url('//aka.wesingcdn.com/b/assets/ab0ddaab43249afa6a74fa57a4b2f7c5.png');
  background-repeat: no-repeat;
  background-size: cover;
}

[dir="ltr"] .rotate-lottery__button-cemony {
  background-position: top left;
}

[dir="rtl"] .rotate-lottery__button-cemony {
  background-position: top right;
}

.rotate-lottery__button-cemony .rotate-lottery__button-up {
  position: relative;
  top: 0;
  width: '100%';
  height: '100%';
  color: #fff;
  text-align: center;
}

.rotate-lottery-item {
  position: absolute;
  top: -0.03rem;
  height: 1.4rem;
  transform-origin: bottom center;
}

[dir="ltr"] .rotate-lottery-item {
  left: 0.91rem;
}

[dir="rtl"] .rotate-lottery-item {
  right: 0.91rem;
}

.rotate-lottery-item__bg {
  width: 0.95rem;
}

.rotate-lottery-item__bg > svg {
  position: absolute;
  top: 0;
  width: 0.95rem;
}

[dir="ltr"] .rotate-lottery-item__bg > svg {
  left: 0;
}

[dir="rtl"] .rotate-lottery-item__bg > svg {
  right: 0;
}

.rotate-lottery-item__bg-active {
  animation: gift-active 1s;
}

.rotate-lottery__gift {
  justify-content: flex-start;
  margin-top: 0.2rem;
}

.rotate-lottery__gift__logo-wrap {
  width: 0.46rem;
  height: 0.46rem;
}

.rotate-lottery__gift__value {
  margin-top: 0;
  font-size: 0.09rem;
}

.rotate-lottery__gift__tag {
  font-size: 0.065rem;
}

.rotate-lottery__gift__value-icon {
  width: 0.09rem;
  height: 0.09rem;
}

[dir="ltr"] .rotate-lottery__gift__value-icon {
  margin-right: 0.01rem;
}

[dir="rtl"] .rotate-lottery__gift__value-icon {
  margin-left: 0.01rem;
}

@keyframes gift-active {
  0% {
    opacity: 0.4;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.square-lottery {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.square-lottery__item {
  width: 0.91rem;
  height: 0.91rem;
  padding: 0.165rem 0.205rem 0;
  border-radius: 0.1rem;
}

.square-lottery__button {
  position: relative;
  width: 0.91rem;
  height: 0.91rem;
  overflow: hidden;
  border-radius: 0.1rem;
}

.square-lottery__button-up {
  height: 0.83rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
}

.square-lottery__button-text {
  display: inline-block;
  margin-top: 0.3rem;
  margin-bottom: 0.02rem;
  font-weight: 700;
  font-size: 0.14rem;
}

.square-lottery__button-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.square-lottery__button-icon {
  width: 0.12rem !important;
  height: 0.12rem !important;
}

[dir="ltr"] .square-lottery__button-icon {
  margin-right: 0.01rem;
}

[dir="rtl"] .square-lottery__button-icon {
  margin-left: 0.01rem;
}

.square-lottery__button-number {
  font-weight: 400;
  font-size: 0.12rem;
}

.square-lottery__button-dot {
  position: absolute;
  top: 0.08rem;
  width: 0.055rem;
  height: 0.055rem;
  border-radius: 50%;
  opacity: 0.2;
}

[dir="ltr"] .square-lottery__button-dot {
  left: 0.08rem;
}

[dir="rtl"] .square-lottery__button-dot {
  right: 0.08rem;
}

.square-lottery__button-dot-long {
  position: absolute;
  top: 0.08rem;
  width: 0.11rem;
  height: 0.045rem;
  border-radius: 0.045rem;
  opacity: 0.2;
}

[dir="ltr"] .square-lottery__button-dot-long {
  left: 0.16rem;
}

[dir="rtl"] .square-lottery__button-dot-long {
  right: 0.16rem;
}

/* Flex Item */
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: #000000;
}

a,
img {
  -webkit-touch-callout: none;
  border: 0;
}

blockquote,
body,
dd,
dl,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

a,
a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-weight: inherit;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
}

body {
  font-weight: normal;
  font-size: 0.14rem;
  font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100% !important;
     -moz-text-size-adjust: 100% !important;
          text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased;
}

img {
  pointer-events: none;
}

input {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:focus {
  border: none;
}

svg:not(:root) {
  overflow: visible !important;
}

body {
  -webkit-font-smoothing: initial;
}

.joox-daily-seckill .seckill-countdown {
  font-weight: bold;
  font-size: 0.14rem;
  font-family: arial, monospace, Monaco, Consolas;
  text-align: center;
}

.joox-daily-seckill .seckill-countdown__time {
  font-weight: bolder;
}

.joox-daily-seckill .sell-card__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding: 0 0.15rem;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}

.joox-daily-seckill .sell-card__item {
  display: block;
  flex-shrink: 0;
  width: 1.06rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0.015rem solid transparent;
}

.joox-daily-seckill .sell-card__item.checked {
  border-color: red;
}

.joox-daily-seckill .sell-card__item .img-wrap.disable {
  position: relative;
  overflow: hidden;
}

.joox-daily-seckill .sell-card__item .img-wrap.disable::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  content: '';
}

.joox-daily-seckill .sell-card__item.card-width-num-1 {
  width: 3.45rem;
  margin: 0 auto;
}

.joox-daily-seckill .sell-card__item.card-width-num-2 {
  width: 1.68rem;
}

.joox-daily-seckill .sell-card__item.card-width-num-3 {
  width: 1.06rem;
}

.joox-daily-seckill .sell-card__img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.L20WxFWthRKO01KAakE2Qg\=\= {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  color: inherit;
  padding: inherit;
  background-color: inherit;
  cursor: pointer;
}

