* {
    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;
    /*font-family: "ArialMT";*/
    /* 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;
    }
}

.sp-uppercase {
    text-transform: uppercase;
}

.sp-relative {
    position: relative;
}

.sp-img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.sp-flex-x {
    display: flex;
    align-items: center;
}

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

.sp-stroke {
    position: relative;
}

.sp-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;
}

.sp-logo {}

.sp-hide {
    display: none;
}

.fix-bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 62px;
    background: #fff;
    box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    position: 9;
    z-index: 9;
}

.fix-bottom>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: rgba(3, 24, 49, 0.7);
    flex: 1;
    cursor: pointer;
    gap: 1px;
}

.fix-bottom .active p {
    color: rgba(3, 24, 49, 1);
}

.fix-bottom .fix-icon {
    width: 40px;
    height: 37px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.fix-bottom .fix-icon1 {
    background-image: url("../image/home.png");
}

.fix-bottom .fix-icon2 {
    width: 34px;
    height: 34px;
    background-image: url("../image/invite.png");
}

.fix-bottom .fix-icon3 {
    width: 42.55px;
    height: 37.23px;
    background-image: url("../image/team.png");
}

.fix-bottom .fix-icon4 {
    width: 27.2px;
    height: 37.23px;
    background-image: url("../image/my.png");
}

.fix-bottom .active .fix-icon1 {
    background-image: url("../image/home.png");
}

.fix-bottom .active .fix-icon2 {
    background-image: url("../image/invite.png");
}

.fix-bottom .active .fix-icon3 {
    background-image: url("../image/team.png");
}

.fix-bottom .active .fix-icon4 {
    background-image: url("../image/my.png");
}

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

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.page-title {
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 38px;
    padding-top: 16px;
    font-weight: normal;
}

.icon-back {
    width: 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

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

.login-page {
    height: 100%;
    height: 100vh;
    background-color: rgba(206, 223, 244, 1);
    background-image: url("../image/login-bg.png");
    background-repeat: no-repeat;
    background-position: -20px -100px;
    color: #fff;
    padding-bottom: 30px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-logo {
    width: 78px;
    display: block;
    margin: auto;
    transform: translateY(-50%);
}

.login-bg {
    width: 100%;
    box-sizing: border-box;
    width: 366px;
    height: 329px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    margin: auto;
    padding: 0 17px;
}

.sp-btn-success {
    width: 100%;
    height: 26px;
    border-radius: 13px;
    background: rgb(181 153 90);
    margin: 0px auto 0;
    font-size: 15px;
    color: rgba(245, 248, 254, 1);
    cursor: pointer;
}

.register-bg {
    height: 382px;
}

.login-form2 {
    margin-top: -39px;
}

.register-bg .register-btn.btn-style {
    width: 86px;
    height: 26px;
    font-size: 15px;
}

.login-form .eye-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.login-form .form-item {
    width: 261px;
    height: 46px;
    border-radius: 23px;
    background: linear-gradient( 225.86deg, rgba(144, 180, 231, 0.42) 0%, rgba(118, 171, 218, 0.42) 100%);
    color: rgba(12, 28, 60, 1);
    font-size: 13px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
}

.login-form .form-item span {
    margin-right: 6px;
}

.login-bg .btn-style {
    width: 169px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.login-bg .word-btn {
    font-size: 16px;
    margin-top: 10px;
}

.login-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: rgb(181 153 90);
    margin-top: 30px;
}

.login-bottom>div {
    cursor: pointer;
}

.register-bg .login-form .form-item {
    height: 42px;
    margin-bottom: 5px;
    padding: 0 17px;
}

.login-form .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    padding-left: 10px;
    box-sizing: border-box;
}

.login-form .icon {
    height: 16px;
    flex-shrink: 0;
}

.login-form input {
    width: 100%;
    height: 100%;
    color: rgba(12, 28, 60, 1);
    background-color: transparent;
}

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

.login-form .input-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/********************** login  end ********************/

.sp-plan-btn {
    margin-bottom: 13px;
    display: flex;
    justify-content: center;
    position: relative;
}

.sp-plan-btn .option {
    flex: 1;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    color: rgba(125, 125, 125, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sp-plan-btn .option.active {
    font-size: 20px;
    color: rgb(181 153 90);
}

.sp-plan-btn .option.active .line {
    margin-top: 12px;
    width: 101px;
    height: 9px;
    border-radius: 10px;
    background: rgb(181 153 90);
    display: none;
}

.linee::before {
    content: "";
    position: absolute;
    /* left: -6px; */
    right: 105px;
    top: 55%;
    transform: translateY(-50%);
    width: 3px;
    height: 113px;
    background: rgba(112, 112, 112, 1);
}

.sp-plan-btn .option.active .line {
    display: block;
}