.login-wrap {
    width: 384px;
    padding: 32px 28px;
    padding-top: 18px;

}

.reg_div {
    display: inline-block;
    vertical-align: middle;
    width: 156px;
    height: 210px;

    border-radius: 2px;
    background-color: rgba(242, 242, 242, 1);
    position: relative;


}

.reg_div::before {
    content: "";
    display: block;
    opacity: 0.96;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
}

.reg_div .reg_logo {
    width: 90.86px;
    /* height: 70px; */
    margin: auto;

    margin-top: 41px;
    margin-bottom: 29px;
}

.reg_text {


    width: 120px;
    height: 34px;
    border-radius: 2px;
    background-color: rgba(3, 178, 255, 1);

    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    font-family: PingFangSC-Semibold;
    position: relative;
    line-height: 34px;
    margin: auto;
    cursor: pointer;
}

.reg_text::before {
    content: "";
    display: block;
    opacity: 0.6;
    background-color: rgba(255, 255, 255, 0.16);
    width: 100%;
    height: 100%;
    position: absolute;
}
