@font-face {
  font-family: "HYQiHei";
  src: url("https://res.zulong.com/cms/mystyle/fonts/HanQiHei.otf");
}

body {
  background-color: #fcfcfc;
}

* {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

[v-clock] {
  display: none;
}

.loadingClass {
  text-align: center;
  color: #000;
  font-size: 0.22rem;
  padding: 0.15rem 0;
  border-top: 0.01rem dashed #ccc;
  margin-top: 0.2rem;
}

.loadingMoreClass {
  text-align: center;
  color: #000;
  font-size: 0.22rem;
  padding: 0.05rem 0;
  text-decoration: underline;
  color: #f4533e;
  cursor: pointer;
}

.mt29 {
  margin-top: 0.29rem;
}

.pay-app-wrap {
  width: 100%;
  /* width: 7.5rem; */
  /* height: 16.2rem; */
  background: url(../../img/points/mo/bg_01.jpg) 0 0 no-repeat;
  background-size: 100%;
  position: relative;
  padding: 0.7rem 0.5rem 0.5rem;
  /* overflow: hidden; */
  box-sizing: border-box;
  overflow: hidden;
  font-family: "HYQiHei";
  /* padding-top: 3.1rem; */
}

.touch-active-none {
  touch-action: none;
}

.backAccountLogin {
  text-decoration: underline;
  cursor: pointer;
  margin-top: 0.2rem;
  font-size: 0.22rem;
  text-align: center;
  color: #c2bfbf;
}

.pay-rule-btn,
.points-rule-btn {
  /* float: left;
  height: 0.26rem;
  line-height: 0.52rem; */
  font-size: 0.22rem;
  text-align: center;
  color: #000;
  position: relative;
  text-indent: 0.28rem;
  margin-left: 0.04rem;
}

.pay-rule-btn::before,
.points-rule-btn::before {
  position: absolute;
  left: 0;
  /* top: 0.09rem; */
  content: " ";
  width: 0.26rem;
  height: 0.26rem;
  background: url(../../img/points/mo/help.png) 0 0 no-repeat;
  background-size: 100%;
}

.common-title {
  font-size: 0.28rem;
  font-family: "HYQiHei";
  font-weight: normal;
  color: #000;
}

.first-con-title .username {
  color: #ff9153;
  font-size: 0.24rem;
  vertical-align: baseline;
}

.first-con-title .toggle-icon {
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../../img/points/bg1_switch.png) no-repeat top center;
  background-size: 100%;
  cursor: pointer;
}

.first-con-main1 {
  height: 0.5rem;
  display: flex;
  margin-top: 0.59rem;
  margin-left: 0.2rem;
  margin-bottom: 0.7rem;
}

.first-con-main1-input {
  display: inline-block;
  width: 3.33rem;
  height: 0.49rem;
  line-height: 0.49rem;
  border: 1px solid #000;
  background: none;
  color: #fff;
  font-size: 0.28rem;
  font-family: "HYQiHei";
  box-sizing: border-box;
  /* font-family: 'Microsoft YaHei'; */
}

.first-con-main1-input::placeholder {
  font-family: "HYQiHei";
  color: rgba(255, 255, 255, 0.55);
}

.first-con-main1-q {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../../img/mo/help.png) no-repeat top center;
  background-size: 100%;
  margin-left: 0.23rem;
  margin-top: 0.05rem;
}

.first-con-main1-ok {
  width: 1.1rem;
  height: 0.44rem;
  background: url(../../img/mo/btn2.png) no-repeat top center;
  background-size: 100%;
  margin-left: 0.2rem;
  margin-top: 0.03rem;
}

.checkIn-btn {
  width: 2.5rem;
  height: 1.89rem;
  background: url(../../img/checkIn/mo/float.png) no-repeat top center;
  background-size: 100%;
  position: fixed;
  right: 0;
  top: 1.1rem;
  /* left: 0.48rem; */
  cursor: pointer;
  z-index: 9;
}

