.my-login {
    position: relative;
    background: url(../../img/new/login-bg.png) !important;
    background-size: 100% auto !important

}

.my-login .lang-box {
    position: absolute;
    top: 0.8rem;
    right: 0.5333333333rem
}

.my-login .lang-box img {
    max-width: 1.3333333333rem
}

.my-login .lang-box .langBtn {
    height: 1.0666666667rem;
    font-size: 0.4266666667rem;
    background: rgba(0, 0, 0, 0)
}

.my-login .content {
    padding-top: 4rem
}

.my-login .box {
    border-radius: 1.3333333333rem;
    background-color: #ffffff32;
    padding: 0.9333333333rem 0;
    opacity: .85
}

.my-login .box ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto
}

.my-login .box ul li .label {
    font-size: 0.48rem;
    color: #000;
    font-weight: 700;
    padding: 0.4rem 0
}

.my-login .box ul li input {
    width: 100%;
    padding-left: 0;
    /*border-bottom: 1px solid #ccc;*/
    padding: 0.1866666667rem 0;
    margin-left: 0;
    color: #fff
}

.my-login .box .op {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 0.32rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.6666666667rem
}

.my-login .box .nex {
    margin-top: 0;
    padding: 0
}

.my-login .box .nex div {
    color: #000
}

.my-login .box .nex div input[type=checkbox] {
    width: 0.5866666667rem;
    height: 0.5866666667rem;
    background-color: rgba(0, 0, 0, 0);
    -webkit-appearance: auto;
    border: .026667rem solid #d1d1d1;
    border-radius: 0.08rem;
    outline: none;
    margin-top: .026667rem;
    margin-right: 0.2666666667rem
}

.my-login .box .login-btn {
    background: linear-gradient(147deg, rgb(113, 183, 255), rgb(23, 131, 252) 74%);
    width: 90%;
    margin: 1.3333333333rem auto 0 auto;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 0.1333333333rem
}

.my-login .fot {
    position: fixed;
    bottom: 1.3333333333rem;
    width: 100%;
    text-align: center;
    font-size: 0.4266666667rem;
    color: #000
}

.my-register {
    position: relative;
    background: url(../../img/new/login-bg.png) no-repeat !important;
    background-size: 100% auto !important;
    padding: 0 !important
}

.my-register .tops {
    height: 2.24rem
}

.my-register .box {
    background: #fff;
    opacity: .85;
    border-radius: 0.6666666667rem;
    padding: 0 0.4rem;
    padding-top: 0.4rem
}

.my-register .box ul li {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.my-register .box ul li .label {
    padding-bottom: 0.2666666667rem
}

.my-register .box ul li input {
    width: 100%;
    margin-left: 0;
    border-radius: 0.1333333333rem;
    padding: 0.2133333333rem 0.1333333333rem;
    border: 1px solid #d1d1d1;
    color: #000
}

.my-register .box ul li input::-moz-placeholder {
    color: #000
}

.my-register .box ul li input::placeholder {
    color: #000
}

.my-register .box ul li .row-wrap {
    display: flex;
    width: 100%
}

.my-register .box ul li .eye-wrap {
    position: relative;
    width: 100%
}

.my-register .box ul li .eye-wrap input {
    padding-right: 0.8rem
}

.my-register .box ul li .eye {
    position: absolute;
    right: 0.5333333333rem;
    top: 50%;
    transform: translateY(-50%)
}

.my-register .box .nex {
    margin-top: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    padding: 0.5333333333rem
}

.my-register .box .nex div {
    color: #000
}

.my-register .box .nex div input[type=checkbox] {
    width: 0.5866666667rem;
    height: 0.5866666667rem;
    background-color: rgba(0, 0, 0, 0);
    -webkit-appearance: auto;
    border: .026667rem solid #d1d1d1;
    border-radius: 0.08rem;
    outline: none;
    margin-top: .026667rem;
    margin-right: 0.2666666667rem
}

.my-register .box .register-btn {
    background: linear-gradient(147deg, rgb(113, 183, 255), rgb(23, 131, 252) 74%);
    width: 90%;
    margin: 0rem auto 0.5333333333rem auto;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 0.1333333333rem
}

.page-head {
    position: fixed;
    width: 100%;
    left: var(--window-left);
    right: var(--window-right);
    height: 44px;
    height: calc(44px + env(safe-area-inset-top));
    padding: 7px 3px;
    padding-top: calc(7px + env(safe-area-inset-top));
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 998;
    background-color: #65a8f7;
    color: #fff;
    transition-duration: 0ms;
    transition-timing-function: linear;
    align-items: center
}

.page-head h1 {
    text-align: center;
    flex: auto;
    font-size: 18px
}