* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* 全局字体设置 */
  font-family: inherit; /* 继承body的字体设置 */
}
html {
  overflow-x: hidden;
  touch-action: none;
  touch-action: pan-y;
}
body {
  min-width: 320px;
  max-width: 100%;
  margin: 0 auto !important;
  overflow-x: hidden; /* 隐藏水平滚动条 */
  touch-action: pan-y; /* 只允许垂直滚动，W3C推荐标准 */
  -webkit-overflow-scrolling: touch; /* iOS滚动优化 */
  /* 移动端宋体字体设置 */
  font-family: "SimSun", "Songti SC", "宋体", "PingFang SC",
    /* 苹果系统字体作为备选 */ "Hiragino Sans GB",
    /* 冬青黑体 */ "Microsoft YaHei", /* 微软雅黑 */ serif;
}
.lcalendar_info {
  display: none;
}
.h-auto {
  height: auto !important;
}
.pd-bottom {
  padding-bottom: 0 !important;
}
.input-b-border {
  border-bottom: 1px solid #e4d9c3 !important;
}
.d-relative {
  position: relative;
}
.cor999 {
  color: #999999;
}
.mt08 {
  margin-top: 0.8rem !important;
}
.mt05 {
  margin-top: 0.5rem !important;
}
.container {
  width: 100%;
  margin: auto;
  min-height: 100vh;
  overflow-x: hidden;
  touch-action: pan-y;
}
/* Tabbar样式 */
.tabbars {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 99%;
  max-width: 99%;
  margin: 0 auto;
  height: 1.4rem;
  background: #fefcf2;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.tabbars .tabbars-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.2rem;
  border-radius: 0.2rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tabbars .tabbars-item .tab-icon {
  width: 0.49rem;
  height: 0.49rem;
  object-fit: contain;
  margin-bottom: 0.05rem;
  transition: all 0.3s ease;
  margin-bottom: 0.1rem;
}

.tabbars .tabbars-item.active .tab-icon {
  transform: scale(1.1);
}

.tabbars .tabbars-item .tab-text {
  font-size: 0.26rem;
  color: #775823;
  object-fit: contain;
}
.pay {
  padding: 0.55rem 0.3rem 0.3rem !important;
}
.pay .des {
  width: 5.98rem;
  height: 1.3rem;
  object-fit: contain;
  font-size: 0.24rem;
  padding: 0.15rem 0.1rem 0.1rem 0.7rem;
  background: url("/images/ai/pay-des-bg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin: 0.2rem auto 0;
  line-height: 0.36rem;
}
.pay .des span {
  color: #ff0000;
  font-weight: bold;
}
.pay .des::after {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.22rem;
  width: 0.36rem;
  height: 0.36rem;
  background: url("/images/ai/pay-woring.png") no-repeat;
  background-size: 100% 100%;
}

.pay .group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
}
.pay .text {
  font-size: 0.3rem;
  color: #999999;
  text-align: left;
  padding-bottom: 0;
  padding-top: 0.3rem;
}
.pay .text span {
  text-decoration: line-through;
}
.pay .price {
  display: flex;
  align-items: center;
  color: #ffe6b7;
}
.pay .price .name {
  font-size: 0.3rem;
  color: #fff;
  background: #ff0000;
  border-radius: 0.2rem;
  padding: 0.1rem 0.3rem;
  margin-right: 0.1rem;
}
.pay .price .num {
  font-size: 0.5rem;
  font-weight: bold;
  color: #ff0000;
}
.pay .pay-name {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  color: #333333;
}
.pay .pay-name img {
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.1rem;
}
.pay .radio {
  width: 0.38rem;
  height: 0.38rem;
  background: url(/images/ai/pay-choose-bg.png) no-repeat center;
  background-size: 100%;
}
.pay .active {
  background: url(/images/ai/pay-choose.png) no-repeat center !important;
  background-size: 100% !important;
}
.pay .btn {
  width: 6.16rem;
  height: 0.78rem;
  background: url(/images/ai/pay-btn.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  line-height: 0.8rem;
  margin: 0.36rem auto auto;
}
.van-count-down {
  font-size: 0.4rem !important;
  color: #ff0000 !important;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 7.5rem;
  margin: 0 auto;
  height: 1.22rem;
  background: #fefbf3;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.footer .f-tabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer .f-tabs .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.12rem 0.3rem 0;
}
.footer .f-tabs .item img {
  width: 0.42rem;
  height: 0.42rem;
  object-fit: contain;
}
.footer .f-tabs .item span {
  font-size: 0.24rem;
  color: #775823;
}
.footer .btn,
.report-dialog .btn {
  width: 3.46rem;
  height: 0.82rem;
  background: url(/images/ai/zixun-btn.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  line-height: 0.8rem;
  margin: 0.2rem 0.3rem;
}

/* Loading样式 */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading .animation {
  position: relative;
  width: 2.26rem;
  height: 2.26rem;
  left: calc(50% - 1.13rem);
  margin-bottom: 0.2rem;
}

.loading .box img {
  width: 2.26rem;
  height: 2.26rem;
  margin-bottom: 0.3rem;
  animation: loadingRotate 3s linear infinite;
}

@keyframes loadingRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.loading .loading-text {
  font-size: 0.3rem;
  color: #f7d089;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(50% - 0.3rem);
  left: 0;
  width: 100%;
}

.loading .loading-text span {
  display: inline-block;
  animation: wave 2s ease-in-out infinite;
}

.loading .loading-text span:nth-child(1) {
  animation-delay: 0s;
}
.loading .loading-text span:nth-child(2) {
  animation-delay: 0.1s;
}
.loading .loading-text span:nth-child(3) {
  animation-delay: 0.2s;
}
.loading .loading-text span:nth-child(4) {
  animation-delay: 0.3s;
}
.loading .loading-text span:nth-child(5) {
  animation-delay: 0.4s;
}
.loading .loading-text span:nth-child(6) {
  animation-delay: 0.5s;
}
.loading .loading-text span:nth-child(7) {
  animation-delay: 0.6s;
}
.loading .loading-text span:nth-child(8) {
  animation-delay: 0.7s;
}
.loading .loading-text span:nth-child(9) {
  animation-delay: 0.8s;
}
.loading .loading-text span:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0%,
  100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-0.1rem);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0.05rem);
  }
}

.loading .loading-desc {
  font-size: 0.28rem;
  color: #f7d089;
}

.picker-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
