.pc-show {
    display: block !important;
}

.mobile-show {
    display: none !important;
}

.l_login_b {
    width: 100%;
    padding-right: 116px;
}

.l_login_l {
    width: 58%;
}

.l_login_r {
    width: 30%;
}

.is-input-item{
    padding: 16px 10px;
    height: 62px;
    box-sizing:border-box;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.l_login_r input {
    width: 100%;
    color: #000;
    border:none;
    /* color: rgb(118, 118, 118); */
    font-size: 20px;
    outline: none;
}

.l_login_l img {
    width: 100%;
}

.l_phone {
    margin: 57px 0 52px 0;
    width: 100%;
}

.privacy {
    margin: 5% 0;
    cursor: pointer;
}

.radio_fill {
    display: none;
    width: 8px;
    height: 8px;
}

.check_text {
    width: calc(100% - 16px);
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.privacy_radio {
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #000;
}

.privacy_radio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:10px;
}

.l_log_btn {
    width: 100%;
    margin-top: 137px;
    padding: 16px 0;
    font-size: 18px;
    text-align: center;
}

.l_code {
    position: relative;
    width: 100%;
}

.l_code input {
    border: none;
}

.l_obtain_code {
    cursor: pointer;
    margin-right: 11px;
    width: 196px;
    padding: 10px 0;
    background-color: rgb(47, 47, 47);
    color: #fff;
    text-align: center;
}

.l_form_item {
    margin-top: 24px;
    width: 100%;
}

.l_form_item>.flex_layout {
    width: 115px;
    margin-right: 22px;
}

.proviCity {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#l_city,
#l_provi {
    padding: 20px 0 20px 10px;
    width: 40%;
    color: rgb(118, 118, 118);
    outline: none;
}

#l_city {
    width: 70%;
}

#l_provi {
    margin-right: 20px;
}

.l_save {
    width: 100% !important;
}

.l_save>div {
    padding: 16px 0;
    background-color: rgb(47, 47, 47);
    width: 48%;
}

@media (max-width: 860px) {
    .pc-show {
        display: none !important;
    }
    .l_log_btn{
        height: 40px;
        line-height: 40px;
        padding: 0;
    }
    .check_text{
        font-size: 12px;
    }
    .mobile-show {
        display: block !important;
    }

    .l_login_b {
        padding-right: 0;
        width: calc((375/3.75)*1vw);
        height: 100vh;
        background: url(../images/login/mob/bg.jpg) no-repeat;
        background-size: 100% 100%;
        color: #fff;
    }

    .l_login_r {
        width: 100%;
        padding: calc((30/3.75)*1vw);
    }
    .is-input-item{
        height: 47px;
    }
    .l_phone {
        border: 1px solid #fff;
        border-radius: 5px;
    }

    .l_code {
        border: 1px solid #fff;
        border-radius: 5px;
    }

    input::placeholder {
        color: #fff;
    }

    .l_login_r input {
        background-color: rgba(255, 255, 255, 0);
        border: 0;
        font-size: 14px;
        color: #fff;
        /* 白色背景，透明度为 0.5 */
    }

    .l_obtain_code {
        background-color: #fff;
        color: black;
        border-radius: 5px;
        height: 36px;
    }
    .text_color2{
        color: #fff;
    }
    .privacy_radio{
        border: 1px solid #fff;
    }
    .element_bg2{
        background-color: #fff;
        color: #000;
    }
}
