html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.login_admin{
    width: 100%;height: 100%;min-width: 840px;min-height: 634px;position: relative;background: url(../image/admin/login/login_back.png);background-size: 100% 100%;
}
.login_all{
    width: 840px;height: 634px;transform: translate(-50%,-50%);position: absolute;top: 50%;left: 50%;
}
.login_content{
    width: 714px;height: 632px;background-color: #fff;box-shadow: -4px 0px 14px 4px rgba(0, 0, 0, 0.25);border-radius: 10px;display: flex;align-items: center;position: absolute;top: 50%;transform: translateY(-50%);right: 0;
}
.login_state{
    width: 376px;margin-left: 290px;
}
.login_state_status{
    display: flex;justify-content: space-around
}
.login_status{
    width:94px;padding-bottom: 12px;border-bottom: 3px solid #fff;text-align: center;font-size: 36px;line-height: 36px;cursor: pointer
}
.login_status.login_status_active{
    border-bottom: 3px solid #FF5A3B;
}

.mt42{
    margin-top: 40px;
}
.lh20{
    font-size: 20px;line-height: 20px;
}
.login_accout{
    font-size: 16px;border: 0;border-bottom: 1px solid #999999;width: 100%;padding: 10px 0;margin-top: 8px;outline:none
}
.login_accout::-webkit-input-placeholder {
    color: #999999;
}
.login_unseen,.register_unseen{
    width: 20px;height: 8px;position: absolute;right: 0;bottom: 10px;cursor: pointer
}
.login_seen,.register_seen,.middle_login_seen,.middle_register_seen{
    width: 20px;height: 12px;position: absolute;right: 0;bottom: 10px;display: none;cursor: pointer
}
.register .mt42{
    margin-top: 28px;
}
.login_flush{
    width: 104px;height: 42px;position: absolute;right: 0;bottom: 1px;cursor: pointer
}
.login_btn{
    padding: 0;margin: 44px 0 0 0;border: 0;height: 40px;cursor: pointer;    width: 44px;background: linear-gradient(-82deg, #FF5A3B 0%, #FF754E 100%);border-radius: 5px;    display: flex;justify-content: center;align-items: center;
}
.login_fj{
    width: 370px;height: 541px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);border-radius: 10px;overflow: hidden;box-shadow: -4px 0px 14px 4px rgba(0, 0, 0, 0.25);
}
.register .login_btn{
    margin-top: 28px;
}
button:focus{outline:0;}


@media screen and (max-width: 450px){
    .login_admin{
      min-width: 100%;min-height: 100%;background: url(../image/admin/login/login_img.png);background-size: 100% 100%;
    }
    .login_all{
        width: 100%;
        height: 100%;
        position: unset;
        transform: none;
    }
    .login_state_status{
        width: 300px;
        margin: 0 auto;
    }
    .login_content{
        width: 100%;
        height: 100%;
        position: unset;
        background: rgba(0,0,0,.6);
        box-shadow: none;
        border-radius: 0;
        display: flex;
        transform: none;
        justify-content: center;
        border-radius: 0;
    }
    .login_state{
        margin-left: 0;
        width: 100%;
    }
    .login_fj{
        display: none;
    }
    .login_status{
        width: 62px;font-size: 18px;color: #fff;padding-bottom: 8px;text-align: center;line-height: 18px;border-bottom: 2px solid transparent;
    }
    .login_status.login_status_active{
        border-bottom: 2px solid #FF5A3B;
    }
    .login,.register{
        width: 300px;margin: 0 auto;
    }
    .middle_login_seen,.middle_register_seen{
        width: 18px;height: 18px;bottom: 8px;
    }
    .lh20{
        font-size: 16px;color: #fff;line-height: 16px;font-weight: bold
    }
    .login_accout{
        background: transparent;padding: 0 0 12px 0;border: 0;border-bottom: 1px solid #BCBBBB;color: #fff;width: 100%;margin-top: 15px;outline: none
    }
    .login_accout::-webkit-input-placeholder {
        color: #BCBBBB;
    }
    .login_btn{
        width: 219px;
        height: 39px;
        margin: 44px auto 0;
        border-radius: 22px;
    }
}