* {
  margin: 0;
  padding: 0;
}
a:empty,
ul:empty,
dl:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: block;
}
input {
  outline: none;
  border: none;
}
html,
body {
  min-height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
}
button {
  border: none;
  outline: none;
}
#root {
  letter-spacing: initial !important;
  color: #333333;
  max-width: 402px;
  font-family: "Segoe UI";
  /* min-height: 100vh; */
  box-sizing: border-box;
  min-height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a:hover {
  color: #449C43;
}
input,
img {
  border: none;
}
li {
  list-style: none;
}

dl,
ol,
ul,
p {
  margin: unset;
  padding: unset;
}
.alert {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes fade-hide {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  95% {
    background-color: red;
  }
}
.z_uppercase {
  text-transform: uppercase;
}

.z_relative {
  position: relative;
}

.z_img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.z_flex-x {
  display: flex;
  align-items: center;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.z_stroke {
  position: relative;
}
.z_stroke::after {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.z_logo {
}

.z_hide {
  display: none;
}
.fix-bottom {
            width: 100%;
            height: 70px;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: 12px 12px 0px 0px;
            background-color: rgba(255, 255, 255, 0.75);
            box-shadow: 0px 3px 15px rgba(157, 157, 157, 0.25);
            backdrop-filter: blur(12px);
            display: flex;
            align-items: center;
            font-size: 12px;
            color: #909090;
            z-index: 9;
            padding: 0 10px;
            box-sizing: border-box;
        }

        .fix-bottom > div {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2px;
            flex: 1;
            cursor: pointer;
            position: relative;
        }
        
        /* 抽奖按钮的容器 */
        .lottery-container {
            position: relative;
            flex: 0 0 auto !important;
            width: 70px !important;
            height: 70px !important;
            display: none !important;
            margin-top: -25px; /* 让按钮向上突出 */
        }
        
        /* 抽奖按钮的样式 */
        .lottery-btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            /*background: linear-gradient(135deg, #ffcc00, #ff9900);*/
            box-shadow: 0 4px 10px rgba(255, 153, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }
        
        /* 抽奖按钮的动画效果 */
        .lottery-btn::before {
            content: '';
            position: absolute;
            top: -5px;
            left: -5px;
            right: -5px;
            bottom: -5px;
            background: linear-gradient(135deg, #ffcc00, #ff9900);
            border-radius: 50%;
            opacity: 0.6;
            z-index: -1;
            animation: pulse 2s infinite;
        }
        
        .lottery-icon {
            width: 52px;
            height: 52px;
             background-image: url("/image/luck.png");
            z-index: 1;
            background-size: 100% 100%;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 0.6;
            }
            50% {
                transform: scale(1.1);
                opacity: 0.3;
            }
            100% {
                transform: scale(1);
                opacity: 0.6;
            }
        }

        .fix-bottom .active p {
            color: #449C43;
        }
        
        .fix-bottom .fix-icon {
            width: 32px;
            height: 32px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: auto 100%;
            flex-shrink: 0;
        }
.fix-bottom .fix-icon1 {
  background-image: url("/image/home1.png");
}
.fix-bottom .fix-icon2 {
  background-image: url("/image/shop1.png");
}
.fix-bottom .fix-icon3 {
  background-image: url("/image/invite1.png");
}
.fix-bottom .fix-icon4 {
  background-image: url("/image/team1.png");
}
.fix-bottom .fix-icon5 {
  background-image: url("/image/my1.png");
}
.fix-bottom .active .fix-icon1 {
  background-image: url("/image/home.png");
}
.fix-bottom .active .fix-icon2 {
  background-image: url("/image/shop.png");
}
.fix-bottom .active .fix-icon3 {
  background-image: url("/image/invite.png");
}
.fix-bottom .active .fix-icon4 {
  background-image: url("/image/team.png");
}
.fix-bottom .active .fix-icon5 {
  background-image: url("/image/my.png");
}

.ww {
  padding: 0 16px;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.page-title-wrap {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 50px;
}
.page-title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 22px;

  font-weight: bold;
}

.icon-back {
  width: 24px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.page-title2 {
  font-size: 40px;
  font-weight: bolder;
  color: #fff;
  text-align: center;
  line-height: 22px;
  margin-top: 100px;
  margin-bottom: 30px;

  /* font-weight: normal; */
}
/********************** login  start ********************/

.login-page {
  padding-bottom: 20px;
}

.page-bg {
  overflow: hidden;
  background: #449C43;
  color: #fff;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
/*.page-bg::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  width: 100%;*/
/*  height: 202px;*/
/*  background: url("../image/top.png") no-repeat;*/
/*  background-size: 100% auto;*/
/*  background-position: center top;*/
/*  z-index: -1;*/
/*}*/
.page-bg2 {
  background: #449C43;
}
/*.page-bg2::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -101px;*/
/*  left: -56px;*/
/*  width: 511px;*/
/*  height: 420px;*/
/*  background: linear-gradient(180deg, #449C43, #003dab);*/
/*  box-shadow: 0 4px 18px #790f8080;*/
/*  border-radius: 50%;*/
/*}*/
.login-top {
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  margin: 75px auto 0;
  width: fit-content;
  text-align: center;
  line-height: 1;
}
.login-top img {
  width: 74px;
}
.login-bg {
  width: 100%;
  padding: 52px 16px 20px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ffffff80, #ffffff33);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background-color: #449C43;

  border: 1px solid #ffffff80;
  border-radius: 40px;
  box-sizing: border-box;
  position: relative;
}
/*.login-bg::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -60px;*/
/*  right: 30px;*/
/*  width: 91px;*/
/*  height: 91px;*/
/*  background: url("../image/suo1.png") no-repeat;*/
/*  background-size: 100% 100%;*/
/*  z-index: -1;*/
/*}*/
/*.login-bg::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: -38px;*/
/*  left: 40px;*/
/*  width: 48px;*/
/*  height: 48px;*/
/*  background: url("../image/suo2.png") no-repeat;*/
/*  background-size: 100% 100%;*/
/*  z-index: -1;*/
/*}*/
.z_bg {
  background: linear-gradient(90deg, #ffffff80, #ffffff33);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
}

.z_btn-success {
  width: 100%;
  height: 56px;
  opacity: 1;
  background: #449C43;
  border-radius: 10px;
  margin: 40px auto 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  box-sizing: border-box;
}
.z_btn-grey {
  width: 228px;
  height: 44px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #449C43df;
  margin: 0 auto;
  font-size: 18px;
  color: #449C43;
  font-weight: bold;
  box-sizing: border-box;
}
.login-title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
  color: #fff;
  margin-left: 24px;
  margin-top: 10px;
}

.login-form1 {
  width: 100%;
  position: relative;
}

.login-form .form-item {
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.84);
  border-radius: 10px;
  margin-bottom: 32px;
  font-size: 15px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.login-form .form-item input {
  width: 100%;
  height: 100%;
  background: transparent;
  text-indent: 16px;
  color: rgba(12, 28, 60, 1);
}
.login-form .form-item .form-name {
  width: 60px;
  text-align: center;
  color: #515151;
  border-right: 1px solid #cdcdcd;
  line-height: 32px;
}

.login-form input::placeholder {
  color: #9e9e9e;
}
.login-form .form-item .eye {
  width: 24px;
  height: 24px;
  background: url("../image/eye.png") no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
  margin-right: 15px;
  cursor: pointer;
}
/********************** login  end ********************/

.lv-wrap {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.lv-wrap .option {
  flex: 1;
  height: 48px;
  line-height: 1;
  font-size: 16px;
  color: #449C43;
  flex-direction: column;
  font-weight: bold;
}
.lv-wrap .option.active {
  color: #fff;
  border-radius: 10px;
  background: #449C43;
}
.lv-wrap p {
  font-size: 14px;
  font-weight: normal;
}
.z_form {
  width: 100%;
  padding: 24px 26px 4px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.87);
  box-shadow: 0 0px 12px hsla(0, 0%, 62%, 0.253);
  border: 1px solid #fff;
  backdrop-filter: blur(14px);
  margin-top: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.z_form .input-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.z_form .name {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.z_form .input {
  width: 100%;
  height: 44px;
  font-size: 20px;
  border: 10px;
  background-color: #f4f4f4;
  border-radius: 10px;
  color: #515151;
  text-indent: 16px;
}
.z_form .input::placeholder {
  color: #515151;
}

.z_form .btn-style {
  width: 100%;
  height: 50px;
  background: #8b0000;
  background-size: 100% 100%;
  margin: 100px auto 16px;
  font-size: 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
}
