@charset "UTF-8";
.HomeLoading_warp__dQeYR {
  padding: 0.8rem 0.1rem 0.1rem;
}
.HomeLoading_warp__dQeYR.HomeLoading_activity__S70e7 {
  padding-top: 0.2rem;
}

.HomeLoading_block__VHH7v {
  position: relative;
  margin-bottom: 0.12rem;
}
.HomeLoading_block__VHH7v::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: var(--skeleton-block-color, #ddd);
  border-radius: 8px;
  content: "";
}

.HomeLoading_blockP1__UP3Cn {
  height: 1.3rem;
}

.HomeLoading_blockP2__Tq1RX {
  height: 0.56rem;
}

.HomeLoading_products__v9maq {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.HomeLoading_productItem__kU3xD {
  width: 1.72rem;
  height: 1.72rem;
}
.HomeLoading_productItem__kU3xD:nth-child(2n+1) {
  margin-right: 0.1rem;
}

@keyframes HomeLoading_LightSweep__k1YGr {
  0% {
    left: -180px;
    /* 光线的起始位置设置在按钮左侧 */
    opacity: 0.5;
  }
  50% {
    left: 360px;
    opacity: 1;
  }
  100% {
    left: 780px;
    opacity: 0.5;
  }
}
.pointsModal_statusIcon__HNsaM {
  width: 100%;
  object-fit: contain;
}

.pointsModal_title__RRJyO {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--text-color-title, rgba(0, 0, 0, 0.9));
  text-align: center;
}

.pointsModal_desc__36bRv {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-color-sub, #595959);
  margin: 8px 0;
  text-align: center;
}

.pointsModal_pointsReward__U_DcK {
  color: #ff9115;
  font-size: 20px;
  line-height: 28px;
}

.pointsModal_canvas__rtbdQ {
  width: 3.75rem;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.pointsModal_mask__kmCU_ {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.pointsModal_content__iH4ax {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 260px;
  left: calc(50% - 130px);
  text-align: center;
}
.pointsModal_content__iH4ax .pointsModal_inner__KO_RO {
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--card-bg-color, #fff);
  padding-bottom: 12px;
}

.pointsModal_close__dCGOC {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  bottom: -36px;
  left: calc(50% - 12px);
}
.pointsModal_close__dCGOC::before, .pointsModal_close__dCGOC::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border-top: 1px solid #fff;
  position: absolute;
}
.pointsModal_close__dCGOC::before {
  top: 8px;
  left: -2px;
  transform: rotate(45deg);
}
.pointsModal_close__dCGOC::after {
  top: 8px;
  left: 8px;
  transform: rotate(45deg);
  transform: rotate(-45deg);
}

.pointsModal_pointsBtn__TMQKB {
  margin: 12px auto 10px;
}
.NewUserPopup_content__MTRSP {
  position: relative;
  width: 294px;
  overflow: hidden;
}
.NewUserPopup_content__MTRSP .NewUserPopup_inner__kLrJd {
  overflow: hidden;
  border-radius: 4px;
}

.NewUserPopup_close__PbDeX {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  margin-top: 20px;
  margin-left: 137px;
}
.NewUserPopup_close__PbDeX::before, .NewUserPopup_close__PbDeX::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border-top: 1px solid #fff;
  position: absolute;
}
.NewUserPopup_close__PbDeX::before {
  top: 8px;
  left: -2px;
  transform: rotate(45deg);
}
.NewUserPopup_close__PbDeX::after {
  top: 8px;
  left: 8px;
  transform: rotate(45deg);
  transform: rotate(-45deg);
}

.NewUserPopup_img__k_GMU {
  width: 100%;
  max-height: 75vh;
  background-color: var(--img-bg-color, #fff);
}
.Menu__mask {
  width: 3.75rem;
  position: fixed;
  top: 0;
  bottom: 0;
  left: calc(50% - 1.875rem);
  z-index: -1;
  /* transform: translateX(-100%); */
  overflow: hidden;
}

.Menu__mask.miniMenu {
  /* top: calc(44px + max(env(safe-area-inset-top), 20px)); */
}

.Menu__mask.Menu__mask--open {
  /* transform: translateX(0); */
  z-index: 999;
}

.Menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: var(--card-bg-color, #fff);
  transform: translateX(-100%);
  transition: transform 0.15s ease-in-out;
}

.Menu.Menu--open {
  transform: translateX(0);
}

.Menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 4px;
  right: 6px;
  color: var(--text-color-sub, #595959);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 100ms ease;
}

.Menu__header {
  position: relative;
  display: inline-block;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  height: 52px;
  padding: 0 24px;
  color: var(--text-color-main, rgba(0, 0, 0, 0.7));
}

.Menu__mask.miniMenu .Menu__header {
  margin-top: 70px;
}

.Menu__line-items {
  /* flex: 1 0 auto; */
  margin: 0;
  padding: 0 12px 0 24px;
  overflow: scroll;
}

.Menu__line-items .Menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  color: var(--text-color-main, rgba(0, 0, 0, 0.7));
  font-size: 14px;
  line-height: 32px;
  box-shadow: inset 0 -1px 0 var(--shadow-border, rgba(0, 0, 0, 0.06));
}
.picker_copywriting__fvHFG {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MenuButton_menuBtn__RSr4T {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.HomeHeader_header__Erf5h {
  width: 100%;
  height: 44px;
  box-sizing: content-box;
}

.HomeHeader_wrapper__2_yqT {
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 3.51rem;
  height: 44px;
  box-sizing: content-box;
  padding: 0 0.12rem;
  background-color: var(--card-bg-color, #fff);
  position: fixed;
  top: 0;
  z-index: 998;
}

.HomeHeader_logo__1uKQ6 {
  display: flex;
}

.HomeHeader_icon__NjlFc {
  width: 42px;
  height: 22px;
  margin-right: 9px;
}

.HomeHeader_iconBtn__8_N7F {
  margin-left: 20px;
}

.HomeHeader_leftBtns__WL6Is {
  width: 80px;
  color: var(--text-color-main, rgba(0, 0, 0, 0.7));
}

.HomeHeader_rightBtns__LxhK8 {
  width: 80px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  color: var(--text-color-main, rgba(0, 0, 0, 0.7));
}

.HomeHeader_title__KlgfM {
  display: block;
  max-width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.HomePlus_home__piG4M {
  min-height: calc(100vh - 44px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--page-color, #f5f5f5);
}
