.login_wrap {
    font-size: 0.36rem;
}


.wrap_model {
    display: none;
    position: fixed;
    width: 7.5rem;
    height: 100%;
    z-index: 10000;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}


.wrap_model#model_wrap1 {
    display: none;
    position: fixed;
    width: 7.5rem;
    height: 100%;
    z-index: 10000;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}


.bg_wrap {
    text-align: center;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.07rem;
    height: 5.68rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    box-shadow: 0px 0px 0.27rem 0px rgb(135 155 169 / 25%);
    border-radius: 0.2rem;
    z-index: 100001;
    display: none;
    padding: 0.54rem 0.5rem;
    box-sizing: border-box;
}

.bg_wrap .title_wrap {
    margin-bottom: 0.3rem;
}

.bg_wrap .title_wrap .top_t {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.36rem;
    font-family: PingFangSC;
    font-weight: bolder;
    color: #000000;
}


.bg_wrap .close {
    width: 0.2rem;
    height: 0.23rem;
    position: absolute;
    right: 0.40rem;
    top: 0.58rem;
}

.bg_wrap .title_wrap {
    font-size: 0.22rem;
    font-family: PingFang;
    font-weight: 500;
    color: #C3C3C3;
}

.bg_wrap .title_wrap .top_t {
    margin-bottom: 0.13rem;


}

.bg_wrap .telephone,
.bg_wrap .code_wrap {
    width: 5.1rem;
    border-bottom: 1px solid #EEEEEE;

    font-size: 0.3rem;
    font-family: PingFang;
    font-weight: 500;
    color: #999999;


}

.bg_wrap .code_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg_wrap .telephone .tele {
    width: 5.1rem;
    height: 0.78rem;
    padding-left: 0.1rem;
    box-sizing: border-box;
}

.bg_wrap .i_code {
    width: 3rem;
    height: 0.78rem;
    padding-left: 0.1rem;
    box-sizing: border-box;
}

.bg_wrap .code {
    background: none;
    font-size: 0.3rem;
    font-family: PingFang;
    font-weight: 500;
    color: #E65556;
}


.bg_wrap input::-webkit-input-placeholder {
    font-size: 0.3rem;
    font-family: PingFang;
    font-weight: 500;
    color: #999999;
    line-height: 0.3rem;
}

.bg_wrap input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 0.3rem;
    font-family: PingFang;
    font-weight: 500;
    color: #999999;
    line-height: .78rem;

}

.bg_wrap input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 0.3rem;
    font-family: PingFang;
    font-weight: 500;
    color: #999999;
    line-height: .78rem;

}

.bg_wrap input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 0.3rem;
    font-family: PingFang;
    font-weight: 500;
    color: #999999;
    line-height: .78rem;

}

.login_wrap .sub {
    margin-top: 0.87rem;
}

.login_wrap .sub input {
    width: 5.11rem;
    height: 0.8rem;
    background: #E65556;
    border-radius: 0.4rem;
    line-height: 0.8rem;
    font-size: 0.26rem;
    font-family: PingFang;
    font-weight: 500;
    color: #FFFFFF;

}