.noSignedTag {
  width: 0.32rem;
  height: 0.4rem;
  background: url(../../img/checkIn/mo/entryTag.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.06rem;
  left: 0.35rem;
}

.coupon-btn {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../../img/coupon/mo/float_coupon.png) no-repeat top center;
  background-size: 100%;
  position: fixed;
  right: 0;
  top: 3.2rem;
  cursor: pointer;
  z-index: 9;
}

.first-con .btn-groups {
  /* display: flex; */
  /* margin: 0.4rem 0 0.8rem 0; */
}

.first-con .btn-groups .login-btn {
  width: 1.39rem;
  height: 0.44rem;
  font-size: 0.24rem;
  font-weight: bold;
  margin-left: 0.2rem;
  color: #000;
  background: url(../../img/points/mo/bg1_login.png) no-repeat top center;
  background-size: 100%;
  cursor: pointer;
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  padding-top: 0.1rem;
  padding-right: 0.5rem;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  gap: 0.7rem;
}

.save-desktop-btn {
  display: inline-block;
  width: 1.49rem;
  height: 0.47rem;
  background: url(../../img/points/mo/bg1_save.jpg) no-repeat top center;
  background-size: 100%;
  cursor: pointer;
  position: relative;
}

.share-btn {
  display: inline-block;
  width: 1.49rem;
  height: 0.47rem;
  background: url(../../img/points/mo/float_share.jpg) no-repeat top center;
  background-size: 100%;
  position: relative;
  cursor: pointer;
}

.save-desktop-btn .pubble,
.share-btn .pubble {
  content: "";
  width: 2.43rem;
  height: 0.46rem;
  background: url(../../img/points/bg1_bubble.png) no-repeat top center;
  background-size: 100%;
  position: absolute;
  left: -0.3rem;
  bottom: -0.5rem;
  color: #fff;
  font-size: 0.11rem;
  text-align: center;
  line-height: 0.64rem;
  overflow: hidden;
}

.share-btn .pubble {
  background: url(../../img/points/bg1_bubble2.png) no-repeat top center;
  background-size: 100%;
  left: -0.2rem;
}

.my-swipe {
  top: 3rem;
  left: 0.65rem;
  width: 6.2rem;
  height: 0.6rem;
  padding: 0 0.1rem;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
}

.my-swipe p {
  display: inline-block;
  width: auto;
  min-width: 4rem;
  color: #000;
  font-size: 0.24rem;
  line-height: 0.6rem;
  text-align: left;
  height: 0.6rem;
  animation: run 10s linear infinite;
}

@-webkit-keyframes run {
  from {
    transform: translateX(3rem);
  }

  to {
    transform: translateX(-3rem);
  }
}

@keyframes run {
  from {
    transform: translateX(3rem);
  }

  to {
    transform: translateX(-3rem);
  }
}

.btn-groups {
  margin-top: 2.9rem;
  border-bottom: 0.01rem solid #000;
}

.first-con-main2 {
  width: 100%;
  box-sizing: border-box;
  color: #000;
  font-size: 0.24rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.1rem;
  padding-left: 0.1rem;
  margin-top: 2.8rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #000;
}

.bind-role-item {
  width: 100%;
}

.bind-role-item>div {
  display: inline-block;
}

.bind-role-label {
  /* width: 0.8rem; */
  /* text-align: right; */
}

.change-role-btn {
  font-size: 0.24rem;
  color: #e66222;
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
}

.u-line {
  text-decoration: underline;
}

.second-toolbar {
  display: flex;
  justify-content: space-between;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.55);
}

.second-con {
  /* padding-top: 0.1rem; */
}

.second-con-tab {
  /* display: flex; */
  /* justify-content: flex-start; */
  width: 100%;
}

.second-con-tab .tabs {
  /* display: flex; */
  /* justify-content: flex-start; */
  border-bottom: 0.01rem solid #000;
  width: 100%;
  text-align: right;
  position: relative;
}

/* .second-con-tab>div,
.tool-btn>div {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.2rem;
} */
.records {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.22rem;
  padding: 0.14rem 0.2rem 0.14rem 0.14rem;
}

