html,
body {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
}

.logging_main { 
    width: 7.5rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-image: url("../img/top_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    box-sizing: border-box;
    position: relative;
    padding: 0px 0.3rem;
}

.logging_main .header {
    height: 4.4rem;
}

.logging_main .header .logo {
    width: 3rem;
    height: 1.2rem;

}

.logging_main .xieyi_main {
    font-size: 0.2rem;
    padding-left: 0.2rem;

}

.logging_main .xieyi {
    color: #f300fc;
    font-weight: bold;
    text-decoration: none;
}

.logging_main .flex {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.logging_main .flex.flex-r {
    flex-direction: row;
}

.logging_main .flex.flex-c {
    flex-direction: column;
}

.logging_main .flex.a {
    align-items: start;
}

.logging_main .flex.c {
    align-items: center;
}

.logging_main .flex.e {
    align-items: end;
}

.logging_main .flex.wrap {
    flex-wrap: wrap;
}

.logging_main .flex.va {
    justify-content: start;
}

.logging_main .flex.ve {
    justify-content: end;
}

.logging_main .flex.vc {
    justify-content: center;
}

.logging_main .flex.vsb {
    justify-content: space-between;
}

.logging_main .flex.vsa {
    justify-content: space-around;
}

.logging_main .flex1 {
    flex: 1;
}

.logging_main .fotter_main {
    padding: 0 0.6rem;
    padding-top: 0.1rem;
    background: linear-gradient(to bottom, #fff, transparent);
}

.logging_main .input_main {
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    position: relative;
}
.logging_main .input_main .center_logo{
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top:-0.6rem;
    text-align: center;
}
.logging_main .input_main .center_logo img{
    width: 1.5rem;
}

.logging_main .box_m {
    background-image: url("../img/bottom_bg.png");
    height: 3.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.logging_main .input_main .input {
    margin-bottom: 0.2rem;

}

.logging_main .input_main .input .input_label {
    font-size: 0.28rem;
    font-weight: bold;
    padding-bottom: 0.1rem;
    color: #0E0D19;
}

.logging_main .input_main .input .input_content {
    position: relative;
    background-color: #F0F0F0;
    border-radius: 0.4rem;
    padding: 0.1rem 0.3rem;

}

.logging_main .input_main .input .input_content .icon {
    width: 0.4rem;
    height: 0.4rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.1rem;
}

.logging_main .input_main .input .input_content input {
    width: 100%;
    height: 0.6rem;
    border: 0;
    outline: none;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    color: #71B0E0;
}

.logging_main .input_main .input .input_content input::placeholder {
    color: #ccc;
}

.logging_main .input_main .input .input_content input:focus {
    border: 0;
    border-bottom: 1px solid transparent;
}

.logging_main .input_main .input .input_content input:focus-visible {
    border: 0;
    border-bottom: 1px solid transparent;
}

.logging_main .input_main .btn_main {
    padding-bottom: 0.4rem;
}

.logging_main .input_main .btn_main .sub_btn {
    width: 100%;
    height: 0.97rem;
    background-image: url("../img/btnbg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    font-size: 0.4rem;
}

.logging_main .check_main .check_no {
    width: 0.329rem;
    height: 0.329rem;
    background-color: #E7EAE6;
    border-radius: 50%;
    padding: 0.07rem;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px #E7EAE6;
}

.logging_main .check_main .check_no .check_yes {
    width: 0.19rem;
    height: 0.19rem;
    background-color: #30DE7A;
    border-radius: 50%;
}

.logging_main .sms_btn {}

.logging_main .sms_btn.d span {
    color: #30DE7A;
    padding-bottom: 5px;
    border-bottom: 1px solid #30DE7A;
    font-weight: bold;
}

.logging_main .sms_btn span {
    font-size: 0.24rem;
}

.wx_tips{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}