@media (min-width: 300px) and (max-width: 600px) {

    /* 字体颜色 */
    .b-text1 {
        color: #3f464f !important;
    }

    .b-text2 {
        color: #687282 !important;
    }

    .b-text3 {
        color: #919fb5 !important;
    }

    .b-text4 {
        color: #367ee8 !important;
    }

    /* 字体大小 */
    .b-size1 {
        font-size: 14px;
    }

    .b-size2 {
        font-size: 16px;
    }

    .b-size3 {}

    .b-size4 {
        font-size: 24px;
    }

    body:not(.findpassword) {
        overflow: hidden;
        background-color: #f5f9ff;
    }

    .lg_header {
        max-width: unset;
        min-width: unset;
        margin-bottom: 60px;
        padding: 0 30px;
    }

    .lg_footer p {
        padding-left: 32px;
        padding-right: 32px;
        line-height: 1.5;
    }

    .lg_footer {
        position: unset;
        margin-top: 150px;
    }

    .lg_box {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .xieyi {
        width: unset !important;
        text-align: center;
    }

    .trigger_slider {
        position: relative;
        left: 0;
        right: 0px;
        top: -384px;
        transform: translatex(10px);
    }

    /* 提示 */
    .lg_box .formbox .infobox {
        display: none;
    }

    /* 弹层 */
    .layui-layer {
        left: 0;
        right: 0;
        max-width: 280px;
    }

    .privacy-body {
        min-width: unset;
    }

    .w1170 {
        min-width: unset;
    }

    #findadminaccount {
        display: none;
    }

    .logo-img {
        width: 85px;
    }

    .b-login-warp,
    .b-login-right-warp {
        background-color: #f5f9ff;
        height: 100%;
    }
    .b-login-right-warp{
        display: none;
    }
    /* 移动端宽度适应 */
    .b-warp-box,
    .b-login-warp{ 
        min-width: 100%;
        height: 100%;
        overflow-y: scroll;
    }
    .b-login-warp{
        min-height: 100%;
    }
    /* 注册 */
    .b-register-warp .formbox_rightbtn{
        left: unset;
        right: 18px;
    }
    .b-register-warp .lg_footer{
        margin-top: 30px;
    }
}