.records-btnBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.records-btnBox .records-btn {
  margin-left: 0.2rem;
}

.tool-btn {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.tabs .tab {
  width: 1.58rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background: url(../../img/points/mo/tab_bg.jpg) 0 0 no-repeat;
  background-size: 100%;
  margin-left: 0.1rem;
  font-size: 0.24rem;
  display: inline-block;
  position: relative;
}

.tab-active {
  color: #fff;
}

.second-con-list {
  /* margin-top: 0.4rem; */
  /* margin-left: 0.15rem; */
  padding: 0 0.2rem;
  box-sizing: border-box;
}

.second-con-list-items {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-top: 0.2rem;
}

.second-con-list-item {
  width: 1.8rem;
  height: 2.2rem;
  display: inline-block;
  background: url(../../img/pc/bg1_box1.png) no-repeat top center;
  background-size: 100%;
}

.second-con-list-item.list-active {
  background: url(../../img/pc/bg1_box.jpg) no-repeat top center;
  background-size: 100%;
}

.product-info {
  font-size: 0.14rem;
  color: #000;
  width: 100%;
  text-align: center;
}

.product-info-amount {
  color: #fff;
  font-size: 0.3rem;
}

.product-info-amount-lucky {
  color: #fff;
  font-size: 0.18rem;
}

.points-reward-wrapper .product-info-amount {
  font-size: 0.24rem;
  margin-top: 0.18rem;
}

.product-info-img {
  display: block;
  width: 1.3rem;
  height: 1.2rem;
  margin: 0 auto;
  margin-top: 0.06rem;
}

.product-info-title {
  font-size: 0.2rem;
}

.toPc {
  width: 100vw;
  height: 100vh;
  background: black;
  position: fixed;
}

.toPc img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
}

.toPc p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 70%;
}

.third-con {
  font-size: 0.26rem;
}

.points-exchange-btn {
  width: 1.57rem;
  height: 0.52rem;
  background: url(../../img/points/bg1_confirm.png) no-repeat top center;
  background-size: 100%;
  margin: 0.37rem auto 0;
  cursor: pointer;
}

.points-exchange-btn.disabled-btn {
  cursor: no-drop;
  filter: grayscale(1);
}

.coupon-info {
  font-size: 0.26rem;
  text-align: left;
  color: #000;
  margin-top: 0.2rem;
  position: relative;
}

.coupon-info>span:nth-child(2) {
  color: #d98c8c;
}

.coupon-tip {
  font-size: 0.12rem;
  color: #fff;
  text-align: right;
  margin-top: 0.06rem;
}

.coupon-info .expanded-icon {
  display: inline-block;
  width: 0.4rem;
  height: 0.22rem;
  background: url(../../img/coupon/pc/float_arrow.png) no-repeat top center;
  background-size: 100%;
  margin-top: 0.08rem;
  margin-left: 0.08rem;
  cursor: pointer;
}

.coupon-info .coupon-list-wrapper {
  position: absolute;
  right: 0;
  top: 0.4rem;
  z-index: -1;
  overflow: hidden;
}

.coupon-info .coupon-list-wrapper.active {
  z-index: 9;
}

.coupon-info .coupon-list-wrapper .inner {
  width: 2.3rem;
  text-align: left;
  position: relative;
  transform: translateY(-100%);
  transition: all 0.4s ease;
}

.coupon-info .coupon-list-wrapper.active .inner {
  transform: translateY(0);
  transition: all 0.4s ease;
}

.coupon-item-enable {
  padding: 0.12rem 0.24rem;
  background-color: #ce7031;
  color: #fff;
}

.coupon-item-enable p:nth-child(1),
.coupon-item-disable p:nth-child(1) {
  font-size: 0.18rem;
}

.coupon-item-enable p:nth-child(2) {
  font-size: 0.12rem;
}

.coupon-item-enable {
  padding: 0.12rem 0.24rem;
  background-color: #ce7031;
  color: #fff;
  cursor: pointer;
}

