* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #410602;
  font-size: 0.26rem;
  color: #fff;
  padding-bottom: 0.98rem;
}

img {
  /* border 0 照顾低版本浏览器，如果图片外面包含了链接会有边框的问题 */
  border: 0;
  /* 取消图片底侧有空白缝隙的问题 */
  vertical-align: middle;
}

em,
i {
  font-style: normal;
}

.content {
  font-size: 0.26rem;
}

html,
body {
  position: relative;
  height: 100%;
}

section {
  margin-top: -0.02rem;
  position: relative;
}

.header {
  position: relative;
  font-size: 0.26rem;
  width: 7.5rem;
  height: 9.9rem;
}

/* moui调整 */
.mo-toast .content {
  z-index: 9999;
}

/* end */
.game_info {
  position: absolute;
  width: 95%;
  height: 1.44rem;
  left: 0.3rem;
  bottom: 0.24rem;
}

.game_info .game_icon {
  display: inline-block;
  width: 1.44rem;
  height: 1.44rem;
  border: solid 0.04rem #ffffff;
  border-radius: 0.36rem;
}

.game_info .game_content {
  width: 75%;
  height: 100%;
  position: absolute;
  top: -0.06rem;
  left: 1.75rem;
}

.game_info .game_content .game_title {
  width: 100%;
  font-size: 0.36rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}

.game_info .game_content .game_title .game_name_wrp {
  width: auto;
  max-width: 100%;

}

