* {
  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 {
  /* 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: 428px;
  /* min-height: 100vh; */
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a:hover {
  color: #4262e9;
}
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;
  border-radius: 20px;
}
.z_logo {
}

.z_hide {
  display: none;
}

.fix-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;

  height: 70px;
  border-radius: 20px 20px 0px 0px;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.43);
  display: flex;
  align-items: center;
  position: 9;
  z-index: 9;
}

.fix-bottom > div {
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  cursor: pointer;
  position: relative;
}
.fix-bottom .active p {
  color: rgba(3, 24, 49, 1);
}
.fix-bottom .fix-icon {
      width: 33.22px;
    height: 35.65px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    color: #205a6e;
    line-height: 95px;
    text-align: center;
}
.fix-bottom .fix-icon1 {
  background-image: url("../image/home.png");
}
.fix-bottom .fix-icon2 {
  width: 40px;
  height: 40px;
  background-image: url("../image/invite.png");
}
.fix-bottom .fix-icon3 {
  width: 41.65px;
  height: 35.65px;
  background-image: url("../image/team.png");
}
.fix-bottom .fix-icon4 {
  width: 36px;
  height: 36px;
  background-image: url("../image/my.png");
}

.fix-bottom .active::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
  height: 3.5px;
  background-color: #205a6e;
}

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

::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.page-title {
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 28px;

  font-weight: normal;
  margin-top: 15px;
}

.icon-back {
  width: 16px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/********************** login  start ********************/

.login-page {
  padding-bottom: 30px;
}
.login-page .page-bg {
  height: calc(25vh + 30px);
}
.page-bg {
  overflow: hidden;
  background-image: linear-gradient(180deg, #205a6e 0%, #fffff1 100%);
  color: #fff;
  position: relative;
  z-index: 1;
}
/*.page-bg::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -40px;*/
/*  width: 320px;*/
/*  height: 360px;*/
/*  background: url("../image/rect.png") no-repeat;*/
/*  background-size: 100% auto;*/
/*  background-position: 100% center;*/
/*  right: -80px;*/
/*  z-index: -1;*/
/*}*/
.login-name {
  position: absolute;
  left: 25px;
  top: 9.6vh;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  /** æ–‡æœ¬1 */
  font-size: 50px;
  text-transform: uppercase;
  line-height: 58px;
  color: rgba(255, 255, 255, 1);
}

.login-bg {
  width: 100%;

  padding: 0 60px 30px;
  box-sizing: border-box;
  margin-top: -30px;
  border-radius: 20px 20px 0px 0px;
  background: rgba(255, 255, 255, 1);
  position: relative;
  z-index: 1;
}

.z_btn-success {
  width: 100%;
  height: 36px;
  opacity: 1;
  background: linear-gradient(45deg, #205a6e, #205a6e47);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 40px auto 16px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}
.z_btn-grey {
  font-size: 15px;
  color: #205a6e;
}
.login-form .title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 1);
}
.login-form2 .title {
  margin-bottom: 20px;
}
.login-form1 {
  padding-top: 100px;
  box-sizing: border-box;
}
.login-form2 {
  padding-top: 40px;
  box-sizing: border-box;
}

.login-form .form-item input {
  width: 100%;
  height: 36px;
  background: rgba(236, 236, 236, 0.82);
  color: rgba(12, 28, 60, 1);
  font-size: 20px;
  border-radius: 20px;
  text-indent: 8px;
}
.login-form .form-item .form-name {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 20px;
  line-height: 48px;
  color: rgba(0, 0, 0, 1);
}

.login-form input::placeholder {
  color: rgba(12, 28, 60, 0.3);
}

/********************** login  end ********************/
.lv-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  /* overflow: hidden; */
}
.lv-wrap .option {
  flex: 1;
  height: 34px;
  font-size: 15px;
  color: rgba(132, 132, 132, 1);
  background: rgba(207, 207, 207, 1);
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.lv-wrap .option.active {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #205a6e;
}

.avatar-cart {
  width: 100%;
  position: relative;
  padding-bottom: 42px;
}
.avatar-cart .avatar-group {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
  margin-top: 30px;
  margin-left: 14px;
}
.avatar-cart .avatar-group .avatar-img {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
}
.avatar-cart .infos {
  color: #000;
  font-size: 10px;
  margin-left: 25px;
}
.avatar-cart .infos .num {
  font-size: 25px;
}
.avatar-cart .icon {
  position: absolute;
  right: 20px;
  top: 22px;
  cursor: pointer;
}

.z_title {
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 1);
}
.z_content .select-nums {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 25px;
}
.z_content .select-nums .num {
  width: 68px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;

  font-size: 14px;
  color: rgba(104, 104, 104, 1);
}
.z_content .select-nums .num:hover {
  color: #205a6e;
}