.coupon-item-disable {
  padding: 0.12rem 0.24rem;
  background-color: #512d2c;
  color: #635e5e;
  font-size: 0.12rem;
}

.cancel-btn {
  padding: 0.12rem 0.24rem;
  background-color: #8e6d6c;
  font-size: 0.18rem;
  cursor: pointer;
}

/* 活动中心 */
.second-con-tab-item {
  position: relative;
}
.tab-new-icon {
  width: 0.54rem;
  height: 0.28rem;
  background: url(../../img/actCenter/new.png) no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: -0.15rem;
  right: -0.04rem;
}
.activityCenter-tipBox {
  width: 100%;
  border-bottom: 0.01rem solid #000;
  position: relative;
  padding: 0.23rem 0.1rem 0.22rem;
  border-top: 0.01rem solid #000;
  box-sizing: border-box;
}
.activityCenter-tipBox-title {
  font-weight: bold;
  font-size: 0.25rem;
  color: #1A1A1A;
  margin-bottom: 0.1rem;
}
.activityCenter-tipBox-content {
  font-size: 0.2rem;
  color: #434343;
}
.activityCenter-btn {
  width: 1.19rem;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  background: url(../../img/actCenter/btn_bg.png) no-repeat top center;
  background-size: 100%;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.22rem;
  color: #FDFDFD;
}
.activityCenter-btn-address {
  position: absolute;
  top: 0.12rem;
  right: 0.18rem;
}
.activityCenter-item {
  width: 100%;
}
.activityCenter-item-topInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
  color: #434343;
  padding: 0.12rem 0.15rem 0;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}
.activityCenter-item-topInfo-left {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.25rem;
}
.activityCenter-item-topInfo-left-icon {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../../img/actCenter/mo/icon.png) no-repeat top center;
  background-size: 100%;
  margin-left: 0.05rem;
  cursor: pointer;
}
.activityCenter-item-topInfo-right {
  display: flex;
  align-items: center;
}
.activityCenter-item-topInfo-right-text {
  margin-right: 0.15rem;
}
.activityCenter-item-topInfo-right-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.15rem;
}
.activityCenter-item-topInfo-right-progressBox {
  display: flex;
  align-items: center;
}
.activityCenter-item-topInfo-right-progressBar {
  width: 2.1rem;
  height: 0.1rem;
  background: #D7D7D7;
  border-radius: 0.05rem;
  margin-right: 0.05rem;
}
.activityCenter-item-topInfo-right-progressBar-inner {
  max-width: 100%;
  height: 100%;
  background: #EC8B43;
  border-radius: 0.05rem;
}
.activityCenter-item-topInfo-right-progressText {
  font-size: 0.17rem;
  color: #434343;
}
.activityCenter-item-lotteryBox {
  width: 95%;
  margin: 0 auto;
  padding: 0.2rem 0.1rem 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;  
  align-items: center;
  border-bottom: 0.01rem solid #000;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  will-change: scroll-position;
  /* 移动端优化：确保可以程序化滚动 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.activityCenter-item:last-child .activityCenter-item-lotteryBox {
  border-bottom: none;
}
.activityCenter-item-lotteryBox-item {
  width: 1.58rem;
  height: 1.64rem;
  position: relative;
  flex-shrink: 0;
}
.activityCenter-item-lotteryBox-item-red {
  background: url(../../img/actCenter/box1.png) no-repeat top center;
  background-size: 100%;
}
.activityCenter-item-lotteryBox-item-gold {
  background: url(../../img/actCenter/box2.png) no-repeat top center;
  background-size: 100%;
}
.activityCenter-item-lotteryBox-item-blue {
  background: url(../../img/actCenter/box3.png) no-repeat top center;
  background-size: 100%;
}
.activityCenter-item-lotteryBox-item-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/actCenter/checkbox.png) no-repeat top center;
  background-size: 100%;
}
.activityCenter-item-lotteryBox-item-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.activityCenter-item-lotteryBox-item-text {
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
}