.game_info .game_content .game_title .game_name_wrp .game_name {
  width: auto;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.suffix_label {
  width: auto;
  height: 0.36rem;
  padding: 0 0.08rem;
  margin: 0.08rem 0 0 0.1rem;
  background: #ff7634;
  border-radius: 0.04rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game_info .game_category {
  max-width: 100%;
  margin: 0.06rem 0 0.18rem;
  font-size: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game_category span {
  padding-right: 0.2rem;
}

.game_category .grade {
  padding-left: 0.28rem;
  color: #ff7634;
  position: relative;
}

.game_category .grade::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: -0.05rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url('/static/image/activity/thematic/grade.png') 0 / cover no-repeat;
}

.game_activity {
  box-sizing: content-box;

  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ff7634;
  display: flex;
}

.game_activity .game_activity_wrp {
  box-sizing: content-box;

  /* display: inline-block; */
  width: auto;
  max-width: 100%;
  background-color: #fff1ea;
  color: #ff7634;
  border-radius: 0.04rem;
  padding: 0.06rem 0.08rem 0.05rem;
  margin-right: 0.1rem;
  /* margin-top: 0.22rem; */
}

.game_activity .game_activity_wrp:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header .download_btn {
  position: absolute;
  left: 50%;
  bottom: 2.4rem;
  transform: translateX(-50%);
  width: 3.8rem;
  height: 1.4rem;
}

.gift_bag {
  position: relative;
  width: 7.5rem;
  height: 5.14rem;
}

.btn {
  position: absolute;
  width: 2.82rem;
  height: 0.88rem;
  left: 50%;
  bottom: 0.48rem;
  transform: translateX(-50%);
}

.register_gift {
  position: relative;
  width: 7.5rem;
  height: 7.68rem;
}

.signIn_gift {
  position: relative;
  width: 7.5rem;
  height: 7.32rem;
}

.signIn_gift .gift_list {
  width: 6.76rem;
  height: 3.93rem;
  position: absolute;
  top: 1.54rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.signIn_gift .gift_list .list_left {
  width: 4.67rem;
  display: flex;
  flex-wrap: wrap;
}

.signIn_gift .gift_list .list_left .gift_item {
  width: 1.4rem;
  height: 1.88rem;
  text-align: center;
  font-size: 0.28rem;
  margin-right: 0.15rem;
}

.list_left .gift_item .gift_img {
  width: 1.42rem;
  height: 1.52rem;
}

.list_left .gift_item .gift_img .img_mask {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.color_57575a {
  color: #7a7b7c;
}

.signIn_gift .gift_list .list_right {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.32rem;
}

.signIn_gift .gift_list .list_right .img_mask {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.signIn_gift .gift_list .list_right .right_giftImg {
  width: 1.86rem;
  height: 2rem;
  margin-bottom: 0.15rem;
}

.voucher {
  position: relative;
  width: 7.5rem;
  height: 4.78rem;
}

.voucher .get_voucher {
  position: absolute;
  left: 50%;
  bottom: 0.48rem;
  transform: translateX(-50%);
  width: 6.74rem;
  height: 2.41rem;
}

.exchange {
  position: relative;
  width: 7.5rem;
  height: 4.67rem;
}

.exchange_list,
.member_list {
  width: 6.9rem;
  height: 2.7rem;
  position: absolute;
  left: 50%;
  bottom: 0.48rem;
  transform: translateX(-50%);
  display: -webkit-box;
  overflow-x: auto;
}

.exchange_list .exchange_item,
.member_list .member_item {
  width: 1.56rem;
  height: 2.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.28rem;
  margin-right: 0.22rem;
}

.exchange_list::-webkit-scrollbar,
.member_list::-webkit-scrollbar {
  display: none;
}

.exchange_list .exchange_item:last-of-type,
.member_list .member_item:last-of-type {
  margin: 0;
}

.exchange_list .exchange_item .exchange_img,
.member_list .member_item .member_img {
  width: 1.56rem;
  height: 1.66rem;
}

.exchange_list .exchange_item .exchange_text,
.member_list .member_item .member_text {
  margin: 0.1rem 0 0.2rem;
}

.exchange_list .exchange_item .exchange_btn,
.member_list .member_item .member_btn {
  width: 1.48rem;
  height: 0.46rem;
}

.everyday_gift {
  width: 7.5rem;
  height: 10.78rem;
}

.everyday_gift .everyday_btn {
  width: 2.82rem;
  height: 0.88rem;
  position: absolute;
  left: 50%;
  bottom: 3.58rem;
  transform: translateX(-50%);
}

.everyday_gift .everyday_num {
  font-size: 0.26rem;
  position: absolute;
  left: 50%;
  bottom: 3.13rem;
  transform: translateX(-50%);
}

.everyday_gift .task {
  width: 6.9rem;
  height: 2.36rem;
  position: absolute;
  left: 50%;
  bottom: 0.48rem;
  transform: translateX(-50%);
  padding: 0.55rem 0.6rem;
}

.everyday_gift .task .task_item {
  width: 5.68rem;
  height: 0.48rem;
  font-size: 0.32rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.everyday_gift .task .task_item:last-child {
  margin-top: 0.42rem;
}

.everyday_gift .task .task_item .task_left {
  width: 1.2rem;
  height: 0.48rem;
  border-radius: 0.24rem;
  border: solid 0.02rem #fff;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.26rem;
}

.member_gift {
  width: 7.5rem;
  height: 5rem;
}

.member_list {
  height: 3.03rem;
}

.member_list .member_item .member_text {
  width: 1.2rem;
  height: 0.62rem;
  text-align: center;
}

.video {
  width: 7.5rem;
  height: 6.35rem;
}

.video .video_box {
  width: 6.9rem;
  height: 4.33rem;
  position: absolute;
  left: 50%;
  bottom: 0.48rem;
  transform: translateX(-50%);
}

.video .video_box video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video .video_box .video_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper_wrp {
  position: relative;
  width: 7.5rem;
  height: 9.02rem;
}

.swiper {
  width: 100%;
  position: absolute;
  bottom: 0.48rem;
  left: 0;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 4.2rem;
  height: 7rem;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper_wrp .swiper-button-next,
.swiper_wrp .swiper-button-prev {
  width: 0.36rem;
  height: 0.56rem;
  right: 0.88rem;
  background: url('');
}

.swiper_wrp .swiper-button-prev {
  /* width: 0.36rem;
  height: 0.56rem; */
  left: 0.88rem;
  /* background: url(''); */
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
}

.rule {
  width: 100%;
  height: 6.05rem;
  padding: 1.6rem 0 0.8rem;
}

.rule .rule_text {
  width: 6.89rem;
  height: 4rem;
  font-size: 0.28rem;
  line-height: 0.48rem;
  margin: 0 auto;
  overflow: auto;
}

/* .rule .rule_text::-webkit-scrollbar {
  display: none;
} */
footer {
  width: 7.5rem;
  height: 1.28rem;
  position: fixed;
  bottom: 0;
  z-index: 9;
}

.mask .text_copy {
  width: 5.6rem;
  background-color: #ffffff;
  border-radius: 0.16rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  text-align: center;
  padding-bottom: 1.08rem;
}

.mask .text_copy .copy_title {
  margin: .4rem 0 .5rem 0;
  font-size: 0.36rem;
  height: 0.56rem;
  line-height: 0.56rem;
  font-weight: 600;
}

.mask .text_copy .copy_img {
  margin: auto;
  width: 1.7rem;
  height: 1.7rem;
}

.mask .text_copy .copy_img img {
  width: 1.7rem;
  height: 1.7rem;
}

.mask .text_copy .copy_name {
  margin-top: .3rem;
  font-size: .32rem;
}

.mask .text_copy .copy_content {
  padding: 0 0.4rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.3rem;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text_copy .copy_content .content_left {
  width: 3.71rem;
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0.3rem;
  left: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: left;
}

.text_copy .copy_content .copy {
  width: 1.04rem;
  height: 0.56rem;
  top: -0.12rem;
  right: 0;
  text-align: center;
  line-height: 0.56rem;
  border-radius: 0.28rem;
  border: solid 0.02rem #007aff;
  color: #007aff;
  font-size: 0.26rem;
}

.text_copy .copy_btn {
  width: 5.6rem;
  height: 0.88rem;
  text-align: center;
  line-height: 0.88rem;
  color: #007aff;
  font-size: 0.3rem;
  border-top: 0.02rem solid #e0e0e0;
  position: absolute;
  bottom: 0;
}
.header .Reservation_number{
  position: absolute;
  left: 50%;
  bottom: 1.9rem;
  transform: translateX(-50%);
  /* width: 3.8rem;
  height: 1.4rem; */
  font-size: 0.28rem;
}