* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  /*background: #f0f2f5;*/
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*取消手机点击屏幕时，会出现的灰块*/
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont;
}

/* @media (min-width: 640px) {
  html {
    font-size: 85.33px !important;
  }
} */
@media (min-width: 900px) {
  html {
      font-size: 120px !important;
  }
}

@media screen and (max-width: 749px) {
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
  }
}

.wrapper {
  max-width: 640px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  font-size: 0.34rem;
  min-height: 100vh;
}

.clearBoth {
  position: relative;
}

.clearBoth:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

/*文本超出1行显示...*/
.limit-line1 {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*文本超出2行显示...*/
.limit-line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left !important;
}

/*文本超出3行显示...*/
.limit-line3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left !important;
}

/*文本超出4行显示...*/
.limit-line4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

body,
html {
  background-color: #fff;
  font-size: 0.3rem;
}

body {
  overflow-x: hidden;
  position: static;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100% !important;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#container {
  max-width: 7.5rem;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  /* padding-bottom: 2.2rem; */
  box-sizing: border-box;
  overflow-x: hidden;
}

/* 顶部 */
#title {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
}

#title-bottom {
  height: 44px;
  line-height: 44px;
  position: relative;
  text-align: center;
  display: flex;
  padding: 0 0.32rem;
  justify-content: space-between;
  align-items: center;
}

#title-top {
  height: 38px;
}

.topic_name {
  width: 6rem;
  font-size: 0.32rem;
  font-weight: 400;
  text-align: center;
  display: none;
  color: #fff;
}

.top-ri {
  width: 1.2rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.28rem;
}

.top-ri img {
  width: 0.4rem;
  height: auto;
  display: block;
  margin-bottom: 1px;
}
.btn-back {
  width: 1.2rem;
  height: 0.4rem;
}

.btn-back img {
  width: 0.32rem;
  height: auto;
  display: block;
}
.top {
  width: 100%;
  /* box-sizing: border-box; */
  position: relative;
  /* height: 7.5rem; */
}
.detail-box {
  width: 100%;
  padding: 0 0.32rem;
  box-sizing: border-box;
  margin-bottom: 0.3rem;
}
.name {
  width: 100%;
  font-size: 0.44rem;
  font-weight: 500;
  color: #ffffff;
  margin-top: .32rem;
}
.xl-list {
  width: 100%;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  margin: 0.32rem 0 0;
  flex-wrap: wrap;
}

.item {
  height: 0.44rem;
  padding: 0 .24rem;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 0.22rem;
  font-size: 0.24rem;
  font-weight: 300;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .12rem;
  margin-bottom: .12rem;
}
.top-detail .item:last-child {
  margin-right: 0;
}
.field {
  width: 100%;
  margin: 0 auto;
  padding: 0.32rem;
  box-sizing: border-box;
  background-image: linear-gradient(to right bottom,rgba(255,255,255,0.15),rgba(255,255,255,0));
}
.field-container {
  width: 6.86rem;
  background-image: linear-gradient(to right bottom,rgba(255,255,255,0.34),rgba(255,255,255,0));
  padding:1px;
  border-radius: .2rem;
  margin: 0 auto .32rem;
  box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.06);
}
.field-content {
  /* background:rgb(76, 110, 147); */
  border-radius: .2rem;
  overflow: hidden;
}
.field-ri {
  width: 100%;
  display: flex;
  justify-content: space-between;
} 
.cp-status {
  width: 100%;
  height: 0.4rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
  font-size: 0.36rem;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.32rem;
}
.xianl,.mh-xianl {
  font-weight: 400;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.5);
}
.sell-time-box {
  width: 100%;
  padding: 0 .32rem;
  height: .3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 0.32rem;
}
.sell-time {
  font-size: 0.24rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.f-status {
  font-size: .36rem;
  font-weight: 500;
  color: #FFFFFF;
  flex-shrink: 0;
}
.logo {
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.12rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.field-name {
  font-size: 0.24rem;
  font-weight: 500;
  color: #fff;
}

.field-author {
  font-size: 0.24rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
  margin-right: .2rem;
}

.tips {
  width: 100%;
  padding: 0 0.32rem 0.34rem;
  box-sizing: border-box;
  margin: .52rem auto 0;
}

.tips-title,.tips-title-cp {
  font-size: 0.32rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.32rem;
}
.tips-title-cp {
  padding: 0 .32rem;
  box-sizing: border-box;
  margin-top: .52rem;
}

.tips-words {
  font-size: 0.28rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.44rem;
  text-align: justify;
  background-image: linear-gradient(to right bottom,rgba(255,255,255,0.15),rgba(255,255,255,0));
  padding: .32rem;
  box-sizing: border-box;
}

.cp-detail {
  width: 6.86rem;
  padding: 0.32rem 0.32rem 0.78rem;
  box-sizing: border-box;
  /* background: rgba(0, 0, 0, 0.07); */
  background-image: linear-gradient(to right bottom,rgba(255,255,255,0.15),rgba(255,255,255,0));
  border-radius: 0.16rem;
}

.cp-detail img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.24rem;
}

.cp-info {
  display: flex;
  height: 0.36rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.24rem;
  font-weight: 400;
  color: #fff;
}

.footer-info {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0.32rem 0 .6rem;
  z-index: 999;
}
.handle-button {
  display: flex;
  height: .92rem;
  align-items: center;
  justify-content: center;
}
.count-down {
  width: 100%;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: .22rem;
  display: none;
}
.btn-wait,.btn-loot-all {
  width: 2.24rem;
  height: 0.9rem;
  border-radius: 0.46rem;
  border: 1px solid #ffffff;
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.btn-share {
  height: 0.9rem;
  font-size: 0.32rem;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .6rem;
}
.btn-share::before {
  content: "";
  display: block;
  width: .48rem;
  height: .48rem;
  margin-right: .16rem;
  background: url(../images/is-share.png) no-repeat center;
  background-size: 100% 100%;
}
.btn-wait,.btn-loot-all {
  width: 4.3rem;
}
.btn-zhongqian {
  /* display: block; */
  text-align: center;
  /* padding-top: 4px; */
  box-sizing: border-box;
}
.btn-get,.btn-go-yuyue,.btn-chouqian,.btn-first-buy,.btn-is-yy {
  width: 4.3rem;
  height: 0.9rem;
  background: linear-gradient(139deg, #4c8eff 0%, #115ee1 100%);
  border-radius: 0.46rem;
  font-weight: 500;
  /* margin-left: .32rem; */
  font-size: .32rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-chouqian,.btn-go-yuyue,.btn-get {
  background: url(../images/cq-btn-bg.png) no-repeat center;
  background-size: 100% 100%;
  /* color: #4C6E93; */
}
.btn-first-buy,.btn-is-yy {
  /* display: block; */
  text-align: center;
  /* padding-top: 4px; */
  box-sizing: border-box;
  background: url(../images/cq-btn-bg.png) no-repeat center;
  background-size: 100% 100%;
  color: #4C6E93;
}
.f-words-top {
  font-size: .28rem;
  font-weight: 500;
  margin-bottom: 1px;
}
.f-words-bottom {
  font-size: .24rem;
  font-weight: 400;
}

.handle-button img {
  width: 100%;
  height: auto;
  display: block;
}

.pending-tips,
.success-tips {
  width: 3.58rem;
  height: auto;
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
  display: none;
}

.cangpin-container {
  width: 5.56rem;
  height: 5.56rem;
  animation: move 6000ms ease infinite;
  -webkit-animation: move 6000ms ease infinite;
}

.cangpin-container .border-image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.cangpin-container .content-image {
  position: absolute;
  left: 13%;
  top: 20%;
  width: 74%;
  height: 60%;
  z-index: 2;
}

@keyframes move {
  0%,
  5% {
    transform: rotateX(7deg) rotateY(7deg) rotateZ(4deg) translateY(0);
  }

  25% {
    transform: translateY(-20px);
  }

  45%,
  55% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(-4deg) translateY(0);
  }

  95%,
  100% {
    transform: rotateX(7deg) rotateY(7deg) rotateZ(4deg);
  }
}

@-webkit-keyframes move {
  0%,
  5% {
    transform: rotateX(7deg) rotateY(7deg) rotateZ(4deg) translateY(0);
  }

  25% {
    transform: translateY(-20px);
  }

  45%,
  55% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(-4deg) translateY(0);
  }

  95%,
  100% {
    transform: rotateX(7deg) rotateY(7deg) rotateZ(4deg);
  }
}
#lottie {
  width: 100%;
  height: 7.5rem;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  margin: 0 auto;
  /* margin-left: -0.55rem; */
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* 成功抢到弹框 */
.toast,
.blindbox-toast,
.mh-swiper-toast,
.mh-detail-toast {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(17, 19, 20, 0.3);
  backdrop-filter: blur(3px);
  z-index: 1000;
  display: none;
}
/* 盲盒弹框 */
.blindbox-toast {
  backdrop-filter: blur(5px);
}
.ticket-toast {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
.code-toast {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
.close-mh {
  width: 0.62rem;
  height: 0.62rem;
  background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/nft/images/close-mh.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s;
  transform: translate(0, 5rem);
}
.mh-img {
  width: 5.52rem;
  display: block;
  height: auto;
  margin: 0 auto 2px;
  transform: scale(0);
  transition: all 0.5s;
  opacity: 0.1;
}
.mh-words {
  opacity: 0;
  transition: all 0.4s;
  transform: translate(0, 3rem);
}
.mh-active .mh-img {
  transform: scale(1);
  opacity: 1;
}
.mh-active .open-mh {
  opacity: 1;
  transform: translate(0, 0);
}
.mh-active .mh-words {
  opacity: 1;
  transform: translate(0, 0);
}
.mh-active .close-mh {
  opacity: 1;
  transform: translate(0, 0);
}
.blindbox-box,
.mh-swiper-box {
  width: 100%;
  font-size: 0.32rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.open-mh {
  width: 4.3rem;
  height: 0.88rem;
  background: linear-gradient(139deg, #ffcc85 0%, #f7a548 100%);
  border-radius: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  font-weight: 500;
  color: #fff5e7;
  margin: 0.32rem auto 1.52rem;
  opacity: 0;
  transition: all 0.6s;
  transform: translate(0, 4rem);
}
.succ-box {
  width: 6.22rem;
  height: 4.32rem;
  background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/nft/images/detail-toast.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0.32rem;
  font-weight: 500;
  color: #1575dd;
  padding: 0.98rem 0.24rem 0;
  box-sizing: border-box;
  position: relative;
}
.close {
  width: 0.5rem;
  height: 0.5rem;
  background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/nft/images/close-detail-toast.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: 0.24rem;
  top: 0.24rem;
}
.is-btn {
  width: 4.3rem;
  height: 0.88rem;
  background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/nft/images/btn-bg.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0.52rem auto 0;
}
.words {
  height: 1.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 盲盒轮播 */
.news-slider__wrp {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.news-slider__item {
  width: 6.22rem;
  height: 7.26rem;
  flex-shrink: 0;
}
.news-slider__ctr {
  position: relative;
  z-index: 12;
}
.news-slider__pagination {
  text-align: center;
  margin-top: 0.52rem;
}
.news-slider__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 8px;
  display: inline-block;
  background: #fff;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 4px;
}
.news-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 20px;
}
.news__item {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #ede3d4 100%);
  border-radius: 0.48rem;
  color: #fff;
  display: block;
  transition: all 1.1s;
  opacity: 0;
  transform: translate(0, 4rem);
}
.news-slider__item:first-child .news__item {
  transition: all .8s;
}
.news-slider__item:nth-child(2) .news__item {
  transition: all 1.1s;
}
.news-slider__item:first-child .news__item.active {
  opacity: 1;
  transform: translate(0, 0);
}
.news-slider__item:nth-child(2) .news__item.active {
  opacity: 1;
  transform: translate(0, 0);
}

.news__img {
  border-radius: 0.48rem;
  height: 3.52rem;
  width: 100%;
  transition: all 0.3s;
  transform-origin: 0% 0%;
  overflow: hidden;
  margin-bottom: 0.52rem;
}
.news__img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
}
.view-info {
  width: 4.3rem;
  height: 0.88rem;
  background: linear-gradient(139deg, #ffcc85 0%, #f7a548 100%);
  border-radius: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.58rem auto 0.32rem;
}
.ticket,
.is-mh-tips {
  width: 100%;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 500;
  color: #b57936;
  line-height: 0.4rem;
}
.is-mh-tips {
  font-size: 0.24rem;
  font-weight: 400;
  color: #b57936;
}
.close-mh-swiper {
  width: 0.62rem;
  height: 0.62rem;
  background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/nft/images/close-mh.png) no-repeat center;
  background-size: 100% 100%;
  margin: 1rem auto 0;
}

/*    渐变弹窗*/
@keyframes detail-list-alert {
  0% {
    opacity: 0;
    transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes detail-list-alert {
  0% {
    opacity: 0;
    transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
@keyframes detail-list-hide {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
  }
}
@-webkit-keyframes detail-list-hide {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
  }
}
/*    从底部弹出*/
[class*="animation-"] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.animation-slide-bottom {
  animation-name: slide-bottom;
}
.animation-slide-hide {
  animation-name: slide-hide;
}

@keyframes slide-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-hide {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
    height: 0;
  }
}
.bottom-footer {
  display: none;
  position: absolute;
  top: 18%;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: khaki;
  border-radius: 20px 20px 0 0;
}
/*弹窗*/
.alert-details {
  position: absolute;
  width: 6.86rem;
  left: 50%;
  top: 50%;
  border-radius: 0.48rem;
  overflow: hidden;
  background: linear-gradient(135deg, #f3f8ff 0%, #d4deed 100%);
  padding-bottom: 0.52rem;
  /* display: none; */
}
.animation-detail-show {
  animation: detail-list-alert 0.5s;
  -webkit-animation: detail-list-alert 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animation-detail-hide {
  animation: detail-list-hide 0.5s;
  -webkit-animation: detail-list-hide 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.alert-details__box-img {
  width: 100%;
  height: 3.86rem;
  z-index: -1;
  position: relative;
}
.alert-details__box-img img {
  width: 100%;
  height: 3.86rem;
}
.alert-details__box-text {
  padding: 0.52rem;
  border-top: 0.16rem dotted rgba(255, 255, 255, 1);
  margin-top: -0.08rem;
}
.alert-details__box-text .ticket-name {
  font-size: 0.36rem;
  font-weight: 500;
  color: #343a40;
  line-height: 0.44rem;
  text-align: center;
  margin: auto;
}
.alert-details__box-text .shuoming {
  width: 100%;
  font-size: 0.36rem;
  font-weight: 500;
  color: #343a40;
  line-height: 0.44rem;
  text-align: center;
  margin-bottom: .52rem;
}
.alert-details__box-text p {
  font-size: 0.24rem;
  font-weight: 400;
  color: #343a40;
  line-height: 0.4rem;
  text-align: left;
}
.alert-details__btn-text {
  width: 4.3rem;
  height: 0.88rem;
  background: linear-gradient(139deg, #4c8eff 0%, #115ee1 100%);
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(75, 137, 241, 0.35);
  border-radius: 0.45rem;
  font-size: 0.32rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.88rem;
  text-shadow: 0px 0px 0px rgba(75, 137, 241, 0.35);
  text-align: center;
  margin: auto;
}
.details-close {
  width: 0.62rem;
  height: 0.62rem;
  background: url("https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/nft/images/details-close.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0.32rem;
  right: 0.32rem;
}
/*    兑换码*/
.alert-details__box-code-text {
  width: 6.22rem;
  height: 1.02rem;
  background: #266fec;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(75, 137, 241, 0.35);
  border-radius: 0.24rem;
  text-align: center;
  /* -webkit-user-select: none; */
}
.alert-details__box-code-text .code-title {
  font-size: 0.36rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.36rem;
  text-shadow: 0px 0px 0px rgba(75, 137, 241, 0.35);
  display: block;
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
}
.alert-details__box-code-text .code-prompt {
  font-size: 0.2rem;
  font-weight: 400;
  color: #4b89f1;
  line-height: 0.24rem;
  text-shadow: 0px 0px 0px rgba(75, 137, 241, 0.35);
  display: block;
}
.code-cont {
  font-size: 0.24rem;
  font-weight: 500;
  color: #343a40;
  line-height: 0.24rem;
  display: block;
  text-align: center;
  margin-top: 0.32rem;
  margin-bottom: 0.52rem;
}
.code-details .alert-details__box-text {
  padding: 0.32rem;
}
.code-details .alert-details__box-text p {
  padding: 0 0.2rem;
}
.tips-err {
  width: 3.58rem;
  height: 2.5rem;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 4.2rem;
  z-index: 1001;
  display: none;
}
.loading {
  width: 2rem;
  height: 1.5rem;
  border-radius: .3rem;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.loading-img {
  width: .56rem;
  height: .56rem;
  display: block;
}
.close-inapp {
  width: 0.5rem;
  height: 0.5rem;
  background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/nft/images/close-detail-toast.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: 0.24rem;
  top: 0.24rem;
}
.top-cp-view{
  width:7.5rem;
  height: 7.5rem;
  --poster-color:#704D38;
  position: relative;
  overflow: hidden;
}
.top-cp-view .model-loading{
  position: absolute;
  left:50%;
  top:50%;
  width:1rem;
  height:1rem;
  margin-left:-0.5rem;
  margin-top:-0.5rem;
  display: block;
  z-index: 10;
}
.bottom-wrapper {
  padding-top: .2rem;
  border-radius: .48rem .48rem 0 0;
  margin-top: -.52rem;
  position: relative;
  z-index: 500;
  /* background-color: #704D38; */
}
.top-cp-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(10px);
  transform: scale(1.2);
}
canvas {
  position: relative;
  z-index: 100;
  transform: translate3d(0,0,1px);
}
.zhongqian-title{
  width: 100%;
  padding: 0 .32rem;
  box-sizing: border-box;
  font-size: 0.32rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: .32rem;
}
/* .zhongqian-box{
  width: 6.86rem;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 0.16rem;
  padding: 0.32rem 0.2rem;
  box-sizing: border-box;
  margin: 0 auto 0.32rem;
  font-size: .24rem;
  color: #fff;
} */
.zhongqian-box{
  width: 100%;
  background-image: linear-gradient(to right bottom,rgba(255,255,255,0.15),rgba(255,255,255,0));
  padding: 0.32rem 0.24rem;
  box-sizing: border-box;
  font-size: .24rem;
  color: #fff;
}
.o-layer,.th-layer,.f-layer {
  width: 100%;
  height: .36rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.o-layer div,.th-layer div,.f-layer div {
  width: 1rem;
  text-align: center;
}
.o-layer {
  color: rgba(255, 255, 255, 0.5);
}
.th-layer {
  color: rgba(255, 255, 255, 0.5);
}
.f-layer {
  height: .42rem;
  font-size: .28rem;
  color: rgba(255, 255, 255, 0.5);
}
.t-layer {
  display: flex;
  height: .7rem;
  justify-content: center;
  align-items: center;
}
.t-layer .layer-line {
  width: 1.62rem;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
}
.t-layer .layer-line:last-child {
  display: none;
}
/* .t-layer .layer-line::before {
  content: "";
  display: block;
  width: .66rem;
  height: .66rem;
  background: url(../images/crice.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} */
.crice {
  width: .66rem;
  height: .66rem;
  background: url(../images/crice.png) no-repeat center;
  background-size: 100% 100%;
  flex-shrink: 0;
  margin: 0 -.2rem;
}
.crice.active {
  background: url(../images/crice-active.png) no-repeat center;
  background-size: 100% 100%;
}
.layer-line.active {
  background: #fff;
}
/* .crice div {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
} */
.zq-words {
  font-size: .32rem;
  font-weight: 500;
  margin-bottom: 3px;
}
.not-arrived-words {
  width: 100%;
  text-align: center;
  font-size: .24rem;
  margin-top: .1rem;
}
.not-arrived-buttons {
  display: flex;
  justify-content: center;
}
.not-arrived-buttons div {
  width: 2.4rem;
}
.btn-yueyue-zq {
  width: 2.4rem;
  background: linear-gradient(139deg, #4C8EFF 0%, #115EE1 100%);
  box-shadow: 0 .2rem .4rem 0 rgba(75,137,241,0.35);
  border-radius: .45rem;
}
.btn-think {
  background: unset;
  border: 1px solid #1B66E6;
  color: #1B66E6;
  border-radius: .45rem;
}
.yuyue-number {
  font-size: .28rem;
  color: #fff;
  font-weight: 400;
  width: 100%;
  text-align: center;
  margin-bottom: .32rem;
}
.regret-words {
  font-size: .24rem;
  font-weight: 400;
}
.no-zq {
  font-size: .32rem;
  font-weight: 500;
  margin-bottom: 4px;
}
.endtime {
  font-size: .24rem;
  font-weight: 400;
  line-height: .4rem;
}
.btn-loot-all,.btn-wait {
  color: #fff;
}
.xhl-info {
  padding: 0 .32rem;
  box-sizing: border-box;
  font-size: 0.28rem;
  font-weight: 400;
  color: #FFFFFF;
  height: .46rem;
  display: flex;
  align-items: center;
  margin-bottom: .3rem;
  justify-content: space-between;
  display: none;
}
.xhl-le {
  display: flex;
  align-items: center;
  height: 100%;
}
.xhlw {
  width: 1.46rem;
  height: .36rem;
  display: block;
  margin: 0 4px;
}
.xhl-ri {
  width: .24rem;
  height: .24rem;
  background: url(../images/xhl-ri.png) no-repeat center;
  background-size: 100% 100%;
}
.xhl-desc-box {
  width: 100%;
  height: 9.8rem;
  background: linear-gradient(135deg, #FFFFFF 0%, #D4DEED 100%);
  border-radius: 0.48rem 0.48rem 0rem 0rem;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem .48rem 0;
  box-sizing: border-box;
}
.close-xhl-toast {
  width: .5rem;
  height: .5rem;
  background: url(../images/close-detail-toast.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: .32rem;
  top: .32rem;
}
.xhl-desc {
  width: 100%;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.48rem; 
  overflow-y: auto;
  height: calc(9.8rem - 1rem);
  padding-bottom: .6rem;
  box-sizing: border-box;
}
.xhl-gfsq {
  font-size: 0.32rem;
  font-weight: 600;
  margin-bottom: 3px;
}
.xhl-jszc {
  font-weight: 600;
  margin-bottom: 3px;
  height: .48rem;
  display: flex;
  align-items: center;
}
.xhl-wang {
  width: 1.74rem;
  height: .42rem;
  display: block;
  margin-right: .1rem;
}
.xhl-xlfx {
  font-weight: 600;
  margin-bottom: 3px;
}
/* 套系 */
.taoxi-container {
  background-image: linear-gradient(to right bottom,rgba(255,255,255,0.15),rgba(255,255,255,0));
  font-size: .36rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: .48rem;
  padding-bottom: .46rem;
}
.see-taoxi-detail {
  width: 100%;
  font-size: .24rem;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 .32rem;
  box-sizing: border-box;
  text-align: right;
  margin-top: 3px;
}
.taoxi-cover {
  width: 100%;
  height: 6.86rem;
  position: relative;
  border-radius: .2rem;
  overflow: hidden;
}
.taoxi-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.taoxi-title {
  width: 100%;
  padding: .32rem .32rem 0;
  box-sizing: border-box;
}
/* 隐藏款弹框 */
.yincang-box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.yincang-content {
  width: 100%;
  height: 7.5rem;
  position: relative;
}
.yc-guang,.yc-content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.yc-content-bg {
  width: 100%;
  height: 100%;
  display: block;
}
.yc-content {
  z-index: 20;
  opacity: 0;
  transform: scale(1);
}
.btn-yc-detail {
  width: 3.16rem;
  height: 1.56rem;
  display: block;
  margin: 0 auto;
  opacity: 0;
  transition: all .7s linear;
}
.yc-cover {
  width: 3.96rem;
  height: 3.96rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-39%);
  z-index: 30;
  border-radius: .26rem;
  overflow: hidden;
}
.yc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.yc-line {
  width: 3.34rem;
  height: 4.64rem;
  background: url(../images/yc-line.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 50;
  transition: all .7s linear;
}
.yc-crice {
  width: 4rem;
  height: 4rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 53%;
  margin-left: -2rem;
  margin-top: -2rem;
  z-index: 10;
  transform: scale(0);
  /* transition: all .5s linear; */
}
/* 动画 */
.yc-guang {
  opacity: 0;
  transform: scale(0);
  transition: all .5s linear;
}
.animate .yc-guang {
  opacity: 1;
  /* transform: scale(1); */
  transition: all .5s .5s linear;
  animation: shiny 1s 1s infinite alternate-reverse ease-in-out;
  -webkit-animation: shiny 1s 1s infinite alternate-reverse ease-in-out;
  transform: translate3d(0,0,0) scale(1);
  -webkit-transform:translate3d(0,0,0) scale(1);
}
.animate .yc-crice {
  animation: scale .5s .5s alternate linear;
  -webkit-animation: scale .5s .5s alternate linear;
}
.animate .btn-yc-detail {
  opacity: 1;
  transition: all .7s .5s linear;
}
.animate .yc-content {
  animation: anim .5s alternate ease-in-out forwards;
  -webkit-animation: anim .5s alternate ease-in-out forwards;
}
.animate .yc-line {
  left: 8rem;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all .7s 1s linear;
}
@keyframes anim {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  90% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes anim {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  90% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(3);
  }
  100% {
    opacity: 0;
    transform: scale(3.6);
  }
}
@keyframes scale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(3);
  }
  100% {
    opacity: 0;
    transform: scale(3.6);
  }
}
@keyframes shiny {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  /* 50% {
    transform: scale(1);
    opacity: 1;
  } */
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes shiny {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  /* 50% {
    transform: scale(1);
    opacity: 1;
  } */
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fafang-tips {
  width: 3.58rem;
  height: 1.84rem;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.62rem;
  z-index: 999;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.46rem;
  padding-top: .48rem;
  box-sizing: border-box;
  display: none;
}
.xhl-logo {
  width: 2.88rem;
  height: 0.34rem;
  display: block;
  margin: 0 auto;
  display: none;
}
/* 盲盒 */
.mh-detail-box {
  width: 6.22rem;
  background: linear-gradient(135deg, #FFFFFF 0%, #EDE3D4 100%);
  border-radius: 0.48rem;
  padding: .16rem .16rem .52rem;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.mh-detail-cover {
  width: 100%;
  height: 5.9rem;
  border-radius: .32rem;
  overflow: hidden;
  margin-bottom: .52rem;
}
.mh-detail-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.mh-w {
  width: 100%;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 500;
  color: #B57936;
  line-height: .4rem;
}
.see-mh-detail {
  font-size: 0.32rem;
  font-weight: 500;
  color: #FFF5E7;
  text-shadow: 0 0 0 rgba(241,171,75,0.5000);
  width: 4.3rem;
  height: 0.88rem;
  background: linear-gradient(139deg, #FFCC85 0%, #F7A548 100%);
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(241,171,75,0.5000);
  border-radius: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .52rem auto 0;
}
.mh-top-cover {
  width: 100%;
  height: 4.22rem;
}
.mh-top-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.changeMh-container {
  display: none;
}
.changeMh {
  width: 3.36rem;
  height: .62rem;
  display: block;
  margin: 0 auto .16rem;
}
.manghe-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.manghe-list div {
  width: 2.14rem;
  height: 2.12rem;
  background: url(../images/manghe.png) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: .2rem;
  cursor: pointer;
}
.manghe-list div.active {
  background: url(../images/manghe-active.png) no-repeat center;
  background-size: 100% 100%;
}